spam.el (gnus-summary-mode-map): Bind to "$".
[gnus] / lisp / ChangeLog
1 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
4         Allbery.
5
6         * shr.el: Rework the way things are indented by <li> slightly.
7
8         * gnus.el (gnus-group-set-parameter): Fix typo.
9
10         * nnimap.el: Start implementing QRESYNC support.
11
12 2010-10-09  Julien Danjou  <julien@danjou.info>
13
14         * nnir.el (nnir-engines): Fix too many arguments.
15
16 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17
18         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
19         group is the "last", so that the backends like nnfolder actually save
20         their folders.
21
22         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
23         try to use that for the tls stream.
24         (nnimap-retrieve-group-data-early): Rework the marks code to heed
25         UIDVALIDITY and find out which groups are read-only and not.
26         (nnimap-get-flags): Use the same marks parsing code as the rest of
27         nnimap.
28
29 2010-10-09  Julien Danjou  <julien@danjou.info>
30
31         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
32
33         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
34         retrieving gravatars.
35
36         * shr.el (shr-table-corner): Add.
37         (shr-table-line): Add.
38         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
39
40 2010-10-08  Julien Danjou  <julien@danjou.info>
41
42         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
43
44 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
45
46         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
47
48         * gnus-sum.el (gnus-mark-article-as-unread)
49         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
50         (gnus-summary-set-bookmark): Use it.
51
52         * gnus-msg.el (gnus-setup-message): Use it.
53
54         * gnus-demon.el (gnus-demon-remove-handler): Use it.
55
56         * gnus.el (gnus-group-remove-parameter): Use it.
57
58         * gnus-group.el (gnus-group-make-web-group): Use it.
59
60         * gnus-demon.el (gnus-demon-remove-handler): Use it.
61
62         * nnregistry.el: Update docs to mention manual.
63
64         * gnus-registry.el: Update docs to mention nnregistry.el.
65         (gnus-registry-initialize): Don't install nnregistry refer method
66         automatically.
67         (gnus-registry-install-nnregistry): Remove it.
68
69 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * shr.el (shr-insert): Don't insert double spaces.
72
73 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
74
75         * gnus-gravatar.el (gnus-treat-from-gravatar)
76         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
77         called interactively.
78
79         * gnus-art.el (gnus-mime-view-part-externally)
80         (gnus-mime-view-part-internally): Make predicate function passed to
81         gnus-mime-view-part-as-type assume argument is a mime type, not a list
82         of a mime type.
83
84         * shr.el (shr-table-widths): Don't use cl function `reduce'.
85
86 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * shr.el (require): Require cl when compiling.
89         (shr-tag-hr): New function.
90
91         * nnimap.el (nnimap-update-info): Remove double setting of high.
92         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
93         makes nnimap work properly on Courier again.
94
95         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
96         the variable for backwards compatability.
97
98         * mm-decode.el (mm-save-part): If given a non-directory result, expand
99         the file name before using to avoid setting mm-default-directory to
100         nil.
101
102         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
103         bidning gnus-agent variables.
104
105         * shr.el (shr-render-td): Use a cache for the table rendering function
106         to avoid getting an exponential rendering behaviour in nested tables.
107         (shr-insert): Rework the line-breaking algorithm.
108         (shr-insert): Don't leave trailing spaces.
109         (shr-insert-table): Also insert empty TDs.
110         (shr-tag-blockquote): Ensure paragraphs after </ul>.
111
112 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
113
114         * gnus-sum.el (gnus-number): Rename from `number'.
115         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
116         (gnus-summary-limit-children): Update uses correspondingly.
117
118 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
121         (gnus-gravatar-transform-address): Don't show avatars of people of
122         which mail addresses match gnus-gravatar-too-ugly.
123
124 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * shr.el (shr-table-widths): Expand TD elements to fill available
127         space.
128
129 2010-10-07  Julien Danjou  <julien@danjou.info>
130
131         * nnimap.el (nnimap-request-rename-group): Add this method.
132
133 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
136         name from XEmacs' function-arglist.
137
138         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
139         gravatar under XEmacs.
140
141 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
142
143         * auth-source.el: Update docs with TODO items.
144
145         * gnus-sync.el: Update docs to explain state and plans.
146
147         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
148         Hooks for mark updates.
149         (gnus-request-set-mark, gnus-request-update-mark): Use them.
150
151         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
152         hooks with arguments, which is needed for mark update hooks.
153
154 2010-10-06  Julien Danjou  <julien@danjou.info>
155
156         * gnus.el (gnus-expand-group-parameter): Only return and act on what
157         was matched.
158
159         * sieve-manage.el: Update example in `Commentary'.
160
161         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
162
163         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
164         not 2000.
165         (sieve-manage-authenticate): Re-add function.
166
167 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * shr.el (shr-insert): Get 'space transition right.
170         (shr-render-td): Only delete space at the end of the TD.
171
172         * nnimap.el (nnimap-open-connection): Prepare to support
173         open-gnutls-stream.
174
175         * shr.el: Rearrange function order to be more logical.
176
177 2010-10-06  Julien Danjou  <julien@danjou.info>
178
179         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
180         (nnrss-discover-feed): Remove 404 URL in docstring.
181
182         * nnir.el: Fix Swish-E URL.
183         Fix Namazu URL.
184
185         * message.el (message-change-subject): Remove 404 URL in a comment.
186
187 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
188
189         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
190         called interactively.
191
192         * gnus-util.el (gnus-remove-if): Allow hash table.
193         (gnus-remove-if-not): New function.
194
195         * gnus-art.el (gnus-mime-view-part-as-type)
196         * gnus-score.el (gnus-summary-score-effect)
197         * gnus-sum.el (gnus-read-move-group-name):
198         Replace remove-if-not with gnus-remove-if-not.
199
200         * gnus-group.el (gnus-group-completing-read):
201         Regard collection as a hash table if it is not a list.
202
203 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
204
205         * shr.el (shr-render-td): Allow blank/missing <TD>s.
206
207         * shr.el: Document the table-rendering algorithm.
208
209 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
212         for Emacsen having no `libxml-parse-html-region' support.
213
214 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
217         invalid URLs.
218
219         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
220         line-broken.
221         (shr-tag-img): Ignore image fetching errors.
222         (shr-overlays-in-region): Compute overlay positions correctly.
223
224         * mm-decode.el (mm-shr): Require shr.
225
226         * gnus-art.el (gnus-blocked-images): Move variable here.
227
228         * shr.el (shr-insert-table): Bind free variable.
229
230         * mm-decode.el (mm-shr): Bind shr-content-function.
231
232         * shr.el (shr-content-function): New variable.
233
234         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
235         added for symmetry.
236
237         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
238
239         * gnus-group.el (gnus-group-make-group): Doc fix.
240
241         * nnimap.el (nnimap-request-newgroups): Return success.
242
243         * shr.el (shr-find-elements): New function.
244         (shr-tag-table): Put all the images after the table.
245         (shr-tag-table): Really inhibit images inside the table.
246         (shr-collect-overlays): Copy over overlays from the TD elements to the
247         main document.
248
249         * mm-decode.el (mm-shr): Bind shr-blocked-images to
250         gnus-blocked-images.
251
252 2010-10-05  Julien Danjou  <julien@danjou.info>
253
254         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
255
256         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
257         (gnus-html-maximum-image-size): Add this function.
258         (gnus-html-put-image): Use gnus-html-maximum-image-size.
259
260         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
261         server-value of the capability is nil.
262
263 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * shr.el (shr-tag-em): Add <EM> tag.
266
267 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
268
269         * sieve-manage.el (sieve-manage-default-stream): Make default stream
270         customizable.
271
272         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
273         handing broken links to browse-url.
274
275 2010-10-05  Julien Danjou  <julien@danjou.info>
276
277         * gnus-util.el (gnus-emacs-completing-read)
278         (gnus-iswitchb-completing-read): Use autoload rather than require.
279
280 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
283         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
284         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
285         iswitchb-temp-buflist for XEmacs.
286
287         * gnus-util.el (gnus-completing-read-function): Exclude
288         gnus-icompleting-read and gnus-ido-completing-read from candidates for
289         XEmacs since iswitchb.el is very old and ido.el is unavailable in
290         XEmacs.
291
292         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
293         not to use `delete-dups' that is unavailable in XEmacs 21.4.
294
295         * gnus-html.el: Don't require help-fns under XEmacs.
296         (gnus-html-schedule-image-fetching): Work for XEmacs.
297
298         * mm-decode.el (mm-shr): Decode contents by charset.
299
300 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
303         unknown.
304
305         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
306         (shr-get-image-data): Ensure against the cache file missing.
307
308         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
309         for data.
310
311         * spam-report.el (spam-report-url-ping-plain): Don't query about
312         killing the process.
313
314         * shr.el (shr-render-td): Protect against too-wide text.
315
316 2010-10-04  Julien Danjou  <julien@danjou.info>
317
318         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
319         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
320
321         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
322         retrieved.
323
324 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * shr.el (browse-url): Required.
327         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
328         lines.
329         (shr-show-alt-text, shr-browse-image): New commands.
330         (shr-browse-url, shr-copy-url): New commands.
331
332         * gnus-sum.el (gnus-widen-article-window): New variable.
333         (gnus-summary-select-article-buffer): Use it.
334
335         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
336         without @ signs.
337
338 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
339
340         * nnir.el (nnir-run-imap): Remove spurious space in search string.
341
342 2010-10-04  Julien Danjou  <julien@danjou.info>
343
344         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
345         for XEmacs.
346
347 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
348
349         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
350
351         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
352         (nnimap-close-server): Implement.
353
354         * dgnushack.el (iswitchb): Require to shut up the compiler.
355
356         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
357         (shr-insert): Tweak line breaking.
358         (shr-insert): Handle <pre> better.
359         (shr-tag-li): Get <li> indentation right.
360         (shr-tag-li): Get <li> indentation even righter.
361         (shr-tag-blockquote): Ensure paragraph start.
362         (shr-make-table): Tweak table generation.
363         (shr-make-table): Fix typo.
364
365         * shr.el: Implement table rendering.
366
367 2010-10-04  Julien Danjou  <julien@danjou.info>
368
369         * gnus-html.el (gnus-html-put-image): Fix resize image code.
370
371 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * shr.el (shr-insert): Use string anchors instead of line anchors.
374
375 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * shr.el: Add headings.
378         (shr-ensure-paragraph): Actually work.
379         (shr-tag-li): Make <ul> prettier.
380         (shr-insert): Get white space at the beginning/end of elements right.
381         (shr-tag-p): Collapse subsequent <p>s.
382         (shr-ensure-paragraph): Don't insert double line feeds after blank
383         lines.
384         (shr-insert): \t is also space.
385         (shr-tag-s): Fix "s" tag name function.
386         (shr-tag-s): Fix face prop name.
387
388 2010-10-03  Julien Danjou  <julien@danjou.info>
389
390         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
391
392         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
393         gnus-window-inside-pixel-edges.
394
395         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
396         gnus-ems.
397
398         * mm-view.el (mm-inline-image-emacs): Support image resizing.
399
400         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
401         function.
402
403         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
404         resize choice.
405
406 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
409         beginning of the buffer.
410
411         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
412         article buffer again.
413
414         * shr.el (shr-tag-p): Don't insert newlines at the start of the
415         buffer.
416
417         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
418         when it's at the start of the buffer.
419
420         * shr.el (shr-tag-blockquote): Convert name.
421         (shr-rescale-image): Use the right image-size variant.
422
423         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
424         buffer isn't shown, then select the current article first instead of
425         bugging out.
426         (gnus-summary-select-article-buffer): Show both the article and summary
427         buffers again.
428
429         * shr.el (shr-fontize-cont): Protect against regions with no text.
430         Rename tag functions to shr-tag-* for enhanced security.
431         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
432
433 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
434
435         * shr.el (shr-insert):
436         * pop3.el (pop3-movemail):
437         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
438         loaded.
439
440 2010-10-03  Glenn Morris  <rgm@gnu.org>
441
442         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
443
444         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
445
446         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
447
448         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
449
450         * gnus-util.el (gnus-make-local-hook): Simplify.
451
452 2010-10-02  Julien Danjou  <julien@danjou.info>
453
454         * gnus-util.el (gnus-iswitchb-completing-read): New function.
455         (gnus-ido-completing-read): New function.
456         (gnus-emacs-completing-read): New function.
457         (gnus-completing-read): Use gnus-completing-read-function.
458         Add gnus-completing-read-function.
459
460 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * shr.el (shr-insert-document): Autoload.
463         (shr-img): Be silent.
464         (shr-insert): Add a newline after every picture before text.
465         (shr-add-font): Use overlays for combining faces.
466         (shr-insert): Pass upwards the text start point.
467
468         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
469         possible.
470         (mm-shr): New function.
471
472 2010-10-02  Julien Danjou  <julien@danjou.info>
473
474         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
475         should go backward.
476
477 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
478
479         * shr.el (shr): Fix typo in provide call.
480
481 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * shr.el: New file.
484
485         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
486
487         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
488         completing read.
489
490 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
493         we're being queried about.  Suggested by Dan Jacobson.
494
495         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
496         by Jason Eisner.
497
498         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
499         table, too.  Suggested by Stefan Wiens.
500         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
501         the table unnecessary.  Suggested by Stefan Wiens.
502
503         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
504         longer needed, and probably doesn't work either, as pointed out by
505         Stefan Wiens.
506         (gnus-summary-exit): Remove call to the clearing function.
507         (gnus-summary-exit-no-update): Ditto.
508
509         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
510         instead of gnus-eval-in-buffer-window to avoid popping up frames.
511         Reported by Stefan Monnier.
512         (gnus-summary-save-in-rmail): Ditto.
513
514         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
515         article buffer, instead of both the article buffer and the summary
516         buffer.  Sort of suggested by Dan Jacobson.
517
518         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
519
520         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
521         Suggested by Dan Jacobson.
522
523         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
524         documentation clearer.
525
526         * message.el (message-shorten-references): Comment on the number "21".
527         Suggested by Stefan Monnier.
528
529         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
530         Suggested by Dan Jacobson.
531
532         * gnus.el (gnus-large-newsgroup): Mention
533         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
534
535         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
536         externalize attachments.  Bug reported by Steve Wen.
537
538         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
539         really message anything to the user.
540
541         * nnmail.el (nnmail-article-group): Allow using the fancy split method
542         directly.
543
544         * nnimap.el (nnimap-request-group): Low higher than high to signal no
545         messages in empty groups.
546
547 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
548
549         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
550         non-UIDNEXT group.
551
552 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
555         not the value from the collection.
556
557         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
558         values.  This sometimes happens on some groups that have no info.
559         (nnimap-request-newgroups): New function.
560
561 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
562
563         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
564         check into `gnus-registry-initialize'.
565         (gnus-registry-initialize): Ditto.
566         Fix and extend header docs.
567
568 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
571         regexp backtrace overflows.
572
573         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
574         for starttls that tls.el implements; i.e. openssl.
575
576         * tls.el (tls-starttls-switches): Give up on using starttls with
577         gnutls-cli.
578         (tls-program): Add --insecure to be consistent with the defaults from
579         openssl s_client.  Now all three commands are insecure.
580
581 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
582
583         * lpath.el: Bind completion-styles-alist for XEmacs.
584
585         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
586         (gravatar-create-image): New function that's an alias to
587         gnus-xmas-create-image, gnus-create-image, or create-image.
588         (gravatar-data->image): Use it.
589
590 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
591
592         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
593         install the nnregistry refer method.
594         (gnus-registry-install-hooks): Use it.
595         (gnus-registry-unfollowed-groups): Add nnmairix to the default
596         unfollowed groups.
597
598 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
599
600         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
601         expanding threads.
602
603 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * nnir.el: Use the server names without suffixes (bug #7009).
606
607         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
608         unencrypted to STARTTLS, if possible.
609
610 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
611
612         * message.el (message-ignored-supersedes-headers): Strip Injection-*
613         headers before superseding.
614
615 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * nnrss.el (nnrss-use-local): Add documentation.
618
619         * nnimap.el (nnimap-extend-tls-programs): New function.
620         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
621         (nnimap-wait-for-connection): Accept the greeting from the stupid
622         output from openssl s_client -starttls, too.
623
624         * tls.el (tls-starttls-switches): New variable.
625         (tls-find-starttls-argument): Use it.
626         (open-tls-stream): Ditto.
627
628         * netrc.el (netrc-credentials): Return the value of the "default"
629         entry.
630         (netrc-machine): Ditto.
631
632         * nnimap.el (nnimap-find-article-by-message-id): Really return the
633         article number.
634         (nnimap-split-fancy): New variable.
635         (nnimap-split-incoming-mail): Use it.
636
637         * nntp.el (nntp-server-list-active-group): Document.
638
639         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
640         SELECT to get the message-id.
641
642         * mail-source.el (mail-sources): Removed webmail support.
643         (defvar): Ditto.
644         (mail-source-fetcher-alist): Ditto.
645         (mail-source-fetch-webmail): Removed.
646
647         * webmail.el: Removed -- doesn't seem relevant any more.
648
649         * gnus.el: Fix up make-obsolete-variable declarations throughout.
650
651         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
652         the \r.
653
654 2010-09-30  Julien Danjou  <julien@danjou.info>
655
656         * gnus-agent.el (gnus-agent-add-group): Fix call to
657         gnus-completing-read.
658
659 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
660
661         * nndoc.el (nndoc-retrieve-groups): New function.
662
663         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
664         `default', use nnmail-split-methods.
665         (nnimap-request-article): Downcase the NILs so that they are nil.
666
667         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
668         symbol.
669
670         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
671         code, since if the user has requested network, that's what they ought
672         to get.
673         (nnimap-request-set-mark): Erase the buffer before issuing commands.
674         (nnimap-split-rule): Mark as obsolete.
675
676         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
677         variable.
678
679         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
680         correct slot, too.
681
682 2010-09-29  Julien Danjou  <julien@danjou.info>
683
684         * gnus.el (gnus-local-domain): Declare variable obsolete.
685
686         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
687         computing.
688         (gnus-ido-completing-read): Require ido.
689
690 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-registry.el: Don't prompt on load, which makes it impossible to
693         build Gnus.
694
695         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
696         when interpreting the structures.
697         (nnimap-request-accept-article): Add \r\n to the lines to make this
698         work with Cyrus.
699
700         * nndraft.el (nndraft-request-expire-articles): Use the group name
701         instead if "nndraft".  Fix found by Nils Ackermann.
702
703 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
704
705         * nnregistry.el: Added.
706
707 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
708
709         * nnmail.el (group, group-art-list, group-art):
710         Remove unneeded directives.
711
712 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
715         (mm-mime-charset)
716         * rfc2047.el (rfc2047-syntax-table)
717         * utf7.el (utf7-utf-16-coding-system): Comment fix.
718
719         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
720         rather than `insert-file-contents' and `eval-region'.
721
722         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
723         construction.
724
725         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
726
727         * time-date.el: No need to require cl for Emacs 21.
728
729 2010-09-29  Julien Danjou  <julien@danjou.info>
730
731         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
732         replacement of `gnus-gravatar-relief' to mimic
733         `gnus-faces-properties-alist'.
734         Add :version property.
735
736 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
737
738         * mail-source.el (mail-source-report-new-mail)
739         * message.el (message-default-mail-headers)
740         * mm-decode.el (mm-valid-image-format-p): Comment fix.
741
742         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
743
744 2010-09-28  Julien Danjou  <julien@danjou.info>
745
746         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
747         mail-address contains the same string as real-name.
748
749         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
750         non-blank in header, otherwise it'll get stripped.
751
752         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
753         real-name, and then for mail address rather than doing : or , search.
754
755 2010-09-27  Julien Danjou  <julien@danjou.info>
756
757         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
758         (gnus-server-goto-server): Use gnus-completing-read.
759
760         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
761
762         * mm-util.el (defalias): Use gnus-completing-read.
763         (mm-codepage-setup): Use gnus-completing-read.
764
765         * smime.el (smime-sign-buffer): Use gnus-completing-read.
766         (smime-decrypt-buffer): Use gnus-completing-read.
767
768         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
769
770         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
771         (mml-minibuffer-read-disposition): Use gnus-completing-read.
772         (mml-insert-multipart): Use gnus-completing-read.
773
774         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
775
776         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
777
778         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
779
780         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
781
782         * gnus.el (gnus-read-method): Use gnus-completing-read.
783
784         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
785
786         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
787         (gnus-mime-action-on-part): Use gnus-completing-read.
788         (gnus-article-encrypt-body): Use gnus-completing-read.
789
790         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
791         (gnus-topic-move-matching): Use gnus-completing-read.
792         (gnus-topic-copy-matching): Use gnus-completing-read.
793         (gnus-topic-sort-topics): Use gnus-completing-read.
794         (gnus-topic-move): Use gnus-completing-read.
795
796         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
797         (gnus-agent-add-group): Use gnus-completing-read.
798
799         * nnmairix.el (nnmairix-create-server-and-default-group): Use
800         gnus-completing-read.
801         (nnmairix-update-groups): Use gnus-completing-read.
802         (nnmairix-get-server): Use gnus-completing-read.
803         (nnmairix-backend-to-server): Use gnus-completing-read.
804         (nnmairix-goto-original-article): Use gnus-completing-read.
805         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
806
807         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
808
809         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
810         (gnus-group-make-useful-group): Use gnus-completing-read.
811         (gnus-group-make-web-group): Use gnus-completing-read.
812         (gnus-group-add-to-virtual): Use gnus-completing-read.
813         (gnus-group-browse-foreign-server): Use gnus-completing-read.
814
815         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
816         (gnus-summary-limit-to-extra): Use gnus-completing-read.
817         (gnus-summary-execute-command): Use gnus-completing-read.
818         (gnus-summary-respool-article): Use gnus-completing-read.
819         (gnus-read-move-group-name): Use gnus-completing-read.
820
821         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
822         (gnus-summary-score-effect): Use gnus-completing-read.
823
824         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
825
826         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
827         right completing-read function.
828         (gnus-use-ido): New variable
829         (gnus-completing-read-with-default): Remove.
830
831 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
832
833         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
834         x-focus-frame.
835
836         * nnimap.el (auth-source-forget-user-or-password)
837         (auth-source-user-or-password): Autoload.
838
839         * message.el (message-from-style, message-interactive)
840         (message-cite-prefix-regexp, message-sendmail-envelope-from)
841         (message-yank-prefix, message-indentation-spaces, message-signature)
842         (message-signature-file): Add comment.
843
844 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
845
846         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
847         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
848         new articles.
849
850         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
851         parts.
852         (nnimap-request-article): Work with the t setting, too.
853
854         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
855         that you don't get flashes of other buffers.
856         (gnus-summary-show-complete-article): Intern before setting.
857
858 2010-09-27  David Engster  <dengste@eml.cc>
859
860         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
861         well as HEADERS.
862         (nnmairix-retrieve-headers): Provide new argument for the above.
863
864 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * gnus-sum.el (gnus-summary-move-article): Don't alter
867         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
868         group.
869
870         * nnimap.el (nnimap-update-info): Don't destructively alter active.
871
872         * message.el (message-cite-prefix-regexp): Revert my last edit.
873
874         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
875         variable instead of the Gnus variable.
876
877         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
878
879         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
880         again.
881
882         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
883         since some servers don't like it.
884         (nnimap-open-connection): Forget credentials if the server says the
885         password was wrong.
886         (nnimap-parse-line): Protect against invalid data.
887
888         * gnus-sum.el (gnus-summary-move-article): Add comment.
889         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
890         nothing alters it while scanning for new messages.
891
892         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
893         which may or may not help.
894         (nnimap-open-connection): If we're doing a stream connection, and then
895         discover we're on a STARTTLS-capable server, then open a STARTTLS
896         connection instead.
897
898 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
899
900         * nnimap.el (utf7): Required.
901
902         * message.el (message-cite-prefix-regexp): Remove "}" from citation
903         prefix.
904
905 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
906
907         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
908
909 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * nnimap.el (nnimap-request-accept-article): Message the error on
912         error.
913
914 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
917
918 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * nndoc.el (nndoc-request-list): Return success always.
921
922         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
923         `fetch-old' -- we only want to fetch the articles we've requested.  The
924         rest are in the agent, probably.
925         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
926         disappeared server" to something low.  It's not important.
927
928         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
929         arrived before the FETCH data.
930
931         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
932         target here, because we don't know the Gnus name of the group.
933
934         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
935         for the correct group.
936
937         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
938
939         * gnus.el (gnus): Give a final warning after startup.
940
941         * gnus-util.el (gnus-action-message-log): New variable.
942         (gnus-message): Use it.
943         (gnus-final-warning): New function.
944
945         * nnimap.el (nnimap-open-connection): Record the greeting.
946         (nnimap): Add greeting.
947
948 2010-09-26  Julien Danjou  <julien@danjou.info>
949
950         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
951         arguments.
952         (gnus-html-wash-images): Fix spec computing to include start/end.
953
954         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
955
956 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
959         deletion.
960         (nnimap-retrieve-headers): Don't select the group, because that's
961         already done by nnimap-possibly-change-group.
962
963         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
964         (gnus-picon-transform-address): Use it.
965
966         * mail-source.el (mail-source-value): Revert previous patch.
967
968         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
969         on failure.
970         (nnimap-open-connection): Look up both virtual and physical server name
971         credentials.
972
973         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
974
975 2009-02-07  Dave Love  <fx@gnu.org>
976
977         * tls.el (open-tls-stream): Don't query killing process.
978
979 2009-02-08  Dave Love  <fx@gnu.org>
980
981         * gnus-win.el (gnus-window-to-buffer-helper,
982         gnus-all-windows-visible-p): Function needn't be a symbol.
983
984         * mail-source.el (mail-source-value): Function needn't be a symbol.
985
986 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * message.el (message-cite-prefix-regexp): Remove } from the cite
989         prefix.
990
991         * gnus-art.el (gnus-treatment-function-alist): Do picons before
992         highlight again, so that the highlight is correct.
993
994         * gnus-picon.el (gnus-picon): Remove again.
995         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
996
997         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
998         doing the header highlightling, so that the background colour of the
999         picon is correct.
1000
1001         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1002         (gnus-picon): Ditto.
1003         (gnus-picon): Reinstate.  The background colour for picons is white.
1004         (gnus-picon-insert-glyph): Make the background white.
1005
1006         * nnml.el (nnml-open-nov): Don't return dead buffers.
1007
1008         * auth-source.el (auth-source-create): Query the user for whether to
1009         store the credentials.
1010
1011         * netrc.el (netrc-store-data): New function.
1012
1013         * auth-source.el (auth-source-user-or-password): Use the existing auth
1014         sources, if any, for creation.
1015
1016         * gnus.el (gnus-group-fast-parameter): Return the last matching
1017         parameter instead of the first matching parameter.
1018
1019 2010-09-26  Julien Danjou  <julien@danjou.info>
1020
1021         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1022
1023 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1024
1025         * mml2015.el (mml2015-use): Remove gpg support.
1026
1027         * mml1991.el (mml1991-function-alist): Remove gpg function.
1028         (mml1991-gpg-sign): Removed.
1029
1030 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1031
1032         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1033         (gnus-browse-unsubscribe-current-group): Document it.
1034         (gnus-browse-unsubscribe-group): Use it.
1035
1036 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1039         address to the To list for easier response.
1040
1041         * gnus.el (gnus-play-startup-jingle): Removed.
1042         (gnus-splash): Don't play jingle.
1043         (gnus): Silence gnus-load message.
1044
1045         * gnus-art.el (gnus-treat-play-sounds): Removed.
1046
1047         * gnus.el (gnus-play-jingle): Remove audio support.
1048
1049         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1050
1051         * earcon.el: Removed -- no users.
1052
1053         * gnus-audio.el: Removed -- no users of this package.
1054
1055         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1056
1057         * gnus-start.el (gnus-setup-news): Remove nocem support.
1058
1059         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1060
1061         * gnus.el (gnus-use-nocem): Removed.
1062
1063         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1064         Removed.
1065
1066         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1067         uses NoCeM any more.
1068
1069         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1070         (gnus-button-ctan-handler): Ditto.
1071         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1072         (gnus-button-ctan-directory-regexp): Ditto.
1073         (gnus-button-handle-ctan): Ditto.
1074         (gnus-button-tex-level): Ditto.
1075         (gnus-button-alist): Removed CTAN stuff.
1076
1077 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078
1079         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1080         nnimap-streaming test.
1081
1082         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1083         servers twice.
1084
1085         * nnimap.el (nnimap-open-connection): Add more error reporting when
1086         nnimap fails early.
1087
1088         * nnheader.el (nnheader-get-report-string): New function.
1089         (nnheader-get-report): Use it.
1090
1091         * gnus-int.el (gnus-check-server): Say what the error was when opening
1092         failed.
1093
1094         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1095         using streaming.
1096
1097 2010-09-25  Julien Danjou  <julien@danjou.info>
1098
1099         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1100         gnus-window-inside-pixel-edges.
1101
1102 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1105
1106         * mm-decode.el (mm-save-part): Allow saving to other directories the
1107         normal Emacs way.
1108
1109         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1110         by Jay Berkenbilt.
1111
1112         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1113         there isn't a single byte.
1114
1115         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1116         just do it.  It doesn't really seem to matter what the user responds
1117         here, I think, so it's just a confusing question.
1118
1119         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1120         non-streaming case.
1121
1122         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1123         (gnus-article-encrypt-body): Use it.
1124
1125         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1126         keystroke.
1127
1128         * nnimap.el (nnimap-find-wanted-parts-1): Use
1129         gnus-fetch-partial-articles.
1130
1131         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1132
1133         * nnimap.el (nnimap-insert-partial-structure): New function.
1134         (nnimap-get-partial-article): New function.
1135         (nnimap-request-article): Use it.
1136         (nnimap-wait-for-response): Return whether the wait was successful.
1137         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1138         retrieval wasn't successful.
1139         (nnimap-retrieve-group-data-early): Allow throttling servers.
1140         (nnimap-streaming): New variable.
1141         (nnimap-fetch-partial-articles): Removed.
1142
1143         * mm-decode.el (mm-with-part): Protect against killed buffers.
1144
1145         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1146         for prettier summary display.
1147
1148 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1149
1150         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1151         directly.
1152
1153 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1156         apparently third-party libraries depend on it.
1157
1158         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1159         before starting negotiation.
1160
1161         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1162         privacy reasons.
1163         (gnus-treat-mail-gravatar): Ditto.
1164
1165         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1166         buffer when inserting images.  Inserting text into the headers, for
1167         instance, can make them invalid.
1168
1169 2010-09-25  Julien Danjou  <julien@danjou.info>
1170
1171         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1172         variables.
1173
1174         * nnheader.el: Remove useless variables news-reply-yank-from and
1175         news-reply-yank-message-id.
1176
1177         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1178         variables.
1179
1180         * mml1991.el: Remove useless mml1991-verbose.
1181
1182         * gnus.el: Remove useless variable gnus-use-generic-from.
1183         Remove obsolete variable gnus-topic-indentation.
1184
1185         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1186
1187         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1188
1189         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1190
1191         * gnus-group.el: Remove useless gnus-group-icon-cache.
1192         Remove useless gnus-ephemeral-group-server.
1193
1194         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1195
1196         * mml2015.el: Remove useless mml2015-verbose.
1197
1198         * mml-smime.el: Remove useless mml-smime-verbose.
1199
1200         * gnus.el: Remove useless gnus-local-domain.
1201
1202         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1203         gnus-gravatar-size.
1204
1205         * gnus-art.el: Remove useless gnus-treat-translate.
1206
1207 2010-09-24  Julien Danjou  <julien@danjou.info>
1208
1209         * gnus-sum.el: Add support for Gravatars.
1210
1211         * gnus-art.el: Add support for Gravatars.
1212
1213         * gnus-gravatar.el: Add this file.
1214
1215         * gravatar.el: Add this file.
1216
1217 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1220
1221         * gnus-group.el (gnus-group-fetch-faq): Removed.
1222
1223         * gnus.el (gnus-group-faq-directory): Removed.
1224
1225         * gnus-group.el (gnus-group-fetch-charter): Removed.
1226
1227         * gnus.el (gnus-group-charter-alist): Removed.
1228
1229         * gnus-group.el (gnus-group-archive-directory): Removed.
1230         (gnus-group-recent-archive-directory): Ditto.
1231         (gnus-group-make-archive-group): Removed.
1232
1233         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1234
1235         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1236         use the same article number for all the cached articles.
1237
1238         * nnimap.el (nnimap-command): Register the last command time so
1239         that we can use it for idling NOOPs.
1240         (nnimap-open-connection): Start the keeplive timer.
1241         (nnimap-make-process-buffer): Store all the process buffers.
1242         (nnimap-keepalive): New function.
1243
1244         * starttls.el: (starttls-open-stream): Add autoload cookie.
1245
1246 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1247
1248         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1249         handling.
1250
1251 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1252
1253         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1254         its data structures.
1255
1256         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1257         instead of the cl.el copy-list.
1258         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1259         equalp.
1260
1261 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1262
1263         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1264         and tool-bar-local-item-from-menu.
1265
1266         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1267         mode-line-highlight face for Emacs.
1268
1269         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1270         loading gnus-sum.elc; fix comment for canlock-verify.
1271         (gnus-article-jump-to-part): Use read-number.
1272         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1273         Emacs pre-21 compatible code for help-echo.
1274         (gnus-article-next-page-1): No need to adjust the number of lines.
1275         (gnus-article-describe-bindings): Always use help-buffer.
1276
1277         * gnus-audio.el (gnus-audio-inline-sound)
1278         * gnus-cus.el (gnus-custom-mode)
1279         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1280
1281         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1282
1283         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1284         compatible code.
1285
1286 2010-09-24  Glenn Morris  <rgm@gnu.org>
1287
1288         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1289         visiting the fcc file in rmail-mode.
1290
1291         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1292
1293 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * nnir.el: Silence the byte compiler.
1296
1297         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1298         alias to browse-url-url-encode-chars if any.
1299         (gnus-html-encode-url): Use it.
1300
1301 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus-start.el (gnus-use-backend-marks): New variable.
1304         (gnus-get-unread-articles-in-group): Use it.
1305
1306         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1307         makeover.
1308
1309 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1310
1311         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1312
1313 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1316         Removed.
1317         (gnus-setup-news-hook): Removed
1318         gnus-fixup-nnimap-unread-after-getting-new-news.
1319
1320         * gnus-int.el (gnus-request-update-info): Protect against backends not
1321         having the function.
1322
1323         * nnimap.el (nnimap-stream): Mention starttls.
1324         (nnimap-open-connection): Add starttls support.
1325
1326 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1327
1328         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1329
1330 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1333         BODYSTRUCTUREs.
1334         (nnimap-transform-headers): Unfold quoted {42} headers.
1335
1336         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1337         the info.
1338         (gnus-get-unread-articles): Only call updatep on backends that support
1339         it.
1340
1341         * nnweb.el (nnweb-request-update-info): NOOP.
1342
1343         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1344
1345         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1346         since it only deals with marks.
1347
1348         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1349         gnus-request-marks, and make a new gnus-request-update-info.
1350
1351         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1352         the active instead of the high number, which is usually too low.
1353
1354 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1355
1356         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1357         * encrypt.el: Removed.
1358
1359 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1362         server in symbolic form.
1363
1364         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1365         0.9.
1366
1367 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1370         (nnimap-update-info): Fix up code slightly.
1371
1372         * gnus-int.el (gnus-open-server): Add tracing for performance
1373         debugging.
1374
1375         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1376         (gnus-group-insert-group-line): Pass the real group name so that it
1377         gets the right data.
1378
1379         * gnus-start.el (gnus-get-unread-articles): Don't have
1380         `gnus-get-unread-articles-in-group' update info, since that can be
1381         really slow and doesn't seem to be needed?
1382
1383 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1384
1385         * time-date.el (date-to-time): Try using parse-time-string first before
1386         using the slower timezone-make-date-arpa-standard.
1387
1388 2010-09-22  Julien Danjou  <julien@danjou.info>
1389
1390         * gnus-group.el (gnus-group-insert-group-line): Call
1391         gnus-group-highlight-line.
1392         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1393         default hook list.
1394         (gnus-group-update-eval-form): Add new function.
1395         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1396         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1397
1398 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1401         immediate, then expire all articles.
1402         (nnimap-update-info): Fix off-by-one errors.
1403         (nnimap-flags-to-marks): Would return no marks lists for group with no
1404         flags.  Instead return the other data.
1405
1406 2010-09-22  Julien Danjou  <julien@danjou.info>
1407
1408         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1409         Only return an icon.
1410         (gnus-group-insert-group-line): Compute icon to return.
1411
1412         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1413         variable.
1414         (gnus-html-image-fetched): Only cache if
1415         gnus-html-image-automatic-caching is set.
1416         (gnus-html-image-fetched): Check for errors.
1417
1418 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1421         once per method on `g'.  This ensures that backends like nnfolder don't
1422         open all their folders.
1423
1424         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1425         (nnimap-request-list): Nix out group in the correct buffer.
1426         (nnimap-parse-flags): Implement by using `read' instead of
1427         hand-parsing.
1428         (nnimap-flags-to-marks): Pass on permanent-flags.
1429         (nnimap-make-process-buffer): Record the server name.
1430         (nnimap-parse-flags): Fix typo.
1431         (nnimap-request-scan): Run split on the server in general, not just a
1432         single group.
1433
1434         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1435         parameter, and propagate this downwards.
1436
1437         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1438         since EXAMINE changes it on the server.
1439
1440         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1441         this command might take a while.
1442
1443 2010-09-22  Julien Danjou  <julien@danjou.info>
1444
1445         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1446         harmful if you have 2 images side-by-side, they can't be properly
1447         update on text deletion.  Using text-property is safer here.
1448         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1449         data.
1450
1451 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1452
1453         * nnimap.el (nnimap-expunge-inbox): Removed.
1454         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1455         (nnimap-expunge): Flip default to t.
1456
1457         * gnus.el (gnus-method-to-server): Don't push things to the cache
1458         unless it's unique.
1459         (gnus-server-to-method): Ditto.
1460
1461 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1462
1463         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1464
1465 2010-09-22  Julien Danjou  <julien@danjou.info>
1466
1467         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1468         get the start of data.
1469         (gnus-html-encode-url): Add this function to encode special chars in
1470         URL.
1471         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1472         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1473
1474         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1475         default.
1476         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1477
1478         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1479         images alt-text.
1480         (gnus-html-put-image): Put alt-text as help-echo.
1481
1482 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1483
1484         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1485         * mm-util.el (mm-decompress-buffer)
1486         * nnir.el (nnir-run-find-grep)
1487         * pop3.el (pop3-list): Use 3rd arg of split-string.
1488
1489         * time-date.el (format-seconds): Comment fix.
1490
1491         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1492         and byte-optimize-form-code-walker.
1493         (dgnushack-make-auto-load): Don't advise make-autoload.
1494
1495         * lpath.el: Remove Emacs 21 stuff.
1496
1497 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1500         outside the active range.  Suggested by Dan Christensen.
1501
1502         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1503         slightly later to avoid double-getting it.
1504
1505         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1506         previous patch.
1507
1508         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1509
1510 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1511
1512         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1513
1514 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * gnus-int.el (gnus-open-server): Give a better error message in the
1517         "go offline" case.
1518
1519         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1520         marks for nnimap, which is seldom the right thing to do.
1521
1522         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1523         (gnus-same-method-different-name): New function.
1524
1525         * nnimap.el (parse-time): Require.
1526
1527         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1528         method in the presence of many similar methods.
1529
1530         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1531
1532         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1533         nnml-inhibit-expiry.
1534
1535         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1536         find out whether methods are equal.
1537
1538         * nnimap.el (nnimap-find-expired-articles): New function.
1539         (nnimap-process-expiry-targets): New function.
1540         (nnimap-request-move-article): Request the article before looking at
1541         what the Message-ID is.  Fix found by Andrew Cohen.
1542         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1543
1544         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1545         for oldness in addition to being a predicate.
1546
1547         * nnimap.el (nnimap-request-group): When we have zero articles, return
1548         the right data to Gnus.
1549         (nnimap-request-expire-articles): Only delete articles immediately if
1550         the target is 'delete.
1551
1552         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1553         method, this would bug out.
1554
1555         * gnus-group.el (gnus-group-expunge-group): Renamed from
1556         gnus-group-nnimap-expunge, and implemented as a normal interface
1557         function.
1558
1559         * gnus-int.el (gnus-request-expunge-group): New function.
1560
1561         * nnimap.el (nnimap-request-create-group): Implement.
1562         (nnimap-request-expunge-group): New function.
1563
1564 2010-09-21  Julien Danjou  <julien@danjou.info>
1565
1566         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1567         (gnus-html-cache-expired): Add new function.
1568         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1569         wethever we should display image for fetch it.
1570         Compute alt-text earlier to pass it to the fetching function too.
1571         (gnus-html-schedule-image-fetching): Change function argument to only
1572         get one image at a time, not a list.
1573         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1574         cache.
1575         (gnus-html-get-image-data): New function to retrieve image data from
1576         cache.
1577         (gnus-html-put-image): Change buffer argument to use image data rather
1578         than file, and place image above region rather than inserting a new
1579         one. Do not take alt-text as argument, since it's useless now: we place
1580         the image above alt-text.
1581         (gnus-html-prune-cache): Remove.
1582         (gnus-html-show-images): Start to fetch image when we find one, do not
1583         push into a temporary list.
1584         (gnus-html-prefetch-images): Only fetch image if they have expired.
1585         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1586         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1587
1588 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1589
1590         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1591
1592 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593
1594         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1595         spec inser "*" if the group isn't active instead of 0.
1596
1597         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1598         opening the server.
1599         (nnimap-request-delete-group): Implement group deletion.
1600         (nnimap-transform-headers): Return the size of the entire message in
1601         the Bytes header, not just the size of the first part.
1602         (nnimap-request-move-article): When moving an article from nnimap,
1603         request the article first so the accepting form has an article to
1604         accept.  Reported by Dan Christensen.
1605         (nnimap-command): Make sure that the error message doesn't error out.
1606
1607 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1608
1609         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1610         we haven't requested anything.
1611
1612 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1615         "".  Fix found by Andrew Cohen.
1616
1617         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1618         instead of -encode-string.
1619
1620 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1621
1622         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1623
1624         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1625         by mm-subst-char-in-string.
1626
1627 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1628
1629         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1630         waiting for the connection string.
1631
1632         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1633         arriving.
1634
1635         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1636         bogus characters.  This allows selecting certain Gmail groups.
1637
1638         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1639         (nnimap-fetch-partial-articles): New variable.
1640         (nnimap-open-connection): When looking for credentials, also use the
1641         nnimap-server-port.
1642         (nnimap-request-article): Return the group/article number, so that Gnus
1643         `^' works as expected.
1644         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1645         them.
1646
1647         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1648         comments.
1649         (gnus-methods-sloppily-equal): New function.
1650         (gnus): When using the development version of Gnus, load the gnus-load
1651         file.
1652
1653         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1654         `gnus-open-server' on each method before trying to scan them etc.  This
1655         ensures that all the backend parameters are set correctly.
1656
1657         * nnimap.el (nnimap-authenticator): New variable.
1658         (nnimap-open-connection): Allow anonymous login.
1659         (nnimap-transform-headers): The chars header is called Chars not
1660         Bytes.
1661         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1662         drops.
1663
1664         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1665         patch, found by Knut Anders Hatlen.
1666
1667 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1668
1669         * gnus-agent.el (gnus-agent-batch-confirmation)
1670         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1671         to gnus-message.
1672         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1673         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1674         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1675         * gnus-int.el (gnus-open-server): Likewise.
1676         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1677         (gnus-score-check-syntax): Likewise.
1678         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1679         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1680         Likewise.
1681         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1682
1683 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1686         calling conventions so that prefetch doesn't bug out.
1687
1688 2010-09-19  Julien Danjou  <julien@danjou.info>
1689
1690         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1691         rather than `subst-char-in-region' in order to be able to replace ASCII
1692         char by UTF-8 ones.
1693
1694         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1695         than curl.
1696         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1697         the right URL and ALT text on images.
1698         (gnus-html-wash-tags): Fix tag case.
1699         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1700         (gnus-article-html): Add -o display_ins_del=2 option.
1701         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1702
1703 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1706         the extra mail headers, which sometimes seem to happen for unknown
1707         reasons.
1708
1709         * mail-parse.el (mail-header-encode-parameter): Define as
1710         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1711         (or most, perhaps?) mail readers don't understand the latter, but do
1712         understand the former.
1713
1714         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1715         to nil, so that no methods are automatically agentized.  I think this
1716         is probably what most users want.
1717
1718         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1719         from url-retrieve, for instance about invalid URLs.
1720
1721         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1722         groups that have no articles.
1723         (nnimap-request-article): Check that we really got an article when we
1724         requested one.
1725
1726         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1727         doesn't exist.
1728
1729         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1730         nntp buffer so the agent can save it.
1731         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1732         that CRLF doesn't get translated to \n.
1733         (nnimap-open-connection): Don't make 'shell commands only send \n.
1734
1735 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1736
1737         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1738         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1739         Update var name.
1740         (nnml-generate-nov-file): Use dolist.
1741         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1742         Use with-current-buffer.
1743
1744 2010-09-18  Julien Danjou  <julien@danjou.info>
1745
1746         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1747         parallel.
1748
1749 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1752         the range update right.
1753         (nnimap-request-group): Don't make `M-g' bug out on group with no
1754         marks.
1755         (nnoo): Required, so that other packages can require nnimap.
1756         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1757         command we're looking for.  This helps when the server sends more
1758         responses after we've gotten everything we expected.
1759         (nnimap): Add a `newlinep' field to keep track of end-of-line
1760         conventions.
1761         Don't send CRLF to things that don't want it.
1762         (nnimap-request-accept-article): Ditto.
1763
1764 2010-09-18  Julien Danjou  <julien@danjou.info>
1765
1766         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1767         than curl to retrieve images.
1768
1769 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1772         the marks.
1773         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1774         (nnimap-wait-for-connection): New function.
1775         (nnimap-open-connection): If we have PREAUTH, don't query for login
1776         credentials.
1777         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1778         when doing a partial update.
1779
1780 2010-09-18  Julien Danjou  <julien@danjou.info>
1781
1782         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1783         tags.
1784
1785 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * nnimap.el (nnimap-credentials): New function.
1788         (nnimap-open-connection): Use the new function to look for credentials
1789         also on the numeric equivalents of "imap" and "imaps".
1790
1791         * gnus-start.el (gnus-activate-group): Send the info to
1792         gnus-request-group.
1793
1794         * nnimap.el (nnimap-request-group): Have the "check" version of the
1795         function parse flags and update the info, so that a `M-g' get a total
1796         resync of all flags from the group.
1797
1798         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1799         to allow backends to alter the info on group selection.  Also alter all
1800         the backend -request-group functions to take the parameter.
1801
1802         * nnimap.el (nnimap-store-info): New function.
1803         (nnimap-update-info): Store the info for later usage.
1804         (nnimap-request-group): Use the stored info for the dont-check case, so
1805         that we don't retrieve all marks when we enter a group.
1806
1807         * nnimap.el: Use deffoo instead of defun for interface functions.
1808
1809         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1810         update the group info.  This makes the nndraft groups, for instance, go
1811         back to their old behaviour.
1812
1813         * gnus-sum.el (gnus-select-newsgroup): Indent.
1814
1815         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1816         in.
1817         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1818         nothing.
1819
1820         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1821         from methods that are denied.
1822
1823         * gnus-int.el (gnus-method-denied-p): New function.
1824
1825         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1826         store the password instead of netrc.
1827         (nnimap-open-connection): Don't error out when we can't make a
1828         connections.
1829
1830         * auth-source.el (auth-source-create): In the password prompt, say what
1831         we're querying for.  Also prompt for user name if that hasn't been
1832         given.
1833
1834         * nnimap.el (nnimap-with-process-buffer): Removed.
1835
1836 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1839         method when we're reading from the agent.
1840
1841         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1842
1843         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1844         that's probably most useful for users.
1845
1846         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1847         "failed" all the time.
1848
1849         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1850         ...)) with (with-current-buffer ... ).
1851
1852         * nntp.el (nntp-open-server): Return whether the open was successful or
1853         not.
1854
1855         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1856         select an unread unseen article first.
1857
1858         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1859         /etc/services, supply some sensible port defaults.
1860
1861         * dgnushack.el: Define netrc-credentials.
1862
1863 2010-09-17  Julien Danjou  <julien@danjou.info>
1864
1865         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1866
1867 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1868
1869         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1870         doesn't have any parameters.
1871
1872 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1873
1874         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1875         only upcased checks.
1876
1877         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1878
1879         * nnimap.el (nnimap-open-shell-stream): New function.
1880         (nnimap-open-connection): Use it.
1881         (nnimap-transform-headers): Get the number of lines in each message.
1882         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1883         number of lines.
1884         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1885         problem.
1886
1887         * utf7.el (utf7-encode): Autoload.
1888
1889         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1890         to allow the mail splitting to not return a default group.  This is
1891         useful for nnimap, which will leave unmatched mail in the inbox.
1892
1893         * nnimap.el: Rewritten.
1894
1895         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1896         nnimap usage.
1897
1898         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1899         if the move is internal, so that nnimap can do fast internal moves.
1900
1901         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1902         data.
1903         (gnus-read-active-for-groups): Support finishing the early retrieval of
1904         data.
1905
1906         * gnus-range.el (gnus-range-nconcat): New function.
1907
1908         * gnus-int.el (gnus-finish-retrieve-group-infos)
1909         (gnus-retrieve-group-data-early): New functions.
1910
1911 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1912
1913         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1914         (nnrss-retrieve-groups):
1915         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1916         (pop3-quit): Use with-current-buffer.
1917
1918 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1919
1920         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1921         instead of nnheader-accept-process-output.
1922
1923         * dgnushack.el (dgnushack-compile): Add comment.
1924
1925         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1926
1927         * gnus-html.el (gnus-html-schedule-image-fetching)
1928         (gnus-html-prefetch-images): Replace process-kill-without-query by
1929         gnus-set-process-query-on-exit-flag.
1930
1931 2010-09-16  Romain Francoise  <romain@orebokech.com>
1932
1933         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1934
1935 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1938         parameter to unintern is mandatory-ish in Emacs 24.
1939
1940         * gnus-html.el (gnus-html-schedule-image-fetching)
1941         (gnus-html-prefetch-images): Check for curl before using it.
1942
1943         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1944         depend on curl, which isn't essential.
1945
1946         * imap.el: Revert back to version
1947         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1948         seem problematic.
1949
1950 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1951
1952         * gnus-registry.el (gnus-registry-install-shortcuts):
1953         Explicitly pass `obarray' to `unintern' to avoid a warning.
1954
1955 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1958         change.
1959
1960         * nnrss.el (nnrss-request-list): Removed this function and related
1961         functions, including the moreover stuff.
1962
1963 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1964
1965         * nnrss.el (nnrss-retrieve-groups): New function.
1966
1967 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1968
1969         * .dir-locals.el: Add no-byte-compile cookie.
1970
1971 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * time-date.el (format-seconds): Comment fix.
1974
1975         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1976         for back end that doesn't support request-scan.
1977
1978 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979
1980         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1981         then do request scans from the backends.
1982
1983         * netrc.el (netrc-credentials): New conveniency function.
1984
1985         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1986         avoid running a hook per line, since this takes a lot of time,
1987         profiling shows.
1988         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1989         directly if gnus-visual-p is true.
1990
1991 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1994         groups; replace mapcar with dolist which is a bit faster; pass groups
1995         info to gnus-read-active-file-1.
1996         (gnus-read-active-file-1): Scan only specified groups if the new
1997         optional arg `infos' is given.
1998
1999 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2002
2003         * pop3.el (pop3-movemail): Removed.
2004         (pop3-streaming-movemail): Renamed to pop3-movemail.
2005
2006         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2007         don't restrict end-tag searches to the end of the line.
2008
2009 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2012         articles of every unchecked group to t, which means unknown since the
2013         server has never been opened.
2014
2015 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2016
2017         * gnus-html.el (gnus-html-show-alt-text): New command.
2018         (gnus-html-browse-image): Ditto.
2019         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2020         to browse the image directly.
2021         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2022         better.
2023
2024         * gnus-async.el (gnus-async-article-callback): Call
2025         `gnus-html-prefetch-images' unconditionally.
2026
2027         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2028         before feeding URLs to curl.
2029
2030 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2031
2032         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2033         internal images as deletable by `W D D'.
2034
2035         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2036         (gnus-async-article-callback): Fix typo.
2037
2038 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2041         current line to work around bugs in the output from w3m.
2042
2043         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2044         for groups that want that.
2045
2046         * nntp.el (nntp-wait-for-string): Supply a timeout for
2047         accept-process-output to ensure progress.
2048
2049         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2050         level to get unread articles from, then use that for foreign groups,
2051         too.
2052
2053         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2054         confuses the rest of the function.
2055
2056         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2057         for the methods that support -retrieve-groups, too.
2058
2059         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2060
2061 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2064         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2065
2066         * pop3.el: Require cl when compiling.
2067         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2068
2069 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2070
2071         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2072         that aren't going to be activated.
2073         (gnus-get-unread-articles): Fix up the last commit.
2074
2075         * gnus-html.el (gnus-article-html): Allow calling without specifying
2076         the handle.  In that case, dissect the buffer first.
2077
2078         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2079
2080         * nnimap.el (nnimap-open-connection): Revert the change that would look
2081         into authinfo for imaps instead of imap.
2082
2083         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2084         say that you don't want to call gnus-request-group with don-check, but
2085         do check the reponse.  This is for virtual groups only.
2086         (gnus-get-unread-articles): Count the archive groups as secondary, so
2087         that they're activated the same way as before.
2088
2089         * imap.el (imap-message-map): Removed optional buffer parameter, since
2090         no callers use it.
2091         (imap-message-get): Ditto.
2092         (imap-message-put): Ditto.
2093         (imap-mailbox-map): Ditto.
2094         (imap-mailbox-put): Ditto.
2095         (imap-mailbox-get): Ditto.
2096         (imap-mailbox-get): Revert last change for this function.
2097
2098         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2099         case-insensitively.
2100         (nnimap-debug): Removed.
2101
2102         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2103         to use `imap-fetch' instead.  According to the comments, this should be
2104         safe, since all other IMAP clients use the 1:* syntax.
2105         (imap-enable-exchange-bug-workaround): Removed.
2106         (imap-debug): Removed -- doesn't seem very useful.
2107
2108         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2109         mail from a file, and the file doesn't exist.
2110
2111         * imap.el (imap-log): New convenience function used throughout instead
2112         of repeating the same code all over the place.
2113
2114         * pop3.el (pop3-streaming-movemail): Return t for success.
2115
2116         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2117         .authinfo if we're using ssl connection.
2118
2119         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2120         already have if we're in a main Gnus `g' run.
2121
2122         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2123
2124 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2125
2126         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2127
2128         * nnmh.el (nnmh-request-list-1): Bind `file'.
2129
2130         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2131         alias to set-process-query-on-exit-flag or process-kill-without-query.
2132         (pop3-open-server): Use it.
2133
2134 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2137         box to the Incoming file.  Fixes mistake in previous checkin.
2138
2139         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2140         request loop (for debugging purposes) removed.
2141
2142         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2143         culprit is more visible.
2144         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2145         (nnml-add-incremental-nov): New functions to do "incremental" nov
2146         updates, where we just append to the end of the existing nov files
2147         without reading/writing them in full.
2148
2149         * mail-source.el (mail-source-delete-crash-box): Really only check the
2150         incoming files once in a while.
2151
2152         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2153
2154         * mail-source.el (mail-source-delete-crash-box): Only check the
2155         incoming files for deletion once per day to save a lot of file
2156         accesses.
2157
2158         * pop3.el (pop3-logon): Fix up unbound variable typo.
2159
2160         * mail-source.el (pop3-streaming-movemail): Autoload.
2161
2162         * pop3.el (pop3-streaming-movemail): Respect
2163         pop3-leave-mail-on-server.
2164
2165         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2166         retrieval.
2167
2168         * pop3.el (pop3-process-filter): Removed unused function.
2169         (pop3-streaming-movemail, pop3-send-streaming-command)
2170         (pop3-wait-for-messages, pop3-write-to-file)
2171         (pop3-number-of-responses): New functions for streaming pop3
2172         retrieval.
2173
2174         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2175         come from no known methods.
2176         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2177         list.
2178
2179         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2180         message sizes.
2181         (pop3-movemail): Use erase-buffer instead of looping and deleting
2182         regions, which seems rather odd.
2183
2184         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2185         file once per `g' run.
2186
2187         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2188         directories.  This makes the draft queue directory work.
2189
2190         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2191         data from the backends, so that we only request the list of groups from
2192         each method once.  This should speed things up considerably.
2193
2194         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2195         detect that it's not implemented.
2196
2197         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2198         we actually do recurse down into the tree, but don't stat all leaf
2199         nodes.
2200
2201         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2202         then say so instead of bugging out.
2203
2204         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2205         files exist before trying to read them.
2206
2207         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2208         around <pre_int>.
2209
2210         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2211
2212         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2213
2214 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215
2216         * mm-util.el (mm-image-load-path): Just return the image directories,
2217         not all directories in the path in addition to the image directories.
2218         (mm-image-load-path): Maintain a cache of the image directories so that
2219         the `g' command in Gnus doesn't have to stat dozens of directories each
2220         time.
2221
2222         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2223         (gnus-html-wash-tags): Add a new `i' command to insert images.
2224         (gnus-html-insert-image): New command and keystroke.
2225         (gnus-html-redisplay-with-images): New command and keystroke.
2226         (gnus-html-show-images): Renamed command.
2227         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2228         spacers.
2229         (gnus-html-wash-tags): Decode entities at the end, so that entities
2230         inside the tags don't mess up the rest of the "parsing".
2231
2232         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2233         so that nnimap methods aren't agentized by default.  There's apparently
2234         many problems related to agent/imap behaviour.
2235
2236         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2237
2238         * gnus-html.el: Doc fix.
2239
2240 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2243         specifier-spec-list for Emacs 21.
2244
2245         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2246         glyph-width and glyph-height instead of display-graphic-p and
2247         image-size; make avoidance of displaying small images work for XEmacs.
2248
2249         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2250         for XEmacs.
2251
2252         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2253         of symbol that holds plist data.
2254         (gnus-process-plist): Remove plist of process after getting it.
2255
2256 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * message.el (message-generate-hashcash): Change default to
2259         'opportunistic if hashcash is installed.
2260
2261         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2262         (gnus-html-put-image): Only call image-size once, since it's somewhat
2263         time-consuming on remote X servers.
2264
2265 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2268         type on data, not a file name.
2269
2270         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2271         window-pixel-edges for Emacs 21.
2272
2273         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2274         decoded contents.
2275         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2276
2277 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2278
2279         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2280         group line format, since it isn't very interesting.
2281
2282         * gnus-agent.el (gnus-agent-short-article),
2283         (gnus-agent-long-article): Increase values for these two variables,
2284         since most people are likely to have more network connection and
2285         storage than before.
2286
2287         * gnus.el (gnus-refer-article-method): Change default to 'current.
2288         When referring an article, the common behaviour is to refer it from the
2289         current select method, not the native select method.  The chances of
2290         the native select method having the message in question is rather slim
2291         these days.
2292
2293         * gnus-sum.el (gnus-auto-select-subject): Change default to
2294         `unseen-or-unread'.  I think it's likely that most people want to
2295         select an unseen article over a previously seen, but unread one.
2296
2297         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2298         means that in the article buffer none of the minor mode elements will
2299         be shown, usually, and this is not desirable in most cases.
2300
2301         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2302         that commands like `d' (and the like) go to the next line in the
2303         buffer, instead of the next unread article.  I think this is the
2304         behaviour that is most natural for most users.
2305         (gnus-single-article-buffer): Change default to nil, so that people can
2306         have as many article buffers open as they have summary buffer.  I think
2307         this is the most natural way for the groups to behave.
2308
2309         * message.el (message-generate-new-buffers): Change default to
2310         `unsent', so that all new message buffers start their names with the
2311         string "*unsent", and it's easier to find the buffers if you move from
2312         them.
2313
2314 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2317         small.  They're probably tracking images.
2318         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2319         (gnus-html-rescale-image): Yet another try at getting the image sizing
2320         right.
2321
2322         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2323         nntp-marks-file-name is nil.
2324
2325 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2326
2327         * gnus-html.el (gnus-html-wash-tags)
2328         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2329         Better logging.
2330
2331 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2334
2335         * gnus-html.el (gnus-html-wash-tags): Check the value of
2336         gnus-blocked-images in the summary buffer.
2337
2338 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2339
2340         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2341
2342 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2343
2344         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2345         like "a", it seems like.
2346         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2347         since it needs to be picked from the correct buffer.
2348
2349         * nnwfm.el: Removed.
2350
2351         * nnlistserv.el: Removed.
2352
2353 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2354
2355         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2356         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2357
2358 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * nnkiboze.el: Removed.
2361
2362         * nndb.el: Removed.
2363
2364         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2365         alt text.
2366         (gnus-html-rescale-image): Try to get the rescaling logic right for
2367         images that are just wide and not tall.
2368
2369         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2370         overshadow variable bindings.
2371
2372 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2373
2374         * gnus-html.el (gnus-html-wash-tags)
2375         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2376         extra logging.
2377
2378 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2381         (gnus-max-image-proportion): New variable.
2382         (gnus-html-rescale-image): New function.
2383         (gnus-html-put-image): Rescale images.
2384
2385 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2386
2387         Fix up some byte-compiler warnings.
2388         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2389         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2390         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2391         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2392         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2393         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2394         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2395
2396 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus-html.el (gnus-article-html): Decode contents by charset.
2399
2400 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2403         (gnus-html-frame-width, gnus-blocked-images)
2404         * message.el (message-prune-recipient-rules): Add custom version.
2405         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2406
2407         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2408         functions.
2409
2410         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2411         gnus-process-get.
2412
2413 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2414
2415         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2416         instead of lsub directly.
2417
2418 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2419
2420         * nnwarchive.el: Removed.
2421
2422         * gnus-soup.el: Removed.
2423
2424         * nnsoup.el: Removed.
2425
2426         * nnultimate.el: Removed.
2427
2428         * gnus-html.el (gnus-blocked-images): New variable.
2429
2430         * message.el (message-prune-recipients): New function.
2431         (message-prune-recipient-rules): New variable.
2432
2433         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2434         guess whether a long line is natural text or not.
2435
2436         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2437         gnus-process-plist and friends for compatibility.
2438
2439 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2440
2441         * gnus-html.el: Require packages that define macros used in this file.
2442         (gnus-article-mouse-face): Declare to silence byte-compiler.
2443         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2444         process-get.
2445         (gnus-html-put-image): Use plist-get to avoid getf.
2446         (gnus-html-prefetch-images): Use with-current-buffer.
2447
2448 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * gnus-ems.el: Provide compatibility functions for
2451         gnus-set-process-plist.
2452
2453         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2454         header-line-format for XEmacs 21.4.
2455
2456         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2457         * gnus.el (gnus-valid-select-methods)
2458         * message.el (message-send-mail-partially-limit)
2459         * mm-decode.el (mm-text-html-renderer)
2460         * mml.el (mml-insert-mime-headers-always)
2461         * smiley.el (smiley-regexp-alist): Bump custom version.
2462
2463 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464
2465         * gnus-html.el: require mm-url.
2466         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2467         with the url to `url'.
2468         (gnus-html-wash-tags): Support cid: URLs/images.
2469
2470 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2471
2472         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2473         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2474         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2475
2476         * gnus-move.el: Removed file, since it doesn't really work.
2477
2478         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2479         UTF-8.  This seems to fix problems with some German web feeds.
2480
2481         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2482         at the top so that the proper colours are applied.
2483
2484         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2485         don't have dots in their names.
2486
2487         * gnus-art.el (gnus-article-view-part): Doc fix.
2488
2489         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2490         XEmacs-compatible.
2491         (gnus-html-put-image): Don't do images on non-graphic displays.
2492
2493         * nnslashdot.el: Removed this unused backend.
2494
2495         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2496         actions.
2497         (gnus-undo-register-1): Revert last change.
2498
2499         * gnus-group.el (gnus-group-completing-read): Protect against not
2500         having completion-styles bound.
2501
2502         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2503         make broken recipients happier.
2504
2505         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2506
2507         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2508         point parameter.
2509
2510         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2511
2512         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2513         completion-styles for group selection.
2514
2515 2009-02-04  Andreas Schwab  <schwab@suse.de>
2516
2517         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2518         headers and regexp-quote the match if necessary.
2519
2520 2009-03-24  Miles Bader  <miles@gnu.org>
2521
2522         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2523         the blinking smiley.
2524
2525 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2526
2527         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2528         blink smiley.
2529
2530 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2533         where the dribbel file lives exists.
2534
2535         * message.el (message-send-mail-partially-limit): Change the default to
2536         nil, since most people don't want this.
2537
2538         * mm-url.el (mm-url-decode-entities): Also decode entities like
2539         &#x3212.
2540
2541 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2542
2543         * gnus-sum.el (gnus-summary-idna-message):
2544         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2545         Hyperlink urls in docstrings with URL `...'.
2546
2547 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2548
2549         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2550         functions.
2551
2552 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2553
2554         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2555         say what the mouseover text should be.
2556
2557         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2558         version of the mm-w3m-safe-url-regexp variable to only download images
2559         in the groups where we want that to happen.
2560
2561         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2562
2563         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2564         easier debugging.
2565         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2566         big pictures in the article buffer.
2567
2568         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2569         gnus-article-html.
2570         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2571         w3m.
2572
2573         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2574
2575 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2578         which doesn't exist.
2579
2580         * message.el (message-inhibit-ecomplete): New variable to allow some
2581         function to inhibit ecomplete address storage.
2582         (message-resend): Disable ecomplete message storage when resending
2583         messages.
2584
2585         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2586
2587 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2588
2589         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2590         Save excursion while copying, moving, and deleting articles in order to
2591         prevent the cursor from jumping to unforeseen place.
2592
2593 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * lpath.el: No need to bind bookmark-current-buffer,
2596         bookmark-yank-point and bookmark-make-record-function.
2597
2598 2010-08-17  Glenn Morris  <rgm@gnu.org>
2599
2600         * gnus-sync.el: Require gnus components whose functions are used.
2601
2602         * gnus-art.el (bookmark-make-record-function):
2603         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2604         Declare for compiler.
2605
2606         * mm-url.el (mml-compute-boundary): Autoload.
2607
2608 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2609
2610         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2611
2612 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2613
2614         Typo fix "hoo4a" -> "hook".
2615
2616         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2617
2618 2010-08-14  Glenn Morris  <rgm@gnu.org>
2619
2620         * gnus-sync.el (gnus-sync): Fix defgroup version.
2621
2622 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2623
2624         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2625
2626         * gnus-sync.el: Fix docs.
2627         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2628         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2629
2630 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2631
2632         Optimizations for gnus-sync.el.
2633
2634         * gnus-sync.el: Add docs about gnus-sync-backend
2635         possibilities.
2636         (gnus-sync-save): Remove unnecessary message.
2637         (gnus-sync-read): Optimize and show what groups were skipped.
2638
2639 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2640
2641         Minor bug fixes for gnus-sync.el.
2642
2643         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2644         read the sync on get-new-news.
2645
2646         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2647         quiet.
2648
2649         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2650
2651 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2652
2653         Make saving and restoring of hidden threads work with overlays.
2654         Patch applied by Ted Zlatanov.
2655
2656         * gnus-sum.el (gnus-hidden-threads-configuration)
2657         (gnus-restore-hidden-threads-configuration): Update to deal with text
2658         properties, rather than searching for a magic character.
2659
2660 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2661
2662         New gnus-sync.el library for synchronization of marks.
2663
2664         * gnus-sync.el: New library for synchronization of marks.
2665
2666         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2667         renamed from `gnus-registry-grep-in-list'.
2668
2669         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2670
2671         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2672
2673 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2676         determining charset of text fails.
2677
2678 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * nnmail.el (nnmail-get-new-mail-1): Revert.
2681
2682         * nnml.el (nnml-active-number): Make sure names of newly created groups
2683         in nnml-group-alist are encoded.
2684
2685 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2686
2687         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2688         containing non-ASCII characters in active file for nnml back end.
2689
2690 2010-07-24  David Engster  <dengste@eml.cc>
2691
2692         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2693         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2694
2695 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2696
2697         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2698         tag (Bug#6654).
2699
2700 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2701
2702         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2703         the article buffer, not the summary buffer.
2704
2705 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2708         Emacs 23 as well.
2709
2710 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2713         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2714
2715 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2716
2717         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2718         Patch applied by Karl Fogel.
2719
2720         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2721         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2722
2723 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2724
2725         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2726         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2727         C-w still not working correctly from Article buffers; Thierry's
2728         patch to fix that will be applied after this.
2729
2730         * gnus-art.el (bookmark-make-record-function): New local variable.
2731
2732         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2733         article buffer.
2734         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2735
2736 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2737
2738         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2739         on changes in bookmark.el.
2740
2741 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2744         `no-log' instead of message not to log prompt string.
2745
2746 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2747
2748         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2749         the *other* type of HTML form submission.
2750
2751 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2752
2753         * auth-source.el (auth-source-pick): If choice does not contain a
2754         questioned keyword, set the check to t.
2755
2756 2010-06-12  Romain Francoise  <romain@orebokech.com>
2757
2758         * gnus-util.el (gnus-date-get-time): Move up before first use.
2759
2760 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2761
2762         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2763         (gnus-article-edit-part): Bind it to make last part that is substituted
2764         or deleted visible.
2765         (gnus-mime-display-single): Buttonize part of which id equals to
2766         gnus-mime-buttonized-part-id.
2767
2768 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2769
2770         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2771         (gnus-dd-mmm): Use gnus-date-get-time.
2772         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2773         simplify logic.
2774         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2775         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2776
2777 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2778
2779         * auth-source.el (top): Autoload `secrets-list-collections',
2780         `secrets-create-item', `secrets-delete-item'.
2781         (auth-sources): Fix tag string.
2782         (auth-get-source, auth-source-retrieve, auth-source-create)
2783         (auth-source-delete): New defuns.
2784         (auth-source-pick): Rewrite in order to avoid 2 passes.
2785         (auth-source-forget-user-or-password): New parameter USERNAME.
2786         (auth-source-user-or-password): New parameters CREATE-MISSING and
2787         DELETE-EXISTING.  Retrieve password interactively, if needed.
2788
2789 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2790
2791         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2792         deleting unused directories when gnus-expert-user is t.
2793
2794 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2795
2796         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2797         for each temp file when gnus-article-browse-delete-temp is ask.
2798
2799 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2800
2801         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2802         Lisp calls to delete-backward-char by calls to delete-char.
2803
2804 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2805
2806         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2807
2808 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2809
2810         * password-cache.el (password-cache-remove): Fix docstring.
2811
2812 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2815         article unless decoding article to be saved.
2816
2817 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2818
2819         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2820         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2821         generated within the mm-with-unibyte-current-buffer macro.
2822
2823 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2826         to nil when we're in a mml-preview buffer and no group is selected.
2827
2828 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2829
2830         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2831         when catching the `C-g'.  Reported by "Leo".
2832
2833 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2834
2835         * message.el (message-forward-make-body-plain)
2836         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2837         multibyte-string-p.
2838
2839         * lpath.el: Revert.
2840
2841 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * message.el (message-forward-make-body-mml): Assume original message
2844         is multibyte string; error on unibyte.
2845         (message-forward-make-body-plain): Ditto; don't add excessive newline
2846         in body end.
2847
2848         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2849
2850 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2851
2852         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2853         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2854
2855 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * mm-extern.el (mm-extern-url): Don't use
2858         mm-with-unibyte-current-buffer.
2859         (mm-extern-cache-contents): Use with-current-buffer instead of
2860         save-excursion + set-buffer.
2861
2862 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2863
2864         * mm-util.el (mm-emacs-mule): Remove.
2865
2866 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2867
2868         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2869         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2870         change.
2871
2872 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2873
2874         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2875         bind the default value of enable-multibyte-characters to nil.
2876
2877 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * message.el (message-forward-make-body-plain)
2880         (message-forward-make-body-mml):
2881         Don't use mm-with-unibyte-current-buffer.
2882
2883 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2884
2885         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2886
2887 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2888
2889         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2890         (Bug#5592).
2891
2892 2010-05-07  Julien Danjou  <julien@danjou.info>
2893
2894         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2895         it to mm-pipe-part.
2896
2897         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2898         it is given.
2899
2900 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * binhex.el (binhex-decode-region-internal)
2903         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2904         (dns-query)
2905         * nnweb.el (nnweb-gmane-search)
2906         * pgg-parse.el (pgg-parse-armor)
2907         * pgg.el (pgg-verify-region)
2908         * sha1.el (sha1-string-external)
2909         * uudecode.el (uudecode-decode-region-internal)
2910         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2911         XEmacs.
2912
2913         * gnus-art.el (gnus-article-browse-html-parts)
2914         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2915         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2916         make-temp-file.
2917
2918         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2919         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2920         compiling.
2921
2922         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2923         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2924         XEmacs when compiling.
2925
2926         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2927         gnus-pick-mode-off-hook for XEmacs when compiling.
2928         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2929         gnus-binary-mode-off-hook for XEmacs when compiling.
2930
2931         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2932         nil if char-charset is not available.
2933
2934         * imap.el (imap-disable-multibyte)
2935         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2936         macros.
2937
2938         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2939         instead of encode-coding-string.
2940
2941         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2942         'xemacs) instead of mm-emacs-mule to switch function definitions.
2943         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2944
2945         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2946         bind temporary-file-directory for XEmacs;
2947         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2948         timer-set-function for XEmacs 21.4 and SXEmacs;
2949         bind timer-list for XEmacs 21.4 and SXEmacs;
2950         fbind char-charset and find-charset-region for non-Mule XEmacs;
2951         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2952         encode-coding-region and encode-coding-string for XEmacs having no
2953         file-coding feature.
2954
2955 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2956
2957         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2958
2959 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2960
2961         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2962         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2963
2964 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2965
2966         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2967         alias `jka-compr-delete-temp-file' no longer exists.
2968
2969 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2970
2971         Use define-minor-mode in Gnus where applicable.
2972         * mml.el (mml-mode): Use define-minor-mode.
2973         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2974         (gnus-undo-mode): Use define-minor-mode.
2975         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2976         (gnus-dead-summary-mode): Use define-minor-mode.
2977         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2978         Initialize in declaration.
2979         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2980         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2981         (gnus-mailing-list-mode): Use define-minor-mode.
2982         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2983         (gnus-draft-mode): Use define-minor-mode.
2984         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2985         (gnus-dired-mode): Use define-minor-mode.
2986
2987 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2988
2989         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2990         handles on recursive mml-to-mime translation and check them for
2991         boundary delimiter collisions.  Reported by Greg Troxel.
2992
2993 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2996
2997 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2998
2999         * mm-util.el (mm-find-buffer-file-coding-system):
3000         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3001
3002 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3003
3004         * message.el (message-generate-headers): Record insertion of optional
3005         headers as well.  Otherwise the check to prevent repeated insertion of
3006         optional headers is a no-op.
3007
3008 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3009
3010         * smime.el: Don't mention CVS.
3011
3012         * nnrss.el (nnrss-fetch): Don't mention CVS.
3013
3014         * nnir.el: Don't mention CVS.
3015
3016 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3017
3018         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3019
3020 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3021
3022         * lpath.el: Fbind bookmark-default-handler,
3023         bookmark-get-bookmark-record, bookmark-make-record-default,
3024         bookmark-prop-get for Emacs <23 and XEmacs.
3025
3026 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3027
3028         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3029         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3030         Use with-current-buffer to silence the byte-compiler.
3031         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3032         bother to require `gnus'.
3033         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3034
3035 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3036
3037         * gnus-sum.el (gnus-summary-bookmark-make-record)
3038         (gnus-summary-bookmark-jump): New functions.
3039         (gnus-summary-mode): Setup bookmark support.
3040
3041 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3042
3043         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3044         if set.
3045
3046 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3047
3048         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3049         gnus-article-browse-html-save-cid-image; make it work recursively for
3050         forwarded messages as well.
3051         (gnus-article-browse-html-parts): Work when prefix arg is given.
3052         (gnus-article-browse-html-article): Doc fix.
3053
3054 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3055
3056         * message.el (message-default-mail-headers):
3057         (message-default-headers): Carry the value mail-default-headers over
3058         into message-default-mail-headers, rather than message-default-headers.
3059
3060 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3061
3062         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3063         charset.
3064
3065         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3066         charset into the <meta> tag when the article is encoded to utf-8.
3067
3068 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3069
3070         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3071         directories as well.
3072         (gnus-article-browse-html-parts): Work for images that do not specify
3073         file names; delete temp directory when quitting; insert header at the
3074         right place; use file: scheme for image files.
3075
3076 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3077
3078         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3079         (gnus-article-browse-html-parts): Use it to make temporary cid image
3080         files in addition to html file so that browser may display them.
3081
3082 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3083
3084         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3085
3086 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3087
3088         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3089
3090 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3091
3092         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3093         about Secret Service API sources.  Improve Customize options.
3094         (auth-source-pick): Change to accept any number of search parameters.
3095         Implement fallbacks iteratively, not recursively.  Add scoring on the
3096         second pass and sort by score.  Call Secret Service API when needed.
3097         (auth-source-user-or-password): Use it.  Call Secret Service API
3098         directly when needed to get the user name and the password.
3099
3100 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3101
3102         * message.el (message-interactive): Doc fix.
3103         (message-qmail-inject-args): Reflow.
3104         (message-kill-to-signature): Fix typo in docstring.
3105
3106         * smiley.el (smiley-buffer): Fix typo in docstring.
3107
3108 2010-03-24  Glenn Morris  <rgm@gnu.org>
3109
3110         * mail-source.el (gnus-message): Declare.
3111         (mail-source-delete-old-incoming): Require gnus-util.
3112
3113 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3114
3115         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3116
3117         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3118
3119         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3120         password-cache's default if it is not bound.
3121         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3122         password-cache-expiry's default if it is not bound.
3123
3124         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3125         available in Emacs 21.
3126
3127         * lpath.el: Suppress compiler warnings for:
3128         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3129         XEmacs;
3130         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3131         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3132         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3133
3134 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3135
3136         * auth-source.el (auth-sources): Fix up definition so extra parameters
3137         are always inline.
3138
3139 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3140
3141         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3142         wasn't updated after mismatch.  Clear cached mailbox info correctly
3143         when uidvalidity changes.
3144         (nnimap-group-prefixed-name): New function to avoid some code
3145         duplication.
3146         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3147         (nnimap-request-group): Use it.
3148         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3149         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3150         with many imap folders.  This is done by caching the group status from
3151         the imap server persistently in a group parameter `imap-status'.  (This
3152         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3153         but not persistently, so every Gnus startup was still very slow.)
3154
3155 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3156
3157         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3158         delete the extra newline.  Otherwise editing of :string and :number
3159         types don't work.
3160
3161 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3162
3163         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3164         secrets.el dependency.
3165         (auth-sources): Add optional user name.  Add secrets.el configuration
3166         choice (unused right now).
3167
3168 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3169
3170         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3171         `gnus-registry-install-shortcuts' fill in the functions.
3172
3173         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3174         warnings.
3175         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3176         (gnus-registry-install-shortcuts): Populate and use it in a
3177         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3178
3179 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3180
3181         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3182         In-place substitutions for the group name encoding/decoding.
3183         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3184         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3185         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3186         (nnimap-update-unseen, nnimap-request-list)
3187         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3188         (nnimap-request-set-mark, nnimap-split-to-groups)
3189         (nnimap-split-articles, nnimap-request-newgroups)
3190         (nnimap-request-create-group, nnimap-request-accept-article)
3191         (nnimap-request-delete-group, nnimap-request-rename-group)
3192         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3193         `encoded-mbx' for consistency.
3194         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3195         variable `imap-current-mailbox'.
3196
3197         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3198         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3199
3200 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3201
3202         * pop3.el (pop3-display-message-size-flag): Display message size byte
3203         counts during POP3 download.
3204         (pop3-movemail): Use it.
3205         (pop3-list): Implement listing of available messages.
3206
3207 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3208
3209         * nnir.el (nnir-get-article-nov-override-function): New function to
3210         override the normal NOV retrieval.
3211         (nnir-retrieve-headers): Use it.
3212
3213 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3214
3215         * auth-source.el (netrc-machine-user-or-password): Autoload.
3216
3217 2010-03-19  Glenn Morris  <rgm@gnu.org>
3218
3219         Stop message.el from loading about 40 libraries it doesn't always need.
3220         The general approach is to autoload rather than require, and to
3221         require in the specific functions rather than the file.  (Bug#5642)
3222
3223         * gmm-utils.el: Don't require wid-edit.
3224         (widget-create-child-value, widget-convert, widget-default-get):
3225         Autoload.
3226
3227         * gnus-util.el: Don't require time-date, netrc.
3228         (message-fetch-field, gnus-group-name-decode): Declare rather than
3229         autoloading.
3230         (gnus-fetch-field): Require message.
3231         (gnus-decode-newsgroups): Require gnus-group.
3232
3233         * ietf-drums.el: Don't require time-date.
3234
3235         * message.el: Don't require hashcash, canlock, ecomplete.
3236         Do require mail-utils.  Require nnheader only when compiling.
3237         (smtpmail-default-smtp-server): Remove declaration.
3238         (message-send-mail-function): Check smtpmail-default-smtp-server
3239         is bound rather than requiring smtpmail.
3240         (message-auto-save-directory, message-insert-signature): Use
3241         expand-file-name rather than nnheader-concat.
3242         (nnheader-insert-file-contents): Autoload.
3243         (hashcash-wait-async): Declare.
3244         (message-send-mail): Only call gnus-setup-posting-charset if
3245         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3246         (message-send-mail-with-sendmail): Require sendmail.
3247         (canlock-password, canlock-password-for-verify): Declare.
3248         (message-canlock-password): Require canlock.
3249         (nnheader-get-report): Autoload.
3250         (gnus-setup-posting-charset): Declare.
3251         (message-send-news): Require gnus-msg.
3252         (message-make-references, message-make-in-reply-to): Use mail-header-id
3253         rather than the alias mail-header-message-id.
3254         (ecomplete-add-item, ecomplete-save): Declare.
3255         (message-put-addresses-in-ecomplete): Require ecomplete.
3256         (ecomplete-display-matches): Autoload.
3257
3258         * mm-decode.el: Don't require mailcap, gnus-util.
3259         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3260         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3261         Autoload.
3262         (mailcap-mime-extensions): Declare.
3263
3264         * mm-encode.el: Don't require mailcap.
3265         (mailcap-extension-to-mime): Autoload.
3266
3267         * mml-sec.el: Don't require password-cache.
3268
3269         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3270         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3271         (mml-minibuffer-read-type): Require mailcap.
3272         (mml-preview): Require gnus-msg.
3273
3274         * mml1991.el: Require password-cache.
3275         (password-cache-expiry): Remove declaration.
3276
3277         * mml2015.el: Require password-cache.
3278         (password-cache-expiry): Remove declaration.
3279
3280         * nneething.el (mailcap): Require mailcap.
3281
3282         * nnheader.el (declare-function): Add compatibility stub.
3283         (message-remove-header): Declare rather than autoload.
3284         (nnheader-replace-header): Require message.
3285
3286         * nnimap.el (declare-function): Add compatibility stub.
3287         (netrc-parse, netrc-machine-user-or-password): Declare.
3288         (nnimap-open-connection): Require netrc.
3289
3290         * nntp.el (declare-function): Add compatibility stub.
3291         (netrc-parse, netrc-machine, netrc-get): Declare.
3292         (nntp-send-authinfo): Require netrc.
3293
3294         * rfc2047.el: Don't require qp.
3295         (quoted-printable-encode-region, quoted-printable-decode-string):
3296         Autoload.
3297
3298         * sieve-mode.el: Don't require easymenu.
3299         (easy-menu-add-item): Autoload it.
3300
3301         * spam-stat.el (time-to-number-of-days): Autoload it.
3302
3303 2010-03-19  Glenn Morris  <rgm@gnu.org>
3304
3305         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3306
3307 2010-03-18  Glenn Morris  <rgm@gnu.org>
3308
3309         * hashcash.el (declare-function): Remove duplicate definition.
3310
3311 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3312
3313         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3314         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3315         value if any backslash escapes).
3316
3317 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3320         if it is available.  (bug#5647)
3321
3322         * lpath.el: Suppress compiler warning for coding-system-from-name for
3323         Emacs 21 and XEmacs.
3324
3325 2010-03-14  Juri Linkov  <juri@jurta.org>
3326
3327         * hmac-def.el:
3328         * hmac-md5.el:
3329         * netrc.el: Fix keywords.
3330
3331 2010-02-26  Glenn Morris  <rgm@gnu.org>
3332
3333         * message.el (message-send-mail-function): Change the default, so that
3334         it inherits from a customized send-mail-function.  (Bug#5643)
3335
3336 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3337
3338         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3339         shell-command-to-string signals an error (bug#5299).
3340
3341 2010-02-24  Glenn Morris  <rgm@gnu.org>
3342
3343         * message.el (message-smtpmail-send-it)
3344         (message-send-mail-with-mailclient): Doc fixes.
3345
3346 2010-02-16  Glenn Morris  <rgm@gnu.org>
3347
3348         * message.el (message-default-mail-headers): Change the default value
3349         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3350
3351 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3352
3353         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3354         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3355
3356 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3357
3358         * time-date.el (date-to-time): Doc fix (Bug#5408).
3359
3360 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3361
3362         * message.el (message-mail): Just pass yank-action on to message-setup.
3363         (message-setup): Handle (FUN . ARGS) form of yank-action.
3364         (message-with-reply-buffer, message-widen-reply)
3365         (message-yank-original): Handle non-buffer values of
3366         message-reply-buffer (Bug#4080).
3367         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3368
3369 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3370
3371         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3372         Fix typo in docstring.
3373
3374 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3375
3376         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3377         response.
3378
3379 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3382
3383         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3384
3385         * message.el (message-check-news-header-syntax): Protect against a
3386         string that `rfc822-addresses' returns when parsing fails.
3387
3388 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3389
3390         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3391         (gnus-previous-char-property-change): New functions.
3392
3393         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3394
3395 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3396
3397         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3398         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3399
3400 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3401
3402         * message.el (message-exchange-point-and-mark): Rework last change to
3403         avoid using optional arg of exchange-point-and-mark, for backward
3404         compatibility.
3405
3406 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3407
3408         * message.el (message-exchange-point-and-mark): Call
3409         exchange-point-and-mark with an argument rather than setting
3410         mark-active by hand (Bug#5175).
3411
3412 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * nntp.el (nntp-service-to-port): Work for service expressed with
3415         numeric string; replace [:digit:] with [0-9] for XEmacs.
3416
3417 2009-12-17  Glenn Morris  <rgm@gnu.org>
3418
3419         * gnus-group.el (gnus-bug-group-download-format-alist):
3420         Change emacs entry to debbugs.gnu.org.  Bump :version.
3421
3422 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3423
3424         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3425
3426 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3427
3428         * message.el (message-info): Explain why we use `Info-goto-node'.
3429
3430 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3431
3432         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3433
3434 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3435
3436         * message.el (message-completion-in-region): New compatibility function.
3437         (message-expand-group): Use it.
3438
3439 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3440
3441         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3442         with no unread article should be listed if the 2nd arg `predicate' is
3443         given.
3444
3445 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3448
3449 2009-11-29  Juri Linkov  <juri@jurta.org>
3450
3451         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3452         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3453         on `gnus-recenter'. (Bug#4698, Bug#4981)
3454
3455 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3456
3457         * sha1.el (sha1-string-external): default-directory "/" in case
3458         otherwise non-existent.  process-connection-type pipe for touch of
3459         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3460
3461 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3462
3463         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3464         it's comms related and sgml-mode.el has "comm" on that basis too.
3465
3466 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3467
3468         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3469         containing tspecial characters if they have been already quoted.
3470
3471 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3472
3473         * dns-mode.el (auto-mode-alist): Purecopy string.
3474
3475 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3476
3477         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3478
3479 2009-10-24  Glenn Morris  <rgm@gnu.org>
3480
3481         * gnus-art.el (help-xref-stack-item): Define for compiler.
3482
3483 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3484
3485         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3486
3487 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3490
3491 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3492
3493         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3494         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3495
3496 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3499         (gnus-overlays-in): New alias to overlays-in.
3500
3501         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3502         gnus-overlay-get, and gnus-delete-overlay.
3503         (gnus-summary-show-thread): Make it work as well for systems in which
3504         next-single-char-property-change is not available.
3505         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3506
3507         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3508         (gnus-overlay-get): New alias to extent-property.
3509         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3510
3511         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3512         SXEmacs.
3513
3514         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3515         SXEmacs.
3516
3517 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3518
3519         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3520
3521 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3522
3523         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3524         and XEmacs that don't have `remove-overlays'.
3525
3526 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3527
3528         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3529         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3530         selective display.  Use overlays instead.
3531
3532 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3533
3534         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3535
3536 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3537
3538         * spam-stat.el (spam-stat-load): Fix typo in message.
3539
3540 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3541
3542         * dig.el (dig-invoke): Fix typo in docstring.
3543         (query-dig): Reflow docstring.
3544
3545 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3546
3547         * gnus-art.el (gnus-article-encrypt-body):
3548         * message.el (message-check-recipients):
3549         * mm-util.el (mm-codepage-setup):
3550         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3551         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3552
3553 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3554
3555         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3556         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3557         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3558         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3559         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3560
3561 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3562
3563         * dig.el: Add "Keywords: comm", as per net-utils.el.
3564
3565 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3566
3567         * dig.el (dig-mode): Use define-derived-mode.
3568
3569 2009-09-19  Glenn Morris  <rgm@gnu.org>
3570
3571         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3572
3573 2009-09-18  Glenn Morris  <rgm@gnu.org>
3574
3575         * gnus-diary.el (gnus-diary-check-message):
3576         * message.el (message-insert-formatted-citation-line):
3577         * nnbabyl.el (top-level):
3578         * nndiary.el (nndiary-schedule):
3579         Fix typos in condition-case handlers.
3580
3581 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3582
3583         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3584         configuration that provides the sole article window in a frame;
3585         position point correctly after deleting a part.
3586
3587 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3588
3589         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3590         (spam-resolve-registrations-routine): Use it to unregister articles
3591         that change status.
3592
3593 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3594
3595         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3596         with XEmacs.
3597         (parse-time-string-chars): Use it.
3598
3599 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3600
3601         * imap.el (imap-interactive-login): Better messages.
3602         (imap-open): Fix bug with renamed buffer on reconnect.
3603         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3604         for easier debugging and cleaner code.  On successful (guessed based on
3605         server capabilities) secondary authentication, set imap-state
3606         correctly.
3607         (imap-last-authenticator): Define imap-last-authenticator as a variable
3608         to avoid warnings.
3609
3610 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * nnrss.el (nnrss-request-article): Remove binding of
3613         default-enable-multibyte-characters that has gotten needless by
3614         the 2007-07-13 change in rfc2047-encode-message-header.
3615
3616         * mml.el (mml-insert-multipart): Error on the message header.
3617         (mml-insert-part): Error on the message header; position point at
3618         the end of a MIME tag.
3619
3620 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * time-date.el (autoload): Expand define-obsolete-function-alias into
3623         defalias and make-obsolete for old Emacsen that Gnus supports.
3624         (with-no-warnings): Define it for old Emacsen.
3625         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3626         is available.
3627         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3628         float-time is available; suppress compile warning for time-to-seconds.
3629
3630         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3631         (gnus-float-time): Alias to float-time if it exists.
3632
3633         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3634         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3635         float-time is available; suppress compile warning for time-to-seconds.
3636
3637         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3638         XEmacs.
3639
3640 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3641
3642         * imap.el (imap-message-map): Docstring fix.
3643
3644 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3645
3646         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3647         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3648         Add the optional argument `encoding' that overrides the default.
3649
3650         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3651         mm-encode-buffer.
3652
3653 2009-09-04  Glenn Morris  <rgm@gnu.org>
3654
3655         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3656         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3657         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3658         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3659         * mm-util.el (mm-with-unibyte-current-buffer)
3660         (mm-find-buffer-file-coding-system):
3661         * yenc.el (yenc-decode-region): Use default-value rather than
3662         default-enable-multibyte-characters.
3663
3664 2009-09-03  Glenn Morris  <rgm@gnu.org>
3665
3666         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3667         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3668         than default-enable-multibyte-characters.
3669
3670 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3671
3672         * gnus-art.el (gnus-article-read-summary-keys):
3673         Fix gnus-buffer-configuration's value temporarily used.
3674
3675 2009-09-02  Glenn Morris  <rgm@gnu.org>
3676
3677         * gnus-util.el (gnus-float-time): New function.
3678         * gnus-delay.el (gnus-delay-article):
3679         * gnus-sum.el (gnus-thread-latest-date):
3680         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3681         * nnspool.el (nnspool-request-newgroups):
3682         Use gnus-float-time rather than time-to-seconds.
3683         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3684
3685         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3686         (gnus-header-subject-face, gnus-header-newsgroups-face)
3687         (gnus-header-name-face, gnus-header-content-face):
3688         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3689         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3690         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3691         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3692         (gnus-cite-face-11):
3693         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3694         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3695         (gnus-server-closed-face, gnus-server-denied-face)
3696         (gnus-server-offline-face):
3697         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3698         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3699         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3700         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3701         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3702         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3703         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3704         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3705         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3706         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3707         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3708         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3709         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3710         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3711         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3712         (gnus-summary-high-undownloaded-face)
3713         (gnus-summary-low-undownloaded-face)
3714         (gnus-summary-normal-undownloaded-face)
3715         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3716         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3717         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3718         (gnus-splash-face):
3719         * message.el (message-header-to-face, message-header-cc-face)
3720         (message-header-subject-face, message-header-newsgroups-face)
3721         (message-header-other-face, message-header-name-face)
3722         (message-header-xheader-face, message-separator-face)
3723         (message-cited-text-face, message-mml-face):
3724         * sieve-mode.el (sieve-control-commands-face)
3725         (sieve-action-commands-face, sieve-test-commands-face)
3726         (sieve-tagged-arguments-face):
3727         * spam.el (spam-face):
3728         Mark face aliases with "-face" in the name as obsolete.
3729
3730 2009-09-01  Glenn Morris  <rgm@gnu.org>
3731
3732         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3733         than goto-line.
3734
3735 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3738         Don't move point if the command is invoked inside the message header.
3739
3740 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3741
3742         * imap.el (imap-send-command): Simplify.
3743         (imap-wait-for-tag): point-max -> buffer-size.
3744
3745 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3746
3747         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3748         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3749         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3750         * nnir.el (nnir-swish-e-index-file):
3751         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3752         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3753         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3754         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3755         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3756         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3757
3758 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3761         Don't save excursion.
3762
3763 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3764
3765         * nnheader.el (nnheader-find-file-noselect):
3766         * mm-util.el (mm-insert-file-contents):
3767         Use (default-value 'major-mode) instead of default-major-mode.
3768
3769 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3770
3771         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3772
3773 2009-08-26  Glenn Morris  <rgm@gnu.org>
3774
3775         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3776         than placing in files.el.
3777
3778 2009-08-25  Glenn Morris  <rgm@gnu.org>
3779
3780         * nnir.el (top-level): Don't require cl at run-time.
3781         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3782         Replace cl-function substitute with gnus-replace-in-string.
3783         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3784         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3785         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3786         simplified expansions.
3787
3788 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3789
3790         * dig.el (dig): Add autoload cookie.
3791
3792 2009-08-22  Glenn Morris  <rgm@gnu.org>
3793
3794         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3795         goto-line.
3796
3797 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3798
3799         * parse-time.el (parse-time-string-chars): Save match data.
3800
3801 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3802
3803         * parse-time.el (parse-time-string-chars): Compute using character
3804         classes, to handle non-ascii characters (Bug#3190).
3805
3806 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3809
3810         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3811         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3812         (gnus-mm-display-part, gnus-mime-display-single)
3813         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3814         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3815
3816         * gnus-sum.el
3817         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3818         (gnus-summary-move-article): Add expirable mark to articles copied or
3819         moved to group that has auto-expire turned on if the option is non-nil.
3820
3821 2009-07-24  Glenn Morris  <rgm@gnu.org>
3822
3823         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3824         Fix typo.  (Bug#3903)
3825
3826 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3829         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3830         that should not be used for draft articles.
3831         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3832         that has no concern in minor mode keys.
3833         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3834         Abolish.
3835
3836 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3839         article without making inquiry to a user for unknown encoding.
3840
3841         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3842         (nnmaildir--scan): Assume i-node and device number that file-attributes
3843         returns might be cons-cell.
3844
3845         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3846
3847         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3848
3849 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3850
3851         * auth-source.el: Remove docs now in auth.texi.  Don't use
3852         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3853         `auth-source-hide-passwords' and use them.
3854
3855 2009-07-15  Glenn Morris  <rgm@gnu.org>
3856
3857         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3858
3859 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3862         excessive whitespace from the default values of title and description.
3863
3864 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3867         mail-fetch-field to fetch Content-Description header in order to
3868         exclude newlines.
3869
3870 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3871
3872         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3873         format used by GnuPG 2.0.11.
3874
3875 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3876
3877         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3878         to deleted part.
3879
3880 2009-05-30  David Engster  <dengste@eml.cc>
3881
3882         * nnmairix.el: Remove old documentation in the commentary block.
3883         (nnmairix-request-group): Do not update active file for nnml back ends.
3884         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3885         end so that overview files are ignored.
3886         (nnmairix-update-groups): Make updating the groups more robust by using
3887         marks.
3888         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3889         with dollar characters in message-id.
3890
3891 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3892
3893         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3894         2008-12-25 in dns.el.
3895
3896 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3897
3898         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3899         could happen if the text is only composed of spaces and/or tabs.
3900
3901 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3902
3903         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3904         when sending a queued message to avoid extra mml tags.
3905
3906 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3909
3910 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3913         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3914         rmail-toggle-header for XEmacs;
3915         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3916
3917 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * gnus-dired.el: Remove autoload for gnus-setup-message.
3920         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3921         displaying Gnus logo; always use compose-mail.
3922
3923 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3926
3927 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3928
3929         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3930         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3931         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3932         available.
3933         (gnus-nocem-epg-verify): New function.
3934
3935 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3938
3939 2009-02-15  Glenn Morris  <rgm@gnu.org>
3940
3941         * gnus-util.el (rmail-insert-rmail-file-header)
3942         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3943         autoloads.
3944         (rmail-default-rmail-file): Remove unnecessary declaration.
3945         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3946
3947 2009-02-14  Glenn Morris  <rgm@gnu.org>
3948
3949         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3950         variable (only used in gnus-util, which declares it anyway).
3951         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3952         which was only needed by gnus-art (changed to not use it any more).
3953         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3954         only used in gnus-util, which autoloads it itself.
3955         (rmail-update-summary): Fix autoload.
3956
3957         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3958         rather than rmail-output-to-rmail-file.
3959
3960 2009-02-07  Glenn Morris  <rgm@gnu.org>
3961
3962         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3963         autoload of function that no longer exists.
3964         (rmail-toggle-header): Declare.
3965         (message-forward-rmail-make-body): Handle mbox Rmail.
3966
3967 2009-01-31  Glenn Morris  <rgm@gnu.org>
3968
3969         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3970         2009-01-09 change.
3971
3972 2009-01-31  Dave Love  <fx@gnu.org>
3973
3974         * imap.el (imap-fetch-safe): Bind debug-on-error.
3975         (imap-debug): Add imap-fetch-safe.
3976
3977 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3978
3979         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3980         (auth-source-forget-all-cached): New convenience function.
3981         (auth-source-user-or-password): Accept list of modes or a single mode.
3982
3983         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3984         auth-source modes.
3985
3986         * netrc.el (netrc-machine-user-or-password): Use list of
3987         auth-source modes.
3988
3989         * nnimap.el (nnimap-open-connection): Use list of
3990         auth-source modes.
3991
3992         * nntp.el (nntp-send-authinfo): Use list of
3993         auth-source modes.
3994
3995 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3996
3997         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3998         now.
3999
4000 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4003         coding system in XEmacs; add a workaround for XEmacs.
4004
4005         * lpath.el: Fbind coding-system-aliasee.
4006
4007 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4010         of current-language-environment.
4011
4012 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4013
4014         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4015         available at runtime.
4016
4017 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4020
4021 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4022
4023         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4024         the greatest positive fixnum value doesn't work under an XEmacs with
4025         bignum support; use the most-positive-fixnum constant instead,
4026         available since Emacs 21.1 with cl and XEmacs 21.1.
4027
4028 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4029
4030         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4031         XEmacs gets not to work.
4032
4033 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * mm-util.el (mm-coding-system-priorities): Allow the value like
4036         "Japanese (UTF-8)" of current-language-environment.
4037
4038 2009-01-09  Glenn Morris  <rgm@gnu.org>
4039
4040         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4041         with last-command-event.
4042
4043 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4046         in the doc string.
4047
4048         * message.el (message-fix-before-sending): Amend comment.
4049
4050 2009-01-08  Dave Love  <fx@gnu.org>
4051
4052         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4053
4054 2009-01-07  David Engster  <dengste@eml.cc>
4055
4056         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4057         simplified server definitions by converting it via
4058         gnus-server-to-method.
4059
4060 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4063         parameter's operands.
4064
4065 2009-01-06  David Engster  <dengste@eml.cc>
4066
4067         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4068         primary select method (for gnus-group-mark-article-as-read).
4069
4070 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4071
4072         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4073         `(gnus)Face', not `(gnus)X-Face'.
4074
4075 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * mm-util.el (mm-ucs-to-char): New function.
4078
4079         * mm-url.el (mm-url-decode-entities): Use it.
4080
4081         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4082         unicode-to-char.
4083
4084 2009-01-05  Dave Love  <fx@gnu.org>
4085
4086         * time-date.el: Require cl for `declare'.
4087
4088 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4089
4090         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4091         Dave Love.
4092
4093 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4094
4095         * message.el (message-fix-before-sending): Add `eight-bit' to
4096         illegible-text check.
4097
4098 2009-01-03  Michael Olson  <mwolson@gnu.org>
4099
4100         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4101         `headers' is nil.  This can occur if the IMAP server does not have
4102         permissions to read messages from a folder, but can write new messages
4103         to the folder.
4104         (nnimap-request-article-part): Do not insert `data' if it is nil.
4105
4106         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4107         characters which will confuse `read', so skip past them.
4108
4109 2009-01-01  Dave Love  <fx@gnu.org>
4110
4111         * imap.el (imap-string-to-integer): Fix typo.
4112         (imap-fetch-safe): New function.
4113         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4114
4115         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4116
4117         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4118         (imap-parse-greeting): Fix doc strings.
4119         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4120         (imap-parse-flag-list): Make messages unique.
4121         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4122
4123         * nnimap.el: Fix author email.
4124         (nnimap-split-rule): Add FIXME comment.
4125         (nnimap-debug): Fix doc string.
4126
4127 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4130
4131 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4132
4133         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4134         nslookup if resolv.conf isn't available.
4135         (dns-query): Rename from query-dns.
4136         (dns-query-cached): Rename from query-dns-cached.
4137
4138 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4139
4140         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4141         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4142         to check if those variables exist (first appeared in Emacs 18.50).
4143
4144 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4145
4146         * mm-util.el (mm-line-number-at-pos): New function.
4147
4148         * spam-report.el (spam-report-process-queue): Use it.
4149
4150 2008-12-24  David Engster  <dengste@eml.cc>
4151
4152         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4153         parameters that haven't existed as variables as buffer-local variables.
4154
4155 2008-12-23  Dave Love  <fx@gnu.org>
4156
4157         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4158         cadar.
4159
4160         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4161         imap-starttls-p.
4162         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4163
4164 2008-12-22  Dave Love  <fx@gnu.org>
4165
4166         * imap.el: Fix author email.  Doc fixes.
4167         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4168         reply.
4169
4170 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4171
4172         * spam-report.el (spam-report-gmane-max-requests): New constant.
4173         (spam-report-gmane-wait): New variable.
4174         (spam-report-gmane-ham, spam-report-gmane-spam)
4175         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4176         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4177         the server.
4178
4179         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4180         Add explanations.
4181
4182         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4183         nnheader-accept-process-output and nnheader-read-timeout if available.
4184         (pop3-movemail): Use it.
4185
4186         * message.el (message-check-news-body-syntax): Fix signature check if
4187         there's an attachment.
4188
4189 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * mm-util.el: Add comments to the mm- emulating functions.
4192
4193 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4194
4195         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4196         by Stephen Berman <stephen.berman@gmx.net>.
4197
4198 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * mm-util.el (mm-substring-no-properties): New function.
4201         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4202         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4203         (mm-string-to-multibyte): Doc fix.
4204
4205         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4206
4207 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4208
4209         * mml.el (mml-attach-file): Strip text properties from file name.
4210         (Bug#1574)
4211
4212 2008-12-16  Glenn Morris  <rgm@gnu.org>
4213
4214         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4215
4216 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4219         knows since the charset specified might be a bogus alias that
4220         mm-charset-synonym-alist provides.
4221
4222 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4223
4224         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4225         "ISO_8859-1".
4226
4227         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4228
4229 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * mm-util.el (mm-charset-eval-alist):
4232         Define it before mm-charset-to-coding-system.
4233         (mm-charset-to-coding-system): Add optional argument `silent';
4234         define it before mm-charset-override-alist.
4235         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4236         default value if it can be used in Emacs currently running;
4237         silence mm-charset-to-coding-system.
4238
4239 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4242         `allow-override' which says whether to use `mm-charset-override-alist'.
4243         (rfc2047-decode-encoded-words): Use it.
4244
4245         * mm-util.el (mm-charset-override-alist): Fix custom type;
4246         add `(gb2312 . gbk)' to choices.
4247
4248 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4251         fast.
4252
4253         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4254
4255         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4256
4257 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4258
4259         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4260         on links.
4261
4262         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4263
4264 2008-12-03  Lute Kamstra  <lute@gnu.org>
4265
4266         * sha1.el: Remove leading * from docstrings of defcustoms,
4267         deffaces, defconsts and defuns.
4268
4269 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4272         users' addresses that don't have domain parts.
4273         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4274         rather than message-narrow-to-head since there will be the message
4275         header separator.
4276
4277 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4278
4279         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4280         since the result is inserted in a unibyte buffer anyway.
4281         (nnimap-demule-use-string-to-multibyte): Remove.
4282         (nnimap-demule): Alias it to mm-string-to-multibyte.
4283
4284 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4285
4286         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4287         variable for debugging bug#464 and bug#1174.
4288         (nnimap-demule): Use it.
4289
4290 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4291
4292         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4293         score calculation correctly.
4294
4295 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4296
4297         * message.el (message-send-mail): Just set the buffer to unibyte
4298         rather than use mm-with-unibyte-current-buffer which does a lot more.
4299         (message-send-mail-partially): Don't bother with
4300         mm-with-unibyte-current-buffer since it's already been made unibyte by
4301         message-send-mail.
4302
4303 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4304
4305         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4306
4307 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4308
4309         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4310
4311 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4314         require itself and to remove `with-no-warnings'.
4315
4316 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4317
4318         * starttls.el (starttls-any-program-available): Get the name of the
4319         available TLS layer program.
4320         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4321         well as the host name in the "opening" message.
4322
4323         * auth-source.el (auth-source-cache, auth-source-do-cache)
4324         (auth-source-user-or-password): Cache passwords and logins by default,
4325         allow override with `auth-source-do-cache'.
4326         (auth-source-forget-user-or-password): Allow users to remove cache
4327         entries if needed.
4328
4329 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4330
4331         * md4.el (md4-buffer): Fix typo in docstring.
4332         (md4, md4-64): Doc fixes.
4333         (md4-pack-int32): Reflow docstring.
4334
4335 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4336
4337         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4338         condition-case to only the forward-sexp call.
4339
4340 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4341
4342         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4343         quotes contained.  Make it more robust regardless by an extra
4344         condition-case wrapper.
4345
4346 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4349
4350 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * nnml.el (nnml-request-expire-articles): Check if the function set to
4353         `nnmail-expiry-target' returns the symbol `delete'.
4354
4355         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4356
4357         * nnmail.el (nnmail-expiry-target): Fix custom type.
4358
4359 2008-10-02  Glenn Morris  <rgm@gnu.org>
4360
4361         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4362         Silence compiler warning.
4363
4364 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4365
4366         * tls.el (open-tls-stream): Show the actual command being
4367         executed, instead of the format string.
4368
4369 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * lpath.el: Fbind codepage-setup for Emacs 23.
4372
4373 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4374
4375         * mml.el (mml-menu): Don't assume mml2015 is bound.
4376
4377 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4380         exists.
4381
4382 2008-09-27  Glenn Morris  <rgm@gnu.org>
4383
4384         * gnus-util.el (mail-header-remove-comments): Autoload it.
4385
4386 2008-09-27  Andreas Schwab  <schwab@suse.de>
4387
4388         * gnus-util.el (gnus-split-references): Strip comments.
4389         (gnus-parent-id): Likewise.
4390
4391 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4392
4393         * message.el (message-confirm-send): Fix version.
4394
4395 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * message.el (message-idna-to-ascii-rhs-1): Use
4398         mail-extract-address-components rather than mail-header-parse-addresses
4399         that is an alias by default to ietf-drums-parse-addresses that does not
4400         support non-ASCII names in headers' contents.
4401
4402 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4403
4404         * message.el (message-confirm-send): Fixed variable documentation to
4405         avoid the "y/n" wording.
4406
4407 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4408
4409         * message.el (message-set-auto-save-file-name): Save to a different
4410         filename so multiple messages (especially drafts) can be recovered.
4411
4412 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4413
4414         * message.el (message-confirm-send): Add appropriate version.
4415
4416 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4417
4418         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4419         defvar.
4420
4421 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4422
4423         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4424         (mm-pkcs7-enveloped-magic): Ditto.
4425
4426 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4427
4428         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4429         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4430
4431 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4432
4433         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4434         default, it's better.
4435
4436 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4439         summary line gnus-number property and ignore them (with a warning
4440         message).
4441
4442 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4445         macro caddr in the interactive form since it won't be expanded.
4446
4447 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4450         `charset'; fix name of function called recursively.
4451         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4452
4453 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4456         (gnus-mime-set-charset-parameters): New function.
4457         (gnus-mime-view-part-as-charset): Use it to correctly display part
4458         specifying wrong charset.
4459
4460 2008-09-08  David Engster  <dengste@eml.cc>
4461
4462         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4463         in completing-read for back end server.
4464
4465 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4466
4467         * message.el (message-confirm-send): New variable to confirm sending a
4468         message.
4469         (message-send): Use it.
4470
4471 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4472
4473         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4474
4475 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4478
4479 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4482         prevent tracking too many groups.
4483         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4484         Use it.
4485
4486 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4487
4488         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4489         moving point to the bottom of the window in order to avoid recentering.
4490
4491 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4492
4493         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4494
4495         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4496         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4497         (gnus-article-beginning-of-window): Fix calculation.
4498
4499 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4500
4501         * gnus-msg.el (gnus-summary-supersede-article)
4502         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4503         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4504         message header.
4505
4506 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4507
4508         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4509         pending output coming after the status change.
4510
4511 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4512
4513         * message.el:
4514         * gnus-start.el:
4515         * gnus-registry.el: Remove VMS support.
4516
4517 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4520         macro.
4521         (rfc2104-hash): Use it.
4522
4523 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4526         (gnus-summary-sort-by-most-recent-date): New commands.
4527         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4528         and menu entries.
4529
4530 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4533         don't redisplay article for raw contents; remove plural articles stuff.
4534
4535         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4536         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4537         on gnus-summary-save-article; display results properly.
4538
4539 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * lpath.el: No need to fbind ns-focus-frame.
4542
4543 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4546
4547 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4550         gnus-save-all-headers.
4551
4552 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4553
4554         * gnus-util.el (ns-focus-frame): Remove declaration.
4555         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4556         like x.
4557
4558 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4559
4560         * rfc2104.el (rfc2104-zero): Delete defconst.
4561         (rfc2104-hex-alist): Likewise.
4562         (rfc2104-hex-to-int): Delete func.
4563         (rfc2104-hexstring-to-bitstring): Likewise.
4564         (rfc2104-nybbles): New defconst.
4565         (rfc2104-hash): Rewrite for speed.
4566
4567 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * tls.el (open-tls-stream): Make it work with the 2nd argument
4570         BUFFER that is a string but does not exist as a buffer object, as
4571         mentioned in the doc-string.
4572
4573 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4576         SXEmacs.
4577
4578 2008-07-16  Glenn Morris  <rgm@gnu.org>
4579
4580         * gnus-util.el (ns-focus-frame): Declare for compiler.
4581
4582 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4583
4584         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4585         set as a group parameter.
4586         (gnus-summary-save-in-pipe): Work when it is called independently.
4587         (gnus-summary-pipe-to-muttprint): Don't modify
4588         gnus-summary-pipe-output-default-command.
4589
4590 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4591
4592         * message.el (message-send-mail-with-sendmail):
4593         Display the error message.
4594
4595 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * gnus-art.el (gnus-default-article-saver):
4598         Add gnus-summary-save-in-pipe to choices.
4599         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4600         gnus-summary-pipe-output-default-command as the default command.
4601         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4602         instead of gnus-last-shell-command.
4603
4604         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4605         New user option.
4606         (gnus-summary-muttprint-program): Mention the value will be changed.
4607         (gnus-summary-save-article): Force showing of all headers.
4608         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4609
4610 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4611
4612         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4613
4614 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4615
4616         * nnimap.el (nnimap-id):
4617         * sieve-manage.el (sieve-manage-open): Doc fixes.
4618
4619 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4620
4621         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4622         if available.
4623
4624 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4625
4626         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4627
4628         * nnkiboze.el (nnkiboze-generate-group):
4629         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4630
4631         * nnmairix.el: Require CL.
4632
4633 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4634
4635         * dgnushack.el: Autoload get-display-table and put-display-table for
4636         XEmacs 21.5.
4637
4638         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4639         21.4 and SXEmacs.
4640
4641 2008-06-15  David Engster  <dengste@eml.cc>
4642
4643         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4644
4645 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4646
4647         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4648         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4649         runtime choice under XEmacs.
4650
4651         * gnus-sum.el (gnus-summary-set-display-table):
4652         Use `gnus-put-display-table', `gnus-get-display-table',
4653         `gnus-set-display-table' for the display table, instead of `aset'.
4654
4655         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4656         Use `gnus-put-display-table', `gnus-get-display-table',
4657         `gnus-set-display-table' for the display table.
4658
4659 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4660
4661         * nnmairix.el: Add autoloads.
4662
4663 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4664
4665         * nnmairix.el (nnmairix-delete-recreate-group)
4666         (nnmairix-update-and-clear-marks): Fix error messages.
4667
4668 2008-06-14  David Engster  <dengste@eml.cc>
4669
4670         * nnmairix.el: Upgrade to version 0.6.
4671         (nnmairix-group-toggle-propmarks-this-group)
4672         (nnmairix-group-toggle-readmarks-this-group)
4673         (nnmairix-group-delete-recreate-this-group)
4674         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4675         (nnmairix-remove-tick-mark-original-article): New commands.
4676         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4677         (nnmairix-propagate-marks-to-nnmairix-groups)
4678         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4679         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4680         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4681         functions needed for marks propagation and manipulation of read marks.
4682         (nnmairix-update-groups): New function.
4683         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4684         (nnmairix-determine-original-group-from-registry)
4685         (nnmairix-determine-original-group-from-path)
4686         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4687         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4688         New helper functions.
4689         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4690         keystrokes for new commands.
4691         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4692         (nnmairix-request-group): Check allow-fast group parameter.
4693         (nnmairix-request-create-group): Set allow-fast group parameter if
4694         nnmairix-allowfast-default is set.
4695         (nnmairix-close-group): Propagate marks upon closing if needed.
4696         (nnmairix-group-toggle-threads-this-group): Use new.
4697         nnmairix-group-toggle-parameter helper function.
4698         (nnmairix-search): Better check for empty search result.
4699         (nnmairix-goto-original-article): Use new helper functions for
4700         determining original article.
4701         (nnmairix-show-original-article): Make sure message-id is in brackets.
4702         (nnmairix-call-mairix-binary): Change variable name.
4703         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4704         helper function.
4705         (nnmairix-widget-toggle-activate): Fix doc string.
4706
4707 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * nnir.el: Require edmacro when compiling with XEmacs.
4710         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4711         available in Emacs 21.
4712
4713 2008-06-11  Glenn Morris  <rgm@gnu.org>
4714
4715         * gnus-util.el (x-focus-frame):
4716         * gnus.el (image-size):
4717         * mm-decode.el (image-size): Declare.
4718
4719         * gnus-picon.el (declare-function): Add compat definition.
4720         (image-size): Declare.
4721
4722         * gnus-group.el (tool-bar-map):
4723         * gnus-sum.el (tool-bar-map): Define for compiler.
4724
4725         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4726
4727         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4728
4729         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4730         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4731         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4732         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4733         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4734         * sieve-manage.el, spam-report.el, spam.el:
4735         Remove unnecessary eval-and-compile of autoloads.
4736
4737 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4738
4739         * auth-source.el: Precise Tramp doc.
4740
4741 2008-06-07  Glenn Morris  <rgm@gnu.org>
4742
4743         * nnmairix.el: Remove unnecessary eval-when-compile.
4744
4745 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * lpath.el: Fbind propertize for XEmacs 21.4.
4748
4749 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4750
4751         * nnir.el: Move here from ../contrib.
4752
4753 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4754
4755         * gnus-util.el (gnus-read-shell-command): New function.
4756         * mm-decode.el (mm-pipe-part):
4757         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4758
4759 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4762
4763 2008-06-03  Glenn Morris  <rgm@gnu.org>
4764
4765         * pop3.el (nnheader-accept-process-output): Autoload it.
4766
4767 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4770         are not 2-digit hexadecimal characters that follow `%'s.
4771
4772 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4773
4774         * message.el (message-bogus-recipient-p): Fix type in doc string.
4775         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4776         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4777         Improve custom options.
4778         (message-bogus-recipient-p): Adjust accordingly.
4779
4780 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4781
4782         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4783         long-form month and day names.
4784
4785 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4786
4787         * dgnushack.el: Autoload debug, eudc-expand-inline and
4788         pgg-snarf-keys-region for XEmacs.
4789
4790         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4791
4792         * nnmairix.el: Require edmacro when compiling with XEmacs.
4793
4794 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4795
4796         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4797         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4798
4799 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * auth-source.el: Add more docs.
4802
4803         * netrc.el (netrc-machine): Always match if the port is not given.
4804
4805 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4806
4807         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4808         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4809         retrieval faster in some cases, but might make CPU usage larger.  If
4810         this has any bad side effects, we might revert this change.
4811
4812         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4813         seems to make mail retrieval much, much faster.
4814         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4815         unconditionally.
4816
4817         * gnus-draft.el (gnus-group-send-queue): Bind
4818         message-send-mail-partially-limit to nil to avoid being prompted.
4819
4820 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4821
4822         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4823
4824         * message.el (message-bogus-address-regexp): Fix and improve custom
4825         type.
4826         (message-setup-hook): Add message-check-recipients as custom option.
4827
4828 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4829
4830         * message.el (message-cite-function): Remove bogus autoload which crept
4831         in during merge from v5-10.
4832
4833 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4834
4835         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4836
4837         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4838
4839         * auth-source.el: Preliminary Tramp docs.
4840         (auth-sources): Change the default auth-sources to use
4841         EPA .gpg files.
4842
4843 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4844
4845         * nntp.el: Autoload `auth-source-user-or-password'.
4846         (nntp-send-authinfo): Use it.
4847
4848         * nnimap.el: Autoload `auth-source-user-or-password'.
4849         (nnimap-open-connection): Use it.
4850
4851         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4852         for the gnus-message function.
4853         (auth-source-user-or-password): Use it.
4854
4855 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4856
4857         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4858         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4859         (rfc2104-hash): Use it.
4860
4861 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4862
4863         * gnus-art.el (gnus-article-toggle-truncate-lines):
4864         Don't use `iff' in docstring.
4865
4866 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4867
4868         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4869
4870         * gnus-util.el (gnus-extract-address-component-name)
4871         (gnus-extract-address-component-email): Convenience functions around
4872         `gnus-extract-address-components'.
4873
4874         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4875         Use `gnus-extract-address-component-email' to fix bug of comparing full
4876         sender name to `user-mail-address'.
4877
4878 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4879
4880         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4881         catch/throw to optimize.
4882         (gnus-registry-find-keywords): Just use member to find a keyword.
4883
4884 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4885
4886         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4887         is current before calling gnus-server-prepare.
4888         (gnus-server-setup-buffer, gnus-server-update-server)
4889         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4890
4891 2008-05-04  Juri Linkov  <juri@jurta.org>
4892
4893         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4894         (mailcap-file-default-commands): Use mailcap-replace-in-string
4895         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4896         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4897
4898 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4899
4900         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4901
4902 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4903
4904         * gnus.el: Bump version to 0.11.
4905
4906 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4907
4908         * gnus.el: No Gnus v0.10 is released.
4909
4910 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4911
4912         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4913         hooks.
4914         (gnus-update-read-articles): Speed up non-marks-using users.
4915         (gnus-use-marks): Define gnus-use-marks.
4916         (gnus-propagate-marks): Rename variable to something more sensible.
4917
4918 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4919
4920         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4921         (gmm-image-load-path-for-library): Fix typos in docstrings.
4922         (gmm-message): Reflow docstring.
4923
4924 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4925
4926         * mail-source.el (mail-source-set-1, mail-source-bind):
4927         Move auth-source code out of the macro to clean it up and fix bugs.
4928
4929 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4930
4931         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4932         by sender if it's equal to user-mail-address, it's likely to be
4933         useless.
4934
4935         * mail-source.el (mail-source-bind): Don't use user or password if they
4936         are not bound.  Unintern them if they are nil.  Don't use server unless
4937         it's bound, and default it to empty string otherwise.
4938
4939 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4940
4941         * mail-source.el: Load auth-source.el.
4942         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4943         get user name or password, if auth-sources is set up.
4944
4945         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4946         strategy of splitting with parent.
4947         (gnus-registry-split-fancy-with-parent)
4948         (gnus-registry-post-process-groups): Use it and fix prior
4949         bug (returning a list as the split result).
4950
4951         * auth-source.el (auth-sources): Remove server parameter.
4952         (auth-source-pick, auth-source-user-or-password)
4953         (auth-source-user-or-password-imap)
4954         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4955         (auth-source-user-or-password-sftp)
4956         (auth-source-user-or-password-smtp): Remove server parameter.
4957
4958 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4959
4960         * smime.el (smime-sign-region, smime-encrypt-region)
4961         (smime-decrypt-region):
4962         Remove redundant calls to `generate-new-buffer-name'.
4963
4964 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4965
4966         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4967         Don't use QP for message/rfc822.
4968         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4969
4970 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4971
4972         * sieve-manage.el (sieve-string-bytes): Remove.
4973         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4974         correct byte-length only if the process's coding-system is the same as
4975         the one used internally by Emacs to represent strings.
4976
4977 2008-04-22  Juri Linkov  <juri@jurta.org>
4978
4979         * mailcap.el (mailcap-file-default-commands): New function.
4980
4981 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4982
4983         * message.el (message-signature-separator, message-cite-function):
4984         Change custom version.
4985
4986 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4987
4988         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4989         commands.
4990         (tls-checktrust): Ditto.
4991
4992 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4993
4994         * mm-decode.el (mm-display-external): Make temp file read-only.
4995
4996 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4999         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5000         `C-c C-f d'.
5001
5002 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5003
5004         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5005
5006 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5007
5008         * gnus.el: Bump version to 0.9.
5009
5010 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * gnus.el: No Gnus v0.8 is released.
5013
5014 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5015
5016         * mail-source.el (mail-source-value):
5017         Prefer fboundp to functionp so it works with macros as well.
5018
5019 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5020
5021         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5022         Fix last change in case the element is not even a symbol.
5023
5024 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5025
5026         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5027         Prefer fboundp to functionp so it works with macros as well.
5028
5029 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5030
5031         * auth-source.el: Added docs.
5032         (auth-sources): Modify format to support server.
5033         (auth-source-pick, auth-source-user-or-password)
5034         (auth-source-user-or-password-imap)
5035         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5036         (auth-source-user-or-password-sftp)
5037         (auth-source-user-or-password-smtp): Add server parameter.
5038
5039 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5040
5041         * gnus-registry.el: Initialize the registry when gnus-registry-install
5042         is t.
5043
5044 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5045
5046         * compface.el (uncompface): Make buffer unibyte.
5047
5048 2008-04-05  Glenn Morris  <rgm@gnu.org>
5049
5050         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5051
5052 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5053
5054         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5055         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5056
5057         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5058         multibyteness after rather than before erasing it.
5059
5060         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5061         mm-with-multibyte.
5062         (gnus-request-article-this-buffer): Make sure the proper decoding is
5063         used if gnus-original-article-buffer happens to be unibyte.
5064
5065         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5066         default-enable-multibyte-characters.
5067
5068         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5069         default-enable-multibyte-characters.
5070
5071         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5072
5073         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5074
5075 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5076
5077         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5078         (imap-message-copyuid-1): Use it.
5079         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5080         J. Williams in
5081         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5082
5083         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5084         imap-enable-exchange-bug-workaround.
5085         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5086
5087 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5088
5089         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5090         a 100 byte status-checks into a 2-3MB transfer for each group.
5091         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5092         to enable bug workaround or not.
5093         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5094
5095 2008-03-31  Glenn Morris  <rgm@gnu.org>
5096
5097         * message.el (mml2015-use): Declare for compiler.
5098         (message-info): Require mml2015 when appropriate.
5099
5100 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5103         whitespace.
5104
5105 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5106
5107         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5108         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5109         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5110         (nntp-service-to-port): New function.
5111         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5112         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5113         (nntp-open-netcat-stream): New function.
5114         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5115
5116 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5117
5118         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5119
5120 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5121
5122         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5123
5124 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5125
5126         * dns.el (dns-write): Use set-buffer-multibyte.
5127
5128 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5129
5130         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5131
5132 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5133
5134         * message.el (message-signature-separator): Change default.
5135         Improve custom type.
5136         (message-cite-function): Change default to
5137         message-cite-original-without-signature.
5138
5139         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5140         toggle.
5141
5142         * message.el (message-check-news-body-syntax): Fix signature check.
5143         (message-setup-1): Mark buffer as unmodified _after_ running
5144         message-setup-hook and handling message-alternative-emails.
5145         (message-shorten-references): Be more strict when building list of
5146         valid references to comply with GNKSA.
5147
5148         * gnus-group.el (gnus-read-ephemeral-bug-group)
5149         (gnus-read-ephemeral-debian-bug-group)
5150         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5151
5152         * message.el (message-info): Don't use booleanp which isn't supported
5153         in Emacs 21 and XEmacs.
5154
5155 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5156
5157         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5158         gnus-group-gmane-group-download-format.
5159         (gnus-group-read-ephemeral-gmane-group): Rename from
5160         gnus-group-read-ephemeral-gmane-group.
5161         (gnus-read-ephemeral-gmane-group-url): Rename from
5162         gnus-group-read-ephemeral-gmane-group-url.
5163         (gnus-bug-group-download-format-alist): New variable.
5164         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5165         (gnus-read-ephemeral-emacs-bug-group): New commands.
5166
5167 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5168
5169         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5170         (gnus-visible-headers): Improve custom type.
5171
5172 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5173
5174         * mml.el (mml-menu): Add workarounds for XEmacs.
5175
5176         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5177         X-Boundary header.
5178
5179         * message.el (message-simplify-recipients): Fix previous commit.
5180
5181 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5182
5183         * mm-util.el (mm-set-buffer-multibyte): New function.
5184         * mm-decode.el (mm-copy-to-buffer): Use it.
5185
5186 2008-03-19  Glenn Morris  <rgm@gnu.org>
5187
5188         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5189         Accidentally removed in the sync process with Emacs.
5190
5191 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5192
5193         * message.el (message-alter-recipients-discard-bogus-full-name):
5194         New function.
5195         (message-alter-recipients-function): New variable.
5196         (message-get-reply-headers): Use it.
5197         (message-replace-header): New helper function.
5198         (message-recipients-without-full-name): New variable.
5199         (message-simplify-recipients): New command.
5200
5201         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5202
5203         * message.el (message-info): Handle EasyPG manual.
5204
5205         * mml.el (mml-menu): Add entry for EasyPG.
5206
5207 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5208
5209         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5210         parameter.
5211
5212         * message.el (message-disassociate-draft): Specify drafts group name
5213         fully.
5214
5215 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5216
5217         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5218         unnecessary duplicates from the match list.
5219
5220 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5223
5224         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5225
5226         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5227         args of `how-many' of which the XEmacs version doesn't take; declare
5228         Info-index-next as function.
5229
5230 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5231
5232         * gnus-score.el (gnus-score-headers): Fix handling of
5233         gnus-inhibit-slow-scoring.
5234
5235         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5236         string.
5237         (gnus-button-url-regexp): Improve handling of parenthesis.
5238         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5239         (gnus-button-handle-info-keystrokes): Handle index entries.
5240
5241 2008-03-15  Glenn Morris  <rgm@gnu.org>
5242
5243         * parse-time.el (parse-time-string): Simplify.
5244
5245 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5246
5247         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5248         Incoming* files.
5249
5250 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5251
5252         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5253         (auth-source-pick): Use it.
5254
5255 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5256
5257         * binhex.el (binhex-decode-region-internal):
5258         * uudecode.el (uudecode-decode-region-internal):
5259         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5260         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5261         setting default-enable-multibyte-characters.
5262
5263 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5264
5265         * auth-source.el (auth-source-protocols)
5266         (auth-source-protocols-customize, auth-source-choices): Added and
5267         modified variable customizations and defaults.
5268         (auth-source-pick, auth-source-user-or-password)
5269         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5270         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5271         (auth-source-user-or-password-sftp)
5272         (auth-source-user-or-password-smtp): Use new variables and provide an
5273         interface to netrc.el.
5274
5275 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5278         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5279         Make sure the nntp port to specify is a string.
5280
5281 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5282
5283         * nntp.el: Use with-current-buffer.
5284         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5285         dubious mm-with-unibyte-current-buffer.
5286         (nntp-with-open-group-function): New function extracted from
5287         nntp-with-open-group macro.
5288         (nntp-with-open-group): Use the function, so it's easier to debug.
5289         Add indentation and debugging info.
5290         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5291         the use of the netcat alternatives.
5292
5293         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5294         Avoid mm-string-as-multibyte as well.
5295
5296         * nnweb.el (nnweb-insert-html):
5297         Remove use of nnheader-string-as-multibyte.
5298
5299         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5300         (nnheader-string-as-multibyte): Remove.
5301
5302         * mm-view.el: Use inhibit-read-only.
5303         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5304         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5305         or unibyte-string.
5306
5307         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5308         (mm-uu-yenc-extract): Use with-current-buffer.
5309
5310         * gnus-soup.el (gnus-soup-send-packet): Don't use
5311         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5312
5313         * nnmh.el: Use with-current-buffer.
5314         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5315         mm-string-as-multibyte on the output of mm-encode-coding-string.
5316
5317         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5318         (nnimap-request-move-article): Use with-current-buffer.
5319
5320         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5321         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5322         conversion uses string-make-unibyte rather than string-as-unibyte.
5323
5324         * gnus-msg.el: Use with-current-buffer.
5325
5326         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5327
5328 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5329
5330         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5331         string for caching if it is 'PIN.
5332
5333 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * lpath.el: Consider the case without Emacs/W3.
5336
5337 2008-03-08  Glenn Morris  <rgm@gnu.org>
5338
5339         * time-date.el (date-to-time, time-subtract, time-add)
5340         (safe-date-to-time): Doc fixes.
5341
5342 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5343
5344         * mail-source.el (mail-source-delete-old-incoming-confirm):
5345         Change default to nil.
5346         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5347
5348 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * lpath.el: Rearrange.
5351
5352         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5353         (gnus-article-goto-prev-page): Work for articles having ^L's.
5354
5355         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5356
5357         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5358
5359 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5360
5361         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5362         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5363         (gnus-bookmark-jump): Adjust some variable names.
5364
5365 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * auth-source.el: New package.
5368         (auth-source-choices): Add customization entry point variable.
5369
5370         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5371         bug.
5372
5373 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5374
5375         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5376         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5377         (gnus-registry-install-shortcuts): Rename from
5378         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5379         the `gnus-registry-mark-map' keymap dynamically from
5380         `gnus-registry-marks'.  The generated functions update the summary line
5381         when a registry mark is added or deleted, and will call
5382         `gnus-registry-install-p' (see the comments in the code).
5383         (gnus-registry-user-format-function-M): Use concat intelligently.
5384
5385         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5386         the registry mark functions.
5387
5388 2008-03-05  Glenn Morris  <rgm@gnu.org>
5389
5390         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5391         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5392         gnus-art.
5393         (top-level): No need to load own source when compiling.
5394
5395 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5396
5397         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5398         Suggested by <chris.anderton@zetnet.co.uk>.
5399
5400 2008-03-04  Glenn Morris  <rgm@gnu.org>
5401
5402         * gnus-sum.el (top-level): No need to require gnus when compiling,
5403         since unconditionally required near start of file.
5404         (gnus-summary-display-while-building): Move definition before use.
5405
5406 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5407
5408         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5409         formatting function.
5410
5411 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5412
5413         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5414         with plists.
5415         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5416         Use new format.
5417
5418 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5421         `where-is-internal' that returns a range of key sequences.
5422
5423 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5424
5425         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5426
5427         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5428         (gnus-summary-jump-to-group): Consider windows on other displayed
5429         frames as well.  Similar changes might be needed elsewhere, but that's
5430         the one I've bumped into during my use.
5431
5432         * nndoc.el (nndoc-oe-dbx-type-p):
5433         * gnus-msg.el (gnus-debug):
5434         * gnus-group.el (gnus-update-group-mark-positions):
5435         Use mm-string-to-multibyte.
5436
5437 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5438
5439         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5440         doesn't handle NotDashEscaped.
5441
5442         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5443         (mml-dnd-attach-options): Fix typo in custom choice.
5444
5445         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5446         nndoc-article-type to mbox.
5447         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5448
5449         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5450         to nil, instead of html2text.
5451
5452         * imap.el (imap-debug): Add `imap-ping-server'.
5453
5454         * gnus-bookmark.el: Add FIXMEs.
5455
5456         * message.el (message-form-letter-separator)
5457         (message-send-form-letter-delay): New variables.
5458         (message-send-form-letter): Use them.  New command to send form
5459         letters.  Requested by Uwe Siart.
5460         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5461
5462 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * Update copyright years.
5465
5466 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5467
5468         Sync from EMACS_22_BASE.
5469
5470         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5471
5472 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5473
5474         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5475         empty author.
5476
5477 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5478
5479         * gnus-registry.el (gnus-registry-marks): Add variable for
5480         customization of marks and their appearance.
5481         (gnus-registry-read-mark): Use it.
5482         (gnus-registry-do-marks): Add utility function to loop through
5483         `gnus-registry-marks'.
5484         (gnus-registry-install-shortcuts-and-menus): Add function to install
5485         shortcuts and menus.
5486         (gnus-registry-initialize): Use it.
5487         (gnus-registry-default-mark): Clarify documentation.
5488
5489 2008-02-29  Glenn Morris  <rgm@gnu.org>
5490
5491         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5492         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5493         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5494         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5495         Change defcustom :version from 23.0 to 23.1.
5496
5497 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * gnus-registry.el (gnus-registry-follow-group-p)
5500         (gnus-registry-post-process-groups): Add functions to aid registry
5501         splitting and improve logging.  Clarify behavior in function
5502         documentation.
5503         (gnus-registry-split-fancy-with-parent): Use them.
5504
5505 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5506
5507         * gnus-art.el: Use with-current-buffer.
5508
5509 2008-02-27  David Engster  <dengste@eml.cc>
5510
5511         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5512         Express real group name in the response.
5513
5514 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5517         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5518         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5519         autoload gnus-registry-fetch-group when compiling.
5520         (nnmairix-request-group-with-article-number-correction): Remove
5521         unreferenced argument passed to nnmairix-call-backend.
5522
5523 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5524
5525         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5526         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5527         Wilde.
5528
5529 2008-02-27  Glenn Morris  <rgm@gnu.org>
5530
5531         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5532         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5533         variables to defconsts.  Convert comments to doc-strings.
5534         (nnmairix-last-server, nnmairix-current-server): Convert from free
5535         variables to defvars.  Convert comments to doc-strings.
5536         (gnus-registry-fetch-group): Autoload.
5537         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5538         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5539         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5540         caddr.
5541         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5542         nnmairix-request-group-with-article-number-correction call.
5543         (nnmairix-fast, nnmairix-group): New, less general names, for free
5544         variables passed from nnmairix-request-group to
5545         nnmairix-request-group-with-article-number-correction.  Declare.
5546         (nnmairix-request-group-with-article-number-correction):
5547         Use nnmairix-fast, nnmairix-group rather than fast, group.
5548
5549 2008-02-26  David Engster  <dengste@eml.cc>
5550
5551         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5552         version 0.5.
5553
5554 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5555
5556         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5557         instead of making an extra function call.  Don't add the current group
5558         to articles only when they have the group.  Use
5559         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5560         Reported by David <de_bb@arcor.de>.
5561
5562 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5563
5564         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5565         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5566
5567 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5568
5569         * mail-source.el (mail-source-delete-incoming): Change default.
5570         Supplement doc string.
5571
5572         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5573
5574 2008-02-14  Glenn Morris  <rgm@gnu.org>
5575
5576         * time-date.el (format-seconds): New function.
5577
5578 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5579
5580         * nnmail.el (nnmail-message-id-cache-file): Derive from
5581         `gnus-home-directory'.
5582
5583 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5584
5585         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5586         Document negative prefix.
5587
5588         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5589
5590 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5591
5592         * message.el (message-unsent-separator): Add the Exim bounce
5593         separator.
5594
5595 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5596
5597         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5598         list.
5599         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5600         recipient/signer list.
5601
5602 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * Makefile.in (datarootdir): Define.
5605         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5606         name that might contain whitespace.
5607
5608 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5611         fbound (Emacs 23 unicode), signal an error.
5612
5613 2008-02-08  Glenn Morris  <rgm@gnu.org>
5614
5615         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5616
5617 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5618
5619         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5620         ports to the calls to `netrc-machine-user-or-password' in addition to
5621         "imap" and "imaps".
5622
5623 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5624
5625         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5626
5627         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5628
5629 2008-02-01  Kenichi Handa  <handa@m17n.org>
5630
5631         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5632         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5633         (rfc2104-hash): Convert the result of concat to unibyte string.
5634
5635 2008-02-01  Dave Love  <fx@gnu.org>
5636
5637         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5638         coding-system-for-read.
5639         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5640
5641 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5642
5643         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5644         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5645         <hanche@math.ntnu.no>.
5646
5647 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5650
5651         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5652
5653 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5654
5655         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5656         * message.el (message-beginning-of-line): Use featurep instead of bound
5657         tests in order to resolve conditionals at compile time.
5658
5659 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5660
5661         * mail-source.el (mail-sources): Add `group' choice.
5662
5663         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5664         parameter `in-group' to control into which group the articles go.
5665         Add treatment of `group' mail-source.
5666
5667 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5670
5671         * mm-decode.el (mm-dissect-buffer): Decode description.
5672
5673         * mml.el (mml-to-mime): Encode message header first.
5674
5675 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5678         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5679
5680         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5681         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5682
5683 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5684
5685         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5686
5687 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5690         prefix keys.
5691         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5692         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5693         gnus-xmas.el.
5694
5695         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5696         (gnus-xmas-article-describe-bindings): New function.
5697         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5698         gnus-xmas-article-describe-bindings.
5699
5700         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5701
5702 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5703
5704         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5705         Add new variables for article mark management.
5706         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5707         list of extra data entries which, when present, will indicate that the
5708         article ID should not be trimmed from the registry.
5709         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5710         functions.
5711         (gnus-registry-read-mark): New function to read a mark name from the
5712         user.
5713         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5714         (gnus-registry-set-article-mark-internal): New functions to add and
5715         remove marks.
5716         (gnus-registry-get-article-marks): New function to show the marks for
5717         an article, or retrieve them for further use.
5718
5719 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5722         keys when no argument is given.
5723
5724 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5725
5726         * imap.el (imap-ping-server): New variable.
5727         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5728         (imap-ping-server): Minor doc string fixes.
5729
5730 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5731
5732         * imap.el (imap-ping-server): New function.
5733         (imap-opened): Call imap-ping-server.
5734
5735 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5736
5737         * gnus-sum.el (gnus-article-sort-by-random)
5738         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5739         jidanni@jidanni.org.
5740
5741 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-art.el (gnus-article-describe-bindings): New function.
5744         (gnus-article-read-summary-keys): Use it.
5745         (gnus-article-mode-map): Bind `C-h b' to it.
5746
5747 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5750         XEmacs.
5751         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5752         against non-character events.
5753
5754         * lpath.el: Fbind map-keymap for Emacs 21.
5755
5756 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5757
5758         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5759         command.
5760         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5761         instead of END.  Change name of the temp file.
5762         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5763         customizable.
5764
5765 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5768         bind `S W' to gnus-article-wide-reply-with-original; set default
5769         binding to gnus-article-read-summary-send-keys.
5770         (gnus-article-read-summary-keys): Fix the order of keys; display
5771         continuation keys correctly in the echo area; describe bindings
5772         correctly when keys end with `C-h'.
5773         (gnus-article-read-summary-send-keys): New function.
5774         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5775         for gnus-article-read-summary-send-keys; display continuation keys
5776         correctly in the echo area.
5777         (gnus-article-reply-with-original): Ignore prefix argument.
5778         (gnus-article-wide-reply-with-original): New function.
5779
5780         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5781         Emacs 21.
5782
5783 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5786         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5787
5788 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5789
5790         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5791         (gnus-group-read-ephemeral-gmane-group): New command.
5792
5793 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5794
5795         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5796
5797 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5798
5799         * message.el (message-send-mail-function): Increase custom version.
5800
5801         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5802         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5803
5804 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5805
5806         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5807         for the cases where imap-authenticate is called with a nil buffer
5808         parameter.
5809
5810 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5813         html parts correctly; support forwarded messages.
5814         (gnus-article-browse-html-article): Remove work buffers.
5815
5816         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5817         compiling.
5818         (netrc-bound-and-true-p): New macro.
5819         (netrc-parse): Use it instead of bound-and-true-p that is not available
5820         in XEmacs 21.4.
5821
5822 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5823
5824         * gnus-registry.el (gnus-registry-mark-article)
5825         (gnus-registry-article-marks): Add functionality to mark articles
5826         through the Gnus registry.
5827
5828         * encrypt.el: Clarify documentation for the new pgg method.
5829         (encrypt-file-alist): Add PGG option.
5830         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5831         functionality.  Abstract password key and messaging to external
5832         functions.
5833         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5834         (encrypt-message-method-and-cipher): Add new convenience external
5835         functions.
5836         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5837         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5838
5839         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5840         (netrc-parse): Use encrypt-file-alist to determine if
5841         encrypt-find-model or encrypt-insert-file-contents should be used.
5842
5843         * encrypt.el: Clarify documentation.  Load password-cache or
5844         password, whichever one is found first, instead of autoloading.
5845
5846 2007-12-19  Glenn Morris  <rgm@gnu.org>
5847
5848         * mml.el (message-options-set, message-narrow-to-head)
5849         (message-in-body-p, message-mail-p, message-encode-message-body):
5850         Autoload.
5851         (message-remove-header, message-narrow-to-headers-or-head)
5852         (message-subscribed-p, message-make-mail-followup-to)
5853         (message-position-on-field, message-news-p)
5854         (message-options-set-recipient, message-generate-headers)
5855         (message-sort-headers): Declare as functions.
5856
5857 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5860         convention in doc string.
5861
5862 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5865         title to html parts.
5866         (gnus-article-browse-html-article): Pass message header to it.
5867
5868         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5869
5870 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5871
5872         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5873         or password compatible with XEmacs.
5874
5875 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5878         format document.
5879         (gnus-mime-delete-part): Don't write description line if empty.
5880         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5881
5882 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5883
5884         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5885         (gnus-summary-mark-read-and-unread-as-read)
5886         (gnus-summary-mark-current-read-and-unread-as-read)
5887         (gnus-summary-mark-unread-as-ticked): Doc fix.
5888         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5889
5890 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5893         Christoph Conrad <christoph.conrad@gmx.de>.
5894
5895 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5898         yes-or-no-p.
5899
5900 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * mm-decode.el (mm-add-meta-html-tag): New function.
5903         (mm-save-part-to-file, mm-pipe-part): Use it.
5904
5905         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5906         gnus-y-or-n-p instead of y-or-n-p.
5907         (gnus-article-browse-html-parts): Work with message/external-body; use
5908         mm-add-meta-html-tag.
5909
5910 2007-12-11  Glenn Morris  <rgm@gnu.org>
5911
5912         * gnus-cache.el: Require gnus-sum not just when compiling.
5913
5914         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5915
5916         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5917         definitions before use.
5918
5919         * mm-decode.el: Require gnus-util.
5920         (mm-remove-part): Only call delete-annotation on XEmacs.
5921
5922         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5923
5924         * nnmail.el: Require gnus-int.
5925
5926         * spam.el: Move `require's before `eval-when-compile's.
5927
5928         * gnus-ems.el (gnus-alive-p):
5929         * gnus-fun.el (message-goto-eoh):
5930         * gnus-util.el (gnus-group-name-decode):
5931         * mail-source.el (gnus-compress-sequence):
5932         * message.el (Info-goto-node, format-spec):
5933         * mm-bodies.el (message-options-get):
5934         * mm-decode.el (mm-view-pkcs7):
5935         * mm-util.el (gmm-write-region):
5936         * mml-smime.el (mml-compute-boundary)
5937         (gnus-completing-read-with-default):
5938         * mml.el (widget-button-press, gnus-make-hashtable):
5939         * mml1991.el (mm-decode-content-transfer-encoding)
5940         (mm-encode-content-transfer-encoding)
5941         (message-options-get, message-options-set):
5942         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5943         * nnfolder.el (gnus-request-group):
5944         * nnheader.el (ietf-drums-unfold-fws):
5945         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5946         * smime.el (gnus-run-mode-hooks):
5947         * spam-stat.el (gnus-message): Autoload.
5948
5949         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5950         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5951         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5952         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5953         Add declare-function compatibility definition.
5954
5955         * gnus-cache.el (nnvirtual-find-group-art):
5956         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5957         (gnus-add-image, gnus-add-wash-type):
5958         * gnus-group.el (nnkiboze-score-file):
5959         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5960         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5961         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5962         (message-tokenize-header, gnus-get-buffer-create)
5963         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5964         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5965         * gnus.el (gnus-group-decoded-name):
5966         * mail-source.el (imap-capability):
5967         * mm-bodies.el (message-options-set):
5968         * mm-decode.el (gnus-configure-windows):
5969         * mm-extern.el (message-goto-body):
5970         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5971         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5972         (epg-sub-key-validity, message-options-set):
5973         * mml.el (widget-event-point, gnus-configure-windows):
5974         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5975         * mml2015.el (epg-check-configuration, epg-configuration)
5976         (message-options-set):
5977         * nndb.el (nndb-request-article):
5978         * nnfolder.el (gnus-request-create-group):
5979         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5980         * nnmaildir.el (gnus-group-mark-article-read):
5981         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5982         * rfc1843.el (message-fetch-field):
5983         * spam.el (gnus-extract-address-components):
5984         Declare as functions.
5985
5986 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5989
5990         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5991
5992         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5993         bind show-trailing-whitespace for XEmacs.
5994
5995 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5996
5997         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5998         new no-op macro for backward compatibility.
5999
6000         * imap.el (imap-string-to-integer): New function.
6001
6002 2007-12-09  Glenn Morris  <rgm@gnu.org>
6003
6004         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6005
6006         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6007         * message.el, mm-view.el, sieve-manage.el, smime.el:
6008         Add declare-function compatibility definition.
6009
6010         * gnus-art.el (w3-region, w3m-region, Info-menu):
6011         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6012         * gnus-sum.el (gnus-get-predicate):
6013         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6014         * message.el (mail-abbrev-in-expansion-header-p):
6015         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6016         (w3m-detect-meta-charset, w3m-region):
6017         * sieve-manage.el (password-read, password-cache-add)
6018         (password-cache-remove):
6019         * smime.el (password-read-and-add): Declare as functions.
6020
6021 2007-12-08  David Kastrup  <dak@gnu.org>
6022
6023         * gnus-sum.el (gnus-summary-simplify-subject-query):
6024         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6025         `message'.
6026
6027 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6028
6029         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6030         it to bind idna-program, installation-directory, defined-colors, and
6031         face-attribute for XEmacs of the version that compiles defcustom forms.
6032
6033 2007-12-07  Glenn Morris  <rgm@gnu.org>
6034
6035         * gnus-art.el (article-make-date-line): Revert previous change.
6036
6037 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6038
6039         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6040
6041 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6042
6043         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6044         Call gnus-add-to-range ranges only once with a prepared article-list.
6045
6046 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6047
6048         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6049         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6050         group names with backslashes.  Reported by Tassilo Horn
6051         <tassilo@member.fsf.org>.
6052
6053 2007-12-06  Deepak Goel  <deego3@gmail.com>
6054
6055         * gnus-art.el (article-make-date-line):
6056         * gnus-start.el (gnus-load):
6057         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6058
6059 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6060
6061         * gnus-art.el (gnus-use-idna)
6062         * gnus-start.el (gnus-site-init-file)
6063         * message.el (message-use-idna)
6064         * mm-uu.el (mm-uu-hide-markers)
6065         * smiley.el (smiley-style): Revert changes that suppress warnings.
6066
6067 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6070         specify charset to html source.  Reported by Christoph Conrad
6071         <christoph.conrad@gmx.de>.
6072
6073 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6076         idna-program in order to suppress byte compile warning issued by XEmacs
6077         that came to byte compile the default value section of defcustom forms
6078         recently.
6079
6080         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6081         value of installation-directory.
6082
6083         * message.el (message-use-idna): Don't directly refer to the value of
6084         idna-program.
6085
6086         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6087
6088         * smiley.el (smiley-style): Don't directly call face-attribute.
6089
6090 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6091
6092         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6093
6094         * gnus-dired.el: Reduce Gnus dependencies.
6095         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6096         require.  Use autoloads instead.
6097         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6098         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6099         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6100         (gnus-dired-mode): Adjust doc string.
6101         (gnus-dired-mail-mode): New variable.
6102         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6103         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6104         (gnus-dired-mail-buffers): New function.  Return mail or message
6105         composition buffers.
6106         (gnus-dired-attach): Use it.
6107         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6108         NO-DECODE.
6109         (gnus-dired-print): Use `gnus-print-buffer' depending on
6110         `gnus-dired-mail-mode'.
6111
6112 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * rfc2047.el (rfc2047-encoded-word-regexp)
6115         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6116         explaining what regexp patterns are for.
6117
6118 2007-12-04  Glenn Morris  <rgm@gnu.org>
6119
6120         * password.el: Move to password-cache.el.
6121
6122         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6123         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6124         * mml-smime.el (password-read, password-cache-add)
6125         (password-cache-remove):
6126         No need to autoload, since mml-sec requires password.
6127
6128         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6129         * message.el (gnus-extract-address-components):
6130         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6131
6132         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6133         password.
6134
6135 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * mailcap.el: Reduce dependencies.
6138         (mail-header-parse-content-type): Autoload.
6139         (mailcap-delete-duplicates): New alias.
6140         (mailcap-mime-info): Add optional argument NO-DECODE.
6141         (mailcap-mime-types): Use mailcap-delete-duplicates.
6142
6143         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6144
6145 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6146
6147         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6148         (imap-parse-status): Upcase status-att for servers that sends them
6149         lower-case (e.g., MS Exchange 2007).
6150
6151 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6152
6153         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6154         function.
6155
6156         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6157         (gnus-uu-yenc-article): New function.
6158
6159         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6160
6161         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6162         buffer.
6163
6164 2007-12-02  Glenn Morris  <rgm@gnu.org>
6165
6166         * binhex.el (binhex): New custom group.
6167         (binhex-decoder-program, binhex-decoder-switches)
6168         (binhex-use-external): Move to the binhex custom group.
6169
6170         * uudecode.el (uudecode): New custom group.
6171         (uudecode-decoder-program, uudecode-decoder-switches)
6172         (uudecode-use-external): Move to the uudecode custom group.
6173
6174         * netrc.el (top-level): Don't load `encrypt' features.
6175         (netrc-parse): Don't use encrypt.
6176         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6177
6178         * encrypt.el: Remove file.
6179
6180 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6183         matches on patches.
6184
6185         * gnus-art.el (gnus-article-browse-html-article): Mention
6186         `mm-text-html-renderer' in the doc string.
6187
6188         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6189         string.  Add comments.
6190
6191         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6192         if rhs is ASCII.
6193
6194 2007-12-01  Glenn Morris  <rgm@gnu.org>
6195
6196         * mail-source.el (top-level): Require format-spec before
6197         eval-when-compile.
6198
6199 2007-11-30  Glenn Morris  <rgm@gnu.org>
6200
6201         * encrypt.el: Require password, rather than autoloading password-read.
6202
6203 2007-11-29  Glenn Morris  <rgm@gnu.org>
6204
6205         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6206         (sasl-make-client, sasl-next-step, sasl-step-data)
6207         (sasl-step-set-data): Declare as functions.
6208
6209 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6210
6211         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6212
6213 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6214
6215         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6216         certs should be verified and what is to be done in the event of a
6217         verification failure.
6218
6219         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6220         caller can indicate whether the cache should be disregarded for this
6221         call.  This way the result of the call is reproducible at all times and
6222         can be considered a canonical server name for the supplied method.
6223         (gnus-agent-method-p): Canonicalize server names by pushing their
6224         method through `gnus-method-to-server' using the no-cache argument.
6225
6226         * gnus-srvr.el (gnus-server-insert-server-line): Call
6227         `gnus-method-to-server' with `no-cache' argument.
6228
6229         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6230         gnus-agent-possibly-synchronize-flags as this should be called when the
6231         server is actually being opened.
6232         (gnus-agent-possibly-synchronize-flags)
6233         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6234         flags file of an agentized server to the latter function.
6235
6236         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6237         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6238         after a connection has been established successfully.
6239
6240 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * gnus-art.el (article-display-face): Force to display face if called
6243         interactively; check if gnus-article-x-face-too-ugly matches author.
6244         (article-display-x-face): Display face even if From header is missing
6245         as article-display-face does.
6246
6247 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6248
6249         * hashcash.el (message-narrow-to-headers-or-head)
6250         (message-fetch-field, message-goto-eoh)
6251         (message-narrow-to-headers): Declare as functions.
6252
6253 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6254
6255         * mail-source.el (mail-sources): Default to fetch from file for
6256         compatibility with default of nnmail-spool-file.
6257
6258 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6261         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6262         to look for encoded word that should be encoded again.
6263         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6264         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6265         encoding pattern.
6266         (rfc2047-decode-region): Switch strict regexp and loose one according
6267         to rfc2047-allow-irregular-q-encoded-words.
6268
6269 2007-11-25  Romain Francoise  <romain@orebokech.com>
6270
6271         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6272
6273 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * tls.el (tls-program): Provide more custom choices from
6276         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6277         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6278
6279 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6282         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6283
6284         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6285         `nnmail-spool-file'.
6286
6287         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6288         `nnmail-spool-file'.
6289
6290         * gnus-move.el (gnus-change-server): Ditto.
6291
6292         * gnus-kill.el (gnus-batch-score): Ditto.
6293
6294         * gnus-cache.el (gnus-jog-cache): Ditto.
6295
6296         * gnus-msg.el (gnus-summary-reply):
6297         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6298
6299 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6302         version.  Minor improvement to doc strings.
6303         (tls-program): Add comment.
6304
6305 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6306
6307         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6308         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6309         mismatch between the hostname provided in the certificate and the name
6310         of the host connnecting to.
6311         (open-tls-stream): Use them.  Check certificates against trusted root
6312         certificates.
6313
6314 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6315
6316         * gnus-cache.el (gnus-cache-generate-nov-databases):
6317         Use nnml-generate-nov-databases-directory instead of
6318         nnml-generate-nov-databases-1.
6319
6320 2007-11-24  Glenn Morris  <rgm@gnu.org>
6321
6322         * message.el (message-tool-bar-retro): Update for rename
6323         mail_send.xpm->mail-send.xpm.
6324
6325 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6328         `smime-ldap-search' for Emacs 22 and up.
6329
6330 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6331
6332         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6333
6334         * message.el (message-send-mail-function): Fix error convention.
6335         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6336         (message-widen-reply, message-send-mail, message-talkative-question)
6337         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6338         (message-clone-locals, message-send-news): Use with-current-buffer.
6339         (message-insert-or-toggle-importance): Remove unused var `valid'.
6340         (message-make-references): Remove unused var `new-references'.
6341         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6342
6343 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6344
6345         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6346         (spam-split-symbolic-return-positive): Reflow docstring.
6347         (spam-backends, spam-summary-exit-behavior)
6348         (spam-mark-ham-unread-before-move-from-spam-group)
6349         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6350         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6351         (spam-clear-cache, spam-backend-check, spam-install-backend)
6352         (spam-install-statistical-backend, spam-list-of-processors)
6353         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6354         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6355         (spam-check-crm114, spam-initialize, spam-unload-hook):
6356         Fix typos in docstrings.
6357
6358 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6359
6360         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6361         been checked if they have never been read and those group levels are
6362         higher than the one that a user specified.
6363
6364 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6367         foreign groups unless a group level is specified by a user.
6368         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6369
6370 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6371
6372         * message.el (message-send-mail-function): Require sendmail.
6373
6374 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6375
6376         * message.el (message-send-mail-function): Check for smtpmail too.
6377
6378         * utf7.el (utf7-encode, utf7-decode): Use coding system
6379         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6380
6381         * message.el (message-send-mail-function): New function.
6382         (message-send-mail-function): Set default using
6383         message-send-mail-function.  Adjust doc string.
6384         (message-send-mail-with-mailclient): New function.
6385
6386 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6387
6388         * smime.el (from):
6389         * rfc2047.el (message-posting-charset):
6390         * qp.el (mm-use-ultra-safe-encoding):
6391         * pop3.el (parse-time-months):
6392         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6393         * nnml.el (files):
6394         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6395         (jka-compr-compression-info-list, ange-ftp-path-format)
6396         (efs-path-regexp):
6397         * nndiary.el (files):
6398         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6399         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6400         (epg-digest-algorithm-alist, inhibit-redisplay)
6401         (password-cache-expiry):
6402         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6403         (pgg-output-buffer, password-cache-expiry):
6404         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6405         (efs-path-regexp):
6406         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6407         (inhibit-redisplay):
6408         * mm-uu.el (file-name, start-point, end-point, entry)
6409         (gnus-newsgroup-name, gnus-newsgroup-charset):
6410         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6411         (latin-unity-ucs-list):
6412         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6413         (mm-uu-binhex-decode-function):
6414         * message.el (gnus-message-group-art, gnus-list-identifiers)
6415         (rmail-enable-mime-composing, gnus-local-organization)
6416         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6417         (gnus-read-active-file, facemenu-add-face-function)
6418         (facemenu-remove-face-function, gnus-article-decoded-p)
6419         (tool-bar-mode):
6420         * mail-source.el (display-time-mail-function):
6421         * gnus-util.el (nnmail-pathname-coding-system)
6422         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6423         (gnus-original-article-buffer, gnus-user-agent)
6424         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6425         (xemacs-codename, sxemacs-codename, emacs-program-version):
6426         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6427         * gnus-start.el (gnus-agent-covered-methods)
6428         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6429         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6430         (gnus-newsgroup-headers, gnus-group-list-mode)
6431         (gnus-group-mark-positions, gnus-newsgroup-data)
6432         (gnus-newsgroup-unreads, nnoo-state-alist)
6433         (gnus-current-select-method, mail-sources)
6434         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6435         (nnmail-spool-file, gnus-cache-active-hashtb):
6436         * gnus-mh.el (mh-lib-progs):
6437         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6438         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6439         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6440         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6441         (gnus-group-buffer):
6442         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6443         (font-lock-set-defaults):
6444         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6445         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6446         (gnus-summary-post-menu, total-parts, type, condition, length):
6447         * gnus-agent.el (gnus-agent-read-agentview):
6448         * flow-fill.el (show-trailing-whitespace):
6449         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6450         eval-and-compile wrappers for byte compiler pacifiers.
6451
6452         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6453         (mm-display-inline-fontify): Check for featurep 'xemacs not
6454         extent-list.
6455
6456         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6457         itimer-list.
6458         (mm-create-image-xemacs): Only do something for XEmacs.
6459         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6460
6461         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6462
6463         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6464         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6465
6466 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6467
6468         * nnimap.el (nnimap-split-download-body):
6469         * gnus-demon.el (gnus-demon):
6470         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6471
6472 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6475         macros.
6476         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6477         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6478         copy data from unibyte buffer to multibyte current buffer.
6479         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6480         to copy data from unibyte current buffer to multibyte buffer.
6481         (nntp-make-process-buffer): Make process buffer unibyte.
6482
6483         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6484
6485 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6486
6487         * pop3.el (pop3-open-server): Accept and process data more robustly at
6488         connexion start to avoid spurious "POP SSL connexion failed" errors.
6489
6490 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6491
6492         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6493         read group names.
6494
6495 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6498
6499 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6502         (nnmail-save-active): Use a unibyte buffer when saving active file,
6503         which may contain non-ASCII group names.
6504
6505         * nnml.el (nnml-request-group): Decode group names in messages.
6506
6507 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * message.el (message-citation-line-function)
6510         (message-insert-formatted-citation-line): Fix spelling of
6511         `message-insert-formated-citation-line'.
6512
6513 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6514
6515         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6516
6517 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6518
6519         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6520         nnmail-pathname-coding-system.
6521
6522         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6523         that a user enters; decode group names in messages.
6524
6525         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6526
6527 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6528
6529         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6530
6531         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6532
6533         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6534         risky local variable.
6535
6536         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6537
6538 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6539
6540         * encrypt.el: Improve documentation to fix function name typo.
6541         Reported by Daiki Ueno <ueno@unixuser.org>.
6542
6543 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6546         even if the point is not in the last page of an article.
6547         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6548         back to the previous page.
6549
6550 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6553
6554 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6557
6558 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6559
6560         * message.el (message-check-news-body-syntax): Avoid
6561         mm-string-as-multibyte.
6562         (message-hide-headers): Don't assume (point-min)==1.
6563
6564 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6565
6566         * message.el (message-remove-blank-cited-lines): Fix if remove is
6567         given.
6568         (message-bogus-address-regexp): New variable.
6569         (message-bogus-recipient-p): New function.
6570         (message-check-recipients): New command.
6571         (message-syntax-checks): Add `bogus-recipient'.
6572         (message-fix-before-sending): Add `bogus-recipient'.
6573
6574         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6575         (gnus-treat-body-boundary): Don't test window-system.
6576
6577 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6578
6579         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6580
6581 2007-10-28  Miles Bader  <miles@gnu.org>
6582
6583         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6584         at compile-time too.
6585
6586 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * gnus-msg.el (gnus-message-setup-hook): Add
6589         `message-remove-blank-cited-lines' to options.
6590
6591 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * message.el (message-remove-blank-cited-lines): New function.
6594         Suggested by Karl Plästerer.
6595
6596 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6599         mapc.
6600
6601         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6602         (top-level): Use mapc to set functions to be traced for debugging.
6603
6604         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6605         called for effect with while loop.
6606
6607         * message.el (message-talkative-question): Replace mapcar called for
6608         effect with mapc.
6609
6610         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6611         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6612         called for effect with dolist.
6613
6614         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6615
6616         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6617         gnus-extra-headers and nnmail-extra-headers.
6618
6619         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6620         called for effect with dolist.
6621         (top-level): Use mapc to set functions to be traced for debugging.
6622
6623         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6624         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6625         dolist.
6626
6627         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6628         Replace mapcar called for effect with mapc.
6629         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6630         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6631         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6632         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6633
6634         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6635         remove-if that's a cl function.
6636
6637         * webmail.el (webmail-debug): Replace mapcar called for effect with
6638         dolist.
6639
6640         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6641         with mapc.
6642
6643 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6644
6645         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6646         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6647         with while loop.
6648
6649         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6650         functions from article-* functions.
6651         (gnus-multi-decode-header): Replace mapcar called for effect with
6652         dolist.
6653
6654         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6655         (gnus-bookmark-show-details): Replace mapcar called for effect with
6656         while loop.
6657
6658         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6659         called for effect with while loop.
6660
6661         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6662         with dolist.
6663
6664         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6665         mapcar called for effect with dolist.
6666
6667         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6668
6669         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6670         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6671         Replace mapcar called for effect with dolist.
6672         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6673         mapc.
6674
6675         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6676         Replace mapcar called for effect with dolist.
6677         (gnus-topic-list): Replace mapcar called for effect with mapc.
6678
6679         * gnus.el: Use mapc instead of mapcar to add autoloads.
6680
6681 2007-10-23  Richard Stallman  <rms@gnu.org>
6682
6683         * gnus-group.el (gnus-group-highlight): Mark as risky.
6684
6685 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus.el (gnus-server-to-method): Return method found first in
6688         gnus-newsrc-alist.
6689
6690         * gnus-art.el (gnus-article-highlight-signature)
6691         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6692         button overlay without the front stickiness.
6693
6694 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6695
6696         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6697         overview buffer needed a catch to receive its throw.
6698         (gnus-agent-flush-cache): Declared as interactive to make this function
6699         easier to use.
6700
6701 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6702
6703         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6704         `next-line'.
6705
6706 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6707
6708         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6709         exclude address matching message-dont-reply-to-names.
6710
6711 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * gnus-util.el (gnus-string<): New function.
6714
6715         * gnus-sum.el (gnus-article-sort-by-author)
6716         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6717
6718 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6719
6720         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6721         the frame-focus tag is set in gnus-buffer-configuration.
6722
6723 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6726         the front stickiness.
6727
6728 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6729
6730         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6731         url pattern; remove duplicate one.
6732         (gnus-article-extend-url-button): New function.
6733         (gnus-article-add-buttons): Use it.
6734         (gnus-button-push): Use concatenated url that it makes.
6735
6736 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6737
6738         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6739
6740 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6741
6742         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6743         Don't hardcode point-min==1.
6744
6745 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6746
6747         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6748         Fix comment about "iso8859-1".
6749
6750 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6751
6752         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6753         ones returned from the verify-function.
6754
6755         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6756         mml2015-extract-cleartext-signature if extraction failed.
6757
6758 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6759
6760         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6761         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6762         failed.
6763
6764 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6765
6766         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6767
6768 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6769
6770         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6771         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6772         recommends to use EasyPG instead of PGG.
6773
6774         * pgg.el: Revert to revision 6.23.2.16.
6775
6776         * pgg-def.el: Revert to revision 6.6.2.14.
6777
6778         * pgg-gpg.el: Revert to revision 6.23.2.34.
6779
6780 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6781
6782         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6783         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6784         thread for both the null and zero (kill/expire thread) universal prefix
6785         cases.
6786         (gnus-summary-expire-thread): Add new function to expire a thread,
6787         using gnus-summary-kill-thread.
6788         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6789         shortcuts for gnus-summary-expire-thread.
6790         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6791         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6792
6793 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6794
6795         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6796         extras value, so an extras entry can be deleted.
6797         (gnus-registry-delete-extra-entry): Use it.
6798         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6799         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6800         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6801         storage through the gnus-registry, and provide an appropriate API for
6802         it.
6803
6804 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6807         Suggested by Leo <sdl.web@gmail.com>.
6808
6809         * gnus.el: Do.
6810
6811 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6814         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6815
6816         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6817
6818         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6819         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6820
6821 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6824         newline.
6825         (nnmbox-request-accept-article): Don't change article in source buffer;
6826         narrow to header to use message-fetch-field rather than
6827         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6828         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6829         as delimiters; make sure article ends with newline.
6830         (nnmbox-delete-mail): Correct last position of article to be deleted;
6831         ignore X-Gnus-Newsgroup header in article body.
6832         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6833         positions; make sure article ends with newline.
6834
6835         * message.el (message-display-abbrev): Don't infloop when a user
6836         inserts SPC in the beginning of header.
6837
6838         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6839         coding-system-for-read and coding-system-for-write for XEmacs having no
6840         file-coding feature.
6841
6842         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6843
6844 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6845
6846         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6847         list of groups not followed by default.  Fix type to be regexp.
6848         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6849
6850 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6851
6852         * hmac-def.el (define-hmac-function): Switch from old-style to
6853         new-style backquotes.
6854
6855         * md4.el (md4-make-step): Likewise.
6856
6857 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6860         raw-text coding system when saving .newsrc file, which may contain
6861         non-ASCII group names.
6862
6863 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-cus.el (gnus-score-extra): New widget.
6866         (gnus-score-extra-convert): New function.
6867         (gnus-score-customize): Use it for Extra.
6868
6869 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6870
6871         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6872         (mml2015-mailcrypt-clear-verify): Use it.
6873         (mml2015-gpg-clear-verify): Use it.
6874         (mml2015-pgg-clear-verify): Use it.
6875         (mml2015-epg-clear-verify): Replace the current part with the output
6876         from GnuPG; don't extract the plaintext by itself.
6877
6878         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6879         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6880         mml2015-clear-verify-function; don't touch the armor headers or
6881         dash-escaped text here.
6882
6883 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6886         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6887         parts, or application/octet-stream as a last resort.
6888         (gnus-mime-view-part-as-type): Don't toggle display.
6889         (gnus-mime-view-part-as-charset): Don't turn off display before
6890         querying charset.
6891
6892         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6893         stuff to undisplayer function in Emacs.
6894         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6895
6896         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6897         text/calendar parts.
6898
6899 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6902         decoding text/calendar parts.
6903
6904         * message.el (message-forward-make-body-mime): Always mark body as
6905         having no illegible text; remove signed-or-encrypted argument.
6906         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6907
6908         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6909         (mml-generate-mime-1): Don't encode body if it is specified to be in
6910         raw form; don't make buffer be unibyte when inserting multibyte string.
6911
6912 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6913
6914         * sha1.el: Fix up comment style.
6915         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6916         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6917
6918         * hex-util.el: Fix up comment style.
6919         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6920
6921         * gnus-salt.el: Use with-current-buffer.
6922         (gnus-pick-setup-message): Fix long-standing typo.
6923
6924 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * imap.el (imap-logout-timeout): New variable.
6927         (imap-logout, imap-logout-wait): New functions.
6928         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6929
6930         * nnimap.el (nnimap-logout-timeout): New server variable.
6931         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6932         nnimap-logout-timeout.
6933
6934         * gnus-art.el (gnus-article-summary-command-nosave)
6935         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6936
6937 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * gnus.el (gnus-maximum-newsgroup): New variable.
6940
6941         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6942         according to gnus-maximum-newsgroup.
6943
6944         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6945         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6946         Limit the range of articles according to gnus-maximum-newsgroup.
6947
6948 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6949
6950         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6951         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6952         Don't perform gnus-configure-windows here; reuse existing sticky
6953         article buffer.
6954
6955         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6956         it doesn't exist in gnus-article-mode.
6957
6958 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6959
6960         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6961         (gnus-agent-decoded-group-name): New function.
6962         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6963         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6964
6965 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6966
6967         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6968         Add binding for gnus-sticky-article.
6969         (gnus-summary-exit): Don't kill sticky article buffers.
6970
6971         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6972         article buffer.
6973         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6974         (gnus-kill-sticky-article-buffers): New commands.
6975
6976 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * nntp.el (nntp-xref-number-is-evil): New server variable.
6979         (nntp-find-group-and-number): If it is non-nil, don't trust article
6980         numbers in the Xref header.
6981
6982 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * gnus-agent.el (gnus-agent-read-group): New function.
6985         (gnus-agent-flush-group, gnus-agent-expire-group)
6986         (gnus-agent-regenerate-group): Use it.
6987         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6988         nnmail-pathname-coding-system.
6989
6990 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6991
6992         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6993
6994         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6995         that are unread as unread, and also as selected so that information of
6996         marks having been changed by a user may be updated when exiting group.
6997
6998 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6999
7000         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7001         calculated ignoring signature parts to gnus-treat-article.
7002
7003 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7004
7005         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7006         a point here in order to keep the window start.
7007         (gnus-insert-mime-security-button): Make a button overlay without the
7008         front stickiness.
7009         (gnus-mime-display-security): Goto the end of a button.
7010
7011         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7012
7013 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7016         group-name-at-point.
7017         (gnus-group-completing-read): New function that offers decoded
7018         non-ASCII group names for completion.
7019         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7020         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7021         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7022         (gnus-group-fetch-control): Use it.
7023         (gnus-fetch-group): Use group-name-at-point for the initial value
7024         rather than the default value; use gnus-alive-p.
7025
7026         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7027         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7028         (gnus-summary-post-news): Use gnus-group-completing-read.
7029
7030         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7031         (gnus-read-move-group-name): Decode group name for completion.
7032
7033 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7034
7035         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7036         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7037         Yamaoka slightly modified the code).
7038
7039 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7042         (nnmail-split-incoming): Bind it.
7043
7044         * nnml.el (nnml-group-name-charset): New function.
7045         (nnml-decoded-group-name): Use it; don't decode group name if
7046         nnmail-group-names-not-encoded-p is non-nil.
7047         (nnml-encoded-group-name): New function.
7048         (nnml-group-pathname): Inline nnml-decoded-group-name.
7049         (nnml-request-expire-articles): Decode group name in message.
7050         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7051         nnmail-pathname-coding-system.
7052         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7053         not decoded ones according to nnmail-group-names-not-encoded-p.
7054         (nnml-generate-active-info): Use nnml-encoded-group-name.
7055
7056 2007-08-08  Glenn Morris  <rgm@gnu.org>
7057
7058         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7059         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7060         doc-strings and comments.
7061
7062 2007-07-25  Glenn Morris  <rgm@gnu.org>
7063
7064         * Relicense all FSF files to GPLv3 or later.
7065
7066 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-sum.el (gnus-summary-move-article): Make
7069         gnus-summary-respool-article work.
7070
7071 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7072
7073         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7074         string.
7075
7076 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7077
7078         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7079         that should be ignored when comparing distant RSS articles with local
7080         ones.
7081         (nnrss-make-hash-index): New function.  Create a hash index according
7082         to the ignored fields.
7083         (nnrss-check-group): Use it.
7084
7085 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7088
7089         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7090
7091         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7092         the new optional argument ENCODED is non-nil.
7093         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7094         coding system for encoding group name.
7095         (gnus-group-make-rss-group): Pass un-encoded group name to
7096         gnus-group-make-group.
7097         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7098         encoded.
7099
7100         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7101         Encode group name to which articles are moved or copied.
7102         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7103         coding system for encoding Newsgroup, Followup-To and Xref headers.
7104
7105         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7106         marks; use nnheader-file-coding-system to write a file.
7107         (nnagent-retrieve-headers): Bind file-name-coding-system to
7108         nnmail-pathname-coding-system.
7109
7110         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7111
7112         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7113         (nnml-request-article, nnml-request-create-group)
7114         (nnml-request-rename-group, nnml-find-id)
7115         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7116         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7117         (nnml-save-marks): Use nnml-group-pathname instead of
7118         nnmail-group-pathname.
7119
7120         (nnml-request-create-group, nnml-request-expire-articles)
7121         (nnml-request-move-article, nnml-request-delete-group)
7122         (nnml-deletable-article-p, nnml-possibly-create-directory)
7123         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7124         (nnml-open-marks): Bind file-name-coding-system to
7125         nnmail-pathname-coding-system.
7126
7127         (nnml-request-article): Pass server argument to nnml-find-group-number.
7128         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7129         server argument to nnml-possibly-create-directory.
7130         (nnml-request-accept-article): Pass server argument to
7131         nnml-active-number and nnml-save-mail.
7132         (nnml-find-group-number): Pass server argument to nnml-find-id.
7133         (nnml-request-update-info): Pass server argument to
7134         nnml-marks-changed-p.
7135
7136         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7137         (nnml-save-mail, nnml-active-number): Add server argument.
7138
7139         (nnml-request-delete-group): Warn if group is missing.
7140         (nnml-get-nov-buffer): Decode group name.
7141         (nnml-generate-active-info): Encode group name.
7142         (nnml-open-marks): Decode group name in messages.
7143
7144 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7147         if it is not specified.
7148         (gnus-article-pipe-part, gnus-article-save-part)
7149         (gnus-article-interactively-view-part, gnus-article-copy-part)
7150         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7151         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7152         (gnus-article-replace-part, gnus-article-delete-part)
7153         (gnus-article-view-part-as-type): Pass raw prefix argument to
7154         gnus-article-part-wrapper.
7155
7156 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * gnus-agent.el (gnus-agent-save-active): Bind
7159         nnheader-file-coding-system to gnus-agent-file-coding-system.
7160
7161         * gnus-cache.el (gnus-cache-save-buffers)
7162         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7163         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7164         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7165         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7166         (gnus-cache-generate-active, gnus-cache-rename-group)
7167         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7168         (gnus-cache-update-overview-total-fetched-for): Bind
7169         file-name-coding-system to nnmail-pathname-coding-system.
7170         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7171         variables.
7172         (gnus-cache-decoded-group-name): New function.
7173         (gnus-cache-file-name): Use it.
7174         (gnus-cache-generate-active): Use non-decoded group name for active.
7175
7176         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7177         right place.
7178         (gnus-write-active-file): Don't break non-ASCII group names.
7179
7180         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7181         nnmail-pathname-coding-system.
7182
7183         * lpath.el: Bind default-file-name-coding-system,
7184         file-name-coding-system and language-info-alist for XEmacs.
7185
7186         * gnus-uu.el (gnus-uu-decode-save): Typo.
7187
7188 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7191
7192 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7195         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7196         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7197         (gnus-agent-flush-group, gnus-agent-flush-cache)
7198         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7199         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7200         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7201         (gnus-agent-regenerate-group)
7202         (gnus-agent-update-files-total-fetched-for)
7203         (gnus-agent-update-view-total-fetched-for): Bind
7204         file-name-coding-system to nnmail-pathname-coding-system.
7205         (gnus-agent-group-pathname): Don't encode file names by
7206         nnmail-pathname-coding-system.
7207         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7208         coding-system-for-write instead of buffer-file-coding-system to
7209         gnus-agent-file-coding-system.
7210
7211         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7212         Decode group name.
7213
7214         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7215
7216         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7217         (gnus-read-newsrc-el-file): Make group names unibyte.
7218
7219         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7220         nnmail-pathname-coding-system.
7221
7222         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7223         (nnrss-request-delete-group): Bind file-name-coding-system to
7224         nnmail-pathname-coding-system.
7225         (nnrss-read-server-data, nnrss-read-group-data): Bind
7226         file-name-coding-system correctly.
7227         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7228
7229         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7230         (nntp-server-to-method-cache): New variable.
7231         (nntp-group-pathname): New function that decodes non-ASCII group names.
7232         (nntp-possibly-create-directory, nntp-marks-changed-p)
7233         (nntp-save-marks, nntp-open-marks): Use it.
7234         (nntp-possibly-create-directory, nntp-open-marks):
7235         Bind file-name-coding-system to nnmail-pathname-coding-system.
7236         (nntp-open-marks): Decode group names when bootstrapping marks.
7237
7238         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7239         Newsgroups and Folowup-To headers.
7240
7241 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7244         (gnus-server-closed-face, gnus-server-denied-face)
7245         (gnus-server-offline-face): Remove variable.
7246         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7247
7248         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7249         of modifying message-stack directly for XEmacs.
7250
7251         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7252         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7253         if the coding-system argument is nil for XEmacs.
7254
7255         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7256         mm-charset-override-alist.
7257
7258         * rfc2047.el: Don't require base64; require rfc2045 for the function
7259         rfc2045-encode-string.
7260         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7261         to quote the parameter value.
7262
7263 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7264
7265         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7266         form in gnus-group-name-charset-method-alist.
7267
7268         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7269         overrides the default layout edit-form.
7270
7271         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7272
7273         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7274
7275 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7278         as unfetched articles.
7279
7280 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7281
7282         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7283
7284 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7285
7286         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7287         original back end that keeps marks in the local system.
7288
7289 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7290
7291         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7292         arg of pop-to-buffer for XEmacs.
7293         (gnus-article-read-summary-keys): Ditto; don't restore window
7294         configuration if summary command ends up with neither article buffer
7295         nor summary buffer; describe bindings if summary keys end with C-h.
7296
7297 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * message.el (message-fix-before-sending): Skip raw message part to be
7300         forwarded while checking illegible text.
7301         (message-forward-make-body-mime, message-forward-make-body): Mark
7302         signed or encrypted raw message as having no illegible text.
7303
7304 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7307         (gnus-message-with-timestamp-1): New macro.
7308         (gnus-message-with-timestamp): New function.
7309         (gnus-message): Use them.
7310
7311         * nnheader.el (nnheader-message): Use them.
7312
7313 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7314
7315         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7316         .newsrc.eld file.
7317
7318 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gnus-agent.el (gnus-agent-fetch-headers)
7321         (gnus-agent-retrieve-headers): Bind
7322         gnus-decode-encoded-address-function to identity.
7323
7324         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7325         available also when the server returns simply a dot.
7326
7327         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7328
7329 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7330
7331         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7332
7333 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7334
7335         * gnus-ems.el (gnus-x-splash): Make it work.
7336
7337         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7338         from being used.
7339
7340         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7341
7342 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7343
7344         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7345         4th and the 5th arguments.
7346
7347         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7348         the front stickiness.
7349         (gnus-article-summary-command-nosave): Correct the order of the
7350         arguments passed to pop-to-buffer.
7351         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7352         summary command ends up with the article buffer.
7353
7354         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7355         the same faces.
7356
7357 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7358
7359         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7360
7361 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7362
7363         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7364         * gnus-sum.el (gnus-summary-highlight):
7365         * pgg.el (pgg-sign-region, pgg-sign):
7366         * mail-source.el (mail-source-delete-old-incoming-confirm):
7367         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7368
7369 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * gnus-art.el (gnus-mime-view-part-externally)
7372         (gnus-mime-view-part-internally): Fix predicate function passed to
7373         completing-read.
7374
7375         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7376
7377         * gnus.el (gnus-update-message-archive-method): Add :version.
7378
7379 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus.el (gnus-update-message-archive-method): New variable.
7382
7383         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7384         according to gnus-message-archive-method if
7385         gnus-update-message-archive-method is non-nil.
7386
7387 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7390         by Loic Dachary <loic@dachary.org>.
7391         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7392
7393 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * message.el (message-pop-to-buffer): Add switch-function argument.
7396         (message-mail): Pass switch-function argument to it.
7397
7398 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7401         Improve doc string.
7402
7403 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7406         (gnus-header-content)
7407         * gnus-cite.el (gnus-cite-10)
7408         * gnus-srvr.el (gnus-server-closed)
7409         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7410         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7411         (gnus-group-mail-3-empty, gnus-group-mail-low)
7412         (gnus-group-mail-low-empty, gnus-splash)
7413         * message.el (message-header-to, message-header-cc)
7414         (message-header-subject, message-header-other, message-header-name)
7415         (message-header-xheader, message-separator, message-cited-text)
7416         (message-mml): Lighten colors of faces used for dark background.
7417
7418 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7419
7420         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7421         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7422
7423 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * message.el (message-narrow-to-headers-or-head):
7426         Ignore mail-header-separator in the body.
7427
7428 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7429
7430         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7431         same as window size.
7432
7433 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7434
7435         * message.el (message-font-lock-keywords): Use message-header-xheader
7436         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7437         ahead of the anything pattern, to get it recognised.
7438
7439 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7442         spam.el loads uses it in the compiled defadvice form.
7443
7444 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7445
7446         * gnus-sum.el (gnus-articles-to-read)
7447         (gnus-summary-insert-old-articles): Don't truncate group name for
7448         `read-string'.
7449
7450         * gnus-util.el (gnus-limit-string): Delete this function.
7451
7452         * gnus-sum.el (gnus-simplify-subject-fully): Use
7453         `truncate-string-to-width' instead.
7454
7455 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7456
7457         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7458         if, on summary exit, the next group has to be selected.
7459         (gnus-summary-exit): Use it.
7460
7461 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7464         non-break space.
7465
7466 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7467
7468         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7469         Check if group is not a directory.
7470         (nnfolder-request-expire-articles): Don't delete articles if the target
7471         group is not available.
7472
7473         * nnml.el (nnml-request-create-group): Properly check if group is not a
7474         file.
7475         (nnml-request-expire-articles): Don't delete articles if the target
7476         group is not available.
7477
7478         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7479         Don't quote characters that are within parentheses.
7480
7481 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7482
7483         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7484         (gnus-handle-ephemeral-exit): Select article according to it.
7485
7486 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7487
7488         * message.el (message-insert-formated-citation-line): Remove newline.
7489         (message-citation-line-format): Add final \n here so that the user can
7490         avoid a blank line.
7491
7492 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7493
7494         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7495         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7496         Update lanl/arXiv support.
7497
7498 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7499
7500         * gnus.el: Bump version number.
7501
7502 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * gnus.el (gnus-version-number): Bump version.
7505
7506 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7507
7508         * gnus.el: No Gnus v0.6 is released.
7509
7510 2007-04-27  Didier Verna  <didier@xemacs.org>
7511
7512         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7513         * gmm-utils.el (gmm-regexp-concat): here.
7514         * message.el: Don't require 'gnus-util.
7515         (message-dont-reply-to-names): Handle name change above.
7516         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7517
7518 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7521         since the initial value varies according to the system.
7522
7523 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7526
7527 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7528
7529         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7530
7531 2007-04-24  Didier Verna  <didier@xemacs.org>
7532
7533         Improve the type of gnus-ignored-from-addresses.
7534         * gnus-util.el (gnus-orify-regexp): New function.
7535         * message.el (gnus-util): Require it.
7536         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7537         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7538         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7539
7540 2007-04-24  Didier Verna  <didier@xemacs.org>
7541
7542         * gnus-sum.el:
7543         * gnus-utils.el: Fix some trailing whitespaces.
7544
7545 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7548         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7549         article's Message-ID; refer parent article in summary buffer.
7550
7551         * message.el (message-bounce): Call mime-to-mml.
7552
7553         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7554         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7555         optimize and/or forms properly.
7556
7557 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7558
7559         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7560         URL.
7561
7562 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7565
7566 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7569         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7570         displayed of multipart/alternative part if it is invoked from summary
7571         buffer.
7572
7573         * mm-view.el (mm-inline-text-html-render-with-w3m)
7574         (mm-inline-text-html-render-with-w3m-standalone)
7575         (mm-inline-render-with-function): Use mail-parse-charset by default.
7576
7577 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7578
7579         * parse-time.el (parse-time-string-chars): Check if CHAR
7580         is less than the length of parse-time-syntax.
7581
7582 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7585         from gnus-newsgroup-processable.
7586
7587 2007-04-16  Didier Verna  <didier@xemacs.org>
7588
7589         * gnus-msg.el (gnus-configure-posting-styles): Handle
7590         message-signature-directory properly with :file syntax.  Reported by
7591         "Leo".
7592
7593 2007-04-11  Didier Verna  <didier@xemacs.org>
7594
7595         New user option: message-signature-directory.
7596         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7597         * message.el (message-insert-signature): Ditto.
7598         * message.el (message-signature-file): Doc update.
7599         * message.el (message-signature-directory): New.
7600
7601 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7602
7603         * gnus-msg.el (gnus-inews-yank-articles): Use
7604         message-exchange-point-and-mark instead of exchange-point-and-mark.
7605
7606 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * message.el (message-yank-original): Make sure cited text ends with
7609         newline; don't exchange point and mark.
7610
7611 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7612
7613         * tls.el (open-tls-stream): Properly handle case where there
7614         is no associated buffer.
7615
7616 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7617
7618         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7619         message-yank-original, make sure (< mark TEXT point).
7620
7621 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * message.el (message-fill-column): New variable.
7624         (message-mode): Use it.  Add comment on a possible new hook.
7625
7626         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7627         (nnmail-get-new-mail): Reformat.
7628
7629         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7630
7631         * gmm-utils.el: Fix Commentary.
7632         (gmm-tool-bar-from-list): Fix typo in doc string.
7633
7634 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7635
7636         * message.el (message-yank-original): Don't switch point and mark
7637         unnecessarily to put point and mark as documented.
7638
7639 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640
7641         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7642         from the message heads.
7643
7644 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7645
7646         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7647         article buffer does not have a window.  This may not be the best
7648         solution but is certainly better than setting the start of the null,
7649         that is the current, window.
7650
7651 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7654         (gnus-draft-setup): Run it.
7655
7656         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7657         gnus-score-fast-scoring.  Allow regexp.
7658         (gnus-score-headers): Use it.
7659
7660         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7661         XEmacs.
7662
7663         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7664         string.
7665         (gnus-button-alist): Also catch `<f1> k ...'.
7666         (gnus-treat-display-x-face): Fix doc string.
7667
7668 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7669
7670         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7671         evaluation of gnus-extended-version to ensure correct generation of the
7672         User-Agent header when message-generate-headers-first is used.
7673
7674 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7675
7676         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7677         hashcash-path is nil.  Don't call callback with incorrect number of
7678         parameters if val is 0.
7679
7680 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7681
7682         * message.el (message-required-news-headers):
7683         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7684
7685 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7686
7687         * tls.el (open-tls-stream): In handshake-waiting loop,
7688         don't wait more if there is output available to process.
7689
7690 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7691
7692         * tls.el (tls-program): Doc fix.
7693
7694 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * message.el (message-generate-new-buffers): Change the meaning of the
7697         nil value; add `standard' to the choices; treat t as `unique'; improve
7698         doc string.
7699         (gnus-select-frame-set-input-focus): Autoload.
7700         (message-buffer-name): Search for the existing message buffer if
7701         message-generate-new-buffers is nil or `standard'; treat the value t of
7702         message-generate-new-buffers as `unique'.
7703         (message-pop-to-buffer): Raise the frame already displaying the message
7704         buffer; clear the echo area after querying.
7705         (message-setup): Pass the `continue' argument to compose-mail.
7706         (message-mail): Prefer `switch-function' if it is given; search for the
7707         existing message buffer if the `continue' argument is non-nil; pass
7708         continue and switch-function arguments to compose-mail by way of
7709         message-setup.
7710         (message-mail-other-window): Adjust argument of message-setup.
7711         (message-mail-other-frame): Ditto.
7712
7713 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7716         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7717         to turn font-lock on when turning gnus-message-citation-mode on.
7718
7719 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7720
7721         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7722         (mml-smime-function-alist): New variable; add epg as the backend.
7723         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7724         mml-smime- functions instead.
7725         * mm-view.el: Require smime.
7726
7727 2007-03-05  Didier Verna  <didier@xemacs.org>
7728
7729         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7730         instead of just inheritance for posting styles.
7731         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7732
7733 2007-02-24  Chris Moore  <dooglus@gmail.com>
7734
7735         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7736         * pgg-pgp.el (pgg-pgp-encrypt-region):
7737         * pgg-gpg.el (pgg-gpg-encrypt-region):
7738         Check pgg-encrypt-for-me if no other recipients.
7739
7740 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7741
7742         * tls.el (tls-certtool-program): Fix custom type.
7743
7744 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7745
7746         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7747         and point-at-eol instead of line-(beginning|end)-position.
7748
7749         * assistant.el (assistant-parse-buffer): Ditto.
7750
7751         * netrc.el (netrc-parse-services): Ditto.
7752
7753 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7754
7755         * mml2015.el (mml2015-epg-find-usable-key): New function.
7756         (mml2015-epg-sign): Use it.
7757         (mml2015-epg-encrypt): Use it.
7758
7759 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7760
7761         * message.el (message-make-in-reply-to): Quote name containing
7762         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7763         if there are special characters.  Reported by NAKAJI Hiroyuki
7764         <nakaji@jp.freebsd.org>.
7765
7766 2007-02-27  Didier Verna  <didier@xemacs.org>
7767
7768         Include the group parameters as well as the topic ones in the
7769         inheritance filter process.
7770         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7771         argument GROUP-PARAMS-LIST.
7772         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7773
7774 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * nntp.el (nntp-never-echoes-commands)
7777         (nntp-open-connection-functions-never-echo-commands): New variables.
7778         (nntp-send-command): Use them.
7779
7780 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7781
7782         * mml2015.el (mml2015-epg-verify): Simplified.
7783
7784 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * mml.el (mml-content-disposition-alist): New user option.
7787         (mml-content-disposition): New function.
7788         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7789         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7790
7791 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7792
7793         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7794         verification.
7795
7796 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7797
7798         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7799         articles posted in the last 24 hours.
7800
7801 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7802
7803         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7804
7805 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7806
7807         * nntp.el (nntp-send-command): Don't wait for echoes when
7808         nntp-open-ssl-stream is used.
7809
7810 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7813         (gnus-message-add-citation-keywords)
7814         (gnus-message-remove-citation-keywords): Remove.
7815         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7816         directly, make the variables in font-lock-defaults buffer-local, add
7817         gnus-message-citation-keywords to them and then update the value of
7818         font-lock-keywords.
7819
7820 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * message.el (message-cite-original-1): Don't call
7823         gnus-article-highlight-citation.
7824
7825         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7826         citations; fix line count.
7827
7828 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7831         (gnus-message-add-citation-keywords)
7832         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7833         versions of font-lock-add-keywords and font-lock-remove-keywords to
7834         work with XEmacs correctly.
7835
7836 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * gnus-cite.el (gnus-cite-face-list): Set the values of
7839         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7840         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7841         (gnus-message-cite-prefix-regexp): New variable.
7842         (gnus-message-search-citation-line): Use it; protect against long
7843         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7844         the 0th match data for Emacs.
7845         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7846         (gnus-message-add-citation-keywords): Append keywords rather than
7847         prepending; emulate font-lock-add-keywords if it is not available.
7848         (gnus-message-remove-citation-keywords): Emulate
7849         font-lock-remove-keywords if it is not available.
7850
7851         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7852
7853         * message.el (message-cite-prefix-regexp): Set the value of
7854         gnus-message-cite-prefix-regexp.
7855
7856 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7857
7858         * nnweb.el (nnweb-google-parse-1): Update parser.
7859
7860 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7861
7862         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7863
7864 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7865
7866         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7867         regexp.
7868
7869 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7870
7871         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7872         string-to-multibyte.
7873         (uudecode-decode-region-internal): Use it.
7874
7875         * lpath.el: Fbind string-as-multibyte for XEmacs.
7876
7877 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7878
7879         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7880         custom choice.
7881
7882         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7883
7884 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7885
7886         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7887
7888         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7889         `write-region' to respect `mm-inhibit-file-name-handlers'.
7890
7891 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7894         Use gnus-home-directory instead of "~/" or "$HOME".
7895
7896 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7897
7898         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7899         to mention filename.
7900         Add comments at beginning regarding usage.
7901         (encrypt-write-file-contents): Change interactive so a string is
7902         acceptable.  If the file has no associated model, show an error instead
7903         of a nonsense prompt.
7904
7905 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7906
7907         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7908         Thanks to Yoshihiko Yamada for kind notification of this typo.
7909
7910 2007-01-12  Kenichi Handa  <handa@m17n.org>
7911
7912         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7913         multibyte buffer.
7914
7915 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * gnus-score.el (gnus-score-fast-scoring): New variable.
7918         (gnus-score-headers): Use it.
7919
7920         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7921
7922         * message.el (message-cite-original-1): Call
7923         gnus-article-highlight-citation if requested.
7924         (message-make-from): Allow name and address as optional arguments.
7925
7926         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7927
7928         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7929         bugs to doc string.
7930         (gnus-button-alist): Add mid\\|message-id.
7931         (gnus-button-fetch-group): Extend for use in
7932         `browse-url-browser-function'.
7933         (gnus-button-url-regexp): Try to catch paired parentheses like in
7934         Wikipedia URLs.
7935
7936         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7937         Suggested by Simon Krahnke <overlord@gmx.li>.
7938
7939 2007-01-13  Romain Francoise  <romain@orebokech.com>
7940
7941         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7942         Update copyright.
7943
7944 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7945
7946         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7947
7948 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7949
7950         * gnus-registry.el (gnus-registry-unfollowed-groups)
7951         (gnus-registry-split-fancy-with-parent): Fix documentation.
7952
7953 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7954
7955         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7956         from nnweb groups.
7957
7958 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7961         Xref urls.  Erase buffer before requesting head.
7962
7963 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7964
7965         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7966         customizable.
7967
7968 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7969
7970         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7971         no signing key is found.
7972         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7973         no encrypting and/or signing key is found.
7974
7975 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7978
7979 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7980
7981         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7982         headers read from disk with the ones newly found in the current search.
7983         This should no longer cause problems, because the article numbers in
7984         Gmane's `nov.php' output are ignored since the previous change.
7985
7986 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7987
7988         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7989
7990 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7991
7992         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7993         replace-regexp-in-string; bind url-version; fbind display-images-p and
7994         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7995         find-face and set-itimer-function for Emacs; bind itimer-list for
7996         Emacs.
7997
7998         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7999
8000 2007-01-01  Romain Francoise  <romain@orebokech.com>
8001
8002         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8003
8004 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8005
8006         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8007         `define-minor-mode' macro definition expanded properly.
8008         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8009         exclude it there.
8010
8011         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8012         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8013         `fboundp' test.
8014         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8015         This is OK to autoload in (S)XEmacs now.
8016
8017 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8018
8019         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8020         keystroke.
8021         (gnus-summary-limit-to-singletons): Fix typo.
8022
8023         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8024         else fails.
8025
8026 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8027
8028         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8029         docstring.
8030
8031         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8032         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8033         (gnus-summary-insert-dormant-articles): Fix typo in message.
8034
8035 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8038         nil for XEmacs.
8039         (gnus-message-citation-mode): Don't autoload in XEmacs.
8040
8041         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8042
8043 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8044
8045         * nnimap.el (nnimap-expunge-search-string): Mention
8046         nnimap-search-uids-not-since-is-evil in docstring.
8047
8048 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8049
8050         * spam.el: Revert to make-obsolete-variable because
8051         define-obsolete-variable-alias is not supported in Emacs 21.
8052
8053         * spam.el (spam-ifile-path, spam-ifile-database-path)
8054         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8055         make-obsolete-variable.
8056         (spam-bsfilter-path, spam-bsfilter-program)
8057         (spam-spamassassin-path, spam-spamassassin-program)
8058         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8059         use "path" inappropriately.
8060         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8061         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8062         variable names.
8063
8064 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8065
8066         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8067         summary buffer.
8068
8069         * password.el (password-cache-remove): Use clear-string to burn
8070         password, if available.
8071
8072 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8073
8074         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8075
8076         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8077
8078         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8079         (gnus-message-highlight-citation): Move defcustom here from
8080         gnus-cite.el.
8081         (gnus-message-citation-mode): Autoload.
8082
8083         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8084         checks to make it compile with XEmacs.
8085         (gnus-message-citation-mode): New minor mode.
8086         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8087         (gnus-message-highlight-citation): New variables.
8088         (gnus-message-search-citation-line)
8089         (gnus-message-add-citation-keywords)
8090         (gnus-message-remove-citation-keywords)
8091         (turn-on-gnus-message-citation-mode)
8092         (turn-off-gnus-message-citation-mode): New functions.
8093
8094 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8095
8096         * gnus-cite.el: Enable highlighting of different citation levels in
8097         message-mode.
8098
8099 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * message.el (message-make-fqdn): Fix comment.
8102         (message-bogus-system-names): Add ".local".
8103
8104         * spam.el (spam-ifile-path, spam-ifile-program)
8105         (spam-ifile-database-path, spam-ifile-database)
8106         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8107         Don't use "path" inappropriately.
8108         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8109         strings.
8110         (spam-check-ifile, spam-ifile-register-with-ifile)
8111         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8112         new variable names.
8113
8114         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8115         (gnus-treat-display-smileys): Simplify using
8116         gnus-image-type-available-p.
8117
8118         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8119         available.
8120
8121         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8122         `display-images-p' if available.
8123
8124 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8127         one after turning on the buffer's multibyteness instead of decoding
8128         them directly in the unibyte buffer that causes unexpected conversion
8129         in Emacs 23 (unicode).
8130
8131 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8132
8133         * message.el (message-generate-hashcash): Fix custom type.
8134
8135 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8136
8137         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8138
8139 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8142         disconnect icons.  Add help text.
8143
8144 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8145
8146         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8147         negated to be consistent with the others we handle.
8148
8149 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8150
8151         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8152         version of gnus-summary-buffer to something, so that we can use two
8153         article buffers at the same time.
8154
8155 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8156
8157         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8158         trigger all the extra headers.
8159         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8160         sorting.
8161
8162 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8163
8164         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8165         solid groups.
8166
8167 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8168
8169         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8170
8171 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8172
8173         * legacy-gnus-agent.el: Add Copyright notice.
8174
8175 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8176
8177         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8178
8179 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8180
8181         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8182
8183         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8184         to make it work reliably in CVS Emacs.
8185         (gnus-summary-limit-strange-charsets-predicate)
8186         (gnus-summary-limit-to-predicate): New functions.
8187
8188 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8189
8190         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8191         specifying array size.
8192         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8193         array if it is too small.
8194         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8195         (gnus-sort-threads-loop): New function.
8196
8197 2006-12-06  Chris Moore  <dooglus@gmail.com>
8198
8199         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8200         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8201
8202 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8203
8204         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8205         options.
8206
8207 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8208
8209         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8210         DOS-ing the recipient.
8211
8212         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8213         the headers when creating the mapping to avoid mismappings.
8214         (nnweb-gmane-create-mapping): Always nix out old mapping.
8215
8216 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8217
8218         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8219         and mm-verify-option to never.
8220
8221 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * message.el (message-signed-or-encrypted-p): New function.
8224         (message-forward-make-body): Use it.
8225
8226         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8227         Replace encode-coding-string with mm-encode-coding-string.
8228
8229 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * nneething.el (nneething-decode-file-name): Replace
8232         decode-coding-string with mm-decode-coding-string.
8233
8234         * gnus-int.el (gnus-open-server): Say failed server's name.
8235
8236 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8237
8238         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8239         strings to a single string.  Quote `errors-file-name'.
8240         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8241         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8242         Adjust calls.  Use `shell-quote-argument'.
8243
8244 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8245
8246         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8247         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8248
8249         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8250         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8251         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8252         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8253         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8254         (gnus-subscribe-newsgroup, gnus-1):
8255         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8256         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8257         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8258         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8259
8260 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8261
8262         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8263         keystroke.
8264         (gnus-summary-limit-to-bodies): Implement headersp.
8265
8266 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8267
8268         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8269
8270 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8271
8272         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8273
8274 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8275
8276         * message.el (message-generate-hashcash): Expand range of values to
8277         include `opportunistic'.
8278         (message-send-mail): Use it.
8279
8280 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8281
8282         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8283         and comment it.
8284
8285         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8286
8287 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * gnus-util.el (gnus-extract-address-components): Improve comment.
8290
8291 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * gnus-util.el (gnus-extract-address-components): Work with address in
8294         which the name portion contains @.
8295
8296         * lpath.el: Fbind custom-autoload.
8297
8298 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8299
8300         * gnus.el (gnus-start): Move custom group up.
8301         (gnus-select-method): Don't autoload, but make it available for
8302         `customize-variable'.
8303         (gnus-getenv-nntpserver): Don't autoload.
8304
8305 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8306
8307         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8308
8309 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8310
8311         * message.el (message-sendmail-extra-arguments): New variable.
8312         (message-send-mail-with-sendmail): Use it.
8313
8314 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8315
8316         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8317         mm-with-unibyte-current-buffer to make string unibyte.
8318
8319         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8320         mm-string-as-multibyte.
8321
8322 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8323
8324         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8325         Reported by Werner Koch <wk@gnupg.org>.
8326
8327 2006-11-14  Daiki Ueno  <ueno@p360>
8328
8329         * mml2015.el: Autoload epa-select-keys when compiling.
8330
8331 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8332
8333         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8334         message-options.
8335         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8336
8337 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8338
8339         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8340         EasyPG (< 0.0.6).
8341         (mml2015-always-trust): New user option.
8342         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8343         prompt.
8344
8345 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * nntp.el (nntp-authinfo-force): New variable.
8348         (nntp-send-authinfo): Use it.
8349
8350 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8351
8352         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8353         decode encoded words.  Improve prompt.  Add comment about forwarding.
8354         (message-replacement-char): Move up.
8355
8356 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8357
8358         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8359         instead of gnus-intersection because arguments of gnus-sorted-nunion
8360         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8361
8362 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8365         (message-simplify-subject-functions): Enable
8366         message-strip-subject-encoded-words by default.
8367
8368 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8369
8370         * message.el (message-strip-subject-encoded-words): New function.
8371         (message-simplify-subject-functions): New variable.
8372         (message-simplify-subject): Use it.  Fix typo in doc string.
8373         Support message-strip-subject-encoded-words.
8374
8375 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8376
8377         * gnus-diary.el (gnus-diary-delay-format-function):
8378         * nndiary.el (nndiary-reminders):
8379         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8380
8381 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * gnus-art.el (article-hide-boring-headers): Fetch date from
8384         gnus-original-article-buffer to avoid problems with localized date
8385         strings.
8386
8387 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8390
8391 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8392
8393         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8394         New 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         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8399         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8400
8401 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8404
8405 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8408         with Emacs 21 and XEmacs.
8409
8410 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8411
8412         * spam.el (spam-parse-address): New function for better parsing,
8413         catching errors, etc.
8414         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8415
8416 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * mm-view.el: Add interactive arg to html2text autoload.
8419
8420 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8423
8424 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8425
8426         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8427         variables.
8428         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8429         (mm-charset-synonym-alist): Move some entries to
8430         mm-codepage-iso-8859-list.
8431
8432         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8433
8434 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * message.el (message-citation-line-format)
8437         (message-insert-formated-citation-line): Fix implementation of %E, %N
8438         and %n according to the doc string.
8439
8440 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8441
8442         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8443         car-safe to avoid bad parses.
8444
8445 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8448         names.
8449
8450         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8451
8452 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8455         header.
8456
8457         * message.el (message-draft-headers): Add Date.
8458         (message-headers-to-generate): Fix typo in docstring.
8459
8460         * nndraft.el (nndraft-required-headers): New variable.
8461         (nndraft-generate-headers): Use it.
8462
8463         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8464
8465 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8466
8467         * gnus-registry.el (gnus-registry-wash-for-keywords)
8468         (gnus-registry-find-keywords): New functions to allow easy searching of
8469         articles that are in the registry.
8470
8471 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8472
8473         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8474         ietf-drums-parse-address instead of gnus-extract-address-components.
8475         Reported by Damien Elmes <damien@repose.cx>.
8476
8477 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8478
8479         * gnus.el (gnus-mime): Remove unused custom group.
8480
8481 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8482
8483         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8484         "blank line" when searching for end of armor headers.
8485
8486 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gmm-utils.el (gmm-write-region): Fix variable name.
8489
8490 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8491
8492         * gmm-utils.el (gmm-write-region): New function based on compatibility
8493         code from `mm-make-temp-file'.
8494
8495         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8496
8497         * nnmaildir.el (nnmaildir--update-nov)
8498         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8499         Use `gmm-write-region'.
8500
8501 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8502
8503         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8504         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8505
8506         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8507
8508         * message.el (message-replacement-char): New variable.
8509         (message-fix-before-sending): Use it.
8510         (message-simplify-subject): New function to remove duplicate code.
8511         (message-reply, message-followup): Use it.
8512
8513         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8514         gnus-summary-limit-to-articles.
8515
8516 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * gnus-util.el (gnus-with-local-quit): New macro.
8519
8520         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8521
8522 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8523
8524         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8525         ignore non-string data.
8526
8527 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8528
8529         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8530         non-string data (needs to be done in the registry too).
8531
8532 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8533
8534         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8535         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8536         (gnus-registry-split-fancy-with-parent)
8537         (gnus-registry-fetch-simplified-message-subject-fast)
8538         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8539         Remove text properties on ingress into the registry and when it's saved.
8540         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8541         registry from entries with no groups.
8542
8543 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8544
8545         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8546         function to remove string properties.
8547
8548 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * gmm-utils.el (gmm): Adjust custom version.
8551
8552         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8553         custom version.
8554
8555         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8556
8557 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * gnus-art.el (gnus-insert-prev-page-button)
8560         (gnus-insert-next-page-button): Simplify.  Reformat.
8561
8562 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8563
8564         * gnus-art.el (gnus-insert-prev-page-button)
8565         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8566
8567 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8568
8569         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8570
8571 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8572
8573         * gnus-art.el (gnus-insert-mime-button)
8574         (gnus-insert-mime-security-button):
8575         Apply gnus-article-button-face to MIME and security buttons.
8576
8577 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8580         readable.
8581
8582 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8585
8586 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8587
8588         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8589         `browse-url-of-file' instead of `browse-url'.
8590
8591 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8592
8593         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8594         regexp.  Articles containing quotation were cut prematurely.
8595
8596 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8597
8598         * message.el (message-cite-original-1): Use nobody by default for the
8599         value of From header.
8600         (message-reply): Ditto.
8601
8602 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8603
8604         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8605         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8606         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8607
8608 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8609
8610         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8611         mails in the doc string.  Add some URLs in comment.
8612         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8613
8614 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8615
8616         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8617         backslashes handling and the way to find boundaries of quoted strings.
8618
8619 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8620
8621         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8622         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8623         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8624         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8625
8626 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8629         doc string.
8630         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8631
8632 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8633
8634         * lpath.el: Fbind epg-check-configuration.
8635
8636 2006-09-06  Simon Josefsson  <jas@extundo.com>
8637
8638         * mml2015.el (mml2015-use): Doc fix, mention epg.
8639
8640 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8641
8642         * mml2015.el (mml2015-use): Default to epg, if available.
8643
8644 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8645
8646         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8647         message-sender.
8648         (mml1991-epg-encrypt): Ditto.
8649         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8650         message-sender.
8651         (mml2015-epg-encrypt): Ditto.
8652
8653 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8654
8655         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8656         several common directories.
8657
8658 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8659
8660         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8661         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8662
8663 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-art.el (article-decode-encoded-words): Make it fast.
8666
8667 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8670
8671         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8672         in quoted string into `\'.
8673
8674 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8675
8676         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8677         Use standard-syntax-table.
8678
8679 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-art.el (gnus-decode-address-function): New variable.
8682         (article-decode-encoded-words): Use it to decode headers which are
8683         assumed to contain addresses.
8684         (gnus-mime-delete-part): Remove useless `or'.
8685
8686         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8687         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8688         (gnus-nov-parse-line): Use it to decode From header.
8689         (gnus-get-newsgroup-headers): Ditto.
8690         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8691
8692         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8693         (mail-decode-encoded-address-string): New alias.
8694
8695         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8696         New function.
8697         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8698         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8699         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8700         (rfc2047-decode-string): Ditto.
8701         (rfc2047-decode-address-region): New function.
8702         (rfc2047-decode-address-string): New function.
8703
8704 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8705
8706         * message.el (message-caesar-buffer-body): Allow rotating headers.
8707
8708         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8709
8710         * message.el (message-insert-formated-citation-line): Fix %f.
8711         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8712
8713 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8716         (gnus-bookmark-mouse-available-p): New macro.
8717         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8718         (gnus-bookmark-bmenu-show-infos): Use it.
8719         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8720         (gnus-bookmark-bmenu-hide-infos): Ditto.
8721         (gnus-bookmark-remove-properties): New function.
8722         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8723         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8724         (gnus-bookmark-write-file): Bind coding-system-for-write.
8725         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8726         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8727         group before selecting it.
8728         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8729         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8730         quit-window if it is not available; use gnus-mouse-2 and bind it to
8731         gnus-bookmark-bmenu-select-by-mouse.
8732         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8733         (gnus-bookmark-bmenu-select-by-mouse): New function.
8734
8735 2006-08-13  Romain Francoise  <romain@orebokech.com>
8736
8737         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8738         space.
8739
8740 2006-08-10  Romain Francoise  <romain@orebokech.com>
8741
8742         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8743         (dns-mode-soa-auto-increment-serial): New user option.
8744         (dns-mode-soa-maybe-increment-serial): New function.
8745         (dns-mode): Add the latter to `write-contents-functions'.
8746
8747 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * compface.el (uncompface): Use binary rather than raw-text-unix.
8750
8751 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8752
8753         * compface.el (uncompface): Make sure the eol conversion doesn't take
8754         place when communicating with the external programs.  Reported by
8755         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8756
8757 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8760
8761 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8762
8763         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8764         Make it more robust by parsing author and date independently.
8765
8766 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8769
8770 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8771
8772         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8773         first matching secret key.
8774         (mml2015-epg-encrypt): Ditto.
8775
8776         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8777         first matching secret key.
8778         (mml1991-epg-encrypt): Ditto.
8779
8780         * mml2015.el (mml2015-encrypt-to-self): New user option.
8781         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8782         mml2015-epg-encrypt-to-self is set.
8783
8784         * mml1991.el (mml1991-encrypt-to-self): New variable.
8785         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8786         mml1991-epg-encrypt-to-self is set.
8787
8788         * mml2015.el (mml2015-signers): New user option.
8789         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8790         (mml2015-epg-encrypt): Allow to select signing keys.
8791
8792         * mml1991.el (mml1991-signers): New variable.
8793         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8794         (mml1991-epg-encrypt): Allow to select signing keys.
8795
8796 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * nnheader.el (nnheader-insert-head): Make it work even if the file
8799         uses CRLF for the line-break code.
8800
8801 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8802
8803         * mml2015.el: Require mml-sec instead of password.
8804         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8805         (mml2015-cache-passphrase): Inherit the default value from
8806         mml-secure-cache-passphrase.
8807         (mml2015-passphrase-cache-expiry): Inherit the default value from
8808         mml-secure-passphrase-cache-expiry.
8809
8810         * mml1991.el: Require mml-sec instead of password.
8811         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8812         (mml1991-cache-passphrase): Inherit the default value from
8813         mml-secure-cache-passphrase.
8814         (mml1991-passphrase-cache-expiry): Inherit the default value from
8815         mml-secure-passphrase-cache-expiry.
8816
8817         * mml-sec.el: Require password.
8818         (mml-secure-verbose): New user option.
8819         (mml-secure-cache-passphrase): New user option.
8820         (mml-secure-passphrase-cache-expiry): New user option.
8821
8822 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8823
8824         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8825         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8826         andreas@altroot.de (Andreas Vögele).
8827
8828         FIXME: Use `tiny change'?
8829
8830 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8831
8832         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8833         workaround for the url package included with Emacs.
8834
8835         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8836
8837 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8838
8839         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8840         correctly.  This fixes a bug caused by the 2006-05-12 change.
8841
8842 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8843
8844         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8845         some information about the error when saying that the `bogus' mail
8846         group will be used.
8847
8848 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8851         string.
8852
8853 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8854
8855         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8856
8857 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8858
8859         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8860
8861 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8862
8863         * mml1991.el (mml1991-function-alist): Add epg.
8864         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8865         (mml1991-epg-encrypt): New functions.
8866
8867 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8868
8869         * mml2015.el (mml2015-verbose): New variable.
8870         (mml2015-cache-passphrase): Ditto.
8871         (mml2015-passphrase-cache-expiry): Ditto.
8872         (mml2015-function-alist): Add epg.
8873         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8874         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8875         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8876         functions.
8877
8878 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8879
8880         * message.el (message-cite-original-1): Preserve region when removing
8881         quoted text due to X-No-Archive in order to avoid bogus attribution
8882         when citing multiple messages.
8883
8884 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8885
8886         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8887         Kenneth Jacker <khj@be.cs.appstate.edu>.
8888
8889 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8890
8891         * gnus-diary.el (gnus-user-format-function-d)
8892         (gnus-user-format-function-D): Autoload.
8893
8894         * imap.el (Commentary): Fix typo.
8895
8896         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8897         2006-04-22 contribution.
8898
8899 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8900
8901         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8902         It didn't really fix the bogosity I'm seeing with solid web groups.
8903
8904 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8905
8906         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8907         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8908         created using server names.  If we use the feature without declaring
8909         it, Gnus does not properly manage server and group state.
8910
8911         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8912         bound.
8913
8914 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8915
8916         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8917         looking up the method using GROUP's prefix before inventing a new one.
8918         It is used on killed/unknown groups in various places where returning
8919         an all-new method isn't expected by the caller.
8920
8921         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8922         and match semantics of gnus-group-real-prefix.
8923
8924 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8925
8926         * nnmail.el (nnmail-broken-references-mailers): New variable.
8927         (nnmail-ignore-broken-references): New function generalizing
8928         nnmail-fix-eudora-headers.
8929         (nnmail-fix-eudora-headers): Now obsolete.
8930
8931         * gnus-art.el (gnus-button-handle-custom): Support
8932         `customize-apropos*'.
8933
8934 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935
8936         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8937
8938         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8939         articles.
8940
8941 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8942
8943         * message.el (message-cite-reply-above): New variable.
8944         (message-yank-original): Use it.
8945
8946 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8949
8950 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8953         as read.
8954
8955         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8956
8957 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8958
8959         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8960         (gnus-bookmark-default-file): Use gnus-directory.
8961         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8962         Remove "*" in doc string.
8963         (gnus-bookmark-write-file): Simplify.
8964         (gnus-bookmark-maybe-sort-alist): Use `when'.
8965         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8966         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8967         FIXME about Emacs 21 and XEmacs compatibility.
8968         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8969         compatibility.
8970         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8971         compatibility.
8972         (gnus-bookmark-menu-heading): Fix version.
8973
8974 2006-06-19  Bastien Guerry  <bzg@altern.org>
8975
8976         * gnus-bookmark.el: New file.
8977
8978 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8979
8980         * message.el (message-syntax-checks): Doc fix.
8981
8982 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8983
8984         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8985         unsubscribed groups as if they were killed ones.  It causes duplicate
8986         entries in gnus-newsrc-alist.
8987
8988 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * message.el (message-syntax-checks): Doc fix.
8991         (message-send-mail): Add check for continuation headers.
8992         (message-check-news-header-syntax): Fix regexp used to check for
8993         continuation headers.
8994
8995 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8998
8999 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9002
9003 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9004
9005         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9006         default-truncate-lines.
9007
9008 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9011         to fill the utf-8 entry.
9012
9013         * lpath.el: Fbind unicode-precedence-list.
9014
9015 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9016
9017         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9018
9019 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9020
9021         * gnus-agent.el (directory-files-and-attributes): Move all the way
9022         forward (the third and final move).
9023         (gnus-agent-read-agentview): Trap reconstruction errors due to
9024         nonexistant directory.  Handle by returning nil.
9025
9026 2006-05-30  Didier Verna  <didier@xemacs.org>
9027
9028         * message.el (message-dont-reply-to-names): Update the custom type.
9029         * message.el (message-dont-reply-to-names): New defsubst: potentially
9030         convert a list of regexps into a single one.
9031         * message.el (message-get-reply-headers): Use it.
9032         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9033
9034 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * gnus-agent.el (directory-files-and-attributes): Move forward.
9037
9038 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * gnus-ml.el (gnus-mailing-list-subscribe)
9041         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9042         (gnus-mailing-list-message): Fix doc strings.
9043
9044 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9045
9046         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9047         of doing it manually.
9048
9049 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9052         comment.
9053
9054 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9055
9056         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9057         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9058         (gnus-agent-read-local): All symbols allocated in my-obarray.
9059         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9060         (gnus-agent-regenerate-group): Check numeric names to see if they are
9061         messages or groups.
9062         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9063         better way of do this...)
9064
9065         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9066         'dummy.group' (there should be a better way of do this...)
9067
9068 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9069
9070         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9071         (gnus-saved-headers): Ditto.
9072         (gnus-default-article-saver): Mention functions may have properties.
9073         (gnus-article-save): Override gnus-save-all-headers and
9074         gnus-saved-headers by :headers property which saver function may have.
9075         (gnus-summary-save-in-file): Add :headers property.
9076         (gnus-summary-write-to-file): Ditto.
9077
9078         * gnus-sum.el (gnus-summary-save-article): Bind
9079         gnus-prompt-before-saving to t when saving many articles in a file;
9080         always show all headers.
9081
9082         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9083
9084 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9087         marks.
9088
9089         * message.el (message-indent-citation): Add optional arguments to allow
9090         using it outside of message buffers.
9091
9092         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9093         (gnus-article-treat-unfold-headers): Use it.
9094         (gnus-article-truncate-lines): New variable.
9095         (gnus-article-mode): Use it.
9096         (gnus-article-toggle-truncate-lines): New function.
9097
9098         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9099         gnus-article-toggle-truncate-lines.
9100
9101         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9102         coding system in XEmacs, use binary.
9103
9104 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9107         after-load-alist.
9108
9109         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9110         this function should save decoded articles.
9111         (gnus-summary-write-to-file): Use property to specify this function
9112         should save decoded articles and specify gnus-summary-save-in-file
9113         should be used to save articles other than the first one when saving
9114         many articles.
9115         (gnus-summary-save-body-in-file): Use property to specify this
9116         function should save decoded articles.
9117         (gnus-summary-write-body-to-file): Use property to specify this
9118         function should save decoded articles and specify
9119         gnus-summary-save-body-in-file should be used to save articles other
9120         than the first one when saving many articles.
9121
9122         * gnus-sum.el (gnus-summary-save-article): Simplify.
9123
9124 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * gnus-art.el (gnus-default-article-saver): Add
9127         gnus-summary-write-body-to-file.
9128         (gnus-article-save-coding-system): Don't use coding system object
9129         in XEmacs.
9130         (gnus-read-save-file-name): Add optional `dir-var' argument which
9131         specifies directory in which files are saved; work even if optional
9132         `variable' argument is not specified.
9133         (gnus-summary-write-to-file): Read file name.
9134         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9135         (gnus-summary-write-body-to-file): New function.
9136
9137         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9138         (gnus-summary-local-variables): Add it.
9139         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9140         (gnus-summary-save-article): Remove optional `decode' argument;
9141         determine whether to decode articles by the value of
9142         gnus-default-article-saver; when saving many files using
9143         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9144         it first and use gnus-summary-save-in-file or
9145         gnus-summary-save-body-in-file thereafter unless
9146         gnus-prompt-before-saving is always; move point to article which
9147         will be saved.
9148         (gnus-summary-save-article-file): Revert.
9149         (gnus-summary-write-article-file): Revert.
9150         (gnus-summary-save-article-body-file): Revert.
9151         (gnus-summary-write-article-body-file): New function.
9152
9153 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * gnus-art.el (gnus-default-article-saver): Doc fix.
9156         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9157         from gnus-summary-save-article-coding-system, and default to a
9158         certain coding system.
9159         (gnus-output-to-file): Add coding cookie and encode text according
9160         to gnus-article-save-coding-system; don't use mm-append-to-file.
9161
9162         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9163         gnus-art.el and rename to gnus-article-save-coding-system.
9164         (gnus-summary-save-article): Require gnus-art; don't show all
9165         headers if it decodes articles; don't add coding cookie here;
9166         don't bind mm-text-coding-system-for-write.
9167         (gnus-summary-save-article-file): Save decoded articles.
9168         (gnus-summary-write-article-file): When saving many files, use
9169         gnus-summary-write-to-file first and gnus-summary-save-in-file
9170         thereafter unless gnus-prompt-before-saving is always.
9171         (gnus-summary-save-article-body-file): Save decoded articles.
9172
9173         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9174
9175 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9176
9177         * nnrss.el (nnrss-check-group): Bind hash-index.
9178
9179 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9180
9181         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9182         its hash index.  Store this hash in `nnrss-group-data'.
9183         (nnrss-read-group-data): Update accordingly.
9184
9185 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9186
9187         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9188         entry.
9189
9190         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9191         gnus-article-browse-html-article.
9192
9193 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9194
9195         * gnus-sum.el (gnus-summary-mime-map): Add
9196         gnus-article-browse-html-article.
9197
9198         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9199
9200 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9201
9202         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9203         suitable coding systems in customize.
9204
9205 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * mail-source.el (mail-sources): Fix custom type.
9208
9209 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9210
9211         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9212         (gnus-summary-expire-articles-now): Shorten prompt.
9213
9214         * gmm-utils.el (wid-edit): Require.
9215         (defun-gmm): Renamed from `gmm-defun-compat'.
9216         (gmm-image-search-load-path): Use it.
9217         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9218
9219 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9222         variable.
9223         (gnus-summary-save-article): Add optional `decode' argument.  If
9224         it is set and gnus-summary-save-article-coding-system is non-nil,
9225         save decoded article.
9226         (gnus-summary-write-article-file): Save decoded article if
9227         gnus-summary-save-article-coding-system is non-nil.
9228
9229         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9230         type.
9231
9232 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9235
9236 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9237
9238         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9239         first to test gnus-single-article-buffer which may be buffer-local.
9240
9241         * gnus-sum.el (gnus-summary-setup-buffer): Make
9242         gnus-single-article-buffer buffer-local and nil in ephemeral
9243         group; make gnus-article-buffer, gnus-article-current, and
9244         gnus-original-article-buffer always buffer-local.
9245         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9246         group.
9247         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9248
9249 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * nnml.el (nnml-request-compact-group): Compressed files might not
9252         have .gz extension.
9253
9254 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9255
9256         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9257         (mm-copy-to-buffer): Use with-current-buffer.
9258         (mm-display-part): Simplify.
9259         (mm-inlinable-p): Add optional arg `type'.
9260
9261 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9262
9263         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9264         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9265         Try harder to show the attachment internally or externally using
9266         gnus-mime-view-part-as-type.
9267
9268 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * message.el (message-from-style, message-signature-separator)
9271         (message-user-organization-file, message-send-mail-function)
9272         (message-citation-line-function, message-yank-prefix)
9273         (message-indent-citation-function, message-signature)
9274         (message-signature-file, message-signature-insert-empty-line):
9275         Remove autoloads.
9276
9277         * gnus-art.el (gnus-buttonized-mime-types): Remove
9278         "multipart/signed".  Revert 2006-04-26 change.
9279
9280 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9281
9282         * gnus.el (gnus-version-number): Bump version.
9283
9284 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9285
9286         * gnus.el: No Gnus v0.5 is released.
9287
9288 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9289
9290         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9291         fetching articles by message-id.
9292
9293 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * message.el (hashcash): Require hashcash as normal.
9296
9297         * ecomplete.el (ecomplete-highlight-match-line): Use
9298         point-at-eol.
9299         (ecomplete-highlight-match-line): Use `highlight', because that
9300         face exists in both Emacs and XEmacs.
9301
9302         * message.el (message-display-abbrev): Use point-at-bol.
9303
9304         * mail-source.el: Don't require timer/timer-funcs.
9305
9306         * gnus-async.el: Ditto.
9307
9308         * password.el: Ditto.
9309
9310         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9311
9312         * mm-url.el: Ditto.
9313
9314         * gnus-xmas.el: Don't require timer-funcs.
9315
9316         * mm-util.el: Require timer/timer-funcs.
9317
9318 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9319
9320         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9321         Close.
9322
9323 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9326         unibyte after clear-decrypt function runs.
9327
9328         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9329         returns as a unibyte string.
9330
9331 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * lpath.el: Revert.
9334
9335         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9336         (pgg-gpg-process-sentinel): Revert.
9337
9338         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9339         (pgg-pgp-lookup-key): Revert.
9340
9341         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9342         (pgg-pgp5-lookup-key): Revert.
9343
9344         * pgg.el (pgg-fetch-key): Revert.
9345
9346 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * lpath.el: Fbind string-as-multibyte for XEmacs.
9349
9350         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9351         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9352         (mml1991-pgg-encrypt): Ditto.
9353
9354         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9355         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9356         a multibyte buffer.
9357
9358         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9359         (pgg-pgp-lookup-key): Ditto.
9360
9361         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9362         (pgg-pgp5-lookup-key): Ditto.
9363
9364         * pgg.el (pgg-fetch-key): Ditto.
9365
9366 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9367
9368         * message.el (message-user-organization-file): Check several
9369         locations of the organization file.
9370
9371         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9372         Add gnus-article-view-part-as-type.
9373
9374         * gnus-art.el (gnus-article-view-part-as-type): New function.
9375
9376         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9377         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9378
9379         * mml.el: Simplify autoload.
9380         (mml-mode): defvar dnd-protocol-alist instead of using
9381         symbol-value.
9382         (mml-default-directory): New variable.
9383         (mml-minibuffer-read-file): Use it.
9384         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9385
9386         * message.el (message-citation-line-format): New variable.
9387         (message-insert-formated-citation-line): New function.
9388         (message-citation-line-function): Add
9389         `message-insert-formated-citation-line' to custom type.
9390
9391         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9392         to doc string.
9393
9394         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9395         depending on mm-verify-option.
9396
9397 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9398
9399         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9400         binding pgg-* variables; reimplement the section which prevents
9401         MIME header from being signed.
9402         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9403         pgg-text-mode; remove a blank line at the top of body.
9404
9405         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9406         lines at the top of body; use gnus-newsgroup-charset if there's no
9407         Charset header.
9408
9409 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9410
9411         * message.el (message-self-insert-commands): Doc fix.
9412
9413         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9414         (mm-uu-pgp-encrypted-test): Ditto.
9415         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9416         between header and body; return application/pgp-encrypted handle
9417         if decryption failed; decode decrypted body by charset.
9418
9419         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9420         element match to application/pgp-*.
9421
9422 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9423
9424         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9425         HTML.
9426
9427 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9428
9429         * mail-source.el (mail-source-call-script): Message the error
9430         string.
9431
9432 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9433
9434         * gnus-util.el (gnus-byte-compile): Use it.
9435
9436 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9437
9438         * gnus-util.el (kill-empty-logs): New function.
9439
9440 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9441
9442         * message.el (message-mail-alias-type): Doc fix.
9443         (message-mail-alias-type-p): New function.
9444         (message-send): Use it.
9445         (message-mode): Ditto.
9446         (message-strip-forbidden-properties): Ditto.
9447
9448         * ecomplete.el (ecomplete-database-file-coding-system): New
9449         variable.
9450         (ecomplete-save): Use it.
9451         (ecomplete-setup): Use it.
9452
9453 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * message.el (message-self-insert-commands): New variable.
9456         (message-strip-forbidden-properties): Use it.
9457
9458 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9459
9460         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9461         that doesn't make XEmacs choke.
9462
9463 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9464
9465         * gnus-util.el (gnus-replace-in-string):
9466         Prefer replace-regexp-in-string over of replace-in-string.
9467
9468 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * gnus-util.el (gnus-select-frame-set-input-focus):
9471         Use select-frame-set-input-focus if it is available in XEmacs; use
9472         definition defined in Emacs 22 for old Emacsen.
9473
9474         * dgnushack.el: Autoload unmorse-region for XEmacs.
9475
9476         * lpath.el: Bind cursor-in-non-selected-windows and
9477         select-frame-set-input-focus for XEmacs.
9478
9479 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9482
9483 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9484
9485         * gnus-registry.el (gnus-registry-cache-save): Remove text
9486         properties when saving via the temp buffer.
9487
9488 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * message.el (message-generate-hashcash): Honor custom type.
9491
9492 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9493
9494         * message.el (message-generate-hashcash): Default to non-nil when
9495         hashcash is found.
9496
9497         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9498         (gnus-refer-thread-limit): Increase default to 500.
9499
9500         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9501
9502         * flow-fill.el (fill-flowed): Allow delete-space.
9503
9504 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9505
9506         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9507         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9508         Remove autoloads.
9509
9510 2006-04-18  Simon Josefsson  <jas@extundo.com>
9511
9512         * message.el (message-generate-hashcash): Default to.
9513
9514 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9517         concatenating segments rather than before concatenating them.
9518
9519 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9522
9523 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9524
9525         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9526
9527         * message.el (message-forward-make-body-plain): Allow
9528         message-forward-ignored-headers to be a list.
9529         (message-remove-ignored-headers): Factor out into function.
9530         (message-forward-make-body-mml): Use it.
9531
9532         * imap.el (imap-quote-specials): New function.
9533         (imap-login-auth): Quote specials.
9534
9535         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9536         (rfc2231-parse-string): Allow concatanation of parameters that
9537         aren't contiguous.  The test case is
9538           (mail-header-parse-content-type "message/external-body;
9539             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9540             access-type=LOCAL-FILE;
9541             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9542
9543 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9544
9545         * nntp.el (nntp-accept-process-output): Return the value of
9546         `nnheader-accept-process-output'.
9547
9548 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9551         (gnus-button-alist): Recognize more diff formats.
9552         (gnus-button-patch): Strip directory.
9553
9554 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9557         Emacs 22 when setting focus.
9558
9559 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9560
9561         * gnus-art.el (gnus-article-treat-types): Do treatment of
9562         text/x-verbatim parts.
9563         (gnus-button-patch): New command.
9564
9565         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9566         addresses that contain invalid characters.
9567
9568 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * message.el (message-put-addresses-in-ecomplete): Use
9571         gnus-replace-in-string.
9572         (message-is-yours-p): Use the more correct
9573         mail-header-parse-address instead of
9574         mail-extract-address-components.
9575         (message-put-addresses-in-ecomplete): Fix typo.
9576
9577         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9578         keystroke.
9579
9580         * gnus-art.el (gnus-treatment-function-alist): Change order of
9581         newsgroups/generic header folding to avoid double-folding.
9582
9583         * message.el (message-hidden-headers): Add X-Draft-From.
9584
9585         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9586         command.
9587         (gnus-summary-repeat-search-article-backward): New command.
9588
9589         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9590         groups in the parent topic.
9591
9592 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9593
9594         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9595         (spam-extra-header-to-number): Return the CRM114 number as a
9596         number instead of a string.
9597
9598 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599
9600         * gnus-art.el (gnus-face-properties-alist): Moved here from
9601         gnus-fun.
9602
9603         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9604
9605 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9606
9607         * message.el (message-strip-forbidden-properties): Only display on
9608         self-insert-command.
9609
9610         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9611         reindent.
9612         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9613
9614 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9615
9616         * smiley.el (smiley-style): Fix typo.
9617
9618 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9619
9620         * hashcash.el (hashcash-insert-payment-async-2): Use
9621         message-goto-eoh instead of doing it manually.
9622         (mail-add-payment): Use message-narrow-to-header instead of trying
9623         to do the same itself.
9624
9625         * message.el (message-hidden-headers): Add Face.
9626
9627         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9628         reparenting code.
9629         (gnus-summary-reparent-children): Refactored out code.
9630         (gnus-summary-thread-map): New keystroke.
9631         (gnus-summary-reparent-children): Make into command.
9632
9633         * smiley.el (smiley-style): Default to `medium' if using a large
9634         font.
9635
9636         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9637         does it itself.
9638
9639         * message.el (message-point-in-header-p): Simplify definition.
9640
9641 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9642
9643         * nnagent.el (nnagent-request-set-mark): Silence log file
9644         writing.
9645         (nnagent-request-set-mark): Use write-region instead of
9646         append-to-file.
9647
9648         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9649         strange select method.
9650
9651         * ecomplete.el (ecomplete-display-matches): Get highlightling
9652         right.
9653         (ecomplete-display-matches): Use literals.
9654         (ecomplete-display-matches): Disable message logging.
9655
9656         * message.el (message-display-abbrev): Small optimization.
9657
9658         * ecomplete.el (ecomplete-display-matches): Allow automatic
9659         display.
9660
9661         * message.el (message-strip-forbidden-properties): Display
9662         abbrevs.
9663         (message-display-abbrev): Get automatic display right.
9664
9665         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9666         keystrokes.
9667
9668 2006-04-13  Romain Francoise  <romain@orebokech.com>
9669
9670         TODO: Backport to v5-10!
9671
9672         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9673         Moved here (and renamed) from gnus-registry.el.
9674
9675         * gnus-registry.el: Require gnus-util.
9676         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9677
9678 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9679
9680         * gnus-group.el (gnus-group-catchup-current): Change
9681         if-then-else-if-then-else into cond.
9682         (gnus-group-catchup): Indent.
9683         (group-name-at-point): New function.
9684         (gnus-fetch-group): Provide default from thing at point.
9685
9686 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9687
9688         * message.el (message-display-abbrev): Fix regexp.
9689
9690         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9691         choosing.
9692         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9693         dead variables.
9694
9695         * message.el (message-newline-and-indent): Remove debugging.
9696         (message-display-abbrev): Use new implementation.
9697
9698 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * gnus-art.el (gnus-article-mode): Set
9701         cursor-in-non-selected-windows to nil.
9702
9703         * smiley.el: Revert previous change.
9704         (smiley-data-directory): defvar it before using it in the
9705         defcustom of `smiley-style'.
9706
9707 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708
9709         * message.el (message-newline-and-indent): New function.
9710
9711         * ecomplete.el: Implement more bits.
9712
9713         * message.el (message-put-addresses-in-ecomplete): Clean up the
9714         string.
9715
9716         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9717
9718         * gnus-sum.el (gnus-summary-save-parts): Bind
9719         gnus-summary-save-parts-counter and use it to make unique file
9720         names.
9721
9722         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9723
9724         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9725         parameter to say whether to actually parse the individual
9726         addresses.
9727
9728         * message.el (message-put-addresses-in-ecomplete): New function.
9729         (ecomplete): Require.
9730         (message-mail-alias-type): Add ecomplete as an option.
9731
9732 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9733
9734         * flow-fill.el (fill-flowed): Remove trailing space from blank
9735         quoted lines.
9736
9737 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9738
9739         * smiley.el (smiley-style): Move definition later to avoid a
9740         compilation warning.
9741
9742 2006-04-12  Kenichi Handa  <handa@m17n.org>
9743
9744         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9745         buffer and then decode the buffer text if necessary.
9746         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9747         first, and after mm-encode-body, change the buffer to unibyte.
9748         Use mm-disable-multibyte instead of set-buffer-multibyte.
9749
9750 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9753         Content-Type header instead of Content-Disposition header.
9754         (gnus-mime-inline-part): Ditto.
9755         (gnus-mime-view-part-as-charset): Ignore charset that the part
9756         specifies.
9757
9758         * mm-decode.el (mm-display-part): Work with external parts and
9759         usual parts similarly.
9760
9761         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9762         instead of gnus-display-mime.
9763
9764         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9765         instead of with-temp-buffer.
9766
9767         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9768         tag to summarized topics part in order to encode non-ASCII text.
9769
9770 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * smiley.el (smiley-style): New variable.
9773         (smiley-directory): New function.
9774         (smiley-data-directory): Derive from `smiley-style' using
9775         `smiley-directory'.
9776         (smiley-regexp-alist): Add new entries.
9777
9778         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9779         (gnus-article-browse-delete-temp): Add :version.
9780
9781 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9782
9783         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9784         the sieve region.
9785
9786 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * gnus.el (gnus-version-number): Bump version.
9789
9790 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * gnus.el: No Gnus v0.4 is released.
9793
9794 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9797         layout.
9798
9799         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9800         unknown charset.
9801
9802         * message.el (message-header-synonyms): Add Original-To to the
9803         default.
9804
9805         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9806         optional parameter.
9807
9808 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9809
9810         * gnus-fun.el (gnus): Require it for gnus-directory.
9811
9812 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9815
9816 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9817
9818         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9819
9820 2006-04-05  Simon Josefsson  <jas@extundo.com>
9821
9822         * password.el (password-reset): New function.
9823
9824 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9825
9826         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9827         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9828
9829 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9830
9831         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9832         Some whitespace was matched into the url, which broke browsing hits
9833         > 100 when mm-url-use-external was nil.
9834
9835 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9838         gnus-extra-headers for 'Newsgroups.
9839
9840         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9841         bound.
9842
9843 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9844
9845         * pgg-gpg.el: Clean up process buffers every time gpg processes
9846         complete.
9847
9848 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9849
9850         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9851         doc string.
9852
9853 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9854
9855         * pgg-gpg.el (pgg-gpg-process-filter)
9856         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9857
9858         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9859         lines, temporary fix.
9860
9861 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9862
9863         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9864
9865 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9866
9867         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9868         default-enable-multibyte-characters.  This reverts the change from
9869         revision 6.17 which is no longer necessary because the passphrase
9870         is sent separately now.  GnuPG messages are unreadable under
9871         multibyte locales with default-enable-multibyte-characters set to
9872         nil.
9873
9874 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * message.el (message-tool-bar-gnome): Move "spell".
9877
9878 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9881         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9882         instead.
9883
9884 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9885
9886         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9887         newsgroups handling for NNTP overviews which don't include
9888         Newsgroups.
9889
9890 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9891
9892         * message.el (message-resend): Bind message-generate-hashcash to nil.
9893
9894 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9895
9896         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9897         when searching for already-paid recipients.
9898
9899 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9900
9901         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9902         passphrases when it is not needed.
9903         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9904         passphrase stuff from gpg, should only be necessary when you use
9905         gpg with a smartcard.
9906
9907 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9908
9909         * mml.el (mml-insert-mime): Ignore cached contents of
9910         message/external-body part.
9911
9912         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9913         (mm-insert-part): Ditto.
9914
9915 2006-03-23  Simon Josefsson  <jas@extundo.com>
9916
9917         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9918         Reiner.
9919         (pgg-gpg-use-agent-p): Use it again.
9920
9921 2006-03-23  Simon Josefsson  <jas@extundo.com>
9922
9923         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9924         older emacsen.
9925         (pgg-gpg-use-agent-p): Don't use it.
9926
9927 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9928
9929         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9930         if we can.
9931
9932 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9933
9934         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9935         (pgg-gpg-update-agent): New function.
9936         (pgg-gpg-use-agent-p): New function.
9937         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9938         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9939         (pgg-gpg-sign-region): Use it.
9940
9941 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9942
9943         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9944         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9945
9946 2006-03-21  Simon Josefsson  <jas@extundo.com>
9947
9948         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9949         <wilde@sha-bang.de>.
9950         (pgg-gpg-use-agent): New variable.
9951         (pgg-gpg-process-region): Use it.
9952         (pgg-gpg-encrypt-region): Likewise.
9953         (pgg-gpg-encrypt-symmetric-region): Likewise.
9954         (pgg-gpg-decrypt-region): Likewise.
9955         (pgg-gpg-sign-region): Likewise.
9956         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9957
9958 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9961
9962         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9963         Add comment on version.
9964
9965 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9966
9967         * smiley.el: Add missing test smiley.
9968
9969 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9970
9971         * mm-decode.el (mm-with-part): New macro.
9972         (mm-get-part): Use it; work with message/external-body as well.
9973         (mm-save-part): Treat name and filename equally.
9974
9975         * mm-extern.el (mm-extern-cache-contents): New function.
9976         (mm-inline-external-body): Use it; force the part to be displayed;
9977         move undisplayer added to the cached handle to the parent.
9978
9979         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9980         (gnus-mime-view-part-as-type): Work with message/external-body.
9981
9982         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9983
9984 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9985
9986         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9987         images in image-load-path.  [Sync with image.el, revision 1.60, in
9988         Emacs.]
9989
9990 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9991
9992         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9993         path rather than symbol.  Always return list of directories.
9994         Guarantee that image directory comes first.  [Sync with image.el,
9995         revision 1.59, in Emacs.]
9996
9997         * message.el (message-make-tool-bar): Adjust to new API of
9998         `gmm-image-load-path-for-library'.
9999
10000         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10001
10002         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10003
10004 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10005
10006         * gnus-art.el (gnus-article-only-boring-p):
10007         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10008         intangible text.
10009         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10010
10011 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10012
10013         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10014         `defun' instead of `gmm-defun-compat'.
10015
10016 2006-03-14  Simon Josefsson  <jas@extundo.com>
10017
10018         * message.el (message-unique-id): Don't use message-number-base36
10019         if (user-uid) is a float.
10020         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10021
10022 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10025
10026         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10027         empty line between a part and a message part.
10028
10029 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10030
10031         * smiley.el: Add more test smileys.
10032         (smiley-data-directory, smiley-regexp-alist)
10033         (gnus-smiley-file-types): Fix doc strings.
10034         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10035         adding new elements.
10036         (smiley-mouse-map): Unused code.  Make it a comment.
10037
10038 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10039
10040         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10041         scan latest NoCeM messages instead of old ones.
10042         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10043         delimiters that are recently used.
10044         (gnus-nocem-load-cache): Add autoload cookie.
10045
10046         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10047
10048         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10049         level which is larger than gnus-use-nocem is specified.
10050
10051         * gnus-group.el (gnus-group-get-new-news): Ditto.
10052
10053 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * gnus-util.el (gnus-tool-bar-update): New function.
10056
10057         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10058         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10059
10060         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10061
10062         * gnus-group.el (gnus-group-redraw-when-idle)
10063         (gnus-group-redraw-check): Remove.
10064         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10065
10066 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10067
10068         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10069         if optional last element is specified in splits (FIELD VALUE...).
10070
10071 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10072
10073         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10074         to gmm-image-load-path-for-library.  Call with no-error argument.
10075         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10076
10077         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10078
10079         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10080
10081         * gmm-utils.el (gmm-image-load-path): Remove alias.
10082
10083 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * gmm-utils.el (gmm-image-load-path): Add alias.
10086
10087         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10088         nnml-generate-nov-databases-1.
10089         (nnml-generate-nov-databases): Use it.
10090         (nnml-generate-nov-databases-directory): Document no-active
10091         argument.
10092
10093         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10094         directory if path is t.  Add no-error.
10095
10096         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10097         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10098
10099         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10100         resetting gnus-article-browse-html-temp-list.
10101
10102         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10103         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10104         Add example to docstring.  Rename local variables.  Move error
10105         checks to default case in cond and simplify.
10106
10107 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10108
10109         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10110         handle is multipart when calling it recursively.
10111         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10112
10113 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10114
10115         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10116         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10117
10118 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10121         is loaded.
10122
10123         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10124         loaded.
10125
10126 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10127
10128         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10129         to "Emacs 23 (unicode)" in doc string.
10130
10131         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10132         "Emacs 23 (unicode)" in comment.
10133
10134 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10137
10138         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10139         characters 160 through 255 in Emacs 23.
10140
10141 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10142
10143         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10144         gnus-article-browse-html-temp.
10145         (gnus-article-browse-delete-temp): Make it customizable.  Add
10146         `file'.  Adjust doc string.
10147         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10148         query for each file.  Adjust doc string.
10149         (gnus-article-browse-html-parts): Add
10150         `gnus-article-browse-delete-temp-files' to
10151         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10152
10153 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10154
10155         * gnus-art.el (gnus-article-browse-html-temp)
10156         (gnus-article-browse-delete-temp): New variables.
10157         (gnus-article-browse-delete-temp-files): New function.
10158         (gnus-article-browse-html-parts): Use it.
10159
10160 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10161
10162         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10163
10164         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10165         string.
10166
10167         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10168         gnus-summary-insert-new-articles when unplugged.  Remove
10169         gnus-summary-search-article-forward.
10170
10171         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10172         display-visual-class instead of display-color-cells.
10173
10174 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * dgnushack.el: Autoload customize-group for XEmacs.
10177
10178         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10179         message/* containing non-ASCII text properly.
10180
10181 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10182
10183         * message.el: Require gmm-utils, remove autoloads.
10184         (message-tool-bar): Set default based on
10185         gmm-tool-bar-style.
10186         (message-tool-bar-gnome): Add gmm-customize-mode.
10187
10188         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10189         gmm-tool-bar-style.
10190         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10191
10192         * gnus-group.el (gnus-group-tool-bar): Set default based on
10193         gmm-tool-bar-style.
10194         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10195
10196         * gmm-utils.el (gmm-image-directory): Rename variable from
10197         gmm-image-load-path.
10198         (gmm-image-load-path): Use gmm-image-directory.
10199         (gmm-customize-mode): New function.
10200         (gmm-tool-bar-style): New variable.
10201
10202         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10203         gnus-group-redraw-line-number.
10204         (gnus-group-redraw-check): Simplify.
10205         (gnus-group-tool-bar-update): Remove redraw check.
10206         (gnus-group-make-tool-bar): Add redraw check.
10207
10208 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10209
10210         * gnus-art.el (gnus-button): Add missing parentheses.
10211
10212 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * lpath.el: Fbind line-number-at-pos.
10215
10216 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10219
10220 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * gnus-art.el (gnus-button): New face.
10223         (gnus-article-button-face): Use it.
10224
10225         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10226         gnus-summary-next-page.  Re-order.
10227
10228         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10229         next-node are now included.
10230         (gnus-group-redraw-line-number): New internal variable.
10231         (gnus-group-redraw-check): Helper function for updating the tool
10232         bar.
10233         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10234
10235         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10236
10237         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10238         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10239         Use it to match format of Spamassassin 3.0 and later.  Reported by
10240         IRIE Tetsuya <irie@t.email.ne.jp>.
10241         (spam-check-bogofilter)
10242         (spam-bogofilter-register-with-bogofilter): Fix args of
10243         `gnus-error' calls.
10244
10245 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10246
10247         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10248         unnecessary interaction when sending queued mails.  Reported by
10249         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10250
10251 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10252
10253         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10254         first or last are nil.
10255
10256 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10257
10258         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10259
10260 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10261
10262         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10263
10264 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10265
10266         * dns.el (query-dns): Protect more against buggy tcp output.
10267
10268 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10271         nov.php.
10272
10273 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10274
10275         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10276         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10277         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10278         output on the server side.
10279         (nnweb-google-create-mapping): Update regexps and add some
10280         progress indication.
10281
10282 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10283
10284         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10285         gnus-agent-toggle-plugged.  Re-order icons.
10286         (gnus-group-tool-bar-gnome): Add
10287         gnus-group-{prev,next}-unread-group.
10288         (gnus-group-tool-bar-gnome): Re-order icons.
10289
10290         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10291         gnus-summary-insert-new-articles.
10292
10293         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10294         comments.
10295
10296         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10297         also available in Emacs 21.3.
10298
10299         * message.el (message-fix-before-sending): Change "Emacs 22" to
10300         "Emacs 23 (unicode)" in comment.
10301
10302         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10303         "Emacs 23 (unicode)" in comment.
10304
10305         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10306         comment.
10307         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10308
10309         * mm-view.el (mm-fill-flowed): Add :version.
10310
10311 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10314         and load-path.
10315
10316 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10317
10318         * message.el: Autoload gmm-image-load-path.
10319         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10320         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10321         consitency.
10322
10323         * gmm-utils.el (gmm-image-load-path): Also search in
10324         "../etc/images".  Don't set gmm-image-load-path if we don't find
10325         the image.
10326
10327 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * gmm-utils.el (gmm-image-load-path): Don't make
10330         `gmm-image-load-path' include subdirectories which the second arg
10331         `image' might specify.
10332
10333         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10334         subdirectory to icon file names.
10335
10336         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10337
10338 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10339
10340         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10341         gmm-image-load-path calls.
10342
10343         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10344
10345         * message.el (message-make-tool-bar): Ditto.
10346
10347         * mml.el (mml-preview): Added comment concerning tool bar icons.
10348
10349         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10350         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10351
10352         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10353         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10354
10355         * message.el (message-tool-bar-gnome): Use new icon names.
10356         (message-make-tool-bar): Use `gmm-image-load-path'.
10357
10358         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10359         functions from MH-E.
10360         (gmm-image-load-path): New variable from MH-E.
10361         (gmm-image-load-path): New function from MH-E.  Added arguments
10362         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10363         *-image-load-path-called-flag.
10364
10365 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10366
10367         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10368
10369 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10370
10371         * nnimap.el (nnimap-request-move-article): Change folder back to
10372         source group before deleting.
10373
10374 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10377
10378         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10379         mm-url.
10380
10381         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10382
10383 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10386         coding system which mm-charset-to-coding-system returns for a
10387         given charset is valid.
10388
10389 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10390
10391         * html2text.el (html2text-remove-tag-list):
10392         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10393
10394 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10395
10396         * gnus-cus.el: Revert 2005-10-17 change.
10397
10398 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10399
10400         * gnus-art.el (article-strip-banner): Call
10401         article-really-strip-banner only when the regexp match is made.
10402
10403 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * gnus-art.el (article-strip-banner): Use
10406         gnus-extract-address-components instead of
10407         mail-header-parse-addresses to make it work with non-ASCII text;
10408         remove mail-encode-encoded-word-string.
10409
10410         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10411         values which are surrounded with \"...\"; make it never cause a
10412         Lisp error; give up parsing of parameters if it failed in
10413         extracting type.
10414
10415 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10416
10417         * smime.el (smime-cert-by-ldap-1): Fix bug where
10418         `smime-ldap-search' returns results without userCertificates.
10419
10420 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10423
10424 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * spam.el (spam-check-spamassassin-headers): Adapt format for
10427         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10428         <ari@mbf.ocn.ne.jp>.
10429         (spam-list-of-processors): Add spam-use-gmane.
10430
10431 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10434         make-temp-file; make it work with XEmacs as well.
10435
10436         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10437         mm-make-temp-file.
10438
10439         * mm-decode.el (mm-display-external): Use the 3rd arg of
10440         mm-make-temp-file.
10441         (mm-create-image-xemacs): Ditto.
10442
10443 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10446         with message-narrow-to-headers.
10447         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10448         (gnus-draft-check-draft-articles): New function.
10449         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10450
10451 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * gnus-art.el (gnus-article-browse-html-parts):
10454         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10455         Don't use suffix argument for mm-make-temp-file for Emacs 21
10456         compatibility.  Remove useless `format'.
10457
10458 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10459
10460         * nnweb.el (nnweb-google-wash-article): Update regexps.
10461         (nnweb-group-alist): Use defvoo instead of defvar.
10462
10463 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10466         re-loading nn* modules.
10467
10468 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10469
10470         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10471         for `tool-bar-mode' and don't check it's default-value.
10472
10473         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10474
10475         * message.el (message-make-tool-bar): Ditto.
10476
10477         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10478         `substring'.  Shorten tmp-file name.
10479
10480         * gnus.el: Remove bogus comment.
10481
10482 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10483
10484         * gnus-art.el (gnus-article-browse-html-parts): New function.
10485         (gnus-article-browse-html-article): New function for viewing html
10486         articles with a browser.
10487
10488 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10489
10490         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10491         in elisp.
10492         (pgg-gpg-encrypt-symmetric-region): Ditto.
10493         (pgg-gpg-sign-region): Ditto.
10494
10495         * pgg-def.el (pgg-text-mode): New variable.
10496
10497         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10498         (mml2015-pgg-encrypt): Ditto.
10499
10500         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10501         (mml1991-pgg-encrypt): Ditto.
10502
10503 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10504
10505         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10506         message-make-date instead of current-time-string.
10507
10508         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10509         to gnus-decoded which mm-uu might set.
10510
10511 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10514         don't decode quoted parameters; remove misimported Emacs code.
10515         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10516         (rfc2231-decode-encoded-string): Don't use split-string which
10517         behaves differently according to Emacs version; use
10518         mm-decode-coding-region to convert charset to coding-system.
10519         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10520         (rfc2231-encode-string): Remove misimported Emacs code.
10521
10522 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10523
10524         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10525         when calling mail-header-parse-content-type.
10526         (article-de-quoted-unreadable): Ditto.
10527         (article-de-base64-unreadable): Ditto.
10528         (article-wash-html): Ditto.
10529
10530         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10531         calling mail-header-parse-content-type and
10532         mail-header-parse-content-disposition.
10533         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10534         mail-header-parse-content-type.
10535
10536         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10537         insert charset and format parameters; encode description after
10538         inserting it to buffer.
10539         (mml-insert-parameter): Fold lines properly even if a parameter is
10540         segmented into two or more lines; change the max column to 76.
10541
10542         * rfc1843.el (rfc1843-decode-article-body): Don't use
10543         ignore-errors when calling mail-header-parse-content-type.
10544
10545         * rfc2231.el (rfc2231-parse-string): Return at least type if
10546         possible; don't cause an error even if it fails in parsing of
10547         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10548         (rfc2231-encode-string): Don't break lines at the beginning, leave
10549         it to mml-insert-parameter.
10550
10551         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10552         calling mail-header-parse-content-type.
10553
10554 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10555
10556         * spam-report.el (spam-report-gmane-use-article-number):
10557         Improve doc string.
10558         (spam-report-gmane-internal): Check if a suitable header was found
10559         in the article.
10560
10561 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10564         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10565
10566 2006-02-05  Romain Francoise  <romain@orebokech.com>
10567
10568         Update copyright notices of all files in the gnus directory.
10569
10570 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10571
10572         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10573
10574 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10577         segmented lines of parameter value to cope with Thunderbird 1.5
10578         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10579         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10580         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10581
10582 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10583
10584         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10585         parts.
10586
10587 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10588
10589         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10590         there's only one active file for all servers.
10591         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10592         solid groups.  Gnus might have used a FAST request to select the group.
10593         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10594         and nnweb-search redundantly in the active file.
10595         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10596         (nnweb-request-create-group): Don't use ARGS.
10597         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10598         initialisations.  Let nnoo do the work.
10599
10600 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10603         Say the part has been decoded.
10604
10605         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10606
10607 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10608
10609         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10610         mailcap-viewer-test-cache when there's no 'test clause, since that
10611         will invert the meaning of a "nil" test previously determined by
10612         mailcap-mailcap-entry-passes-test.
10613
10614 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10617         compiling.
10618
10619         * gnus-sum.el: Ditto.
10620
10621         * message.el: Don't bind tool-bar-map when compiling.
10622
10623 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10624
10625         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10626
10627 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10628
10629         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10630         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10631         current Google Groups.
10632
10633 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10634
10635         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10636         and tool-bar-mode.
10637
10638         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10639         and tool-bar-mode.
10640
10641         * message.el (message-tool-bar-update): Simplify.
10642         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10643
10644         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10645         gnus-summary-buffer.
10646         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10647         gnus-summary-reply.
10648
10649         * gmm-utils.el (gmm): Add :version.
10650
10651 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10652
10653         * Makefile.in (clean): New rule.
10654         (distclean): Use it.
10655
10656 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10657
10658         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10659         autoload.
10660
10661 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gmm-utils.el (gmm-verbose): Add :group.
10664
10665 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * message.el: Change some comments WRT tool-bars.
10668
10669         * gnus-sum.el (gnus-summary-tool-bar)
10670         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10671         (gnus-summary-tool-bar-zap-list): New variables.
10672         (gnus-summary-make-tool-bar): Complete rewrite using
10673         `gmm-tool-bar-from-list'.
10674
10675         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10676         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10677         variables.
10678         (gnus-group-make-tool-bar): Complete rewrite using
10679         `gmm-tool-bar-from-list'.
10680         (gnus-group-tool-bar-update): New function.
10681
10682         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10683
10684 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10685
10686         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10687         is dissected into a single part of which the type is the same as
10688         the given one; decode charset.
10689
10690 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10691
10692         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10693         into alists as symbol not string, since that's what
10694         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10695         look for.
10696
10697 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10700         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10701
10702         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10703
10704 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10707         (gnus-xmas-mime-security-button-menu): New function.
10708
10709         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10710         (gnus-mime-security-button-menu): New definition.
10711         (gnus-mime-security-button-map): Use them.
10712         (gnus-mime-security-button-menu): New function.
10713         (gnus-insert-mime-security-button): Addition to help echo.
10714         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10715         (gnus-mime-security-pipe-part): New functions.
10716
10717         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10718         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10719
10720         * mm-decode.el (mm-handle-set-disposition): Remove.
10721         (mm-handle-set-description): Remove.
10722
10723 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10726         (mm-w3m-standalone-supports-m17n-p): New function.
10727         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10728         w3m usage.
10729
10730         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10731         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10732
10733 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10734
10735         * message.el (message-tool-bar-zap-list): Use
10736         gmm-tool-bar-zap-list as custom type.
10737         (message-tool-bar-update): New function.
10738         (message-tool-bar, message-tool-bar-gnome)
10739         (message-tool-bar-retro): Add message-tool-bar-update.
10740         (message-tool-bar-gnome): Add flyspell-buffer.
10741
10742         * gnus-util.el (gnus-error): Describe `args'.
10743
10744         * gmm-utils.el (gmm-error): Describe `args'.
10745         (gmm-tool-bar-zap-list): New widget.
10746         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10747
10748 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10751         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10752         the number of recursive calls.
10753
10754         * mm-decode.el (mm-handle-set-disposition): New macro.
10755         (mm-handle-set-description): New macro.
10756
10757 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10760         encoding.
10761
10762 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10763
10764         * message.el (message-tool-bar-zap-list, message-tool-bar)
10765         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10766         (message-tool-bar-local-item-from-menu): Remove.
10767         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10768         (message-make-tool-bar): New function.
10769         (message-mode): Use `message-make-tool-bar'.
10770
10771         * gmm-utils.el: New file.
10772         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10773         (gmm-lazy): New widget copied from `nnmail.el'.
10774         (gmm-tool-bar-from-list): New function for creating customizable
10775         tool bars.
10776         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10777         output.
10778         (gmm): Add :prefix to defgroup.
10779
10780 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10781
10782         * gmm-utils.el (gmm-widget-p): New function.
10783
10784 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10785
10786         * mml.el (mml-attach-file): Describe `description' in doc string.
10787         (mml-menu): Add Emacs MIME manual and PGG manual.
10788
10789 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10790
10791         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10792
10793 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10794
10795         * nntp.el (nntp-end-of-line): Doc fix.
10796
10797 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10798
10799         * imap.el (imap-open): Handle case where buffer is a buffer
10800         object.
10801
10802 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10803
10804         * gnus-delay.el (gnus-delay): Don't autoload.
10805         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10806         to be re-loaded when customizing the `gnus-delay' group.
10807
10808 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10809
10810         * message.el (message-insert-citation-line): Use newlines.
10811
10812 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10813
10814         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10815         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10816         these routines, so the passphrase can be managed externally and
10817         passed in to the system.
10818         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10819         pgg-add-passphrase-to-cache function.
10820
10821         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10822         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10823         these routines, so the passphrase can be managed externally and
10824         passed in to the system.
10825         (pgg-pgp5-sign-region): Use new name of
10826         pgg-add-passphrase-to-cache function.
10827
10828 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10829
10830         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10831         part of the decoded armor to find the key-identifier.
10832         (pgg-gpg-lookup-key-owner): New function to return the
10833         human-readable identifier of a key owner.
10834         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10835         itself.
10836         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10837         the key value) if we have a key and can match it against a secret
10838         key.  Also, added a note pointing out fact that the prompt only
10839         indicates the first matching key.
10840
10841         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10842         pgg-decrypt-region.
10843         (pgg-add-passphrase-to-cache): Rename from
10844         `pgg-add-passphrase-cache' to reduce confusion (all callers
10845         changed).
10846         (pgg-remove-passphrase-from-cache): Rename from
10847         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10848         changed).
10849         (pgg-read-passphrase, pgg-add-passphrase-cache)
10850         (pgg-remove-passphrase-cache): Add informative docstrings.
10851         (pgg-decrypt): Convey provided passphrase in subordinate call to
10852         pgg-decrypt-region.
10853
10854 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10855
10856         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10857         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10858         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10859         'passphrase' argument, so the passphrase can be managed externally
10860         and then passed in to the system.
10861
10862         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10863         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10864         so the passphrase cache can be used reliably with identifiers
10865         besides a pgp packet's key id.
10866
10867         * pgg-gpg.el (pgg-gpg-encrypt-region)
10868         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10869         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10870         these routines, so the passphrase can be managed externally and
10871         passed in to the system.
10872
10873         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10874         'notruncate' argument, so the passphrase cache can be used
10875         reliably with identifiers besides a pgp packet's key id.
10876
10877 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10878
10879         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10880         symmetric encryption.
10881         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10882         encrypted session key.
10883         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10884         message ask for the passphrase in a proper way.
10885
10886         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10887         New user commands for symmetric encryption.
10888
10889 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10890
10891         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10892
10893         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10894
10895 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10896
10897         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10898
10899 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * mm-decode.el (mm-inlined-types): Add application/pgp.
10902         (mm-automatic-display): Ditto.
10903
10904         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10905         part as text.
10906
10907 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * nnrss.el: Update copyright.
10910         (nnrss-opml-import): Query whether to subscribe to each entry.
10911
10912         * gnus-art.el:
10913         * gnus-sum.el:
10914         * gnus-xmas.el:
10915         * messagexmas.el:
10916         * mm-uu.el:
10917         * mm-view.el: Update copyright.
10918
10919 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * message.el (message-info): New function.
10922         (message-mode-menu): Add it.
10923         Update copyright.
10924
10925         * ChangeLog: Fix and update copyright.
10926
10927 2006-01-13  Romain Francoise  <romain@orebokech.com>
10928
10929         * message.el (message-forward-subject-name-subject): Prefer the
10930         address to 'nowhere' if the sender has no name.
10931         Fix typo.  Update copyright year.
10932
10933 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * gnus-art.el (article-wash-html): Use
10936         gnus-summary-show-article-charset-alist if a numeric arg is given.
10937         (gnus-article-wash-html-with-w3m-standalone): New function.
10938
10939         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10940         mm-inline-text-html-render-with-w3m-standalone.
10941         (mm-text-html-washer-alist): Map w3m-standalone to
10942         gnus-article-wash-html-with-w3m-standalone.
10943         (mm-inline-text-html-render-with-w3m-standalone): New function.
10944
10945 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10948         Improve LaTeX.
10949
10950 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10953         (nnrss-request-article): Render text/plain parts as HTML.
10954
10955         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10956         the buffer.
10957
10958 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10961         custom definition of `gnus-posting-styles'.
10962
10963         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10964         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10965
10966 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10969         Use nntp for bug archive.
10970
10971 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10974         parts.
10975         (nnrss-normalize-date): New function converts ISO 8601 date into
10976         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10977         (nnrss-check-group): Use it.
10978
10979 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10982
10983         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10984         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10985         (nnrss-insert-w3): Ditto.
10986
10987 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10990         the articles to be forwarded including the case where neither a
10991         number of articles nor a region is specified.
10992
10993 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10994
10995         * nnrss.el (nnrss-request-article): Fix last change; fill
10996         text/plain parts.
10997
10998 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10999
11000         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11001         in text/plain part.
11002         (nnrss-check-group): Don't add excessive newline to dc:subject.
11003
11004 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11005
11006         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11007         article.
11008
11009 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11012         (nnml-use-compressed-files, nnml-save-mail): Support other
11013         comression programs such as bzip2.
11014
11015 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016
11017         * dns.el (query-dns): Make sure we check the buffer size before
11018         removing tcp headers.
11019
11020 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11023         remove MIME buttons associated with multipart/alternative parts.
11024         (gnus-mime-display-alternative): Tag buttons using `article-type'
11025         text property.
11026
11027         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11028         associated with multipart/alternative parts.
11029
11030         * gnus-art.el (gnus-signature-separator): Fix custom type.
11031
11032         * mm-decode.el (mm-inlined-types): Fix custom type.
11033         (mm-keep-viewer-alive-types): Ditto.
11034         (mm-automatic-display): Ditto.
11035         (mm-attachment-override-types): Ditto.
11036         (mm-inline-override-types): Ditto.
11037         (mm-automatic-external-display): Ditto.
11038
11039 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11040
11041         * spam-report.el (spam-report-user-mail-address)
11042         (spam-report-user-agent): New variables.
11043         (spam-report-url-ping-plain): Use spam-report-user-agent.
11044
11045 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11046
11047         * gnus-art.el (gnus-button-handle-custom): Do not just use
11048         `customize-apropos' for any "M-x customize-*" button but the
11049         function called for.  Accept both the function name and its
11050         argument in order to achieve this.
11051         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11052         function name to `gnus-button-handle-custom' in case of "M-x
11053         customize-*" buttons.
11054
11055 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11058         multipart/alternative and add xref to mm-discouraged-alternatives
11059         in doc string.
11060
11061         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11062         gnus-buttonized-mime-types in doc string.
11063
11064 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11067         Suggest image/.* in the doc string.
11068
11069 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11072         message-marks (Debian bug #342521).
11073
11074 2005-12-12  Simon Josefsson  <jas@extundo.com>
11075
11076         * password.el (password-read-from-cache): Add.
11077         (password-read): Use it.
11078
11079 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11082         us-ascii as a MIME charset.
11083
11084         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11085         against the case where the 2nd arg TYPE is nil.
11086
11087 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * pop3.el (pop3-stream-type): Fix custom version.
11090
11091         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11092
11093 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11094
11095         * mm-decode.el (mm-display-external): Add missing cdr.
11096
11097 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11098
11099         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11100         RFC1524) if it is in mailcap or add a suffix according to
11101         mailcap-mime-extensions when generating a temp filename; postpone
11102         deleting a temp file for 2 seconds for some wrappers, shell
11103         scripts, and so on, which might exit right after having started a
11104         viewer command as a background job.
11105
11106 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11107
11108         * nntp.el (nntp-marks-directory): Fix custom group.
11109
11110         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11111         steps when < 10.
11112
11113         * gnus-start.el (gnus-no-server-1): Mention
11114         `gnus-level-default-subscribed' in doc string.
11115
11116 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11117
11118         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11119         parens.
11120
11121 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11122
11123         * gnus-xmas.el (gnus-use-toolbar): Revert.
11124         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11125         gnus-use-toolbar is default.
11126
11127         * messagexmas.el (message-use-toolbar): Revert.
11128         (message-setup-toolbar): Use global default-toolbar if
11129         message-use-toolbar is default.
11130
11131 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11132
11133         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11134         according to default-toolbar-visible-p.
11135
11136         * messagexmas.el (message-use-toolbar): Ditto.
11137
11138 2005-11-26  Dave Love  <fx@gnu.org>
11139
11140         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11141         (tls-program, tls-success): Provide openssl alternative.
11142
11143         * starttls.el: Doc fixes.
11144         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11145         SERVICE to PORT.
11146
11147         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11148         port null or service name.
11149         (starttls-negotiate): Autoload.
11150
11151 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * message.el (message-kill-to-signature): Fix interactive spec.
11154
11155 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11156
11157         * pop3.el (pop3-open-server): Recognize a string as a service name.
11158
11159 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11160
11161         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11162
11163 2005-11-23  Dave Love  <fx@gnu.org>
11164
11165         Add pop3s, pop3/starttls.
11166
11167         * pop3.el (pop3-authentication-scheme): Clarify doc.
11168         (open-tls-stream, starttls-open-stream): Autoload.
11169         (pop3-stream-type): New.
11170         (pop3-open-server): Use it.
11171
11172         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11173         for POP.
11174         (mail-source-keyword-map): Add :stream for POP.
11175         (mail-source-fetch-pop): Use pop3-stream-type.
11176
11177 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11180         of current-time-string.
11181
11182 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11183
11184         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11185         date header.
11186
11187 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11188
11189         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11190         it can seriously impact performance as it bypasses the agent's
11191         local caches.
11192
11193 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11194
11195         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11196         must be explicitly online rather than "not explicitly offline" for
11197         its flags to be synchronized.
11198
11199         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11200         that gnus-uu-unmark-thread will function correctly.
11201
11202         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11203         1024K is instead displayed as 1M.
11204
11205 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206
11207         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11208
11209 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11210
11211         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11212
11213 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11214
11215         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11216         error message to display actual error condition.
11217         (gnus-agent-save-local): Avoid saving symbols that are bound to
11218         nil as they simply result in a warning message in
11219         gnus-agent-read-local.
11220
11221 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11224         rather than make-variable-buffer-local for file-precious-flag.
11225
11226 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11227
11228         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11229         for duplicates which are removed.  The invalid sort check then
11230         triggers a rescan after the sort as sorting may have moved
11231         duplicate entries such that they can be cheaply detected.
11232
11233 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11234
11235         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11236
11237 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11238
11239         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11240         internal variable to a custom variable.  Changed default value
11241         from compressed(2) to uncompressed(1).
11242         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11243         support for uncompressed agentview files.  Taken together, reading
11244         the agentview file should now be 6-7 times faster.
11245
11246 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11247
11248         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11249         as a buffer-local variable.  This avoids creating truncated
11250         dribble files as a result of a hang up, eg.
11251
11252 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11253
11254         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11255         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11256         XEmacs.
11257
11258 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * gnus-start.el (gnus-start-draft-setup): Enforce
11261         `gnus-draft-mode' for nndraft:drafts at startup.
11262
11263         * gnus.el (gnus-splash): Change custom group.
11264         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11265         allow-list argument.
11266
11267         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11268         string.
11269
11270 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * gnus-art.el (gnus-default-article-saver): Add user-defined
11273         `function' to custom type.
11274
11275 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11276
11277         * imap.el (imap-open): Handle case where buffer is a buffer
11278         object.
11279
11280 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11281
11282         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11283         long lines.
11284         (gnus-cache-delete-group): Wrap doc strings.
11285
11286         * gnus-agent.el (gnus-agent-rename-group)
11287         (gnus-agent-delete-group): Wrap doc strings.
11288
11289 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * messagexmas.el (message-use-toolbar): Change the valid values
11292         into default, top, bottom, left, and right.
11293         (message-toolbar-thickness): New variable.
11294         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11295         well.
11296         (message-setup-toolbar): Make it work.
11297
11298         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11299         (gnus-use-toolbar): Change the valid values into default, top,
11300         bottom, left, and right.
11301         (gnus-toolbar-thickness): New variable.
11302         (gnus-xmas-setup-toolbar): New function.
11303         (gnus-xmas-setup-group-toolbar): Use it.
11304         (gnus-xmas-setup-summary-toolbar): Use it.
11305
11306 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11307
11308         * gnus-start.el (gnus-1): Add "native" to
11309         gnus-predefined-server-alist.
11310
11311         * gnus.el (gnus-method-to-server): Don't add "native" to the
11312         lists here, because that leads to problems when
11313         gnus-select-method is bound.
11314
11315 2005-11-09  Simon Josefsson  <jas@extundo.com>
11316
11317         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11318         use (not sort-by-date) instead.
11319
11320 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11321
11322         * gnus-delay.el (gnus-delay-group): Don't autoload.
11323         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11324         to be re-loaded when customizing the `gnus-delay' group.
11325
11326 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11327
11328         * message.el: Revert last changes.
11329         (message-insert-citation-line): Use newlines.
11330
11331 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11332
11333         * message.el (message-courtesy-message)
11334         (message-mark-insert-begin, message-mark-insert-end)
11335         (message-elide-ellipsis, message-cancel-message)
11336         (message-add-header, message-change-subject)
11337         (message-cross-post-followup-to-header)
11338         (message-cross-post-insert-note, message-reduce-to-to-cc)
11339         (message-widen-reply, message-delete-not-region)
11340         (message-kill-to-signature, message-insert-signature)
11341         (message-insert-importance-high, message-insert-importance-low)
11342         (message-insert-or-toggle-importance)
11343         (message-insert-disposition-notification-to)
11344         (message-indent-citation, message-yank-original)
11345         (message-cite-original-without-signature, message-cite-original)
11346         (message-insert-citation-line, message-position-on-field)
11347         (message-fix-before-sending, message-send-mail-partially)
11348         (message-send-mail, message-send-mail-with-sendmail)
11349         (message-send-mail-with-qmail, message-send-news)
11350         (message-check-news-header-syntax, message-generate-headers)
11351         (message-insert-courtesy-copy, message-fill-address)
11352         (message-fill-header, message-shorten-references)
11353         (message-setup-1, message-cancel-news)
11354         (message-forward-make-body-plain, message-forward-make-body-mime)
11355         (message-forward-make-body-mml, message-encode-message-body)
11356         (message-forward-make-body-digest-plain)
11357         (message-forward-make-body-digest-mime)
11358         (message-use-alternative-email-as-from): Insert `hard-newline'
11359         instead of ordinary newlines.
11360
11361 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * message.el (message-generate-headers): Downcase the argument
11364         given to message-check-element.
11365
11366 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11367
11368         * nntp.el (nntp-authinfo-rejected): New error condition.
11369         (nntp-wait-for): Use new error condition to signal authentication
11370         error.
11371         (nntp-retrieve-data): Rethrow new error condition to break out of
11372         recursive call to nntp-send-authinfo.
11373
11374 2005-11-08  Romain Francoise  <romain@orebokech.com>
11375
11376         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11377         (gnus-summary-exit-map): Bind to `Z p'.
11378         (gnus-summary-make-menu-bar): Add menu item.
11379
11380 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11381
11382         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11383         (gnus-treat-*): Add `first' in all doc strings.
11384
11385         * gnus-group.el (gnus-group-compact-group): Fix typo.
11386
11387 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus.el (gnus-parameters-case-fold-search): New variable.
11390         (gnus-parameters-get-parameter): Use it.
11391
11392         * gnus-score.el (gnus-home-score-file): Doc fix.
11393
11394 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11395
11396         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11397
11398 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * mm-util.el (mm-special-display-p): New function.
11401
11402         * mml.el (mml-preview): Use it; doc fix.
11403
11404 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11405
11406         * imap.el (imap-open): Handle case where buffer is a buffer object.
11407
11408 2005-10-29  Romain Francoise  <romain@orebokech.com>
11409
11410         * message.el (message-fix-before-sending): Fix comment.
11411
11412 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11413
11414         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11415
11416 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11417
11418         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11419         Used in gnus-score.el.
11420
11421 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11424
11425 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11428         whitespace removed in revision 7.8.  Use concatenated string to
11429         protect trailing whitespace.
11430
11431 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11432
11433         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11434         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11435         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11436         Courier IMAP ("some version from 2004").  Mostly based on similar
11437         code in the same function.
11438
11439 2005-10-26  Didier Verna  <didier@xemacs.org>
11440
11441         * gnus-group.el (gnus-group-compact-group): Invalidate original
11442         article buffer.
11443         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11444         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11445         NOV database and in article itself.
11446         Invalidate article backlog.
11447
11448 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11449
11450         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11451
11452 2005-10-26  Simon Josefsson  <jas@extundo.com>
11453
11454         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11455         part of 2004-07-25 change.
11456
11457 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11458
11459         * message.el (message-display-completion-list): New function.
11460         (message-expand-group): Use it; make sure the Completions buffer
11461         is modifiable.
11462 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11463
11464         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11465         user-mail-name is an empty string.
11466
11467 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11468
11469         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11470         depending on gnus-score-decay-constant.
11471
11472         * encrypt.el (encrypt-insert-file-contents)
11473         (encrypt-write-file-contents): Don't use `gnus-message'.
11474
11475         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11476         arguments.
11477         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11478         arguments to mm-uu-verbatim-marks-extract.
11479         (mm-uu-hide-markers): New variable.
11480         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11481
11482         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11483         (gnus-convert-image-to-face-command): Use "convert" by default to
11484         allow other input image formats.
11485         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11486         accordingly.
11487
11488 2005-10-23  Simon Josefsson  <jas@extundo.com>
11489
11490         * imap.el (imap-gssapi-program): Align command line parameters
11491         with latest GNU SASL.
11492         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11493
11494 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11495
11496         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11497         HTML.
11498         (nnslashdot-request-article): Ditto.
11499
11500         * lpath.el (featurep): Add nobreak-char-display.
11501
11502 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11503
11504         * mail-source.el (mail-source-fetch-pop): Require pop3.
11505         (mail-source-check-pop): Ditto.
11506
11507 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11510         errors.
11511
11512 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11513
11514         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11515         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11516
11517         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11518
11519         * mm-bodies.el (mm-decode-string): Call
11520         `mm-charset-to-coding-system' with allow-override argument.
11521
11522 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11525         (rfc2047-charset-to-coding-system): New function.
11526         (rfc2047-decode-encoded-words): New function.
11527         (rfc2047-decode-region): Use them.
11528         (rfc2047-decode-cte): Remove.
11529         (rfc2047-parse-and-decode): Remove.
11530         (rfc2047-decode): Remove.
11531
11532 2005-10-15  Kenichi Handa  <handa@m17n.org>
11533
11534         * rfc2047.el (rfc2047-decode-cte): New function.
11535         (rfc2047-decode-region): Change the way to decode successive
11536         encoded-words: decode B- or Q-encoding in each encoded-word,
11537         concatenate them, and decode it as charset.
11538
11539 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11540
11541         * lpath.el: Fbind codepage-setup for XEmacs.
11542
11543 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11544
11545         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11546         widget-move-and-invoke.
11547         (gnus-custom-mode): Use gnus-custom-map.
11548
11549 2005-10-15  Bill Wohler  <wohler@newt.com>
11550
11551         * message.el (message-tool-bar-map): Renamed image file from
11552         mail_send to mail/send.
11553
11554 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11555
11556         * message.el (message-expand-group): Pass the common
11557         prefix substring of completion to `display-completion-list'.
11558
11559 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * mml-sec.el (mml-secure-method): New internal variable.
11562         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11563         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11564         functions using mml-secure-method.
11565
11566         * mml.el (mml-mode-map): Add key bindings for those functions.
11567         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11568         Harder <harder@myrealbox.com>.
11569         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11570         end of message if point is the headers of the message.
11571
11572         * message.el (message-in-body-p): New function.
11573
11574         * assistant.el: Autoload gnus-util and netrc.
11575
11576         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11577         Use `mm-charset-override-alist' only when decoding.
11578
11579         * mm-bodies.el (mm-decode-body): Call
11580         `mm-charset-to-coding-system' with allow-override argument.
11581
11582         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11583         `filename' from Content-Disposition if Content-Type doesn't
11584         provide `name'.
11585         (gnus-mime-view-part-as-type): Set default instead of
11586         initial-input.
11587
11588 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11589
11590         * format-spec.el (format-spec): Propagate text properties of % spec.
11591
11592 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11593
11594         * gnus-art.el (gnus-treat-predicate): Add `first'.
11595
11596 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11597
11598         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11599         (mm-charset-override-alist): New variable.
11600         (mm-charset-to-coding-system): Use it.
11601         (mm-codepage-setup): New helper function.
11602         (mm-charset-eval-alist): New variable.
11603         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11604         about unknown charsets.
11605
11606         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11607
11608 2005-10-04  David Hansen  <david.hansen@gmx.net>
11609
11610         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11611         (nnrss-check-group): Ditto.
11612
11613 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11614
11615         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11616         Rename x-gnus-verbatim to x-verbatim.
11617         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11618
11619         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11620         x-verbatim.
11621
11622         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11623
11624         * gnus-util.el (gnus-remove-duplicates): Remove.
11625
11626         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11627         instead of gnus-remove-duplicates.
11628
11629         * message.el (message-remove-duplicates): Remove.
11630         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11631         message-remove-duplicates.
11632
11633         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11634         available, else use implementation from `delete-dups'.
11635
11636         * message.el (message-insert-expires): New function.
11637         (message-mode-map): Add key binding.
11638         (message-mode-field-menu): Add menu entry.
11639         (message-mode): Document it.
11640         (message-make-expires-date): Use `message-make-date'.
11641
11642 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11643
11644         * message.el (message-make-expires-date): New function.
11645
11646 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * Makefile.in (list-installed-shadows): New entry.
11649         (install): Use it.
11650         (remove-installed-shadows): New entry.
11651
11652         * dgnushack.el (dgnushack-default-load-path): New variable.
11653         (dgnushack-find-lisp-shadows): New function.
11654         (dgnushack-remove-lisp-shadows): New function.
11655
11656 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * Makefile.in (install-el-elc): New entry.
11659         (install): Use it so that .el files are necessarily installed.
11660
11661 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11662
11663         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11664
11665 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11666
11667         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11668         function rather than the diff-mode.el package.
11669         (mm-display-external): Use with-current-buffer.
11670         (mm-viewer-completion-map, mm-viewer-completion-map):
11671         Move initialization inside declaration.
11672
11673 2005-09-29  Simon Josefsson  <jas@extundo.com>
11674
11675         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11676         autoload mail-check-payment.
11677         (spam-check-hashcash): Define unconditionally, since hashcash.el
11678         is part of Gnus now.  Ignore errors from payment checking.
11679
11680 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * message.el (message-bold-region, message-unbold-region): Rename
11683         from `bold-region' and `unbold-region'.
11684
11685         * message.el: Remove useless autoloads.
11686
11687 2005-09-28  Simon Josefsson  <jas@extundo.com>
11688
11689         * message.el (message-use-idna): Default to t.
11690         (message-use-idna): Test whether encoding works too.  Doc fix.
11691
11692 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11693
11694         * nntp.el (nntp-warn-about-losing-connection): Remove.
11695
11696 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11697
11698         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11699         customizable.  Change default value.
11700         (mm-uu-diff-groups-regexp): Change default value.
11701         (mm-uu-type-alist): Add doc string.
11702         (mm-uu-configure): Add doc string.  Make it interactive.
11703         (mm-uu-tex-groups-regexp): New variable.
11704         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11705         (mm-uu-type-alist): Add LaTeX documents.
11706         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11707         of "text/verbatim".
11708         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11709
11710         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11711         instead of "text/verbatim".
11712
11713         * message.el (message-mark-inserted-region)
11714         (message-mark-insert-file): Use slrn style marks when called with
11715         prefix argument.
11716
11717 2005-09-27  Simon Josefsson  <jas@extundo.com>
11718
11719         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11720
11721 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11722
11723         * message.el (message-remove-duplicates): New function.
11724         Implementation borrowed from `gnus-remove-duplicates'.
11725         (message-idna-to-ascii-rhs): Also encode idna addresses in
11726         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11727         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11728         only ask about the same idna domain once per header and also tell
11729         in what header to replace the idna domain.
11730
11731         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11732         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11733         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11734         a header is decoded and not just the last one.
11735
11736 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11739         has been decoded.
11740
11741         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11742         (mm-insert-part): Don't modify text if it has been decoded.
11743
11744         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11745         decoded.
11746
11747         * mm-view.el (mm-inline-text): Don't strip text props unless
11748         decoding enriched or richtext parts.
11749
11750 2005-09-25  Romain Francoise  <romain@orebokech.com>
11751
11752         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11753         * gnus-start.el (gnus-subscribe-interactively):
11754         * gnus-uu.el (gnus-uu-grab-articles):
11755         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11756         space.
11757
11758 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11759
11760         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11761         * mm-view.el (mm-view-pkcs7-decrypt):
11762         * gnus-sum.el (gnus-summary-limit-to-extra)
11763         (gnus-summary-respool-article, gnus-read-move-group-name):
11764         * gnus-score.el (gnus-summary-increase-score):
11765         * gnus-util.el (gnus-completing-read-with-default):
11766         * gnus-art.el (gnus-read-save-file-name)
11767         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11768         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11769         * message.el (message-check-news-header-syntax):
11770         Follow convention for reading with the minibuffer.
11771
11772 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * spam-report.el (spam-report-url-ping-plain):
11775         Use gnus-extended-version as User-Agent.
11776
11777         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11778         default value is nil.
11779
11780         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11781         (mm-uu-verbatim-marks-extract): New function.
11782         (mm-uu-extract): New face.
11783         (mm-uu-copy-to-buffer): Use it.
11784
11785         * spam-report.el (spam-report-gmane-ham): Renamed from
11786         `spam-report-gmane-unspam'.
11787         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11788         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11789
11790         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11791         Autoload.
11792         (spam-report-gmane-unregister-routine): Renamed
11793         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11794
11795 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11796
11797         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11798         (spam-report-gmane-unregister-routine): Add support for gmane
11799         unregistration.
11800
11801         * spam-report.el (spam-report-gmane-unspam)
11802         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11803         (spam-report-gmane): Change to take a single article and do unspam
11804         registration.
11805
11806 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11807
11808         * mm-url.el (mm-url-decode-entities): Fix regexp.
11809
11810 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811
11812         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11813         default to nil, to be able to use Gnus at all.  If the default
11814         switches to something else, then the function should be fixed not
11815         be exceedingly slow.
11816
11817 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11818
11819         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11820         fail hard.
11821
11822         * spam-report.el: Add better Keywords line.
11823
11824         * spam.el: Add Maintainer and better Keywords line.
11825
11826 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * gnus-art.el (gnus-article-replace-part)
11829         (gnus-mime-replace-part): New functions.
11830         (gnus-mime-action-alist, gnus-mime-button-commands)
11831         (gnus-mime-save-part-and-strip): Added file argument.
11832         (gnus-article-part-wrapper): Added interactive argument.
11833
11834         * gnus-sum.el (gnus-summary-mime-map): Add
11835         `gnus-article-replace-part'.
11836
11837 2005-09-19  Didier Verna  <didier@xemacs.org>
11838
11839         The nnml compaction feature:
11840         * nnml.el (nnml-request-compact-group): New function.
11841         * nnml.el (nnml-request-compact): New function.
11842         * gnus-int.el (gnus-request-compact-group): New function.
11843         * gnus-int.el (gnus-request-compact): New function.
11844         * gnus-group.el (gnus-group-compact-group): New function.
11845         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11846         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11847         * gnus-srvr.el (gnus-server-compact-server): New function.
11848         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11849         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11850
11851 2005-09-18  Deepak Goel  <deego@gnufans.org>
11852
11853         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11854         format spec.
11855
11856 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11857
11858         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11859
11860 2005-09-15  Romain Francoise  <romain@orebokech.com>
11861
11862         * message.el (message-fill-paragraph): Clarify docstring.
11863
11864 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-art.el (gnus-mime-display-part): Protect against broken
11867         MIME messages.
11868
11869 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11870
11871         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11872         before parsing header.
11873
11874 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11875
11876         * html2text.el (html2text-replace-list): Add new entities.
11877
11878 2005-09-11  Romain Francoise  <romain@orebokech.com>
11879
11880         * message.el (message-alternative-emails): Improve docstring.
11881         (message-setup-1): Call `message-use-alternative-email-as-from'
11882         after `message-setup-hook' to give it precedence over posting
11883         styles, etc.
11884         (message-use-alternative-email-as-from): Add docstring.  Remove
11885         the original From header if present.
11886
11887         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11888         (nnml-save-mail): Use it.
11889
11890         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11891         articles.  Add new argument `silent'.
11892         (gnus-uu-mark-all): Report the total number of marked articles.
11893
11894 2005-09-10  Romain Francoise  <romain@orebokech.com>
11895
11896         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11897         (gnus-uu-mark-series): Likewise.
11898
11899 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11900
11901         * spam-report.el (spam-report-gmane): Fix generation of spam
11902         report URL.
11903
11904 2005-09-10  Simon Josefsson  <jas@extundo.com>
11905
11906         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11907         t, based on discussion on the ding list with Robert Epprecht
11908         <epprecht@solnet.ch>.
11909
11910 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11911
11912         * spam-report.el (spam-report-gmane): Make it work without
11913         X-Report-Spam header.  Gmane now only provides Archived-At.
11914         This is only used if `spam-report-gmane-use-article-number' is nil.
11915         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11916
11917         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11918         make `gnus-summary-sort-by-recipient' work with threading.
11919
11920         * nnweb.el (nnweb-google-wash-article): Print a message if article
11921         is not available.
11922
11923 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11924
11925         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11926         change.  Decode text/* parts content before displaying.
11927
11928 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11929
11930         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11931
11932 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11933
11934         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11935
11936         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11937         url-package-name, url-package-version,
11938         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11939         w3m-display-inline-images, and w3m-minor-mode-map.
11940
11941 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11942
11943         * message.el (message-tab-body-function): Fix mismatched custom type.
11944
11945         * gnus.el (gnus-group-change-level-function): Ditto.
11946
11947         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11948
11949         * gnus-art.el (gnus-signature-limit)
11950         (gnus-article-mime-part-function): Ditto.
11951
11952 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * mml.el (mml-mode): Silence the byte compiler.
11955
11956         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11957         using `(sit-for 0)' before moving the point to the specified part;
11958         skip unbuttonized parts.
11959         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11960         return to the summary window if gnus-auto-select-part is non-nil.
11961
11962 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11963
11964         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11965         variables.
11966         (mml-dnd-attach-file, mml-mode): Use them.
11967
11968         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11969         Make fetching article by MID work again for Google Groups.  Added
11970         FIXME concerning gnus-group-make-web-group.
11971
11972         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11973         Don't depend on Gnus by using mail-extract-address-components if
11974         gnus-extract-address-components is not bound.
11975
11976 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11977
11978         * gnus-art.el (gnus-mime-display-security): Don't display the
11979         signature, but only the signed part.
11980
11981 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11982
11983         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11984
11985         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11986         list, not listp.
11987
11988 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11989
11990         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11991         when encoding.
11992
11993         * mm-bodies.el (mm-decode-content-transfer-encoding):
11994         De-canonicalize CRLF for all text content types, not just
11995         text/plain.
11996
11997 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11998
11999         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12000         valid article; point arrow and cursor at the MIME button.
12001
12002 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12003
12004         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12005         Suggested by Dan Christensen <jdc@uwo.ca>.
12006
12007         * mm-decode.el (mm-save-part): Enable change of prompt.
12008
12009 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12010
12011         * gnus-msg.el (gnus-inews-add-send-actions): Made
12012         `message-post-method' lambda parameter ARG `&optional'.
12013
12014 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12015
12016         * gnus-sum.el (gnus-summary-mime-map): Added
12017         gnus-article-save-part-and-strip, gnus-article-delete-part and
12018         gnus-article-jump-to-part.
12019
12020         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12021         (gnus-article-edit-part): Use it.
12022         (gnus-article-part-wrapper): Added no-handle argument.
12023         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12024         functions.
12025
12026 2005-08-29  Romain Francoise  <romain@orebokech.com>
12027
12028         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12029         docstring.
12030         (gnus-face-from-file): Likewise.
12031
12032 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12035         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12036         non-nil.
12037         (gnus-auto-select-part): New variable.
12038         (gnus-article-jump-to-part): New function.
12039         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12040         (gnus-mime-delete-part): Allow selecting specified part after
12041         deleting or stripping parts.
12042         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12043         part if argument is bogus.
12044
12045 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12046
12047         * gnus-art.el (w3m-minor-mode-map):
12048         * gnus-spec.el (gnus-newsrc-file-version):
12049         * gnus-util.el (nnmail-active-file-coding-system)
12050         (gnus-original-article-buffer, gnus-user-agent):
12051         * gnus.el (gnus-ham-process-destinations)
12052         (gnus-parameter-ham-marks-alist)
12053         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12054         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12055         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12056         * mm-decode.el (gnus-current-window-configuration):
12057         * mm-extern.el (gnus-article-mime-handles):
12058         * mm-url.el (url-current-object, url-package-name)
12059         (url-package-version):
12060         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12061         (smime-keys, w3m-cid-retrieve-function-alist)
12062         (w3m-current-buffer, w3m-display-inline-images)
12063         (w3m-minor-mode-map):
12064         * mml-smime.el (gnus-extract-address-components):
12065         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12066         (gnus-newsrc-hashtb, message-default-charset)
12067         (message-deletable-headers, message-options)
12068         (message-posting-charset, message-required-mail-headers)
12069         (message-required-news-headers):
12070         * mml1991.el (mc-pgp-always-sign):
12071         * mml2015.el (mc-pgp-always-sign):
12072         * nnheader.el (nnmail-extra-headers):
12073         * rfc1843.el (gnus-decode-encoded-word-function)
12074         (gnus-decode-header-function, gnus-newsgroup-name):
12075         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12076
12077 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12078
12079         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12080         the end of the date treatments.
12081
12082 2005-08-15  Simon Josefsson  <jas@extundo.com>
12083
12084         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12085         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12086         Capello and Romain Francoise.
12087         (pgg-fetch-key-function): Removed, not used?
12088         (pgg-insert-url-with-w3): Require url, to get
12089         url-insert-file-contents regardless of where it is defined.
12090
12091 2005-08-13  Romain Francoise  <romain@orebokech.com>
12092
12093         * message.el (message-cite-original-1): New function.
12094         (message-cite-original): Use it.
12095         (message-cite-original-without-signature): Ditto.
12096
12097 2005-08-08  Romain Francoise  <romain@orebokech.com>
12098
12099         * message.el (message-yank-empty-prefix): New variable.
12100         (message-indent-citation): Use it.
12101         (message-cite-original-without-signature): Respect X-No-Archive.
12102
12103 2005-08-08  Simon Josefsson  <jas@extundo.com>
12104
12105         * pgg.el: Autoload url-insert-file-contents instead of loading
12106         w3/url.
12107         (pgg-insert-url-with-w3): Don't load url here.
12108
12109 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12110
12111         * message.el (message-kill-to-signature): Don't insert newline at
12112         bol.
12113         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12114
12115 2005-08-06  Romain Francoise  <romain@orebokech.com>
12116
12117         * message.el (message-user-fqdn): Fix typo in docstring.
12118
12119 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12120
12121         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12122
12123         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12124
12125 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * mm-bodies.el (mm-encode-body): Use coding system rather than
12128         charset to encode text.
12129
12130         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12131         number of charsets if utf-8 is available (XEmacs).
12132
12133 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12134
12135         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12136         taken from `gnus-button-mid-or-mail-regexp'.
12137         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12138         (gnus-button-alist): Improve regexp for domain part of the MIDs
12139         for news:localpart@domain buttons.
12140         (gnus-button-ctan-directory-regexp): Update.
12141
12142 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * sieve-manage.el (sieve-manage-interactive-login): Use
12145         make-local-variable rather than make-variable-buffer-local.
12146         (sieve-manage-open): Ditto.
12147         (sieve-manage-authenticate): Ditto.
12148
12149         * mml.el (mml-generate-mime-1): Make the content type default to
12150         text/plain if the filename is not specified.
12151
12152 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12155         instead of insert-buffer.
12156
12157         * message.el (message-yank-original): Ditto; set the mark at the
12158         end of the yanked message.
12159
12160 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12161
12162         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12163         lines to scroll rather than to stop it.
12164
12165         * mml.el (mml-generate-default-type): Add doc string.
12166         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12167         default to application/octet-stream when determining the content
12168         type if it is not specified for the part or the mml contents; add
12169         a comment about mml-generate-default-type.
12170
12171 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12172
12173         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12174         make it default to application/octet-stream when determining the
12175         content type if it is not specified for the external contents.
12176
12177 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12178
12179         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12180         segmented parameter but also other parameters might be there.
12181
12182 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * mm-decode.el (mm-display-external): Delete temp file, directory
12185         and buffer immediately if the external process is exited.
12186
12187 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12188
12189         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12190         fewer lines than that of scroll-margin.
12191         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12192
12193 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12194
12195         * gnus-art.el (gnus-article-next-page): Revert.
12196         (gnus-article-beginning-of-window): New macro.
12197         (gnus-article-next-page-1): Use it.
12198         (gnus-article-prev-page): Ditto.
12199         (gnus-article-edit-part): Use insert-buffer-substring instead of
12200         insert-buffer.
12201         (gnus-article-edit-exit): Ditto.
12202
12203         * gnus-util.el (gnus-beginning-of-window): Remove.
12204         (gnus-end-of-window): Remove.
12205
12206         * lpath.el: Don't bind header-line-format and scroll-margin.
12207
12208 2005-07-25  Simon Josefsson  <jas@extundo.com>
12209
12210         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12211         to have the url package without w3.  Reported by Daiki Ueno
12212         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12213
12214 2005-07-20  Didier Verna  <didier@xemacs.org>
12215
12216         * gnus-diary.el: Remove the description comment (nndiary is now
12217         properly documented in the Gnus manual).
12218         Fix the spelling of "Back End".
12219         * nndiary.el: Ditto.
12220         Fix the copyright notice.
12221
12222 2005-07-18  Romain Francoise  <romain@orebokech.com>
12223
12224         * gnus-sum.el (gnus-summary-to-prefix)
12225         (gnus-summary-newsgroup-prefix): New variables.
12226         (gnus-summary-from-or-to-or-newsgroups): Use them.
12227
12228 2005-07-17  Romain Francoise  <romain@orebokech.com>
12229
12230         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12231         space as it's generally not especially interesting to the user.
12232
12233 2005-07-16  Romain Francoise  <romain@orebokech.com>
12234
12235         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12236         nil to avoid prompting and file modification if one of the
12237         messages at the top of the nnfolder file contains a copyright
12238         notice.
12239         Update copyright notice.
12240
12241         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12242         instead of `current-time-string' as the latter creates a time
12243         string that is not RFC 2822 compliant (it lacks the zone).
12244         Update copyright notice.
12245
12246 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12247
12248         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12249         for text/rtf.  Display default in prompt.  Pass default for M-n.
12250
12251         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12252
12253 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254
12255         * gnus-msg.el (gnus-button-mailto): Remove
12256         save-selected-window-window hackery because it relies on
12257         save-selected-window internals.
12258
12259 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12262         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12263         (gnus-article-prev-page): Ditto.
12264
12265         * gnus-util.el (gnus-beginning-of-window): New function.
12266         (gnus-end-of-window): New function.
12267
12268         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12269
12270 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12271
12272         * gnus-score.el (gnus-score-edit-all-score): Set
12273         gnus-score-edit-exit-function to gnus-score-edit-done and call
12274         gnus-message.
12275
12276 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12277
12278         * gnus-msg.el (gnus-button-mailto): Remove
12279         save-selected-window-window hackery because it relies on
12280         save-selected-window internals.
12281
12282 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12285         add-minor-mode.
12286         (gnus-binary-mode): Ditto.
12287
12288         * gnus-topic.el (gnus-topic-mode): Ditto.
12289
12290 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12291
12292         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12293         (gnus-article-prev-page): Take scroll-margin into consideration.
12294
12295 2005-07-04  Lute Kamstra  <lute@gnu.org>
12296
12297         Update FSF's address in GPL notices.
12298
12299 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12300
12301         * gnus.el (gnus-exit):
12302         * gnus-group.el (gnus-group-icons):
12303         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12304
12305         * gnus-nocem.el (gnus-nocem):
12306         * message.el (message-various, message-buffers, message-sending)
12307         (message-interface, message-forwarding, message-insertion)
12308         (message-headers, message-news, message-mail):
12309         * pgg-gpg.el (pgg-gpg):
12310         * pgg-parse.el (pgg-parse):
12311         * pgg-pgp.el (pgg-pgp):
12312         * pgg-pgp5.el (pgg-pgp5):
12313         * pop3.el (pop3): Finish `defgroup' description with period.
12314
12315 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12316
12317         * gnus-art.el (article-display-face): Improve the efficiency.
12318         (article-display-x-face): Ditto; remove grey x-face stuff.
12319
12320 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12321
12322         * gnus-art.el (article-display-face): Correct the position in
12323         which Faces are inserted.
12324
12325 2005-06-29  Didier Verna  <didier@xemacs.org>
12326
12327         * gnus-art.el (article-display-face): Display faces in correct
12328         order.
12329
12330 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12331
12332         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12333         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12334         (gnus-nocem-check-article): Fetch the Type header.
12335         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12336         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12337         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12338         make sure gnus-nocem-hashtb is initialized.
12339         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12340         (gnus-nocem-unwanted-article-p): Ditto.
12341
12342         * pgg.el (pgg-verify): Return the verification result.
12343
12344 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12345
12346         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12347         is ascii.
12348
12349 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12350
12351         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12352         `show-nonbreak-escape'.
12353
12354 2005-06-23  Lute Kamstra  <lute@gnu.org>
12355
12356         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12357
12358         * dig.el (dig-mode):
12359         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12360
12361 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12362
12363         * nnimap.el (nnimap-split-download-body): Fix spellings.
12364
12365 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12366
12367         * gnus-art.el (gnus-article-encrypt-body):
12368         * gnus-cus.el (gnus-score-customize):
12369         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12370         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12371
12372 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12373
12374         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12375         header by looking for magic "MII" at the beginnig.
12376
12377 2005-06-16  Miles Bader  <miles@gnu.org>
12378
12379         * gnus-xmas.el (gnus-xmas-group-startup-message):
12380         Use renamed gnus-splash face.
12381
12382         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12383         (assistant-field-face): New backward-compatibility alias for renamed
12384         face.
12385         (assistant-render-text): Use renamed assistant-field face.
12386
12387         * spam.el (spam): Remove "-face" suffix from face name.
12388         (spam-face): New backward-compatibility alias for renamed face.
12389         (spam-face, spam-initialize): Use renamed spam face.
12390
12391         * message.el (message-header-to, message-header-cc)
12392         (message-header-subject, message-header-newsgroups)
12393         (message-header-other, message-header-name)
12394         (message-header-xheader, message-separator, message-cited-text)
12395         (message-mml): Remove "-face" suffix from face names.
12396         (message-header-to-face, message-header-cc-face)
12397         (message-header-subject-face, message-header-newsgroups-face)
12398         (message-header-other-face, message-header-name-face)
12399         (message-header-xheader-face, message-separator-face)
12400         (message-cited-text-face, message-mml-face):
12401         New backward-compatibility aliases for renamed faces.
12402         (message-font-lock-keywords): Use renamed message faces.
12403
12404         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12405         (sieve-test-commands, sieve-tagged-arguments):
12406         Remove "-face" suffix from face names.
12407         (sieve-control-commands-face, sieve-action-commands-face)
12408         (sieve-test-commands-face, sieve-tagged-arguments-face):
12409         New backward-compatibility aliases for renamed faces.
12410         (sieve-control-commands-face, sieve-action-commands-face)
12411         (sieve-test-commands-face, sieve-tagged-arguments-face):
12412         Use renamed sieve faces.
12413
12414         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12415         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12416         (gnus-group-news-3-empty, gnus-group-news-4)
12417         (gnus-group-news-4-empty, gnus-group-news-5)
12418         (gnus-group-news-5-empty, gnus-group-news-6)
12419         (gnus-group-news-6-empty, gnus-group-news-low)
12420         (gnus-group-news-low-empty, gnus-group-mail-1)
12421         (gnus-group-mail-1-empty, gnus-group-mail-2)
12422         (gnus-group-mail-2-empty, gnus-group-mail-3)
12423         (gnus-group-mail-3-empty, gnus-group-mail-low)
12424         (gnus-group-mail-low-empty, gnus-summary-selected)
12425         (gnus-summary-cancelled, gnus-summary-high-ticked)
12426         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12427         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12428         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12429         (gnus-summary-low-undownloaded)
12430         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12431         (gnus-summary-low-unread, gnus-summary-normal-unread)
12432         (gnus-summary-high-read, gnus-summary-low-read)
12433         (gnus-summary-normal-read, gnus-splash):
12434         Remove "-face" suffix from face names.
12435         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12436         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12437         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12438         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12439         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12440         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12441         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12442         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12443         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12444         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12445         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12446         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12447         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12448         (gnus-summary-normal-ticked-face)
12449         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12450         (gnus-summary-normal-ancient-face)
12451         (gnus-summary-high-undownloaded-face)
12452         (gnus-summary-low-undownloaded-face)
12453         (gnus-summary-normal-undownloaded-face)
12454         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12455         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12456         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12457         (gnus-splash-face):
12458         New backward-compatibility aliases for renamed faces.
12459         (gnus-group-startup-message): Use renamed gnus faces.
12460
12461         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12462         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12463         (gnus-server-agent): Remove "-face" suffix from face names.
12464         (gnus-server-agent-face, gnus-server-opened-face)
12465         (gnus-server-closed-face, gnus-server-denied-face)
12466         (gnus-server-offline-face):
12467         New backward-compatibility aliases for renamed faces.
12468         (gnus-server-agent-face, gnus-server-opened-face)
12469         (gnus-server-closed-face, gnus-server-denied-face)
12470         (gnus-server-offline-face): Use renamed gnus faces.
12471
12472         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12473         Remove "-face" suffix from face names.
12474         (gnus-picon-xbm-face, gnus-picon-face):
12475         New backward-compatibility aliases for renamed faces.
12476
12477         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12478         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12479         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12480         (gnus-cite-11): Remove "-face" suffix from face names.
12481         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12482         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12483         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12484         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12485         New backward-compatibility aliases for renamed faces.
12486         (gnus-cite-attribution-face, gnus-cite-face-list)
12487         (gnus-article-boring-faces): Use renamed gnus faces.
12488
12489         * gnus-art.el (gnus-signature, gnus-header-from)
12490         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12491         (gnus-header-content): Remove "-face" suffix from face names.
12492         (gnus-signature-face, gnus-header-from-face)
12493         (gnus-header-subject-face, gnus-header-newsgroups-face)
12494         (gnus-header-name-face, gnus-header-content-face):
12495         New backward-compatibility aliases for renamed faces.
12496         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12497
12498         * gnus-sum.el (gnus-summary-selected-face)
12499         (gnus-summary-highlight): Use renamed gnus faces.
12500         * gnus-group.el (gnus-group-highlight): Likewise.
12501
12502 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12503
12504         * gnus-sieve.el (gnus-sieve-article-add-rule):
12505         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12506         * spam-stat.el (spam-stat-buffer-change-to-spam)
12507         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12508
12509         * message.el (message-is-yours-p):
12510         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12511
12512 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12513
12514         * mm-view.el (mm-inline-text): Withdraw the last change.
12515
12516 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12519         executing enriched-decode.
12520
12521 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12522
12523         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12524         charset of tar files.
12525
12526 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12527
12528         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12529
12530 2005-06-04  Lute Kamstra  <lute@gnu.org>
12531
12532         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12533         information is never recorded.
12534
12535 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12536
12537         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12538
12539 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12540
12541         * pop3.el (pop3-apop): Run md5 in the binary mode.
12542
12543         * starttls.el (starttls-set-process-query-on-exit-flag):
12544         Use eval-and-compile.
12545
12546 2005-05-31  Simon Josefsson  <jas@extundo.com>
12547
12548         * smime.el (smime-replace-in-string): Define.
12549         (smime-cert-by-ldap-1): Use it.
12550
12551 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12552
12553         * gnus-art.el (article-display-x-face): Replace
12554         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12555
12556         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12557         set-process-query-on-exit-flag or process-kill-without-query.
12558
12559         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12560         loop instead of replace-regexp.
12561
12562         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12563         instead of process-kill-without-query if it is available.
12564
12565         * lpath.el: Fbind ldap-search-entries.
12566
12567         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12568         instead of find-file-hooks if it is available.
12569
12570         * mml1991.el: Bind pgg-default-user-id when compiling.
12571
12572         * mml2015.el: Bind pgg-default-user-id when compiling.
12573
12574         * nndraft.el (nndraft-request-associate-buffer):
12575         Use write-contents-functions instead of write-contents-hooks if it is
12576         available.
12577
12578         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12579         instead of find-file-hooks if it is available.
12580
12581         * nntp.el (nntp-open-connection): Replace
12582         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12583         (nntp-open-ssl-stream): Ditto.
12584         (nntp-open-tls-stream): Ditto.
12585
12586         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12587         set-process-query-on-exit-flag or process-kill-without-query.
12588         (starttls-open-stream-gnutls): Use it instead of
12589         process-kill-without-query.
12590         (starttls-open-stream): Ditto.
12591
12592 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12593
12594         * smime.el (smime-cert-by-ldap-1): Don't use
12595         replace-regexp-in-string.
12596
12597 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12598
12599         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12600
12601         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12602         in PEM format.  Adjust to the XEmacs compability.
12603
12604 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12605
12606         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12607         by `string-to-number'.
12608         * gnus-agent.el (gnus-agent-regenerate-group)
12609         (gnus-agent-fetch-articles): Ditto.
12610         * gnus-art.el (gnus-button-fetch-group): Ditto.
12611         * gnus-cache.el (gnus-cache-generate-active)
12612         (gnus-cache-articles-in-group): Ditto.
12613         * gnus-group.el (gnus-group-set-current-level)
12614         (gnus-group-insert-group-line): Ditto.
12615         * gnus-score.el (gnus-score-set-expunge-below)
12616         (gnus-score-set-mark-below, gnus-summary-score-effect)
12617         (gnus-summary-score-entry): Ditto.
12618         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12619         (gnus-soup-pack): Ditto.
12620         * gnus-spec.el (gnus-xmas-format): Ditto.
12621         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12622         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12623         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12624         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12625         * nndb.el (nndb-get-remote-expire-response): Ditto.
12626         * nndiary.el (nndiary-parse-schedule-value)
12627         (nndiary-string-to-number, nndiary-request-replace-article)
12628         (nndiary-request-article): Ditto.
12629         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12630         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12631         * nneething.el (nneething-make-head): Ditto.
12632         * nnfolder.el (nnfolder-request-article)
12633         (nnfolder-retrieve-headers): Ditto.
12634         * nnheader.el (nnheader-file-to-number): Ditto.
12635         * nnkiboze.el (nnkiboze-request-article): Ditto.
12636         * nnmail.el (nnmail-process-unix-mail-format)
12637         (nnmail-process-babyl-mail-format): Ditto.
12638         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12639         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12640         (nnmh-request-create-group, nnmh-request-list-1)
12641         (nnmh-request-group, nnmh-request-article): Ditto.
12642         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12643         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12644         * nnsoup.el (nnsoup-make-active): Ditto.
12645         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12646         * nntp.el (nntp-find-group-and-number)
12647         (nntp-retrieve-headers-with-xover): Ditto.
12648         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12649         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12650         (pgg-format-key-identifier): Ditto.
12651         * pop3.el (pop3-last, pop3-stat): Ditto.
12652         * qp.el (quoted-printable-decode-region): Ditto.
12653
12654         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12655         of concat.
12656
12657 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12658
12659         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12660
12661         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12662
12663         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12664
12665         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12666
12667         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12668
12669         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12670
12671         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12672         (gnus-carpal-mode): Ditto.
12673
12674         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12675         (gnus-browse-mode): Ditto.
12676
12677         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12678
12679         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12680
12681 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12682
12683         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12684
12685 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12686
12687         * gnus-util.el (gnus-run-mode-hooks): New function.
12688
12689         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12690
12691         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12692         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12693
12694 2005-05-27  Lute Kamstra  <lute@gnu.org>
12695
12696         * dns-mode.el (dns-mode): Specify customization group.
12697
12698 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12699
12700         * gnus-agent.el (gnus-agent-make-mode-line-string):
12701         Use mode-line-highlight as mouse-face.
12702
12703 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12704
12705         * canlock.el (canlock): Change the parent group to news.
12706
12707         * deuglify.el (gnus-outlook-deuglify): Add :group.
12708
12709         * dig.el (dig): Add :group.
12710
12711         * dns-mode.el (dns-mode): Add :group.
12712
12713         * encrypt.el (encrypt): Add :group.
12714
12715         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12716         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12717         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12718         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12719         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12720
12721         * gnus-diary.el (gnus-diary): Add :group.
12722
12723         * gnus.el (gnus-group-news-1-face): Add :group.
12724         (gnus-group-news-1-empty-face): Ditto.
12725         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12726         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12727         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12728         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12729         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12730         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12731         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12732         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12733         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12734         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12735         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12736         (gnus-summary-high-ticked-face): Ditto.
12737         (gnus-summary-low-ticked-face): Ditto.
12738         (gnus-summary-normal-ticked-face): Ditto.
12739         (gnus-summary-high-ancient-face): Ditto.
12740         (gnus-summary-low-ancient-face): Ditto.
12741         (gnus-summary-normal-ancient-face): Ditto.
12742         (gnus-summary-high-undownloaded-face): Ditto.
12743         (gnus-summary-low-undownloaded-face): Ditto.
12744         (gnus-summary-normal-undownloaded-face): Ditto.
12745         (gnus-summary-high-unread-face): Ditto.
12746         (gnus-summary-low-unread-face): Ditto.
12747         (gnus-summary-normal-unread-face): Ditto.
12748         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12749         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12750
12751         * hashcash.el (hashcash): New custom group.
12752         (hashcash-default-payment): Add :group.
12753         (hashcash-payment-alist): Ditto.
12754         (hashcash-default-accept-payment): Ditto.
12755         (hashcash-accept-resources): Ditto.
12756         (hashcash-path): Ditto.
12757         (hashcash-extra-generate-parameters): Ditto.
12758         (hashcash-double-spend-database): Ditto.
12759         (hashcash-in-news): Ditto.
12760
12761         * message.el (message-minibuffer-local-map): Add :group.
12762
12763         * netrc.el (netrc): Add :group.
12764
12765         * sieve-manage.el (sieve-manage-log): Add :group.
12766         (sieve-manage-default-user): Diito.
12767         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12768         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12769         (sieve-manage-authenticators): Ditto.
12770         (sieve-manage-authenticator-alist): Ditto.
12771         (sieve-manage-default-port): Ditto.
12772
12773         * sieve-mode.el (sieve-control-commands-face): Add :group.
12774         (sieve-action-commands-face): Ditto.
12775         (sieve-test-commands-face): Ditto.
12776         (sieve-tagged-arguments-face): Ditto.
12777
12778         * smime.el (smime): Add :group.
12779
12780         * spam-report.el (spam-report): Add :group.
12781
12782         * spam.el (spam, spam-face): Add :group.
12783
12784 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12785
12786         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12787         return \n.\n.\n at the end of articles.  Protect against that.
12788         (nntp-with-open-group): Allow debugging.
12789
12790         * nnheader.el (mail-header-set-extra): Make into a function
12791         because I just could't understand how to quote the list properly.
12792
12793         * dns.el (query-dns-cached): New function.
12794
12795 2005-05-26  Lute Kamstra  <lute@gnu.org>
12796
12797         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12798
12799 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12802
12803         * gnus-art.el: Don't autoload mail-extract-address-components.
12804
12805         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12806         eval-and-compile to evaluate it.
12807
12808         * hashcash.el: Don't autoload executable-find.
12809
12810         * nndb.el: Don't declare the nndb back end two or more times; don't
12811         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12812
12813         * nntp.el: Autoload format-spec instead of format; use
12814         eval-and-compile to evaluate autoload forms.
12815
12816 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12817
12818         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12819
12820 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12821
12822         * gnus.el (gnus-version-number): Bump version.
12823
12824 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12825
12826         * gnus.el: No Gnus v0.3 is released.
12827
12828 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12829
12830         * lpath.el (featurep): Bind show-nonbreak-escape.
12831
12832 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * gnus-art.el (gnus-article-edit-part): Disable undo.
12835
12836 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12837
12838         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12839         gnus-article-date-lapsed-new-header is t if date timer is active;
12840         skip headers in which the original date value is empty.
12841         (gnus-article-save-original-date): Redefine it as a macro.
12842         (gnus-display-mime): Use it.
12843
12844 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * gnus-art.el (article-date-ut): Support converting date in
12847         forwarded parts as well.
12848         (gnus-article-save-original-date): New function.
12849         (gnus-display-mime): Use it.
12850
12851 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12852
12853         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12854         enclosure element of <item>.
12855
12856 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12857
12858         * message.el (message-kill-buffer-query): Renamed from
12859         `message-kill-buffer-query-if-modified'.  Added :version.
12860
12861 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12864         window layout.
12865
12866 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * mml.el: Autoload dnd when compiling.
12869
12870 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12871
12872         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12873         x-dnd-*.
12874
12875 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12876
12877         * qp.el (quoted-printable-encode-region): Save excursion.
12878
12879 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12880
12881         * message.el (message-kill-buffer-query-if-modified): Add new variable
12882         so the user can kill a modified message buffer quickly.
12883         (message-kill-buffer): Use it.
12884
12885 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * lpath.el: Fbind display-time-event-handler; don't fbind
12888         string-to-multibyte.
12889
12890         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12891
12892 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12895         contained in text because xml.el decodes entities) with LFs.
12896
12897 2005-04-11  Lute Kamstra  <lute@gnu.org>
12898
12899         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12900         differently.
12901
12902 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12903
12904         * mm-util.el (mm-detect-coding-region): Typo.
12905
12906 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12907
12908         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12909
12910 2005-04-06  Deepak Goel  <deego@gnufans.org>
12911
12912         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12913         user-function allow user modifications of the scores.
12914         (spam-stat-score-buffer-user): New function, to allow
12915         user-computed modifications to the score.
12916         (spam-stat-score-buffer-user-functions): List of additional
12917         scoring functions.
12918         (spam-stat-error-holder): Global temporary error holder.
12919         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12920         variable.
12921
12922 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12923
12924         * gnus-registry.el (gnus-registry-clean-empty-function)
12925         (gnus-registry-trim, gnus-registry-fetch-groups)
12926         (gnus-registry-delete-group): Groups that match
12927         `gnus-registry-ignored-groups' are removed from the registry
12928         entries, not just ignored for splitting.  This helps clean up the
12929         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12930         to get all the groups a message ID is in.
12931
12932         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12933         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12934         (spam-stat-score-buffer-user-functions): Add :number custom type.
12935
12936 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12937
12938         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12939         argument in XEmacs.
12940
12941         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12942         (nnrss-request-group): Decode group name first.
12943         (nnrss-request-article): Make a text/plain article if mml-to-mime
12944         failed.
12945         (nnrss-get-encoding): Return a compatible encoding according to
12946         nnrss-compatible-encoding-alist.
12947         (nnrss-find-el): Use consp instead of listp.
12948         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12949
12950 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12953         which Emacs 20 doesn't support.
12954         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12955
12956 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12959         silence the byte compiler inside the defun.
12960
12961         * gnus-demon.el (parse-time-string): Add autoload.
12962
12963         * gnus-delay.el (parse-time-string): Add autoload.
12964
12965         * gnus-art.el (parse-time-string): Add autoload.
12966
12967         * nnultimate.el (parse-time): Require for `parse-time-string'.
12968
12969 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12970
12971         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12972
12973         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12974
12975         * smime.el (smime-ldap-host-list): Add :version.
12976
12977 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12980         pass it to `gnus-browse-read-group'.
12981         (gnus-browse-read-group): Add NUMBER argument and pass it to
12982         `gnus-group-read-ephemeral-group'.
12983
12984         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12985         argument and pass it to `gnus-group-read-group'.
12986
12987 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12988
12989         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12990         mm-xemacs-find-mime-charset-1 if we have the mule feature
12991         available at runtime.
12992
12993 2005-03-25  Werner Lemberg  <wl@gnu.org>
12994
12995         * nnmaildir.el: Replace `illegal' with `invalid'.
12996
12997 2005-03-23  Lute Kamstra  <lute@gnu.org>
12998
12999         * time-date.el: Add comment on time value formats.
13000         Don't require parse-time.
13001         (with-decoded-time-value): New macro.
13002         (encode-time-value): New function.
13003         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13004         (days-to-time): Return a valid time value when arg is huge.
13005         (time-since): Use time-subtract.
13006         (time-to-number-of-days): Use time-to-seconds.
13007
13008 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13009
13010         * gnus-start.el (gnus-display-time-event-handler):
13011         Check display-time-timer at runtime rather than only at load time
13012         in case display-time-mode is turned off in the mean time.
13013
13014 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13015
13016         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13017         used.
13018
13019         * nneething.el (nneething-map-file-directory): Derive from
13020         `gnus-directory'.
13021
13022         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13023         the To/Cc button.
13024
13025 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13026
13027         * nnmaildir.el (nnmaildir-request-accept-article):
13028         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13029
13030 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13031
13032         * gnus-async.el: Require timer-funcs at compile time when in
13033         XEmacs for `run-with-idle-timer'.
13034
13035 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13036
13037         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13038         autoloaded function.
13039
13040 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13041
13042         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13043
13044 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13045
13046         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13047
13048 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13049
13050         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13051         gnus-expert-user to default.
13052
13053 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13054
13055         * nnimap.el (nnimap-open-server): Ditto.
13056
13057         * imap.el (imap-authenticate): Fix typo.
13058
13059 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13060
13061         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13062         buffer (since IMAP server might return FETCH response out of
13063         order, and the nntp buffer must be sorted).
13064
13065 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13066
13067         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13068         comparison on string.
13069
13070         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13071         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13072         (gnus-agent-summary-fetch-series): Modified to protect against
13073         gnus-agent-summary-fetch-group clearing processable flags.
13074         (gnus-agent-synchronize-group-flags): Update live group buffer as
13075         synchronization may occur due to the user toggle the plugged
13076         status.
13077         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13078         successfully downloaded.
13079         (gnus-agent-expire-group-1): Avoid using markers when the overview
13080         is in ascending order; greatly improves performance.
13081         (gnus-agent-regenerate-group): Use
13082         gnus-agent-synchronize-group-flags to reset read status in both
13083         gnus and server.
13084         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13085
13086 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13087
13088         * message.el: Don't autoload former message-utils variables.
13089         (message-strip-subject-trailing-was): Change doc string.
13090
13091         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13092         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13093         (nnweb-google-search): Add "hl=en" here.
13094         (nnweb-google-parse-1, nnweb-google-create-mapping):
13095         Don't hardcode URL.
13096
13097 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * message.el (message-get-reply-headers, message-followup):
13100         Mention related variables `message-use-followup-to' and
13101         `message-use-mail-followup-to', in the information buffer.
13102
13103         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13104         of broken groups(-beta).google.com.
13105
13106 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13107
13108         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13109         parameter to invoked gnus-request-move-article; remove the
13110         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13111         all at once instead of once per article.
13112         (gnus-summary-remove-process-mark): Accept a list of articles as
13113         well as a single article for processing.
13114
13115         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13116         parameter.
13117
13118         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13119
13120         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13121
13122         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13123         parameter.
13124
13125         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13126         parameter.
13127
13128         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13129         parameter and remove the gnus-sum-hint-move-is-internal variable.
13130
13131         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13132         parameter.
13133
13134         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13135         parameter.
13136
13137         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13138         parameter.
13139
13140         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13141
13142         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13143         parameter.
13144
13145         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13146         parameter.
13147
13148 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13149
13150         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13151         a more conservative way.
13152
13153 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13154
13155         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13156         buffer, so it moves the window's cursor.
13157
13158 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13159
13160         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13161         `mm-dissect-multipart' and receive the from field as an (optional)
13162         argument from `mm-dissect-multipart'.
13163         (mm-dissect-multipart): Receive the from field as an argument and
13164         pass it on when we call `mm-dissect-buffer' on MIME parts.
13165         Fixes verification/decryption of signed/encrypted MIME parts.
13166
13167 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13168
13169         * gnus-sum.el (gnus-summary-move-article): Set
13170         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13171         whatever it calls (right now, only nnimap-request-move article
13172         respects it).
13173
13174         * nnimap.el (nnimap-request-move-article): When
13175         gnus-sum-hint-move-is-internal is set, don't do the extra
13176         nnimap-request-article.
13177
13178 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13179
13180         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13181
13182         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13183         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13184
13185         * gnus-sum.el (gnus-summary-caesar-message):
13186         Apply `gnus-treat-article' after rotation.
13187
13188         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13189         doc string.
13190
13191 2005-02-22  Simon Josefsson  <jas@extundo.com>
13192
13193         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13194         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13195         <arne@arnested.dk>.
13196         (encrypt): Add password-cache and password-cache-expiry as group
13197         members.
13198
13199 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13200
13201         * smime.el (smime-ldap-host-list): Doc fix.
13202         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13203         cache) password.
13204         (smime-sign-region): Use it.
13205         (smime-decrypt-region): Use it.
13206         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13207         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13208         fails.
13209         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13210         certificate from DER to PEM format rather than calling openssl.
13211
13212         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13213
13214         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13215         for signing/encryption.
13216
13217         * mml.el (mml-parse-1): Use them.
13218
13219 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13220
13221         * nnrss.el (nnrss-verbose): Removed.
13222         (nnrss-request-group): Use `nnheader-message' instead.
13223
13224 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13225
13226         * nnrss.el (nnrss-verbose): New variable.
13227         (nnrss-request-group): Make it say nnrss is requesting a group.
13228
13229 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13232         Handle news URL with given port correctly.
13233
13234 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13237         containing special characters.
13238
13239         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13240
13241         * mml.el (mime-to-mml): Ditto.
13242
13243         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13244         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13245         (rfc2047-decode-region): Quote decoded words containing special
13246         characters when rfc2047-quote-decoded-words-containing-tspecials
13247         is non-nil.
13248
13249 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13250
13251         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13252
13253         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13254
13255 2005-02-15  Simon Josefsson  <jas@extundo.com>
13256
13257         * nnimap.el (nnimap-debug): Doc fix.
13258
13259         * imap.el (imap-debug): Doc fix.
13260
13261 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13264
13265 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13266
13267         * gnus.el (spam-contents): Improve docs for spam-contents
13268         parameter in its variable incarnation.
13269
13270 2005-02-14  Simon Josefsson  <jas@extundo.com>
13271
13272         * smime-ldap.el: Use require instead of load-library for ldap.
13273         (smime-ldap-search): Indent.
13274         (smime-ldap-search-internal): Shorten line.
13275
13276         * smime.el (smime-cert-by-dns): Add doc-string.
13277         (smime-cert-by-ldap-1): Indent.
13278
13279         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13280         mml-smime-get-dns-ldap.
13281         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13282
13283 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13284
13285         * smime.el: Require smime-ldap.
13286         (smime-ldap-host-list): New variable.
13287         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13288
13289         * mml-smime.el (mml-smime-encrypt-query): New function.
13290         (mml-smime-encrypt-query): Use it.
13291
13292         * smime-ldap.el: New file.
13293
13294 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13297
13298 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13299
13300         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13301         argument in doc string.  Make query for type more clear.
13302
13303 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * gnus.el (gnus-group-startup-message): Search for gnus images in
13306         etc/images/gnus.
13307         * mm-util.el (mm-image-load-path): Likewise.
13308         * smiley.el (smiley-data-directory): Search for smilies in
13309         etc/images/smilies.
13310
13311 2005-02-09  Kim F. Storm  <storm@cua.dk>
13312
13313         Change Emacs release version from 21.4 to 22.1 throughout.
13314         Change Emacs development version from 21.3.50 to 22.0.50.
13315
13316 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13319
13320         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13321         non-Mule XEmacs as well.
13322         (mm-decompress-buffer): Signal an error intentionally if it does
13323         not decompress compressed data because auto-compression-mode is
13324         disabled.
13325
13326 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13327
13328         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13329         an ID in the registry even if it has no groups.
13330
13331 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13334         merge it into mm-decompress-buffer.
13335         (gnus-mime-copy-part): Use the MIME part charset, the value which
13336         a user specified or gnus-newsgroup-charset for decoding, like
13337         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13338         save-buffer what was used.  Suggested by Kevin Ryde
13339         <user42@zip.com.au>.
13340         (gnus-mime-inline-part): Allow the name parameter as well as the
13341         filename parameter; force decompressing of compressed data; always
13342         display contents being not decoded as unibyte.
13343
13344         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13345         as well as the filename parameter.
13346
13347         * mm-util.el (mm-decompress-buffer): Merge
13348         gnus-mime-jka-compr-maybe-uncompress.
13349         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13350         of compressed data.
13351
13352 2005-02-08  Simon Josefsson  <jas@extundo.com>
13353
13354         * imap.el (imap-log): Doc fix.
13355
13356 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13359         the coding cookies; decompress compressed parts.
13360
13361         * mml.el (mml-generate-mime-1): Add the charset parameter according
13362         to the value which a user specified manually or the coding cookie.
13363
13364         * mm-util.el (mm-string-to-multibyte): New function.
13365         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13366         (mm-coding-system-to-mime-charset): New function.
13367         (mm-decompress-buffer): New function.
13368         (mm-find-buffer-file-coding-system): New function.
13369
13370         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13371         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13372         parts.
13373
13374 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13375
13376         * mm-view.el (mm-display-inline-fontify): Decode a part according
13377         to the charset parameter.
13378
13379 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13382         prefix arg is neither nil nor a number, as info specifies.
13383
13384 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13387         timestamps.
13388
13389 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13390
13391         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13392         groups error checking and notify user.
13393
13394 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13395
13396         * message.el (message-send-mail-function): Check existence of
13397         sendmail-program first before using default value
13398         `message-send-mail-with-sendmail'.  Otherwise use more generic
13399         `smtpmail-send-it'.
13400
13401 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13402
13403         * nntp.el (nntp-request-update-info): Always return nil.
13404
13405 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13406
13407         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13408
13409 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13410
13411         * message.el (message-beginning-of-line): Change the behavior when
13412         invoked between BOL and : so that it first moves backward.
13413
13414 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13417         article buffer when editing of the article is discarded.
13418         (gnus-article-prepare): Revert.
13419
13420 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13421
13422         * gnus-art.el (gnus-article-prepare):
13423         Remove message-strip-forbidden-properties from the local hook.
13424
13425 2005-01-27  Simon Josefsson  <jas@extundo.com>
13426
13427         * password.el (password-cache-add): Only start one timer per key.
13428         Reported by Derek Atkins <warlord@MIT.EDU>.
13429
13430 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13431
13432         * run-at-time.el: Removed.  It is no longer needed as
13433         timer-funcs.el in the xemacs-base package has a working version of
13434         `run-at-time'.
13435
13436         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13437
13438         * password.el: Require timer-funcs instead of run-at-time in
13439         XEmacs.
13440         Remove `password-run-at-time' macro.
13441         (password-cache-add): Use `run-at-time' instead of
13442         `password-run-at-time'.
13443
13444         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13445         Remove `nnheader-cancel-function-timers' alias,
13446         `cancel-function-timers' exists in XEmacs in timer-funcs.
13447
13448         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13449         for `run-with-idle-timer'.
13450
13451         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13452         for `run-at-time'.
13453
13454         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13455         for `with-timeout'.
13456
13457         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13458         the same as for XEmacs 21.4.
13459         No need to ignore `run-with-idle-timer', this function exists in
13460         XEmacs now in timer-funcs.el in the xemacs-base package.
13461         (dgnushack-compile): No need to delete
13462         run-at-time.el from the list of files to compile because it
13463         doesn't exist anymore.
13464
13465 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13468         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13469
13470 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13471
13472         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13473         sensitively.
13474
13475 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13476
13477         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13478
13479 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13482         which will be inserted according to the multibyteness of a buffer
13483         rather than the type of contents.  Suggested by ARISAWA Akihiro
13484         <ari@mbf.ocn.ne.jp>.
13485
13486         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13487         of string which old xml.el may return rather than a string.
13488
13489 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13492
13493 2005-01-16  Simon Josefsson  <jas@extundo.com>
13494
13495         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13496         idn/idna.el isn't available.
13497         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13498         <michael@waxrat.com>.
13499
13500         * hashcash.el: Remove non-FSF copyright header.
13501
13502         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13503         (hashcash-generate-payment): Use it.
13504         (hashcash-generate-payment-async): Use it.
13505
13506 2005-01-15  Simon Josefsson  <jas@extundo.com>
13507
13508         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13509         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13510
13511         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13512         gnus-summary-idna-message.
13513         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13514         (gnus-summary-idna-message): New function.
13515
13516 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13519         gnus-novice-user.
13520
13521 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * nnrss.el (nnrss-request-delete-group): Delete entries in
13524         nnrss-group-alist as well.
13525         (nnrss-save-server-data): Insert newline.
13526
13527 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13528
13529         * gnus.el (gnus-user-agent): Use list of symbols instead of
13530         symbols.  Display full version number for (S)XEmacs.  Optionally
13531         display (S)XEmacs codename.
13532
13533         * gnus-util.el (gnus-emacs-version): Update for new
13534         `gnus-user-agent'.
13535
13536         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13537         Gnus version.
13538
13539 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13540
13541         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13542         which is unreadable in some setups.
13543
13544 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gnus-spec.el (gnus-update-format-specifications): Flush the
13547         group format spec cache if it doesn't support decoded group names.
13548
13549 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13550
13551         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13552         Allow to apply decay on score files matching a regexp.
13553
13554 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13557         compatibility in %g and %c.
13558
13559 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13562         name for only %g and %c.
13563         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13564         of gnus-tmp-group to decoded group name.
13565         (gnus-group-make-rss-group): Exclude `/'s from group names.
13566
13567 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * nnrss.el (nnrss-get-encoding): Fix regexp.
13570
13571 2004-12-27  Simon Josefsson  <jas@extundo.com>
13572
13573         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13574         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13575         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13576
13577 2004-12-17  Kim F. Storm  <storm@cua.dk>
13578
13579         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13580
13581         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13582
13583 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13584
13585         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13586
13587 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * nnrss.el: Require rfc2047 and mml.
13590         (nnrss-file-coding-system): New variable.
13591         (nnrss-format-string): Redefine it as an inline function.
13592         (nnrss-decode-group-name): New function.
13593         (nnrss-string-as-multibyte): Remove.
13594         (nnrss-retrieve-headers): Decode group name; don't use
13595         nnrss-format-string.
13596         (nnrss-request-group): Decode group name.
13597         (nnrss-request-article): Decode group name; allow a Message-ID as
13598         well as an article number; don't use nnrss-format-string; encode a
13599         Message-ID string which may contain non-ASCII characters; use
13600         mml-to-mime to compose a MIME article.
13601         (nnrss-request-expire-articles): Decode group name.
13602         (nnrss-request-delete-group): Decode group name.
13603         (nnrss-fetch): Clarify error message.
13604         (nnrss-read-server-data): Use insert-file-contents instead of load;
13605         bind file-name-coding-system; use multibyte buffer.
13606         (nnrss-save-server-data): Bind coding-system-for-write to the
13607         value of nnrss-file-coding-system; bind file-name-coding-system;
13608         add coding cookie.
13609         (nnrss-read-group-data): Use insert-file-contents instead of load;
13610         bind file-name-coding-system; use multibyte buffer.
13611         (nnrss-save-group-data): Bind coding-system-for-write to the
13612         value of nnrss-file-coding-system; bind file-name-coding-system.
13613         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13614         make it work with non-ASCII text.
13615         (nnrss-find-el): Make it work with old xml.el as well.
13616
13617 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13618
13619         * nnrss.el (nnrss-get-encoding): New function.
13620         (nnrss-fetch): Use unibyte buffer initially; bind
13621         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13622         decode contents according to the encoding attribute.
13623         (nnrss-save-group-data): Add coding cookie.
13624         (nnrss-mime-encode-string): New function.
13625         (nnrss-check-group): Use it to encode subject and author.
13626
13627 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13628
13629         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13630         imaginary variable.
13631
13632 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13633
13634         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13635         correctly even if there are wide characters.
13636
13637 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13638
13639         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13640         downcased symbol names; make a new cache instead of reusing
13641         bbdb-hashtable.
13642
13643 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13646         concatenating segments rather than before concatenating them.
13647         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13648
13649         * message.el (message-get-reply-headers): Bind `extra'.
13650
13651 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13652
13653         * message.el (message-extra-wide-headers): New variable.
13654         (message-get-reply-headers): Use it.
13655
13656 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13659         (gnus-agent-group-pathname): Ditto.
13660
13661         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13662
13663         * gnus-group.el (gnus-group-make-group): Decode group name.
13664         (gnus-group-make-rss-group): Register the group data after opening
13665         the nnrss group.
13666
13667 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13668
13669         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13670         by expiry now get marked as read.
13671
13672 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13673
13674         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13675
13676 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13677
13678         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13679         unify Latin characters in XEmacs.
13680         (mm-find-mime-charset-region): Use it.
13681
13682 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13683
13684         * gnus-util.el (gnus-delete-directory): New function.
13685
13686         * gnus-agent.el (gnus-agent-delete-group): Use it.
13687
13688         * gnus-cache.el (gnus-cache-delete-group): Use it.
13689
13690 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13693         names.
13694
13695 2004-12-16  Simon Josefsson  <jas@extundo.com>
13696
13697         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13698
13699 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13702
13703         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13704         (gnus-group-set-current-level): Decode group name.
13705
13706 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13707
13708         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13709         failed.
13710
13711 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * gnus-group.el (gnus-group-delete-group): Decode group name.
13714         (gnus-group-make-rss-group): Encode group name.
13715         (gnus-group-catchup-current): Decode group name.
13716         (gnus-group-kill-group): Decode group name.
13717
13718 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13719
13720         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13721
13722 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-group.el (gnus-group-make-rss-group):
13725         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13726
13727         * gnus-start.el (gnus-setup-news): Honor user's setting to
13728         gnus-message-archive-method.  Suggested by Lute Kamstra
13729         <lute@gnu.org>.
13730
13731 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13732
13733         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13734         global counterparts of the buffer-local variables.
13735
13736 2004-11-16  Romain Francoise  <romain@orebokech.com>
13737
13738         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13739         counterparts of the buffer-local variables.
13740
13741 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13742
13743         * message.el (message-forbidden-properties): Fixed typo in doc
13744         string.
13745
13746 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13747
13748         * gnus-util.el (gnus-replace-in-string): Added doc string.
13749
13750         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13751         to avoid problems when splitting mails with many recipients.
13752
13753 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13754
13755         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13756         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13757
13758 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13759
13760         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13761         if there is no hashtable in memory or file modification time is
13762         newer than cached timestamp.
13763
13764 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13765
13766         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13767         not-matching option.
13768
13769 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13772         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13773         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13774         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13775         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13776         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13777
13778 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13779
13780         * message.el (message-forward-make-body-mml): Remove headers
13781         according to message-forward-ignored-headers if a message is decoded.
13782
13783 2004-12-02  Romain Francoise  <romain@orebokech.com>
13784
13785         * message.el (message-forward-make-body-plain): Always remove
13786         headers according to message-forward-ignored-headers.
13787
13788 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13789
13790         * spam.el (spam-summary-prepare-exit): Remove the
13791         gnus-summary-limit pop for now, it has problems with ham marks for
13792         me.
13793
13794 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13795
13796         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13797         correctly.
13798
13799 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13800
13801         * format-spec.el (format-spec): Message the char.
13802
13803 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13804
13805         * gnus-art.el (gnus-split-methods): Reformat comments.
13806
13807         * spam.el (spam-summary-prepare-exit): Remove article limits
13808         before exiting the summary buffer.
13809
13810 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13811
13812         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13813         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13814
13815         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13816         order to silence the byte compiler.
13817
13818         * spam.el: Fix the way to silence the byte compiler, which
13819         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13820         bbdb-search-simple, spam-BBDB-register-routine,
13821         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13822         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13823         spam-stat-buffer-is-spam, spam-stat-load,
13824         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13825         spam-stat-save and spam-stat-split-fancy.
13826
13827 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13828
13829         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13830         which may confuse users.
13831         (canlock-password-for-verify): Ditto.
13832
13833         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13834
13835         * gnus-art.el (gnus-emphasis-alist): Ditto.
13836
13837         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13838
13839         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13840
13841         * gnus-start.el (gnus-save-killed-list): Ditto.
13842
13843         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13844         (gnus-sum-thread-tree-root): Ditto.
13845         (gnus-sum-thread-tree-false-root): Ditto.
13846         (gnus-sum-thread-tree-single-indent): Ditto.
13847
13848         * message.el (message-courtesy-message): Ditto.
13849         (message-archive-note): Ditto.
13850         (message-subscribed-address-file): Ditto.
13851         (message-user-fqdn): Ditto.
13852
13853         * spam-report.el (spam-report-gmane-regex): Ditto.
13854
13855         * spam.el (spam-blackhole-good-server-regex): Ditto.
13856
13857 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13858
13859         * mml.el (mml-preview): Widen the message buffer before copying
13860         the contents to the preview buffer; sort headers before previewing.
13861
13862         * message.el (message-hidden-headers): Fix the way to avoid a bug
13863         in the `repeat' widget in Emacs 21.3 or earlier.
13864
13865 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13866
13867         * message.el (message-hidden-headers): Default to "^References:".
13868         Improve customization type.  Suggested by Reiner Steib
13869         <Reiner.Steib@gmx.de>.
13870
13871 2004-11-25  Romain Francoise  <romain@orebokech.com>
13872
13873         * message.el (message-strip-forbidden-properties): Remove check for
13874         obsolete `message-hidden' text property, hidden headers are not
13875         accessible in the buffer anymore.
13876
13877 2004-11-22  Romain Francoise  <romain@orebokech.com>
13878
13879         * message.el (message-header-format-alist): Add `From' in list
13880         so that it can be sorted.
13881         (message-fix-before-sending): Widen and sort headers before
13882         sending.
13883         (message-hide-headers): Use narrowing to hide headers by moving
13884         them to the top of the buffer and narrowing to the region
13885         underneath.
13886
13887 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13888
13889         * message.el (message-strip-forbidden-properties): Bind
13890         buffer-read-only (etc) to nil.
13891
13892 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13893
13894         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13895         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13896
13897 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13898
13899         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13900
13901 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13902
13903         * dns.el (query-dns): Use sit-for to time instead of
13904         accept-process-output, since that doesn't seem to work on udp
13905         sockets.
13906
13907 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13910
13911 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13912
13913         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13914         doc string.  Improve doc string.
13915
13916 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * nntp.el (nntp-request-update-info): Return nil if
13919         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13920         may not call gnus-activate-group which uselessly issues the GROUP
13921         commands for all nntp groups and wastes time.  Reported by Romain
13922         Francoise <romain@orebokech.com>.
13923
13924         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13925
13926 2004-11-15  Simon Josefsson  <jas@extundo.com>
13927
13928         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13929         headers separately.
13930         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13931         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13932
13933 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * gnus-start.el (gnus-convert-old-newsrc):
13936         Assign legacy-gnus-agent to 5.10.7.
13937
13938 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13939
13940         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13941         start of the lines.
13942
13943 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13944
13945         * hashcash.el (hashcash-default-payment): Change default to 20.
13946         (hashcash-default-accept-payment): Change default to 20.
13947         (hashcash-process-alist): New variable.
13948         (hashcash-generate-payment-async): Add.
13949         (hashcash-already-paid-p): Add.
13950         (hashcash-insert-payment): Don't generate payments twice.
13951         (hashcash-insert-payment-async): Add.
13952         (hashcash-insert-payment-async-2): Add.
13953         (hashcash-cancel-async): Add.
13954         (hashcash-wait-async): Add.
13955         (hashcash-processes-running-p): Add.
13956         (hashcash-wait-or-cancel): Add.
13957         (mail-add-payment): New optional argument.  Conditionally start
13958         asynchronous calculation.
13959         (mail-add-payment-async): Add.
13960
13961         * message.el (message-send-mail): Wait for asynchronous hashcash
13962         results.  Don't clobber existing X-Hashcash headers.
13963         (message-setup-1): Call mail-add-payment-async when
13964         message-generate-hashcash is non-nil.
13965
13966 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13967
13968         * message.el (message-use-alternative-email-as-from): Examine the
13969         From header as well; use message-make-from in order to include a
13970         user's full name.
13971
13972 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13973
13974         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13975         default; improve customization type.
13976         (gnus-emphasis-custom-with-format): New macro.
13977         (gnus-emphasis-custom-value-to-external): New function.
13978         (gnus-emphasis-custom-value-to-internal): New function.
13979
13980 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13981
13982         * dns.el (query-dns): Resolve reverse addresses.
13983
13984 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13985
13986         * gnus-group.el (gnus-group-get-new-news): Use it.
13987
13988         * gnus-start.el (gnus-check-reasonable-setup): New function.
13989
13990 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13991
13992         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13993         "Args out of range" error.  Reported by Arnaud Giersch
13994         <arnaud.giersch@free.fr>.
13995
13996 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13997
13998         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13999
14000 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14001
14002         * spam.el (spam group): Add :version.
14003
14004         * pgg-def.el (pgg group): Add :version.
14005
14006 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14007
14008         * gnus-art.el (gnus-article-edit-article): Don't associate the
14009         article buffer with a draft file.  This is a temporary measure
14010         against the 2004-08-22 change to gnus-article-edit-mode.
14011
14012 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14015         (html2text-format-tags): Remove unused variable `attr'.
14016
14017 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14018
14019         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14020
14021         * tls.el (tls-process-connection-type, tls-success)
14022         (tls-certtool-program): Add :version.
14023
14024         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14025         (starttls-extra-arguments, starttls-process-connection-type)
14026         (starttls-connect, starttls-failure, starttls-success): Add :version.
14027
14028         * spam-stat.el (spam-stat): Add :version.
14029
14030         * sieve.el (sieve): Add :version.
14031
14032         * sha1.el (sha1): Add :version.
14033         (sha1-use-external): Remove redundant version.
14034
14035         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14036         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14037         (nnmail-split-fancy-match-partial-words)
14038         (nnmail-split-lowercase-expanded): Add :version.
14039
14040         * nndiary.el (nndiary): Add :version.
14041
14042         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14043
14044         * mml-sec.el (mml-default-sign-method)
14045         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14046         Add :version.
14047
14048         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14049
14050         * mm-url.el (mm-url-use-external, mm-url-program)
14051         (mm-url-arguments): Add :version.
14052
14053         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14054         (mm-attachment-file-modes, mm-decrypt-option)
14055         (mm-w3m-safe-url-regexp): Add :version.
14056
14057         * message.el (message-cite-prefix-regexp)
14058         (message-sendmail-envelope-from, message-minibuffer-local-map)
14059         (message-user-fqdn, message-completion-alist): Add :version.
14060
14061         * gnus-win.el (gnus-configure-windows-hook)
14062         (gnus-use-frames-on-any-display): Add :version.
14063
14064         * gnus-art.el (gnus-article-address-banner-alist)
14065         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14066         (gnus-treat-from-picon, gnus-treat-mail-picon)
14067         (gnus-treat-x-pgp-sig): Add :version.
14068
14069         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14070         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14071         (gnus-summary-article-delete-hook)
14072         (gnus-summary-display-while-building): Add :version.
14073
14074         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14075         (gnus-get-top-new-news-hook): Add :version.
14076
14077         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14078         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14079
14080         * gnus-registry.el (gnus-registry): Add :version.
14081
14082         * gnus-spec.el (gnus-use-correct-string-widths)
14083         (gnus-make-format-preserve-properties): Add :version.
14084
14085         * gnus.el (gnus-group-charter-alist)
14086         (gnus-group-fetch-control-use-browse-url)
14087         (gnus-install-group-spam-parameters): Add :version.
14088
14089         * gnus-diary.el (gnus-diary): Add :version.
14090
14091         * gnus-delay.el (gnus-delay): Add :version.
14092
14093         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14094         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14095         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14096         Add :version.
14097
14098         * gnus-agent.el (gnus-agent-max-fetch-size)
14099         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14100         (gnus-agent-prompt-send-queue): Add :version.
14101
14102         * deuglify.el (gnus-outlook-deuglify): Add :version.
14103
14104         * html2text.el: Beautify code.  Improve doc strings.  Some
14105         checkdoc cleanup.
14106         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14107
14108 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14109
14110         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14111
14112 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14113
14114         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14115         when package is loaded.
14116
14117         * spam.el (spam-summary-score-preferred-header): Add global preference
14118         for people who want to override the default SpamAssassin over
14119         Bogofilter preference (when both are set).
14120         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14121         (spam-user-format-function-S): Check
14122         spam-summary-score-preferred-header.
14123         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14124         (spam-user-format-function-S): Format the score correctly.
14125
14126 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14127
14128         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14129         signature file.  Suggested by Manoj Srivastava
14130         <srivasta@golden-gryphon.com>.
14131
14132         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14133         iso-2022-jp even in the Japanese language environment.
14134         Suggested by Jason Rumney <jasonr@gnu.org>.
14135
14136 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14139         use the same characters as the dummy marks; make it free from
14140         getting affected by the language environment.
14141         (gnus-summary-read-group-1): Update mark positions only when the
14142         format spec is updated.
14143
14144         * gnus-spec.el (gnus-update-format-specifications): Return a list
14145         of updated types.
14146
14147 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14150         of boundp to check if display-warning is available.
14151
14152 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14153
14154         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14155
14156 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * nnspool.el (nnspool-spool-directory): Use news-path if the
14159         news-directory variable is not bound.
14160
14161         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14162         function instead of display-warning if it is not available.
14163
14164 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14165
14166         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14167         v5-10: Use `point-at-bol'.
14168
14169 2004-10-26  Simon Josefsson  <jas@extundo.com>
14170
14171         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14172         <chenggao@gmail.com>.
14173
14174 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14177         instead.
14178
14179 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14180
14181         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14182         to remove a server from the nnimap-server-buffer-alist.
14183         (nnimap-open-connection, nnimap-close-server): Use it.
14184
14185         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14186
14187 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14190         running the major-mode function.
14191
14192 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14195         dummy marks in the right way.
14196
14197 2004-10-18  David Edmondson  <dme@dme.org>
14198
14199         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14200         excessively.
14201
14202 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14203
14204         * gnus-util.el (gnus-split-references): Accept a nil references
14205         string and go on blissfully.
14206
14207         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14208         cases where the references string is non-nil but has no references.
14209
14210         * encrypt.el: Add autoload tags.
14211
14212         * spam.el (spam-resolve-registrations-routine): Remove article
14213         from unregistration list too.  Reported by David Hanak
14214         <dhanak@isis.vanderbilt.edu>
14215
14216 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14217
14218         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14219         nil.  Changed custom type.
14220
14221 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14222
14223         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14224
14225         * gnus-sum.el (gnus-summary-move-article): Use it.
14226
14227 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14228
14229         * encrypt.el: Add autoload cookies.
14230
14231         * spam.el (spam-backend-article-list-property)
14232         (spam-backend-get-article-todo-list)
14233         (spam-backend-put-article-todo-list)
14234         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14235         Resolve registrations separately.
14236         (spam-register-routine): Format comments.
14237         (spam-unregister-routine, spam-register-routine): Always call with
14238         specific-articles, no default list.
14239         (spam-summary-prepare-exit): Use the spam-classifications function.
14240
14241         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14242         gnus-encrypt.el.
14243
14244         * encrypt.el: Copied from gnus-encrypt.el.
14245
14246         * gnus-encrypt.el: Commented that it's obsolete.
14247
14248 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14251         (gnus-score-save): Use it.
14252
14253         * message.el (message-bury): Use `window-dedicated-p'.
14254
14255 2004-10-15  Simon Josefsson  <jas@extundo.com>
14256
14257         * pop3.el (top-level): Don't require nnheader.
14258         (pop3-read-timeout): Add.
14259         (pop3-accept-process-output): Add.
14260         (pop3-read-response, pop3-retr): Use it.
14261
14262 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14263
14264         * spam.el (spam-register-routine): Move comment.
14265         (spam-verify-bogofilter): Use 'unknown for the initial
14266         spam-bogofilter-valid state, not 'never.
14267
14268         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14269         for netrc-machine.
14270
14271         * nnimap.el (nnimap-open-connection): Use
14272         netrc-machine-user-or-password.
14273
14274 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14275
14276         * gnus-registry.el (gnus-registry-unload-hook):
14277         Set as a variable with add-hook.
14278
14279         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14280         of news-path.
14281
14282         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14283
14284         * spam.el: Delete duplicate `provide'.
14285         (spam-unload-hook): Set as a variable with add-hook.
14286
14287 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14290         in the doc string.
14291
14292         * message.el (message-ignored-news-headers)
14293         (message-ignored-supersedes-headers)
14294         (message-ignored-resent-headers)
14295         (message-forward-ignored-headers): Improve custom type.
14296
14297 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * message.el (message-tokenize-header): Fix 2004-09-06 change
14300         which used point-min in the wrong place.
14301
14302 2004-10-12  Simon Josefsson  <jas@extundo.com>
14303
14304         * tls.el (tls-certtool-program): New variable.
14305         (tls-certificate-information): New function, based on
14306         ssl-certificate-information.
14307
14308 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * compface.el: Move the version of ELisp-based uncompface program
14311         to the contrib directory because of the copyright problem.
14312
14313 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14314
14315         * message.el (message-kill-buffer): Raise the current frame.
14316
14317 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14320
14321         * gnus.el (message-y-or-n-p): Autoload.
14322
14323         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14324         (pop3-password-required, pop3-authentication-scheme)
14325         (pop3-leave-mail-on-server): Made customizable.
14326         (pop3): New custom group.
14327         (pop3-retr): Remove `sleep-for' statements.
14328         Suggested by Dave Love <fx@gnu.org>.
14329
14330         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14331         Windows/DOS.
14332
14333         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14334         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14335         Dave Love <fx@gnu.org>.
14336
14337         * mml.el (mml-minibuffer-read-disposition): Require match.
14338         Suggested by Dave Love <fx@gnu.org>.
14339
14340 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14343         doc string.
14344
14345 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14348
14349 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14350
14351         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14352         instead of calling `mm-insert-inline', to decode text/* parts
14353         before displaying them.
14354
14355 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * mm-uu.el (mm-uu-text-plain-type): New variable.
14358         (mm-uu-pgp-signed-extract-1): Use it.
14359         (mm-uu-pgp-encrypted-extract-1): Use it.
14360         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14361         bind mm-uu-text-plain-type with that value.
14362         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14363         mm-uu-dissect.
14364
14365 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * gnus-group.el (gnus-update-group-mark-positions):
14368         * gnus-sum.el (gnus-update-summary-mark-positions):
14369         * message.el (message-check-news-body-syntax):
14370         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14371         of string-as-multibyte.
14372
14373 2004-10-05  Juri Linkov  <juri@jurta.org>
14374
14375         * gnus-group.el (gnus-update-group-mark-positions):
14376         * gnus-sum.el (gnus-update-summary-mark-positions):
14377         * message.el (message-check-news-body-syntax):
14378         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14379         8-bit unibyte values to a multibyte string for search functions.
14380
14381 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14384         (mm-uu-dissect-text-parts): New function.
14385
14386         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14387         dissect text parts.
14388
14389         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14390         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14391
14392         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14393
14394         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14395         gnus-current-topics instead of gnus-current-topic.
14396
14397 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14398
14399         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14400
14401 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14402
14403         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14404         where approriate.
14405
14406         * nnml.el (nnml-generate-active-info): do.
14407
14408         * nndiary.el (nndiary-generate-active-info): do.
14409
14410         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14411         (gnus-topic-move): do.
14412
14413         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14414         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14415
14416         * gnus-srvr.el (gnus-server-prepare)
14417         (gnus-server-open-all-servers): do.
14418
14419         * gnus-msg.el (gnus-summary-cancel-article)
14420         (gnus-summary-resend-message)
14421         (gnus-summary-mail-crosspost-complaint): do.
14422
14423         * gnus-move.el (gnus-change-server): do.
14424
14425         * gnus-group.el (gnus-group-unmark-all-groups)
14426         (gnus-group-set-current-level): do.
14427
14428 2004-10-04  Simon Josefsson  <jas@extundo.com>
14429
14430         * message.el (message-generate-hashcash): Doc fix.
14431
14432 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14433
14434         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14435         avoid infinite recursion via gnus-get-function.
14436
14437 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14438
14439         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14440
14441         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14442
14443         * nnmail.el (nnmail-split-history): do.
14444
14445         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14446         (nnml-request-delete-group): do.
14447
14448         * nnslashdot.el (nnslashdot-read-groups): do.
14449
14450         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14451         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14452
14453         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14454         (nnspool-sift-nov-with-sed): Use last.
14455         (nnspool-retrieve-headers-with-nov): Use mapc.
14456         (nnspool-request-newgroups): Use dolist.
14457         (nnspool-request-group): Use last.
14458
14459         * nntp.el (nntp-read-server-type): Use dolist.
14460
14461         * nnvirtual.el (nnvirtual-create-mapping)
14462         (nnvirtual-update-read-and-marked): Use dolist.
14463         (nnvirtual-convert-headers): Simplify.
14464
14465 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14466
14467         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14468         support for sync'ing tick marks.
14469
14470 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14471
14472         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14473         there's no visible header.
14474
14475 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14476
14477         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14478         necessary, pass full group name to gnus-request-set-marks.
14479
14480 2004-10-01  Simon Josefsson  <jas@extundo.com>
14481
14482         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14483         acroread.
14484
14485 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14486
14487         * spam-report.el (spam-report-gmane): Fix interactive.
14488
14489         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14490
14491         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14492         when writing file.
14493         (gnus-agent-synchronize-flags): Don't default to being
14494         interactive.
14495
14496 2004-09-30  Simon Josefsson  <jas@extundo.com>
14497
14498         * message.el (message-generate-hashcash): Add.
14499         (message-send-mail): Use it, call mail-add-payment.
14500
14501 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14502
14503         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14504
14505 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14506
14507         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14508         gnus-requst-update-info with explicit code to sync the in-memory
14509         info read flags with the marks being sync'd to the backend.
14510
14511         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14512
14513 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14514
14515         * spam.el (spam-verify-bogofilter): Add new function.
14516         (spam-check-bogofilter)
14517         (spam-bogofilter-register-with-bogofilter): Use it.
14518         (spam-verify-bogofilter): Add small fixes.
14519
14520 2004-09-28  Simon Josefsson  <jas@extundo.com>
14521
14522         * hashcash.el (hashcash-generate-payment): Revert.
14523
14524 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14525
14526         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14527         gnus-extract-references instead of gnus-split-references.
14528
14529         * gnus-util.el (gnus-extract-references): Add new function, analogous
14530         to gnus-split-references but extracts only the message-ID without
14531         anything extra.
14532
14533         * hashcash.el (hashcash-generate-payment)
14534         (hashcash-check-payment): Do the right thing if hashcash-path is
14535         nil (because the hashcash program could not be found).
14536
14537         * spam.el (spam-use-hashcash): Remove comment.
14538
14539 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14540
14541         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14542         (gnus-cache-enter-article, gnus-cache-remove-article)
14543         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14544
14545         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14546
14547         * gnus-art.el (article-hide-boring-headers)
14548         (article-translate-strings, article-display-face)
14549         (gnus-article-mime-match-handle-first)
14550         (gnus-article-highlight-headers)
14551         (gnus-article-add-buttons-to-head): do.
14552
14553 2004-09-27  Simon Josefsson  <jas@extundo.com>
14554
14555         * hashcash.el: New version, from
14556         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14557         ../contrib/.
14558
14559 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14562
14563 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14564
14565         * gnus-dup.el (gnus-dup-open): Use mapc.
14566         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14567
14568         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14569         Reported by Stefan Wiens <s.wi@gmx.net>.
14570
14571         * gnus.el (gnus-shutdown): Use dolist.
14572
14573         * gnus-undo.el (gnus-undo): Use mapc.
14574
14575         * nnrss.el (nnrss-generate-active): do.
14576
14577         * message.el (message-cite-original-without-signature)
14578         (message-cite-original): Use mapc.
14579         (message-do-actions, message-make-forward-subject): Use dolist.
14580
14581 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14582
14583         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14584         deletion to remove entire duplicate line.  Fixes merged article
14585         number bug.
14586
14587 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14588
14589         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14590         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14591         first ask if you want to open a server and then, even when you
14592         responded with no, asking if you want to synchronize the server's
14593         flags.
14594         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14595         multi-line expressions.
14596         (gnus-agent-synchronize-group-flags): New internal function.
14597         Updates marks in memory (in the info structure) AND in the
14598         backend.
14599
14600         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14601
14602         * nnagent.el (nnagent-request-set-mark): Use
14603         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14604         method, to ensure that synchronization updates marks in the
14605         backend and in the info (in memory) structure.
14606
14607 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14610         convention fully; don't miss the root article of a thread; make
14611         the X-Draft-From header with correct article numbers.
14612
14613 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14614
14615         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14616         unless plugged.  Disable the agent so that an open failure causes
14617         an error.
14618
14619         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14620         Reverted 2004-09-21 change.  The backend must be opened while
14621         synchronizing flags even when the backend stores the flags
14622         locally.
14623
14624 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14627         in `header' match.  Reported by Svend Tollak Munkejord.
14628
14629         * message.el (message-cite-original): Fix use of
14630         `message-cite-articles-with-x-no-archive'.
14631
14632 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14635         (gnus-window-to-buffer): Ditto.
14636
14637         * mml.el (mml-preview-buffer): New variable.
14638         (mml-preview): Manage window layout with gnus-buffer-configuration.
14639
14640         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14641         X-Draft-From header even if those articles aren't quoted.
14642
14643 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14644
14645         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14646         (gnus-request-set-mark, gnus-request-update-mark): Use new
14647         g-s-t-u-l-m to decide to use backend even when unplugged.
14648
14649 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14650
14651         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14652         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14653
14654 2004-09-20  Simon Josefsson  <jas@extundo.com>
14655
14656         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14657         "utf-16-le".
14658
14659 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14660
14661         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14662
14663 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * uudecode.el (uudecode-use-external): Add :version.
14666
14667         * smime.el (smime-CA-file, smime-encrypt-cipher)
14668         (smime-dns-server): Add :version.
14669
14670         * smiley.el (gnus-smiley-file-types): Add :version.
14671
14672         * sha1.el (sha1-use-external): Add :version.
14673
14674         * pgg-def.el (pgg-query-keyserver): Add :version.
14675
14676         * nnmail.el (nnmail-fancy-expiry-targets)
14677         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14678         Add :version.
14679
14680         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14681         (nnimap-retrieve-groups-asynchronous): Add :version.
14682         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14683
14684         * mml.el (mml-content-disposition-parameters)
14685         (mml-insert-mime-headers-always): Add :version.
14686
14687         * mm-util.el (mm-coding-system-priorities): Add :version.
14688
14689         * mm-decode.el (mm-inline-text-html-with-images)
14690         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14691         (mm-verify-option): Add :version.
14692         (mm-text-html-renderer): Change :version.
14693
14694         * message.el (message-fcc-externalize-attachments)
14695         (message-required-headers, message-draft-headers)
14696         (message-subject-trailing-was-query)
14697         (message-subject-trailing-was-ask-regexp)
14698         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14699         (message-mark-insert-end, message-archive-header)
14700         (message-archive-note, message-cross-post-default)
14701         (message-cross-post-note, message-followup-to-note)
14702         (message-cross-post-note-function, message-use-mail-followup-to)
14703         (message-subscribed-address-functions)
14704         (message-subscribed-address-file, message-subscribed-addresses)
14705         (message-subscribed-regexps, message-allow-no-recipients)
14706         (message-yank-cited-prefix, message-signature-insert-empty-line)
14707         (message-hidden-headers, message-hierarchical-addresses)
14708         (message-mail-user-agent, message-use-idna)
14709         (message-valid-fqdn-regexp)
14710         (message-strip-special-text-properties, message-header-synonyms)
14711         (message-beginning-of-line, message-tab-body-function): Add :version.
14712         (message-insert-canlock, message-wide-reply-confirm-recipients):
14713         Change :version.
14714
14715         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14716         and :version.
14717         (mail-source-delete-old-incoming-confirm)
14718         (mail-source-movemail-program): Add :version.
14719
14720         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14721         (gnus-agent-cache, gnus-agent): Change :version.
14722
14723         * gnus-util.el (gnus-use-byte-compile): Change :version.
14724
14725         * gnus-sum.el (gnus-summary-make-false-root-always)
14726         (gnus-summary-default-high-score)
14727         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14728         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14729         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14730         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14731         (gnus-sum-thread-tree-single-indent)
14732         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14733         (gnus-sum-thread-tree-leaf-with-other)
14734         (gnus-sum-thread-tree-single-leaf): Add :version.
14735         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14736         (gnus-article-loose-mime): Change :version.
14737
14738         * gnus-start.el (gnus-backup-startup-file)
14739         (gnus-save-startup-file-via-temp-buffer): Add :version.
14740
14741         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14742         (gnus-server-offline-face): Add :version.
14743
14744         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14745
14746         * gnus-msg.el (gnus-gcc-externalize-attachments)
14747         (gnus-debug-files, gnus-debug-exclude-variables)
14748         (gnus-discouraged-post-methods): Change :version.
14749         (gnus-confirm-mail-reply-to-news)
14750         (gnus-confirm-treat-mail-like-news): Add :version.
14751
14752         * gnus-int.el (gnus-server-unopen-status): Add :version.
14753
14754         * gnus-group.el (gnus-group-jump-to-group-prompt)
14755         (gnus-large-ephemeral-newsgroup)
14756         (gnus-fetch-old-ephemeral-headers): Add :version.
14757
14758         * gnus-fun.el (gnus-x-face-directory)
14759         (gnus-convert-pbm-to-x-face-command)
14760         (gnus-convert-image-to-x-face-command)
14761         (gnus-convert-image-to-face-command): Add :version.
14762
14763         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14764
14765         * gnus-cite.el (gnus-cite-blank-line-after-header)
14766         (gnus-article-boring-faces): Add :version.
14767
14768         * gnus-art.el (gnus-buttonized-mime-types)
14769         (gnus-inhibit-mime-unbuttonizing)
14770         (gnus-treat-display-face)
14771         (gnus-treat-body-boundary): Change :version.
14772         (gnus-body-boundary-delimiter, gnus-picon-databases)
14773         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14774         (gnus-treat-date-english, gnus-treat-fold-headers)
14775         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14776         (gnus-treat-mail-picon, gnus-treat-wash-html)
14777         (gnus-article-encrypt-protocol)
14778         (gnus-use-idna, gnus-article-over-scroll)
14779         (gnus-mime-display-multipart-alternative-as-mixed)
14780         (gnus-mime-display-multipart-related-as-mixed)
14781         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14782         (gnus-ctan-url, gnus-button-ctan-handler)
14783         (gnus-button-handle-ctan-bogus-regexp)
14784         (gnus-button-ctan-directory-regexp)
14785         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14786         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14787         (gnus-button-man-level, gnus-button-emacs-level)
14788         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14789
14790         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14791         (gnus-agent-go-online): Change :version.
14792         (gnus-agent-expire-unagentized-dirs)
14793         (gnus-agent-auto-agentize-methods): Add :version.
14794
14795         * flow-fill.el (fill-flowed-display-column)
14796         (fill-flowed-encode-column): Add :version.
14797
14798         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14799         (gnus-outlook-deuglify-unwrap-max)
14800         (gnus-outlook-deuglify-cite-marks)
14801         (gnus-outlook-deuglify-unwrap-stop-chars)
14802         (gnus-outlook-deuglify-no-wrap-chars)
14803         (gnus-outlook-deuglify-attrib-cut-regexp)
14804         (gnus-outlook-deuglify-attrib-verb-regexp)
14805         (gnus-outlook-deuglify-attrib-end-regexp)
14806         (gnus-outlook-display-hook): Add :version.
14807
14808         * binhex.el (binhex-use-external): Add :version.
14809
14810 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14811
14812         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14813         and `invisible'.
14814
14815 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14816
14817         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14818         in gnus-registry-trim.
14819
14820 2004-09-13  Simon Josefsson  <jas@extundo.com>
14821
14822         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14823
14824         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14825
14826         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14827         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14828         <yamaoka@jpl.org>.
14829         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14830         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14831         <yamaoka@jpl.org>.
14832
14833         * sieve.el (sieve-manage-mode): Ditto.
14834
14835 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14836
14837         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14838
14839 2004-09-11  Simon Josefsson  <jas@extundo.com>
14840
14841         * dns-mode.el: Add.
14842
14843         * mm-view.el (mm-display-dns-inline): Add.
14844
14845         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14846         (mm-automatic-display): Ditto.
14847
14848         * mailcap.el (mailcap-mime-data): Add text/dns.
14849         (mailcap-mime-extensions): Map .soa to text/dns.
14850
14851 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14852
14853         * gnus-art.el (article-decode-mime-words, article-babel)
14854         (gnus-article-highlight-signature, gnus-article-add-buttons)
14855         (gnus-signature-toggle): Remove unnecessary bindings of
14856         `inhibit-read-only' inherited from v5.10 merge.
14857
14858 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14859
14860         * nntp.el (nntp): New customization group.
14861         (nntp-authinfo-file): Add customization group.
14862
14863         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14864
14865         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14866
14867         * gnus.el (to-address, to-list, subscribed)
14868         (large-newsgroup-initial): Ditto.
14869
14870         * flow-fill.el (fill-flowed-display-column)
14871         (fill-flowed-encode-column): Ditto.
14872
14873 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14874
14875         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14876         Use point-min rather than 1.
14877         (message-send-mail): Use buffer-size rather than point-max.
14878
14879         * gnus-sum.el (gnus-summary-search-article-forward):
14880         Signal a specific `search-failed' rather than a generic `error'.
14881
14882         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14883         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14884         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14885
14886 2004-09-10  Simon Josefsson  <jas@extundo.com>
14887
14888         * nndb.el (require): Remove tcp and duplicate cl.
14889
14890 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * gnus-agent.el (directory-files-and-attributes): Move forward.
14893
14894 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14895
14896         * gnus-agent.el (directory-files-and-attributes): Optionally
14897         defined to support XEmacs.
14898
14899 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14900
14901         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14902         to avoid run-time CL dependencies.
14903         (gnus-agent-unfetch-articles): New function.
14904         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14905         article numbers even when local .overview file is missing.
14906         (gnus-agent-read-article-number): New function.  Only accepts
14907         27-bit article numbers.
14908         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14909         gnus-agent-read-article-number.
14910         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14911         from backend while recognizing that article numbers in .overview
14912         must be valid.
14913         (gnus-agent-update-files-total-fetched-for): Use
14914         directory-files-and-attributes to improve performance.
14915         * gnus-int.el (gnus-request-move-article): Use
14916         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14917         improve performance.
14918
14919         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14920         some users confused by references to .newsrc when they only have a
14921         .newsrc.eld file.
14922         (gnus-convert-mark-converter-prompt)
14923         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14924         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14925         New function.  Used internally to only display 'gnus converting
14926         files' message when actually necessary.
14927
14928         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14929         methods now autoloaded.
14930
14931 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14934         identifiers.
14935
14936 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14937
14938         * gnus-picon.el: Fix indentation and closing parenthesis.
14939
14940 2004-09-01  Simon Josefsson  <jas@extundo.com>
14941
14942         * message.el (message-canlock-generate): Require sha1, not
14943         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14944         to require within a function.  Sadly, if sha1.el isn't loaded, the
14945         let binding in m-c-g will hide the defcustom definition, which is
14946         bad.)
14947
14948         * canlock.el: Require sha1, not sha1-el.
14949
14950         * message.el: Don't autoload sha1 (there is a autoload cookie in
14951         sha1.el).
14952
14953         * sha1-el.el: Renamed to sha1.el.
14954
14955 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14956
14957         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14958
14959 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14960
14961         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14962
14963 2004-08-30  Kim F. Storm  <storm@cua.dk>
14964
14965         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14966
14967         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14968         Add :group 'nnimap.
14969
14970 2004-08-30  Andreas Schwab  <schwab@suse.de>
14971
14972         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14973         ?* and ?\;.
14974
14975         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14976         and ?\' to symbol instead of whitespace.
14977
14978 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14981
14982         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14983         instead of re-search-forward.
14984
14985         * gnus-uu.el (gnus-uu-save-article): Ditto.
14986         (gnus-uu-post-encode-uuencode): Ditto.
14987
14988         * html2text.el (html2text-clean-list-items): Ditto.
14989         (html2text-clean-dtdd): Ditto.
14990         (html2text-format-tags): Ditto.
14991
14992         * message.el (message-send-mail-with-sendmail): Fix regexp.
14993         (message-fill-field-general): Use search-forward instead of
14994         re-search-forward.
14995         (unbold-region): Ditto.
14996
14997         * nnrss.el (nnrss-request-article): Ditto.
14998
14999         * nnslashdot.el (nnslashdot-request-article): Ditto.
15000
15001         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15002
15003         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15004         "Unrecognized menu descriptor" error in XEmacs.
15005
15006 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15007
15008         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15009         parent article of a sparse article in the thread hashtb.
15010
15011 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15012
15013         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15014         (nnmail-expand-newtext): Lowercase expanded entries if
15015         nnmail-split-lowercase-expanded is non-nil.
15016
15017 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15020
15021         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15022         of gnus-tmp-news-method into string under XEmacs.  It will be
15023         passed to gnus-correct-length which takes only a string argument.
15024
15025 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15026
15027         * gnus-util.el (gnus-bind-print-variables): New macro.
15028         (gnus-prin1): Use it.
15029         (gnus-prin1-to-string): Use it.
15030         (gnus-pp): New function.
15031         (gnus-pp-to-string): New function.
15032
15033         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15034         Replace pp-to-string with gnus-pp-to-string.
15035         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15036         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15037         * gnus-msg.el (gnus-debug): Ditto.
15038         * gnus-score.el (gnus-score-save): Ditto.
15039         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15040         gnus-pp-to-string.
15041         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15042         with gnus-pp.
15043         * score-mode.el (gnus-score-pretty-print): Ditto.
15044         * webmail.el (webmail-debug): Ditto.
15045
15046 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-art.el (article-display-face, article-display-x-face):
15049         Use buffer-read-only.
15050
15051 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * gnus-art.el (article-hide-list-identifiers):
15054         Bind inhibit-read-only as t.
15055
15056 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15057
15058         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15059
15060 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15061
15062         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15063         (gnus-narrow-to-page): Don't assume point-min == 1.
15064         (gnus-article-edit-mode): Derive from message-mode.
15065
15066         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15067         point-min == 1.
15068
15069         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15070         Disable incorrect use of `assert'.
15071
15072         * message.el (message-mode): Set comment-start-skip.
15073
15074
15075 2004-08-22  Sam Steingold  <sds@gnu.org>
15076
15077         * pop3.el (pop3-leave-mail-on-server): New user variable.
15078         (pop3-movemail): Delete mail only when it is nil.
15079
15080 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15081
15082         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15083
15084         * mml.el (mml-preview): Use `pop-to-buffer'.
15085
15086         * message.el (message-goto-mail-followup-to): Insert after "To".
15087         (message-carefully-insert-headers): Add comment.
15088
15089         * gnus.el: Remove unused variable `gnus-article-check-size'.
15090
15091         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15092
15093         * gnus-art.el (gnus-button-alist): Improve
15094         `gnus-button-handle-library' entry.
15095
15096 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15097
15098         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15099         downcase, since XEmacs capitalizes error messages differently.
15100
15101 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15102
15103         * nntp.el: Add (require 'gnus) due to reference to
15104         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15105
15106 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15107
15108         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15109         `mm-fill-flowed'.
15110
15111         * mm-decode.el (mm-dissect-singlepart): Check it.
15112
15113 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15114
15115         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15116         'imap' for netrc parsing.
15117
15118 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15119
15120         * mailcap.el (mailcap-mime-data): Mark as risky.
15121
15122 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15123
15124         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15125         may be included in the encoded word.
15126         (rfc2047-encode): Don't append a space if the encoded word
15127         includes close parenthesis.
15128
15129 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15130
15131         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15132         of text within parentheses.
15133
15134 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15135
15136         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15137         (gnus-encrypt-write-file-contents): Make the password key the file
15138         name PLUS the cipher, not just the cipher.  Also remove failed
15139         passwords from the cache.
15140
15141 2004-08-06  Simon Josefsson  <jas@extundo.com>
15142
15143         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15144         fix.
15145
15146 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15147
15148         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15149         LWSP.
15150
15151 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15152
15153         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15154         to append in-reply-to: data to the references: header.
15155
15156         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15157         (netrc-parse): Use gnus-encrypt.el functions.
15158
15159         * gnus-encrypt.el: Add new file for encryption support; currently
15160         does only a few GPG ciphers and an internal XOR cipher.
15161
15162         * password.el: Add comments on using password-read-and-add.
15163         (password-read-and-add): Add function to read and add the
15164         password to the cache at once.
15165
15166 2004-07-28  Simon Josefsson  <jas@extundo.com>
15167
15168         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15169         parameter (but don't use it, for now).
15170
15171         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15172         instead of hard coding to nil.
15173
15174 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15177         as mm-inline-image-xemacs does.
15178
15179 2004-07-26  Simon Josefsson  <jas@extundo.com>
15180
15181         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15182         Revert part of 2004-07-17 change below.
15183
15184 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15187         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15188
15189 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15190
15191         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15192         quotes that actually start with ">" at the beginning of the
15193         lines.
15194
15195 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * rfc2047.el (rfc2047-encode-region): Fix last change.
15198         (rfc2047-encode-parameter): Remove useless concat.
15199
15200 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15201
15202         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15203         encode special characters; fix some kind of misconfigured headers;
15204         signal a real error if debug-on-quit or debug-on-error is non-nil.
15205         (rfc2047-encode-max-chars): New variable.
15206         (rfc2047-encode-1): Use it.
15207         (rfc2047-encode-parameter): New function.
15208
15209         * mml.el (mml-insert-parameter): Remove an excessive space.
15210
15211 2004-07-17  Simon Josefsson  <jas@extundo.com>
15212
15213         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15214         Kai Grossjohann <kai@emptydomain.de>.
15215         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15216         (gnus-group-make-menu-bar): Ditto.
15217
15218         * gnus-util.el (gnus-group-server): Add.
15219
15220 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15221
15222         * message.el (message-clone-locals): Clone sendmail and smtp
15223         variables.
15224
15225 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * rfc2047.el (rfc2047-encode-region): Fix last change.
15228
15229 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15232         characters as non-special.
15233
15234 2004-07-09  Simon Josefsson  <jas@extundo.com>
15235
15236         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15237         Users will lose all flag changes made while unplugged with
15238         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15239         good default.  See numerous reports on ding mailing list.
15240
15241 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15244         add generate-head-function and generate-article-function to the
15245         rfc822-forward entry.
15246         (nndoc-rfc822-forward-generate-article): New function.
15247         (nndoc-rfc822-forward-generate-head): New function.
15248
15249         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15250
15251 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15252
15253         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15254         respect display group parameter and gnus-summary-expunge-below.
15255         (gnus-articles-to-read): Remove unused reference to display group
15256         parameter.
15257
15258 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * nnheader.el (nnheader-uniquify-message-id): New experimental
15261         variable.
15262         (nnheader-nov-read-message-id): Use it.
15263
15264         * spam-report.el (spam-report-gmane): Add interactive.
15265
15266 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15269         qp-or-base64 for the application/* types.
15270
15271 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15272
15273         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15274
15275 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15276
15277         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15278         trim value.
15279
15280 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15281
15282         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15283         New macro and function.
15284         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15285
15286 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15289         after-load-alist.
15290
15291 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15292
15293         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15294         update info that isn't there.
15295
15296 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15297
15298         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15299         entry.
15300
15301 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15302
15303         * mm-view.el (mm-inline-render-with-function): Use multibyte
15304         buffer; decode html source by charset.
15305
15306         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15307
15308         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15309         Mule-UCS is loaded under XEmacs.
15310         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15311
15312 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15313
15314         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15315
15316 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15317
15318         * mm-util.el (mm-coding-system-p): Return a coding-system.
15319         (mm-mime-mule-charset-alist): Use shift_jis instead of
15320         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15321         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15322         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15323         instead of japanese-shift-jis and iso-latin-1 respectively in
15324         order to share the default value with both Emacs and XEmacs-mule.
15325         (mm-mule-charset-to-mime-charset): Make
15326         mm-coding-system-priorities effective.
15327         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15328         while predicating of candidates upon the priorities.
15329
15330 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15331
15332         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15333         gnus-uu-invert-processable.
15334
15335         * gnus.el: Autoload gnus-uu-invert-processable.
15336
15337 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * mm-util.el (mm-with-multibyte-buffer): New macro.
15340
15341         * rfc2047.el (rfc2047-encode-string): Use it.
15342         (rfc2047-encode-region): Move point to the end of the region after
15343         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15344
15345 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15346
15347         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15348         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15349
15350 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15353         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15354         Karl Chen <quarl@nospam.quarl.org>.
15355
15356 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15357
15358         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15359         invalid addresses.
15360
15361 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15362
15363         * spam.el: Change section markers, revise TODO list.
15364         (spam-backends): Make new master list of all installed backends.
15365         (spam-summary-exit-behavior): Add new variable to determine how
15366         messages moves are done at summary exit.
15367         (spam-move-spam-nonspam-groups-only)
15368         (spam-process-ham-in-nonham-groups)
15369         (spam-process-ham-in-spam-groups): Remove variables, the
15370         spam-summary-exit-behavior variable should be used to manage this
15371         behavior.
15372         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15373         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15374         and spam-old-spam-articles.
15375         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15376         Add empty variables, placeholders for the backends they represent.
15377         (spam-set-difference): Move, unchanged.
15378         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15379         unless the user has a processor variable.
15380         (spam-classifications, spam-classification-valid-p)
15381         (spam-backend-properties, spam-backend-property-valid-p)
15382         (spam-backend-function-type-valid-p)
15383         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15384         (spam-report-articles-gmane, spam-report-articles-resend):
15385         Remove functions, they are not needed.
15386         (spam-install-backend-super, spam-backend-list)
15387         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15388         (spam-backend-function, spam-backend-ham-registration-function)
15389         (spam-backend-spam-registration-function)
15390         (spam-backend-ham-unregistration-function)
15391         (spam-backend-spam-unregistration-function)
15392         (spam-backend-statistical-p, spam-backend-mover-p)
15393         (spam-install-backend-alias, spam-install-checkonly-backend)
15394         (spam-install-mover-backend, spam-install-nocheck-backend)
15395         (spam-install-backend, spam-install-statistical-backend)
15396         (spam-install-statistical-checkonly-backend): Add backend installation
15397         support.
15398         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15399         (spam-group-processor-p): Use the new backend code and respect the
15400         summary exit behavior.
15401         (spam-mark-spam-as-expired-and-move-routine): Remove.
15402         (spam-summary-prepare): Change to use the new spam-old-articles
15403         variable.
15404         (spam-copy-or-move-routine, spam-copy-spam-routine)
15405         (spam-move-spam-routine, spam-copy-ham-routine)
15406         (spam-move-ham-routine): Add code to copy/move ham or spam.
15407         (spam-fetch-field-fast): Improve doc and code, plus allow the
15408         'number request.
15409         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15410         variables.
15411         (spam-split, spam-find-spam): Use the new backend code.
15412         (spam-registration-functions): Remove variable.
15413         (spam-unregister-routine): Add convenience wrapper.
15414         (spam-log-undo-registration, spam-register-routine)
15415         (spam-log-processing-to-registry)
15416         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15417         where possible.
15418         (spam-check-gmane-xref, spam-check-regex-headers)
15419         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15420         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15421         (spam-check-bogofilter-headers, spam-check-spamoracle)
15422         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15423         (spam-check-crm114-headers): Use the spam-split-group that
15424         spam-split prepares, no need to determine it every time.
15425
15426         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15427         to the nnheader-parse-naked-head call.
15428
15429         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15430
15431         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15432         the nnheader-nov-read-message-id call.
15433
15434 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15435
15436         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15437         gnus-activate-group twice.  Suggested by Markus Peter
15438         <warp@spin.de>.
15439
15440 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * gnus-art.el (gnus-article-time-format): Exchange the order of
15443         day and month in the default value; fix customization type.
15444         (article-date-ut): Use add-text-properties.
15445         (article-make-date-line): Use message-make-date instead of
15446         current-time-string.
15447
15448         * message.el (message-fetch-field): Don't use set-text-properties.
15449         (message-make-date): Simplify.
15450
15451         * messagexmas.el (message-xmas-make-date): New function.
15452         (message-xmas-redefine): Defalias message-make-date to it.
15453
15454 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15457         (rfc2047-encode-region): Treat text within parentheses as special;
15458         show the original text when error has occurred.
15459
15460         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15461         already-computed method to gnus-activate-group.
15462
15463         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15464         same select-methods identical Lisp objects.
15465
15466         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15467         object when modifying the info.
15468
15469 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15472         gnus-opened-servers since it has never been opened with the new
15473         configuration yet.
15474
15475 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15476
15477         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15478         arg to nnheader-generate-fake-message-id.
15479
15480 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15481
15482         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15483         number and build a fake message ID localized to a group and
15484         article number (so it's repeatable from that point on).
15485         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15486         ID format.
15487
15488         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15489         nnheader-generate-fake-message-id with the article number.
15490
15491 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15492
15493         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15494         end-of-buffer.
15495
15496 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15497
15498         * message.el (message-ignored-supersedes-headers): Add Approved.
15499
15500 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15503         goto-char.
15504         (rfc2047-encode): Fold the line before encoding.
15505
15506 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15507
15508         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15509         folding -- not all headers can be folded, and this should be done
15510         by the message composition mode.  Probably.  I think.
15511
15512 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15513
15514         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15515         fast.
15516
15517         * gnus-ems.el (gnus-remove-image): Don't use
15518         message-text-with-property; remove only the image found first.
15519
15520         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15521         found first.
15522
15523 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15524
15525         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15526
15527 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15528
15529         * message.el (message-text-with-property): Make it fast and accept
15530         optional arguments.
15531         (message-strip-forbidden-properties): Use it.
15532         (message-fix-before-sending): Follow the m-t-w-p change.
15533
15534         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15535
15536 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * gnus-art.el (article-hide-headers): Don't change the buffer
15539         mistakenly when performing mml-preview even if
15540         gnus-single-article-buffer is nil.
15541
15542 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15543
15544         * message.el (message-expand-name-databases): New user option.
15545         (message-expand-name): Use it.
15546
15547 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15548
15549         * spam.el (spam-report-articles-resend)
15550         (spam-report-resend-register-routine): Allow ham reporting.
15551         (spam-report-resend-register-ham-routine): Add wrapper.
15552         (spam-registration-functions): Add ham resending functions.
15553         (spam-list-of-processors): Add ham resend processor.
15554
15555         * gnus.el (ham-resend-to): Add new group parameter.
15556         (spam-process): Add ham resend option.
15557
15558         * spam-report.el (spam-report-resend): Allow reporting ham.
15559         (spam-report-resend-ham): Add wrapper.
15560
15561 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15562
15563         * message.el (message-cite-articles-with-x-no-archive): New
15564         variable.
15565         (message-cite-original): Use it.
15566
15567 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15568
15569         * message.el (message-cite-original): Respect X-No-Archive.
15570
15571 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15572
15573         * gnus-art.el (article-hide-headers): Refer to the values for
15574         gnus-ignored-headers and gnus-visible-headers in the summary
15575         buffer since a user may have set them as group parameters.
15576
15577 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15578
15579         * assistant.el (assistant-node-name): Add convenience function.
15580         (assistant-render-text, assistant-render-node): Add error handling,
15581         plus handle multiple next nodes.
15582         (assistant-find-next-node): Comment out for now.
15583         (assistant-find-next-nodes): Add function, returns list of next
15584         nodes.
15585
15586 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15587
15588         * mail-source.el (mail-source-directory): Fix doc-string.
15589
15590 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15591
15592         * assistant.el (assistant-render-text, assistant-eval): Add :set
15593         widget type, which is different because it takes and returns a
15594         list.  Much hilarity ensues.
15595
15596 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15599
15600         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15601         doc-string.
15602
15603         * gnus-start.el (gnus-activate-group): Added doc-string.
15604
15605 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15606
15607         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15608
15609 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15610
15611         * assistant.el (assistant-render-text): Try to add a :set
15612         widget, more to come.
15613
15614         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15615         strings.
15616         (spam-report-articles-resend)
15617         (spam-register-routine): Do registration iff any articles warrant
15618         it.
15619         (spam-summary-prepare-exit): Change log message for nil group
15620         destinations.
15621
15622 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15623
15624         * spam.el (spam-report-resend-register-routine): Allow
15625         spam-report-resend-to to be a group parameter or a global value.
15626
15627 2004-05-26  Simon Josefsson  <jas@extundo.com>
15628
15629         * starttls.el: Merge with my GNUTLS based starttls.el.
15630         (starttls-gnutls-program, starttls-use-gnutls)
15631         (starttls-extra-arguments, starttls-process-connection-type)
15632         (starttls-connect, starttls-failure, starttls-success): New
15633         variables.
15634         (starttls-program, starttls-extra-args): Doc fix.
15635         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15636         functions.
15637         (starttls-negotiate, starttls-open-stream): Check
15638         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15639         function if it is set.
15640
15641 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15642
15643         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15644         structured fields.
15645
15646 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15647
15648         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15649
15650 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15651
15652         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15653         variable.
15654         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15655         assigning the spam-mark to new messages.
15656
15657 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15658
15659         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15660
15661 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15664
15665         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15666         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15667         default.
15668
15669 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15670
15671         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15672         correct data.
15673
15674 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15675
15676         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15677         (spam-group-processor-p): Fix function.
15678         (spam-group-processor-multiple-p)
15679         (spam-group-spam-processor-report-gmane-p)
15680         (spam-group-spam-processor-report-resend-p)
15681         (spam-group-spam-processor-bogofilter-p)
15682         (spam-group-spam-processor-blacklist-p)
15683         (spam-group-spam-processor-ifile-p)
15684         (spam-group-ham-processor-ifile-p)
15685         (spam-group-spam-processor-spamoracle-p)
15686         (spam-group-spam-processor-crm114-p)
15687         (spam-group-ham-processor-bogofilter-p)
15688         (spam-group-spam-processor-stat-p)
15689         (spam-group-ham-processor-stat-p)
15690         (spam-group-ham-processor-whitelist-p)
15691         (spam-group-ham-processor-BBDB-p)
15692         (spam-group-ham-processor-spamoracle-p)
15693         (spam-group-ham-processor-copy-p): Remove functions with some
15694         prejudice against unneeded code.
15695         (spam-report-articles-resend)
15696         (spam-report-resend-register-routine): Allow the group/topic
15697         spam-resend-to value to override spam-report-resend-to.
15698         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15699         properly now.
15700
15701         * gnus.el (spam-resend-to): Add group/topic parameter.
15702         (spam-process): Move the OBSOLETE processors to the end of the
15703         choices.
15704
15705 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15706
15707         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15708         with resend-to set to nil, and then ask the user if necessary.
15709         (spam-report-resend): spam-report-resend takes a list of articles, not
15710         separate article numbers.
15711
15712 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15715         addition to emacs-w3m.
15716
15717 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15718
15719         * assistant.el (assistant-authinfo-data): New function.
15720         (assistant-eval): Eval for entire assistant.
15721
15722         * netrc.el (netrc-services-file): New variable.
15723         (netrc-parse-services): New function.
15724         (netrc-find-service-name): New function.
15725         (netrc-find-service-number): New function.
15726         (netrc-port-equal): New function.
15727         (netrc-machine): Use it.
15728
15729         * nnimap.el (nnimap-open-connection): Use netrc.
15730
15731         * gnus-util.el (gnus-netrc-get): Remove aliases.
15732
15733         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15734
15735         * assistant.el (wid-edit): Fix compilation.
15736
15737         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15738
15739 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15740
15741         * gnus-util.el (gnus-set-file-modes): New function.  (small
15742         patch).
15743
15744 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15745
15746         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15747
15748         * assistant.el (assistant-render-node): Fix up rendering and
15749         read-only text.
15750         (assistant-render-node): Reset.
15751         (assistant-make-read-only): Not sticky.
15752
15753 2004-05-20  Danny Siu  <dsiu@adobe.com>
15754
15755         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15756         centered even when gnus-auto-center-summary is t.
15757
15758 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15759
15760         * dns.el (dns-get-txt-answer): New function.
15761         (dns-read-txt): Ditto.
15762         (query-dns): Use it.
15763
15764 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15765
15766         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15767         active for foreign groups even if the group level is higher than
15768         the specified value.
15769
15770 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15771
15772         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15773         non-active groups.
15774
15775         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15776
15777 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15778
15779         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15780
15781 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15782
15783         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15784         (spam-crm114-header, spam-crm114-spam-switch)
15785         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15786         (spam-crm114-positive-spam-header)
15787         (spam-crm114-database-directory, spam-list-of-processors)
15788         (spam-group-spam-processor-crm114-p)
15789         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15790         (spam-generic-score, spam-list-of-checks)
15791         (spam-list-of-statistical-checks, spam-registration-functions)
15792         (spam-check-crm114-headers, spam-crm114-score)
15793         (spam-check-crm114, spam-crm114-register-with-crm114)
15794         (spam-crm114-register-spam-routine)
15795         (spam-crm114-unregister-spam-routine)
15796         (spam-crm114-register-ham-routine)
15797         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15798         asjo@koldfront.dk (Adam Sjøgren).
15799
15800         * gnus.el: Add spam-use-crm114.
15801
15802         * spam.el (spam-list-of-processors, spam-registration-functions):
15803         Add spam-use-resend.
15804         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15805         (spam-report-articles-gmane): Add doc fix.
15806         (spam-report-articles-resend, spam-report-resend-register-routine):
15807         Add wrappers around spam-report-resend-to.
15808
15809         * spam-report.el (spam-report-resend-to, spam-report-resend):
15810         Add support for resending spam.
15811         (spam-report-gmane): Fix line length >80.
15812
15813         * gnus.el (spam-process): Add spam-use-resend.
15814
15815 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15816
15817         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15818         number of processed spam messages.
15819         (spam-ham-copy-or-move-routine): Return the number of processed
15820         ham messages.
15821         (spam-summary-prepare-exit): Use the above values to decide
15822         whether status messages shouled be displayed.
15823
15824 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15827         `rfc2047-encoding-function-alist' in order to avoid conflicting
15828         with the old version.
15829         (rfc2047-encode-region): Concatenate words containing non-ASCII
15830         characters in structured fields; don't encode space-delimited
15831         ASCII words even in unstructured fields; don't break words at
15832         char-category boundaries.
15833         (rfc2047-encode-1): New function.
15834         (rfc2047-encode): Use it; encode text so that it occupies the
15835         maximum width within 76-column; work correctly on Q encoding for
15836         iso-2022-* charsets.
15837         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15838         sure not to break a line just after the header name.
15839         (rfc2047-b-encode-region): Removed.
15840         (rfc2047-b-encode-string): New function.
15841         (rfc2047-q-encode-region): Removed.
15842         (rfc2047-q-encode-string): New function.
15843
15844         * mm-util.el (mm-replace-in-string): New function.
15845
15846 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15847
15848         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15849         get it right.
15850         (gnus-inews-make-draft): Really.
15851
15852 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15853
15854         * nnmh.el (nnmh-request-list-1): Don't check the link count
15855         before descending.  (small patch)
15856
15857 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15858
15859         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15860         stuff.
15861
15862         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15863         on real group name.
15864
15865         * gnus-art.el (gnus-signature-limit): Doc fix.
15866
15867         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15868
15869         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15870
15871 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15872
15873         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15874         isn't a string.
15875
15876 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15877
15878         * gnus-draft.el (gnus-draft-send): Bind
15879         rfc2047-encode-encoded-words.
15880
15881         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15882         (rfc2047-encodable-p): Say that =? needs encoding.
15883         (rfc2047-encode-encoded-words): New variable.
15884
15885         * gnus-group.el (gnus-group-select-group): Doc fix.
15886
15887         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15888
15889         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15890         to nil.
15891
15892         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15893
15894         * nnheader.el (nnheader-get-lines-and-char): New function.
15895
15896 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15897
15898         * gnus-msg.el (gnus-summary-followup-with-original): Document
15899         yanking of region when active.
15900
15901 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15902
15903         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15904         groups if the group level is higher than the specified value.
15905
15906 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15907
15908         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15909         (gnus-group-jump-to-group): Added prefix argument using
15910         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15911         non-active group.
15912
15913         * compface.el (uncompface): Be verbose when changing
15914         `uncompface-use-external'.
15915
15916         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15917         handle manual section.
15918
15919 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15920
15921         * gnus-art.el (gnus-button-alist): Revert previous change.
15922
15923 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15924
15925         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15926
15927 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15928
15929         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15930         whether backend can accept message.
15931
15932         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15933
15934 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15935
15936         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15937         Avoid creating directory when nntp-marks-is-evil is true.
15938         Reported by Reiner Steib.
15939
15940 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15941
15942         * gnus-picon.el (gnus-picon-style): New variable.
15943         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15944         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15945         Jesper Harder <harder@ifa.au.dk>.
15946
15947 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15948
15949         * message.el (message-fill-field): Return point.
15950         (message-generate-headers): Go to end of field.
15951
15952         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15953         stuff for non-living groups.
15954
15955 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15956
15957         * gnus-art.el (gnus-article-followup-with-original)
15958         (gnus-article-reply-with-original): gnus-mark-active-p ->
15959         gnus-region-active-p.
15960
15961 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15962
15963         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15964         only when there is spam or ham to be processed.
15965
15966 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15967
15968         * mail-source.el (mail-source-delete-crash-box): Refactor.
15969         (mail-source-fetch): Use it.
15970         (mail-source-fetch-file): Ditto.
15971         (mail-source-fetch-directory): Run postscript in loop.
15972         (mail-source-fetch-pop): Delete.
15973         (mail-source-fetch-maildir): Ditto.
15974         (mail-source-fetch-imap): Ditto.
15975
15976         * imap.el (imap-authenticators): Comment out sasl.
15977
15978         * message.el (message-skip-to-next-address): New function.
15979         (message-fill-header-address): Refactor.
15980         (message-fill-address): Use it.
15981         (message-delete-address): Use it.
15982         (message-fill-header-general): Refactor.
15983         (message-fill-field-address): Rename.
15984         (message-narrow-to-field): Find the start of the header.
15985         (message-header-format-alist): Don't pre-fill.
15986         (message-fill-header): Removed.
15987         (message-insert-header): New function.
15988         (message-shorten-references): Use it.
15989
15990         * rfc2047.el (rfc2047-field-value): Strip props.
15991
15992         * mail-parse.el (mail-header-make-address): New alias.
15993
15994         * ietf-drums.el (ietf-drums-make-address): New function.
15995
15996         * imap.el: Add compiler directives.
15997
15998         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15999
16000         * gnus-art.el (article-decode-idna-rhs): Don't use
16001         message-idna-inside-rhs-p.
16002
16003 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16004
16005         * message.el (message-idna-inside-rhs-p): Removed.
16006         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16007
16008         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16009         false positives.
16010
16011 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16012
16013         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16014
16015 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16016
16017         * nneething.el (nneething-file-name): Don't create spurious
16018         files.
16019
16020         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16021         (gnus-inews-do-gcc): Remove sleep.
16022
16023         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16024         part under point.
16025
16026         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16027         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16028
16029 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16030
16031         * spam.el (spam-summary-prepare-exit): Fixed (length).
16032
16033 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16034
16035         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16036         as expired without moving it" message when there are spam
16037         messages left.
16038
16039 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16040
16041         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16042         header is not nil.
16043
16044 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16045
16046         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16047         nntp-possibly-create-directory, not nntp-possibly-change-group.
16048         (nntp-marks-changed-p): New arg SERVER.
16049         (nntp-request-update-info): Adjust caller.
16050
16051 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16052
16053         * nntp.el (nntp-save-marks): Pass missing arg.
16054
16055 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16056
16057         * nntp.el: Support marks.
16058         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16059         (nntp-marks-modtime, nntp-marks-directory): New variables.
16060         (nntp-request-set-mark, nntp-request-update-info)
16061         (nntp-possibly-create-directory, nntp-marks-changed-p)
16062         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16063         functions.
16064
16065 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16066
16067         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16068         (gnus-xmas-redefine): Rename.
16069
16070         * gnus-score.el (gnus-score-insert-help): Use
16071         gnus-select-lowest-window.
16072
16073         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16074         appt-select-lowest-window and rename to gnus-select-lowest-window.
16075
16076         * gnus.el: do.
16077
16078 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16079
16080         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16081         encodings of MIME-encoded words, in order to improve
16082         interoperability with several broken MUAs.
16083
16084 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16085
16086         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16087         tags, only when charsets are not specified in headers.
16088         (mm-inline-text-html-render-with-w3m): Ditto.
16089
16090         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16091         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16092
16093 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16094
16095         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16096         instead of MIME-decoded from fields when checking
16097         `gnus-article-address-banner-alist'.
16098
16099 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16100
16101         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16102         description rather than subject.
16103
16104 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16105
16106         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16107
16108 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16109
16110         * gnus.el (gnus-version-number): Bump.
16111
16112 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16113
16114         * gnus.el: No Gnus v0.2 is released.
16115
16116 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16117
16118         * gnus-agent.el (gnus-agent-read-agentview): Inline
16119         gnus-uncompress-range.
16120
16121 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16122
16123         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16124         `exec-installed-p'.
16125
16126 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16127
16128         * gnus.el (spam-process, spam-autodetect-methods): Add
16129         bsfilter and bsfilter-headers.
16130
16131         * spam.el (spam-bsfilter): New customize group.
16132         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16133         (spam-bsfilter-header, spam-bsfilter-probability-header)
16134         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16135         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16136         (spam-bsfilter-database-directory): New options.
16137         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16138         (spam-list-of-statistical-checks, spam-registration-functions):
16139         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16140         (spam-bsfilter-score): New command.
16141         (spam-check-bsfilter-headers, spam-check-bsfilter)
16142         (spam-bsfilter-register-with-bsfilter)
16143         (spam-bsfilter-register-spam-routine)
16144         (spam-bsfilter-unregister-spam-routine)
16145         (spam-bsfilter-register-ham-routine)
16146         (spam-bsfilter-unregister-ham-routine): New functions.
16147         (spam-generic-score): Support bsfilter; Accept an optional argument
16148         to recalcurate spam score even if scoring header has already been
16149         added.
16150         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16151         optional argument to recalcurate spam score even if scoring header
16152         has already been added.
16153
16154 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16155
16156         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16157         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16158         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16159         link is missing.
16160
16161 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16162
16163         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16164         (html2text-get-attr): Rewrite.
16165
16166         * message.el (message-setup-1): Remove redundant put-text-property
16167         on mail-header-separator.
16168
16169 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16170
16171         * gnus-registry.el (gnus-registry-cache-whitespace)
16172         (gnus-registry-action, gnus-registry-spool-action)
16173         (gnus-registry-split-fancy-with-parent): Change message levels
16174         from 5 to 3 or 7, as needed.
16175
16176         * spam.el (spam-summary-prepare-exit)
16177         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16178         (spam-split, spam-find-spam, spam-log-undo-registration)
16179         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16180         level from 5 to 6.
16181
16182 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16183
16184         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16185         2004-03-04 change).
16186
16187 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16188
16189         * sieve-manage.el (sieve-manage-open):
16190         * nnweb.el (nnweb-insert-html):
16191         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16192         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16193         * nnspool.el (nnspool-request-group):
16194         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16195         * nnml.el (nnml-request-update-info):
16196         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16197         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16198         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16199         (nnimap-request-set-mark):
16200         * nnfolder.el (nnfolder-request-update-info):
16201         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16202         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16203         * gnus-uu.el (gnus-uu-find-articles-matching):
16204         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16205         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16206         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16207         * gnus-nocem.el (gnus-nocem-scan-groups):
16208         * gnus-int.el (gnus-start-news-server):
16209         * gnus-group.el (gnus-group-make-kiboze-group)
16210         (gnus-group-browse-foreign-server):
16211         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16212         Use mapc when appropriate.
16213
16214 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16215
16216         FIXME: Make separate entries for each person.
16217
16218         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16219         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16220         <shields@msrl.com>:
16221
16222         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16223         may need for spam sorting and scoring.
16224         (spam-user-format-function-S): Add user format function suitable for
16225         general use.
16226         (spam-article-sort-by-spam-status): Add sorting function for summary
16227         sorting.
16228         (spam-extra-header-to-number): Add function to get a score from a
16229         header.
16230         (spam-summary-score): Add function to get a numeric score from the
16231         headers.
16232         (spam-generic-score): Fix function doc, was in wrong place.
16233         (spam-initialize): Take symbols when it's run, and install the
16234         extra headers that spam-necessary-extra-headers thinks we need.
16235
16236 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16237
16238         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16239         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16240
16241 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16242
16243         * gnus-sum.el (gnus-set-global-variables)
16244         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16245         (gnus-article-get-xrefs, gnus-summary-best-group)
16246         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16247         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16248         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16249         Use with-current-buffer.
16250
16251 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16252
16253         * spam.el (spam-summary-prepare-exit): Simplify logic.
16254         (spam-fetch-article-header): Read the article header if it's not
16255         available.
16256         (spam-list-articles): Simplify logic.
16257         (spam-filelist-register-routine): Fix bug with unregister-list.
16258
16259         * gnus-registry.el: Fix comments at beginning.
16260
16261 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16262
16263         * message.el (message-cater-to-broken-inn): Remove.
16264         (message-shorten-references): Make sure the total folded length of
16265         References is shorter than 998 characters to cater to a bug in INN
16266         2.3.  Also, don't pretend that references aren't folded -- this
16267         hasn't worked for a while.
16268
16269 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16270
16271         * gnus-agent.el (gnus-agentize):
16272         gnus-agent-send-mail-real-function no longer set to current value
16273         of message-send-mail-function but rather a lambda that calls
16274         message-send-mail-function.  The change makes the agent real-time
16275         responsive to user changes to message-send-mail-function.
16276
16277 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16278
16279         * legacy-gnus-agent.el
16280         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16281         help from Florian Weimer <fw@deneb.enyo.de>
16282
16283 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16284
16285         * nnmail.el (nnmail-cache-insert): Revert last change.
16286
16287 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16288
16289         * nnmail.el (nnmail-cache-insert): Always check whether
16290         nnmail-cache-ignore-groups matches a group name.
16291
16292 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16293
16294         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16295         (spam-find-spam, spam-log-processing-to-registry)
16296         (spam-log-registered-p, spam-log-unregistration-needed-p)
16297         (spam-log-undo-registration): Use gnus-message instead of
16298         gnus-error, none of these errors are fatal.
16299
16300         * gnus-registry.el (gnus-registry-clean-empty-function)
16301         (gnus-registry-clean-empty): Remove only empty entries without
16302         extra data.
16303
16304 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16305
16306         * spam-stat.el (spam-stat-buffer-change-to-spam)
16307         (spam-stat-buffer-change-to-non-spam): Change (error) to
16308         (gnus-message 8) invocation.
16309
16310 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * nntp.el (nntp-via-netcat-command): New variable.
16313         (nntp-via-netcat-switches): New variable.
16314         (nntp-open-via-rlogin-and-netcat): New function.
16315         (nntp-open-connection-function): Doc fix.
16316         (nntp-telnet-command): Doc fix.
16317         (nntp-end-of-line): Doc fix.
16318         (nntp-via-rlogin-command): Doc fix.
16319         (nntp-via-user-name): Doc fix.
16320         (nntp-via-address): Doc fix.
16321
16322 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16323
16324         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16325         error in Emacs 21.1.
16326
16327 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16328
16329         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16330
16331 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16332
16333         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16334         (gnus-agent-with-refreshed-group): New macro.
16335         (gnus-agent-rename-group): New function.
16336         (gnus-agent-delete-group): New function.
16337         (gnus-agent-save-group-info): Use gnus-command-method when
16338         `method' parameter is nil.  Don't write nil entries into the
16339         active file.
16340         (gnus-agent-get-group-info): New function.
16341         (gnus-agent-fetch-articles): Use
16342         gnus-agent-update-files-total-fetched-for to increment disk space
16343         used.
16344         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16345         gnus-agent-update-view-total-fetched-for to increment disk space
16346         used.
16347         (gnus-agent-get-local): Added optional parameters to avoid calling
16348         gnus-group-real-name and gnus-find-method-for-group.
16349         (gnus-agent-set-local): Delete stored entry if either min, or max,
16350         are nil.
16351         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16352         quit, use gnus-agent-regenerate-group to record existance of any
16353         articles fetched to disk before the quit occurred.
16354         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16355         gnus-agent-update-view-total-fetched-for, and
16356         gnus-agent-update-files-total-fetched-for to decrement disk space
16357         used.
16358         (gnus-agent-retrieve-headers): Use
16359         gnus-agent-update-view-total-fetched-for to increment disk space
16360         used.
16361         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16362         with gnus-agent-update-files-total-fetched-for to decrement disk
16363         space and fresh group buffer.
16364         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16365         (gnus-agent-need-update-total-fetched-for): New variable.
16366         (gnus-agent-update-files-total-fetched-for): New function.
16367         (gnus-agent-update-view-total-fetched-for): New function.
16368         (gnus-agent-total-fetched-for): New function.
16369
16370         * gnus-cache.el (gnus-cache-save-buffers): Use
16371         gnus-cache-update-overview-total-fetched-for to change disk space
16372         used by this group.
16373         (gnus-cache-possibly-enter-article): Use
16374         gnus-cache-update-file-total-fetched-for to increment disk space
16375         used by this group.
16376         (gnus-cache-possibly-remove-article): Use
16377         gnus-cache-update-file-total-fetched-for to decrement disk space
16378         used by this group.
16379         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16380         (gnus-cache-rename-group): New function.
16381         (gnus-cache-delete-group): New function.
16382         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16383         (gnus-cache-need-update-total-fetched-for): New variable.
16384         (gnus-cache-with-refreshed-group): New macro.
16385         (gnus-cache-update-file-total-fetched-for): New function.
16386         (gnus-cache-update-overview-total-fetched-for): New function.
16387         (gnus-cache-rename-group-total-fetched-for): New function.
16388         (gnus-cache-delete-group-total-fetched-for): New function.
16389         (gnus-cache-total-fetched-for): New function.
16390
16391         * gnus-group.el: Require gnus-sum and autoload functions to
16392         resolve warnings when gnus-group.el compiled alone.
16393         (gnus-group-line-format): Documented new %F.
16394         (size of Fetched data) group line format; identifies disk space
16395         used by agent and cache.
16396         (gnus-group-line-format-alist): Defined new F format.
16397         (gnus-total-fetched-for): New function.
16398         (gnus-group-delete-group): No longer update
16399         gnus-cache-active-altered as gnus-request-delete-group now keeps
16400         the cache in sync.
16401         (gnus-group-list-active): Let the agent store a server's active
16402         list if currently plugged.
16403
16404         * gnus-int.el (gnus-request-delete-group):
16405         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16406         local disk in sync with the server.
16407         (gnus-request-rename-group):
16408         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16409         local disk in sync with the server.
16410
16411         * gnus-start.el (gnus-get-unread-articles):
16412         Cosmetic simplification to logic.
16413
16414         * gnus-util.el (gnus-rename-file): New function.
16415
16416 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16417
16418         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16419
16420 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16421
16422         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16423         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16424
16425 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16426
16427         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16428         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16429
16430 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16431
16432         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16433
16434 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16435
16436         * spam.el (spam-set-difference): Add function to replace
16437         gnus-set-difference in spam.el.
16438         (spam-summary-prepare-exit): Use spam-set-difference.
16439
16440 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16441
16442         * gnus-registry.el (gnus-registry-cache-file): Update to use
16443         gnus-dribble-directory OR gnus-home-directory OR ~.
16444         (gnus-registry-split-fancy-with-parent): Fix doc.
16445
16446 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * message.el (message-exchange-point-and-mark): Use
16449         message-mark-active-p.  Suggested by Jesper Harder
16450         <harder@ifa.au.dk>.
16451
16452 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16453
16454         * message.el (message-exchange-point-and-mark): Don't activate
16455         region if it was inactive.  Suggested by Hiroshi Fujishima
16456         <pooh@nature.tsukuba.ac.jp>.
16457
16458 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16459
16460         * gnus-art.el (article-display-face): Display Faces in the same
16461         order as X-Faces.
16462
16463 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16464
16465         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16466
16467 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16470         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16471         (gnus-article-mime-hierarchy): Remove.
16472         (gnus-article-mime-hierarchy-next): Remove.
16473         (gnus-article-mode): Revert 2004-03-19 change.
16474         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16475         (gnus-insert-mime-button): Revert 2004-03-19 change.
16476         (gnus-mime-accumulate-hierarchy): Remove.
16477         (gnus-mime-enter-multipart): Remove.
16478         (gnus-mime-leave-multipart): Remove.
16479         (gnus-mime-display-part): Revert 2004-03-19 change.
16480         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16481
16482         * mml.el (mml-preview): Revert 2004-03-19 change.
16483
16484 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16485
16486         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16487
16488 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16491         t while entering a file name using the mm-with-multibyte macro.
16492         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16493
16494         * mm-util.el (mm-with-multibyte): New macro.
16495
16496 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16499         user option.
16500         (gnus-mime-multipart-functions): Doc and customization fix.
16501         (gnus-article-mime-hierarchy): New variable.
16502         (gnus-article-mime-hierarchy-next): New variable.
16503         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16504         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16505         gnus-article-mime-hierarchy-next to nil.
16506         (gnus-insert-mime-button): Show hierarchy numbers.
16507         (gnus-mime-accumulate-hierarchy): New function.
16508         (gnus-mime-enter-multipart): New function.
16509         (gnus-mime-leave-multipart): New function.
16510         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16511         (gnus-mime-display-alternative): Show hierarchy numbers.
16512
16513         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16514         gnus-article-mime-hierarchy-next to nil.
16515
16516 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16517
16518         * dns.el: Don't require gnus-xmas.
16519
16520 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16521
16522         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16523         inline PGP.
16524         (mml-menu): Disable mml-quote-region if mark is inactive.
16525
16526 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16527
16528         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16529         when the group's active is not available.
16530
16531 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16534         error.
16535
16536 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16537
16538         * imap.el (imap-store-password): New variable.
16539         (imap-interactive-login): Use it.
16540         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16541
16542 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16543
16544         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16545         window-start and hscroll to summary window.
16546
16547 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16548
16549         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16550         conversion message to newsrc-dribble when an actual conversion is
16551         performed.
16552
16553 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16554
16555         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16556
16557 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16558
16559         * mm-decode.el (mm-complicated-handles): New function reviving
16560         former definition of mm-multiple-handles.
16561
16562         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16563         (gnus-mime-delete-part): Use it.
16564
16565 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16566
16567         * gnus-agent.el (gnus-agent-read-local): Bind
16568         nnheader-file-coding-system to gnus-agent-file-coding-system to
16569         avoid the implicit assumption that they will always be equal.
16570         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16571         coding-system-for-write, as the with-temp-file macro first prints
16572         to a buffer then saves the buffer.
16573
16574 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16575
16576         * gnus-art.el (gnus-article-edit-part): New function.
16577         (gnus-mime-save-part-and-strip): Use it; do query instead of
16578         signaling an error; don't use mm-multiple-handles.
16579         (gnus-mime-delete-part): Ditto.
16580
16581 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16582
16583         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16584         old file versions.
16585         (gnus-group-prepare-hook): Removed function that converted list
16586         form of gnus-agent-expire-days to group properties.
16587
16588         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16589         (gnus-request-accept-article): Re-indented.
16590
16591         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16592         converters to handle old agent file formats.  Added logic for a
16593         "backup before upgrading warning".
16594         (gnus-convert-mark-converter-prompt): Developers can mark
16595         functions as needing (default), or not needing,
16596         gnus-convert-old-newsrc's "backup before upgrading warning".
16597         (gnus-convert-converter-needs-prompt): Tests whether the user
16598         should be protected from potentially irreversable changes by the
16599         function.
16600
16601         * legacy-gnus-agent.el: New.  Provides converters that are only
16602         loaded when gnus-convert-old-newsrc needs to call them.
16603
16604 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * mail-source.el (mail-source-touch-pop): Doc fix.
16607
16608         * message.el (message-smtpmail-send-it): Doc fix.
16609
16610 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16611
16612         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16613
16614         * nnmail.el (nnmail-split-fancy): do.
16615
16616         * gnus-kill.el (gnus-kill, gnus-execute): do.
16617
16618 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16619
16620         * gnus-sum.el (gnus-widget-reversible-match)
16621         (gnus-widget-reversible-to-internal)
16622         (gnus-widget-reversible-to-external): New functions.
16623         (gnus-widget-reversible): New widget.
16624         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16625
16626 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16627
16628         * gnus-sum.el (gnus-thread-sort-functions)
16629         (gnus-article-sort-functions): Document `(not F)' items.
16630
16631 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16632
16633         * spam.el (spam-use-gmane-xref): Add new backend.
16634         (spam-gmane-xref-spam-group): Add variable to control the name of the
16635         Gmane spam group.
16636         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16637         (spam-regex-headers-spam, spam-regex-headers-ham)
16638         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16639         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16640         backends and checks.
16641         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16642
16643         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16644         an autodetect method.
16645
16646 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16647
16648         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16649         articles are being added to a group.
16650         (gnus-request-replace-article): Inform the agent that articles
16651         need to be uncached as the cached contents are no longer valid.
16652
16653 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16654
16655         * binhex.el: Don't autoload executable-find.
16656
16657         * canlock.el: Don't autoload mail-fetch-field.
16658
16659         * dgnushack.el: Autoload c-mode for XEmacs.
16660
16661         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16662
16663         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16664         rmail-dont-reply-to and rmail-output.
16665
16666         * gnus-score.el: Don't autoload ffap-string-at-point.
16667
16668         * gnus-setup.el: Don't autoload sc-cite-original.
16669
16670         * imap.el: Don't autoload base64-decode-string,
16671         base64-encode-string and md5.
16672
16673         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16674         and rmail-msg-restore-non-pruned-header.
16675
16676         * mm-decode.el: Don't autoload executable-find.
16677
16678         * mm-url.el: Don't autoload executable-find.
16679
16680         * mm-view.el: Don't autoload diff-mode.
16681
16682         * nndb.el: Don't autoload news-reply-mode, news-setup,
16683         cancel-timer and telnet.
16684
16685         * password.el: Don't autoload run-at-time for Emacs.
16686
16687         * sha1-el.el: Don't autoload executable-find.
16688
16689         * sieve-mode.el: Don't autoload c-mode.
16690
16691         * uudecode.el: Don't autoload executable-find.
16692
16693 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16694
16695         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16696         (gnus-agent-possibly-alter-active): Avoid null in numeric
16697         comparison.
16698         (gnus-agent-set-local): Refuse to save null in local object table.
16699         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16700         list of articles that will be marked as unread.
16701
16702 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16705
16706 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16707
16708         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16709         language tags.
16710
16711 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16712
16713         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16714         Don't bind "obarray".
16715
16716         * gnus-sum.el (gnus-thread-sort-functions): Added
16717         `gnus-thread-sort-by-most-recent-number' and
16718         `gnus-thread-sort-by-most-recent-date'.
16719         Reported by Kai Grossjohann <kai@emptydomain.de>.
16720
16721 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16724
16725 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16726
16727         * gnus-cus.el (gnus-agent-customize-category): Removed
16728         ignore-errors macro reference that required cl to be loaded at
16729         run-time.
16730
16731         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16732         single-interval range of the form (min . max).  Previously the
16733         range had to look like ((min . max)).  Likewise, return
16734         (min . max) rather than ((min . max)).
16735         (gnus-range-map): Use gnus-range-normalize to accept
16736         single-interval range.
16737
16738         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16739         the cache, but not the agent, now appear with their usual face.
16740
16741         * dgnushack.el (loaddir): New variable that is bound to the
16742         directory containing the dgnushack.el file. Use loaddir, rather
16743         than srcdir, to update load-path. Change lets dgnushack compile
16744         code in directories other than GNUS/lisp.
16745
16746 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * lpath.el: Don't bind w3m-safe-url-regexp.
16749
16750         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16751         w3m-safe-url-regexp variable buffer-local.
16752
16753         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16754
16755 2004-02-27  Simon Josefsson  <jas@extundo.com>
16756
16757         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16758         gnus-group-real-prefix.
16759         (gnus-summary-move-article): Use it, instead of
16760         gnus-group-real-prefix.
16761
16762 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * lpath.el: Bind w3m-safe-url-regexp.
16765
16766         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16767         w3m-safe-url-regexp variable buffer-local and set it as the value
16768         of mm-w3m-safe-url-regexp.
16769
16770         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16771
16772         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16773         parsing gnus-posting-styles when the message is not for replying.
16774
16775         * dgnushack.el: Autoload sgml-mode for XEmacs.
16776
16777         * nnrss.el (nnrss-opml-export): Use
16778         mm-set-buffer-file-coding-system instead of
16779         set-buffer-file-coding-system.
16780
16781 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16782
16783         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16784         of checkdoc.el).
16785         * nnrss.el: do.
16786         * gnus-mlspl.el: do.
16787         * gnus-ml.el: do.
16788         * gnus-srvr.el: do.
16789
16790         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16791
16792 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16793
16794         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16795         Corrections to custom-manual links.
16796
16797         * gnus-art.el (gnus-article): Ditto.
16798
16799         * mm-decode.el (mime-display, mime-security): Ditto.
16800
16801 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16802
16803         * flow-fill.el: Typo.
16804
16805 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16806
16807         * spam-wash.el: New file.
16808
16809 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16810
16811         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16812
16813 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16814
16815         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16816         to be run with new-articles as LIST1, not LIST2.
16817         (spam-registration-functions): Add spam-use-ham-copy as a nil
16818         registration backend.
16819
16820 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16821
16822         * spam-stat.el (spam-stat-washing-hook): New option.
16823         (spam-stat-buffer-words): Use it.
16824         (spam-stat-process-directory, spam-stat-test-directory): Use
16825         insert-file-contents-literally.
16826         (spam-stat-coding-system): New variable.
16827         (spam-stat-load, spam-stat-save): Use it.
16828
16829 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * spam-report.el (spam-report-plug-agent): Quote
16832         spam-report-url-to-file and spam-report-url-ping-plain.
16833
16834 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16835
16836         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16837         / in mailto URLs.
16838
16839 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16840
16841         * spam-report.el (spam-report-process-queue): Fix interactive use.
16842         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16843         (spam-report-unplug-agent): Doc fixes.
16844         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16845         (spam-report-agentize, spam-report-deagentize): Autoload.
16846
16847 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16850
16851         * message.el (message-setup-fill-variables): Add mml tags to
16852         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16853         <ajk@iu.edu>.
16854         (message-mode): Don't modify paragraph-separate there.
16855
16856 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * compface.el (uncompface-use-external): Default to undecided.
16859         (uncompface-use-external-threshold): New variable.
16860         (uncompface-float-time): New macro.
16861         (uncompface): Determine whether to use the external decoder if
16862         uncompface-use-external is undecided.
16863
16864 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16865
16866         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16867         after images.
16868
16869         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16870
16871 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16872
16873         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16874
16875         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16876
16877         * gnus-sum.el (gnus-summary-limit-to-age)
16878         (gnus-summary-limit-children): do.
16879
16880         * gnus-int.el (gnus-request-scan): do.
16881
16882         * gnus-group.el (gnus-group-suspend): do.
16883
16884         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16885
16886         * gnus-cite.el (gnus-cite-parse-attributions): do.
16887
16888         * gnus-agent.el (gnus-summary-set-agent-mark)
16889         (gnus-agent-regenerate-group): do.
16890
16891         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16892
16893         * binhex.el (binhex-decode-region-internal): do.
16894
16895 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16896
16897         * gnus-fun.el (gnus-face-properties-alist): New user option.
16898         (gnus-display-x-face-in-from): Use it.
16899
16900         * gnus-art.el (article-display-face): Ditto.
16901
16902         * compface.el (uncompface-use-external): Default to nil.
16903
16904 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16905
16906         * nntp.el (nntp-erase-buffer): New function.
16907         (nntp-retrieve-data, nntp-send-command)
16908         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16909         (nntp-possibly-change-group): Use it.
16910
16911         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16912         with-current-buffer.
16913
16914 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16915
16916         * compface.el: Merge the ELisp-based uncompface program.
16917         (compface): New customization group.
16918         (uncompface-use-external): New user option.
16919         (uncompface): Call uncompface-internal if uncompface-use-external
16920         is nil.
16921         (uncompface-internal): New function.  Note that there are also
16922         some other functions and variables added for this function.
16923
16924 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16925
16926         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16927         if necessary.
16928
16929 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16930
16931         * spam-report.el (spam-report-unplug-agent)
16932         (spam-report-plug-agent, spam-report-deagentize)
16933         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16934         Add support for the Agent in spam-report: when unplugged, report to a
16935         file; when plugged, submit all the requests.
16936
16937         * spam.el (spam-register-routine): Fix message about
16938         registration.
16939
16940 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16941
16942         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16943         dependencies.
16944         (rfc2047-encode): Use it.
16945
16946         * gnus-art.el (gnus-button-marker-list): Move before first
16947         reference.
16948
16949         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16950         (imap-parse-body): Fix format string mismatch.
16951
16952         * gnus-score.el (gnus-summary-increase-score): do.
16953
16954         * nnrss.el (nnrss-close): New function.
16955
16956 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16957
16958         * nnrss.el (nnrss-make-filename): New function.
16959         (nnrss-request-delete-group, nnrss-read-server-data)
16960         (nnrss-save-server-data, nnrss-read-group-data)
16961         (nnrss-save-group-data): Use it.
16962         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16963         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16964         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16965
16966 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16967
16968         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16969
16970 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16971
16972         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16973         files.
16974
16975         * message.el (message-generate-headers-first): Don't quote nil
16976         and t in docstrings.
16977
16978         * imap.el (imap-id): do.
16979
16980         * gnus-agent.el (gnus-agent-consider-all-articles)
16981         (gnus-agent-queue-mail): do.
16982
16983 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16984
16985         * spam-report.el (spam-report-process-queue): New function.
16986         Process requests from `spam-report-requests-file'.
16987         (spam-report-process-queue): Doc fix.
16988
16989 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16990
16991         * spam.el (spam-register-routine)
16992         (spam-log-processing-to-registry, spam-log-registered-p)
16993         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16994         Change "check" to "spam-check" for semi-clarity.
16995
16996 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16997
16998         * pop3.el: Require nnheader.
16999
17000         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17001
17002         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17003
17004         * gnus-picon.el: Require cl.
17005
17006         * gnus-fun.el: Require gnus-ems and gnus-util.
17007
17008         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17009
17010         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17011
17012         * gnus-art.el (gnus-article-edit-mode): Define before first
17013         reference.
17014
17015 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17016
17017         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17018         (gnus-uu-post-encoded): Use point-at-bol.
17019
17020         * gnus-topic.el (gnus-group-active-topic-p): do.
17021
17022         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17023
17024         * gnus-group.el (gnus-group-kill-region): do.
17025
17026         * gnus-art.el (article-date-ut): do.
17027
17028         * message.el (message-fetch-field): Remove redundant
17029         case-fold-search binding.
17030         (message-narrow-to-field): Simplify.
17031
17032 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17033
17034         * spam.el (spam-directory): Derive from `gnus-directory'.
17035
17036         * spam-report.el (spam-report-url-to-file)
17037         (spam-report-requests-file): New function and variable for offline
17038         reporting.
17039         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17040         and user defined function.
17041         (spam-report-url-ping-mm-url): Remove doubled slash.
17042
17043 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17044
17045         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17046
17047 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17048
17049         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17050         format string mismatch.
17051
17052         * sieve.el (sieve-deactivate-all): do.
17053
17054         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17055
17056         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17057
17058         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17059
17060         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17061
17062 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17063
17064         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17065         the list of checks.
17066
17067 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17068
17069         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17070         padding.
17071
17072 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17073
17074         * mm-view.el (mm-fill-flowed): New variable.
17075         (mm-inline-text): Use it.
17076
17077 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17078
17079         * spam.el (spam-spamassassin-register-ham-routine)
17080         (spam-spamassassin-register-spam-routine): Fix function names.
17081
17082 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17083
17084         * gnus.el (gnus-tmp-grouplens): Remove.
17085         (gnus-summary-line-format): Remove grouplens.
17086
17087         * gnus-group.el (gnus-group-line-format): Ditto.
17088
17089         * gnus-spec.el (gnus-format-specs): Ditto.
17090         (gnus-update-format-specifications): Flush the group format spec
17091         cache if there's the grouplens stuff.
17092         (gnus-parse-simple-format): Replace %l with the empty string.
17093
17094 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17095
17096         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17097         omission.
17098
17099 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17100
17101         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17102         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17103
17104 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17105
17106         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17107         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17108         New macros and functions.
17109         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17110         Handle > NLINK_MAX messages.
17111         * nnmaildir.el (nnmaildir-request-set-mark): Use
17112         nnmaildir--emlink-p and nnmaildir--eexist-p.
17113
17114 2004-01-25  Alex Schroeder  <alex@gnu.org>
17115
17116         * spam-stat.el (spam-stat-process-directory-age): New option.
17117         (spam-stat-process-directory): Use it.
17118
17119 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17120
17121         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17122         (spam-stat-save): Accept prefix argument.
17123
17124 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17125
17126         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17127         links" error.
17128
17129 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17130
17131         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17132         the rest of the and/or forms.
17133
17134 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17135
17136         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17137         compatibility with old .newsrc.eld files.
17138
17139         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17140
17141         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17142
17143         * gnus-start.el (gnus-1): do.
17144
17145         * gnus-group.el (gnus-group-line-format-alist): do.
17146
17147         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17148
17149         * gnus-gl.el: Remove.
17150
17151 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17152
17153         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17154         marks consisting of a single range {for example, (3 . 5)} rather
17155         than a list of a single range { ((3 . 5)) }.
17156
17157 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17158
17159         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17160         with-current-buffer.
17161         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17162         avoid consing a string.
17163
17164         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17165         Remove obsolete entries for big5 and gb2312.
17166
17167 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17168
17169         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17170         uncompressed list.
17171
17172 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17173
17174         * spam-stat.el (spam-stat-strip-xref): New function.
17175         (spam-stat-process-directory): Use it.
17176
17177         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17178         here -- it's done in message-fetch-field.
17179
17180 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17181
17182         * gnus-agent.el (gnus-agent-queue-mail)
17183         (gnus-agent-prompt-send-queue): New variables.
17184         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17185         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17186         "nndraft:queue" along to gnus-draft-send.  Use
17187         gnus-agent-prompt-send-queue.
17188         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17189         is "nndraft:queue".  Suggested by Gaute Strokkenes
17190         <gs234@srcf.ucam.org>
17191
17192         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17193         (agent-enable-undownloaded-faces): Added.
17194         (gnus-agent-cat-groups): Use eval-and-compile, not
17195         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17196         method of gnus-agent-cat-groups even when the buffer has been
17197         evaled.
17198         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17199         delete gnus-agent-save-active-1.
17200         (gnus-agent-save-groups): Deleted.  Identical to
17201         gnus-agent-save-active.
17202         (gnus-agent-write-active): No longer adjust agent's copy of active
17203         file as agent's adjustments are now stored in their own
17204         file.  Removed optional parameter.
17205         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17206         servers.  Add use of min/max range limits from server's local
17207         file.
17208         (gnus-agent-save-alist): Removed unused optional argument.
17209         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17210         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17211         (gnus-agent-set-local): A per-server file that keeps min/max range
17212         limits for articles known to the agent.  Provides a fast mechanism
17213         for altering many active ranges.
17214         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17215         active file (local makes it unnecessary).
17216         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17217
17218         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17219         (agent-enable-undownloaded-faces): Added.
17220
17221         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17222         disable it when sending to "nndraft:queue".
17223         (gnus-group-send-queue): Add safety check to avoid sending queue
17224         when unplugged.
17225
17226         * gnus-group.el (gnus-group-catchup): Use new
17227         gnus-sequence-of-unread-articles, not
17228         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17229         numbers of articles.  Use gnus-range-map to avoid having to
17230         uncompress the unread list.
17231         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17232         Fixed invalid ange-ftp reference.
17233
17234         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17235         (gnus-sorted-range-intersection): Intersection of two ranges
17236         without requiring that they first be uncompressed.
17237
17238         * gnus-start.el (gnus-activate-group): Unless blocked by the
17239         caller, possibly expand the active range to include both cached
17240         and agentized articles.
17241         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17242         multiple version-dependent converters.
17243         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17244         gnus-agent-save-active.
17245         (gnus-save-newsrc-file): Save dirty agent range limits.
17246
17247         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17248         gnus-agent-possibly-alter-active.
17249         (gnus-adjust-marked-articles): Faster handling of simple lists.
17250
17251 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17252
17253         * spam-stat.el (spam-stat-test-directory): New optional argument
17254         displays a list of files detected.  Suggested by Andrew Cohen
17255         <cohen@andy.bu.edu>.
17256         (spam-stat-buffer-words-with-scores): Don't narrow and change
17257         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17258
17259 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17260
17261         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17262         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17263         (spam-spamassassin-arguments)
17264         (spam-spamassassin-spam-flag-header)
17265         (spam-spamassassin-positive-spam-flag-header)
17266         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17267         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17268         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17269         (spam-list-of-processors, spam-list-of-checks)
17270         (spam-list-of-statistical-checks, spam-registration-functions)
17271         (spam-check-spamassassin-headers, spam-check-spamassassin)
17272         (spam-spamassassin-score)
17273         (spam-spamassassin-register-with-sa-learn)
17274         (spam-spamassassin-register-spam-routine)
17275         (spam-spamassassin-register-ham-routine)
17276         (spam-assassin-register-spam-routine)
17277         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17278         (spam-bogofilter-score): Fix to show article before scoring.
17279
17280 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17281
17282         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17283         default scoring function.
17284         (spam-generic-score): Call spam-spamassassin-score if
17285         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17286         spam-bogofilter-score otherwise.
17287
17288         * gnus.el (spam-process, spam-autodetect-methods): Add
17289         spamassassin and spamassassin-headers.
17290
17291 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17292
17293         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17294         Suppress unnecessary messages.
17295
17296 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17297
17298         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17299         make-hash-table.
17300
17301 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17302
17303         * canlock.el (base64-encode-string): Don't autoload it.
17304
17305 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17306
17307         * run-at-time.el: Remove useless (require 'itimer),
17308         eval-and-compile and (featurep 'xemacs).
17309
17310 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17311
17312         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17313         GROUP is a virtual group.
17314
17315 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17316
17317         * gnus.el: Autoload `message-y-or-n-p'.
17318
17319 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17320
17321         * pgg-parse.el: Remove unnecessary (require 'custom).
17322
17323         * pgg-def.el: do.
17324
17325         * nnmail.el: do.
17326
17327         * gnus-undo.el: do.
17328
17329         * gnus-picon.el: do.
17330
17331         * gnus-util.el: do.
17332
17333 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17334
17335         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17336
17337 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17340         handle, as well as a list.
17341
17342         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17343         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17344         (mm-w3m-cid-retrieve): Simplify.
17345
17346 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17347
17348         * message.el (message-kill-to-signature): Allow prefix arg to
17349         specify number of lines to keep before signature.
17350
17351 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17352
17353         * message.el (message-kill-to-signature): Change docstring.
17354
17355 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17356
17357         * canlock.el: Always require sha1-el.
17358         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17359
17360         * message.el: Autoload sha1 only when compiling.
17361
17362         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17363         eudc-expand-inline for XEmacs.
17364
17365 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17366
17367         * message.el (message-canlock-generate): Require sha1-el.
17368
17369 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17370
17371         * message.el (message-expand-name): Silence the byte compiler.
17372
17373         * lpath.el: Add detect-coding-system.
17374
17375         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17376         cus-edit.
17377
17378 2004-01-13  Simon Josefsson  <jas@extundo.com>
17379
17380         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17381         Invoke gnus-score-mode.  Reported by
17382         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17383
17384         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17385         Jim Blandy <jimb@redhat.com> (tiny change).
17386
17387 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17388
17389         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17390
17391 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17392
17393         * spam.el (spam-get-article-as-string): Update to use
17394         gnus-request-article-this-buffer, much simpler.
17395         (spam-get-article-as-buffer): Remove.
17396
17397 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17398
17399         * message.el (message-expand-name): Use EUDC if the user uses that.
17400
17401 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17402
17403         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17404         character for the encoding to avoid consing a string.
17405
17406         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17407         unnecessarily.
17408
17409         * mm-util.el (mm-replace-chars-in-string): Remove.
17410
17411         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17412         of mm-replace-chars-in-string.
17413
17414 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17415
17416         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17417
17418         * mm-util.el (mm-subst-char-in-string): Support inplace.
17419
17420         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17421         a new string in every iteration.  Use shy groups.
17422
17423 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17424
17425         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17426         * gnus-soup.el (gnus-soup-group-brew):
17427         * gnus-msg.el (gnus-put-message):
17428         * gnus-move.el (gnus-group-move-group-to-server):
17429         * gnus-kill.el (gnus-batch-score):
17430         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17431         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17432         (gnus-group-update-group, gnus-group-read-group)
17433         (gnus-group-make-group, gnus-group-make-help-group)
17434         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17435         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17436         (gnus-group-sort-by-unread, gnus-group-catchup)
17437         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17438         (gnus-group-yank-group, gnus-group-set-info)
17439         (gnus-group-list-groups):
17440         * gnus.el (gnus-generate-new-group-name):
17441         * gnus-delay.el (gnus-delay-send-queue):
17442         * nnvirtual.el (nnvirtual-catchup-group):
17443         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17444         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17445         (gnus-group-prepare-topics, gnus-topic-check-topology):
17446         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17447         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17448         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17449         (gnus-group-make-articles-read):
17450         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17451         (gnus-group-change-level, gnus-kill-newsgroup)
17452         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17453         (gnus-get-unread-articles, gnus-make-articles-unread)
17454         (gnus-make-ascending-articles-unread): Use accessor
17455         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17456         to get group information for improved readability.
17457
17458
17459 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17460
17461         * gnus-art.el (article-decode-mime-words, article-babel)
17462         (gnus-article-highlight-signature, gnus-article-add-buttons)
17463         (gnus-signature-toggle): Use gnus-with-article-buffer.
17464
17465         * gnus-art.el (gnus-article-highlight-headers)
17466         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17467
17468         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17469         (gnus-article-set-globals, gnus-request-article-this-buffer)
17470         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17471         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17472         (gnus-mime-display-alternative): Use with-current-buffer.
17473
17474 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17475
17476         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17477         also under 80 char limit, and call gnus-error if needed.
17478         (spam-fetch-article-header): Fix - it was a
17479         buffer-local variable (gnus-newsgroup-data).
17480         (spam-find-spam): Use spam-generate-fake-headers, forget about
17481         spam-insert-fake-headers.
17482         (spam-insert-fake-headers): Remove.
17483
17484 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17485
17486         * deuglify.el (gnus-article-outlook-unwrap-lines)
17487         (gnus-outlook-rearrange-article)
17488         (gnus-outlook-repair-attribution-outlook)
17489         (gnus-outlook-repair-attribution-block)
17490         (gnus-outlook-repair-attribution-other): Remove redundant
17491         save-excursion.
17492
17493 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17494
17495         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17496         (spam-fetch-field-subject-fast)
17497         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17498         (spam-fetch-article-header): Add functions to deal with Gnus
17499         internals for fast retrieval of article header data.
17500         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17501
17502 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17503
17504         * pop3.el (pop3-md5): Remove.
17505         (pop3-apop): Replace pop3-md5 with md5.
17506
17507         * mm-bodies.el: base64 is always built-in.
17508
17509         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17510         with-current-buffer.
17511
17512 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17513
17514         * canlock.el (canlock-insert-header): Remove excessive grouping in
17515         regexp.
17516
17517         * gnus-sum.el (gnus-summary-read-document): Ditto.
17518
17519         * gnus-uu.el (gnus-uu-part-number): Ditto.
17520
17521         * html2text.el (html2text-remove-tags): Ditto.
17522         (html2text-format-tags): Ditto.
17523         (html2text-format-single-elements): Ditto.
17524
17525         * mml.el (mml-parse-1): Ditto.
17526
17527 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17528
17529         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17530
17531         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17532
17533         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17534
17535         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17536
17537 2003-11-15  Simon Josefsson  <jas@extundo.com>
17538
17539         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17540         (pgg-gpg-lookup-key): Use regexp match instead of
17541         split-string (split-string is different between emacs 21.2 and
17542         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17543
17544 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17545
17546         * gnus-art.el (gnus-mime-view-all-parts)
17547         (gnus-article-part-wrapper, gnus-article-view-part): Use
17548         with-current-buffer.
17549
17550 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17551
17552         * spam.el (spam-disable-spam-split-during-ham-respool)
17553         (spam-spamoracle-database, spam-cache-lookups)
17554         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17555         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17556         (spam-group-ham-marks, spam-group-spam-marks)
17557         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17558         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17559         also add spam-use-blackholes to the statistical checks.
17560         (spam-fetch-field-fast): Add interface to fetching fields, may
17561         become a macro.
17562         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17563         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17564         (spam-insert-fake-headers): Fake an article when needed.
17565         (spam-find-spam): Fake article when possible.
17566         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17567         (spam-check-bogofilter-headers): Use message-fetch-field instead
17568         of nnmail-fetch-field.
17569
17570 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17571
17572         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17573
17574 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17575
17576         * spam.el (spam-split): Do not require spam-use-CHECK to be
17577         enabled if that check is passed to spam-split explicitly; also
17578         fix so 'spam doesn't get converted to spam-split-group when
17579         spam-split-symbolic-return is t.
17580         (spam-find-spam): Find registrations of the article and use those
17581         instead of re-running spam-split to find the spam/ham
17582         classification of the article.
17583         (spam-log-processing-to-registry, spam-log-registered-p)
17584         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17585         Use gnus-error instead of gnus-message.
17586         (spam-log-registration-type): Add function to determine the
17587         classification of a message based on registry entries; will
17588         return nil if both 'spam and 'ham are found.
17589         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17590         a reasonably fast local cache without the loading errors.
17591         (spam-cache-lookups): Set to t by default.
17592         (spam-find-spam): Don't try to guess spam-cache-lookups.
17593         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17594         spam-caches entry.
17595         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17596         caching of whitelist/blacklist entries.
17597         (spam-check-whitelist, spam-check-blacklist): Invoke
17598         spam-from-listed-p with a type, not a cache variable.
17599         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17600
17601 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17602
17603         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17604
17605         * nnmail.el (nnmail-split-fancy): do.
17606
17607         * mml.el (mml-parse): do.
17608
17609         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17610         (gnus-score-adaptive): do.
17611
17612 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17615         (gnus-mime-button-map): Don't set keymap parent.
17616         (gnus-button-ctan-directory-regexp): Use shy grouping.
17617         (gnus-prev-page-map): Don't set keymap parent.
17618         (gnus-prev-page-map): Remove duplicated one.
17619         (gnus-next-page-map): Don't set keymap parent.
17620         (gnus-mime-security-button-map): Ditto.
17621
17622         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17623         version number.
17624
17625         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17626
17627 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * canlock.el (canlock-sha1-function): Remove.
17630         (canlock-sha1-function-for-verify): Remove.
17631         (canlock-openssl-program): Remove.
17632         (canlock-openssl-args): Remove.
17633         (canlock-ignore-errors): Remove.
17634         (canlock-sha1-with-openssl): Remove.
17635         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17636         (canlock-verify): Don't use canlock-ignore-errors.
17637
17638         * sha1-el.el (sha1-string-external): Make it can return a string
17639         in binary form.
17640         (sha1-region-external): Ditto.
17641         (sha1-string-internal): Ditto.
17642         (sha1-region-internal): Ditto.
17643         (sha1-region): Ditto.
17644         (sha1-string): Ditto.
17645         (sha1): Ditto.
17646
17647 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17648
17649         * spam.el (spam-report-articles-gmane): New command.
17650
17651 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17654
17655         * run-at-time.el (run-at-time-saved): Remove.
17656         (run-at-time): Doc fix.
17657
17658 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17659
17660         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17661         (gnus-summary-limit-map): Add it.
17662         (gnus-summary-make-menu-bar): do.
17663
17664 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17665
17666         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17667         Make attempt at some caching support (done for BBDB only now).
17668         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17669         addresses to be checked.
17670         (spam-clear-cache-BBDB): Add function, to be invoked by
17671         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17672         (spam-check-BBDB): Check and use the caches, if
17673         spam-cache-lookups is on, remove superfluous (provide).
17674
17675 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17676
17677         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17678
17679 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17680
17681         * run-at-time.el (run-at-time-saved): Move to after the definition
17682         of `run-at-time'.
17683
17684         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17685
17686 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17689         mm-w3m-local-map-property.
17690
17691         * mm-view.el (mm-w3m-mode-map): Remove.
17692         (mm-w3m-local-map-property): Remove.
17693         (mm-inline-text-html-render-with-w3m): Don't use
17694         mm-w3m-local-map-property.
17695
17696 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17697
17698         * run-at-time.el: New file.
17699
17700         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17701         under Emacs.
17702
17703         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17704         of gnus-set-text-properties.
17705
17706         * gnus-uu.el (gnus-uu-save-article): Ditto.
17707
17708         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17709
17710         * gnus-cite.el (gnus-cite-parse): Ditto.
17711
17712         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17713         of gnus-.
17714
17715         * gnus-xmas.el (run-at-time): Require run-at-time.
17716
17717         * gnus.el: Changed calls to nnheader-run-at-time and
17718         password-run-at-time throughout to use run-at-time directly.
17719
17720         * password.el: Removed definition of run-at-time.
17721
17722         * nnheaderxm.el: Remove definition of run-at-time.
17723
17724 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17725
17726         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17727         in prompt.
17728
17729 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17730
17731         * messagexmas.el (message-xmas-redefine): Alias
17732         `message-make-caesar-translation-table' to
17733         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17734         version.
17735
17736         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17737         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17738         `gnus-xmas-set-text-properties'.
17739         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17740         `gnus-xmas-completing-read'.
17741         (gnus-xmas-completing-read): Removed.
17742         (gnus-xmas-open-network-stream): Removed.
17743
17744         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17745         XEmacs version.
17746
17747         * dns.el (dns-make-network-process): Use `open-network-stream'
17748         instead of `gnus-xmas-open-network-stream'.
17749
17750         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17751
17752         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17753
17754 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17755
17756         * gnus-art.el (gnus-mime-display-alternative)
17757         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17758         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17759         Don't use gnus-local-map-property.
17760
17761         * gnus-util.el (gnus-local-map-property): Remove.
17762
17763         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17764         gnus-completing-read-maybe-default with completing-read.
17765
17766         * gnus-util.el (gnus-completing-read): do.
17767         (gnus-completing-read-maybe-default): Remove.
17768
17769 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17770
17771         * password.el: Only autoload `run-at-time' if not XEmacs.
17772         Only autoload the itimer functions if XEmacs.
17773
17774 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17775
17776         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17777         XEmacsen.
17778
17779         * dgnushack.el: Autoload executable-find for XEmacs.
17780
17781 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17782
17783         * gnus-art.el (gnus-read-string): Remove.
17784         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17785         read-string.
17786
17787 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17788
17789         * netrc.el: Autoload password-read.
17790         (netrc): Add configuration group.
17791         (netrc-encoding-method, netrc-openssl-path): Add
17792         variables for encoding and decoding of files with symmetric
17793         ciphers.
17794         (netrc-encode): Add assistant function to encode a file with
17795         netrc-encoding-method.
17796         (netrc-parse): Add interactive parameter, added optional
17797         decoding if netrc-encoding-method is non-nil but otherwise
17798         behavior is standard.
17799         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17800         Do s/encode/encrypt/ everywhere.
17801
17802         * spam.el: Remove executable-find autoload.
17803
17804 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17805
17806         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17807
17808         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17809
17810 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17811
17812         * gnus-art.el (gnus-treat-ansi-sequences)
17813         (article-treat-ansi-sequences): New variable and function.
17814         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17815
17816         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17817         Use it.
17818
17819 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17820
17821         * mm-util.el (mm-quote-arg): Remove.
17822
17823         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17824         shell-quote-argument.
17825
17826         * gnus-uu.el (gnus-uu-command): do.
17827
17828         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17829
17830         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17831         with make-char.
17832
17833         * mm-util.el (mm-make-char): Remove.
17834
17835         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17836         add-minor-mode.
17837
17838         * gnus-undo.el (gnus-undo-mode): do.
17839
17840         * gnus-topic.el (gnus-topic-mode): do.
17841
17842         * gnus-sum.el (gnus-dead-summary-mode): do.
17843
17844         * gnus-start.el (gnus-slave-mode): do.
17845
17846         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17847
17848         * gnus-ml.el (gnus-mailing-list-mode): do.
17849
17850         * gnus-gl.el (gnus-grouplens-mode): do.
17851
17852         * gnus-draft.el (gnus-draft-mode): do.
17853
17854         * gnus-dired.el (gnus-dired-mode): do.
17855
17856         * gnus-ems.el (gnus-add-minor-mode): Remove.
17857
17858         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17859         Replace gnus-char-width with char-width.
17860
17861         * gnus-ems.el (gnus-char-width): Remove.
17862
17863         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17864         Replace gnus-char-width with char-width.
17865
17866         * gnus-ems.el (gnus-char-width): Remove.
17867
17868         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17869         definition.
17870         Remove Emacs 20 hash table compatibility code.
17871
17872         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17873         20 compatibility code.
17874
17875         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17876
17877         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17878
17879         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17880         with point-at-{eol,bol}.
17881
17882         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17883
17884         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17885
17886         * flow-fill.el (fill-flowed-point-at-bol)
17887         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17888
17889         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17890         Replace with point-at-{eol,bol} throughout all files.
17891
17892 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17893
17894         * ntlm.el (ntlm-string-as-unibyte): New macro.
17895         (ntlm-build-auth-response): Use it.
17896
17897         Remove Emacs 20 stuff:
17898         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17899         (butlast, mapc, remove): Remove the compiler macros.
17900         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17901         of delq and copy-sequence.
17902         * gnus-art.el (popup-menu): Remove the compiler macro.
17903         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17904         Emacs 20.
17905
17906 2004-01-05  Simon Josefsson  <jas@extundo.com>
17907
17908         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17909         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17910         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17911         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17912         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17913         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17914         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17915         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17916         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17917         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17918         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17919         string-xor into ntlm-string-xor.  Suggested by
17920         Jesper Harder <harder@myrealbox.com>.
17921
17922         * ntlm.el: Don't include poem.
17923
17924         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17925         Jesper Harder <harder@myrealbox.com>.
17926
17927         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17928
17929         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17930         probably breaks emacs with DL patch, but do we care? Is anyone
17931         still using the DL stuff?)
17932
17933         * sieve-manage.el: Use the password package.
17934         (sieve-manage-read-passwd): Remove.
17935         (sieve-manage-interactive-login): Use password.  Re-add
17936         condition-case around loop.
17937
17938         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17939         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17940         the password package.
17941
17942 2003-02-19  Simon Josefsson  <jas@extundo.com>
17943
17944         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17945         token.
17946
17947 2002-08-07  Simon Josefsson  <jas@extundo.com>
17948
17949         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17950         (sieve-manage-authenticators):
17951         (sieve-manage-authenticator-alist): Add some SASL mechs.
17952         (sieve-sasl-auth): New function.
17953         (sieve-manage-cram-md5-auth):
17954         (sieve-manage-plain-auth): Rewrite using SASL library.
17955         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17956         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17957         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17958         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17959
17960 2004-01-05  Simon Josefsson  <jas@extundo.com>
17961
17962         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17963         New files.
17964
17965 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17966
17967         * gnus-group.el (gnus-no-groups-message): Update.
17968
17969         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17970
17971 2003-11-09  Simon Josefsson  <jas@extundo.com>
17972
17973         * imap.el: Support for ID IMAP extension (RFC 2971).
17974         (imap-local-variables): Add imap-id.
17975         (imap-id): New variable.
17976         (imap-id): New function.
17977         (imap-parse-response): Parse untagged ID response.
17978         * nnimap.el (nnimap-id): New variable.
17979         (nnimap-open-connection): Use it.
17980
17981 2003-12-28  Simon Josefsson  <jas@extundo.com>
17982
17983         * gnus-score.el (gnus-score-edit-all-score): New.
17984         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17985
17986 2004-01-04  Simon Josefsson  <jas@extundo.com>
17987
17988         * password.el: Add.
17989
17990 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17991
17992         * dns.el (dns-query-types): Fix typo.
17993         (dns-query-types): New function.
17994         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17995         PTR and SOA replies, see RFC 1035.
17996
17997 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17998
17999         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18000
18001         * Moved to Changelog.2.
18002
18003 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18004
18005         * gnus.el (gnus-version-number): Bump version.
18006
18007 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18008
18009         * gnus.el: No Gnus v0.1 is released.
18010
18011 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18012
18013         * gnus.el: No Gnus v0.0 is released.
18014
18015 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18016
18017         * gnus.el (gnus-version-number): Bump.
18018         (gnus-version): No.
18019
18020 See ChangeLog.2 for earlier changes.
18021
18022     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18023       Free Software Foundation, Inc.
18024
18025   This file is part of GNU Emacs.
18026
18027   GNU Emacs is free software: you can redistribute it and/or modify
18028   it under the terms of the GNU General Public License as published by
18029   the Free Software Foundation, either version 3 of the License, or
18030   (at your option) any later version.
18031
18032   GNU Emacs is distributed in the hope that it will be useful,
18033   but WITHOUT ANY WARRANTY; without even the implied warranty of
18034   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18035   GNU General Public License for more details.
18036
18037   You should have received a copy of the GNU General Public License
18038   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18039
18040 ;; Local Variables:
18041 ;; coding: utf-8
18042 ;; fill-column: 79
18043 ;; add-log-time-zone-rule: t
18044 ;; End: