(nnimap-update-info): If the server doesn't return any useful info, just use the...
[gnus] / lisp / ChangeLog
1 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-update-info): If the server doesn't return any
4         useful info, just use the previous info.
5
6 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7
8         * nnir.el (autoload): Clean up autoloads.
9         (nnir-imap-default-search-key): Renamed from
10         nnir-imap-search-field. Use key rather than value.
11         (nnir-imap-search-other): New variable.
12         (nnir-read-parm): Use it.
13         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
14         (gnus-summary-nnir-goto-thread): Modify to work with imap.
15
16 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17
18         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
19         the process, too.
20
21 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
24         Allbery.
25
26         * shr.el: Rework the way things are indented by <li> slightly.
27
28         * gnus.el (gnus-group-set-parameter): Fix typo.
29
30         * nnimap.el: Start implementing QRESYNC support.
31
32 2010-10-09  Julien Danjou  <julien@danjou.info>
33
34         * nnir.el (nnir-engines): Fix too many arguments.
35
36 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
39         group is the "last", so that the backends like nnfolder actually save
40         their folders.
41
42         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
43         try to use that for the tls stream.
44         (nnimap-retrieve-group-data-early): Rework the marks code to heed
45         UIDVALIDITY and find out which groups are read-only and not.
46         (nnimap-get-flags): Use the same marks parsing code as the rest of
47         nnimap.
48
49 2010-10-09  Julien Danjou  <julien@danjou.info>
50
51         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
52
53         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
54         retrieving gravatars.
55
56         * shr.el (shr-table-corner): Add.
57         (shr-table-line): Add.
58         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
59
60 2010-10-08  Julien Danjou  <julien@danjou.info>
61
62         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
63
64 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
65
66         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
67
68         * gnus-sum.el (gnus-mark-article-as-unread)
69         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
70         (gnus-summary-set-bookmark): Use it.
71
72         * gnus-msg.el (gnus-setup-message): Use it.
73
74         * gnus-demon.el (gnus-demon-remove-handler): Use it.
75
76         * gnus.el (gnus-group-remove-parameter): Use it.
77
78         * gnus-group.el (gnus-group-make-web-group): Use it.
79
80         * gnus-demon.el (gnus-demon-remove-handler): Use it.
81
82         * nnregistry.el: Update docs to mention manual.
83
84         * gnus-registry.el: Update docs to mention nnregistry.el.
85         (gnus-registry-initialize): Don't install nnregistry refer method
86         automatically.
87         (gnus-registry-install-nnregistry): Remove it.
88
89 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
90
91         * shr.el (shr-insert): Don't insert double spaces.
92
93 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * gnus-gravatar.el (gnus-treat-from-gravatar)
96         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
97         called interactively.
98
99         * gnus-art.el (gnus-mime-view-part-externally)
100         (gnus-mime-view-part-internally): Make predicate function passed to
101         gnus-mime-view-part-as-type assume argument is a mime type, not a list
102         of a mime type.
103
104         * shr.el (shr-table-widths): Don't use cl function `reduce'.
105
106 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
107
108         * shr.el (require): Require cl when compiling.
109         (shr-tag-hr): New function.
110
111         * nnimap.el (nnimap-update-info): Remove double setting of high.
112         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
113         makes nnimap work properly on Courier again.
114
115         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
116         the variable for backwards compatability.
117
118         * mm-decode.el (mm-save-part): If given a non-directory result, expand
119         the file name before using to avoid setting mm-default-directory to
120         nil.
121
122         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
123         bidning gnus-agent variables.
124
125         * shr.el (shr-render-td): Use a cache for the table rendering function
126         to avoid getting an exponential rendering behaviour in nested tables.
127         (shr-insert): Rework the line-breaking algorithm.
128         (shr-insert): Don't leave trailing spaces.
129         (shr-insert-table): Also insert empty TDs.
130         (shr-tag-blockquote): Ensure paragraphs after </ul>.
131
132 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
133
134         * gnus-sum.el (gnus-number): Rename from `number'.
135         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
136         (gnus-summary-limit-children): Update uses correspondingly.
137
138 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
141         (gnus-gravatar-transform-address): Don't show avatars of people of
142         which mail addresses match gnus-gravatar-too-ugly.
143
144 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * shr.el (shr-table-widths): Expand TD elements to fill available
147         space.
148
149 2010-10-07  Julien Danjou  <julien@danjou.info>
150
151         * nnimap.el (nnimap-request-rename-group): Add this method.
152
153 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
156         name from XEmacs' function-arglist.
157
158         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
159         gravatar under XEmacs.
160
161 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
162
163         * auth-source.el: Update docs with TODO items.
164
165         * gnus-sync.el: Update docs to explain state and plans.
166
167         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
168         Hooks for mark updates.
169         (gnus-request-set-mark, gnus-request-update-mark): Use them.
170
171         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
172         hooks with arguments, which is needed for mark update hooks.
173
174 2010-10-06  Julien Danjou  <julien@danjou.info>
175
176         * gnus.el (gnus-expand-group-parameter): Only return and act on what
177         was matched.
178
179         * sieve-manage.el: Update example in `Commentary'.
180
181         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
182
183         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
184         not 2000.
185         (sieve-manage-authenticate): Re-add function.
186
187 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
188
189         * shr.el (shr-insert): Get 'space transition right.
190         (shr-render-td): Only delete space at the end of the TD.
191
192         * nnimap.el (nnimap-open-connection): Prepare to support
193         open-gnutls-stream.
194
195         * shr.el: Rearrange function order to be more logical.
196
197 2010-10-06  Julien Danjou  <julien@danjou.info>
198
199         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
200         (nnrss-discover-feed): Remove 404 URL in docstring.
201
202         * nnir.el: Fix Swish-E URL.
203         Fix Namazu URL.
204
205         * message.el (message-change-subject): Remove 404 URL in a comment.
206
207 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
208
209         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
210         called interactively.
211
212         * gnus-util.el (gnus-remove-if): Allow hash table.
213         (gnus-remove-if-not): New function.
214
215         * gnus-art.el (gnus-mime-view-part-as-type)
216         * gnus-score.el (gnus-summary-score-effect)
217         * gnus-sum.el (gnus-read-move-group-name):
218         Replace remove-if-not with gnus-remove-if-not.
219
220         * gnus-group.el (gnus-group-completing-read):
221         Regard collection as a hash table if it is not a list.
222
223 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * shr.el (shr-render-td): Allow blank/missing <TD>s.
226
227         * shr.el: Document the table-rendering algorithm.
228
229 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
232         for Emacsen having no `libxml-parse-html-region' support.
233
234 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
235
236         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
237         invalid URLs.
238
239         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
240         line-broken.
241         (shr-tag-img): Ignore image fetching errors.
242         (shr-overlays-in-region): Compute overlay positions correctly.
243
244         * mm-decode.el (mm-shr): Require shr.
245
246         * gnus-art.el (gnus-blocked-images): Move variable here.
247
248         * shr.el (shr-insert-table): Bind free variable.
249
250         * mm-decode.el (mm-shr): Bind shr-content-function.
251
252         * shr.el (shr-content-function): New variable.
253
254         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
255         added for symmetry.
256
257         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
258
259         * gnus-group.el (gnus-group-make-group): Doc fix.
260
261         * nnimap.el (nnimap-request-newgroups): Return success.
262
263         * shr.el (shr-find-elements): New function.
264         (shr-tag-table): Put all the images after the table.
265         (shr-tag-table): Really inhibit images inside the table.
266         (shr-collect-overlays): Copy over overlays from the TD elements to the
267         main document.
268
269         * mm-decode.el (mm-shr): Bind shr-blocked-images to
270         gnus-blocked-images.
271
272 2010-10-05  Julien Danjou  <julien@danjou.info>
273
274         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
275
276         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
277         (gnus-html-maximum-image-size): Add this function.
278         (gnus-html-put-image): Use gnus-html-maximum-image-size.
279
280         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
281         server-value of the capability is nil.
282
283 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * shr.el (shr-tag-em): Add <EM> tag.
286
287 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
288
289         * sieve-manage.el (sieve-manage-default-stream): Make default stream
290         customizable.
291
292         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
293         handing broken links to browse-url.
294
295 2010-10-05  Julien Danjou  <julien@danjou.info>
296
297         * gnus-util.el (gnus-emacs-completing-read)
298         (gnus-iswitchb-completing-read): Use autoload rather than require.
299
300 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
301
302         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
303         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
304         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
305         iswitchb-temp-buflist for XEmacs.
306
307         * gnus-util.el (gnus-completing-read-function): Exclude
308         gnus-icompleting-read and gnus-ido-completing-read from candidates for
309         XEmacs since iswitchb.el is very old and ido.el is unavailable in
310         XEmacs.
311
312         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
313         not to use `delete-dups' that is unavailable in XEmacs 21.4.
314
315         * gnus-html.el: Don't require help-fns under XEmacs.
316         (gnus-html-schedule-image-fetching): Work for XEmacs.
317
318         * mm-decode.el (mm-shr): Decode contents by charset.
319
320 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
323         unknown.
324
325         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
326         (shr-get-image-data): Ensure against the cache file missing.
327
328         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
329         for data.
330
331         * spam-report.el (spam-report-url-ping-plain): Don't query about
332         killing the process.
333
334         * shr.el (shr-render-td): Protect against too-wide text.
335
336 2010-10-04  Julien Danjou  <julien@danjou.info>
337
338         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
339         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
340
341         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
342         retrieved.
343
344 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
345
346         * shr.el (browse-url): Required.
347         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
348         lines.
349         (shr-show-alt-text, shr-browse-image): New commands.
350         (shr-browse-url, shr-copy-url): New commands.
351
352         * gnus-sum.el (gnus-widen-article-window): New variable.
353         (gnus-summary-select-article-buffer): Use it.
354
355         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
356         without @ signs.
357
358 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
359
360         * nnir.el (nnir-run-imap): Remove spurious space in search string.
361
362 2010-10-04  Julien Danjou  <julien@danjou.info>
363
364         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
365         for XEmacs.
366
367 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
368
369         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
370
371         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
372         (nnimap-close-server): Implement.
373
374         * dgnushack.el (iswitchb): Require to shut up the compiler.
375
376         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
377         (shr-insert): Tweak line breaking.
378         (shr-insert): Handle <pre> better.
379         (shr-tag-li): Get <li> indentation right.
380         (shr-tag-li): Get <li> indentation even righter.
381         (shr-tag-blockquote): Ensure paragraph start.
382         (shr-make-table): Tweak table generation.
383         (shr-make-table): Fix typo.
384
385         * shr.el: Implement table rendering.
386
387 2010-10-04  Julien Danjou  <julien@danjou.info>
388
389         * gnus-html.el (gnus-html-put-image): Fix resize image code.
390
391 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
392
393         * shr.el (shr-insert): Use string anchors instead of line anchors.
394
395 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * shr.el: Add headings.
398         (shr-ensure-paragraph): Actually work.
399         (shr-tag-li): Make <ul> prettier.
400         (shr-insert): Get white space at the beginning/end of elements right.
401         (shr-tag-p): Collapse subsequent <p>s.
402         (shr-ensure-paragraph): Don't insert double line feeds after blank
403         lines.
404         (shr-insert): \t is also space.
405         (shr-tag-s): Fix "s" tag name function.
406         (shr-tag-s): Fix face prop name.
407
408 2010-10-03  Julien Danjou  <julien@danjou.info>
409
410         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
411
412         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
413         gnus-window-inside-pixel-edges.
414
415         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
416         gnus-ems.
417
418         * mm-view.el (mm-inline-image-emacs): Support image resizing.
419
420         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
421         function.
422
423         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
424         resize choice.
425
426 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
429         beginning of the buffer.
430
431         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
432         article buffer again.
433
434         * shr.el (shr-tag-p): Don't insert newlines at the start of the
435         buffer.
436
437         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
438         when it's at the start of the buffer.
439
440         * shr.el (shr-tag-blockquote): Convert name.
441         (shr-rescale-image): Use the right image-size variant.
442
443         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
444         buffer isn't shown, then select the current article first instead of
445         bugging out.
446         (gnus-summary-select-article-buffer): Show both the article and summary
447         buffers again.
448
449         * shr.el (shr-fontize-cont): Protect against regions with no text.
450         Rename tag functions to shr-tag-* for enhanced security.
451         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
452
453 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
454
455         * shr.el (shr-insert):
456         * pop3.el (pop3-movemail):
457         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
458         loaded.
459
460 2010-10-03  Glenn Morris  <rgm@gnu.org>
461
462         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
463
464         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
465
466         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
467
468         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
469
470         * gnus-util.el (gnus-make-local-hook): Simplify.
471
472 2010-10-02  Julien Danjou  <julien@danjou.info>
473
474         * gnus-util.el (gnus-iswitchb-completing-read): New function.
475         (gnus-ido-completing-read): New function.
476         (gnus-emacs-completing-read): New function.
477         (gnus-completing-read): Use gnus-completing-read-function.
478         Add gnus-completing-read-function.
479
480 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * shr.el (shr-insert-document): Autoload.
483         (shr-img): Be silent.
484         (shr-insert): Add a newline after every picture before text.
485         (shr-add-font): Use overlays for combining faces.
486         (shr-insert): Pass upwards the text start point.
487
488         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
489         possible.
490         (mm-shr): New function.
491
492 2010-10-02  Julien Danjou  <julien@danjou.info>
493
494         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
495         should go backward.
496
497 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
498
499         * shr.el (shr): Fix typo in provide call.
500
501 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * shr.el: New file.
504
505         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
506
507         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
508         completing read.
509
510 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
513         we're being queried about.  Suggested by Dan Jacobson.
514
515         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
516         by Jason Eisner.
517
518         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
519         table, too.  Suggested by Stefan Wiens.
520         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
521         the table unnecessary.  Suggested by Stefan Wiens.
522
523         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
524         longer needed, and probably doesn't work either, as pointed out by
525         Stefan Wiens.
526         (gnus-summary-exit): Remove call to the clearing function.
527         (gnus-summary-exit-no-update): Ditto.
528
529         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
530         instead of gnus-eval-in-buffer-window to avoid popping up frames.
531         Reported by Stefan Monnier.
532         (gnus-summary-save-in-rmail): Ditto.
533
534         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
535         article buffer, instead of both the article buffer and the summary
536         buffer.  Sort of suggested by Dan Jacobson.
537
538         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
539
540         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
541         Suggested by Dan Jacobson.
542
543         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
544         documentation clearer.
545
546         * message.el (message-shorten-references): Comment on the number "21".
547         Suggested by Stefan Monnier.
548
549         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
550         Suggested by Dan Jacobson.
551
552         * gnus.el (gnus-large-newsgroup): Mention
553         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
554
555         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
556         externalize attachments.  Bug reported by Steve Wen.
557
558         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
559         really message anything to the user.
560
561         * nnmail.el (nnmail-article-group): Allow using the fancy split method
562         directly.
563
564         * nnimap.el (nnimap-request-group): Low higher than high to signal no
565         messages in empty groups.
566
567 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
568
569         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
570         non-UIDNEXT group.
571
572 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
575         not the value from the collection.
576
577         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
578         values.  This sometimes happens on some groups that have no info.
579         (nnimap-request-newgroups): New function.
580
581 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
582
583         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
584         check into `gnus-registry-initialize'.
585         (gnus-registry-initialize): Ditto.
586         Fix and extend header docs.
587
588 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
591         regexp backtrace overflows.
592
593         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
594         for starttls that tls.el implements; i.e. openssl.
595
596         * tls.el (tls-starttls-switches): Give up on using starttls with
597         gnutls-cli.
598         (tls-program): Add --insecure to be consistent with the defaults from
599         openssl s_client.  Now all three commands are insecure.
600
601 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * lpath.el: Bind completion-styles-alist for XEmacs.
604
605         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
606         (gravatar-create-image): New function that's an alias to
607         gnus-xmas-create-image, gnus-create-image, or create-image.
608         (gravatar-data->image): Use it.
609
610 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
611
612         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
613         install the nnregistry refer method.
614         (gnus-registry-install-hooks): Use it.
615         (gnus-registry-unfollowed-groups): Add nnmairix to the default
616         unfollowed groups.
617
618 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
619
620         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
621         expanding threads.
622
623 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * nnir.el: Use the server names without suffixes (bug #7009).
626
627         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
628         unencrypted to STARTTLS, if possible.
629
630 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
631
632         * message.el (message-ignored-supersedes-headers): Strip Injection-*
633         headers before superseding.
634
635 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
636
637         * nnrss.el (nnrss-use-local): Add documentation.
638
639         * nnimap.el (nnimap-extend-tls-programs): New function.
640         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
641         (nnimap-wait-for-connection): Accept the greeting from the stupid
642         output from openssl s_client -starttls, too.
643
644         * tls.el (tls-starttls-switches): New variable.
645         (tls-find-starttls-argument): Use it.
646         (open-tls-stream): Ditto.
647
648         * netrc.el (netrc-credentials): Return the value of the "default"
649         entry.
650         (netrc-machine): Ditto.
651
652         * nnimap.el (nnimap-find-article-by-message-id): Really return the
653         article number.
654         (nnimap-split-fancy): New variable.
655         (nnimap-split-incoming-mail): Use it.
656
657         * nntp.el (nntp-server-list-active-group): Document.
658
659         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
660         SELECT to get the message-id.
661
662         * mail-source.el (mail-sources): Removed webmail support.
663         (defvar): Ditto.
664         (mail-source-fetcher-alist): Ditto.
665         (mail-source-fetch-webmail): Removed.
666
667         * webmail.el: Removed -- doesn't seem relevant any more.
668
669         * gnus.el: Fix up make-obsolete-variable declarations throughout.
670
671         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
672         the \r.
673
674 2010-09-30  Julien Danjou  <julien@danjou.info>
675
676         * gnus-agent.el (gnus-agent-add-group): Fix call to
677         gnus-completing-read.
678
679 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
680
681         * nndoc.el (nndoc-retrieve-groups): New function.
682
683         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
684         `default', use nnmail-split-methods.
685         (nnimap-request-article): Downcase the NILs so that they are nil.
686
687         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
688         symbol.
689
690         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
691         code, since if the user has requested network, that's what they ought
692         to get.
693         (nnimap-request-set-mark): Erase the buffer before issuing commands.
694         (nnimap-split-rule): Mark as obsolete.
695
696         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
697         variable.
698
699         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
700         correct slot, too.
701
702 2010-09-29  Julien Danjou  <julien@danjou.info>
703
704         * gnus.el (gnus-local-domain): Declare variable obsolete.
705
706         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
707         computing.
708         (gnus-ido-completing-read): Require ido.
709
710 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * gnus-registry.el: Don't prompt on load, which makes it impossible to
713         build Gnus.
714
715         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
716         when interpreting the structures.
717         (nnimap-request-accept-article): Add \r\n to the lines to make this
718         work with Cyrus.
719
720         * nndraft.el (nndraft-request-expire-articles): Use the group name
721         instead if "nndraft".  Fix found by Nils Ackermann.
722
723 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
724
725         * nnregistry.el: Added.
726
727 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
728
729         * nnmail.el (group, group-art-list, group-art):
730         Remove unneeded directives.
731
732 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
735         (mm-mime-charset)
736         * rfc2047.el (rfc2047-syntax-table)
737         * utf7.el (utf7-utf-16-coding-system): Comment fix.
738
739         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
740         rather than `insert-file-contents' and `eval-region'.
741
742         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
743         construction.
744
745         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
746
747         * time-date.el: No need to require cl for Emacs 21.
748
749 2010-09-29  Julien Danjou  <julien@danjou.info>
750
751         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
752         replacement of `gnus-gravatar-relief' to mimic
753         `gnus-faces-properties-alist'.
754         Add :version property.
755
756 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * mail-source.el (mail-source-report-new-mail)
759         * message.el (message-default-mail-headers)
760         * mm-decode.el (mm-valid-image-format-p): Comment fix.
761
762         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
763
764 2010-09-28  Julien Danjou  <julien@danjou.info>
765
766         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
767         mail-address contains the same string as real-name.
768
769         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
770         non-blank in header, otherwise it'll get stripped.
771
772         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
773         real-name, and then for mail address rather than doing : or , search.
774
775 2010-09-27  Julien Danjou  <julien@danjou.info>
776
777         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
778         (gnus-server-goto-server): Use gnus-completing-read.
779
780         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
781
782         * mm-util.el (defalias): Use gnus-completing-read.
783         (mm-codepage-setup): Use gnus-completing-read.
784
785         * smime.el (smime-sign-buffer): Use gnus-completing-read.
786         (smime-decrypt-buffer): Use gnus-completing-read.
787
788         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
789
790         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
791         (mml-minibuffer-read-disposition): Use gnus-completing-read.
792         (mml-insert-multipart): Use gnus-completing-read.
793
794         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
795
796         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
797
798         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
799
800         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
801
802         * gnus.el (gnus-read-method): Use gnus-completing-read.
803
804         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
805
806         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
807         (gnus-mime-action-on-part): Use gnus-completing-read.
808         (gnus-article-encrypt-body): Use gnus-completing-read.
809
810         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
811         (gnus-topic-move-matching): Use gnus-completing-read.
812         (gnus-topic-copy-matching): Use gnus-completing-read.
813         (gnus-topic-sort-topics): Use gnus-completing-read.
814         (gnus-topic-move): Use gnus-completing-read.
815
816         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
817         (gnus-agent-add-group): Use gnus-completing-read.
818
819         * nnmairix.el (nnmairix-create-server-and-default-group): Use
820         gnus-completing-read.
821         (nnmairix-update-groups): Use gnus-completing-read.
822         (nnmairix-get-server): Use gnus-completing-read.
823         (nnmairix-backend-to-server): Use gnus-completing-read.
824         (nnmairix-goto-original-article): Use gnus-completing-read.
825         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
826
827         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
828
829         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
830         (gnus-group-make-useful-group): Use gnus-completing-read.
831         (gnus-group-make-web-group): Use gnus-completing-read.
832         (gnus-group-add-to-virtual): Use gnus-completing-read.
833         (gnus-group-browse-foreign-server): Use gnus-completing-read.
834
835         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
836         (gnus-summary-limit-to-extra): Use gnus-completing-read.
837         (gnus-summary-execute-command): Use gnus-completing-read.
838         (gnus-summary-respool-article): Use gnus-completing-read.
839         (gnus-read-move-group-name): Use gnus-completing-read.
840
841         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
842         (gnus-summary-score-effect): Use gnus-completing-read.
843
844         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
845
846         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
847         right completing-read function.
848         (gnus-use-ido): New variable
849         (gnus-completing-read-with-default): Remove.
850
851 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
854         x-focus-frame.
855
856         * nnimap.el (auth-source-forget-user-or-password)
857         (auth-source-user-or-password): Autoload.
858
859         * message.el (message-from-style, message-interactive)
860         (message-cite-prefix-regexp, message-sendmail-envelope-from)
861         (message-yank-prefix, message-indentation-spaces, message-signature)
862         (message-signature-file): Add comment.
863
864 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
867         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
868         new articles.
869
870         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
871         parts.
872         (nnimap-request-article): Work with the t setting, too.
873
874         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
875         that you don't get flashes of other buffers.
876         (gnus-summary-show-complete-article): Intern before setting.
877
878 2010-09-27  David Engster  <dengste@eml.cc>
879
880         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
881         well as HEADERS.
882         (nnmairix-retrieve-headers): Provide new argument for the above.
883
884 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-sum.el (gnus-summary-move-article): Don't alter
887         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
888         group.
889
890         * nnimap.el (nnimap-update-info): Don't destructively alter active.
891
892         * message.el (message-cite-prefix-regexp): Revert my last edit.
893
894         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
895         variable instead of the Gnus variable.
896
897         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
898
899         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
900         again.
901
902         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
903         since some servers don't like it.
904         (nnimap-open-connection): Forget credentials if the server says the
905         password was wrong.
906         (nnimap-parse-line): Protect against invalid data.
907
908         * gnus-sum.el (gnus-summary-move-article): Add comment.
909         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
910         nothing alters it while scanning for new messages.
911
912         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
913         which may or may not help.
914         (nnimap-open-connection): If we're doing a stream connection, and then
915         discover we're on a STARTTLS-capable server, then open a STARTTLS
916         connection instead.
917
918 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * nnimap.el (utf7): Required.
921
922         * message.el (message-cite-prefix-regexp): Remove "}" from citation
923         prefix.
924
925 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
926
927         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
928
929 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
930
931         * nnimap.el (nnimap-request-accept-article): Message the error on
932         error.
933
934 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
937
938 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * nndoc.el (nndoc-request-list): Return success always.
941
942         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
943         `fetch-old' -- we only want to fetch the articles we've requested.  The
944         rest are in the agent, probably.
945         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
946         disappeared server" to something low.  It's not important.
947
948         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
949         arrived before the FETCH data.
950
951         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
952         target here, because we don't know the Gnus name of the group.
953
954         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
955         for the correct group.
956
957         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
958
959         * gnus.el (gnus): Give a final warning after startup.
960
961         * gnus-util.el (gnus-action-message-log): New variable.
962         (gnus-message): Use it.
963         (gnus-final-warning): New function.
964
965         * nnimap.el (nnimap-open-connection): Record the greeting.
966         (nnimap): Add greeting.
967
968 2010-09-26  Julien Danjou  <julien@danjou.info>
969
970         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
971         arguments.
972         (gnus-html-wash-images): Fix spec computing to include start/end.
973
974         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
975
976 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
979         deletion.
980         (nnimap-retrieve-headers): Don't select the group, because that's
981         already done by nnimap-possibly-change-group.
982
983         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
984         (gnus-picon-transform-address): Use it.
985
986         * mail-source.el (mail-source-value): Revert previous patch.
987
988         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
989         on failure.
990         (nnimap-open-connection): Look up both virtual and physical server name
991         credentials.
992
993         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
994
995 2009-02-07  Dave Love  <fx@gnu.org>
996
997         * tls.el (open-tls-stream): Don't query killing process.
998
999 2009-02-08  Dave Love  <fx@gnu.org>
1000
1001         * gnus-win.el (gnus-window-to-buffer-helper,
1002         gnus-all-windows-visible-p): Function needn't be a symbol.
1003
1004         * mail-source.el (mail-source-value): Function needn't be a symbol.
1005
1006 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * message.el (message-cite-prefix-regexp): Remove } from the cite
1009         prefix.
1010
1011         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1012         highlight again, so that the highlight is correct.
1013
1014         * gnus-picon.el (gnus-picon): Remove again.
1015         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1016
1017         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1018         doing the header highlightling, so that the background colour of the
1019         picon is correct.
1020
1021         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1022         (gnus-picon): Ditto.
1023         (gnus-picon): Reinstate.  The background colour for picons is white.
1024         (gnus-picon-insert-glyph): Make the background white.
1025
1026         * nnml.el (nnml-open-nov): Don't return dead buffers.
1027
1028         * auth-source.el (auth-source-create): Query the user for whether to
1029         store the credentials.
1030
1031         * netrc.el (netrc-store-data): New function.
1032
1033         * auth-source.el (auth-source-user-or-password): Use the existing auth
1034         sources, if any, for creation.
1035
1036         * gnus.el (gnus-group-fast-parameter): Return the last matching
1037         parameter instead of the first matching parameter.
1038
1039 2010-09-26  Julien Danjou  <julien@danjou.info>
1040
1041         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1042
1043 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * mml2015.el (mml2015-use): Remove gpg support.
1046
1047         * mml1991.el (mml1991-function-alist): Remove gpg function.
1048         (mml1991-gpg-sign): Removed.
1049
1050 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1051
1052         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1053         (gnus-browse-unsubscribe-current-group): Document it.
1054         (gnus-browse-unsubscribe-group): Use it.
1055
1056 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1057
1058         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1059         address to the To list for easier response.
1060
1061         * gnus.el (gnus-play-startup-jingle): Removed.
1062         (gnus-splash): Don't play jingle.
1063         (gnus): Silence gnus-load message.
1064
1065         * gnus-art.el (gnus-treat-play-sounds): Removed.
1066
1067         * gnus.el (gnus-play-jingle): Remove audio support.
1068
1069         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1070
1071         * earcon.el: Removed -- no users.
1072
1073         * gnus-audio.el: Removed -- no users of this package.
1074
1075         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1076
1077         * gnus-start.el (gnus-setup-news): Remove nocem support.
1078
1079         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1080
1081         * gnus.el (gnus-use-nocem): Removed.
1082
1083         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1084         Removed.
1085
1086         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1087         uses NoCeM any more.
1088
1089         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1090         (gnus-button-ctan-handler): Ditto.
1091         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1092         (gnus-button-ctan-directory-regexp): Ditto.
1093         (gnus-button-handle-ctan): Ditto.
1094         (gnus-button-tex-level): Ditto.
1095         (gnus-button-alist): Removed CTAN stuff.
1096
1097 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1098
1099         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1100         nnimap-streaming test.
1101
1102         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1103         servers twice.
1104
1105         * nnimap.el (nnimap-open-connection): Add more error reporting when
1106         nnimap fails early.
1107
1108         * nnheader.el (nnheader-get-report-string): New function.
1109         (nnheader-get-report): Use it.
1110
1111         * gnus-int.el (gnus-check-server): Say what the error was when opening
1112         failed.
1113
1114         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1115         using streaming.
1116
1117 2010-09-25  Julien Danjou  <julien@danjou.info>
1118
1119         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1120         gnus-window-inside-pixel-edges.
1121
1122 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1125
1126         * mm-decode.el (mm-save-part): Allow saving to other directories the
1127         normal Emacs way.
1128
1129         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1130         by Jay Berkenbilt.
1131
1132         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1133         there isn't a single byte.
1134
1135         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1136         just do it.  It doesn't really seem to matter what the user responds
1137         here, I think, so it's just a confusing question.
1138
1139         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1140         non-streaming case.
1141
1142         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1143         (gnus-article-encrypt-body): Use it.
1144
1145         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1146         keystroke.
1147
1148         * nnimap.el (nnimap-find-wanted-parts-1): Use
1149         gnus-fetch-partial-articles.
1150
1151         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1152
1153         * nnimap.el (nnimap-insert-partial-structure): New function.
1154         (nnimap-get-partial-article): New function.
1155         (nnimap-request-article): Use it.
1156         (nnimap-wait-for-response): Return whether the wait was successful.
1157         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1158         retrieval wasn't successful.
1159         (nnimap-retrieve-group-data-early): Allow throttling servers.
1160         (nnimap-streaming): New variable.
1161         (nnimap-fetch-partial-articles): Removed.
1162
1163         * mm-decode.el (mm-with-part): Protect against killed buffers.
1164
1165         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1166         for prettier summary display.
1167
1168 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1169
1170         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1171         directly.
1172
1173 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1176         apparently third-party libraries depend on it.
1177
1178         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1179         before starting negotiation.
1180
1181         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1182         privacy reasons.
1183         (gnus-treat-mail-gravatar): Ditto.
1184
1185         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1186         buffer when inserting images.  Inserting text into the headers, for
1187         instance, can make them invalid.
1188
1189 2010-09-25  Julien Danjou  <julien@danjou.info>
1190
1191         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1192         variables.
1193
1194         * nnheader.el: Remove useless variables news-reply-yank-from and
1195         news-reply-yank-message-id.
1196
1197         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1198         variables.
1199
1200         * mml1991.el: Remove useless mml1991-verbose.
1201
1202         * gnus.el: Remove useless variable gnus-use-generic-from.
1203         Remove obsolete variable gnus-topic-indentation.
1204
1205         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1206
1207         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1208
1209         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1210
1211         * gnus-group.el: Remove useless gnus-group-icon-cache.
1212         Remove useless gnus-ephemeral-group-server.
1213
1214         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1215
1216         * mml2015.el: Remove useless mml2015-verbose.
1217
1218         * mml-smime.el: Remove useless mml-smime-verbose.
1219
1220         * gnus.el: Remove useless gnus-local-domain.
1221
1222         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1223         gnus-gravatar-size.
1224
1225         * gnus-art.el: Remove useless gnus-treat-translate.
1226
1227 2010-09-24  Julien Danjou  <julien@danjou.info>
1228
1229         * gnus-sum.el: Add support for Gravatars.
1230
1231         * gnus-art.el: Add support for Gravatars.
1232
1233         * gnus-gravatar.el: Add this file.
1234
1235         * gravatar.el: Add this file.
1236
1237 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1240
1241         * gnus-group.el (gnus-group-fetch-faq): Removed.
1242
1243         * gnus.el (gnus-group-faq-directory): Removed.
1244
1245         * gnus-group.el (gnus-group-fetch-charter): Removed.
1246
1247         * gnus.el (gnus-group-charter-alist): Removed.
1248
1249         * gnus-group.el (gnus-group-archive-directory): Removed.
1250         (gnus-group-recent-archive-directory): Ditto.
1251         (gnus-group-make-archive-group): Removed.
1252
1253         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1254
1255         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1256         use the same article number for all the cached articles.
1257
1258         * nnimap.el (nnimap-command): Register the last command time so
1259         that we can use it for idling NOOPs.
1260         (nnimap-open-connection): Start the keeplive timer.
1261         (nnimap-make-process-buffer): Store all the process buffers.
1262         (nnimap-keepalive): New function.
1263
1264         * starttls.el: (starttls-open-stream): Add autoload cookie.
1265
1266 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1267
1268         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1269         handling.
1270
1271 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1274         its data structures.
1275
1276         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1277         instead of the cl.el copy-list.
1278         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1279         equalp.
1280
1281 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1282
1283         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1284         and tool-bar-local-item-from-menu.
1285
1286         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1287         mode-line-highlight face for Emacs.
1288
1289         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1290         loading gnus-sum.elc; fix comment for canlock-verify.
1291         (gnus-article-jump-to-part): Use read-number.
1292         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1293         Emacs pre-21 compatible code for help-echo.
1294         (gnus-article-next-page-1): No need to adjust the number of lines.
1295         (gnus-article-describe-bindings): Always use help-buffer.
1296
1297         * gnus-audio.el (gnus-audio-inline-sound)
1298         * gnus-cus.el (gnus-custom-mode)
1299         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1300
1301         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1302
1303         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1304         compatible code.
1305
1306 2010-09-24  Glenn Morris  <rgm@gnu.org>
1307
1308         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1309         visiting the fcc file in rmail-mode.
1310
1311         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1312
1313 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * nnir.el: Silence the byte compiler.
1316
1317         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1318         alias to browse-url-url-encode-chars if any.
1319         (gnus-html-encode-url): Use it.
1320
1321 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * gnus-start.el (gnus-use-backend-marks): New variable.
1324         (gnus-get-unread-articles-in-group): Use it.
1325
1326         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1327         makeover.
1328
1329 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1330
1331         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1332
1333 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334
1335         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1336         Removed.
1337         (gnus-setup-news-hook): Removed
1338         gnus-fixup-nnimap-unread-after-getting-new-news.
1339
1340         * gnus-int.el (gnus-request-update-info): Protect against backends not
1341         having the function.
1342
1343         * nnimap.el (nnimap-stream): Mention starttls.
1344         (nnimap-open-connection): Add starttls support.
1345
1346 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1347
1348         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1349
1350 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1351
1352         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1353         BODYSTRUCTUREs.
1354         (nnimap-transform-headers): Unfold quoted {42} headers.
1355
1356         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1357         the info.
1358         (gnus-get-unread-articles): Only call updatep on backends that support
1359         it.
1360
1361         * nnweb.el (nnweb-request-update-info): NOOP.
1362
1363         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1364
1365         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1366         since it only deals with marks.
1367
1368         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1369         gnus-request-marks, and make a new gnus-request-update-info.
1370
1371         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1372         the active instead of the high number, which is usually too low.
1373
1374 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1375
1376         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1377         * encrypt.el: Removed.
1378
1379 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1382         server in symbolic form.
1383
1384         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1385         0.9.
1386
1387 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1390         (nnimap-update-info): Fix up code slightly.
1391
1392         * gnus-int.el (gnus-open-server): Add tracing for performance
1393         debugging.
1394
1395         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1396         (gnus-group-insert-group-line): Pass the real group name so that it
1397         gets the right data.
1398
1399         * gnus-start.el (gnus-get-unread-articles): Don't have
1400         `gnus-get-unread-articles-in-group' update info, since that can be
1401         really slow and doesn't seem to be needed?
1402
1403 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1404
1405         * time-date.el (date-to-time): Try using parse-time-string first before
1406         using the slower timezone-make-date-arpa-standard.
1407
1408 2010-09-22  Julien Danjou  <julien@danjou.info>
1409
1410         * gnus-group.el (gnus-group-insert-group-line): Call
1411         gnus-group-highlight-line.
1412         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1413         default hook list.
1414         (gnus-group-update-eval-form): Add new function.
1415         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1416         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1417
1418 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1421         immediate, then expire all articles.
1422         (nnimap-update-info): Fix off-by-one errors.
1423         (nnimap-flags-to-marks): Would return no marks lists for group with no
1424         flags.  Instead return the other data.
1425
1426 2010-09-22  Julien Danjou  <julien@danjou.info>
1427
1428         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1429         Only return an icon.
1430         (gnus-group-insert-group-line): Compute icon to return.
1431
1432         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1433         variable.
1434         (gnus-html-image-fetched): Only cache if
1435         gnus-html-image-automatic-caching is set.
1436         (gnus-html-image-fetched): Check for errors.
1437
1438 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439
1440         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1441         once per method on `g'.  This ensures that backends like nnfolder don't
1442         open all their folders.
1443
1444         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1445         (nnimap-request-list): Nix out group in the correct buffer.
1446         (nnimap-parse-flags): Implement by using `read' instead of
1447         hand-parsing.
1448         (nnimap-flags-to-marks): Pass on permanent-flags.
1449         (nnimap-make-process-buffer): Record the server name.
1450         (nnimap-parse-flags): Fix typo.
1451         (nnimap-request-scan): Run split on the server in general, not just a
1452         single group.
1453
1454         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1455         parameter, and propagate this downwards.
1456
1457         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1458         since EXAMINE changes it on the server.
1459
1460         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1461         this command might take a while.
1462
1463 2010-09-22  Julien Danjou  <julien@danjou.info>
1464
1465         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1466         harmful if you have 2 images side-by-side, they can't be properly
1467         update on text deletion.  Using text-property is safer here.
1468         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1469         data.
1470
1471 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * nnimap.el (nnimap-expunge-inbox): Removed.
1474         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1475         (nnimap-expunge): Flip default to t.
1476
1477         * gnus.el (gnus-method-to-server): Don't push things to the cache
1478         unless it's unique.
1479         (gnus-server-to-method): Ditto.
1480
1481 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1482
1483         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1484
1485 2010-09-22  Julien Danjou  <julien@danjou.info>
1486
1487         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1488         get the start of data.
1489         (gnus-html-encode-url): Add this function to encode special chars in
1490         URL.
1491         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1492         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1493
1494         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1495         default.
1496         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1497
1498         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1499         images alt-text.
1500         (gnus-html-put-image): Put alt-text as help-echo.
1501
1502 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1505         * mm-util.el (mm-decompress-buffer)
1506         * nnir.el (nnir-run-find-grep)
1507         * pop3.el (pop3-list): Use 3rd arg of split-string.
1508
1509         * time-date.el (format-seconds): Comment fix.
1510
1511         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1512         and byte-optimize-form-code-walker.
1513         (dgnushack-make-auto-load): Don't advise make-autoload.
1514
1515         * lpath.el: Remove Emacs 21 stuff.
1516
1517 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1520         outside the active range.  Suggested by Dan Christensen.
1521
1522         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1523         slightly later to avoid double-getting it.
1524
1525         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1526         previous patch.
1527
1528         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1529
1530 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1531
1532         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1533
1534 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * gnus-int.el (gnus-open-server): Give a better error message in the
1537         "go offline" case.
1538
1539         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1540         marks for nnimap, which is seldom the right thing to do.
1541
1542         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1543         (gnus-same-method-different-name): New function.
1544
1545         * nnimap.el (parse-time): Require.
1546
1547         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1548         method in the presence of many similar methods.
1549
1550         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1551
1552         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1553         nnml-inhibit-expiry.
1554
1555         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1556         find out whether methods are equal.
1557
1558         * nnimap.el (nnimap-find-expired-articles): New function.
1559         (nnimap-process-expiry-targets): New function.
1560         (nnimap-request-move-article): Request the article before looking at
1561         what the Message-ID is.  Fix found by Andrew Cohen.
1562         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1563
1564         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1565         for oldness in addition to being a predicate.
1566
1567         * nnimap.el (nnimap-request-group): When we have zero articles, return
1568         the right data to Gnus.
1569         (nnimap-request-expire-articles): Only delete articles immediately if
1570         the target is 'delete.
1571
1572         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1573         method, this would bug out.
1574
1575         * gnus-group.el (gnus-group-expunge-group): Renamed from
1576         gnus-group-nnimap-expunge, and implemented as a normal interface
1577         function.
1578
1579         * gnus-int.el (gnus-request-expunge-group): New function.
1580
1581         * nnimap.el (nnimap-request-create-group): Implement.
1582         (nnimap-request-expunge-group): New function.
1583
1584 2010-09-21  Julien Danjou  <julien@danjou.info>
1585
1586         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1587         (gnus-html-cache-expired): Add new function.
1588         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1589         wethever we should display image for fetch it.
1590         Compute alt-text earlier to pass it to the fetching function too.
1591         (gnus-html-schedule-image-fetching): Change function argument to only
1592         get one image at a time, not a list.
1593         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1594         cache.
1595         (gnus-html-get-image-data): New function to retrieve image data from
1596         cache.
1597         (gnus-html-put-image): Change buffer argument to use image data rather
1598         than file, and place image above region rather than inserting a new
1599         one. Do not take alt-text as argument, since it's useless now: we place
1600         the image above alt-text.
1601         (gnus-html-prune-cache): Remove.
1602         (gnus-html-show-images): Start to fetch image when we find one, do not
1603         push into a temporary list.
1604         (gnus-html-prefetch-images): Only fetch image if they have expired.
1605         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1606         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1607
1608 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1611
1612 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1615         spec inser "*" if the group isn't active instead of 0.
1616
1617         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1618         opening the server.
1619         (nnimap-request-delete-group): Implement group deletion.
1620         (nnimap-transform-headers): Return the size of the entire message in
1621         the Bytes header, not just the size of the first part.
1622         (nnimap-request-move-article): When moving an article from nnimap,
1623         request the article first so the accepting form has an article to
1624         accept.  Reported by Dan Christensen.
1625         (nnimap-command): Make sure that the error message doesn't error out.
1626
1627 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1628
1629         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1630         we haven't requested anything.
1631
1632 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1633
1634         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1635         "".  Fix found by Andrew Cohen.
1636
1637         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1638         instead of -encode-string.
1639
1640 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1643
1644         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1645         by mm-subst-char-in-string.
1646
1647 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1650         waiting for the connection string.
1651
1652         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1653         arriving.
1654
1655         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1656         bogus characters.  This allows selecting certain Gmail groups.
1657
1658         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1659         (nnimap-fetch-partial-articles): New variable.
1660         (nnimap-open-connection): When looking for credentials, also use the
1661         nnimap-server-port.
1662         (nnimap-request-article): Return the group/article number, so that Gnus
1663         `^' works as expected.
1664         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1665         them.
1666
1667         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1668         comments.
1669         (gnus-methods-sloppily-equal): New function.
1670         (gnus): When using the development version of Gnus, load the gnus-load
1671         file.
1672
1673         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1674         `gnus-open-server' on each method before trying to scan them etc.  This
1675         ensures that all the backend parameters are set correctly.
1676
1677         * nnimap.el (nnimap-authenticator): New variable.
1678         (nnimap-open-connection): Allow anonymous login.
1679         (nnimap-transform-headers): The chars header is called Chars not
1680         Bytes.
1681         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1682         drops.
1683
1684         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1685         patch, found by Knut Anders Hatlen.
1686
1687 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1688
1689         * gnus-agent.el (gnus-agent-batch-confirmation)
1690         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1691         to gnus-message.
1692         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1693         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1694         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1695         * gnus-int.el (gnus-open-server): Likewise.
1696         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1697         (gnus-score-check-syntax): Likewise.
1698         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1699         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1700         Likewise.
1701         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1702
1703 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1704
1705         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1706         calling conventions so that prefetch doesn't bug out.
1707
1708 2010-09-19  Julien Danjou  <julien@danjou.info>
1709
1710         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1711         rather than `subst-char-in-region' in order to be able to replace ASCII
1712         char by UTF-8 ones.
1713
1714         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1715         than curl.
1716         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1717         the right URL and ALT text on images.
1718         (gnus-html-wash-tags): Fix tag case.
1719         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1720         (gnus-article-html): Add -o display_ins_del=2 option.
1721         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1722
1723 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1726         the extra mail headers, which sometimes seem to happen for unknown
1727         reasons.
1728
1729         * mail-parse.el (mail-header-encode-parameter): Define as
1730         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1731         (or most, perhaps?) mail readers don't understand the latter, but do
1732         understand the former.
1733
1734         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1735         to nil, so that no methods are automatically agentized.  I think this
1736         is probably what most users want.
1737
1738         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1739         from url-retrieve, for instance about invalid URLs.
1740
1741         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1742         groups that have no articles.
1743         (nnimap-request-article): Check that we really got an article when we
1744         requested one.
1745
1746         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1747         doesn't exist.
1748
1749         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1750         nntp buffer so the agent can save it.
1751         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1752         that CRLF doesn't get translated to \n.
1753         (nnimap-open-connection): Don't make 'shell commands only send \n.
1754
1755 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1756
1757         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1758         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1759         Update var name.
1760         (nnml-generate-nov-file): Use dolist.
1761         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1762         Use with-current-buffer.
1763
1764 2010-09-18  Julien Danjou  <julien@danjou.info>
1765
1766         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1767         parallel.
1768
1769 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1772         the range update right.
1773         (nnimap-request-group): Don't make `M-g' bug out on group with no
1774         marks.
1775         (nnoo): Required, so that other packages can require nnimap.
1776         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1777         command we're looking for.  This helps when the server sends more
1778         responses after we've gotten everything we expected.
1779         (nnimap): Add a `newlinep' field to keep track of end-of-line
1780         conventions.
1781         Don't send CRLF to things that don't want it.
1782         (nnimap-request-accept-article): Ditto.
1783
1784 2010-09-18  Julien Danjou  <julien@danjou.info>
1785
1786         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1787         than curl to retrieve images.
1788
1789 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1792         the marks.
1793         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1794         (nnimap-wait-for-connection): New function.
1795         (nnimap-open-connection): If we have PREAUTH, don't query for login
1796         credentials.
1797         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1798         when doing a partial update.
1799
1800 2010-09-18  Julien Danjou  <julien@danjou.info>
1801
1802         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1803         tags.
1804
1805 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1806
1807         * nnimap.el (nnimap-credentials): New function.
1808         (nnimap-open-connection): Use the new function to look for credentials
1809         also on the numeric equivalents of "imap" and "imaps".
1810
1811         * gnus-start.el (gnus-activate-group): Send the info to
1812         gnus-request-group.
1813
1814         * nnimap.el (nnimap-request-group): Have the "check" version of the
1815         function parse flags and update the info, so that a `M-g' get a total
1816         resync of all flags from the group.
1817
1818         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1819         to allow backends to alter the info on group selection.  Also alter all
1820         the backend -request-group functions to take the parameter.
1821
1822         * nnimap.el (nnimap-store-info): New function.
1823         (nnimap-update-info): Store the info for later usage.
1824         (nnimap-request-group): Use the stored info for the dont-check case, so
1825         that we don't retrieve all marks when we enter a group.
1826
1827         * nnimap.el: Use deffoo instead of defun for interface functions.
1828
1829         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1830         update the group info.  This makes the nndraft groups, for instance, go
1831         back to their old behaviour.
1832
1833         * gnus-sum.el (gnus-select-newsgroup): Indent.
1834
1835         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1836         in.
1837         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1838         nothing.
1839
1840         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1841         from methods that are denied.
1842
1843         * gnus-int.el (gnus-method-denied-p): New function.
1844
1845         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1846         store the password instead of netrc.
1847         (nnimap-open-connection): Don't error out when we can't make a
1848         connections.
1849
1850         * auth-source.el (auth-source-create): In the password prompt, say what
1851         we're querying for.  Also prompt for user name if that hasn't been
1852         given.
1853
1854         * nnimap.el (nnimap-with-process-buffer): Removed.
1855
1856 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1857
1858         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1859         method when we're reading from the agent.
1860
1861         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1862
1863         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1864         that's probably most useful for users.
1865
1866         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1867         "failed" all the time.
1868
1869         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1870         ...)) with (with-current-buffer ... ).
1871
1872         * nntp.el (nntp-open-server): Return whether the open was successful or
1873         not.
1874
1875         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1876         select an unread unseen article first.
1877
1878         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1879         /etc/services, supply some sensible port defaults.
1880
1881         * dgnushack.el: Define netrc-credentials.
1882
1883 2010-09-17  Julien Danjou  <julien@danjou.info>
1884
1885         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1886
1887 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1888
1889         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1890         doesn't have any parameters.
1891
1892 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1895         only upcased checks.
1896
1897         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1898
1899         * nnimap.el (nnimap-open-shell-stream): New function.
1900         (nnimap-open-connection): Use it.
1901         (nnimap-transform-headers): Get the number of lines in each message.
1902         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1903         number of lines.
1904         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1905         problem.
1906
1907         * utf7.el (utf7-encode): Autoload.
1908
1909         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1910         to allow the mail splitting to not return a default group.  This is
1911         useful for nnimap, which will leave unmatched mail in the inbox.
1912
1913         * nnimap.el: Rewritten.
1914
1915         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1916         nnimap usage.
1917
1918         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1919         if the move is internal, so that nnimap can do fast internal moves.
1920
1921         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1922         data.
1923         (gnus-read-active-for-groups): Support finishing the early retrieval of
1924         data.
1925
1926         * gnus-range.el (gnus-range-nconcat): New function.
1927
1928         * gnus-int.el (gnus-finish-retrieve-group-infos)
1929         (gnus-retrieve-group-data-early): New functions.
1930
1931 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1932
1933         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1934         (nnrss-retrieve-groups):
1935         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1936         (pop3-quit): Use with-current-buffer.
1937
1938 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1941         instead of nnheader-accept-process-output.
1942
1943         * dgnushack.el (dgnushack-compile): Add comment.
1944
1945         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1946
1947         * gnus-html.el (gnus-html-schedule-image-fetching)
1948         (gnus-html-prefetch-images): Replace process-kill-without-query by
1949         gnus-set-process-query-on-exit-flag.
1950
1951 2010-09-16  Romain Francoise  <romain@orebokech.com>
1952
1953         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1954
1955 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1958         parameter to unintern is mandatory-ish in Emacs 24.
1959
1960         * gnus-html.el (gnus-html-schedule-image-fetching)
1961         (gnus-html-prefetch-images): Check for curl before using it.
1962
1963         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1964         depend on curl, which isn't essential.
1965
1966         * imap.el: Revert back to version
1967         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1968         seem problematic.
1969
1970 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1971
1972         * gnus-registry.el (gnus-registry-install-shortcuts):
1973         Explicitly pass `obarray' to `unintern' to avoid a warning.
1974
1975 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976
1977         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1978         change.
1979
1980         * nnrss.el (nnrss-request-list): Removed this function and related
1981         functions, including the moreover stuff.
1982
1983 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * nnrss.el (nnrss-retrieve-groups): New function.
1986
1987 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1988
1989         * .dir-locals.el: Add no-byte-compile cookie.
1990
1991 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * time-date.el (format-seconds): Comment fix.
1994
1995         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1996         for back end that doesn't support request-scan.
1997
1998 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2001         then do request scans from the backends.
2002
2003         * netrc.el (netrc-credentials): New conveniency function.
2004
2005         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2006         avoid running a hook per line, since this takes a lot of time,
2007         profiling shows.
2008         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2009         directly if gnus-visual-p is true.
2010
2011 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2014         groups; replace mapcar with dolist which is a bit faster; pass groups
2015         info to gnus-read-active-file-1.
2016         (gnus-read-active-file-1): Scan only specified groups if the new
2017         optional arg `infos' is given.
2018
2019 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2022
2023         * pop3.el (pop3-movemail): Removed.
2024         (pop3-streaming-movemail): Renamed to pop3-movemail.
2025
2026         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2027         don't restrict end-tag searches to the end of the line.
2028
2029 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2032         articles of every unchecked group to t, which means unknown since the
2033         server has never been opened.
2034
2035 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * gnus-html.el (gnus-html-show-alt-text): New command.
2038         (gnus-html-browse-image): Ditto.
2039         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2040         to browse the image directly.
2041         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2042         better.
2043
2044         * gnus-async.el (gnus-async-article-callback): Call
2045         `gnus-html-prefetch-images' unconditionally.
2046
2047         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2048         before feeding URLs to curl.
2049
2050 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2053         internal images as deletable by `W D D'.
2054
2055         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2056         (gnus-async-article-callback): Fix typo.
2057
2058 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2061         current line to work around bugs in the output from w3m.
2062
2063         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2064         for groups that want that.
2065
2066         * nntp.el (nntp-wait-for-string): Supply a timeout for
2067         accept-process-output to ensure progress.
2068
2069         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2070         level to get unread articles from, then use that for foreign groups,
2071         too.
2072
2073         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2074         confuses the rest of the function.
2075
2076         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2077         for the methods that support -retrieve-groups, too.
2078
2079         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2080
2081 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2084         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2085
2086         * pop3.el: Require cl when compiling.
2087         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2088
2089 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090
2091         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2092         that aren't going to be activated.
2093         (gnus-get-unread-articles): Fix up the last commit.
2094
2095         * gnus-html.el (gnus-article-html): Allow calling without specifying
2096         the handle.  In that case, dissect the buffer first.
2097
2098         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2099
2100         * nnimap.el (nnimap-open-connection): Revert the change that would look
2101         into authinfo for imaps instead of imap.
2102
2103         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2104         say that you don't want to call gnus-request-group with don-check, but
2105         do check the reponse.  This is for virtual groups only.
2106         (gnus-get-unread-articles): Count the archive groups as secondary, so
2107         that they're activated the same way as before.
2108
2109         * imap.el (imap-message-map): Removed optional buffer parameter, since
2110         no callers use it.
2111         (imap-message-get): Ditto.
2112         (imap-message-put): Ditto.
2113         (imap-mailbox-map): Ditto.
2114         (imap-mailbox-put): Ditto.
2115         (imap-mailbox-get): Ditto.
2116         (imap-mailbox-get): Revert last change for this function.
2117
2118         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2119         case-insensitively.
2120         (nnimap-debug): Removed.
2121
2122         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2123         to use `imap-fetch' instead.  According to the comments, this should be
2124         safe, since all other IMAP clients use the 1:* syntax.
2125         (imap-enable-exchange-bug-workaround): Removed.
2126         (imap-debug): Removed -- doesn't seem very useful.
2127
2128         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2129         mail from a file, and the file doesn't exist.
2130
2131         * imap.el (imap-log): New convenience function used throughout instead
2132         of repeating the same code all over the place.
2133
2134         * pop3.el (pop3-streaming-movemail): Return t for success.
2135
2136         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2137         .authinfo if we're using ssl connection.
2138
2139         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2140         already have if we're in a main Gnus `g' run.
2141
2142         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2143
2144 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2147
2148         * nnmh.el (nnmh-request-list-1): Bind `file'.
2149
2150         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2151         alias to set-process-query-on-exit-flag or process-kill-without-query.
2152         (pop3-open-server): Use it.
2153
2154 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155
2156         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2157         box to the Incoming file.  Fixes mistake in previous checkin.
2158
2159         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2160         request loop (for debugging purposes) removed.
2161
2162         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2163         culprit is more visible.
2164         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2165         (nnml-add-incremental-nov): New functions to do "incremental" nov
2166         updates, where we just append to the end of the existing nov files
2167         without reading/writing them in full.
2168
2169         * mail-source.el (mail-source-delete-crash-box): Really only check the
2170         incoming files once in a while.
2171
2172         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2173
2174         * mail-source.el (mail-source-delete-crash-box): Only check the
2175         incoming files for deletion once per day to save a lot of file
2176         accesses.
2177
2178         * pop3.el (pop3-logon): Fix up unbound variable typo.
2179
2180         * mail-source.el (pop3-streaming-movemail): Autoload.
2181
2182         * pop3.el (pop3-streaming-movemail): Respect
2183         pop3-leave-mail-on-server.
2184
2185         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2186         retrieval.
2187
2188         * pop3.el (pop3-process-filter): Removed unused function.
2189         (pop3-streaming-movemail, pop3-send-streaming-command)
2190         (pop3-wait-for-messages, pop3-write-to-file)
2191         (pop3-number-of-responses): New functions for streaming pop3
2192         retrieval.
2193
2194         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2195         come from no known methods.
2196         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2197         list.
2198
2199         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2200         message sizes.
2201         (pop3-movemail): Use erase-buffer instead of looping and deleting
2202         regions, which seems rather odd.
2203
2204         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2205         file once per `g' run.
2206
2207         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2208         directories.  This makes the draft queue directory work.
2209
2210         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2211         data from the backends, so that we only request the list of groups from
2212         each method once.  This should speed things up considerably.
2213
2214         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2215         detect that it's not implemented.
2216
2217         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2218         we actually do recurse down into the tree, but don't stat all leaf
2219         nodes.
2220
2221         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2222         then say so instead of bugging out.
2223
2224         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2225         files exist before trying to read them.
2226
2227         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2228         around <pre_int>.
2229
2230         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2231
2232         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2233
2234 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * mm-util.el (mm-image-load-path): Just return the image directories,
2237         not all directories in the path in addition to the image directories.
2238         (mm-image-load-path): Maintain a cache of the image directories so that
2239         the `g' command in Gnus doesn't have to stat dozens of directories each
2240         time.
2241
2242         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2243         (gnus-html-wash-tags): Add a new `i' command to insert images.
2244         (gnus-html-insert-image): New command and keystroke.
2245         (gnus-html-redisplay-with-images): New command and keystroke.
2246         (gnus-html-show-images): Renamed command.
2247         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2248         spacers.
2249         (gnus-html-wash-tags): Decode entities at the end, so that entities
2250         inside the tags don't mess up the rest of the "parsing".
2251
2252         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2253         so that nnimap methods aren't agentized by default.  There's apparently
2254         many problems related to agent/imap behaviour.
2255
2256         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2257
2258         * gnus-html.el: Doc fix.
2259
2260 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2261
2262         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2263         specifier-spec-list for Emacs 21.
2264
2265         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2266         glyph-width and glyph-height instead of display-graphic-p and
2267         image-size; make avoidance of displaying small images work for XEmacs.
2268
2269         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2270         for XEmacs.
2271
2272         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2273         of symbol that holds plist data.
2274         (gnus-process-plist): Remove plist of process after getting it.
2275
2276 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * message.el (message-generate-hashcash): Change default to
2279         'opportunistic if hashcash is installed.
2280
2281         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2282         (gnus-html-put-image): Only call image-size once, since it's somewhat
2283         time-consuming on remote X servers.
2284
2285 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2286
2287         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2288         type on data, not a file name.
2289
2290         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2291         window-pixel-edges for Emacs 21.
2292
2293         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2294         decoded contents.
2295         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2296
2297 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298
2299         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2300         group line format, since it isn't very interesting.
2301
2302         * gnus-agent.el (gnus-agent-short-article),
2303         (gnus-agent-long-article): Increase values for these two variables,
2304         since most people are likely to have more network connection and
2305         storage than before.
2306
2307         * gnus.el (gnus-refer-article-method): Change default to 'current.
2308         When referring an article, the common behaviour is to refer it from the
2309         current select method, not the native select method.  The chances of
2310         the native select method having the message in question is rather slim
2311         these days.
2312
2313         * gnus-sum.el (gnus-auto-select-subject): Change default to
2314         `unseen-or-unread'.  I think it's likely that most people want to
2315         select an unseen article over a previously seen, but unread one.
2316
2317         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2318         means that in the article buffer none of the minor mode elements will
2319         be shown, usually, and this is not desirable in most cases.
2320
2321         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2322         that commands like `d' (and the like) go to the next line in the
2323         buffer, instead of the next unread article.  I think this is the
2324         behaviour that is most natural for most users.
2325         (gnus-single-article-buffer): Change default to nil, so that people can
2326         have as many article buffers open as they have summary buffer.  I think
2327         this is the most natural way for the groups to behave.
2328
2329         * message.el (message-generate-new-buffers): Change default to
2330         `unsent', so that all new message buffers start their names with the
2331         string "*unsent", and it's easier to find the buffers if you move from
2332         them.
2333
2334 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2337         small.  They're probably tracking images.
2338         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2339         (gnus-html-rescale-image): Yet another try at getting the image sizing
2340         right.
2341
2342         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2343         nntp-marks-file-name is nil.
2344
2345 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2346
2347         * gnus-html.el (gnus-html-wash-tags)
2348         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2349         Better logging.
2350
2351 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2352
2353         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2354
2355         * gnus-html.el (gnus-html-wash-tags): Check the value of
2356         gnus-blocked-images in the summary buffer.
2357
2358 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2359
2360         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2361
2362 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2365         like "a", it seems like.
2366         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2367         since it needs to be picked from the correct buffer.
2368
2369         * nnwfm.el: Removed.
2370
2371         * nnlistserv.el: Removed.
2372
2373 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2374
2375         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2376         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2377
2378 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2379
2380         * nnkiboze.el: Removed.
2381
2382         * nndb.el: Removed.
2383
2384         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2385         alt text.
2386         (gnus-html-rescale-image): Try to get the rescaling logic right for
2387         images that are just wide and not tall.
2388
2389         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2390         overshadow variable bindings.
2391
2392 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2393
2394         * gnus-html.el (gnus-html-wash-tags)
2395         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2396         extra logging.
2397
2398 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2401         (gnus-max-image-proportion): New variable.
2402         (gnus-html-rescale-image): New function.
2403         (gnus-html-put-image): Rescale images.
2404
2405 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2406
2407         Fix up some byte-compiler warnings.
2408         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2409         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2410         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2411         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2412         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2413         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2414         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2415
2416 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gnus-html.el (gnus-article-html): Decode contents by charset.
2419
2420 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2423         (gnus-html-frame-width, gnus-blocked-images)
2424         * message.el (message-prune-recipient-rules): Add custom version.
2425         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2426
2427         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2428         functions.
2429
2430         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2431         gnus-process-get.
2432
2433 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2434
2435         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2436         instead of lsub directly.
2437
2438 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2439
2440         * nnwarchive.el: Removed.
2441
2442         * gnus-soup.el: Removed.
2443
2444         * nnsoup.el: Removed.
2445
2446         * nnultimate.el: Removed.
2447
2448         * gnus-html.el (gnus-blocked-images): New variable.
2449
2450         * message.el (message-prune-recipients): New function.
2451         (message-prune-recipient-rules): New variable.
2452
2453         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2454         guess whether a long line is natural text or not.
2455
2456         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2457         gnus-process-plist and friends for compatibility.
2458
2459 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2460
2461         * gnus-html.el: Require packages that define macros used in this file.
2462         (gnus-article-mouse-face): Declare to silence byte-compiler.
2463         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2464         process-get.
2465         (gnus-html-put-image): Use plist-get to avoid getf.
2466         (gnus-html-prefetch-images): Use with-current-buffer.
2467
2468 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2469
2470         * gnus-ems.el: Provide compatibility functions for
2471         gnus-set-process-plist.
2472
2473         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2474         header-line-format for XEmacs 21.4.
2475
2476         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2477         * gnus.el (gnus-valid-select-methods)
2478         * message.el (message-send-mail-partially-limit)
2479         * mm-decode.el (mm-text-html-renderer)
2480         * mml.el (mml-insert-mime-headers-always)
2481         * smiley.el (smiley-regexp-alist): Bump custom version.
2482
2483 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * gnus-html.el: require mm-url.
2486         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2487         with the url to `url'.
2488         (gnus-html-wash-tags): Support cid: URLs/images.
2489
2490 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491
2492         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2493         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2494         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2495
2496         * gnus-move.el: Removed file, since it doesn't really work.
2497
2498         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2499         UTF-8.  This seems to fix problems with some German web feeds.
2500
2501         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2502         at the top so that the proper colours are applied.
2503
2504         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2505         don't have dots in their names.
2506
2507         * gnus-art.el (gnus-article-view-part): Doc fix.
2508
2509         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2510         XEmacs-compatible.
2511         (gnus-html-put-image): Don't do images on non-graphic displays.
2512
2513         * nnslashdot.el: Removed this unused backend.
2514
2515         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2516         actions.
2517         (gnus-undo-register-1): Revert last change.
2518
2519         * gnus-group.el (gnus-group-completing-read): Protect against not
2520         having completion-styles bound.
2521
2522         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2523         make broken recipients happier.
2524
2525         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2526
2527         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2528         point parameter.
2529
2530         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2531
2532         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2533         completion-styles for group selection.
2534
2535 2009-02-04  Andreas Schwab  <schwab@suse.de>
2536
2537         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2538         headers and regexp-quote the match if necessary.
2539
2540 2009-03-24  Miles Bader  <miles@gnu.org>
2541
2542         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2543         the blinking smiley.
2544
2545 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2546
2547         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2548         blink smiley.
2549
2550 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2551
2552         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2553         where the dribbel file lives exists.
2554
2555         * message.el (message-send-mail-partially-limit): Change the default to
2556         nil, since most people don't want this.
2557
2558         * mm-url.el (mm-url-decode-entities): Also decode entities like
2559         &#x3212.
2560
2561 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2562
2563         * gnus-sum.el (gnus-summary-idna-message):
2564         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2565         Hyperlink urls in docstrings with URL `...'.
2566
2567 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2568
2569         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2570         functions.
2571
2572 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2573
2574         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2575         say what the mouseover text should be.
2576
2577         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2578         version of the mm-w3m-safe-url-regexp variable to only download images
2579         in the groups where we want that to happen.
2580
2581         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2582
2583         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2584         easier debugging.
2585         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2586         big pictures in the article buffer.
2587
2588         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2589         gnus-article-html.
2590         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2591         w3m.
2592
2593         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2594
2595 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2596
2597         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2598         which doesn't exist.
2599
2600         * message.el (message-inhibit-ecomplete): New variable to allow some
2601         function to inhibit ecomplete address storage.
2602         (message-resend): Disable ecomplete message storage when resending
2603         messages.
2604
2605         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2606
2607 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2610         Save excursion while copying, moving, and deleting articles in order to
2611         prevent the cursor from jumping to unforeseen place.
2612
2613 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * lpath.el: No need to bind bookmark-current-buffer,
2616         bookmark-yank-point and bookmark-make-record-function.
2617
2618 2010-08-17  Glenn Morris  <rgm@gnu.org>
2619
2620         * gnus-sync.el: Require gnus components whose functions are used.
2621
2622         * gnus-art.el (bookmark-make-record-function):
2623         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2624         Declare for compiler.
2625
2626         * mm-url.el (mml-compute-boundary): Autoload.
2627
2628 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2631
2632 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2633
2634         Typo fix "hoo4a" -> "hook".
2635
2636         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2637
2638 2010-08-14  Glenn Morris  <rgm@gnu.org>
2639
2640         * gnus-sync.el (gnus-sync): Fix defgroup version.
2641
2642 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2643
2644         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2645
2646         * gnus-sync.el: Fix docs.
2647         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2648         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2649
2650 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2651
2652         Optimizations for gnus-sync.el.
2653
2654         * gnus-sync.el: Add docs about gnus-sync-backend
2655         possibilities.
2656         (gnus-sync-save): Remove unnecessary message.
2657         (gnus-sync-read): Optimize and show what groups were skipped.
2658
2659 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         Minor bug fixes for gnus-sync.el.
2662
2663         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2664         read the sync on get-new-news.
2665
2666         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2667         quiet.
2668
2669         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2670
2671 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2672
2673         Make saving and restoring of hidden threads work with overlays.
2674         Patch applied by Ted Zlatanov.
2675
2676         * gnus-sum.el (gnus-hidden-threads-configuration)
2677         (gnus-restore-hidden-threads-configuration): Update to deal with text
2678         properties, rather than searching for a magic character.
2679
2680 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2681
2682         New gnus-sync.el library for synchronization of marks.
2683
2684         * gnus-sync.el: New library for synchronization of marks.
2685
2686         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2687         renamed from `gnus-registry-grep-in-list'.
2688
2689         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2690
2691         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2692
2693 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2694
2695         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2696         determining charset of text fails.
2697
2698 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * nnmail.el (nnmail-get-new-mail-1): Revert.
2701
2702         * nnml.el (nnml-active-number): Make sure names of newly created groups
2703         in nnml-group-alist are encoded.
2704
2705 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2708         containing non-ASCII characters in active file for nnml back end.
2709
2710 2010-07-24  David Engster  <dengste@eml.cc>
2711
2712         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2713         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2714
2715 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2716
2717         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2718         tag (Bug#6654).
2719
2720 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2721
2722         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2723         the article buffer, not the summary buffer.
2724
2725 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2726
2727         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2728         Emacs 23 as well.
2729
2730 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2733         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2734
2735 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2736
2737         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2738         Patch applied by Karl Fogel.
2739
2740         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2741         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2742
2743 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2744
2745         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2746         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2747         C-w still not working correctly from Article buffers; Thierry's
2748         patch to fix that will be applied after this.
2749
2750         * gnus-art.el (bookmark-make-record-function): New local variable.
2751
2752         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2753         article buffer.
2754         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2755
2756 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2757
2758         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2759         on changes in bookmark.el.
2760
2761 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2762
2763         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2764         `no-log' instead of message not to log prompt string.
2765
2766 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2767
2768         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2769         the *other* type of HTML form submission.
2770
2771 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2772
2773         * auth-source.el (auth-source-pick): If choice does not contain a
2774         questioned keyword, set the check to t.
2775
2776 2010-06-12  Romain Francoise  <romain@orebokech.com>
2777
2778         * gnus-util.el (gnus-date-get-time): Move up before first use.
2779
2780 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2783         (gnus-article-edit-part): Bind it to make last part that is substituted
2784         or deleted visible.
2785         (gnus-mime-display-single): Buttonize part of which id equals to
2786         gnus-mime-buttonized-part-id.
2787
2788 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2789
2790         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2791         (gnus-dd-mmm): Use gnus-date-get-time.
2792         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2793         simplify logic.
2794         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2795         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2796
2797 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2798
2799         * auth-source.el (top): Autoload `secrets-list-collections',
2800         `secrets-create-item', `secrets-delete-item'.
2801         (auth-sources): Fix tag string.
2802         (auth-get-source, auth-source-retrieve, auth-source-create)
2803         (auth-source-delete): New defuns.
2804         (auth-source-pick): Rewrite in order to avoid 2 passes.
2805         (auth-source-forget-user-or-password): New parameter USERNAME.
2806         (auth-source-user-or-password): New parameters CREATE-MISSING and
2807         DELETE-EXISTING.  Retrieve password interactively, if needed.
2808
2809 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2810
2811         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2812         deleting unused directories when gnus-expert-user is t.
2813
2814 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2817         for each temp file when gnus-article-browse-delete-temp is ask.
2818
2819 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2820
2821         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2822         Lisp calls to delete-backward-char by calls to delete-char.
2823
2824 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2825
2826         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2827
2828 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2829
2830         * password-cache.el (password-cache-remove): Fix docstring.
2831
2832 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2833
2834         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2835         article unless decoding article to be saved.
2836
2837 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2840         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2841         generated within the mm-with-unibyte-current-buffer macro.
2842
2843 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2846         to nil when we're in a mml-preview buffer and no group is selected.
2847
2848 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2849
2850         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2851         when catching the `C-g'.  Reported by "Leo".
2852
2853 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2854
2855         * message.el (message-forward-make-body-plain)
2856         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2857         multibyte-string-p.
2858
2859         * lpath.el: Revert.
2860
2861 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2862
2863         * message.el (message-forward-make-body-mml): Assume original message
2864         is multibyte string; error on unibyte.
2865         (message-forward-make-body-plain): Ditto; don't add excessive newline
2866         in body end.
2867
2868         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2869
2870 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2871
2872         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2873         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2874
2875 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * mm-extern.el (mm-extern-url): Don't use
2878         mm-with-unibyte-current-buffer.
2879         (mm-extern-cache-contents): Use with-current-buffer instead of
2880         save-excursion + set-buffer.
2881
2882 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2883
2884         * mm-util.el (mm-emacs-mule): Remove.
2885
2886 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2887
2888         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2889         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2890         change.
2891
2892 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2895         bind the default value of enable-multibyte-characters to nil.
2896
2897 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * message.el (message-forward-make-body-plain)
2900         (message-forward-make-body-mml):
2901         Don't use mm-with-unibyte-current-buffer.
2902
2903 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2904
2905         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2906
2907 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2908
2909         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2910         (Bug#5592).
2911
2912 2010-05-07  Julien Danjou  <julien@danjou.info>
2913
2914         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2915         it to mm-pipe-part.
2916
2917         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2918         it is given.
2919
2920 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * binhex.el (binhex-decode-region-internal)
2923         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2924         (dns-query)
2925         * nnweb.el (nnweb-gmane-search)
2926         * pgg-parse.el (pgg-parse-armor)
2927         * pgg.el (pgg-verify-region)
2928         * sha1.el (sha1-string-external)
2929         * uudecode.el (uudecode-decode-region-internal)
2930         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2931         XEmacs.
2932
2933         * gnus-art.el (gnus-article-browse-html-parts)
2934         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2935         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2936         make-temp-file.
2937
2938         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2939         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2940         compiling.
2941
2942         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2943         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2944         XEmacs when compiling.
2945
2946         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2947         gnus-pick-mode-off-hook for XEmacs when compiling.
2948         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2949         gnus-binary-mode-off-hook for XEmacs when compiling.
2950
2951         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2952         nil if char-charset is not available.
2953
2954         * imap.el (imap-disable-multibyte)
2955         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2956         macros.
2957
2958         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2959         instead of encode-coding-string.
2960
2961         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2962         'xemacs) instead of mm-emacs-mule to switch function definitions.
2963         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2964
2965         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2966         bind temporary-file-directory for XEmacs;
2967         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2968         timer-set-function for XEmacs 21.4 and SXEmacs;
2969         bind timer-list for XEmacs 21.4 and SXEmacs;
2970         fbind char-charset and find-charset-region for non-Mule XEmacs;
2971         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2972         encode-coding-region and encode-coding-string for XEmacs having no
2973         file-coding feature.
2974
2975 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2976
2977         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2978
2979 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2982         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2983
2984 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2985
2986         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2987         alias `jka-compr-delete-temp-file' no longer exists.
2988
2989 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2990
2991         Use define-minor-mode in Gnus where applicable.
2992         * mml.el (mml-mode): Use define-minor-mode.
2993         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2994         (gnus-undo-mode): Use define-minor-mode.
2995         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2996         (gnus-dead-summary-mode): Use define-minor-mode.
2997         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2998         Initialize in declaration.
2999         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3000         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3001         (gnus-mailing-list-mode): Use define-minor-mode.
3002         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3003         (gnus-draft-mode): Use define-minor-mode.
3004         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3005         (gnus-dired-mode): Use define-minor-mode.
3006
3007 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3008
3009         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3010         handles on recursive mml-to-mime translation and check them for
3011         boundary delimiter collisions.  Reported by Greg Troxel.
3012
3013 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3016
3017 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3018
3019         * mm-util.el (mm-find-buffer-file-coding-system):
3020         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3021
3022 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3023
3024         * message.el (message-generate-headers): Record insertion of optional
3025         headers as well.  Otherwise the check to prevent repeated insertion of
3026         optional headers is a no-op.
3027
3028 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3029
3030         * smime.el: Don't mention CVS.
3031
3032         * nnrss.el (nnrss-fetch): Don't mention CVS.
3033
3034         * nnir.el: Don't mention CVS.
3035
3036 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3037
3038         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3039
3040 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3041
3042         * lpath.el: Fbind bookmark-default-handler,
3043         bookmark-get-bookmark-record, bookmark-make-record-default,
3044         bookmark-prop-get for Emacs <23 and XEmacs.
3045
3046 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3047
3048         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3049         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3050         Use with-current-buffer to silence the byte-compiler.
3051         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3052         bother to require `gnus'.
3053         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3054
3055 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3056
3057         * gnus-sum.el (gnus-summary-bookmark-make-record)
3058         (gnus-summary-bookmark-jump): New functions.
3059         (gnus-summary-mode): Setup bookmark support.
3060
3061 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3062
3063         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3064         if set.
3065
3066 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3067
3068         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3069         gnus-article-browse-html-save-cid-image; make it work recursively for
3070         forwarded messages as well.
3071         (gnus-article-browse-html-parts): Work when prefix arg is given.
3072         (gnus-article-browse-html-article): Doc fix.
3073
3074 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3075
3076         * message.el (message-default-mail-headers):
3077         (message-default-headers): Carry the value mail-default-headers over
3078         into message-default-mail-headers, rather than message-default-headers.
3079
3080 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3081
3082         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3083         charset.
3084
3085         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3086         charset into the <meta> tag when the article is encoded to utf-8.
3087
3088 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3091         directories as well.
3092         (gnus-article-browse-html-parts): Work for images that do not specify
3093         file names; delete temp directory when quitting; insert header at the
3094         right place; use file: scheme for image files.
3095
3096 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3097
3098         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3099         (gnus-article-browse-html-parts): Use it to make temporary cid image
3100         files in addition to html file so that browser may display them.
3101
3102 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3105
3106 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3107
3108         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3109
3110 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3111
3112         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3113         about Secret Service API sources.  Improve Customize options.
3114         (auth-source-pick): Change to accept any number of search parameters.
3115         Implement fallbacks iteratively, not recursively.  Add scoring on the
3116         second pass and sort by score.  Call Secret Service API when needed.
3117         (auth-source-user-or-password): Use it.  Call Secret Service API
3118         directly when needed to get the user name and the password.
3119
3120 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3121
3122         * message.el (message-interactive): Doc fix.
3123         (message-qmail-inject-args): Reflow.
3124         (message-kill-to-signature): Fix typo in docstring.
3125
3126         * smiley.el (smiley-buffer): Fix typo in docstring.
3127
3128 2010-03-24  Glenn Morris  <rgm@gnu.org>
3129
3130         * mail-source.el (gnus-message): Declare.
3131         (mail-source-delete-old-incoming): Require gnus-util.
3132
3133 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3134
3135         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3136
3137         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3138
3139         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3140         password-cache's default if it is not bound.
3141         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3142         password-cache-expiry's default if it is not bound.
3143
3144         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3145         available in Emacs 21.
3146
3147         * lpath.el: Suppress compiler warnings for:
3148         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3149         XEmacs;
3150         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3151         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3152         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3153
3154 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3155
3156         * auth-source.el (auth-sources): Fix up definition so extra parameters
3157         are always inline.
3158
3159 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3160
3161         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3162         wasn't updated after mismatch.  Clear cached mailbox info correctly
3163         when uidvalidity changes.
3164         (nnimap-group-prefixed-name): New function to avoid some code
3165         duplication.
3166         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3167         (nnimap-request-group): Use it.
3168         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3169         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3170         with many imap folders.  This is done by caching the group status from
3171         the imap server persistently in a group parameter `imap-status'.  (This
3172         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3173         but not persistently, so every Gnus startup was still very slow.)
3174
3175 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3176
3177         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3178         delete the extra newline.  Otherwise editing of :string and :number
3179         types don't work.
3180
3181 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3182
3183         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3184         secrets.el dependency.
3185         (auth-sources): Add optional user name.  Add secrets.el configuration
3186         choice (unused right now).
3187
3188 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3189
3190         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3191         `gnus-registry-install-shortcuts' fill in the functions.
3192
3193         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3194         warnings.
3195         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3196         (gnus-registry-install-shortcuts): Populate and use it in a
3197         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3198
3199 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3200
3201         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3202         In-place substitutions for the group name encoding/decoding.
3203         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3204         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3205         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3206         (nnimap-update-unseen, nnimap-request-list)
3207         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3208         (nnimap-request-set-mark, nnimap-split-to-groups)
3209         (nnimap-split-articles, nnimap-request-newgroups)
3210         (nnimap-request-create-group, nnimap-request-accept-article)
3211         (nnimap-request-delete-group, nnimap-request-rename-group)
3212         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3213         `encoded-mbx' for consistency.
3214         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3215         variable `imap-current-mailbox'.
3216
3217         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3218         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3219
3220 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3221
3222         * pop3.el (pop3-display-message-size-flag): Display message size byte
3223         counts during POP3 download.
3224         (pop3-movemail): Use it.
3225         (pop3-list): Implement listing of available messages.
3226
3227 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3228
3229         * nnir.el (nnir-get-article-nov-override-function): New function to
3230         override the normal NOV retrieval.
3231         (nnir-retrieve-headers): Use it.
3232
3233 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3234
3235         * auth-source.el (netrc-machine-user-or-password): Autoload.
3236
3237 2010-03-19  Glenn Morris  <rgm@gnu.org>
3238
3239         Stop message.el from loading about 40 libraries it doesn't always need.
3240         The general approach is to autoload rather than require, and to
3241         require in the specific functions rather than the file.  (Bug#5642)
3242
3243         * gmm-utils.el: Don't require wid-edit.
3244         (widget-create-child-value, widget-convert, widget-default-get):
3245         Autoload.
3246
3247         * gnus-util.el: Don't require time-date, netrc.
3248         (message-fetch-field, gnus-group-name-decode): Declare rather than
3249         autoloading.
3250         (gnus-fetch-field): Require message.
3251         (gnus-decode-newsgroups): Require gnus-group.
3252
3253         * ietf-drums.el: Don't require time-date.
3254
3255         * message.el: Don't require hashcash, canlock, ecomplete.
3256         Do require mail-utils.  Require nnheader only when compiling.
3257         (smtpmail-default-smtp-server): Remove declaration.
3258         (message-send-mail-function): Check smtpmail-default-smtp-server
3259         is bound rather than requiring smtpmail.
3260         (message-auto-save-directory, message-insert-signature): Use
3261         expand-file-name rather than nnheader-concat.
3262         (nnheader-insert-file-contents): Autoload.
3263         (hashcash-wait-async): Declare.
3264         (message-send-mail): Only call gnus-setup-posting-charset if
3265         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3266         (message-send-mail-with-sendmail): Require sendmail.
3267         (canlock-password, canlock-password-for-verify): Declare.
3268         (message-canlock-password): Require canlock.
3269         (nnheader-get-report): Autoload.
3270         (gnus-setup-posting-charset): Declare.
3271         (message-send-news): Require gnus-msg.
3272         (message-make-references, message-make-in-reply-to): Use mail-header-id
3273         rather than the alias mail-header-message-id.
3274         (ecomplete-add-item, ecomplete-save): Declare.
3275         (message-put-addresses-in-ecomplete): Require ecomplete.
3276         (ecomplete-display-matches): Autoload.
3277
3278         * mm-decode.el: Don't require mailcap, gnus-util.
3279         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3280         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3281         Autoload.
3282         (mailcap-mime-extensions): Declare.
3283
3284         * mm-encode.el: Don't require mailcap.
3285         (mailcap-extension-to-mime): Autoload.
3286
3287         * mml-sec.el: Don't require password-cache.
3288
3289         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3290         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3291         (mml-minibuffer-read-type): Require mailcap.
3292         (mml-preview): Require gnus-msg.
3293
3294         * mml1991.el: Require password-cache.
3295         (password-cache-expiry): Remove declaration.
3296
3297         * mml2015.el: Require password-cache.
3298         (password-cache-expiry): Remove declaration.
3299
3300         * nneething.el (mailcap): Require mailcap.
3301
3302         * nnheader.el (declare-function): Add compatibility stub.
3303         (message-remove-header): Declare rather than autoload.
3304         (nnheader-replace-header): Require message.
3305
3306         * nnimap.el (declare-function): Add compatibility stub.
3307         (netrc-parse, netrc-machine-user-or-password): Declare.
3308         (nnimap-open-connection): Require netrc.
3309
3310         * nntp.el (declare-function): Add compatibility stub.
3311         (netrc-parse, netrc-machine, netrc-get): Declare.
3312         (nntp-send-authinfo): Require netrc.
3313
3314         * rfc2047.el: Don't require qp.
3315         (quoted-printable-encode-region, quoted-printable-decode-string):
3316         Autoload.
3317
3318         * sieve-mode.el: Don't require easymenu.
3319         (easy-menu-add-item): Autoload it.
3320
3321         * spam-stat.el (time-to-number-of-days): Autoload it.
3322
3323 2010-03-19  Glenn Morris  <rgm@gnu.org>
3324
3325         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3326
3327 2010-03-18  Glenn Morris  <rgm@gnu.org>
3328
3329         * hashcash.el (declare-function): Remove duplicate definition.
3330
3331 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3332
3333         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3334         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3335         value if any backslash escapes).
3336
3337 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3340         if it is available.  (bug#5647)
3341
3342         * lpath.el: Suppress compiler warning for coding-system-from-name for
3343         Emacs 21 and XEmacs.
3344
3345 2010-03-14  Juri Linkov  <juri@jurta.org>
3346
3347         * hmac-def.el:
3348         * hmac-md5.el:
3349         * netrc.el: Fix keywords.
3350
3351 2010-02-26  Glenn Morris  <rgm@gnu.org>
3352
3353         * message.el (message-send-mail-function): Change the default, so that
3354         it inherits from a customized send-mail-function.  (Bug#5643)
3355
3356 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3357
3358         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3359         shell-command-to-string signals an error (bug#5299).
3360
3361 2010-02-24  Glenn Morris  <rgm@gnu.org>
3362
3363         * message.el (message-smtpmail-send-it)
3364         (message-send-mail-with-mailclient): Doc fixes.
3365
3366 2010-02-16  Glenn Morris  <rgm@gnu.org>
3367
3368         * message.el (message-default-mail-headers): Change the default value
3369         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3370
3371 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3372
3373         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3374         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3375
3376 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3377
3378         * time-date.el (date-to-time): Doc fix (Bug#5408).
3379
3380 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3381
3382         * message.el (message-mail): Just pass yank-action on to message-setup.
3383         (message-setup): Handle (FUN . ARGS) form of yank-action.
3384         (message-with-reply-buffer, message-widen-reply)
3385         (message-yank-original): Handle non-buffer values of
3386         message-reply-buffer (Bug#4080).
3387         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3388
3389 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3390
3391         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3392         Fix typo in docstring.
3393
3394 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3395
3396         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3397         response.
3398
3399 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3402
3403         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3404
3405         * message.el (message-check-news-header-syntax): Protect against a
3406         string that `rfc822-addresses' returns when parsing fails.
3407
3408 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3411         (gnus-previous-char-property-change): New functions.
3412
3413         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3414
3415 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3416
3417         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3418         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3419
3420 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3421
3422         * message.el (message-exchange-point-and-mark): Rework last change to
3423         avoid using optional arg of exchange-point-and-mark, for backward
3424         compatibility.
3425
3426 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3427
3428         * message.el (message-exchange-point-and-mark): Call
3429         exchange-point-and-mark with an argument rather than setting
3430         mark-active by hand (Bug#5175).
3431
3432 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * nntp.el (nntp-service-to-port): Work for service expressed with
3435         numeric string; replace [:digit:] with [0-9] for XEmacs.
3436
3437 2009-12-17  Glenn Morris  <rgm@gnu.org>
3438
3439         * gnus-group.el (gnus-bug-group-download-format-alist):
3440         Change emacs entry to debbugs.gnu.org.  Bump :version.
3441
3442 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3443
3444         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3445
3446 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3447
3448         * message.el (message-info): Explain why we use `Info-goto-node'.
3449
3450 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3453
3454 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3455
3456         * message.el (message-completion-in-region): New compatibility function.
3457         (message-expand-group): Use it.
3458
3459 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3462         with no unread article should be listed if the 2nd arg `predicate' is
3463         given.
3464
3465 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3468
3469 2009-11-29  Juri Linkov  <juri@jurta.org>
3470
3471         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3472         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3473         on `gnus-recenter'. (Bug#4698, Bug#4981)
3474
3475 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3476
3477         * sha1.el (sha1-string-external): default-directory "/" in case
3478         otherwise non-existent.  process-connection-type pipe for touch of
3479         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3480
3481 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3482
3483         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3484         it's comms related and sgml-mode.el has "comm" on that basis too.
3485
3486 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3487
3488         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3489         containing tspecial characters if they have been already quoted.
3490
3491 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3492
3493         * dns-mode.el (auto-mode-alist): Purecopy string.
3494
3495 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3496
3497         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3498
3499 2009-10-24  Glenn Morris  <rgm@gnu.org>
3500
3501         * gnus-art.el (help-xref-stack-item): Define for compiler.
3502
3503 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3504
3505         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3506
3507 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3510
3511 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3512
3513         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3514         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3515
3516 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3519         (gnus-overlays-in): New alias to overlays-in.
3520
3521         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3522         gnus-overlay-get, and gnus-delete-overlay.
3523         (gnus-summary-show-thread): Make it work as well for systems in which
3524         next-single-char-property-change is not available.
3525         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3526
3527         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3528         (gnus-overlay-get): New alias to extent-property.
3529         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3530
3531         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3532         SXEmacs.
3533
3534         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3535         SXEmacs.
3536
3537 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3538
3539         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3540
3541 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3542
3543         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3544         and XEmacs that don't have `remove-overlays'.
3545
3546 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3547
3548         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3549         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3550         selective display.  Use overlays instead.
3551
3552 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3553
3554         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3555
3556 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3557
3558         * spam-stat.el (spam-stat-load): Fix typo in message.
3559
3560 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3561
3562         * dig.el (dig-invoke): Fix typo in docstring.
3563         (query-dig): Reflow docstring.
3564
3565 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3566
3567         * gnus-art.el (gnus-article-encrypt-body):
3568         * message.el (message-check-recipients):
3569         * mm-util.el (mm-codepage-setup):
3570         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3571         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3572
3573 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3574
3575         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3576         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3577         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3578         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3579         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3580
3581 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3582
3583         * dig.el: Add "Keywords: comm", as per net-utils.el.
3584
3585 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3586
3587         * dig.el (dig-mode): Use define-derived-mode.
3588
3589 2009-09-19  Glenn Morris  <rgm@gnu.org>
3590
3591         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3592
3593 2009-09-18  Glenn Morris  <rgm@gnu.org>
3594
3595         * gnus-diary.el (gnus-diary-check-message):
3596         * message.el (message-insert-formatted-citation-line):
3597         * nnbabyl.el (top-level):
3598         * nndiary.el (nndiary-schedule):
3599         Fix typos in condition-case handlers.
3600
3601 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3604         configuration that provides the sole article window in a frame;
3605         position point correctly after deleting a part.
3606
3607 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3608
3609         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3610         (spam-resolve-registrations-routine): Use it to unregister articles
3611         that change status.
3612
3613 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3614
3615         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3616         with XEmacs.
3617         (parse-time-string-chars): Use it.
3618
3619 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3620
3621         * imap.el (imap-interactive-login): Better messages.
3622         (imap-open): Fix bug with renamed buffer on reconnect.
3623         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3624         for easier debugging and cleaner code.  On successful (guessed based on
3625         server capabilities) secondary authentication, set imap-state
3626         correctly.
3627         (imap-last-authenticator): Define imap-last-authenticator as a variable
3628         to avoid warnings.
3629
3630 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * nnrss.el (nnrss-request-article): Remove binding of
3633         default-enable-multibyte-characters that has gotten needless by
3634         the 2007-07-13 change in rfc2047-encode-message-header.
3635
3636         * mml.el (mml-insert-multipart): Error on the message header.
3637         (mml-insert-part): Error on the message header; position point at
3638         the end of a MIME tag.
3639
3640 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3641
3642         * time-date.el (autoload): Expand define-obsolete-function-alias into
3643         defalias and make-obsolete for old Emacsen that Gnus supports.
3644         (with-no-warnings): Define it for old Emacsen.
3645         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3646         is available.
3647         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3648         float-time is available; suppress compile warning for time-to-seconds.
3649
3650         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3651         (gnus-float-time): Alias to float-time if it exists.
3652
3653         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3654         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3655         float-time is available; suppress compile warning for time-to-seconds.
3656
3657         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3658         XEmacs.
3659
3660 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3661
3662         * imap.el (imap-message-map): Docstring fix.
3663
3664 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3667         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3668         Add the optional argument `encoding' that overrides the default.
3669
3670         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3671         mm-encode-buffer.
3672
3673 2009-09-04  Glenn Morris  <rgm@gnu.org>
3674
3675         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3676         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3677         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3678         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3679         * mm-util.el (mm-with-unibyte-current-buffer)
3680         (mm-find-buffer-file-coding-system):
3681         * yenc.el (yenc-decode-region): Use default-value rather than
3682         default-enable-multibyte-characters.
3683
3684 2009-09-03  Glenn Morris  <rgm@gnu.org>
3685
3686         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3687         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3688         than default-enable-multibyte-characters.
3689
3690 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3691
3692         * gnus-art.el (gnus-article-read-summary-keys):
3693         Fix gnus-buffer-configuration's value temporarily used.
3694
3695 2009-09-02  Glenn Morris  <rgm@gnu.org>
3696
3697         * gnus-util.el (gnus-float-time): New function.
3698         * gnus-delay.el (gnus-delay-article):
3699         * gnus-sum.el (gnus-thread-latest-date):
3700         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3701         * nnspool.el (nnspool-request-newgroups):
3702         Use gnus-float-time rather than time-to-seconds.
3703         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3704
3705         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3706         (gnus-header-subject-face, gnus-header-newsgroups-face)
3707         (gnus-header-name-face, gnus-header-content-face):
3708         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3709         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3710         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3711         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3712         (gnus-cite-face-11):
3713         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3714         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3715         (gnus-server-closed-face, gnus-server-denied-face)
3716         (gnus-server-offline-face):
3717         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3718         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3719         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3720         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3721         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3722         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3723         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3724         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3725         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3726         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3727         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3728         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3729         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3730         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3731         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3732         (gnus-summary-high-undownloaded-face)
3733         (gnus-summary-low-undownloaded-face)
3734         (gnus-summary-normal-undownloaded-face)
3735         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3736         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3737         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3738         (gnus-splash-face):
3739         * message.el (message-header-to-face, message-header-cc-face)
3740         (message-header-subject-face, message-header-newsgroups-face)
3741         (message-header-other-face, message-header-name-face)
3742         (message-header-xheader-face, message-separator-face)
3743         (message-cited-text-face, message-mml-face):
3744         * sieve-mode.el (sieve-control-commands-face)
3745         (sieve-action-commands-face, sieve-test-commands-face)
3746         (sieve-tagged-arguments-face):
3747         * spam.el (spam-face):
3748         Mark face aliases with "-face" in the name as obsolete.
3749
3750 2009-09-01  Glenn Morris  <rgm@gnu.org>
3751
3752         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3753         than goto-line.
3754
3755 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3756
3757         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3758         Don't move point if the command is invoked inside the message header.
3759
3760 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3761
3762         * imap.el (imap-send-command): Simplify.
3763         (imap-wait-for-tag): point-max -> buffer-size.
3764
3765 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3766
3767         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3768         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3769         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3770         * nnir.el (nnir-swish-e-index-file):
3771         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3772         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3773         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3774         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3775         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3776         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3777
3778 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3779
3780         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3781         Don't save excursion.
3782
3783 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3784
3785         * nnheader.el (nnheader-find-file-noselect):
3786         * mm-util.el (mm-insert-file-contents):
3787         Use (default-value 'major-mode) instead of default-major-mode.
3788
3789 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3790
3791         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3792
3793 2009-08-26  Glenn Morris  <rgm@gnu.org>
3794
3795         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3796         than placing in files.el.
3797
3798 2009-08-25  Glenn Morris  <rgm@gnu.org>
3799
3800         * nnir.el (top-level): Don't require cl at run-time.
3801         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3802         Replace cl-function substitute with gnus-replace-in-string.
3803         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3804         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3805         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3806         simplified expansions.
3807
3808 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3809
3810         * dig.el (dig): Add autoload cookie.
3811
3812 2009-08-22  Glenn Morris  <rgm@gnu.org>
3813
3814         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3815         goto-line.
3816
3817 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3818
3819         * parse-time.el (parse-time-string-chars): Save match data.
3820
3821 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3822
3823         * parse-time.el (parse-time-string-chars): Compute using character
3824         classes, to handle non-ascii characters (Bug#3190).
3825
3826 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3829
3830         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3831         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3832         (gnus-mm-display-part, gnus-mime-display-single)
3833         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3834         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3835
3836         * gnus-sum.el
3837         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3838         (gnus-summary-move-article): Add expirable mark to articles copied or
3839         moved to group that has auto-expire turned on if the option is non-nil.
3840
3841 2009-07-24  Glenn Morris  <rgm@gnu.org>
3842
3843         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3844         Fix typo.  (Bug#3903)
3845
3846 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3847
3848         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3849         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3850         that should not be used for draft articles.
3851         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3852         that has no concern in minor mode keys.
3853         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3854         Abolish.
3855
3856 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3859         article without making inquiry to a user for unknown encoding.
3860
3861         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3862         (nnmaildir--scan): Assume i-node and device number that file-attributes
3863         returns might be cons-cell.
3864
3865         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3866
3867         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3868
3869 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3870
3871         * auth-source.el: Remove docs now in auth.texi.  Don't use
3872         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3873         `auth-source-hide-passwords' and use them.
3874
3875 2009-07-15  Glenn Morris  <rgm@gnu.org>
3876
3877         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3878
3879 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3882         excessive whitespace from the default values of title and description.
3883
3884 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3887         mail-fetch-field to fetch Content-Description header in order to
3888         exclude newlines.
3889
3890 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3891
3892         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3893         format used by GnuPG 2.0.11.
3894
3895 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3898         to deleted part.
3899
3900 2009-05-30  David Engster  <dengste@eml.cc>
3901
3902         * nnmairix.el: Remove old documentation in the commentary block.
3903         (nnmairix-request-group): Do not update active file for nnml back ends.
3904         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3905         end so that overview files are ignored.
3906         (nnmairix-update-groups): Make updating the groups more robust by using
3907         marks.
3908         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3909         with dollar characters in message-id.
3910
3911 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3912
3913         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3914         2008-12-25 in dns.el.
3915
3916 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3917
3918         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3919         could happen if the text is only composed of spaces and/or tabs.
3920
3921 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3922
3923         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3924         when sending a queued message to avoid extra mml tags.
3925
3926 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3929
3930 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3933         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3934         rmail-toggle-header for XEmacs;
3935         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3936
3937 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * gnus-dired.el: Remove autoload for gnus-setup-message.
3940         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3941         displaying Gnus logo; always use compose-mail.
3942
3943 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3946
3947 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3950         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3951         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3952         available.
3953         (gnus-nocem-epg-verify): New function.
3954
3955 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3956
3957         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3958
3959 2009-02-15  Glenn Morris  <rgm@gnu.org>
3960
3961         * gnus-util.el (rmail-insert-rmail-file-header)
3962         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3963         autoloads.
3964         (rmail-default-rmail-file): Remove unnecessary declaration.
3965         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3966
3967 2009-02-14  Glenn Morris  <rgm@gnu.org>
3968
3969         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3970         variable (only used in gnus-util, which declares it anyway).
3971         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3972         which was only needed by gnus-art (changed to not use it any more).
3973         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3974         only used in gnus-util, which autoloads it itself.
3975         (rmail-update-summary): Fix autoload.
3976
3977         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3978         rather than rmail-output-to-rmail-file.
3979
3980 2009-02-07  Glenn Morris  <rgm@gnu.org>
3981
3982         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3983         autoload of function that no longer exists.
3984         (rmail-toggle-header): Declare.
3985         (message-forward-rmail-make-body): Handle mbox Rmail.
3986
3987 2009-01-31  Glenn Morris  <rgm@gnu.org>
3988
3989         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3990         2009-01-09 change.
3991
3992 2009-01-31  Dave Love  <fx@gnu.org>
3993
3994         * imap.el (imap-fetch-safe): Bind debug-on-error.
3995         (imap-debug): Add imap-fetch-safe.
3996
3997 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3998
3999         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4000         (auth-source-forget-all-cached): New convenience function.
4001         (auth-source-user-or-password): Accept list of modes or a single mode.
4002
4003         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4004         auth-source modes.
4005
4006         * netrc.el (netrc-machine-user-or-password): Use list of
4007         auth-source modes.
4008
4009         * nnimap.el (nnimap-open-connection): Use list of
4010         auth-source modes.
4011
4012         * nntp.el (nntp-send-authinfo): Use list of
4013         auth-source modes.
4014
4015 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4016
4017         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4018         now.
4019
4020 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4023         coding system in XEmacs; add a workaround for XEmacs.
4024
4025         * lpath.el: Fbind coding-system-aliasee.
4026
4027 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4030         of current-language-environment.
4031
4032 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4033
4034         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4035         available at runtime.
4036
4037 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4038
4039         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4040
4041 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4042
4043         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4044         the greatest positive fixnum value doesn't work under an XEmacs with
4045         bignum support; use the most-positive-fixnum constant instead,
4046         available since Emacs 21.1 with cl and XEmacs 21.1.
4047
4048 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4051         XEmacs gets not to work.
4052
4053 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * mm-util.el (mm-coding-system-priorities): Allow the value like
4056         "Japanese (UTF-8)" of current-language-environment.
4057
4058 2009-01-09  Glenn Morris  <rgm@gnu.org>
4059
4060         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4061         with last-command-event.
4062
4063 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4064
4065         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4066         in the doc string.
4067
4068         * message.el (message-fix-before-sending): Amend comment.
4069
4070 2009-01-08  Dave Love  <fx@gnu.org>
4071
4072         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4073
4074 2009-01-07  David Engster  <dengste@eml.cc>
4075
4076         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4077         simplified server definitions by converting it via
4078         gnus-server-to-method.
4079
4080 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4083         parameter's operands.
4084
4085 2009-01-06  David Engster  <dengste@eml.cc>
4086
4087         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4088         primary select method (for gnus-group-mark-article-as-read).
4089
4090 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4091
4092         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4093         `(gnus)Face', not `(gnus)X-Face'.
4094
4095 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * mm-util.el (mm-ucs-to-char): New function.
4098
4099         * mm-url.el (mm-url-decode-entities): Use it.
4100
4101         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4102         unicode-to-char.
4103
4104 2009-01-05  Dave Love  <fx@gnu.org>
4105
4106         * time-date.el: Require cl for `declare'.
4107
4108 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4109
4110         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4111         Dave Love.
4112
4113 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4114
4115         * message.el (message-fix-before-sending): Add `eight-bit' to
4116         illegible-text check.
4117
4118 2009-01-03  Michael Olson  <mwolson@gnu.org>
4119
4120         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4121         `headers' is nil.  This can occur if the IMAP server does not have
4122         permissions to read messages from a folder, but can write new messages
4123         to the folder.
4124         (nnimap-request-article-part): Do not insert `data' if it is nil.
4125
4126         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4127         characters which will confuse `read', so skip past them.
4128
4129 2009-01-01  Dave Love  <fx@gnu.org>
4130
4131         * imap.el (imap-string-to-integer): Fix typo.
4132         (imap-fetch-safe): New function.
4133         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4134
4135         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4136
4137         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4138         (imap-parse-greeting): Fix doc strings.
4139         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4140         (imap-parse-flag-list): Make messages unique.
4141         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4142
4143         * nnimap.el: Fix author email.
4144         (nnimap-split-rule): Add FIXME comment.
4145         (nnimap-debug): Fix doc string.
4146
4147 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4148
4149         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4150
4151 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4152
4153         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4154         nslookup if resolv.conf isn't available.
4155         (dns-query): Rename from query-dns.
4156         (dns-query-cached): Rename from query-dns-cached.
4157
4158 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4159
4160         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4161         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4162         to check if those variables exist (first appeared in Emacs 18.50).
4163
4164 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * mm-util.el (mm-line-number-at-pos): New function.
4167
4168         * spam-report.el (spam-report-process-queue): Use it.
4169
4170 2008-12-24  David Engster  <dengste@eml.cc>
4171
4172         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4173         parameters that haven't existed as variables as buffer-local variables.
4174
4175 2008-12-23  Dave Love  <fx@gnu.org>
4176
4177         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4178         cadar.
4179
4180         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4181         imap-starttls-p.
4182         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4183
4184 2008-12-22  Dave Love  <fx@gnu.org>
4185
4186         * imap.el: Fix author email.  Doc fixes.
4187         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4188         reply.
4189
4190 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4191
4192         * spam-report.el (spam-report-gmane-max-requests): New constant.
4193         (spam-report-gmane-wait): New variable.
4194         (spam-report-gmane-ham, spam-report-gmane-spam)
4195         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4196         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4197         the server.
4198
4199         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4200         Add explanations.
4201
4202         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4203         nnheader-accept-process-output and nnheader-read-timeout if available.
4204         (pop3-movemail): Use it.
4205
4206         * message.el (message-check-news-body-syntax): Fix signature check if
4207         there's an attachment.
4208
4209 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * mm-util.el: Add comments to the mm- emulating functions.
4212
4213 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4214
4215         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4216         by Stephen Berman <stephen.berman@gmx.net>.
4217
4218 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * mm-util.el (mm-substring-no-properties): New function.
4221         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4222         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4223         (mm-string-to-multibyte): Doc fix.
4224
4225         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4226
4227 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4228
4229         * mml.el (mml-attach-file): Strip text properties from file name.
4230         (Bug#1574)
4231
4232 2008-12-16  Glenn Morris  <rgm@gnu.org>
4233
4234         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4235
4236 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4237
4238         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4239         knows since the charset specified might be a bogus alias that
4240         mm-charset-synonym-alist provides.
4241
4242 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4243
4244         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4245         "ISO_8859-1".
4246
4247         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4248
4249 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * mm-util.el (mm-charset-eval-alist):
4252         Define it before mm-charset-to-coding-system.
4253         (mm-charset-to-coding-system): Add optional argument `silent';
4254         define it before mm-charset-override-alist.
4255         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4256         default value if it can be used in Emacs currently running;
4257         silence mm-charset-to-coding-system.
4258
4259 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4260
4261         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4262         `allow-override' which says whether to use `mm-charset-override-alist'.
4263         (rfc2047-decode-encoded-words): Use it.
4264
4265         * mm-util.el (mm-charset-override-alist): Fix custom type;
4266         add `(gb2312 . gbk)' to choices.
4267
4268 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4271         fast.
4272
4273         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4274
4275         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4276
4277 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4278
4279         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4280         on links.
4281
4282         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4283
4284 2008-12-03  Lute Kamstra  <lute@gnu.org>
4285
4286         * sha1.el: Remove leading * from docstrings of defcustoms,
4287         deffaces, defconsts and defuns.
4288
4289 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4290
4291         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4292         users' addresses that don't have domain parts.
4293         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4294         rather than message-narrow-to-head since there will be the message
4295         header separator.
4296
4297 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4298
4299         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4300         since the result is inserted in a unibyte buffer anyway.
4301         (nnimap-demule-use-string-to-multibyte): Remove.
4302         (nnimap-demule): Alias it to mm-string-to-multibyte.
4303
4304 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4305
4306         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4307         variable for debugging bug#464 and bug#1174.
4308         (nnimap-demule): Use it.
4309
4310 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4311
4312         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4313         score calculation correctly.
4314
4315 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4316
4317         * message.el (message-send-mail): Just set the buffer to unibyte
4318         rather than use mm-with-unibyte-current-buffer which does a lot more.
4319         (message-send-mail-partially): Don't bother with
4320         mm-with-unibyte-current-buffer since it's already been made unibyte by
4321         message-send-mail.
4322
4323 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4324
4325         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4326
4327 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4328
4329         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4330
4331 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4334         require itself and to remove `with-no-warnings'.
4335
4336 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4337
4338         * starttls.el (starttls-any-program-available): Get the name of the
4339         available TLS layer program.
4340         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4341         well as the host name in the "opening" message.
4342
4343         * auth-source.el (auth-source-cache, auth-source-do-cache)
4344         (auth-source-user-or-password): Cache passwords and logins by default,
4345         allow override with `auth-source-do-cache'.
4346         (auth-source-forget-user-or-password): Allow users to remove cache
4347         entries if needed.
4348
4349 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4350
4351         * md4.el (md4-buffer): Fix typo in docstring.
4352         (md4, md4-64): Doc fixes.
4353         (md4-pack-int32): Reflow docstring.
4354
4355 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4356
4357         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4358         condition-case to only the forward-sexp call.
4359
4360 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4363         quotes contained.  Make it more robust regardless by an extra
4364         condition-case wrapper.
4365
4366 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4369
4370 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * nnml.el (nnml-request-expire-articles): Check if the function set to
4373         `nnmail-expiry-target' returns the symbol `delete'.
4374
4375         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4376
4377         * nnmail.el (nnmail-expiry-target): Fix custom type.
4378
4379 2008-10-02  Glenn Morris  <rgm@gnu.org>
4380
4381         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4382         Silence compiler warning.
4383
4384 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4385
4386         * tls.el (open-tls-stream): Show the actual command being
4387         executed, instead of the format string.
4388
4389 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * lpath.el: Fbind codepage-setup for Emacs 23.
4392
4393 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4394
4395         * mml.el (mml-menu): Don't assume mml2015 is bound.
4396
4397 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4400         exists.
4401
4402 2008-09-27  Glenn Morris  <rgm@gnu.org>
4403
4404         * gnus-util.el (mail-header-remove-comments): Autoload it.
4405
4406 2008-09-27  Andreas Schwab  <schwab@suse.de>
4407
4408         * gnus-util.el (gnus-split-references): Strip comments.
4409         (gnus-parent-id): Likewise.
4410
4411 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4412
4413         * message.el (message-confirm-send): Fix version.
4414
4415 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4416
4417         * message.el (message-idna-to-ascii-rhs-1): Use
4418         mail-extract-address-components rather than mail-header-parse-addresses
4419         that is an alias by default to ietf-drums-parse-addresses that does not
4420         support non-ASCII names in headers' contents.
4421
4422 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4423
4424         * message.el (message-confirm-send): Fixed variable documentation to
4425         avoid the "y/n" wording.
4426
4427 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4428
4429         * message.el (message-set-auto-save-file-name): Save to a different
4430         filename so multiple messages (especially drafts) can be recovered.
4431
4432 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4433
4434         * message.el (message-confirm-send): Add appropriate version.
4435
4436 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4439         defvar.
4440
4441 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4442
4443         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4444         (mm-pkcs7-enveloped-magic): Ditto.
4445
4446 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4447
4448         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4449         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4450
4451 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4454         default, it's better.
4455
4456 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4457
4458         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4459         summary line gnus-number property and ignore them (with a warning
4460         message).
4461
4462 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4465         macro caddr in the interactive form since it won't be expanded.
4466
4467 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4470         `charset'; fix name of function called recursively.
4471         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4472
4473 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4476         (gnus-mime-set-charset-parameters): New function.
4477         (gnus-mime-view-part-as-charset): Use it to correctly display part
4478         specifying wrong charset.
4479
4480 2008-09-08  David Engster  <dengste@eml.cc>
4481
4482         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4483         in completing-read for back end server.
4484
4485 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * message.el (message-confirm-send): New variable to confirm sending a
4488         message.
4489         (message-send): Use it.
4490
4491 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4492
4493         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4494
4495 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4498
4499 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4500
4501         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4502         prevent tracking too many groups.
4503         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4504         Use it.
4505
4506 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4507
4508         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4509         moving point to the bottom of the window in order to avoid recentering.
4510
4511 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4514
4515         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4516         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4517         (gnus-article-beginning-of-window): Fix calculation.
4518
4519 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4520
4521         * gnus-msg.el (gnus-summary-supersede-article)
4522         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4523         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4524         message header.
4525
4526 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4527
4528         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4529         pending output coming after the status change.
4530
4531 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4532
4533         * message.el:
4534         * gnus-start.el:
4535         * gnus-registry.el: Remove VMS support.
4536
4537 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4540         macro.
4541         (rfc2104-hash): Use it.
4542
4543 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4544
4545         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4546         (gnus-summary-sort-by-most-recent-date): New commands.
4547         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4548         and menu entries.
4549
4550 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4553         don't redisplay article for raw contents; remove plural articles stuff.
4554
4555         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4556         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4557         on gnus-summary-save-article; display results properly.
4558
4559 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4560
4561         * lpath.el: No need to fbind ns-focus-frame.
4562
4563 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4566
4567 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4570         gnus-save-all-headers.
4571
4572 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4573
4574         * gnus-util.el (ns-focus-frame): Remove declaration.
4575         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4576         like x.
4577
4578 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4579
4580         * rfc2104.el (rfc2104-zero): Delete defconst.
4581         (rfc2104-hex-alist): Likewise.
4582         (rfc2104-hex-to-int): Delete func.
4583         (rfc2104-hexstring-to-bitstring): Likewise.
4584         (rfc2104-nybbles): New defconst.
4585         (rfc2104-hash): Rewrite for speed.
4586
4587 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4588
4589         * tls.el (open-tls-stream): Make it work with the 2nd argument
4590         BUFFER that is a string but does not exist as a buffer object, as
4591         mentioned in the doc-string.
4592
4593 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4594
4595         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4596         SXEmacs.
4597
4598 2008-07-16  Glenn Morris  <rgm@gnu.org>
4599
4600         * gnus-util.el (ns-focus-frame): Declare for compiler.
4601
4602 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4603
4604         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4605         set as a group parameter.
4606         (gnus-summary-save-in-pipe): Work when it is called independently.
4607         (gnus-summary-pipe-to-muttprint): Don't modify
4608         gnus-summary-pipe-output-default-command.
4609
4610 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4611
4612         * message.el (message-send-mail-with-sendmail):
4613         Display the error message.
4614
4615 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * gnus-art.el (gnus-default-article-saver):
4618         Add gnus-summary-save-in-pipe to choices.
4619         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4620         gnus-summary-pipe-output-default-command as the default command.
4621         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4622         instead of gnus-last-shell-command.
4623
4624         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4625         New user option.
4626         (gnus-summary-muttprint-program): Mention the value will be changed.
4627         (gnus-summary-save-article): Force showing of all headers.
4628         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4629
4630 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4631
4632         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4633
4634 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4635
4636         * nnimap.el (nnimap-id):
4637         * sieve-manage.el (sieve-manage-open): Doc fixes.
4638
4639 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4640
4641         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4642         if available.
4643
4644 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4645
4646         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4647
4648         * nnkiboze.el (nnkiboze-generate-group):
4649         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4650
4651         * nnmairix.el: Require CL.
4652
4653 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4654
4655         * dgnushack.el: Autoload get-display-table and put-display-table for
4656         XEmacs 21.5.
4657
4658         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4659         21.4 and SXEmacs.
4660
4661 2008-06-15  David Engster  <dengste@eml.cc>
4662
4663         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4664
4665 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4666
4667         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4668         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4669         runtime choice under XEmacs.
4670
4671         * gnus-sum.el (gnus-summary-set-display-table):
4672         Use `gnus-put-display-table', `gnus-get-display-table',
4673         `gnus-set-display-table' for the display table, instead of `aset'.
4674
4675         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4676         Use `gnus-put-display-table', `gnus-get-display-table',
4677         `gnus-set-display-table' for the display table.
4678
4679 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4680
4681         * nnmairix.el: Add autoloads.
4682
4683 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * nnmairix.el (nnmairix-delete-recreate-group)
4686         (nnmairix-update-and-clear-marks): Fix error messages.
4687
4688 2008-06-14  David Engster  <dengste@eml.cc>
4689
4690         * nnmairix.el: Upgrade to version 0.6.
4691         (nnmairix-group-toggle-propmarks-this-group)
4692         (nnmairix-group-toggle-readmarks-this-group)
4693         (nnmairix-group-delete-recreate-this-group)
4694         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4695         (nnmairix-remove-tick-mark-original-article): New commands.
4696         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4697         (nnmairix-propagate-marks-to-nnmairix-groups)
4698         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4699         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4700         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4701         functions needed for marks propagation and manipulation of read marks.
4702         (nnmairix-update-groups): New function.
4703         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4704         (nnmairix-determine-original-group-from-registry)
4705         (nnmairix-determine-original-group-from-path)
4706         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4707         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4708         New helper functions.
4709         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4710         keystrokes for new commands.
4711         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4712         (nnmairix-request-group): Check allow-fast group parameter.
4713         (nnmairix-request-create-group): Set allow-fast group parameter if
4714         nnmairix-allowfast-default is set.
4715         (nnmairix-close-group): Propagate marks upon closing if needed.
4716         (nnmairix-group-toggle-threads-this-group): Use new.
4717         nnmairix-group-toggle-parameter helper function.
4718         (nnmairix-search): Better check for empty search result.
4719         (nnmairix-goto-original-article): Use new helper functions for
4720         determining original article.
4721         (nnmairix-show-original-article): Make sure message-id is in brackets.
4722         (nnmairix-call-mairix-binary): Change variable name.
4723         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4724         helper function.
4725         (nnmairix-widget-toggle-activate): Fix doc string.
4726
4727 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4728
4729         * nnir.el: Require edmacro when compiling with XEmacs.
4730         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4731         available in Emacs 21.
4732
4733 2008-06-11  Glenn Morris  <rgm@gnu.org>
4734
4735         * gnus-util.el (x-focus-frame):
4736         * gnus.el (image-size):
4737         * mm-decode.el (image-size): Declare.
4738
4739         * gnus-picon.el (declare-function): Add compat definition.
4740         (image-size): Declare.
4741
4742         * gnus-group.el (tool-bar-map):
4743         * gnus-sum.el (tool-bar-map): Define for compiler.
4744
4745         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4746
4747         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4748
4749         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4750         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4751         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4752         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4753         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4754         * sieve-manage.el, spam-report.el, spam.el:
4755         Remove unnecessary eval-and-compile of autoloads.
4756
4757 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4758
4759         * auth-source.el: Precise Tramp doc.
4760
4761 2008-06-07  Glenn Morris  <rgm@gnu.org>
4762
4763         * nnmairix.el: Remove unnecessary eval-when-compile.
4764
4765 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * lpath.el: Fbind propertize for XEmacs 21.4.
4768
4769 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4770
4771         * nnir.el: Move here from ../contrib.
4772
4773 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4774
4775         * gnus-util.el (gnus-read-shell-command): New function.
4776         * mm-decode.el (mm-pipe-part):
4777         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4778
4779 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4782
4783 2008-06-03  Glenn Morris  <rgm@gnu.org>
4784
4785         * pop3.el (nnheader-accept-process-output): Autoload it.
4786
4787 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4790         are not 2-digit hexadecimal characters that follow `%'s.
4791
4792 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * message.el (message-bogus-recipient-p): Fix type in doc string.
4795         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4796         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4797         Improve custom options.
4798         (message-bogus-recipient-p): Adjust accordingly.
4799
4800 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4801
4802         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4803         long-form month and day names.
4804
4805 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4806
4807         * dgnushack.el: Autoload debug, eudc-expand-inline and
4808         pgg-snarf-keys-region for XEmacs.
4809
4810         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4811
4812         * nnmairix.el: Require edmacro when compiling with XEmacs.
4813
4814 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4815
4816         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4817         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4818
4819 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4820
4821         * auth-source.el: Add more docs.
4822
4823         * netrc.el (netrc-machine): Always match if the port is not given.
4824
4825 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4826
4827         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4828         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4829         retrieval faster in some cases, but might make CPU usage larger.  If
4830         this has any bad side effects, we might revert this change.
4831
4832         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4833         seems to make mail retrieval much, much faster.
4834         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4835         unconditionally.
4836
4837         * gnus-draft.el (gnus-group-send-queue): Bind
4838         message-send-mail-partially-limit to nil to avoid being prompted.
4839
4840 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4841
4842         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4843
4844         * message.el (message-bogus-address-regexp): Fix and improve custom
4845         type.
4846         (message-setup-hook): Add message-check-recipients as custom option.
4847
4848 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4849
4850         * message.el (message-cite-function): Remove bogus autoload which crept
4851         in during merge from v5-10.
4852
4853 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4854
4855         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4856
4857         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4858
4859         * auth-source.el: Preliminary Tramp docs.
4860         (auth-sources): Change the default auth-sources to use
4861         EPA .gpg files.
4862
4863 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4864
4865         * nntp.el: Autoload `auth-source-user-or-password'.
4866         (nntp-send-authinfo): Use it.
4867
4868         * nnimap.el: Autoload `auth-source-user-or-password'.
4869         (nnimap-open-connection): Use it.
4870
4871         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4872         for the gnus-message function.
4873         (auth-source-user-or-password): Use it.
4874
4875 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4876
4877         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4878         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4879         (rfc2104-hash): Use it.
4880
4881 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4882
4883         * gnus-art.el (gnus-article-toggle-truncate-lines):
4884         Don't use `iff' in docstring.
4885
4886 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4887
4888         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4889
4890         * gnus-util.el (gnus-extract-address-component-name)
4891         (gnus-extract-address-component-email): Convenience functions around
4892         `gnus-extract-address-components'.
4893
4894         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4895         Use `gnus-extract-address-component-email' to fix bug of comparing full
4896         sender name to `user-mail-address'.
4897
4898 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4899
4900         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4901         catch/throw to optimize.
4902         (gnus-registry-find-keywords): Just use member to find a keyword.
4903
4904 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4905
4906         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4907         is current before calling gnus-server-prepare.
4908         (gnus-server-setup-buffer, gnus-server-update-server)
4909         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4910
4911 2008-05-04  Juri Linkov  <juri@jurta.org>
4912
4913         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4914         (mailcap-file-default-commands): Use mailcap-replace-in-string
4915         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4916         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4917
4918 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4919
4920         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4921
4922 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4923
4924         * gnus.el: Bump version to 0.11.
4925
4926 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4927
4928         * gnus.el: No Gnus v0.10 is released.
4929
4930 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931
4932         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4933         hooks.
4934         (gnus-update-read-articles): Speed up non-marks-using users.
4935         (gnus-use-marks): Define gnus-use-marks.
4936         (gnus-propagate-marks): Rename variable to something more sensible.
4937
4938 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4939
4940         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4941         (gmm-image-load-path-for-library): Fix typos in docstrings.
4942         (gmm-message): Reflow docstring.
4943
4944 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * mail-source.el (mail-source-set-1, mail-source-bind):
4947         Move auth-source code out of the macro to clean it up and fix bugs.
4948
4949 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4950
4951         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4952         by sender if it's equal to user-mail-address, it's likely to be
4953         useless.
4954
4955         * mail-source.el (mail-source-bind): Don't use user or password if they
4956         are not bound.  Unintern them if they are nil.  Don't use server unless
4957         it's bound, and default it to empty string otherwise.
4958
4959 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4960
4961         * mail-source.el: Load auth-source.el.
4962         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4963         get user name or password, if auth-sources is set up.
4964
4965         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4966         strategy of splitting with parent.
4967         (gnus-registry-split-fancy-with-parent)
4968         (gnus-registry-post-process-groups): Use it and fix prior
4969         bug (returning a list as the split result).
4970
4971         * auth-source.el (auth-sources): Remove server parameter.
4972         (auth-source-pick, auth-source-user-or-password)
4973         (auth-source-user-or-password-imap)
4974         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4975         (auth-source-user-or-password-sftp)
4976         (auth-source-user-or-password-smtp): Remove server parameter.
4977
4978 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4979
4980         * smime.el (smime-sign-region, smime-encrypt-region)
4981         (smime-decrypt-region):
4982         Remove redundant calls to `generate-new-buffer-name'.
4983
4984 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4985
4986         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4987         Don't use QP for message/rfc822.
4988         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4989
4990 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4991
4992         * sieve-manage.el (sieve-string-bytes): Remove.
4993         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4994         correct byte-length only if the process's coding-system is the same as
4995         the one used internally by Emacs to represent strings.
4996
4997 2008-04-22  Juri Linkov  <juri@jurta.org>
4998
4999         * mailcap.el (mailcap-file-default-commands): New function.
5000
5001 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * message.el (message-signature-separator, message-cite-function):
5004         Change custom version.
5005
5006 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5007
5008         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5009         commands.
5010         (tls-checktrust): Ditto.
5011
5012 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5013
5014         * mm-decode.el (mm-display-external): Make temp file read-only.
5015
5016 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5017
5018         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5019         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5020         `C-c C-f d'.
5021
5022 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5023
5024         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5025
5026 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5027
5028         * gnus.el: Bump version to 0.9.
5029
5030 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5031
5032         * gnus.el: No Gnus v0.8 is released.
5033
5034 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5035
5036         * mail-source.el (mail-source-value):
5037         Prefer fboundp to functionp so it works with macros as well.
5038
5039 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5040
5041         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5042         Fix last change in case the element is not even a symbol.
5043
5044 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5045
5046         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5047         Prefer fboundp to functionp so it works with macros as well.
5048
5049 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5050
5051         * auth-source.el: Added docs.
5052         (auth-sources): Modify format to support server.
5053         (auth-source-pick, auth-source-user-or-password)
5054         (auth-source-user-or-password-imap)
5055         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5056         (auth-source-user-or-password-sftp)
5057         (auth-source-user-or-password-smtp): Add server parameter.
5058
5059 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5060
5061         * gnus-registry.el: Initialize the registry when gnus-registry-install
5062         is t.
5063
5064 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * compface.el (uncompface): Make buffer unibyte.
5067
5068 2008-04-05  Glenn Morris  <rgm@gnu.org>
5069
5070         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5071
5072 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5073
5074         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5075         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5076
5077         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5078         multibyteness after rather than before erasing it.
5079
5080         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5081         mm-with-multibyte.
5082         (gnus-request-article-this-buffer): Make sure the proper decoding is
5083         used if gnus-original-article-buffer happens to be unibyte.
5084
5085         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5086         default-enable-multibyte-characters.
5087
5088         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5089         default-enable-multibyte-characters.
5090
5091         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5092
5093         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5094
5095 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5096
5097         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5098         (imap-message-copyuid-1): Use it.
5099         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5100         J. Williams in
5101         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5102
5103         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5104         imap-enable-exchange-bug-workaround.
5105         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5106
5107 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5108
5109         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5110         a 100 byte status-checks into a 2-3MB transfer for each group.
5111         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5112         to enable bug workaround or not.
5113         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5114
5115 2008-03-31  Glenn Morris  <rgm@gnu.org>
5116
5117         * message.el (mml2015-use): Declare for compiler.
5118         (message-info): Require mml2015 when appropriate.
5119
5120 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5121
5122         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5123         whitespace.
5124
5125 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5126
5127         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5128         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5129         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5130         (nntp-service-to-port): New function.
5131         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5132         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5133         (nntp-open-netcat-stream): New function.
5134         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5135
5136 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5137
5138         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5139
5140 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5141
5142         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5143
5144 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5145
5146         * dns.el (dns-write): Use set-buffer-multibyte.
5147
5148 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5149
5150         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5151
5152 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5153
5154         * message.el (message-signature-separator): Change default.
5155         Improve custom type.
5156         (message-cite-function): Change default to
5157         message-cite-original-without-signature.
5158
5159         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5160         toggle.
5161
5162         * message.el (message-check-news-body-syntax): Fix signature check.
5163         (message-setup-1): Mark buffer as unmodified _after_ running
5164         message-setup-hook and handling message-alternative-emails.
5165         (message-shorten-references): Be more strict when building list of
5166         valid references to comply with GNKSA.
5167
5168         * gnus-group.el (gnus-read-ephemeral-bug-group)
5169         (gnus-read-ephemeral-debian-bug-group)
5170         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5171
5172         * message.el (message-info): Don't use booleanp which isn't supported
5173         in Emacs 21 and XEmacs.
5174
5175 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5178         gnus-group-gmane-group-download-format.
5179         (gnus-group-read-ephemeral-gmane-group): Rename from
5180         gnus-group-read-ephemeral-gmane-group.
5181         (gnus-read-ephemeral-gmane-group-url): Rename from
5182         gnus-group-read-ephemeral-gmane-group-url.
5183         (gnus-bug-group-download-format-alist): New variable.
5184         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5185         (gnus-read-ephemeral-emacs-bug-group): New commands.
5186
5187 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5188
5189         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5190         (gnus-visible-headers): Improve custom type.
5191
5192 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5193
5194         * mml.el (mml-menu): Add workarounds for XEmacs.
5195
5196         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5197         X-Boundary header.
5198
5199         * message.el (message-simplify-recipients): Fix previous commit.
5200
5201 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5202
5203         * mm-util.el (mm-set-buffer-multibyte): New function.
5204         * mm-decode.el (mm-copy-to-buffer): Use it.
5205
5206 2008-03-19  Glenn Morris  <rgm@gnu.org>
5207
5208         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5209         Accidentally removed in the sync process with Emacs.
5210
5211 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5212
5213         * message.el (message-alter-recipients-discard-bogus-full-name):
5214         New function.
5215         (message-alter-recipients-function): New variable.
5216         (message-get-reply-headers): Use it.
5217         (message-replace-header): New helper function.
5218         (message-recipients-without-full-name): New variable.
5219         (message-simplify-recipients): New command.
5220
5221         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5222
5223         * message.el (message-info): Handle EasyPG manual.
5224
5225         * mml.el (mml-menu): Add entry for EasyPG.
5226
5227 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5228
5229         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5230         parameter.
5231
5232         * message.el (message-disassociate-draft): Specify drafts group name
5233         fully.
5234
5235 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5236
5237         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5238         unnecessary duplicates from the match list.
5239
5240 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5243
5244         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5245
5246         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5247         args of `how-many' of which the XEmacs version doesn't take; declare
5248         Info-index-next as function.
5249
5250 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5251
5252         * gnus-score.el (gnus-score-headers): Fix handling of
5253         gnus-inhibit-slow-scoring.
5254
5255         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5256         string.
5257         (gnus-button-url-regexp): Improve handling of parenthesis.
5258         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5259         (gnus-button-handle-info-keystrokes): Handle index entries.
5260
5261 2008-03-15  Glenn Morris  <rgm@gnu.org>
5262
5263         * parse-time.el (parse-time-string): Simplify.
5264
5265 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5266
5267         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5268         Incoming* files.
5269
5270 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5271
5272         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5273         (auth-source-pick): Use it.
5274
5275 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5276
5277         * binhex.el (binhex-decode-region-internal):
5278         * uudecode.el (uudecode-decode-region-internal):
5279         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5280         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5281         setting default-enable-multibyte-characters.
5282
5283 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5284
5285         * auth-source.el (auth-source-protocols)
5286         (auth-source-protocols-customize, auth-source-choices): Added and
5287         modified variable customizations and defaults.
5288         (auth-source-pick, auth-source-user-or-password)
5289         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5290         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5291         (auth-source-user-or-password-sftp)
5292         (auth-source-user-or-password-smtp): Use new variables and provide an
5293         interface to netrc.el.
5294
5295 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5298         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5299         Make sure the nntp port to specify is a string.
5300
5301 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5302
5303         * nntp.el: Use with-current-buffer.
5304         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5305         dubious mm-with-unibyte-current-buffer.
5306         (nntp-with-open-group-function): New function extracted from
5307         nntp-with-open-group macro.
5308         (nntp-with-open-group): Use the function, so it's easier to debug.
5309         Add indentation and debugging info.
5310         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5311         the use of the netcat alternatives.
5312
5313         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5314         Avoid mm-string-as-multibyte as well.
5315
5316         * nnweb.el (nnweb-insert-html):
5317         Remove use of nnheader-string-as-multibyte.
5318
5319         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5320         (nnheader-string-as-multibyte): Remove.
5321
5322         * mm-view.el: Use inhibit-read-only.
5323         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5324         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5325         or unibyte-string.
5326
5327         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5328         (mm-uu-yenc-extract): Use with-current-buffer.
5329
5330         * gnus-soup.el (gnus-soup-send-packet): Don't use
5331         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5332
5333         * nnmh.el: Use with-current-buffer.
5334         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5335         mm-string-as-multibyte on the output of mm-encode-coding-string.
5336
5337         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5338         (nnimap-request-move-article): Use with-current-buffer.
5339
5340         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5341         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5342         conversion uses string-make-unibyte rather than string-as-unibyte.
5343
5344         * gnus-msg.el: Use with-current-buffer.
5345
5346         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5347
5348 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5349
5350         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5351         string for caching if it is 'PIN.
5352
5353 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * lpath.el: Consider the case without Emacs/W3.
5356
5357 2008-03-08  Glenn Morris  <rgm@gnu.org>
5358
5359         * time-date.el (date-to-time, time-subtract, time-add)
5360         (safe-date-to-time): Doc fixes.
5361
5362 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5363
5364         * mail-source.el (mail-source-delete-old-incoming-confirm):
5365         Change default to nil.
5366         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5367
5368 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5369
5370         * lpath.el: Rearrange.
5371
5372         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5373         (gnus-article-goto-prev-page): Work for articles having ^L's.
5374
5375         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5376
5377         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5378
5379 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5380
5381         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5382         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5383         (gnus-bookmark-jump): Adjust some variable names.
5384
5385 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5386
5387         * auth-source.el: New package.
5388         (auth-source-choices): Add customization entry point variable.
5389
5390         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5391         bug.
5392
5393 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5394
5395         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5396         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5397         (gnus-registry-install-shortcuts): Rename from
5398         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5399         the `gnus-registry-mark-map' keymap dynamically from
5400         `gnus-registry-marks'.  The generated functions update the summary line
5401         when a registry mark is added or deleted, and will call
5402         `gnus-registry-install-p' (see the comments in the code).
5403         (gnus-registry-user-format-function-M): Use concat intelligently.
5404
5405         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5406         the registry mark functions.
5407
5408 2008-03-05  Glenn Morris  <rgm@gnu.org>
5409
5410         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5411         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5412         gnus-art.
5413         (top-level): No need to load own source when compiling.
5414
5415 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5416
5417         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5418         Suggested by <chris.anderton@zetnet.co.uk>.
5419
5420 2008-03-04  Glenn Morris  <rgm@gnu.org>
5421
5422         * gnus-sum.el (top-level): No need to require gnus when compiling,
5423         since unconditionally required near start of file.
5424         (gnus-summary-display-while-building): Move definition before use.
5425
5426 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5427
5428         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5429         formatting function.
5430
5431 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5432
5433         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5434         with plists.
5435         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5436         Use new format.
5437
5438 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5441         `where-is-internal' that returns a range of key sequences.
5442
5443 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5444
5445         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5446
5447         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5448         (gnus-summary-jump-to-group): Consider windows on other displayed
5449         frames as well.  Similar changes might be needed elsewhere, but that's
5450         the one I've bumped into during my use.
5451
5452         * nndoc.el (nndoc-oe-dbx-type-p):
5453         * gnus-msg.el (gnus-debug):
5454         * gnus-group.el (gnus-update-group-mark-positions):
5455         Use mm-string-to-multibyte.
5456
5457 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5458
5459         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5460         doesn't handle NotDashEscaped.
5461
5462         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5463         (mml-dnd-attach-options): Fix typo in custom choice.
5464
5465         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5466         nndoc-article-type to mbox.
5467         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5468
5469         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5470         to nil, instead of html2text.
5471
5472         * imap.el (imap-debug): Add `imap-ping-server'.
5473
5474         * gnus-bookmark.el: Add FIXMEs.
5475
5476         * message.el (message-form-letter-separator)
5477         (message-send-form-letter-delay): New variables.
5478         (message-send-form-letter): Use them.  New command to send form
5479         letters.  Requested by Uwe Siart.
5480         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5481
5482 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5483
5484         * Update copyright years.
5485
5486 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5487
5488         Sync from EMACS_22_BASE.
5489
5490         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5491
5492 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5493
5494         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5495         empty author.
5496
5497 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * gnus-registry.el (gnus-registry-marks): Add variable for
5500         customization of marks and their appearance.
5501         (gnus-registry-read-mark): Use it.
5502         (gnus-registry-do-marks): Add utility function to loop through
5503         `gnus-registry-marks'.
5504         (gnus-registry-install-shortcuts-and-menus): Add function to install
5505         shortcuts and menus.
5506         (gnus-registry-initialize): Use it.
5507         (gnus-registry-default-mark): Clarify documentation.
5508
5509 2008-02-29  Glenn Morris  <rgm@gnu.org>
5510
5511         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5512         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5513         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5514         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5515         Change defcustom :version from 23.0 to 23.1.
5516
5517 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5518
5519         * gnus-registry.el (gnus-registry-follow-group-p)
5520         (gnus-registry-post-process-groups): Add functions to aid registry
5521         splitting and improve logging.  Clarify behavior in function
5522         documentation.
5523         (gnus-registry-split-fancy-with-parent): Use them.
5524
5525 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5526
5527         * gnus-art.el: Use with-current-buffer.
5528
5529 2008-02-27  David Engster  <dengste@eml.cc>
5530
5531         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5532         Express real group name in the response.
5533
5534 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5537         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5538         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5539         autoload gnus-registry-fetch-group when compiling.
5540         (nnmairix-request-group-with-article-number-correction): Remove
5541         unreferenced argument passed to nnmairix-call-backend.
5542
5543 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5546         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5547         Wilde.
5548
5549 2008-02-27  Glenn Morris  <rgm@gnu.org>
5550
5551         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5552         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5553         variables to defconsts.  Convert comments to doc-strings.
5554         (nnmairix-last-server, nnmairix-current-server): Convert from free
5555         variables to defvars.  Convert comments to doc-strings.
5556         (gnus-registry-fetch-group): Autoload.
5557         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5558         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5559         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5560         caddr.
5561         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5562         nnmairix-request-group-with-article-number-correction call.
5563         (nnmairix-fast, nnmairix-group): New, less general names, for free
5564         variables passed from nnmairix-request-group to
5565         nnmairix-request-group-with-article-number-correction.  Declare.
5566         (nnmairix-request-group-with-article-number-correction):
5567         Use nnmairix-fast, nnmairix-group rather than fast, group.
5568
5569 2008-02-26  David Engster  <dengste@eml.cc>
5570
5571         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5572         version 0.5.
5573
5574 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5575
5576         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5577         instead of making an extra function call.  Don't add the current group
5578         to articles only when they have the group.  Use
5579         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5580         Reported by David <de_bb@arcor.de>.
5581
5582 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5583
5584         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5585         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5586
5587 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * mail-source.el (mail-source-delete-incoming): Change default.
5590         Supplement doc string.
5591
5592         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5593
5594 2008-02-14  Glenn Morris  <rgm@gnu.org>
5595
5596         * time-date.el (format-seconds): New function.
5597
5598 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * nnmail.el (nnmail-message-id-cache-file): Derive from
5601         `gnus-home-directory'.
5602
5603 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5604
5605         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5606         Document negative prefix.
5607
5608         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5609
5610 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5611
5612         * message.el (message-unsent-separator): Add the Exim bounce
5613         separator.
5614
5615 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5616
5617         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5618         list.
5619         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5620         recipient/signer list.
5621
5622 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * Makefile.in (datarootdir): Define.
5625         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5626         name that might contain whitespace.
5627
5628 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5629
5630         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5631         fbound (Emacs 23 unicode), signal an error.
5632
5633 2008-02-08  Glenn Morris  <rgm@gnu.org>
5634
5635         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5636
5637 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5638
5639         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5640         ports to the calls to `netrc-machine-user-or-password' in addition to
5641         "imap" and "imaps".
5642
5643 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5644
5645         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5646
5647         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5648
5649 2008-02-01  Kenichi Handa  <handa@m17n.org>
5650
5651         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5652         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5653         (rfc2104-hash): Convert the result of concat to unibyte string.
5654
5655 2008-02-01  Dave Love  <fx@gnu.org>
5656
5657         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5658         coding-system-for-read.
5659         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5660
5661 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5662
5663         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5664         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5665         <hanche@math.ntnu.no>.
5666
5667 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5670
5671         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5672
5673 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5674
5675         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5676         * message.el (message-beginning-of-line): Use featurep instead of bound
5677         tests in order to resolve conditionals at compile time.
5678
5679 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5680
5681         * mail-source.el (mail-sources): Add `group' choice.
5682
5683         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5684         parameter `in-group' to control into which group the articles go.
5685         Add treatment of `group' mail-source.
5686
5687 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5690
5691         * mm-decode.el (mm-dissect-buffer): Decode description.
5692
5693         * mml.el (mml-to-mime): Encode message header first.
5694
5695 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5698         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5699
5700         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5701         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5702
5703 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5704
5705         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5706
5707 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5708
5709         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5710         prefix keys.
5711         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5712         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5713         gnus-xmas.el.
5714
5715         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5716         (gnus-xmas-article-describe-bindings): New function.
5717         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5718         gnus-xmas-article-describe-bindings.
5719
5720         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5721
5722 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5723
5724         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5725         Add new variables for article mark management.
5726         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5727         list of extra data entries which, when present, will indicate that the
5728         article ID should not be trimmed from the registry.
5729         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5730         functions.
5731         (gnus-registry-read-mark): New function to read a mark name from the
5732         user.
5733         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5734         (gnus-registry-set-article-mark-internal): New functions to add and
5735         remove marks.
5736         (gnus-registry-get-article-marks): New function to show the marks for
5737         an article, or retrieve them for further use.
5738
5739 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5740
5741         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5742         keys when no argument is given.
5743
5744 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5745
5746         * imap.el (imap-ping-server): New variable.
5747         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5748         (imap-ping-server): Minor doc string fixes.
5749
5750 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5751
5752         * imap.el (imap-ping-server): New function.
5753         (imap-opened): Call imap-ping-server.
5754
5755 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5756
5757         * gnus-sum.el (gnus-article-sort-by-random)
5758         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5759         jidanni@jidanni.org.
5760
5761 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5762
5763         * gnus-art.el (gnus-article-describe-bindings): New function.
5764         (gnus-article-read-summary-keys): Use it.
5765         (gnus-article-mode-map): Bind `C-h b' to it.
5766
5767 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5770         XEmacs.
5771         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5772         against non-character events.
5773
5774         * lpath.el: Fbind map-keymap for Emacs 21.
5775
5776 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5777
5778         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5779         command.
5780         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5781         instead of END.  Change name of the temp file.
5782         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5783         customizable.
5784
5785 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5788         bind `S W' to gnus-article-wide-reply-with-original; set default
5789         binding to gnus-article-read-summary-send-keys.
5790         (gnus-article-read-summary-keys): Fix the order of keys; display
5791         continuation keys correctly in the echo area; describe bindings
5792         correctly when keys end with `C-h'.
5793         (gnus-article-read-summary-send-keys): New function.
5794         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5795         for gnus-article-read-summary-send-keys; display continuation keys
5796         correctly in the echo area.
5797         (gnus-article-reply-with-original): Ignore prefix argument.
5798         (gnus-article-wide-reply-with-original): New function.
5799
5800         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5801         Emacs 21.
5802
5803 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5806         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5807
5808 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5811         (gnus-group-read-ephemeral-gmane-group): New command.
5812
5813 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5814
5815         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5816
5817 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5818
5819         * message.el (message-send-mail-function): Increase custom version.
5820
5821         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5822         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5823
5824 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5825
5826         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5827         for the cases where imap-authenticate is called with a nil buffer
5828         parameter.
5829
5830 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5833         html parts correctly; support forwarded messages.
5834         (gnus-article-browse-html-article): Remove work buffers.
5835
5836         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5837         compiling.
5838         (netrc-bound-and-true-p): New macro.
5839         (netrc-parse): Use it instead of bound-and-true-p that is not available
5840         in XEmacs 21.4.
5841
5842 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5843
5844         * gnus-registry.el (gnus-registry-mark-article)
5845         (gnus-registry-article-marks): Add functionality to mark articles
5846         through the Gnus registry.
5847
5848         * encrypt.el: Clarify documentation for the new pgg method.
5849         (encrypt-file-alist): Add PGG option.
5850         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5851         functionality.  Abstract password key and messaging to external
5852         functions.
5853         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5854         (encrypt-message-method-and-cipher): Add new convenience external
5855         functions.
5856         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5857         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5858
5859         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5860         (netrc-parse): Use encrypt-file-alist to determine if
5861         encrypt-find-model or encrypt-insert-file-contents should be used.
5862
5863         * encrypt.el: Clarify documentation.  Load password-cache or
5864         password, whichever one is found first, instead of autoloading.
5865
5866 2007-12-19  Glenn Morris  <rgm@gnu.org>
5867
5868         * mml.el (message-options-set, message-narrow-to-head)
5869         (message-in-body-p, message-mail-p, message-encode-message-body):
5870         Autoload.
5871         (message-remove-header, message-narrow-to-headers-or-head)
5872         (message-subscribed-p, message-make-mail-followup-to)
5873         (message-position-on-field, message-news-p)
5874         (message-options-set-recipient, message-generate-headers)
5875         (message-sort-headers): Declare as functions.
5876
5877 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5878
5879         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5880         convention in doc string.
5881
5882 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5883
5884         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5885         title to html parts.
5886         (gnus-article-browse-html-article): Pass message header to it.
5887
5888         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5889
5890 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5891
5892         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5893         or password compatible with XEmacs.
5894
5895 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5896
5897         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5898         format document.
5899         (gnus-mime-delete-part): Don't write description line if empty.
5900         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5901
5902 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5903
5904         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5905         (gnus-summary-mark-read-and-unread-as-read)
5906         (gnus-summary-mark-current-read-and-unread-as-read)
5907         (gnus-summary-mark-unread-as-ticked): Doc fix.
5908         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5909
5910 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5911
5912         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5913         Christoph Conrad <christoph.conrad@gmx.de>.
5914
5915 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5916
5917         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5918         yes-or-no-p.
5919
5920 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5921
5922         * mm-decode.el (mm-add-meta-html-tag): New function.
5923         (mm-save-part-to-file, mm-pipe-part): Use it.
5924
5925         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5926         gnus-y-or-n-p instead of y-or-n-p.
5927         (gnus-article-browse-html-parts): Work with message/external-body; use
5928         mm-add-meta-html-tag.
5929
5930 2007-12-11  Glenn Morris  <rgm@gnu.org>
5931
5932         * gnus-cache.el: Require gnus-sum not just when compiling.
5933
5934         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5935
5936         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5937         definitions before use.
5938
5939         * mm-decode.el: Require gnus-util.
5940         (mm-remove-part): Only call delete-annotation on XEmacs.
5941
5942         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5943
5944         * nnmail.el: Require gnus-int.
5945
5946         * spam.el: Move `require's before `eval-when-compile's.
5947
5948         * gnus-ems.el (gnus-alive-p):
5949         * gnus-fun.el (message-goto-eoh):
5950         * gnus-util.el (gnus-group-name-decode):
5951         * mail-source.el (gnus-compress-sequence):
5952         * message.el (Info-goto-node, format-spec):
5953         * mm-bodies.el (message-options-get):
5954         * mm-decode.el (mm-view-pkcs7):
5955         * mm-util.el (gmm-write-region):
5956         * mml-smime.el (mml-compute-boundary)
5957         (gnus-completing-read-with-default):
5958         * mml.el (widget-button-press, gnus-make-hashtable):
5959         * mml1991.el (mm-decode-content-transfer-encoding)
5960         (mm-encode-content-transfer-encoding)
5961         (message-options-get, message-options-set):
5962         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5963         * nnfolder.el (gnus-request-group):
5964         * nnheader.el (ietf-drums-unfold-fws):
5965         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5966         * smime.el (gnus-run-mode-hooks):
5967         * spam-stat.el (gnus-message): Autoload.
5968
5969         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5970         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5971         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5972         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5973         Add declare-function compatibility definition.
5974
5975         * gnus-cache.el (nnvirtual-find-group-art):
5976         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5977         (gnus-add-image, gnus-add-wash-type):
5978         * gnus-group.el (nnkiboze-score-file):
5979         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5980         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5981         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5982         (message-tokenize-header, gnus-get-buffer-create)
5983         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5984         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5985         * gnus.el (gnus-group-decoded-name):
5986         * mail-source.el (imap-capability):
5987         * mm-bodies.el (message-options-set):
5988         * mm-decode.el (gnus-configure-windows):
5989         * mm-extern.el (message-goto-body):
5990         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5991         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5992         (epg-sub-key-validity, message-options-set):
5993         * mml.el (widget-event-point, gnus-configure-windows):
5994         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5995         * mml2015.el (epg-check-configuration, epg-configuration)
5996         (message-options-set):
5997         * nndb.el (nndb-request-article):
5998         * nnfolder.el (gnus-request-create-group):
5999         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6000         * nnmaildir.el (gnus-group-mark-article-read):
6001         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6002         * rfc1843.el (message-fetch-field):
6003         * spam.el (gnus-extract-address-components):
6004         Declare as functions.
6005
6006 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6009
6010         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6011
6012         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6013         bind show-trailing-whitespace for XEmacs.
6014
6015 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6016
6017         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6018         new no-op macro for backward compatibility.
6019
6020         * imap.el (imap-string-to-integer): New function.
6021
6022 2007-12-09  Glenn Morris  <rgm@gnu.org>
6023
6024         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6025
6026         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6027         * message.el, mm-view.el, sieve-manage.el, smime.el:
6028         Add declare-function compatibility definition.
6029
6030         * gnus-art.el (w3-region, w3m-region, Info-menu):
6031         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6032         * gnus-sum.el (gnus-get-predicate):
6033         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6034         * message.el (mail-abbrev-in-expansion-header-p):
6035         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6036         (w3m-detect-meta-charset, w3m-region):
6037         * sieve-manage.el (password-read, password-cache-add)
6038         (password-cache-remove):
6039         * smime.el (password-read-and-add): Declare as functions.
6040
6041 2007-12-08  David Kastrup  <dak@gnu.org>
6042
6043         * gnus-sum.el (gnus-summary-simplify-subject-query):
6044         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6045         `message'.
6046
6047 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6048
6049         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6050         it to bind idna-program, installation-directory, defined-colors, and
6051         face-attribute for XEmacs of the version that compiles defcustom forms.
6052
6053 2007-12-07  Glenn Morris  <rgm@gnu.org>
6054
6055         * gnus-art.el (article-make-date-line): Revert previous change.
6056
6057 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6058
6059         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6060
6061 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6062
6063         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6064         Call gnus-add-to-range ranges only once with a prepared article-list.
6065
6066 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6067
6068         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6069         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6070         group names with backslashes.  Reported by Tassilo Horn
6071         <tassilo@member.fsf.org>.
6072
6073 2007-12-06  Deepak Goel  <deego3@gmail.com>
6074
6075         * gnus-art.el (article-make-date-line):
6076         * gnus-start.el (gnus-load):
6077         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6078
6079 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-art.el (gnus-use-idna)
6082         * gnus-start.el (gnus-site-init-file)
6083         * message.el (message-use-idna)
6084         * mm-uu.el (mm-uu-hide-markers)
6085         * smiley.el (smiley-style): Revert changes that suppress warnings.
6086
6087 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6090         specify charset to html source.  Reported by Christoph Conrad
6091         <christoph.conrad@gmx.de>.
6092
6093 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6094
6095         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6096         idna-program in order to suppress byte compile warning issued by XEmacs
6097         that came to byte compile the default value section of defcustom forms
6098         recently.
6099
6100         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6101         value of installation-directory.
6102
6103         * message.el (message-use-idna): Don't directly refer to the value of
6104         idna-program.
6105
6106         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6107
6108         * smiley.el (smiley-style): Don't directly call face-attribute.
6109
6110 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6111
6112         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6113
6114         * gnus-dired.el: Reduce Gnus dependencies.
6115         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6116         require.  Use autoloads instead.
6117         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6118         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6119         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6120         (gnus-dired-mode): Adjust doc string.
6121         (gnus-dired-mail-mode): New variable.
6122         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6123         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6124         (gnus-dired-mail-buffers): New function.  Return mail or message
6125         composition buffers.
6126         (gnus-dired-attach): Use it.
6127         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6128         NO-DECODE.
6129         (gnus-dired-print): Use `gnus-print-buffer' depending on
6130         `gnus-dired-mail-mode'.
6131
6132 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * rfc2047.el (rfc2047-encoded-word-regexp)
6135         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6136         explaining what regexp patterns are for.
6137
6138 2007-12-04  Glenn Morris  <rgm@gnu.org>
6139
6140         * password.el: Move to password-cache.el.
6141
6142         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6143         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6144         * mml-smime.el (password-read, password-cache-add)
6145         (password-cache-remove):
6146         No need to autoload, since mml-sec requires password.
6147
6148         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6149         * message.el (gnus-extract-address-components):
6150         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6151
6152         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6153         password.
6154
6155 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * mailcap.el: Reduce dependencies.
6158         (mail-header-parse-content-type): Autoload.
6159         (mailcap-delete-duplicates): New alias.
6160         (mailcap-mime-info): Add optional argument NO-DECODE.
6161         (mailcap-mime-types): Use mailcap-delete-duplicates.
6162
6163         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6164
6165 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6166
6167         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6168         (imap-parse-status): Upcase status-att for servers that sends them
6169         lower-case (e.g., MS Exchange 2007).
6170
6171 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6174         function.
6175
6176         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6177         (gnus-uu-yenc-article): New function.
6178
6179         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6180
6181         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6182         buffer.
6183
6184 2007-12-02  Glenn Morris  <rgm@gnu.org>
6185
6186         * binhex.el (binhex): New custom group.
6187         (binhex-decoder-program, binhex-decoder-switches)
6188         (binhex-use-external): Move to the binhex custom group.
6189
6190         * uudecode.el (uudecode): New custom group.
6191         (uudecode-decoder-program, uudecode-decoder-switches)
6192         (uudecode-use-external): Move to the uudecode custom group.
6193
6194         * netrc.el (top-level): Don't load `encrypt' features.
6195         (netrc-parse): Don't use encrypt.
6196         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6197
6198         * encrypt.el: Remove file.
6199
6200 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6201
6202         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6203         matches on patches.
6204
6205         * gnus-art.el (gnus-article-browse-html-article): Mention
6206         `mm-text-html-renderer' in the doc string.
6207
6208         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6209         string.  Add comments.
6210
6211         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6212         if rhs is ASCII.
6213
6214 2007-12-01  Glenn Morris  <rgm@gnu.org>
6215
6216         * mail-source.el (top-level): Require format-spec before
6217         eval-when-compile.
6218
6219 2007-11-30  Glenn Morris  <rgm@gnu.org>
6220
6221         * encrypt.el: Require password, rather than autoloading password-read.
6222
6223 2007-11-29  Glenn Morris  <rgm@gnu.org>
6224
6225         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6226         (sasl-make-client, sasl-next-step, sasl-step-data)
6227         (sasl-step-set-data): Declare as functions.
6228
6229 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6230
6231         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6232
6233 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6234
6235         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6236         certs should be verified and what is to be done in the event of a
6237         verification failure.
6238
6239         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6240         caller can indicate whether the cache should be disregarded for this
6241         call.  This way the result of the call is reproducible at all times and
6242         can be considered a canonical server name for the supplied method.
6243         (gnus-agent-method-p): Canonicalize server names by pushing their
6244         method through `gnus-method-to-server' using the no-cache argument.
6245
6246         * gnus-srvr.el (gnus-server-insert-server-line): Call
6247         `gnus-method-to-server' with `no-cache' argument.
6248
6249         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6250         gnus-agent-possibly-synchronize-flags as this should be called when the
6251         server is actually being opened.
6252         (gnus-agent-possibly-synchronize-flags)
6253         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6254         flags file of an agentized server to the latter function.
6255
6256         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6257         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6258         after a connection has been established successfully.
6259
6260 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6261
6262         * gnus-art.el (article-display-face): Force to display face if called
6263         interactively; check if gnus-article-x-face-too-ugly matches author.
6264         (article-display-x-face): Display face even if From header is missing
6265         as article-display-face does.
6266
6267 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6268
6269         * hashcash.el (message-narrow-to-headers-or-head)
6270         (message-fetch-field, message-goto-eoh)
6271         (message-narrow-to-headers): Declare as functions.
6272
6273 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * mail-source.el (mail-sources): Default to fetch from file for
6276         compatibility with default of nnmail-spool-file.
6277
6278 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6279
6280         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6281         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6282         to look for encoded word that should be encoded again.
6283         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6284         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6285         encoding pattern.
6286         (rfc2047-decode-region): Switch strict regexp and loose one according
6287         to rfc2047-allow-irregular-q-encoded-words.
6288
6289 2007-11-25  Romain Francoise  <romain@orebokech.com>
6290
6291         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6292
6293 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6294
6295         * tls.el (tls-program): Provide more custom choices from
6296         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6297         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6298
6299 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6300
6301         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6302         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6303
6304         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6305         `nnmail-spool-file'.
6306
6307         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6308         `nnmail-spool-file'.
6309
6310         * gnus-move.el (gnus-change-server): Ditto.
6311
6312         * gnus-kill.el (gnus-batch-score): Ditto.
6313
6314         * gnus-cache.el (gnus-jog-cache): Ditto.
6315
6316         * gnus-msg.el (gnus-summary-reply):
6317         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6318
6319 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6320
6321         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6322         version.  Minor improvement to doc strings.
6323         (tls-program): Add comment.
6324
6325 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6326
6327         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6328         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6329         mismatch between the hostname provided in the certificate and the name
6330         of the host connnecting to.
6331         (open-tls-stream): Use them.  Check certificates against trusted root
6332         certificates.
6333
6334 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6335
6336         * gnus-cache.el (gnus-cache-generate-nov-databases):
6337         Use nnml-generate-nov-databases-directory instead of
6338         nnml-generate-nov-databases-1.
6339
6340 2007-11-24  Glenn Morris  <rgm@gnu.org>
6341
6342         * message.el (message-tool-bar-retro): Update for rename
6343         mail_send.xpm->mail-send.xpm.
6344
6345 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6348         `smime-ldap-search' for Emacs 22 and up.
6349
6350 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6351
6352         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6353
6354         * message.el (message-send-mail-function): Fix error convention.
6355         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6356         (message-widen-reply, message-send-mail, message-talkative-question)
6357         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6358         (message-clone-locals, message-send-news): Use with-current-buffer.
6359         (message-insert-or-toggle-importance): Remove unused var `valid'.
6360         (message-make-references): Remove unused var `new-references'.
6361         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6362
6363 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6364
6365         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6366         (spam-split-symbolic-return-positive): Reflow docstring.
6367         (spam-backends, spam-summary-exit-behavior)
6368         (spam-mark-ham-unread-before-move-from-spam-group)
6369         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6370         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6371         (spam-clear-cache, spam-backend-check, spam-install-backend)
6372         (spam-install-statistical-backend, spam-list-of-processors)
6373         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6374         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6375         (spam-check-crm114, spam-initialize, spam-unload-hook):
6376         Fix typos in docstrings.
6377
6378 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6381         been checked if they have never been read and those group levels are
6382         higher than the one that a user specified.
6383
6384 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6387         foreign groups unless a group level is specified by a user.
6388         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6389
6390 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6391
6392         * message.el (message-send-mail-function): Require sendmail.
6393
6394 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6395
6396         * message.el (message-send-mail-function): Check for smtpmail too.
6397
6398         * utf7.el (utf7-encode, utf7-decode): Use coding system
6399         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6400
6401         * message.el (message-send-mail-function): New function.
6402         (message-send-mail-function): Set default using
6403         message-send-mail-function.  Adjust doc string.
6404         (message-send-mail-with-mailclient): New function.
6405
6406 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6407
6408         * smime.el (from):
6409         * rfc2047.el (message-posting-charset):
6410         * qp.el (mm-use-ultra-safe-encoding):
6411         * pop3.el (parse-time-months):
6412         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6413         * nnml.el (files):
6414         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6415         (jka-compr-compression-info-list, ange-ftp-path-format)
6416         (efs-path-regexp):
6417         * nndiary.el (files):
6418         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6419         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6420         (epg-digest-algorithm-alist, inhibit-redisplay)
6421         (password-cache-expiry):
6422         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6423         (pgg-output-buffer, password-cache-expiry):
6424         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6425         (efs-path-regexp):
6426         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6427         (inhibit-redisplay):
6428         * mm-uu.el (file-name, start-point, end-point, entry)
6429         (gnus-newsgroup-name, gnus-newsgroup-charset):
6430         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6431         (latin-unity-ucs-list):
6432         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6433         (mm-uu-binhex-decode-function):
6434         * message.el (gnus-message-group-art, gnus-list-identifiers)
6435         (rmail-enable-mime-composing, gnus-local-organization)
6436         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6437         (gnus-read-active-file, facemenu-add-face-function)
6438         (facemenu-remove-face-function, gnus-article-decoded-p)
6439         (tool-bar-mode):
6440         * mail-source.el (display-time-mail-function):
6441         * gnus-util.el (nnmail-pathname-coding-system)
6442         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6443         (gnus-original-article-buffer, gnus-user-agent)
6444         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6445         (xemacs-codename, sxemacs-codename, emacs-program-version):
6446         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6447         * gnus-start.el (gnus-agent-covered-methods)
6448         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6449         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6450         (gnus-newsgroup-headers, gnus-group-list-mode)
6451         (gnus-group-mark-positions, gnus-newsgroup-data)
6452         (gnus-newsgroup-unreads, nnoo-state-alist)
6453         (gnus-current-select-method, mail-sources)
6454         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6455         (nnmail-spool-file, gnus-cache-active-hashtb):
6456         * gnus-mh.el (mh-lib-progs):
6457         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6458         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6459         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6460         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6461         (gnus-group-buffer):
6462         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6463         (font-lock-set-defaults):
6464         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6465         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6466         (gnus-summary-post-menu, total-parts, type, condition, length):
6467         * gnus-agent.el (gnus-agent-read-agentview):
6468         * flow-fill.el (show-trailing-whitespace):
6469         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6470         eval-and-compile wrappers for byte compiler pacifiers.
6471
6472         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6473         (mm-display-inline-fontify): Check for featurep 'xemacs not
6474         extent-list.
6475
6476         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6477         itimer-list.
6478         (mm-create-image-xemacs): Only do something for XEmacs.
6479         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6480
6481         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6482
6483         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6484         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6485
6486 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6487
6488         * nnimap.el (nnimap-split-download-body):
6489         * gnus-demon.el (gnus-demon):
6490         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6491
6492 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6495         macros.
6496         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6497         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6498         copy data from unibyte buffer to multibyte current buffer.
6499         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6500         to copy data from unibyte current buffer to multibyte buffer.
6501         (nntp-make-process-buffer): Make process buffer unibyte.
6502
6503         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6504
6505 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6506
6507         * pop3.el (pop3-open-server): Accept and process data more robustly at
6508         connexion start to avoid spurious "POP SSL connexion failed" errors.
6509
6510 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6513         read group names.
6514
6515 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6516
6517         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6518
6519 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6522         (nnmail-save-active): Use a unibyte buffer when saving active file,
6523         which may contain non-ASCII group names.
6524
6525         * nnml.el (nnml-request-group): Decode group names in messages.
6526
6527 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6528
6529         * message.el (message-citation-line-function)
6530         (message-insert-formatted-citation-line): Fix spelling of
6531         `message-insert-formated-citation-line'.
6532
6533 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6536
6537 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6540         nnmail-pathname-coding-system.
6541
6542         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6543         that a user enters; decode group names in messages.
6544
6545         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6546
6547 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6548
6549         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6550
6551         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6552
6553         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6554         risky local variable.
6555
6556         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6557
6558 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6559
6560         * encrypt.el: Improve documentation to fix function name typo.
6561         Reported by Daiki Ueno <ueno@unixuser.org>.
6562
6563 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6566         even if the point is not in the last page of an article.
6567         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6568         back to the previous page.
6569
6570 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6571
6572         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6573
6574 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6577
6578 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6579
6580         * message.el (message-check-news-body-syntax): Avoid
6581         mm-string-as-multibyte.
6582         (message-hide-headers): Don't assume (point-min)==1.
6583
6584 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6585
6586         * message.el (message-remove-blank-cited-lines): Fix if remove is
6587         given.
6588         (message-bogus-address-regexp): New variable.
6589         (message-bogus-recipient-p): New function.
6590         (message-check-recipients): New command.
6591         (message-syntax-checks): Add `bogus-recipient'.
6592         (message-fix-before-sending): Add `bogus-recipient'.
6593
6594         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6595         (gnus-treat-body-boundary): Don't test window-system.
6596
6597 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6598
6599         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6600
6601 2007-10-28  Miles Bader  <miles@gnu.org>
6602
6603         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6604         at compile-time too.
6605
6606 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6607
6608         * gnus-msg.el (gnus-message-setup-hook): Add
6609         `message-remove-blank-cited-lines' to options.
6610
6611 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * message.el (message-remove-blank-cited-lines): New function.
6614         Suggested by Karl Plästerer.
6615
6616 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6617
6618         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6619         mapc.
6620
6621         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6622         (top-level): Use mapc to set functions to be traced for debugging.
6623
6624         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6625         called for effect with while loop.
6626
6627         * message.el (message-talkative-question): Replace mapcar called for
6628         effect with mapc.
6629
6630         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6631         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6632         called for effect with dolist.
6633
6634         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6635
6636         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6637         gnus-extra-headers and nnmail-extra-headers.
6638
6639         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6640         called for effect with dolist.
6641         (top-level): Use mapc to set functions to be traced for debugging.
6642
6643         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6644         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6645         dolist.
6646
6647         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6648         Replace mapcar called for effect with mapc.
6649         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6650         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6651         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6652         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6653
6654         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6655         remove-if that's a cl function.
6656
6657         * webmail.el (webmail-debug): Replace mapcar called for effect with
6658         dolist.
6659
6660         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6661         with mapc.
6662
6663 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6666         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6667         with while loop.
6668
6669         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6670         functions from article-* functions.
6671         (gnus-multi-decode-header): Replace mapcar called for effect with
6672         dolist.
6673
6674         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6675         (gnus-bookmark-show-details): Replace mapcar called for effect with
6676         while loop.
6677
6678         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6679         called for effect with while loop.
6680
6681         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6682         with dolist.
6683
6684         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6685         mapcar called for effect with dolist.
6686
6687         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6688
6689         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6690         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6691         Replace mapcar called for effect with dolist.
6692         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6693         mapc.
6694
6695         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6696         Replace mapcar called for effect with dolist.
6697         (gnus-topic-list): Replace mapcar called for effect with mapc.
6698
6699         * gnus.el: Use mapc instead of mapcar to add autoloads.
6700
6701 2007-10-23  Richard Stallman  <rms@gnu.org>
6702
6703         * gnus-group.el (gnus-group-highlight): Mark as risky.
6704
6705 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * gnus.el (gnus-server-to-method): Return method found first in
6708         gnus-newsrc-alist.
6709
6710         * gnus-art.el (gnus-article-highlight-signature)
6711         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6712         button overlay without the front stickiness.
6713
6714 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6715
6716         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6717         overview buffer needed a catch to receive its throw.
6718         (gnus-agent-flush-cache): Declared as interactive to make this function
6719         easier to use.
6720
6721 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6722
6723         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6724         `next-line'.
6725
6726 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6729         exclude address matching message-dont-reply-to-names.
6730
6731 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * gnus-util.el (gnus-string<): New function.
6734
6735         * gnus-sum.el (gnus-article-sort-by-author)
6736         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6737
6738 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6741         the frame-focus tag is set in gnus-buffer-configuration.
6742
6743 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6746         the front stickiness.
6747
6748 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6751         url pattern; remove duplicate one.
6752         (gnus-article-extend-url-button): New function.
6753         (gnus-article-add-buttons): Use it.
6754         (gnus-button-push): Use concatenated url that it makes.
6755
6756 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6757
6758         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6759
6760 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6761
6762         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6763         Don't hardcode point-min==1.
6764
6765 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6766
6767         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6768         Fix comment about "iso8859-1".
6769
6770 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6771
6772         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6773         ones returned from the verify-function.
6774
6775         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6776         mml2015-extract-cleartext-signature if extraction failed.
6777
6778 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6779
6780         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6781         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6782         failed.
6783
6784 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6787
6788 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6791         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6792         recommends to use EasyPG instead of PGG.
6793
6794         * pgg.el: Revert to revision 6.23.2.16.
6795
6796         * pgg-def.el: Revert to revision 6.6.2.14.
6797
6798         * pgg-gpg.el: Revert to revision 6.23.2.34.
6799
6800 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6801
6802         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6803         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6804         thread for both the null and zero (kill/expire thread) universal prefix
6805         cases.
6806         (gnus-summary-expire-thread): Add new function to expire a thread,
6807         using gnus-summary-kill-thread.
6808         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6809         shortcuts for gnus-summary-expire-thread.
6810         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6811         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6812
6813 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6814
6815         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6816         extras value, so an extras entry can be deleted.
6817         (gnus-registry-delete-extra-entry): Use it.
6818         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6819         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6820         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6821         storage through the gnus-registry, and provide an appropriate API for
6822         it.
6823
6824 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6827         Suggested by Leo <sdl.web@gmail.com>.
6828
6829         * gnus.el: Do.
6830
6831 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6834         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6835
6836         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6837
6838         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6839         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6840
6841 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6844         newline.
6845         (nnmbox-request-accept-article): Don't change article in source buffer;
6846         narrow to header to use message-fetch-field rather than
6847         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6848         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6849         as delimiters; make sure article ends with newline.
6850         (nnmbox-delete-mail): Correct last position of article to be deleted;
6851         ignore X-Gnus-Newsgroup header in article body.
6852         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6853         positions; make sure article ends with newline.
6854
6855         * message.el (message-display-abbrev): Don't infloop when a user
6856         inserts SPC in the beginning of header.
6857
6858         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6859         coding-system-for-read and coding-system-for-write for XEmacs having no
6860         file-coding feature.
6861
6862         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6863
6864 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6865
6866         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6867         list of groups not followed by default.  Fix type to be regexp.
6868         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6869
6870 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6871
6872         * hmac-def.el (define-hmac-function): Switch from old-style to
6873         new-style backquotes.
6874
6875         * md4.el (md4-make-step): Likewise.
6876
6877 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6880         raw-text coding system when saving .newsrc file, which may contain
6881         non-ASCII group names.
6882
6883 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6884
6885         * gnus-cus.el (gnus-score-extra): New widget.
6886         (gnus-score-extra-convert): New function.
6887         (gnus-score-customize): Use it for Extra.
6888
6889 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6890
6891         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6892         (mml2015-mailcrypt-clear-verify): Use it.
6893         (mml2015-gpg-clear-verify): Use it.
6894         (mml2015-pgg-clear-verify): Use it.
6895         (mml2015-epg-clear-verify): Replace the current part with the output
6896         from GnuPG; don't extract the plaintext by itself.
6897
6898         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6899         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6900         mml2015-clear-verify-function; don't touch the armor headers or
6901         dash-escaped text here.
6902
6903 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6906         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6907         parts, or application/octet-stream as a last resort.
6908         (gnus-mime-view-part-as-type): Don't toggle display.
6909         (gnus-mime-view-part-as-charset): Don't turn off display before
6910         querying charset.
6911
6912         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6913         stuff to undisplayer function in Emacs.
6914         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6915
6916         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6917         text/calendar parts.
6918
6919 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6922         decoding text/calendar parts.
6923
6924         * message.el (message-forward-make-body-mime): Always mark body as
6925         having no illegible text; remove signed-or-encrypted argument.
6926         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6927
6928         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6929         (mml-generate-mime-1): Don't encode body if it is specified to be in
6930         raw form; don't make buffer be unibyte when inserting multibyte string.
6931
6932 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6933
6934         * sha1.el: Fix up comment style.
6935         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6936         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6937
6938         * hex-util.el: Fix up comment style.
6939         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6940
6941         * gnus-salt.el: Use with-current-buffer.
6942         (gnus-pick-setup-message): Fix long-standing typo.
6943
6944 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * imap.el (imap-logout-timeout): New variable.
6947         (imap-logout, imap-logout-wait): New functions.
6948         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6949
6950         * nnimap.el (nnimap-logout-timeout): New server variable.
6951         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6952         nnimap-logout-timeout.
6953
6954         * gnus-art.el (gnus-article-summary-command-nosave)
6955         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6956
6957 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus.el (gnus-maximum-newsgroup): New variable.
6960
6961         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6962         according to gnus-maximum-newsgroup.
6963
6964         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6965         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6966         Limit the range of articles according to gnus-maximum-newsgroup.
6967
6968 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6969
6970         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6971         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6972         Don't perform gnus-configure-windows here; reuse existing sticky
6973         article buffer.
6974
6975         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6976         it doesn't exist in gnus-article-mode.
6977
6978 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6981         (gnus-agent-decoded-group-name): New function.
6982         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6983         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6984
6985 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6986
6987         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6988         Add binding for gnus-sticky-article.
6989         (gnus-summary-exit): Don't kill sticky article buffers.
6990
6991         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6992         article buffer.
6993         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6994         (gnus-kill-sticky-article-buffers): New commands.
6995
6996 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * nntp.el (nntp-xref-number-is-evil): New server variable.
6999         (nntp-find-group-and-number): If it is non-nil, don't trust article
7000         numbers in the Xref header.
7001
7002 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7003
7004         * gnus-agent.el (gnus-agent-read-group): New function.
7005         (gnus-agent-flush-group, gnus-agent-expire-group)
7006         (gnus-agent-regenerate-group): Use it.
7007         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7008         nnmail-pathname-coding-system.
7009
7010 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7011
7012         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7013
7014         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7015         that are unread as unread, and also as selected so that information of
7016         marks having been changed by a user may be updated when exiting group.
7017
7018 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7021         calculated ignoring signature parts to gnus-treat-article.
7022
7023 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7026         a point here in order to keep the window start.
7027         (gnus-insert-mime-security-button): Make a button overlay without the
7028         front stickiness.
7029         (gnus-mime-display-security): Goto the end of a button.
7030
7031         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7032
7033 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7034
7035         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7036         group-name-at-point.
7037         (gnus-group-completing-read): New function that offers decoded
7038         non-ASCII group names for completion.
7039         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7040         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7041         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7042         (gnus-group-fetch-control): Use it.
7043         (gnus-fetch-group): Use group-name-at-point for the initial value
7044         rather than the default value; use gnus-alive-p.
7045
7046         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7047         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7048         (gnus-summary-post-news): Use gnus-group-completing-read.
7049
7050         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7051         (gnus-read-move-group-name): Decode group name for completion.
7052
7053 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7054
7055         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7056         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7057         Yamaoka slightly modified the code).
7058
7059 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7062         (nnmail-split-incoming): Bind it.
7063
7064         * nnml.el (nnml-group-name-charset): New function.
7065         (nnml-decoded-group-name): Use it; don't decode group name if
7066         nnmail-group-names-not-encoded-p is non-nil.
7067         (nnml-encoded-group-name): New function.
7068         (nnml-group-pathname): Inline nnml-decoded-group-name.
7069         (nnml-request-expire-articles): Decode group name in message.
7070         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7071         nnmail-pathname-coding-system.
7072         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7073         not decoded ones according to nnmail-group-names-not-encoded-p.
7074         (nnml-generate-active-info): Use nnml-encoded-group-name.
7075
7076 2007-08-08  Glenn Morris  <rgm@gnu.org>
7077
7078         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7079         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7080         doc-strings and comments.
7081
7082 2007-07-25  Glenn Morris  <rgm@gnu.org>
7083
7084         * Relicense all FSF files to GPLv3 or later.
7085
7086 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7087
7088         * gnus-sum.el (gnus-summary-move-article): Make
7089         gnus-summary-respool-article work.
7090
7091 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7092
7093         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7094         string.
7095
7096 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7097
7098         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7099         that should be ignored when comparing distant RSS articles with local
7100         ones.
7101         (nnrss-make-hash-index): New function.  Create a hash index according
7102         to the ignored fields.
7103         (nnrss-check-group): Use it.
7104
7105 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7106
7107         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7108
7109         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7110
7111         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7112         the new optional argument ENCODED is non-nil.
7113         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7114         coding system for encoding group name.
7115         (gnus-group-make-rss-group): Pass un-encoded group name to
7116         gnus-group-make-group.
7117         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7118         encoded.
7119
7120         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7121         Encode group name to which articles are moved or copied.
7122         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7123         coding system for encoding Newsgroup, Followup-To and Xref headers.
7124
7125         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7126         marks; use nnheader-file-coding-system to write a file.
7127         (nnagent-retrieve-headers): Bind file-name-coding-system to
7128         nnmail-pathname-coding-system.
7129
7130         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7131
7132         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7133         (nnml-request-article, nnml-request-create-group)
7134         (nnml-request-rename-group, nnml-find-id)
7135         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7136         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7137         (nnml-save-marks): Use nnml-group-pathname instead of
7138         nnmail-group-pathname.
7139
7140         (nnml-request-create-group, nnml-request-expire-articles)
7141         (nnml-request-move-article, nnml-request-delete-group)
7142         (nnml-deletable-article-p, nnml-possibly-create-directory)
7143         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7144         (nnml-open-marks): Bind file-name-coding-system to
7145         nnmail-pathname-coding-system.
7146
7147         (nnml-request-article): Pass server argument to nnml-find-group-number.
7148         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7149         server argument to nnml-possibly-create-directory.
7150         (nnml-request-accept-article): Pass server argument to
7151         nnml-active-number and nnml-save-mail.
7152         (nnml-find-group-number): Pass server argument to nnml-find-id.
7153         (nnml-request-update-info): Pass server argument to
7154         nnml-marks-changed-p.
7155
7156         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7157         (nnml-save-mail, nnml-active-number): Add server argument.
7158
7159         (nnml-request-delete-group): Warn if group is missing.
7160         (nnml-get-nov-buffer): Decode group name.
7161         (nnml-generate-active-info): Encode group name.
7162         (nnml-open-marks): Decode group name in messages.
7163
7164 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7167         if it is not specified.
7168         (gnus-article-pipe-part, gnus-article-save-part)
7169         (gnus-article-interactively-view-part, gnus-article-copy-part)
7170         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7171         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7172         (gnus-article-replace-part, gnus-article-delete-part)
7173         (gnus-article-view-part-as-type): Pass raw prefix argument to
7174         gnus-article-part-wrapper.
7175
7176 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * gnus-agent.el (gnus-agent-save-active): Bind
7179         nnheader-file-coding-system to gnus-agent-file-coding-system.
7180
7181         * gnus-cache.el (gnus-cache-save-buffers)
7182         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7183         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7184         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7185         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7186         (gnus-cache-generate-active, gnus-cache-rename-group)
7187         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7188         (gnus-cache-update-overview-total-fetched-for): Bind
7189         file-name-coding-system to nnmail-pathname-coding-system.
7190         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7191         variables.
7192         (gnus-cache-decoded-group-name): New function.
7193         (gnus-cache-file-name): Use it.
7194         (gnus-cache-generate-active): Use non-decoded group name for active.
7195
7196         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7197         right place.
7198         (gnus-write-active-file): Don't break non-ASCII group names.
7199
7200         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7201         nnmail-pathname-coding-system.
7202
7203         * lpath.el: Bind default-file-name-coding-system,
7204         file-name-coding-system and language-info-alist for XEmacs.
7205
7206         * gnus-uu.el (gnus-uu-decode-save): Typo.
7207
7208 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7211
7212 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7213
7214         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7215         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7216         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7217         (gnus-agent-flush-group, gnus-agent-flush-cache)
7218         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7219         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7220         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7221         (gnus-agent-regenerate-group)
7222         (gnus-agent-update-files-total-fetched-for)
7223         (gnus-agent-update-view-total-fetched-for): Bind
7224         file-name-coding-system to nnmail-pathname-coding-system.
7225         (gnus-agent-group-pathname): Don't encode file names by
7226         nnmail-pathname-coding-system.
7227         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7228         coding-system-for-write instead of buffer-file-coding-system to
7229         gnus-agent-file-coding-system.
7230
7231         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7232         Decode group name.
7233
7234         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7235
7236         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7237         (gnus-read-newsrc-el-file): Make group names unibyte.
7238
7239         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7240         nnmail-pathname-coding-system.
7241
7242         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7243         (nnrss-request-delete-group): Bind file-name-coding-system to
7244         nnmail-pathname-coding-system.
7245         (nnrss-read-server-data, nnrss-read-group-data): Bind
7246         file-name-coding-system correctly.
7247         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7248
7249         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7250         (nntp-server-to-method-cache): New variable.
7251         (nntp-group-pathname): New function that decodes non-ASCII group names.
7252         (nntp-possibly-create-directory, nntp-marks-changed-p)
7253         (nntp-save-marks, nntp-open-marks): Use it.
7254         (nntp-possibly-create-directory, nntp-open-marks):
7255         Bind file-name-coding-system to nnmail-pathname-coding-system.
7256         (nntp-open-marks): Decode group names when bootstrapping marks.
7257
7258         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7259         Newsgroups and Folowup-To headers.
7260
7261 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7264         (gnus-server-closed-face, gnus-server-denied-face)
7265         (gnus-server-offline-face): Remove variable.
7266         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7267
7268         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7269         of modifying message-stack directly for XEmacs.
7270
7271         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7272         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7273         if the coding-system argument is nil for XEmacs.
7274
7275         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7276         mm-charset-override-alist.
7277
7278         * rfc2047.el: Don't require base64; require rfc2045 for the function
7279         rfc2045-encode-string.
7280         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7281         to quote the parameter value.
7282
7283 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7286         form in gnus-group-name-charset-method-alist.
7287
7288         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7289         overrides the default layout edit-form.
7290
7291         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7292
7293         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7294
7295 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7298         as unfetched articles.
7299
7300 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7301
7302         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7303
7304 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7307         original back end that keeps marks in the local system.
7308
7309 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7310
7311         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7312         arg of pop-to-buffer for XEmacs.
7313         (gnus-article-read-summary-keys): Ditto; don't restore window
7314         configuration if summary command ends up with neither article buffer
7315         nor summary buffer; describe bindings if summary keys end with C-h.
7316
7317 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * message.el (message-fix-before-sending): Skip raw message part to be
7320         forwarded while checking illegible text.
7321         (message-forward-make-body-mime, message-forward-make-body): Mark
7322         signed or encrypted raw message as having no illegible text.
7323
7324 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7327         (gnus-message-with-timestamp-1): New macro.
7328         (gnus-message-with-timestamp): New function.
7329         (gnus-message): Use them.
7330
7331         * nnheader.el (nnheader-message): Use them.
7332
7333 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7336         .newsrc.eld file.
7337
7338 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * gnus-agent.el (gnus-agent-fetch-headers)
7341         (gnus-agent-retrieve-headers): Bind
7342         gnus-decode-encoded-address-function to identity.
7343
7344         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7345         available also when the server returns simply a dot.
7346
7347         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7348
7349 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7352
7353 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * gnus-ems.el (gnus-x-splash): Make it work.
7356
7357         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7358         from being used.
7359
7360         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7361
7362 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7365         4th and the 5th arguments.
7366
7367         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7368         the front stickiness.
7369         (gnus-article-summary-command-nosave): Correct the order of the
7370         arguments passed to pop-to-buffer.
7371         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7372         summary command ends up with the article buffer.
7373
7374         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7375         the same faces.
7376
7377 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7378
7379         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7380
7381 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7382
7383         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7384         * gnus-sum.el (gnus-summary-highlight):
7385         * pgg.el (pgg-sign-region, pgg-sign):
7386         * mail-source.el (mail-source-delete-old-incoming-confirm):
7387         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7388
7389 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-art.el (gnus-mime-view-part-externally)
7392         (gnus-mime-view-part-internally): Fix predicate function passed to
7393         completing-read.
7394
7395         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7396
7397         * gnus.el (gnus-update-message-archive-method): Add :version.
7398
7399 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus.el (gnus-update-message-archive-method): New variable.
7402
7403         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7404         according to gnus-message-archive-method if
7405         gnus-update-message-archive-method is non-nil.
7406
7407 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7410         by Loic Dachary <loic@dachary.org>.
7411         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7412
7413 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * message.el (message-pop-to-buffer): Add switch-function argument.
7416         (message-mail): Pass switch-function argument to it.
7417
7418 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7421         Improve doc string.
7422
7423 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7426         (gnus-header-content)
7427         * gnus-cite.el (gnus-cite-10)
7428         * gnus-srvr.el (gnus-server-closed)
7429         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7430         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7431         (gnus-group-mail-3-empty, gnus-group-mail-low)
7432         (gnus-group-mail-low-empty, gnus-splash)
7433         * message.el (message-header-to, message-header-cc)
7434         (message-header-subject, message-header-other, message-header-name)
7435         (message-header-xheader, message-separator, message-cited-text)
7436         (message-mml): Lighten colors of faces used for dark background.
7437
7438 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7439
7440         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7441         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7442
7443 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * message.el (message-narrow-to-headers-or-head):
7446         Ignore mail-header-separator in the body.
7447
7448 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7451         same as window size.
7452
7453 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7454
7455         * message.el (message-font-lock-keywords): Use message-header-xheader
7456         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7457         ahead of the anything pattern, to get it recognised.
7458
7459 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7460
7461         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7462         spam.el loads uses it in the compiled defadvice form.
7463
7464 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7465
7466         * gnus-sum.el (gnus-articles-to-read)
7467         (gnus-summary-insert-old-articles): Don't truncate group name for
7468         `read-string'.
7469
7470         * gnus-util.el (gnus-limit-string): Delete this function.
7471
7472         * gnus-sum.el (gnus-simplify-subject-fully): Use
7473         `truncate-string-to-width' instead.
7474
7475 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7476
7477         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7478         if, on summary exit, the next group has to be selected.
7479         (gnus-summary-exit): Use it.
7480
7481 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7482
7483         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7484         non-break space.
7485
7486 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7487
7488         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7489         Check if group is not a directory.
7490         (nnfolder-request-expire-articles): Don't delete articles if the target
7491         group is not available.
7492
7493         * nnml.el (nnml-request-create-group): Properly check if group is not a
7494         file.
7495         (nnml-request-expire-articles): Don't delete articles if the target
7496         group is not available.
7497
7498         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7499         Don't quote characters that are within parentheses.
7500
7501 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7504         (gnus-handle-ephemeral-exit): Select article according to it.
7505
7506 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * message.el (message-insert-formated-citation-line): Remove newline.
7509         (message-citation-line-format): Add final \n here so that the user can
7510         avoid a blank line.
7511
7512 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7513
7514         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7515         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7516         Update lanl/arXiv support.
7517
7518 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * gnus.el: Bump version number.
7521
7522 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7523
7524         * gnus.el (gnus-version-number): Bump version.
7525
7526 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7527
7528         * gnus.el: No Gnus v0.6 is released.
7529
7530 2007-04-27  Didier Verna  <didier@xemacs.org>
7531
7532         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7533         * gmm-utils.el (gmm-regexp-concat): here.
7534         * message.el: Don't require 'gnus-util.
7535         (message-dont-reply-to-names): Handle name change above.
7536         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7537
7538 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7539
7540         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7541         since the initial value varies according to the system.
7542
7543 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7546
7547 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7548
7549         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7550
7551 2007-04-24  Didier Verna  <didier@xemacs.org>
7552
7553         Improve the type of gnus-ignored-from-addresses.
7554         * gnus-util.el (gnus-orify-regexp): New function.
7555         * message.el (gnus-util): Require it.
7556         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7557         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7558         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7559
7560 2007-04-24  Didier Verna  <didier@xemacs.org>
7561
7562         * gnus-sum.el:
7563         * gnus-utils.el: Fix some trailing whitespaces.
7564
7565 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7568         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7569         article's Message-ID; refer parent article in summary buffer.
7570
7571         * message.el (message-bounce): Call mime-to-mml.
7572
7573         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7574         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7575         optimize and/or forms properly.
7576
7577 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7578
7579         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7580         URL.
7581
7582 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7585
7586 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7589         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7590         displayed of multipart/alternative part if it is invoked from summary
7591         buffer.
7592
7593         * mm-view.el (mm-inline-text-html-render-with-w3m)
7594         (mm-inline-text-html-render-with-w3m-standalone)
7595         (mm-inline-render-with-function): Use mail-parse-charset by default.
7596
7597 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7598
7599         * parse-time.el (parse-time-string-chars): Check if CHAR
7600         is less than the length of parse-time-syntax.
7601
7602 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7605         from gnus-newsgroup-processable.
7606
7607 2007-04-16  Didier Verna  <didier@xemacs.org>
7608
7609         * gnus-msg.el (gnus-configure-posting-styles): Handle
7610         message-signature-directory properly with :file syntax.  Reported by
7611         "Leo".
7612
7613 2007-04-11  Didier Verna  <didier@xemacs.org>
7614
7615         New user option: message-signature-directory.
7616         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7617         * message.el (message-insert-signature): Ditto.
7618         * message.el (message-signature-file): Doc update.
7619         * message.el (message-signature-directory): New.
7620
7621 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * gnus-msg.el (gnus-inews-yank-articles): Use
7624         message-exchange-point-and-mark instead of exchange-point-and-mark.
7625
7626 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * message.el (message-yank-original): Make sure cited text ends with
7629         newline; don't exchange point and mark.
7630
7631 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7632
7633         * tls.el (open-tls-stream): Properly handle case where there
7634         is no associated buffer.
7635
7636 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7637
7638         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7639         message-yank-original, make sure (< mark TEXT point).
7640
7641 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7642
7643         * message.el (message-fill-column): New variable.
7644         (message-mode): Use it.  Add comment on a possible new hook.
7645
7646         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7647         (nnmail-get-new-mail): Reformat.
7648
7649         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7650
7651         * gmm-utils.el: Fix Commentary.
7652         (gmm-tool-bar-from-list): Fix typo in doc string.
7653
7654 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7655
7656         * message.el (message-yank-original): Don't switch point and mark
7657         unnecessarily to put point and mark as documented.
7658
7659 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7660
7661         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7662         from the message heads.
7663
7664 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7665
7666         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7667         article buffer does not have a window.  This may not be the best
7668         solution but is certainly better than setting the start of the null,
7669         that is the current, window.
7670
7671 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7674         (gnus-draft-setup): Run it.
7675
7676         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7677         gnus-score-fast-scoring.  Allow regexp.
7678         (gnus-score-headers): Use it.
7679
7680         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7681         XEmacs.
7682
7683         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7684         string.
7685         (gnus-button-alist): Also catch `<f1> k ...'.
7686         (gnus-treat-display-x-face): Fix doc string.
7687
7688 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7689
7690         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7691         evaluation of gnus-extended-version to ensure correct generation of the
7692         User-Agent header when message-generate-headers-first is used.
7693
7694 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7695
7696         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7697         hashcash-path is nil.  Don't call callback with incorrect number of
7698         parameters if val is 0.
7699
7700 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7701
7702         * message.el (message-required-news-headers):
7703         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7704
7705 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7706
7707         * tls.el (open-tls-stream): In handshake-waiting loop,
7708         don't wait more if there is output available to process.
7709
7710 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7711
7712         * tls.el (tls-program): Doc fix.
7713
7714 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * message.el (message-generate-new-buffers): Change the meaning of the
7717         nil value; add `standard' to the choices; treat t as `unique'; improve
7718         doc string.
7719         (gnus-select-frame-set-input-focus): Autoload.
7720         (message-buffer-name): Search for the existing message buffer if
7721         message-generate-new-buffers is nil or `standard'; treat the value t of
7722         message-generate-new-buffers as `unique'.
7723         (message-pop-to-buffer): Raise the frame already displaying the message
7724         buffer; clear the echo area after querying.
7725         (message-setup): Pass the `continue' argument to compose-mail.
7726         (message-mail): Prefer `switch-function' if it is given; search for the
7727         existing message buffer if the `continue' argument is non-nil; pass
7728         continue and switch-function arguments to compose-mail by way of
7729         message-setup.
7730         (message-mail-other-window): Adjust argument of message-setup.
7731         (message-mail-other-frame): Ditto.
7732
7733 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7736         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7737         to turn font-lock on when turning gnus-message-citation-mode on.
7738
7739 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7740
7741         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7742         (mml-smime-function-alist): New variable; add epg as the backend.
7743         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7744         mml-smime- functions instead.
7745         * mm-view.el: Require smime.
7746
7747 2007-03-05  Didier Verna  <didier@xemacs.org>
7748
7749         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7750         instead of just inheritance for posting styles.
7751         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7752
7753 2007-02-24  Chris Moore  <dooglus@gmail.com>
7754
7755         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7756         * pgg-pgp.el (pgg-pgp-encrypt-region):
7757         * pgg-gpg.el (pgg-gpg-encrypt-region):
7758         Check pgg-encrypt-for-me if no other recipients.
7759
7760 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7761
7762         * tls.el (tls-certtool-program): Fix custom type.
7763
7764 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7767         and point-at-eol instead of line-(beginning|end)-position.
7768
7769         * assistant.el (assistant-parse-buffer): Ditto.
7770
7771         * netrc.el (netrc-parse-services): Ditto.
7772
7773 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7774
7775         * mml2015.el (mml2015-epg-find-usable-key): New function.
7776         (mml2015-epg-sign): Use it.
7777         (mml2015-epg-encrypt): Use it.
7778
7779 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7780
7781         * message.el (message-make-in-reply-to): Quote name containing
7782         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7783         if there are special characters.  Reported by NAKAJI Hiroyuki
7784         <nakaji@jp.freebsd.org>.
7785
7786 2007-02-27  Didier Verna  <didier@xemacs.org>
7787
7788         Include the group parameters as well as the topic ones in the
7789         inheritance filter process.
7790         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7791         argument GROUP-PARAMS-LIST.
7792         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7793
7794 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * nntp.el (nntp-never-echoes-commands)
7797         (nntp-open-connection-functions-never-echo-commands): New variables.
7798         (nntp-send-command): Use them.
7799
7800 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7801
7802         * mml2015.el (mml2015-epg-verify): Simplified.
7803
7804 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * mml.el (mml-content-disposition-alist): New user option.
7807         (mml-content-disposition): New function.
7808         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7809         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7810
7811 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7812
7813         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7814         verification.
7815
7816 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7817
7818         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7819         articles posted in the last 24 hours.
7820
7821 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7822
7823         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7824
7825 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7826
7827         * nntp.el (nntp-send-command): Don't wait for echoes when
7828         nntp-open-ssl-stream is used.
7829
7830 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7833         (gnus-message-add-citation-keywords)
7834         (gnus-message-remove-citation-keywords): Remove.
7835         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7836         directly, make the variables in font-lock-defaults buffer-local, add
7837         gnus-message-citation-keywords to them and then update the value of
7838         font-lock-keywords.
7839
7840 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * message.el (message-cite-original-1): Don't call
7843         gnus-article-highlight-citation.
7844
7845         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7846         citations; fix line count.
7847
7848 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7851         (gnus-message-add-citation-keywords)
7852         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7853         versions of font-lock-add-keywords and font-lock-remove-keywords to
7854         work with XEmacs correctly.
7855
7856 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7857
7858         * gnus-cite.el (gnus-cite-face-list): Set the values of
7859         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7860         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7861         (gnus-message-cite-prefix-regexp): New variable.
7862         (gnus-message-search-citation-line): Use it; protect against long
7863         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7864         the 0th match data for Emacs.
7865         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7866         (gnus-message-add-citation-keywords): Append keywords rather than
7867         prepending; emulate font-lock-add-keywords if it is not available.
7868         (gnus-message-remove-citation-keywords): Emulate
7869         font-lock-remove-keywords if it is not available.
7870
7871         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7872
7873         * message.el (message-cite-prefix-regexp): Set the value of
7874         gnus-message-cite-prefix-regexp.
7875
7876 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7877
7878         * nnweb.el (nnweb-google-parse-1): Update parser.
7879
7880 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7881
7882         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7883
7884 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7885
7886         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7887         regexp.
7888
7889 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7892         string-to-multibyte.
7893         (uudecode-decode-region-internal): Use it.
7894
7895         * lpath.el: Fbind string-as-multibyte for XEmacs.
7896
7897 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7898
7899         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7900         custom choice.
7901
7902         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7903
7904 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7905
7906         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7907
7908         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7909         `write-region' to respect `mm-inhibit-file-name-handlers'.
7910
7911 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7914         Use gnus-home-directory instead of "~/" or "$HOME".
7915
7916 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7917
7918         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7919         to mention filename.
7920         Add comments at beginning regarding usage.
7921         (encrypt-write-file-contents): Change interactive so a string is
7922         acceptable.  If the file has no associated model, show an error instead
7923         of a nonsense prompt.
7924
7925 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7926
7927         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7928         Thanks to Yoshihiko Yamada for kind notification of this typo.
7929
7930 2007-01-12  Kenichi Handa  <handa@m17n.org>
7931
7932         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7933         multibyte buffer.
7934
7935 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * gnus-score.el (gnus-score-fast-scoring): New variable.
7938         (gnus-score-headers): Use it.
7939
7940         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7941
7942         * message.el (message-cite-original-1): Call
7943         gnus-article-highlight-citation if requested.
7944         (message-make-from): Allow name and address as optional arguments.
7945
7946         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7947
7948         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7949         bugs to doc string.
7950         (gnus-button-alist): Add mid\\|message-id.
7951         (gnus-button-fetch-group): Extend for use in
7952         `browse-url-browser-function'.
7953         (gnus-button-url-regexp): Try to catch paired parentheses like in
7954         Wikipedia URLs.
7955
7956         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7957         Suggested by Simon Krahnke <overlord@gmx.li>.
7958
7959 2007-01-13  Romain Francoise  <romain@orebokech.com>
7960
7961         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7962         Update copyright.
7963
7964 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7965
7966         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7967
7968 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7969
7970         * gnus-registry.el (gnus-registry-unfollowed-groups)
7971         (gnus-registry-split-fancy-with-parent): Fix documentation.
7972
7973 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7974
7975         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7976         from nnweb groups.
7977
7978 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7979
7980         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7981         Xref urls.  Erase buffer before requesting head.
7982
7983 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7984
7985         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7986         customizable.
7987
7988 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7989
7990         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7991         no signing key is found.
7992         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7993         no encrypting and/or signing key is found.
7994
7995 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7998
7999 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8000
8001         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8002         headers read from disk with the ones newly found in the current search.
8003         This should no longer cause problems, because the article numbers in
8004         Gmane's `nov.php' output are ignored since the previous change.
8005
8006 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8007
8008         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8009
8010 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8013         replace-regexp-in-string; bind url-version; fbind display-images-p and
8014         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8015         find-face and set-itimer-function for Emacs; bind itimer-list for
8016         Emacs.
8017
8018         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8019
8020 2007-01-01  Romain Francoise  <romain@orebokech.com>
8021
8022         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8023
8024 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8025
8026         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8027         `define-minor-mode' macro definition expanded properly.
8028         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8029         exclude it there.
8030
8031         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8032         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8033         `fboundp' test.
8034         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8035         This is OK to autoload in (S)XEmacs now.
8036
8037 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8038
8039         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8040         keystroke.
8041         (gnus-summary-limit-to-singletons): Fix typo.
8042
8043         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8044         else fails.
8045
8046 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8047
8048         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8049         docstring.
8050
8051         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8052         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8053         (gnus-summary-insert-dormant-articles): Fix typo in message.
8054
8055 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8056
8057         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8058         nil for XEmacs.
8059         (gnus-message-citation-mode): Don't autoload in XEmacs.
8060
8061         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8062
8063 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8064
8065         * nnimap.el (nnimap-expunge-search-string): Mention
8066         nnimap-search-uids-not-since-is-evil in docstring.
8067
8068 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * spam.el: Revert to make-obsolete-variable because
8071         define-obsolete-variable-alias is not supported in Emacs 21.
8072
8073         * spam.el (spam-ifile-path, spam-ifile-database-path)
8074         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8075         make-obsolete-variable.
8076         (spam-bsfilter-path, spam-bsfilter-program)
8077         (spam-spamassassin-path, spam-spamassassin-program)
8078         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8079         use "path" inappropriately.
8080         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8081         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8082         variable names.
8083
8084 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8085
8086         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8087         summary buffer.
8088
8089         * password.el (password-cache-remove): Use clear-string to burn
8090         password, if available.
8091
8092 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8095
8096         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8097
8098         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8099         (gnus-message-highlight-citation): Move defcustom here from
8100         gnus-cite.el.
8101         (gnus-message-citation-mode): Autoload.
8102
8103         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8104         checks to make it compile with XEmacs.
8105         (gnus-message-citation-mode): New minor mode.
8106         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8107         (gnus-message-highlight-citation): New variables.
8108         (gnus-message-search-citation-line)
8109         (gnus-message-add-citation-keywords)
8110         (gnus-message-remove-citation-keywords)
8111         (turn-on-gnus-message-citation-mode)
8112         (turn-off-gnus-message-citation-mode): New functions.
8113
8114 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8115
8116         * gnus-cite.el: Enable highlighting of different citation levels in
8117         message-mode.
8118
8119 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8120
8121         * message.el (message-make-fqdn): Fix comment.
8122         (message-bogus-system-names): Add ".local".
8123
8124         * spam.el (spam-ifile-path, spam-ifile-program)
8125         (spam-ifile-database-path, spam-ifile-database)
8126         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8127         Don't use "path" inappropriately.
8128         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8129         strings.
8130         (spam-check-ifile, spam-ifile-register-with-ifile)
8131         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8132         new variable names.
8133
8134         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8135         (gnus-treat-display-smileys): Simplify using
8136         gnus-image-type-available-p.
8137
8138         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8139         available.
8140
8141         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8142         `display-images-p' if available.
8143
8144 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8145
8146         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8147         one after turning on the buffer's multibyteness instead of decoding
8148         them directly in the unibyte buffer that causes unexpected conversion
8149         in Emacs 23 (unicode).
8150
8151 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8152
8153         * message.el (message-generate-hashcash): Fix custom type.
8154
8155 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8156
8157         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8158
8159 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8160
8161         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8162         disconnect icons.  Add help text.
8163
8164 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8165
8166         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8167         negated to be consistent with the others we handle.
8168
8169 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8172         version of gnus-summary-buffer to something, so that we can use two
8173         article buffers at the same time.
8174
8175 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8176
8177         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8178         trigger all the extra headers.
8179         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8180         sorting.
8181
8182 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8183
8184         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8185         solid groups.
8186
8187 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8188
8189         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8190
8191 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * legacy-gnus-agent.el: Add Copyright notice.
8194
8195 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8196
8197         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8198
8199 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8200
8201         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8202
8203         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8204         to make it work reliably in CVS Emacs.
8205         (gnus-summary-limit-strange-charsets-predicate)
8206         (gnus-summary-limit-to-predicate): New functions.
8207
8208 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8209
8210         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8211         specifying array size.
8212         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8213         array if it is too small.
8214         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8215         (gnus-sort-threads-loop): New function.
8216
8217 2006-12-06  Chris Moore  <dooglus@gmail.com>
8218
8219         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8220         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8221
8222 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8223
8224         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8225         options.
8226
8227 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8228
8229         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8230         DOS-ing the recipient.
8231
8232         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8233         the headers when creating the mapping to avoid mismappings.
8234         (nnweb-gmane-create-mapping): Always nix out old mapping.
8235
8236 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8239         and mm-verify-option to never.
8240
8241 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * message.el (message-signed-or-encrypted-p): New function.
8244         (message-forward-make-body): Use it.
8245
8246         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8247         Replace encode-coding-string with mm-encode-coding-string.
8248
8249 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * nneething.el (nneething-decode-file-name): Replace
8252         decode-coding-string with mm-decode-coding-string.
8253
8254         * gnus-int.el (gnus-open-server): Say failed server's name.
8255
8256 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8257
8258         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8259         strings to a single string.  Quote `errors-file-name'.
8260         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8261         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8262         Adjust calls.  Use `shell-quote-argument'.
8263
8264 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8265
8266         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8267         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8268
8269         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8270         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8271         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8272         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8273         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8274         (gnus-subscribe-newsgroup, gnus-1):
8275         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8276         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8277         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8278         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8279
8280 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8283         keystroke.
8284         (gnus-summary-limit-to-bodies): Implement headersp.
8285
8286 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8287
8288         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8289
8290 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8291
8292         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8293
8294 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8295
8296         * message.el (message-generate-hashcash): Expand range of values to
8297         include `opportunistic'.
8298         (message-send-mail): Use it.
8299
8300 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8301
8302         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8303         and comment it.
8304
8305         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8306
8307 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * gnus-util.el (gnus-extract-address-components): Improve comment.
8310
8311 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gnus-util.el (gnus-extract-address-components): Work with address in
8314         which the name portion contains @.
8315
8316         * lpath.el: Fbind custom-autoload.
8317
8318 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8319
8320         * gnus.el (gnus-start): Move custom group up.
8321         (gnus-select-method): Don't autoload, but make it available for
8322         `customize-variable'.
8323         (gnus-getenv-nntpserver): Don't autoload.
8324
8325 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8326
8327         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8328
8329 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * message.el (message-sendmail-extra-arguments): New variable.
8332         (message-send-mail-with-sendmail): Use it.
8333
8334 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8337         mm-with-unibyte-current-buffer to make string unibyte.
8338
8339         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8340         mm-string-as-multibyte.
8341
8342 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8343
8344         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8345         Reported by Werner Koch <wk@gnupg.org>.
8346
8347 2006-11-14  Daiki Ueno  <ueno@p360>
8348
8349         * mml2015.el: Autoload epa-select-keys when compiling.
8350
8351 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8352
8353         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8354         message-options.
8355         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8356
8357 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8358
8359         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8360         EasyPG (< 0.0.6).
8361         (mml2015-always-trust): New user option.
8362         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8363         prompt.
8364
8365 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8366
8367         * nntp.el (nntp-authinfo-force): New variable.
8368         (nntp-send-authinfo): Use it.
8369
8370 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8371
8372         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8373         decode encoded words.  Improve prompt.  Add comment about forwarding.
8374         (message-replacement-char): Move up.
8375
8376 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8377
8378         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8379         instead of gnus-intersection because arguments of gnus-sorted-nunion
8380         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8381
8382 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8383
8384         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8385         (message-simplify-subject-functions): Enable
8386         message-strip-subject-encoded-words by default.
8387
8388 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8389
8390         * message.el (message-strip-subject-encoded-words): New function.
8391         (message-simplify-subject-functions): New variable.
8392         (message-simplify-subject): Use it.  Fix typo in doc string.
8393         Support message-strip-subject-encoded-words.
8394
8395 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8396
8397         * gnus-diary.el (gnus-diary-delay-format-function):
8398         * nndiary.el (nndiary-reminders):
8399         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8400
8401 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8402
8403         * gnus-art.el (article-hide-boring-headers): Fetch date from
8404         gnus-original-article-buffer to avoid problems with localized date
8405         strings.
8406
8407 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8410
8411 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8414         New variables.
8415         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8416         (mm-charset-synonym-alist): Move some entries to
8417         mm-codepage-iso-8859-list.
8418         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8419         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8420
8421 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8424
8425 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8426
8427         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8428         with Emacs 21 and XEmacs.
8429
8430 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8431
8432         * spam.el (spam-parse-address): New function for better parsing,
8433         catching errors, etc.
8434         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8435
8436 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8437
8438         * mm-view.el: Add interactive arg to html2text autoload.
8439
8440 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8443
8444 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8447         variables.
8448         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8449         (mm-charset-synonym-alist): Move some entries to
8450         mm-codepage-iso-8859-list.
8451
8452         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8453
8454 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8455
8456         * message.el (message-citation-line-format)
8457         (message-insert-formated-citation-line): Fix implementation of %E, %N
8458         and %n according to the doc string.
8459
8460 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8461
8462         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8463         car-safe to avoid bad parses.
8464
8465 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8466
8467         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8468         names.
8469
8470         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8471
8472 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8475         header.
8476
8477         * message.el (message-draft-headers): Add Date.
8478         (message-headers-to-generate): Fix typo in docstring.
8479
8480         * nndraft.el (nndraft-required-headers): New variable.
8481         (nndraft-generate-headers): Use it.
8482
8483         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8484
8485 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8486
8487         * gnus-registry.el (gnus-registry-wash-for-keywords)
8488         (gnus-registry-find-keywords): New functions to allow easy searching of
8489         articles that are in the registry.
8490
8491 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8492
8493         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8494         ietf-drums-parse-address instead of gnus-extract-address-components.
8495         Reported by Damien Elmes <damien@repose.cx>.
8496
8497 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * gnus.el (gnus-mime): Remove unused custom group.
8500
8501 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8502
8503         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8504         "blank line" when searching for end of armor headers.
8505
8506 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8507
8508         * gmm-utils.el (gmm-write-region): Fix variable name.
8509
8510 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gmm-utils.el (gmm-write-region): New function based on compatibility
8513         code from `mm-make-temp-file'.
8514
8515         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8516
8517         * nnmaildir.el (nnmaildir--update-nov)
8518         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8519         Use `gmm-write-region'.
8520
8521 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8522
8523         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8524         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8525
8526         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8527
8528         * message.el (message-replacement-char): New variable.
8529         (message-fix-before-sending): Use it.
8530         (message-simplify-subject): New function to remove duplicate code.
8531         (message-reply, message-followup): Use it.
8532
8533         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8534         gnus-summary-limit-to-articles.
8535
8536 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-util.el (gnus-with-local-quit): New macro.
8539
8540         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8541
8542 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8543
8544         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8545         ignore non-string data.
8546
8547 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8548
8549         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8550         non-string data (needs to be done in the registry too).
8551
8552 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8553
8554         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8555         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8556         (gnus-registry-split-fancy-with-parent)
8557         (gnus-registry-fetch-simplified-message-subject-fast)
8558         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8559         Remove text properties on ingress into the registry and when it's saved.
8560         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8561         registry from entries with no groups.
8562
8563 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8564
8565         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8566         function to remove string properties.
8567
8568 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8569
8570         * gmm-utils.el (gmm): Adjust custom version.
8571
8572         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8573         custom version.
8574
8575         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8576
8577 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8578
8579         * gnus-art.el (gnus-insert-prev-page-button)
8580         (gnus-insert-next-page-button): Simplify.  Reformat.
8581
8582 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8583
8584         * gnus-art.el (gnus-insert-prev-page-button)
8585         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8586
8587 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8588
8589         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8590
8591 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8592
8593         * gnus-art.el (gnus-insert-mime-button)
8594         (gnus-insert-mime-security-button):
8595         Apply gnus-article-button-face to MIME and security buttons.
8596
8597 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8598
8599         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8600         readable.
8601
8602 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8605
8606 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8607
8608         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8609         `browse-url-of-file' instead of `browse-url'.
8610
8611 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8612
8613         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8614         regexp.  Articles containing quotation were cut prematurely.
8615
8616 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8617
8618         * message.el (message-cite-original-1): Use nobody by default for the
8619         value of From header.
8620         (message-reply): Ditto.
8621
8622 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8623
8624         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8625         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8626         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8627
8628 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8629
8630         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8631         mails in the doc string.  Add some URLs in comment.
8632         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8633
8634 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8637         backslashes handling and the way to find boundaries of quoted strings.
8638
8639 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8640
8641         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8642         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8643         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8644         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8645
8646 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8647
8648         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8649         doc string.
8650         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8651
8652 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * lpath.el: Fbind epg-check-configuration.
8655
8656 2006-09-06  Simon Josefsson  <jas@extundo.com>
8657
8658         * mml2015.el (mml2015-use): Doc fix, mention epg.
8659
8660 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8661
8662         * mml2015.el (mml2015-use): Default to epg, if available.
8663
8664 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8665
8666         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8667         message-sender.
8668         (mml1991-epg-encrypt): Ditto.
8669         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8670         message-sender.
8671         (mml2015-epg-encrypt): Ditto.
8672
8673 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8674
8675         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8676         several common directories.
8677
8678 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8679
8680         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8681         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8682
8683 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-art.el (article-decode-encoded-words): Make it fast.
8686
8687 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8690
8691         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8692         in quoted string into `\'.
8693
8694 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8697         Use standard-syntax-table.
8698
8699 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * gnus-art.el (gnus-decode-address-function): New variable.
8702         (article-decode-encoded-words): Use it to decode headers which are
8703         assumed to contain addresses.
8704         (gnus-mime-delete-part): Remove useless `or'.
8705
8706         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8707         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8708         (gnus-nov-parse-line): Use it to decode From header.
8709         (gnus-get-newsgroup-headers): Ditto.
8710         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8711
8712         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8713         (mail-decode-encoded-address-string): New alias.
8714
8715         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8716         New function.
8717         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8718         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8719         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8720         (rfc2047-decode-string): Ditto.
8721         (rfc2047-decode-address-region): New function.
8722         (rfc2047-decode-address-string): New function.
8723
8724 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * message.el (message-caesar-buffer-body): Allow rotating headers.
8727
8728         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8729
8730         * message.el (message-insert-formated-citation-line): Fix %f.
8731         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8732
8733 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8736         (gnus-bookmark-mouse-available-p): New macro.
8737         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8738         (gnus-bookmark-bmenu-show-infos): Use it.
8739         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8740         (gnus-bookmark-bmenu-hide-infos): Ditto.
8741         (gnus-bookmark-remove-properties): New function.
8742         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8743         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8744         (gnus-bookmark-write-file): Bind coding-system-for-write.
8745         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8746         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8747         group before selecting it.
8748         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8749         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8750         quit-window if it is not available; use gnus-mouse-2 and bind it to
8751         gnus-bookmark-bmenu-select-by-mouse.
8752         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8753         (gnus-bookmark-bmenu-select-by-mouse): New function.
8754
8755 2006-08-13  Romain Francoise  <romain@orebokech.com>
8756
8757         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8758         space.
8759
8760 2006-08-10  Romain Francoise  <romain@orebokech.com>
8761
8762         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8763         (dns-mode-soa-auto-increment-serial): New user option.
8764         (dns-mode-soa-maybe-increment-serial): New function.
8765         (dns-mode): Add the latter to `write-contents-functions'.
8766
8767 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * compface.el (uncompface): Use binary rather than raw-text-unix.
8770
8771 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * compface.el (uncompface): Make sure the eol conversion doesn't take
8774         place when communicating with the external programs.  Reported by
8775         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8776
8777 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8778
8779         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8780
8781 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8782
8783         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8784         Make it more robust by parsing author and date independently.
8785
8786 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8789
8790 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8791
8792         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8793         first matching secret key.
8794         (mml2015-epg-encrypt): Ditto.
8795
8796         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8797         first matching secret key.
8798         (mml1991-epg-encrypt): Ditto.
8799
8800         * mml2015.el (mml2015-encrypt-to-self): New user option.
8801         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8802         mml2015-epg-encrypt-to-self is set.
8803
8804         * mml1991.el (mml1991-encrypt-to-self): New variable.
8805         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8806         mml1991-epg-encrypt-to-self is set.
8807
8808         * mml2015.el (mml2015-signers): New user option.
8809         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8810         (mml2015-epg-encrypt): Allow to select signing keys.
8811
8812         * mml1991.el (mml1991-signers): New variable.
8813         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8814         (mml1991-epg-encrypt): Allow to select signing keys.
8815
8816 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * nnheader.el (nnheader-insert-head): Make it work even if the file
8819         uses CRLF for the line-break code.
8820
8821 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8822
8823         * mml2015.el: Require mml-sec instead of password.
8824         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8825         (mml2015-cache-passphrase): Inherit the default value from
8826         mml-secure-cache-passphrase.
8827         (mml2015-passphrase-cache-expiry): Inherit the default value from
8828         mml-secure-passphrase-cache-expiry.
8829
8830         * mml1991.el: Require mml-sec instead of password.
8831         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8832         (mml1991-cache-passphrase): Inherit the default value from
8833         mml-secure-cache-passphrase.
8834         (mml1991-passphrase-cache-expiry): Inherit the default value from
8835         mml-secure-passphrase-cache-expiry.
8836
8837         * mml-sec.el: Require password.
8838         (mml-secure-verbose): New user option.
8839         (mml-secure-cache-passphrase): New user option.
8840         (mml-secure-passphrase-cache-expiry): New user option.
8841
8842 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8843
8844         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8845         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8846         andreas@altroot.de (Andreas Vögele).
8847
8848         FIXME: Use `tiny change'?
8849
8850 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8851
8852         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8853         workaround for the url package included with Emacs.
8854
8855         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8856
8857 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8860         correctly.  This fixes a bug caused by the 2006-05-12 change.
8861
8862 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8863
8864         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8865         some information about the error when saying that the `bogus' mail
8866         group will be used.
8867
8868 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8869
8870         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8871         string.
8872
8873 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8874
8875         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8876
8877 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8878
8879         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8880
8881 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8882
8883         * mml1991.el (mml1991-function-alist): Add epg.
8884         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8885         (mml1991-epg-encrypt): New functions.
8886
8887 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8888
8889         * mml2015.el (mml2015-verbose): New variable.
8890         (mml2015-cache-passphrase): Ditto.
8891         (mml2015-passphrase-cache-expiry): Ditto.
8892         (mml2015-function-alist): Add epg.
8893         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8894         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8895         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8896         functions.
8897
8898 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8899
8900         * message.el (message-cite-original-1): Preserve region when removing
8901         quoted text due to X-No-Archive in order to avoid bogus attribution
8902         when citing multiple messages.
8903
8904 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8905
8906         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8907         Kenneth Jacker <khj@be.cs.appstate.edu>.
8908
8909 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * gnus-diary.el (gnus-user-format-function-d)
8912         (gnus-user-format-function-D): Autoload.
8913
8914         * imap.el (Commentary): Fix typo.
8915
8916         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8917         2006-04-22 contribution.
8918
8919 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8920
8921         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8922         It didn't really fix the bogosity I'm seeing with solid web groups.
8923
8924 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8925
8926         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8927         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8928         created using server names.  If we use the feature without declaring
8929         it, Gnus does not properly manage server and group state.
8930
8931         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8932         bound.
8933
8934 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8935
8936         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8937         looking up the method using GROUP's prefix before inventing a new one.
8938         It is used on killed/unknown groups in various places where returning
8939         an all-new method isn't expected by the caller.
8940
8941         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8942         and match semantics of gnus-group-real-prefix.
8943
8944 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * nnmail.el (nnmail-broken-references-mailers): New variable.
8947         (nnmail-ignore-broken-references): New function generalizing
8948         nnmail-fix-eudora-headers.
8949         (nnmail-fix-eudora-headers): Now obsolete.
8950
8951         * gnus-art.el (gnus-button-handle-custom): Support
8952         `customize-apropos*'.
8953
8954 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8957
8958         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8959         articles.
8960
8961 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * message.el (message-cite-reply-above): New variable.
8964         (message-yank-original): Use it.
8965
8966 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8969
8970 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8971
8972         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8973         as read.
8974
8975         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8976
8977 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8978
8979         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8980         (gnus-bookmark-default-file): Use gnus-directory.
8981         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8982         Remove "*" in doc string.
8983         (gnus-bookmark-write-file): Simplify.
8984         (gnus-bookmark-maybe-sort-alist): Use `when'.
8985         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8986         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8987         FIXME about Emacs 21 and XEmacs compatibility.
8988         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8989         compatibility.
8990         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8991         compatibility.
8992         (gnus-bookmark-menu-heading): Fix version.
8993
8994 2006-06-19  Bastien Guerry  <bzg@altern.org>
8995
8996         * gnus-bookmark.el: New file.
8997
8998 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8999
9000         * message.el (message-syntax-checks): Doc fix.
9001
9002 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9003
9004         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9005         unsubscribed groups as if they were killed ones.  It causes duplicate
9006         entries in gnus-newsrc-alist.
9007
9008 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9009
9010         * message.el (message-syntax-checks): Doc fix.
9011         (message-send-mail): Add check for continuation headers.
9012         (message-check-news-header-syntax): Fix regexp used to check for
9013         continuation headers.
9014
9015 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9018
9019 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9022
9023 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9026         default-truncate-lines.
9027
9028 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9031         to fill the utf-8 entry.
9032
9033         * lpath.el: Fbind unicode-precedence-list.
9034
9035 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9036
9037         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9038
9039 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9040
9041         * gnus-agent.el (directory-files-and-attributes): Move all the way
9042         forward (the third and final move).
9043         (gnus-agent-read-agentview): Trap reconstruction errors due to
9044         nonexistant directory.  Handle by returning nil.
9045
9046 2006-05-30  Didier Verna  <didier@xemacs.org>
9047
9048         * message.el (message-dont-reply-to-names): Update the custom type.
9049         * message.el (message-dont-reply-to-names): New defsubst: potentially
9050         convert a list of regexps into a single one.
9051         * message.el (message-get-reply-headers): Use it.
9052         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9053
9054 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * gnus-agent.el (directory-files-and-attributes): Move forward.
9057
9058 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * gnus-ml.el (gnus-mailing-list-subscribe)
9061         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9062         (gnus-mailing-list-message): Fix doc strings.
9063
9064 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9065
9066         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9067         of doing it manually.
9068
9069 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9070
9071         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9072         comment.
9073
9074 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9075
9076         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9077         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9078         (gnus-agent-read-local): All symbols allocated in my-obarray.
9079         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9080         (gnus-agent-regenerate-group): Check numeric names to see if they are
9081         messages or groups.
9082         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9083         better way of do this...)
9084
9085         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9086         'dummy.group' (there should be a better way of do this...)
9087
9088 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9091         (gnus-saved-headers): Ditto.
9092         (gnus-default-article-saver): Mention functions may have properties.
9093         (gnus-article-save): Override gnus-save-all-headers and
9094         gnus-saved-headers by :headers property which saver function may have.
9095         (gnus-summary-save-in-file): Add :headers property.
9096         (gnus-summary-write-to-file): Ditto.
9097
9098         * gnus-sum.el (gnus-summary-save-article): Bind
9099         gnus-prompt-before-saving to t when saving many articles in a file;
9100         always show all headers.
9101
9102         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9103
9104 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9107         marks.
9108
9109         * message.el (message-indent-citation): Add optional arguments to allow
9110         using it outside of message buffers.
9111
9112         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9113         (gnus-article-treat-unfold-headers): Use it.
9114         (gnus-article-truncate-lines): New variable.
9115         (gnus-article-mode): Use it.
9116         (gnus-article-toggle-truncate-lines): New function.
9117
9118         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9119         gnus-article-toggle-truncate-lines.
9120
9121         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9122         coding system in XEmacs, use binary.
9123
9124 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9127         after-load-alist.
9128
9129         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9130         this function should save decoded articles.
9131         (gnus-summary-write-to-file): Use property to specify this function
9132         should save decoded articles and specify gnus-summary-save-in-file
9133         should be used to save articles other than the first one when saving
9134         many articles.
9135         (gnus-summary-save-body-in-file): Use property to specify this
9136         function should save decoded articles.
9137         (gnus-summary-write-body-to-file): Use property to specify this
9138         function should save decoded articles and specify
9139         gnus-summary-save-body-in-file should be used to save articles other
9140         than the first one when saving many articles.
9141
9142         * gnus-sum.el (gnus-summary-save-article): Simplify.
9143
9144 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-art.el (gnus-default-article-saver): Add
9147         gnus-summary-write-body-to-file.
9148         (gnus-article-save-coding-system): Don't use coding system object
9149         in XEmacs.
9150         (gnus-read-save-file-name): Add optional `dir-var' argument which
9151         specifies directory in which files are saved; work even if optional
9152         `variable' argument is not specified.
9153         (gnus-summary-write-to-file): Read file name.
9154         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9155         (gnus-summary-write-body-to-file): New function.
9156
9157         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9158         (gnus-summary-local-variables): Add it.
9159         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9160         (gnus-summary-save-article): Remove optional `decode' argument;
9161         determine whether to decode articles by the value of
9162         gnus-default-article-saver; when saving many files using
9163         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9164         it first and use gnus-summary-save-in-file or
9165         gnus-summary-save-body-in-file thereafter unless
9166         gnus-prompt-before-saving is always; move point to article which
9167         will be saved.
9168         (gnus-summary-save-article-file): Revert.
9169         (gnus-summary-write-article-file): Revert.
9170         (gnus-summary-save-article-body-file): Revert.
9171         (gnus-summary-write-article-body-file): New function.
9172
9173 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9174
9175         * gnus-art.el (gnus-default-article-saver): Doc fix.
9176         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9177         from gnus-summary-save-article-coding-system, and default to a
9178         certain coding system.
9179         (gnus-output-to-file): Add coding cookie and encode text according
9180         to gnus-article-save-coding-system; don't use mm-append-to-file.
9181
9182         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9183         gnus-art.el and rename to gnus-article-save-coding-system.
9184         (gnus-summary-save-article): Require gnus-art; don't show all
9185         headers if it decodes articles; don't add coding cookie here;
9186         don't bind mm-text-coding-system-for-write.
9187         (gnus-summary-save-article-file): Save decoded articles.
9188         (gnus-summary-write-article-file): When saving many files, use
9189         gnus-summary-write-to-file first and gnus-summary-save-in-file
9190         thereafter unless gnus-prompt-before-saving is always.
9191         (gnus-summary-save-article-body-file): Save decoded articles.
9192
9193         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9194
9195 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9196
9197         * nnrss.el (nnrss-check-group): Bind hash-index.
9198
9199 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9200
9201         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9202         its hash index.  Store this hash in `nnrss-group-data'.
9203         (nnrss-read-group-data): Update accordingly.
9204
9205 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9206
9207         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9208         entry.
9209
9210         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9211         gnus-article-browse-html-article.
9212
9213 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9214
9215         * gnus-sum.el (gnus-summary-mime-map): Add
9216         gnus-article-browse-html-article.
9217
9218         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9219
9220 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9223         suitable coding systems in customize.
9224
9225 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * mail-source.el (mail-sources): Fix custom type.
9228
9229 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9230
9231         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9232         (gnus-summary-expire-articles-now): Shorten prompt.
9233
9234         * gmm-utils.el (wid-edit): Require.
9235         (defun-gmm): Renamed from `gmm-defun-compat'.
9236         (gmm-image-search-load-path): Use it.
9237         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9238
9239 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9240
9241         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9242         variable.
9243         (gnus-summary-save-article): Add optional `decode' argument.  If
9244         it is set and gnus-summary-save-article-coding-system is non-nil,
9245         save decoded article.
9246         (gnus-summary-write-article-file): Save decoded article if
9247         gnus-summary-save-article-coding-system is non-nil.
9248
9249         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9250         type.
9251
9252 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9253
9254         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9255
9256 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9257
9258         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9259         first to test gnus-single-article-buffer which may be buffer-local.
9260
9261         * gnus-sum.el (gnus-summary-setup-buffer): Make
9262         gnus-single-article-buffer buffer-local and nil in ephemeral
9263         group; make gnus-article-buffer, gnus-article-current, and
9264         gnus-original-article-buffer always buffer-local.
9265         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9266         group.
9267         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9268
9269 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * nnml.el (nnml-request-compact-group): Compressed files might not
9272         have .gz extension.
9273
9274 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9275
9276         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9277         (mm-copy-to-buffer): Use with-current-buffer.
9278         (mm-display-part): Simplify.
9279         (mm-inlinable-p): Add optional arg `type'.
9280
9281 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9282
9283         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9284         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9285         Try harder to show the attachment internally or externally using
9286         gnus-mime-view-part-as-type.
9287
9288 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * message.el (message-from-style, message-signature-separator)
9291         (message-user-organization-file, message-send-mail-function)
9292         (message-citation-line-function, message-yank-prefix)
9293         (message-indent-citation-function, message-signature)
9294         (message-signature-file, message-signature-insert-empty-line):
9295         Remove autoloads.
9296
9297         * gnus-art.el (gnus-buttonized-mime-types): Remove
9298         "multipart/signed".  Revert 2006-04-26 change.
9299
9300 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9301
9302         * gnus.el (gnus-version-number): Bump version.
9303
9304 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9305
9306         * gnus.el: No Gnus v0.5 is released.
9307
9308 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9309
9310         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9311         fetching articles by message-id.
9312
9313 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9314
9315         * message.el (hashcash): Require hashcash as normal.
9316
9317         * ecomplete.el (ecomplete-highlight-match-line): Use
9318         point-at-eol.
9319         (ecomplete-highlight-match-line): Use `highlight', because that
9320         face exists in both Emacs and XEmacs.
9321
9322         * message.el (message-display-abbrev): Use point-at-bol.
9323
9324         * mail-source.el: Don't require timer/timer-funcs.
9325
9326         * gnus-async.el: Ditto.
9327
9328         * password.el: Ditto.
9329
9330         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9331
9332         * mm-url.el: Ditto.
9333
9334         * gnus-xmas.el: Don't require timer-funcs.
9335
9336         * mm-util.el: Require timer/timer-funcs.
9337
9338 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9339
9340         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9341         Close.
9342
9343 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9344
9345         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9346         unibyte after clear-decrypt function runs.
9347
9348         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9349         returns as a unibyte string.
9350
9351 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9352
9353         * lpath.el: Revert.
9354
9355         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9356         (pgg-gpg-process-sentinel): Revert.
9357
9358         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9359         (pgg-pgp-lookup-key): Revert.
9360
9361         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9362         (pgg-pgp5-lookup-key): Revert.
9363
9364         * pgg.el (pgg-fetch-key): Revert.
9365
9366 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * lpath.el: Fbind string-as-multibyte for XEmacs.
9369
9370         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9371         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9372         (mml1991-pgg-encrypt): Ditto.
9373
9374         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9375         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9376         a multibyte buffer.
9377
9378         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9379         (pgg-pgp-lookup-key): Ditto.
9380
9381         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9382         (pgg-pgp5-lookup-key): Ditto.
9383
9384         * pgg.el (pgg-fetch-key): Ditto.
9385
9386 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * message.el (message-user-organization-file): Check several
9389         locations of the organization file.
9390
9391         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9392         Add gnus-article-view-part-as-type.
9393
9394         * gnus-art.el (gnus-article-view-part-as-type): New function.
9395
9396         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9397         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9398
9399         * mml.el: Simplify autoload.
9400         (mml-mode): defvar dnd-protocol-alist instead of using
9401         symbol-value.
9402         (mml-default-directory): New variable.
9403         (mml-minibuffer-read-file): Use it.
9404         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9405
9406         * message.el (message-citation-line-format): New variable.
9407         (message-insert-formated-citation-line): New function.
9408         (message-citation-line-function): Add
9409         `message-insert-formated-citation-line' to custom type.
9410
9411         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9412         to doc string.
9413
9414         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9415         depending on mm-verify-option.
9416
9417 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9420         binding pgg-* variables; reimplement the section which prevents
9421         MIME header from being signed.
9422         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9423         pgg-text-mode; remove a blank line at the top of body.
9424
9425         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9426         lines at the top of body; use gnus-newsgroup-charset if there's no
9427         Charset header.
9428
9429 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * message.el (message-self-insert-commands): Doc fix.
9432
9433         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9434         (mm-uu-pgp-encrypted-test): Ditto.
9435         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9436         between header and body; return application/pgp-encrypted handle
9437         if decryption failed; decode decrypted body by charset.
9438
9439         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9440         element match to application/pgp-*.
9441
9442 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9443
9444         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9445         HTML.
9446
9447 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9448
9449         * mail-source.el (mail-source-call-script): Message the error
9450         string.
9451
9452 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9453
9454         * gnus-util.el (gnus-byte-compile): Use it.
9455
9456 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9457
9458         * gnus-util.el (kill-empty-logs): New function.
9459
9460 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * message.el (message-mail-alias-type): Doc fix.
9463         (message-mail-alias-type-p): New function.
9464         (message-send): Use it.
9465         (message-mode): Ditto.
9466         (message-strip-forbidden-properties): Ditto.
9467
9468         * ecomplete.el (ecomplete-database-file-coding-system): New
9469         variable.
9470         (ecomplete-save): Use it.
9471         (ecomplete-setup): Use it.
9472
9473 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * message.el (message-self-insert-commands): New variable.
9476         (message-strip-forbidden-properties): Use it.
9477
9478 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9481         that doesn't make XEmacs choke.
9482
9483 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * gnus-util.el (gnus-replace-in-string):
9486         Prefer replace-regexp-in-string over of replace-in-string.
9487
9488 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-util.el (gnus-select-frame-set-input-focus):
9491         Use select-frame-set-input-focus if it is available in XEmacs; use
9492         definition defined in Emacs 22 for old Emacsen.
9493
9494         * dgnushack.el: Autoload unmorse-region for XEmacs.
9495
9496         * lpath.el: Bind cursor-in-non-selected-windows and
9497         select-frame-set-input-focus for XEmacs.
9498
9499 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9500
9501         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9502
9503 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9504
9505         * gnus-registry.el (gnus-registry-cache-save): Remove text
9506         properties when saving via the temp buffer.
9507
9508 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9509
9510         * message.el (message-generate-hashcash): Honor custom type.
9511
9512 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9513
9514         * message.el (message-generate-hashcash): Default to non-nil when
9515         hashcash is found.
9516
9517         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9518         (gnus-refer-thread-limit): Increase default to 500.
9519
9520         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9521
9522         * flow-fill.el (fill-flowed): Allow delete-space.
9523
9524 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9527         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9528         Remove autoloads.
9529
9530 2006-04-18  Simon Josefsson  <jas@extundo.com>
9531
9532         * message.el (message-generate-hashcash): Default to.
9533
9534 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9537         concatenating segments rather than before concatenating them.
9538
9539 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9542
9543 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9546
9547         * message.el (message-forward-make-body-plain): Allow
9548         message-forward-ignored-headers to be a list.
9549         (message-remove-ignored-headers): Factor out into function.
9550         (message-forward-make-body-mml): Use it.
9551
9552         * imap.el (imap-quote-specials): New function.
9553         (imap-login-auth): Quote specials.
9554
9555         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9556         (rfc2231-parse-string): Allow concatanation of parameters that
9557         aren't contiguous.  The test case is
9558           (mail-header-parse-content-type "message/external-body;
9559             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9560             access-type=LOCAL-FILE;
9561             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9562
9563 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9564
9565         * nntp.el (nntp-accept-process-output): Return the value of
9566         `nnheader-accept-process-output'.
9567
9568 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9569
9570         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9571         (gnus-button-alist): Recognize more diff formats.
9572         (gnus-button-patch): Strip directory.
9573
9574 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9575
9576         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9577         Emacs 22 when setting focus.
9578
9579 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9580
9581         * gnus-art.el (gnus-article-treat-types): Do treatment of
9582         text/x-verbatim parts.
9583         (gnus-button-patch): New command.
9584
9585         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9586         addresses that contain invalid characters.
9587
9588 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9589
9590         * message.el (message-put-addresses-in-ecomplete): Use
9591         gnus-replace-in-string.
9592         (message-is-yours-p): Use the more correct
9593         mail-header-parse-address instead of
9594         mail-extract-address-components.
9595         (message-put-addresses-in-ecomplete): Fix typo.
9596
9597         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9598         keystroke.
9599
9600         * gnus-art.el (gnus-treatment-function-alist): Change order of
9601         newsgroups/generic header folding to avoid double-folding.
9602
9603         * message.el (message-hidden-headers): Add X-Draft-From.
9604
9605         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9606         command.
9607         (gnus-summary-repeat-search-article-backward): New command.
9608
9609         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9610         groups in the parent topic.
9611
9612 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9613
9614         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9615         (spam-extra-header-to-number): Return the CRM114 number as a
9616         number instead of a string.
9617
9618 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9619
9620         * gnus-art.el (gnus-face-properties-alist): Moved here from
9621         gnus-fun.
9622
9623         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9624
9625 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * message.el (message-strip-forbidden-properties): Only display on
9628         self-insert-command.
9629
9630         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9631         reindent.
9632         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9633
9634 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9635
9636         * smiley.el (smiley-style): Fix typo.
9637
9638 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639
9640         * hashcash.el (hashcash-insert-payment-async-2): Use
9641         message-goto-eoh instead of doing it manually.
9642         (mail-add-payment): Use message-narrow-to-header instead of trying
9643         to do the same itself.
9644
9645         * message.el (message-hidden-headers): Add Face.
9646
9647         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9648         reparenting code.
9649         (gnus-summary-reparent-children): Refactored out code.
9650         (gnus-summary-thread-map): New keystroke.
9651         (gnus-summary-reparent-children): Make into command.
9652
9653         * smiley.el (smiley-style): Default to `medium' if using a large
9654         font.
9655
9656         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9657         does it itself.
9658
9659         * message.el (message-point-in-header-p): Simplify definition.
9660
9661 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9662
9663         * nnagent.el (nnagent-request-set-mark): Silence log file
9664         writing.
9665         (nnagent-request-set-mark): Use write-region instead of
9666         append-to-file.
9667
9668         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9669         strange select method.
9670
9671         * ecomplete.el (ecomplete-display-matches): Get highlightling
9672         right.
9673         (ecomplete-display-matches): Use literals.
9674         (ecomplete-display-matches): Disable message logging.
9675
9676         * message.el (message-display-abbrev): Small optimization.
9677
9678         * ecomplete.el (ecomplete-display-matches): Allow automatic
9679         display.
9680
9681         * message.el (message-strip-forbidden-properties): Display
9682         abbrevs.
9683         (message-display-abbrev): Get automatic display right.
9684
9685         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9686         keystrokes.
9687
9688 2006-04-13  Romain Francoise  <romain@orebokech.com>
9689
9690         TODO: Backport to v5-10!
9691
9692         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9693         Moved here (and renamed) from gnus-registry.el.
9694
9695         * gnus-registry.el: Require gnus-util.
9696         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9697
9698 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699
9700         * gnus-group.el (gnus-group-catchup-current): Change
9701         if-then-else-if-then-else into cond.
9702         (gnus-group-catchup): Indent.
9703         (group-name-at-point): New function.
9704         (gnus-fetch-group): Provide default from thing at point.
9705
9706 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * message.el (message-display-abbrev): Fix regexp.
9709
9710         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9711         choosing.
9712         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9713         dead variables.
9714
9715         * message.el (message-newline-and-indent): Remove debugging.
9716         (message-display-abbrev): Use new implementation.
9717
9718 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9719
9720         * gnus-art.el (gnus-article-mode): Set
9721         cursor-in-non-selected-windows to nil.
9722
9723         * smiley.el: Revert previous change.
9724         (smiley-data-directory): defvar it before using it in the
9725         defcustom of `smiley-style'.
9726
9727 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9728
9729         * message.el (message-newline-and-indent): New function.
9730
9731         * ecomplete.el: Implement more bits.
9732
9733         * message.el (message-put-addresses-in-ecomplete): Clean up the
9734         string.
9735
9736         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9737
9738         * gnus-sum.el (gnus-summary-save-parts): Bind
9739         gnus-summary-save-parts-counter and use it to make unique file
9740         names.
9741
9742         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9743
9744         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9745         parameter to say whether to actually parse the individual
9746         addresses.
9747
9748         * message.el (message-put-addresses-in-ecomplete): New function.
9749         (ecomplete): Require.
9750         (message-mail-alias-type): Add ecomplete as an option.
9751
9752 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9753
9754         * flow-fill.el (fill-flowed): Remove trailing space from blank
9755         quoted lines.
9756
9757 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9758
9759         * smiley.el (smiley-style): Move definition later to avoid a
9760         compilation warning.
9761
9762 2006-04-12  Kenichi Handa  <handa@m17n.org>
9763
9764         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9765         buffer and then decode the buffer text if necessary.
9766         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9767         first, and after mm-encode-body, change the buffer to unibyte.
9768         Use mm-disable-multibyte instead of set-buffer-multibyte.
9769
9770 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9771
9772         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9773         Content-Type header instead of Content-Disposition header.
9774         (gnus-mime-inline-part): Ditto.
9775         (gnus-mime-view-part-as-charset): Ignore charset that the part
9776         specifies.
9777
9778         * mm-decode.el (mm-display-part): Work with external parts and
9779         usual parts similarly.
9780
9781         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9782         instead of gnus-display-mime.
9783
9784         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9785         instead of with-temp-buffer.
9786
9787         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9788         tag to summarized topics part in order to encode non-ASCII text.
9789
9790 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9791
9792         * smiley.el (smiley-style): New variable.
9793         (smiley-directory): New function.
9794         (smiley-data-directory): Derive from `smiley-style' using
9795         `smiley-directory'.
9796         (smiley-regexp-alist): Add new entries.
9797
9798         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9799         (gnus-article-browse-delete-temp): Add :version.
9800
9801 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9802
9803         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9804         the sieve region.
9805
9806 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9807
9808         * gnus.el (gnus-version-number): Bump version.
9809
9810 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9811
9812         * gnus.el: No Gnus v0.4 is released.
9813
9814 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9815
9816         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9817         layout.
9818
9819         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9820         unknown charset.
9821
9822         * message.el (message-header-synonyms): Add Original-To to the
9823         default.
9824
9825         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9826         optional parameter.
9827
9828 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9829
9830         * gnus-fun.el (gnus): Require it for gnus-directory.
9831
9832 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9835
9836 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9837
9838         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9839
9840 2006-04-05  Simon Josefsson  <jas@extundo.com>
9841
9842         * password.el (password-reset): New function.
9843
9844 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9845
9846         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9847         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9848
9849 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9850
9851         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9852         Some whitespace was matched into the url, which broke browsing hits
9853         > 100 when mm-url-use-external was nil.
9854
9855 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9858         gnus-extra-headers for 'Newsgroups.
9859
9860         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9861         bound.
9862
9863 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9864
9865         * pgg-gpg.el: Clean up process buffers every time gpg processes
9866         complete.
9867
9868 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9869
9870         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9871         doc string.
9872
9873 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9874
9875         * pgg-gpg.el (pgg-gpg-process-filter)
9876         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9877
9878         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9879         lines, temporary fix.
9880
9881 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9884
9885 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9886
9887         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9888         default-enable-multibyte-characters.  This reverts the change from
9889         revision 6.17 which is no longer necessary because the passphrase
9890         is sent separately now.  GnuPG messages are unreadable under
9891         multibyte locales with default-enable-multibyte-characters set to
9892         nil.
9893
9894 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9895
9896         * message.el (message-tool-bar-gnome): Move "spell".
9897
9898 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9901         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9902         instead.
9903
9904 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9905
9906         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9907         newsgroups handling for NNTP overviews which don't include
9908         Newsgroups.
9909
9910 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9911
9912         * message.el (message-resend): Bind message-generate-hashcash to nil.
9913
9914 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9915
9916         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9917         when searching for already-paid recipients.
9918
9919 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9920
9921         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9922         passphrases when it is not needed.
9923         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9924         passphrase stuff from gpg, should only be necessary when you use
9925         gpg with a smartcard.
9926
9927 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9928
9929         * mml.el (mml-insert-mime): Ignore cached contents of
9930         message/external-body part.
9931
9932         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9933         (mm-insert-part): Ditto.
9934
9935 2006-03-23  Simon Josefsson  <jas@extundo.com>
9936
9937         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9938         Reiner.
9939         (pgg-gpg-use-agent-p): Use it again.
9940
9941 2006-03-23  Simon Josefsson  <jas@extundo.com>
9942
9943         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9944         older emacsen.
9945         (pgg-gpg-use-agent-p): Don't use it.
9946
9947 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9950         if we can.
9951
9952 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9953
9954         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9955         (pgg-gpg-update-agent): New function.
9956         (pgg-gpg-use-agent-p): New function.
9957         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9958         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9959         (pgg-gpg-sign-region): Use it.
9960
9961 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9964         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9965
9966 2006-03-21  Simon Josefsson  <jas@extundo.com>
9967
9968         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9969         <wilde@sha-bang.de>.
9970         (pgg-gpg-use-agent): New variable.
9971         (pgg-gpg-process-region): Use it.
9972         (pgg-gpg-encrypt-region): Likewise.
9973         (pgg-gpg-encrypt-symmetric-region): Likewise.
9974         (pgg-gpg-decrypt-region): Likewise.
9975         (pgg-gpg-sign-region): Likewise.
9976         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9977
9978 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9981
9982         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9983         Add comment on version.
9984
9985 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * smiley.el: Add missing test smiley.
9988
9989 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * mm-decode.el (mm-with-part): New macro.
9992         (mm-get-part): Use it; work with message/external-body as well.
9993         (mm-save-part): Treat name and filename equally.
9994
9995         * mm-extern.el (mm-extern-cache-contents): New function.
9996         (mm-inline-external-body): Use it; force the part to be displayed;
9997         move undisplayer added to the cached handle to the parent.
9998
9999         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10000         (gnus-mime-view-part-as-type): Work with message/external-body.
10001
10002         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10003
10004 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10007         images in image-load-path.  [Sync with image.el, revision 1.60, in
10008         Emacs.]
10009
10010 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10013         path rather than symbol.  Always return list of directories.
10014         Guarantee that image directory comes first.  [Sync with image.el,
10015         revision 1.59, in Emacs.]
10016
10017         * message.el (message-make-tool-bar): Adjust to new API of
10018         `gmm-image-load-path-for-library'.
10019
10020         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10021
10022         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10023
10024 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10025
10026         * gnus-art.el (gnus-article-only-boring-p):
10027         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10028         intangible text.
10029         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10030
10031 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10032
10033         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10034         `defun' instead of `gmm-defun-compat'.
10035
10036 2006-03-14  Simon Josefsson  <jas@extundo.com>
10037
10038         * message.el (message-unique-id): Don't use message-number-base36
10039         if (user-uid) is a float.
10040         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10041
10042 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10043
10044         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10045
10046         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10047         empty line between a part and a message part.
10048
10049 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10050
10051         * smiley.el: Add more test smileys.
10052         (smiley-data-directory, smiley-regexp-alist)
10053         (gnus-smiley-file-types): Fix doc strings.
10054         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10055         adding new elements.
10056         (smiley-mouse-map): Unused code.  Make it a comment.
10057
10058 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10061         scan latest NoCeM messages instead of old ones.
10062         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10063         delimiters that are recently used.
10064         (gnus-nocem-load-cache): Add autoload cookie.
10065
10066         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10067
10068         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10069         level which is larger than gnus-use-nocem is specified.
10070
10071         * gnus-group.el (gnus-group-get-new-news): Ditto.
10072
10073 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10074
10075         * gnus-util.el (gnus-tool-bar-update): New function.
10076
10077         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10078         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10079
10080         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10081
10082         * gnus-group.el (gnus-group-redraw-when-idle)
10083         (gnus-group-redraw-check): Remove.
10084         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10085
10086 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10087
10088         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10089         if optional last element is specified in splits (FIELD VALUE...).
10090
10091 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10092
10093         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10094         to gmm-image-load-path-for-library.  Call with no-error argument.
10095         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10096
10097         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10098
10099         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10100
10101         * gmm-utils.el (gmm-image-load-path): Remove alias.
10102
10103 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10104
10105         * gmm-utils.el (gmm-image-load-path): Add alias.
10106
10107         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10108         nnml-generate-nov-databases-1.
10109         (nnml-generate-nov-databases): Use it.
10110         (nnml-generate-nov-databases-directory): Document no-active
10111         argument.
10112
10113         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10114         directory if path is t.  Add no-error.
10115
10116         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10117         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10118
10119         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10120         resetting gnus-article-browse-html-temp-list.
10121
10122         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10123         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10124         Add example to docstring.  Rename local variables.  Move error
10125         checks to default case in cond and simplify.
10126
10127 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10130         handle is multipart when calling it recursively.
10131         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10132
10133 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10134
10135         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10136         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10137
10138 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10141         is loaded.
10142
10143         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10144         loaded.
10145
10146 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10147
10148         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10149         to "Emacs 23 (unicode)" in doc string.
10150
10151         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10152         "Emacs 23 (unicode)" in comment.
10153
10154 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10157
10158         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10159         characters 160 through 255 in Emacs 23.
10160
10161 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10164         gnus-article-browse-html-temp.
10165         (gnus-article-browse-delete-temp): Make it customizable.  Add
10166         `file'.  Adjust doc string.
10167         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10168         query for each file.  Adjust doc string.
10169         (gnus-article-browse-html-parts): Add
10170         `gnus-article-browse-delete-temp-files' to
10171         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10172
10173 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10174
10175         * gnus-art.el (gnus-article-browse-html-temp)
10176         (gnus-article-browse-delete-temp): New variables.
10177         (gnus-article-browse-delete-temp-files): New function.
10178         (gnus-article-browse-html-parts): Use it.
10179
10180 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10181
10182         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10183
10184         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10185         string.
10186
10187         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10188         gnus-summary-insert-new-articles when unplugged.  Remove
10189         gnus-summary-search-article-forward.
10190
10191         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10192         display-visual-class instead of display-color-cells.
10193
10194 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * dgnushack.el: Autoload customize-group for XEmacs.
10197
10198         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10199         message/* containing non-ASCII text properly.
10200
10201 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10202
10203         * message.el: Require gmm-utils, remove autoloads.
10204         (message-tool-bar): Set default based on
10205         gmm-tool-bar-style.
10206         (message-tool-bar-gnome): Add gmm-customize-mode.
10207
10208         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10209         gmm-tool-bar-style.
10210         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10211
10212         * gnus-group.el (gnus-group-tool-bar): Set default based on
10213         gmm-tool-bar-style.
10214         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10215
10216         * gmm-utils.el (gmm-image-directory): Rename variable from
10217         gmm-image-load-path.
10218         (gmm-image-load-path): Use gmm-image-directory.
10219         (gmm-customize-mode): New function.
10220         (gmm-tool-bar-style): New variable.
10221
10222         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10223         gnus-group-redraw-line-number.
10224         (gnus-group-redraw-check): Simplify.
10225         (gnus-group-tool-bar-update): Remove redraw check.
10226         (gnus-group-make-tool-bar): Add redraw check.
10227
10228 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10229
10230         * gnus-art.el (gnus-button): Add missing parentheses.
10231
10232 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10233
10234         * lpath.el: Fbind line-number-at-pos.
10235
10236 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10237
10238         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10239
10240 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10241
10242         * gnus-art.el (gnus-button): New face.
10243         (gnus-article-button-face): Use it.
10244
10245         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10246         gnus-summary-next-page.  Re-order.
10247
10248         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10249         next-node are now included.
10250         (gnus-group-redraw-line-number): New internal variable.
10251         (gnus-group-redraw-check): Helper function for updating the tool
10252         bar.
10253         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10254
10255         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10256
10257         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10258         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10259         Use it to match format of Spamassassin 3.0 and later.  Reported by
10260         IRIE Tetsuya <irie@t.email.ne.jp>.
10261         (spam-check-bogofilter)
10262         (spam-bogofilter-register-with-bogofilter): Fix args of
10263         `gnus-error' calls.
10264
10265 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10266
10267         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10268         unnecessary interaction when sending queued mails.  Reported by
10269         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10270
10271 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10272
10273         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10274         first or last are nil.
10275
10276 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10277
10278         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10279
10280 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10281
10282         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10283
10284 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285
10286         * dns.el (query-dns): Protect more against buggy tcp output.
10287
10288 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10289
10290         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10291         nov.php.
10292
10293 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10294
10295         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10296         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10297         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10298         output on the server side.
10299         (nnweb-google-create-mapping): Update regexps and add some
10300         progress indication.
10301
10302 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10305         gnus-agent-toggle-plugged.  Re-order icons.
10306         (gnus-group-tool-bar-gnome): Add
10307         gnus-group-{prev,next}-unread-group.
10308         (gnus-group-tool-bar-gnome): Re-order icons.
10309
10310         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10311         gnus-summary-insert-new-articles.
10312
10313         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10314         comments.
10315
10316         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10317         also available in Emacs 21.3.
10318
10319         * message.el (message-fix-before-sending): Change "Emacs 22" to
10320         "Emacs 23 (unicode)" in comment.
10321
10322         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10323         "Emacs 23 (unicode)" in comment.
10324
10325         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10326         comment.
10327         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10328
10329         * mm-view.el (mm-fill-flowed): Add :version.
10330
10331 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10334         and load-path.
10335
10336 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10337
10338         * message.el: Autoload gmm-image-load-path.
10339         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10340         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10341         consitency.
10342
10343         * gmm-utils.el (gmm-image-load-path): Also search in
10344         "../etc/images".  Don't set gmm-image-load-path if we don't find
10345         the image.
10346
10347 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gmm-utils.el (gmm-image-load-path): Don't make
10350         `gmm-image-load-path' include subdirectories which the second arg
10351         `image' might specify.
10352
10353         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10354         subdirectory to icon file names.
10355
10356         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10357
10358 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10359
10360         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10361         gmm-image-load-path calls.
10362
10363         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10364
10365         * message.el (message-make-tool-bar): Ditto.
10366
10367         * mml.el (mml-preview): Added comment concerning tool bar icons.
10368
10369         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10370         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10371
10372         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10373         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10374
10375         * message.el (message-tool-bar-gnome): Use new icon names.
10376         (message-make-tool-bar): Use `gmm-image-load-path'.
10377
10378         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10379         functions from MH-E.
10380         (gmm-image-load-path): New variable from MH-E.
10381         (gmm-image-load-path): New function from MH-E.  Added arguments
10382         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10383         *-image-load-path-called-flag.
10384
10385 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10386
10387         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10388
10389 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10390
10391         * nnimap.el (nnimap-request-move-article): Change folder back to
10392         source group before deleting.
10393
10394 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10397
10398         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10399         mm-url.
10400
10401         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10402
10403 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10404
10405         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10406         coding system which mm-charset-to-coding-system returns for a
10407         given charset is valid.
10408
10409 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10410
10411         * html2text.el (html2text-remove-tag-list):
10412         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10413
10414 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10415
10416         * gnus-cus.el: Revert 2005-10-17 change.
10417
10418 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10419
10420         * gnus-art.el (article-strip-banner): Call
10421         article-really-strip-banner only when the regexp match is made.
10422
10423 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * gnus-art.el (article-strip-banner): Use
10426         gnus-extract-address-components instead of
10427         mail-header-parse-addresses to make it work with non-ASCII text;
10428         remove mail-encode-encoded-word-string.
10429
10430         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10431         values which are surrounded with \"...\"; make it never cause a
10432         Lisp error; give up parsing of parameters if it failed in
10433         extracting type.
10434
10435 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10436
10437         * smime.el (smime-cert-by-ldap-1): Fix bug where
10438         `smime-ldap-search' returns results without userCertificates.
10439
10440 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10443
10444 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10445
10446         * spam.el (spam-check-spamassassin-headers): Adapt format for
10447         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10448         <ari@mbf.ocn.ne.jp>.
10449         (spam-list-of-processors): Add spam-use-gmane.
10450
10451 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10452
10453         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10454         make-temp-file; make it work with XEmacs as well.
10455
10456         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10457         mm-make-temp-file.
10458
10459         * mm-decode.el (mm-display-external): Use the 3rd arg of
10460         mm-make-temp-file.
10461         (mm-create-image-xemacs): Ditto.
10462
10463 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10464
10465         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10466         with message-narrow-to-headers.
10467         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10468         (gnus-draft-check-draft-articles): New function.
10469         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10470
10471 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * gnus-art.el (gnus-article-browse-html-parts):
10474         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10475         Don't use suffix argument for mm-make-temp-file for Emacs 21
10476         compatibility.  Remove useless `format'.
10477
10478 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10479
10480         * nnweb.el (nnweb-google-wash-article): Update regexps.
10481         (nnweb-group-alist): Use defvoo instead of defvar.
10482
10483 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10486         re-loading nn* modules.
10487
10488 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10489
10490         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10491         for `tool-bar-mode' and don't check it's default-value.
10492
10493         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10494
10495         * message.el (message-make-tool-bar): Ditto.
10496
10497         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10498         `substring'.  Shorten tmp-file name.
10499
10500         * gnus.el: Remove bogus comment.
10501
10502 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10503
10504         * gnus-art.el (gnus-article-browse-html-parts): New function.
10505         (gnus-article-browse-html-article): New function for viewing html
10506         articles with a browser.
10507
10508 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10509
10510         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10511         in elisp.
10512         (pgg-gpg-encrypt-symmetric-region): Ditto.
10513         (pgg-gpg-sign-region): Ditto.
10514
10515         * pgg-def.el (pgg-text-mode): New variable.
10516
10517         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10518         (mml2015-pgg-encrypt): Ditto.
10519
10520         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10521         (mml1991-pgg-encrypt): Ditto.
10522
10523 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10526         message-make-date instead of current-time-string.
10527
10528         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10529         to gnus-decoded which mm-uu might set.
10530
10531 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10534         don't decode quoted parameters; remove misimported Emacs code.
10535         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10536         (rfc2231-decode-encoded-string): Don't use split-string which
10537         behaves differently according to Emacs version; use
10538         mm-decode-coding-region to convert charset to coding-system.
10539         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10540         (rfc2231-encode-string): Remove misimported Emacs code.
10541
10542 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10543
10544         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10545         when calling mail-header-parse-content-type.
10546         (article-de-quoted-unreadable): Ditto.
10547         (article-de-base64-unreadable): Ditto.
10548         (article-wash-html): Ditto.
10549
10550         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10551         calling mail-header-parse-content-type and
10552         mail-header-parse-content-disposition.
10553         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10554         mail-header-parse-content-type.
10555
10556         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10557         insert charset and format parameters; encode description after
10558         inserting it to buffer.
10559         (mml-insert-parameter): Fold lines properly even if a parameter is
10560         segmented into two or more lines; change the max column to 76.
10561
10562         * rfc1843.el (rfc1843-decode-article-body): Don't use
10563         ignore-errors when calling mail-header-parse-content-type.
10564
10565         * rfc2231.el (rfc2231-parse-string): Return at least type if
10566         possible; don't cause an error even if it fails in parsing of
10567         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10568         (rfc2231-encode-string): Don't break lines at the beginning, leave
10569         it to mml-insert-parameter.
10570
10571         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10572         calling mail-header-parse-content-type.
10573
10574 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10575
10576         * spam-report.el (spam-report-gmane-use-article-number):
10577         Improve doc string.
10578         (spam-report-gmane-internal): Check if a suitable header was found
10579         in the article.
10580
10581 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10584         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10585
10586 2006-02-05  Romain Francoise  <romain@orebokech.com>
10587
10588         Update copyright notices of all files in the gnus directory.
10589
10590 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10591
10592         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10593
10594 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10597         segmented lines of parameter value to cope with Thunderbird 1.5
10598         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10599         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10600         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10601
10602 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10603
10604         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10605         parts.
10606
10607 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10608
10609         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10610         there's only one active file for all servers.
10611         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10612         solid groups.  Gnus might have used a FAST request to select the group.
10613         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10614         and nnweb-search redundantly in the active file.
10615         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10616         (nnweb-request-create-group): Don't use ARGS.
10617         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10618         initialisations.  Let nnoo do the work.
10619
10620 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10623         Say the part has been decoded.
10624
10625         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10626
10627 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10628
10629         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10630         mailcap-viewer-test-cache when there's no 'test clause, since that
10631         will invert the meaning of a "nil" test previously determined by
10632         mailcap-mailcap-entry-passes-test.
10633
10634 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10637         compiling.
10638
10639         * gnus-sum.el: Ditto.
10640
10641         * message.el: Don't bind tool-bar-map when compiling.
10642
10643 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10646
10647 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10648
10649         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10650         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10651         current Google Groups.
10652
10653 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10656         and tool-bar-mode.
10657
10658         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10659         and tool-bar-mode.
10660
10661         * message.el (message-tool-bar-update): Simplify.
10662         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10663
10664         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10665         gnus-summary-buffer.
10666         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10667         gnus-summary-reply.
10668
10669         * gmm-utils.el (gmm): Add :version.
10670
10671 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * Makefile.in (clean): New rule.
10674         (distclean): Use it.
10675
10676 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10677
10678         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10679         autoload.
10680
10681 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10682
10683         * gmm-utils.el (gmm-verbose): Add :group.
10684
10685 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * message.el: Change some comments WRT tool-bars.
10688
10689         * gnus-sum.el (gnus-summary-tool-bar)
10690         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10691         (gnus-summary-tool-bar-zap-list): New variables.
10692         (gnus-summary-make-tool-bar): Complete rewrite using
10693         `gmm-tool-bar-from-list'.
10694
10695         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10696         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10697         variables.
10698         (gnus-group-make-tool-bar): Complete rewrite using
10699         `gmm-tool-bar-from-list'.
10700         (gnus-group-tool-bar-update): New function.
10701
10702         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10703
10704 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10707         is dissected into a single part of which the type is the same as
10708         the given one; decode charset.
10709
10710 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10711
10712         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10713         into alists as symbol not string, since that's what
10714         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10715         look for.
10716
10717 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10718
10719         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10720         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10721
10722         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10723
10724 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10727         (gnus-xmas-mime-security-button-menu): New function.
10728
10729         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10730         (gnus-mime-security-button-menu): New definition.
10731         (gnus-mime-security-button-map): Use them.
10732         (gnus-mime-security-button-menu): New function.
10733         (gnus-insert-mime-security-button): Addition to help echo.
10734         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10735         (gnus-mime-security-pipe-part): New functions.
10736
10737         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10738         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10739
10740         * mm-decode.el (mm-handle-set-disposition): Remove.
10741         (mm-handle-set-description): Remove.
10742
10743 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10746         (mm-w3m-standalone-supports-m17n-p): New function.
10747         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10748         w3m usage.
10749
10750         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10751         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10752
10753 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * message.el (message-tool-bar-zap-list): Use
10756         gmm-tool-bar-zap-list as custom type.
10757         (message-tool-bar-update): New function.
10758         (message-tool-bar, message-tool-bar-gnome)
10759         (message-tool-bar-retro): Add message-tool-bar-update.
10760         (message-tool-bar-gnome): Add flyspell-buffer.
10761
10762         * gnus-util.el (gnus-error): Describe `args'.
10763
10764         * gmm-utils.el (gmm-error): Describe `args'.
10765         (gmm-tool-bar-zap-list): New widget.
10766         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10767
10768 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10771         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10772         the number of recursive calls.
10773
10774         * mm-decode.el (mm-handle-set-disposition): New macro.
10775         (mm-handle-set-description): New macro.
10776
10777 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10780         encoding.
10781
10782 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10783
10784         * message.el (message-tool-bar-zap-list, message-tool-bar)
10785         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10786         (message-tool-bar-local-item-from-menu): Remove.
10787         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10788         (message-make-tool-bar): New function.
10789         (message-mode): Use `message-make-tool-bar'.
10790
10791         * gmm-utils.el: New file.
10792         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10793         (gmm-lazy): New widget copied from `nnmail.el'.
10794         (gmm-tool-bar-from-list): New function for creating customizable
10795         tool bars.
10796         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10797         output.
10798         (gmm): Add :prefix to defgroup.
10799
10800 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10801
10802         * gmm-utils.el (gmm-widget-p): New function.
10803
10804 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * mml.el (mml-attach-file): Describe `description' in doc string.
10807         (mml-menu): Add Emacs MIME manual and PGG manual.
10808
10809 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10810
10811         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10812
10813 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10814
10815         * nntp.el (nntp-end-of-line): Doc fix.
10816
10817 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10818
10819         * imap.el (imap-open): Handle case where buffer is a buffer
10820         object.
10821
10822 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10823
10824         * gnus-delay.el (gnus-delay): Don't autoload.
10825         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10826         to be re-loaded when customizing the `gnus-delay' group.
10827
10828 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10829
10830         * message.el (message-insert-citation-line): Use newlines.
10831
10832 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10833
10834         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10835         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10836         these routines, so the passphrase can be managed externally and
10837         passed in to the system.
10838         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10839         pgg-add-passphrase-to-cache function.
10840
10841         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10842         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10843         these routines, so the passphrase can be managed externally and
10844         passed in to the system.
10845         (pgg-pgp5-sign-region): Use new name of
10846         pgg-add-passphrase-to-cache function.
10847
10848 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10849
10850         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10851         part of the decoded armor to find the key-identifier.
10852         (pgg-gpg-lookup-key-owner): New function to return the
10853         human-readable identifier of a key owner.
10854         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10855         itself.
10856         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10857         the key value) if we have a key and can match it against a secret
10858         key.  Also, added a note pointing out fact that the prompt only
10859         indicates the first matching key.
10860
10861         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10862         pgg-decrypt-region.
10863         (pgg-add-passphrase-to-cache): Rename from
10864         `pgg-add-passphrase-cache' to reduce confusion (all callers
10865         changed).
10866         (pgg-remove-passphrase-from-cache): Rename from
10867         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10868         changed).
10869         (pgg-read-passphrase, pgg-add-passphrase-cache)
10870         (pgg-remove-passphrase-cache): Add informative docstrings.
10871         (pgg-decrypt): Convey provided passphrase in subordinate call to
10872         pgg-decrypt-region.
10873
10874 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10875
10876         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10877         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10878         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10879         'passphrase' argument, so the passphrase can be managed externally
10880         and then passed in to the system.
10881
10882         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10883         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10884         so the passphrase cache can be used reliably with identifiers
10885         besides a pgp packet's key id.
10886
10887         * pgg-gpg.el (pgg-gpg-encrypt-region)
10888         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10889         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10890         these routines, so the passphrase can be managed externally and
10891         passed in to the system.
10892
10893         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10894         'notruncate' argument, so the passphrase cache can be used
10895         reliably with identifiers besides a pgp packet's key id.
10896
10897 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10898
10899         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10900         symmetric encryption.
10901         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10902         encrypted session key.
10903         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10904         message ask for the passphrase in a proper way.
10905
10906         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10907         New user commands for symmetric encryption.
10908
10909 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10912
10913         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10914
10915 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10916
10917         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10918
10919 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * mm-decode.el (mm-inlined-types): Add application/pgp.
10922         (mm-automatic-display): Ditto.
10923
10924         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10925         part as text.
10926
10927 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * nnrss.el: Update copyright.
10930         (nnrss-opml-import): Query whether to subscribe to each entry.
10931
10932         * gnus-art.el:
10933         * gnus-sum.el:
10934         * gnus-xmas.el:
10935         * messagexmas.el:
10936         * mm-uu.el:
10937         * mm-view.el: Update copyright.
10938
10939 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * message.el (message-info): New function.
10942         (message-mode-menu): Add it.
10943         Update copyright.
10944
10945         * ChangeLog: Fix and update copyright.
10946
10947 2006-01-13  Romain Francoise  <romain@orebokech.com>
10948
10949         * message.el (message-forward-subject-name-subject): Prefer the
10950         address to 'nowhere' if the sender has no name.
10951         Fix typo.  Update copyright year.
10952
10953 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * gnus-art.el (article-wash-html): Use
10956         gnus-summary-show-article-charset-alist if a numeric arg is given.
10957         (gnus-article-wash-html-with-w3m-standalone): New function.
10958
10959         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10960         mm-inline-text-html-render-with-w3m-standalone.
10961         (mm-text-html-washer-alist): Map w3m-standalone to
10962         gnus-article-wash-html-with-w3m-standalone.
10963         (mm-inline-text-html-render-with-w3m-standalone): New function.
10964
10965 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10966
10967         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10968         Improve LaTeX.
10969
10970 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10973         (nnrss-request-article): Render text/plain parts as HTML.
10974
10975         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10976         the buffer.
10977
10978 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10979
10980         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10981         custom definition of `gnus-posting-styles'.
10982
10983         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10984         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10985
10986 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10989         Use nntp for bug archive.
10990
10991 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10994         parts.
10995         (nnrss-normalize-date): New function converts ISO 8601 date into
10996         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10997         (nnrss-check-group): Use it.
10998
10999 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11000
11001         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11002
11003         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11004         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11005         (nnrss-insert-w3): Ditto.
11006
11007 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11010         the articles to be forwarded including the case where neither a
11011         number of articles nor a region is specified.
11012
11013 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * nnrss.el (nnrss-request-article): Fix last change; fill
11016         text/plain parts.
11017
11018 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11021         in text/plain part.
11022         (nnrss-check-group): Don't add excessive newline to dc:subject.
11023
11024 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11025
11026         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11027         article.
11028
11029 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11032         (nnml-use-compressed-files, nnml-save-mail): Support other
11033         comression programs such as bzip2.
11034
11035 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11036
11037         * dns.el (query-dns): Make sure we check the buffer size before
11038         removing tcp headers.
11039
11040 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11043         remove MIME buttons associated with multipart/alternative parts.
11044         (gnus-mime-display-alternative): Tag buttons using `article-type'
11045         text property.
11046
11047         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11048         associated with multipart/alternative parts.
11049
11050         * gnus-art.el (gnus-signature-separator): Fix custom type.
11051
11052         * mm-decode.el (mm-inlined-types): Fix custom type.
11053         (mm-keep-viewer-alive-types): Ditto.
11054         (mm-automatic-display): Ditto.
11055         (mm-attachment-override-types): Ditto.
11056         (mm-inline-override-types): Ditto.
11057         (mm-automatic-external-display): Ditto.
11058
11059 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11060
11061         * spam-report.el (spam-report-user-mail-address)
11062         (spam-report-user-agent): New variables.
11063         (spam-report-url-ping-plain): Use spam-report-user-agent.
11064
11065 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11066
11067         * gnus-art.el (gnus-button-handle-custom): Do not just use
11068         `customize-apropos' for any "M-x customize-*" button but the
11069         function called for.  Accept both the function name and its
11070         argument in order to achieve this.
11071         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11072         function name to `gnus-button-handle-custom' in case of "M-x
11073         customize-*" buttons.
11074
11075 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11076
11077         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11078         multipart/alternative and add xref to mm-discouraged-alternatives
11079         in doc string.
11080
11081         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11082         gnus-buttonized-mime-types in doc string.
11083
11084 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11085
11086         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11087         Suggest image/.* in the doc string.
11088
11089 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11090
11091         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11092         message-marks (Debian bug #342521).
11093
11094 2005-12-12  Simon Josefsson  <jas@extundo.com>
11095
11096         * password.el (password-read-from-cache): Add.
11097         (password-read): Use it.
11098
11099 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11102         us-ascii as a MIME charset.
11103
11104         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11105         against the case where the 2nd arg TYPE is nil.
11106
11107 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * pop3.el (pop3-stream-type): Fix custom version.
11110
11111         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11112
11113 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11114
11115         * mm-decode.el (mm-display-external): Add missing cdr.
11116
11117 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11118
11119         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11120         RFC1524) if it is in mailcap or add a suffix according to
11121         mailcap-mime-extensions when generating a temp filename; postpone
11122         deleting a temp file for 2 seconds for some wrappers, shell
11123         scripts, and so on, which might exit right after having started a
11124         viewer command as a background job.
11125
11126 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11127
11128         * nntp.el (nntp-marks-directory): Fix custom group.
11129
11130         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11131         steps when < 10.
11132
11133         * gnus-start.el (gnus-no-server-1): Mention
11134         `gnus-level-default-subscribed' in doc string.
11135
11136 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11137
11138         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11139         parens.
11140
11141 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * gnus-xmas.el (gnus-use-toolbar): Revert.
11144         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11145         gnus-use-toolbar is default.
11146
11147         * messagexmas.el (message-use-toolbar): Revert.
11148         (message-setup-toolbar): Use global default-toolbar if
11149         message-use-toolbar is default.
11150
11151 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11154         according to default-toolbar-visible-p.
11155
11156         * messagexmas.el (message-use-toolbar): Ditto.
11157
11158 2005-11-26  Dave Love  <fx@gnu.org>
11159
11160         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11161         (tls-program, tls-success): Provide openssl alternative.
11162
11163         * starttls.el: Doc fixes.
11164         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11165         SERVICE to PORT.
11166
11167         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11168         port null or service name.
11169         (starttls-negotiate): Autoload.
11170
11171 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * message.el (message-kill-to-signature): Fix interactive spec.
11174
11175 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11176
11177         * pop3.el (pop3-open-server): Recognize a string as a service name.
11178
11179 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11180
11181         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11182
11183 2005-11-23  Dave Love  <fx@gnu.org>
11184
11185         Add pop3s, pop3/starttls.
11186
11187         * pop3.el (pop3-authentication-scheme): Clarify doc.
11188         (open-tls-stream, starttls-open-stream): Autoload.
11189         (pop3-stream-type): New.
11190         (pop3-open-server): Use it.
11191
11192         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11193         for POP.
11194         (mail-source-keyword-map): Add :stream for POP.
11195         (mail-source-fetch-pop): Use pop3-stream-type.
11196
11197 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11200         of current-time-string.
11201
11202 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11203
11204         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11205         date header.
11206
11207 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11208
11209         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11210         it can seriously impact performance as it bypasses the agent's
11211         local caches.
11212
11213 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11214
11215         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11216         must be explicitly online rather than "not explicitly offline" for
11217         its flags to be synchronized.
11218
11219         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11220         that gnus-uu-unmark-thread will function correctly.
11221
11222         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11223         1024K is instead displayed as 1M.
11224
11225 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11226
11227         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11228
11229 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11230
11231         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11232
11233 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11234
11235         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11236         error message to display actual error condition.
11237         (gnus-agent-save-local): Avoid saving symbols that are bound to
11238         nil as they simply result in a warning message in
11239         gnus-agent-read-local.
11240
11241 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11244         rather than make-variable-buffer-local for file-precious-flag.
11245
11246 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11247
11248         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11249         for duplicates which are removed.  The invalid sort check then
11250         triggers a rescan after the sort as sorting may have moved
11251         duplicate entries such that they can be cheaply detected.
11252
11253 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11256
11257 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11258
11259         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11260         internal variable to a custom variable.  Changed default value
11261         from compressed(2) to uncompressed(1).
11262         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11263         support for uncompressed agentview files.  Taken together, reading
11264         the agentview file should now be 6-7 times faster.
11265
11266 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11267
11268         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11269         as a buffer-local variable.  This avoids creating truncated
11270         dribble files as a result of a hang up, eg.
11271
11272 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11273
11274         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11275         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11276         XEmacs.
11277
11278 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11279
11280         * gnus-start.el (gnus-start-draft-setup): Enforce
11281         `gnus-draft-mode' for nndraft:drafts at startup.
11282
11283         * gnus.el (gnus-splash): Change custom group.
11284         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11285         allow-list argument.
11286
11287         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11288         string.
11289
11290 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * gnus-art.el (gnus-default-article-saver): Add user-defined
11293         `function' to custom type.
11294
11295 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11296
11297         * imap.el (imap-open): Handle case where buffer is a buffer
11298         object.
11299
11300 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11303         long lines.
11304         (gnus-cache-delete-group): Wrap doc strings.
11305
11306         * gnus-agent.el (gnus-agent-rename-group)
11307         (gnus-agent-delete-group): Wrap doc strings.
11308
11309 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * messagexmas.el (message-use-toolbar): Change the valid values
11312         into default, top, bottom, left, and right.
11313         (message-toolbar-thickness): New variable.
11314         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11315         well.
11316         (message-setup-toolbar): Make it work.
11317
11318         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11319         (gnus-use-toolbar): Change the valid values into default, top,
11320         bottom, left, and right.
11321         (gnus-toolbar-thickness): New variable.
11322         (gnus-xmas-setup-toolbar): New function.
11323         (gnus-xmas-setup-group-toolbar): Use it.
11324         (gnus-xmas-setup-summary-toolbar): Use it.
11325
11326 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11327
11328         * gnus-start.el (gnus-1): Add "native" to
11329         gnus-predefined-server-alist.
11330
11331         * gnus.el (gnus-method-to-server): Don't add "native" to the
11332         lists here, because that leads to problems when
11333         gnus-select-method is bound.
11334
11335 2005-11-09  Simon Josefsson  <jas@extundo.com>
11336
11337         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11338         use (not sort-by-date) instead.
11339
11340 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11341
11342         * gnus-delay.el (gnus-delay-group): Don't autoload.
11343         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11344         to be re-loaded when customizing the `gnus-delay' group.
11345
11346 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11347
11348         * message.el: Revert last changes.
11349         (message-insert-citation-line): Use newlines.
11350
11351 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11352
11353         * message.el (message-courtesy-message)
11354         (message-mark-insert-begin, message-mark-insert-end)
11355         (message-elide-ellipsis, message-cancel-message)
11356         (message-add-header, message-change-subject)
11357         (message-cross-post-followup-to-header)
11358         (message-cross-post-insert-note, message-reduce-to-to-cc)
11359         (message-widen-reply, message-delete-not-region)
11360         (message-kill-to-signature, message-insert-signature)
11361         (message-insert-importance-high, message-insert-importance-low)
11362         (message-insert-or-toggle-importance)
11363         (message-insert-disposition-notification-to)
11364         (message-indent-citation, message-yank-original)
11365         (message-cite-original-without-signature, message-cite-original)
11366         (message-insert-citation-line, message-position-on-field)
11367         (message-fix-before-sending, message-send-mail-partially)
11368         (message-send-mail, message-send-mail-with-sendmail)
11369         (message-send-mail-with-qmail, message-send-news)
11370         (message-check-news-header-syntax, message-generate-headers)
11371         (message-insert-courtesy-copy, message-fill-address)
11372         (message-fill-header, message-shorten-references)
11373         (message-setup-1, message-cancel-news)
11374         (message-forward-make-body-plain, message-forward-make-body-mime)
11375         (message-forward-make-body-mml, message-encode-message-body)
11376         (message-forward-make-body-digest-plain)
11377         (message-forward-make-body-digest-mime)
11378         (message-use-alternative-email-as-from): Insert `hard-newline'
11379         instead of ordinary newlines.
11380
11381 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * message.el (message-generate-headers): Downcase the argument
11384         given to message-check-element.
11385
11386 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11387
11388         * nntp.el (nntp-authinfo-rejected): New error condition.
11389         (nntp-wait-for): Use new error condition to signal authentication
11390         error.
11391         (nntp-retrieve-data): Rethrow new error condition to break out of
11392         recursive call to nntp-send-authinfo.
11393
11394 2005-11-08  Romain Francoise  <romain@orebokech.com>
11395
11396         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11397         (gnus-summary-exit-map): Bind to `Z p'.
11398         (gnus-summary-make-menu-bar): Add menu item.
11399
11400 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11403         (gnus-treat-*): Add `first' in all doc strings.
11404
11405         * gnus-group.el (gnus-group-compact-group): Fix typo.
11406
11407 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11408
11409         * gnus.el (gnus-parameters-case-fold-search): New variable.
11410         (gnus-parameters-get-parameter): Use it.
11411
11412         * gnus-score.el (gnus-home-score-file): Doc fix.
11413
11414 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11415
11416         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11417
11418 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11419
11420         * mm-util.el (mm-special-display-p): New function.
11421
11422         * mml.el (mml-preview): Use it; doc fix.
11423
11424 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11425
11426         * imap.el (imap-open): Handle case where buffer is a buffer object.
11427
11428 2005-10-29  Romain Francoise  <romain@orebokech.com>
11429
11430         * message.el (message-fix-before-sending): Fix comment.
11431
11432 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11433
11434         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11435
11436 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11437
11438         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11439         Used in gnus-score.el.
11440
11441 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11444
11445 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11446
11447         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11448         whitespace removed in revision 7.8.  Use concatenated string to
11449         protect trailing whitespace.
11450
11451 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11452
11453         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11454         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11455         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11456         Courier IMAP ("some version from 2004").  Mostly based on similar
11457         code in the same function.
11458
11459 2005-10-26  Didier Verna  <didier@xemacs.org>
11460
11461         * gnus-group.el (gnus-group-compact-group): Invalidate original
11462         article buffer.
11463         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11464         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11465         NOV database and in article itself.
11466         Invalidate article backlog.
11467
11468 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11469
11470         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11471
11472 2005-10-26  Simon Josefsson  <jas@extundo.com>
11473
11474         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11475         part of 2004-07-25 change.
11476
11477 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * message.el (message-display-completion-list): New function.
11480         (message-expand-group): Use it; make sure the Completions buffer
11481         is modifiable.
11482 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11483
11484         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11485         user-mail-name is an empty string.
11486
11487 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11490         depending on gnus-score-decay-constant.
11491
11492         * encrypt.el (encrypt-insert-file-contents)
11493         (encrypt-write-file-contents): Don't use `gnus-message'.
11494
11495         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11496         arguments.
11497         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11498         arguments to mm-uu-verbatim-marks-extract.
11499         (mm-uu-hide-markers): New variable.
11500         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11501
11502         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11503         (gnus-convert-image-to-face-command): Use "convert" by default to
11504         allow other input image formats.
11505         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11506         accordingly.
11507
11508 2005-10-23  Simon Josefsson  <jas@extundo.com>
11509
11510         * imap.el (imap-gssapi-program): Align command line parameters
11511         with latest GNU SASL.
11512         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11513
11514 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11515
11516         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11517         HTML.
11518         (nnslashdot-request-article): Ditto.
11519
11520         * lpath.el (featurep): Add nobreak-char-display.
11521
11522 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11523
11524         * mail-source.el (mail-source-fetch-pop): Require pop3.
11525         (mail-source-check-pop): Ditto.
11526
11527 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11528
11529         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11530         errors.
11531
11532 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11533
11534         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11535         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11536
11537         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11538
11539         * mm-bodies.el (mm-decode-string): Call
11540         `mm-charset-to-coding-system' with allow-override argument.
11541
11542 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11545         (rfc2047-charset-to-coding-system): New function.
11546         (rfc2047-decode-encoded-words): New function.
11547         (rfc2047-decode-region): Use them.
11548         (rfc2047-decode-cte): Remove.
11549         (rfc2047-parse-and-decode): Remove.
11550         (rfc2047-decode): Remove.
11551
11552 2005-10-15  Kenichi Handa  <handa@m17n.org>
11553
11554         * rfc2047.el (rfc2047-decode-cte): New function.
11555         (rfc2047-decode-region): Change the way to decode successive
11556         encoded-words: decode B- or Q-encoding in each encoded-word,
11557         concatenate them, and decode it as charset.
11558
11559 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * lpath.el: Fbind codepage-setup for XEmacs.
11562
11563 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11564
11565         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11566         widget-move-and-invoke.
11567         (gnus-custom-mode): Use gnus-custom-map.
11568
11569 2005-10-15  Bill Wohler  <wohler@newt.com>
11570
11571         * message.el (message-tool-bar-map): Renamed image file from
11572         mail_send to mail/send.
11573
11574 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11575
11576         * message.el (message-expand-group): Pass the common
11577         prefix substring of completion to `display-completion-list'.
11578
11579 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * mml-sec.el (mml-secure-method): New internal variable.
11582         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11583         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11584         functions using mml-secure-method.
11585
11586         * mml.el (mml-mode-map): Add key bindings for those functions.
11587         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11588         Harder <harder@myrealbox.com>.
11589         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11590         end of message if point is the headers of the message.
11591
11592         * message.el (message-in-body-p): New function.
11593
11594         * assistant.el: Autoload gnus-util and netrc.
11595
11596         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11597         Use `mm-charset-override-alist' only when decoding.
11598
11599         * mm-bodies.el (mm-decode-body): Call
11600         `mm-charset-to-coding-system' with allow-override argument.
11601
11602         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11603         `filename' from Content-Disposition if Content-Type doesn't
11604         provide `name'.
11605         (gnus-mime-view-part-as-type): Set default instead of
11606         initial-input.
11607
11608 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11609
11610         * format-spec.el (format-spec): Propagate text properties of % spec.
11611
11612 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * gnus-art.el (gnus-treat-predicate): Add `first'.
11615
11616 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11619         (mm-charset-override-alist): New variable.
11620         (mm-charset-to-coding-system): Use it.
11621         (mm-codepage-setup): New helper function.
11622         (mm-charset-eval-alist): New variable.
11623         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11624         about unknown charsets.
11625
11626         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11627
11628 2005-10-04  David Hansen  <david.hansen@gmx.net>
11629
11630         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11631         (nnrss-check-group): Ditto.
11632
11633 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11634
11635         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11636         Rename x-gnus-verbatim to x-verbatim.
11637         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11638
11639         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11640         x-verbatim.
11641
11642         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11643
11644         * gnus-util.el (gnus-remove-duplicates): Remove.
11645
11646         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11647         instead of gnus-remove-duplicates.
11648
11649         * message.el (message-remove-duplicates): Remove.
11650         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11651         message-remove-duplicates.
11652
11653         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11654         available, else use implementation from `delete-dups'.
11655
11656         * message.el (message-insert-expires): New function.
11657         (message-mode-map): Add key binding.
11658         (message-mode-field-menu): Add menu entry.
11659         (message-mode): Document it.
11660         (message-make-expires-date): Use `message-make-date'.
11661
11662 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11663
11664         * message.el (message-make-expires-date): New function.
11665
11666 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * Makefile.in (list-installed-shadows): New entry.
11669         (install): Use it.
11670         (remove-installed-shadows): New entry.
11671
11672         * dgnushack.el (dgnushack-default-load-path): New variable.
11673         (dgnushack-find-lisp-shadows): New function.
11674         (dgnushack-remove-lisp-shadows): New function.
11675
11676 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * Makefile.in (install-el-elc): New entry.
11679         (install): Use it so that .el files are necessarily installed.
11680
11681 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11684
11685 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11686
11687         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11688         function rather than the diff-mode.el package.
11689         (mm-display-external): Use with-current-buffer.
11690         (mm-viewer-completion-map, mm-viewer-completion-map):
11691         Move initialization inside declaration.
11692
11693 2005-09-29  Simon Josefsson  <jas@extundo.com>
11694
11695         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11696         autoload mail-check-payment.
11697         (spam-check-hashcash): Define unconditionally, since hashcash.el
11698         is part of Gnus now.  Ignore errors from payment checking.
11699
11700 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * message.el (message-bold-region, message-unbold-region): Rename
11703         from `bold-region' and `unbold-region'.
11704
11705         * message.el: Remove useless autoloads.
11706
11707 2005-09-28  Simon Josefsson  <jas@extundo.com>
11708
11709         * message.el (message-use-idna): Default to t.
11710         (message-use-idna): Test whether encoding works too.  Doc fix.
11711
11712 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * nntp.el (nntp-warn-about-losing-connection): Remove.
11715
11716 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11717
11718         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11719         customizable.  Change default value.
11720         (mm-uu-diff-groups-regexp): Change default value.
11721         (mm-uu-type-alist): Add doc string.
11722         (mm-uu-configure): Add doc string.  Make it interactive.
11723         (mm-uu-tex-groups-regexp): New variable.
11724         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11725         (mm-uu-type-alist): Add LaTeX documents.
11726         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11727         of "text/verbatim".
11728         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11729
11730         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11731         instead of "text/verbatim".
11732
11733         * message.el (message-mark-inserted-region)
11734         (message-mark-insert-file): Use slrn style marks when called with
11735         prefix argument.
11736
11737 2005-09-27  Simon Josefsson  <jas@extundo.com>
11738
11739         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11740
11741 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11742
11743         * message.el (message-remove-duplicates): New function.
11744         Implementation borrowed from `gnus-remove-duplicates'.
11745         (message-idna-to-ascii-rhs): Also encode idna addresses in
11746         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11747         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11748         only ask about the same idna domain once per header and also tell
11749         in what header to replace the idna domain.
11750
11751         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11752         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11753         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11754         a header is decoded and not just the last one.
11755
11756 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11757
11758         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11759         has been decoded.
11760
11761         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11762         (mm-insert-part): Don't modify text if it has been decoded.
11763
11764         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11765         decoded.
11766
11767         * mm-view.el (mm-inline-text): Don't strip text props unless
11768         decoding enriched or richtext parts.
11769
11770 2005-09-25  Romain Francoise  <romain@orebokech.com>
11771
11772         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11773         * gnus-start.el (gnus-subscribe-interactively):
11774         * gnus-uu.el (gnus-uu-grab-articles):
11775         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11776         space.
11777
11778 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11779
11780         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11781         * mm-view.el (mm-view-pkcs7-decrypt):
11782         * gnus-sum.el (gnus-summary-limit-to-extra)
11783         (gnus-summary-respool-article, gnus-read-move-group-name):
11784         * gnus-score.el (gnus-summary-increase-score):
11785         * gnus-util.el (gnus-completing-read-with-default):
11786         * gnus-art.el (gnus-read-save-file-name)
11787         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11788         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11789         * message.el (message-check-news-header-syntax):
11790         Follow convention for reading with the minibuffer.
11791
11792 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * spam-report.el (spam-report-url-ping-plain):
11795         Use gnus-extended-version as User-Agent.
11796
11797         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11798         default value is nil.
11799
11800         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11801         (mm-uu-verbatim-marks-extract): New function.
11802         (mm-uu-extract): New face.
11803         (mm-uu-copy-to-buffer): Use it.
11804
11805         * spam-report.el (spam-report-gmane-ham): Renamed from
11806         `spam-report-gmane-unspam'.
11807         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11808         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11809
11810         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11811         Autoload.
11812         (spam-report-gmane-unregister-routine): Renamed
11813         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11814
11815 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11816
11817         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11818         (spam-report-gmane-unregister-routine): Add support for gmane
11819         unregistration.
11820
11821         * spam-report.el (spam-report-gmane-unspam)
11822         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11823         (spam-report-gmane): Change to take a single article and do unspam
11824         registration.
11825
11826 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11827
11828         * mm-url.el (mm-url-decode-entities): Fix regexp.
11829
11830 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11831
11832         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11833         default to nil, to be able to use Gnus at all.  If the default
11834         switches to something else, then the function should be fixed not
11835         be exceedingly slow.
11836
11837 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11838
11839         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11840         fail hard.
11841
11842         * spam-report.el: Add better Keywords line.
11843
11844         * spam.el: Add Maintainer and better Keywords line.
11845
11846 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gnus-art.el (gnus-article-replace-part)
11849         (gnus-mime-replace-part): New functions.
11850         (gnus-mime-action-alist, gnus-mime-button-commands)
11851         (gnus-mime-save-part-and-strip): Added file argument.
11852         (gnus-article-part-wrapper): Added interactive argument.
11853
11854         * gnus-sum.el (gnus-summary-mime-map): Add
11855         `gnus-article-replace-part'.
11856
11857 2005-09-19  Didier Verna  <didier@xemacs.org>
11858
11859         The nnml compaction feature:
11860         * nnml.el (nnml-request-compact-group): New function.
11861         * nnml.el (nnml-request-compact): New function.
11862         * gnus-int.el (gnus-request-compact-group): New function.
11863         * gnus-int.el (gnus-request-compact): New function.
11864         * gnus-group.el (gnus-group-compact-group): New function.
11865         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11866         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11867         * gnus-srvr.el (gnus-server-compact-server): New function.
11868         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11869         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11870
11871 2005-09-18  Deepak Goel  <deego@gnufans.org>
11872
11873         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11874         format spec.
11875
11876 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11879
11880 2005-09-15  Romain Francoise  <romain@orebokech.com>
11881
11882         * message.el (message-fill-paragraph): Clarify docstring.
11883
11884 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11885
11886         * gnus-art.el (gnus-mime-display-part): Protect against broken
11887         MIME messages.
11888
11889 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11892         before parsing header.
11893
11894 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11895
11896         * html2text.el (html2text-replace-list): Add new entities.
11897
11898 2005-09-11  Romain Francoise  <romain@orebokech.com>
11899
11900         * message.el (message-alternative-emails): Improve docstring.
11901         (message-setup-1): Call `message-use-alternative-email-as-from'
11902         after `message-setup-hook' to give it precedence over posting
11903         styles, etc.
11904         (message-use-alternative-email-as-from): Add docstring.  Remove
11905         the original From header if present.
11906
11907         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11908         (nnml-save-mail): Use it.
11909
11910         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11911         articles.  Add new argument `silent'.
11912         (gnus-uu-mark-all): Report the total number of marked articles.
11913
11914 2005-09-10  Romain Francoise  <romain@orebokech.com>
11915
11916         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11917         (gnus-uu-mark-series): Likewise.
11918
11919 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11920
11921         * spam-report.el (spam-report-gmane): Fix generation of spam
11922         report URL.
11923
11924 2005-09-10  Simon Josefsson  <jas@extundo.com>
11925
11926         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11927         t, based on discussion on the ding list with Robert Epprecht
11928         <epprecht@solnet.ch>.
11929
11930 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11931
11932         * spam-report.el (spam-report-gmane): Make it work without
11933         X-Report-Spam header.  Gmane now only provides Archived-At.
11934         This is only used if `spam-report-gmane-use-article-number' is nil.
11935         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11936
11937         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11938         make `gnus-summary-sort-by-recipient' work with threading.
11939
11940         * nnweb.el (nnweb-google-wash-article): Print a message if article
11941         is not available.
11942
11943 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11944
11945         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11946         change.  Decode text/* parts content before displaying.
11947
11948 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11949
11950         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11951
11952 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11953
11954         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11955
11956         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11957         url-package-name, url-package-version,
11958         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11959         w3m-display-inline-images, and w3m-minor-mode-map.
11960
11961 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11962
11963         * message.el (message-tab-body-function): Fix mismatched custom type.
11964
11965         * gnus.el (gnus-group-change-level-function): Ditto.
11966
11967         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11968
11969         * gnus-art.el (gnus-signature-limit)
11970         (gnus-article-mime-part-function): Ditto.
11971
11972 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * mml.el (mml-mode): Silence the byte compiler.
11975
11976         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11977         using `(sit-for 0)' before moving the point to the specified part;
11978         skip unbuttonized parts.
11979         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11980         return to the summary window if gnus-auto-select-part is non-nil.
11981
11982 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11983
11984         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11985         variables.
11986         (mml-dnd-attach-file, mml-mode): Use them.
11987
11988         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11989         Make fetching article by MID work again for Google Groups.  Added
11990         FIXME concerning gnus-group-make-web-group.
11991
11992         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11993         Don't depend on Gnus by using mail-extract-address-components if
11994         gnus-extract-address-components is not bound.
11995
11996 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11997
11998         * gnus-art.el (gnus-mime-display-security): Don't display the
11999         signature, but only the signed part.
12000
12001 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12004
12005         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12006         list, not listp.
12007
12008 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12009
12010         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12011         when encoding.
12012
12013         * mm-bodies.el (mm-decode-content-transfer-encoding):
12014         De-canonicalize CRLF for all text content types, not just
12015         text/plain.
12016
12017 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12018
12019         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12020         valid article; point arrow and cursor at the MIME button.
12021
12022 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12025         Suggested by Dan Christensen <jdc@uwo.ca>.
12026
12027         * mm-decode.el (mm-save-part): Enable change of prompt.
12028
12029 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12030
12031         * gnus-msg.el (gnus-inews-add-send-actions): Made
12032         `message-post-method' lambda parameter ARG `&optional'.
12033
12034 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12035
12036         * gnus-sum.el (gnus-summary-mime-map): Added
12037         gnus-article-save-part-and-strip, gnus-article-delete-part and
12038         gnus-article-jump-to-part.
12039
12040         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12041         (gnus-article-edit-part): Use it.
12042         (gnus-article-part-wrapper): Added no-handle argument.
12043         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12044         functions.
12045
12046 2005-08-29  Romain Francoise  <romain@orebokech.com>
12047
12048         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12049         docstring.
12050         (gnus-face-from-file): Likewise.
12051
12052 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12053
12054         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12055         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12056         non-nil.
12057         (gnus-auto-select-part): New variable.
12058         (gnus-article-jump-to-part): New function.
12059         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12060         (gnus-mime-delete-part): Allow selecting specified part after
12061         deleting or stripping parts.
12062         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12063         part if argument is bogus.
12064
12065 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12066
12067         * gnus-art.el (w3m-minor-mode-map):
12068         * gnus-spec.el (gnus-newsrc-file-version):
12069         * gnus-util.el (nnmail-active-file-coding-system)
12070         (gnus-original-article-buffer, gnus-user-agent):
12071         * gnus.el (gnus-ham-process-destinations)
12072         (gnus-parameter-ham-marks-alist)
12073         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12074         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12075         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12076         * mm-decode.el (gnus-current-window-configuration):
12077         * mm-extern.el (gnus-article-mime-handles):
12078         * mm-url.el (url-current-object, url-package-name)
12079         (url-package-version):
12080         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12081         (smime-keys, w3m-cid-retrieve-function-alist)
12082         (w3m-current-buffer, w3m-display-inline-images)
12083         (w3m-minor-mode-map):
12084         * mml-smime.el (gnus-extract-address-components):
12085         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12086         (gnus-newsrc-hashtb, message-default-charset)
12087         (message-deletable-headers, message-options)
12088         (message-posting-charset, message-required-mail-headers)
12089         (message-required-news-headers):
12090         * mml1991.el (mc-pgp-always-sign):
12091         * mml2015.el (mc-pgp-always-sign):
12092         * nnheader.el (nnmail-extra-headers):
12093         * rfc1843.el (gnus-decode-encoded-word-function)
12094         (gnus-decode-header-function, gnus-newsgroup-name):
12095         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12096
12097 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12098
12099         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12100         the end of the date treatments.
12101
12102 2005-08-15  Simon Josefsson  <jas@extundo.com>
12103
12104         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12105         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12106         Capello and Romain Francoise.
12107         (pgg-fetch-key-function): Removed, not used?
12108         (pgg-insert-url-with-w3): Require url, to get
12109         url-insert-file-contents regardless of where it is defined.
12110
12111 2005-08-13  Romain Francoise  <romain@orebokech.com>
12112
12113         * message.el (message-cite-original-1): New function.
12114         (message-cite-original): Use it.
12115         (message-cite-original-without-signature): Ditto.
12116
12117 2005-08-08  Romain Francoise  <romain@orebokech.com>
12118
12119         * message.el (message-yank-empty-prefix): New variable.
12120         (message-indent-citation): Use it.
12121         (message-cite-original-without-signature): Respect X-No-Archive.
12122
12123 2005-08-08  Simon Josefsson  <jas@extundo.com>
12124
12125         * pgg.el: Autoload url-insert-file-contents instead of loading
12126         w3/url.
12127         (pgg-insert-url-with-w3): Don't load url here.
12128
12129 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12130
12131         * message.el (message-kill-to-signature): Don't insert newline at
12132         bol.
12133         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12134
12135 2005-08-06  Romain Francoise  <romain@orebokech.com>
12136
12137         * message.el (message-user-fqdn): Fix typo in docstring.
12138
12139 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12140
12141         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12142
12143         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12144
12145 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12146
12147         * mm-bodies.el (mm-encode-body): Use coding system rather than
12148         charset to encode text.
12149
12150         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12151         number of charsets if utf-8 is available (XEmacs).
12152
12153 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12154
12155         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12156         taken from `gnus-button-mid-or-mail-regexp'.
12157         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12158         (gnus-button-alist): Improve regexp for domain part of the MIDs
12159         for news:localpart@domain buttons.
12160         (gnus-button-ctan-directory-regexp): Update.
12161
12162 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12163
12164         * sieve-manage.el (sieve-manage-interactive-login): Use
12165         make-local-variable rather than make-variable-buffer-local.
12166         (sieve-manage-open): Ditto.
12167         (sieve-manage-authenticate): Ditto.
12168
12169         * mml.el (mml-generate-mime-1): Make the content type default to
12170         text/plain if the filename is not specified.
12171
12172 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12175         instead of insert-buffer.
12176
12177         * message.el (message-yank-original): Ditto; set the mark at the
12178         end of the yanked message.
12179
12180 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12183         lines to scroll rather than to stop it.
12184
12185         * mml.el (mml-generate-default-type): Add doc string.
12186         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12187         default to application/octet-stream when determining the content
12188         type if it is not specified for the part or the mml contents; add
12189         a comment about mml-generate-default-type.
12190
12191 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12194         make it default to application/octet-stream when determining the
12195         content type if it is not specified for the external contents.
12196
12197 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12198
12199         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12200         segmented parameter but also other parameters might be there.
12201
12202 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * mm-decode.el (mm-display-external): Delete temp file, directory
12205         and buffer immediately if the external process is exited.
12206
12207 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12210         fewer lines than that of scroll-margin.
12211         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12212
12213 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-art.el (gnus-article-next-page): Revert.
12216         (gnus-article-beginning-of-window): New macro.
12217         (gnus-article-next-page-1): Use it.
12218         (gnus-article-prev-page): Ditto.
12219         (gnus-article-edit-part): Use insert-buffer-substring instead of
12220         insert-buffer.
12221         (gnus-article-edit-exit): Ditto.
12222
12223         * gnus-util.el (gnus-beginning-of-window): Remove.
12224         (gnus-end-of-window): Remove.
12225
12226         * lpath.el: Don't bind header-line-format and scroll-margin.
12227
12228 2005-07-25  Simon Josefsson  <jas@extundo.com>
12229
12230         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12231         to have the url package without w3.  Reported by Daiki Ueno
12232         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12233
12234 2005-07-20  Didier Verna  <didier@xemacs.org>
12235
12236         * gnus-diary.el: Remove the description comment (nndiary is now
12237         properly documented in the Gnus manual).
12238         Fix the spelling of "Back End".
12239         * nndiary.el: Ditto.
12240         Fix the copyright notice.
12241
12242 2005-07-18  Romain Francoise  <romain@orebokech.com>
12243
12244         * gnus-sum.el (gnus-summary-to-prefix)
12245         (gnus-summary-newsgroup-prefix): New variables.
12246         (gnus-summary-from-or-to-or-newsgroups): Use them.
12247
12248 2005-07-17  Romain Francoise  <romain@orebokech.com>
12249
12250         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12251         space as it's generally not especially interesting to the user.
12252
12253 2005-07-16  Romain Francoise  <romain@orebokech.com>
12254
12255         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12256         nil to avoid prompting and file modification if one of the
12257         messages at the top of the nnfolder file contains a copyright
12258         notice.
12259         Update copyright notice.
12260
12261         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12262         instead of `current-time-string' as the latter creates a time
12263         string that is not RFC 2822 compliant (it lacks the zone).
12264         Update copyright notice.
12265
12266 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12267
12268         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12269         for text/rtf.  Display default in prompt.  Pass default for M-n.
12270
12271         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12272
12273 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12274
12275         * gnus-msg.el (gnus-button-mailto): Remove
12276         save-selected-window-window hackery because it relies on
12277         save-selected-window internals.
12278
12279 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12280
12281         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12282         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12283         (gnus-article-prev-page): Ditto.
12284
12285         * gnus-util.el (gnus-beginning-of-window): New function.
12286         (gnus-end-of-window): New function.
12287
12288         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12289
12290 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12291
12292         * gnus-score.el (gnus-score-edit-all-score): Set
12293         gnus-score-edit-exit-function to gnus-score-edit-done and call
12294         gnus-message.
12295
12296 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12297
12298         * gnus-msg.el (gnus-button-mailto): Remove
12299         save-selected-window-window hackery because it relies on
12300         save-selected-window internals.
12301
12302 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12303
12304         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12305         add-minor-mode.
12306         (gnus-binary-mode): Ditto.
12307
12308         * gnus-topic.el (gnus-topic-mode): Ditto.
12309
12310 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12311
12312         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12313         (gnus-article-prev-page): Take scroll-margin into consideration.
12314
12315 2005-07-04  Lute Kamstra  <lute@gnu.org>
12316
12317         Update FSF's address in GPL notices.
12318
12319 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12320
12321         * gnus.el (gnus-exit):
12322         * gnus-group.el (gnus-group-icons):
12323         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12324
12325         * gnus-nocem.el (gnus-nocem):
12326         * message.el (message-various, message-buffers, message-sending)
12327         (message-interface, message-forwarding, message-insertion)
12328         (message-headers, message-news, message-mail):
12329         * pgg-gpg.el (pgg-gpg):
12330         * pgg-parse.el (pgg-parse):
12331         * pgg-pgp.el (pgg-pgp):
12332         * pgg-pgp5.el (pgg-pgp5):
12333         * pop3.el (pop3): Finish `defgroup' description with period.
12334
12335 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * gnus-art.el (article-display-face): Improve the efficiency.
12338         (article-display-x-face): Ditto; remove grey x-face stuff.
12339
12340 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * gnus-art.el (article-display-face): Correct the position in
12343         which Faces are inserted.
12344
12345 2005-06-29  Didier Verna  <didier@xemacs.org>
12346
12347         * gnus-art.el (article-display-face): Display faces in correct
12348         order.
12349
12350 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12351
12352         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12353         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12354         (gnus-nocem-check-article): Fetch the Type header.
12355         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12356         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12357         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12358         make sure gnus-nocem-hashtb is initialized.
12359         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12360         (gnus-nocem-unwanted-article-p): Ditto.
12361
12362         * pgg.el (pgg-verify): Return the verification result.
12363
12364 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12365
12366         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12367         is ascii.
12368
12369 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12370
12371         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12372         `show-nonbreak-escape'.
12373
12374 2005-06-23  Lute Kamstra  <lute@gnu.org>
12375
12376         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12377
12378         * dig.el (dig-mode):
12379         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12380
12381 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12382
12383         * nnimap.el (nnimap-split-download-body): Fix spellings.
12384
12385 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12386
12387         * gnus-art.el (gnus-article-encrypt-body):
12388         * gnus-cus.el (gnus-score-customize):
12389         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12390         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12391
12392 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12393
12394         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12395         header by looking for magic "MII" at the beginnig.
12396
12397 2005-06-16  Miles Bader  <miles@gnu.org>
12398
12399         * gnus-xmas.el (gnus-xmas-group-startup-message):
12400         Use renamed gnus-splash face.
12401
12402         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12403         (assistant-field-face): New backward-compatibility alias for renamed
12404         face.
12405         (assistant-render-text): Use renamed assistant-field face.
12406
12407         * spam.el (spam): Remove "-face" suffix from face name.
12408         (spam-face): New backward-compatibility alias for renamed face.
12409         (spam-face, spam-initialize): Use renamed spam face.
12410
12411         * message.el (message-header-to, message-header-cc)
12412         (message-header-subject, message-header-newsgroups)
12413         (message-header-other, message-header-name)
12414         (message-header-xheader, message-separator, message-cited-text)
12415         (message-mml): Remove "-face" suffix from face names.
12416         (message-header-to-face, message-header-cc-face)
12417         (message-header-subject-face, message-header-newsgroups-face)
12418         (message-header-other-face, message-header-name-face)
12419         (message-header-xheader-face, message-separator-face)
12420         (message-cited-text-face, message-mml-face):
12421         New backward-compatibility aliases for renamed faces.
12422         (message-font-lock-keywords): Use renamed message faces.
12423
12424         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12425         (sieve-test-commands, sieve-tagged-arguments):
12426         Remove "-face" suffix from face names.
12427         (sieve-control-commands-face, sieve-action-commands-face)
12428         (sieve-test-commands-face, sieve-tagged-arguments-face):
12429         New backward-compatibility aliases for renamed faces.
12430         (sieve-control-commands-face, sieve-action-commands-face)
12431         (sieve-test-commands-face, sieve-tagged-arguments-face):
12432         Use renamed sieve faces.
12433
12434         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12435         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12436         (gnus-group-news-3-empty, gnus-group-news-4)
12437         (gnus-group-news-4-empty, gnus-group-news-5)
12438         (gnus-group-news-5-empty, gnus-group-news-6)
12439         (gnus-group-news-6-empty, gnus-group-news-low)
12440         (gnus-group-news-low-empty, gnus-group-mail-1)
12441         (gnus-group-mail-1-empty, gnus-group-mail-2)
12442         (gnus-group-mail-2-empty, gnus-group-mail-3)
12443         (gnus-group-mail-3-empty, gnus-group-mail-low)
12444         (gnus-group-mail-low-empty, gnus-summary-selected)
12445         (gnus-summary-cancelled, gnus-summary-high-ticked)
12446         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12447         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12448         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12449         (gnus-summary-low-undownloaded)
12450         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12451         (gnus-summary-low-unread, gnus-summary-normal-unread)
12452         (gnus-summary-high-read, gnus-summary-low-read)
12453         (gnus-summary-normal-read, gnus-splash):
12454         Remove "-face" suffix from face names.
12455         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12456         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12457         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12458         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12459         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12460         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12461         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12462         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12463         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12464         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12465         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12466         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12467         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12468         (gnus-summary-normal-ticked-face)
12469         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12470         (gnus-summary-normal-ancient-face)
12471         (gnus-summary-high-undownloaded-face)
12472         (gnus-summary-low-undownloaded-face)
12473         (gnus-summary-normal-undownloaded-face)
12474         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12475         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12476         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12477         (gnus-splash-face):
12478         New backward-compatibility aliases for renamed faces.
12479         (gnus-group-startup-message): Use renamed gnus faces.
12480
12481         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12482         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12483         (gnus-server-agent): Remove "-face" suffix from face names.
12484         (gnus-server-agent-face, gnus-server-opened-face)
12485         (gnus-server-closed-face, gnus-server-denied-face)
12486         (gnus-server-offline-face):
12487         New backward-compatibility aliases for renamed faces.
12488         (gnus-server-agent-face, gnus-server-opened-face)
12489         (gnus-server-closed-face, gnus-server-denied-face)
12490         (gnus-server-offline-face): Use renamed gnus faces.
12491
12492         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12493         Remove "-face" suffix from face names.
12494         (gnus-picon-xbm-face, gnus-picon-face):
12495         New backward-compatibility aliases for renamed faces.
12496
12497         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12498         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12499         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12500         (gnus-cite-11): Remove "-face" suffix from face names.
12501         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12502         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12503         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12504         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12505         New backward-compatibility aliases for renamed faces.
12506         (gnus-cite-attribution-face, gnus-cite-face-list)
12507         (gnus-article-boring-faces): Use renamed gnus faces.
12508
12509         * gnus-art.el (gnus-signature, gnus-header-from)
12510         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12511         (gnus-header-content): Remove "-face" suffix from face names.
12512         (gnus-signature-face, gnus-header-from-face)
12513         (gnus-header-subject-face, gnus-header-newsgroups-face)
12514         (gnus-header-name-face, gnus-header-content-face):
12515         New backward-compatibility aliases for renamed faces.
12516         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12517
12518         * gnus-sum.el (gnus-summary-selected-face)
12519         (gnus-summary-highlight): Use renamed gnus faces.
12520         * gnus-group.el (gnus-group-highlight): Likewise.
12521
12522 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12523
12524         * gnus-sieve.el (gnus-sieve-article-add-rule):
12525         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12526         * spam-stat.el (spam-stat-buffer-change-to-spam)
12527         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12528
12529         * message.el (message-is-yours-p):
12530         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12531
12532 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * mm-view.el (mm-inline-text): Withdraw the last change.
12535
12536 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12539         executing enriched-decode.
12540
12541 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12544         charset of tar files.
12545
12546 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12547
12548         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12549
12550 2005-06-04  Lute Kamstra  <lute@gnu.org>
12551
12552         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12553         information is never recorded.
12554
12555 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12556
12557         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12558
12559 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * pop3.el (pop3-apop): Run md5 in the binary mode.
12562
12563         * starttls.el (starttls-set-process-query-on-exit-flag):
12564         Use eval-and-compile.
12565
12566 2005-05-31  Simon Josefsson  <jas@extundo.com>
12567
12568         * smime.el (smime-replace-in-string): Define.
12569         (smime-cert-by-ldap-1): Use it.
12570
12571 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * gnus-art.el (article-display-x-face): Replace
12574         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12575
12576         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12577         set-process-query-on-exit-flag or process-kill-without-query.
12578
12579         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12580         loop instead of replace-regexp.
12581
12582         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12583         instead of process-kill-without-query if it is available.
12584
12585         * lpath.el: Fbind ldap-search-entries.
12586
12587         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12588         instead of find-file-hooks if it is available.
12589
12590         * mml1991.el: Bind pgg-default-user-id when compiling.
12591
12592         * mml2015.el: Bind pgg-default-user-id when compiling.
12593
12594         * nndraft.el (nndraft-request-associate-buffer):
12595         Use write-contents-functions instead of write-contents-hooks if it is
12596         available.
12597
12598         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12599         instead of find-file-hooks if it is available.
12600
12601         * nntp.el (nntp-open-connection): Replace
12602         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12603         (nntp-open-ssl-stream): Ditto.
12604         (nntp-open-tls-stream): Ditto.
12605
12606         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12607         set-process-query-on-exit-flag or process-kill-without-query.
12608         (starttls-open-stream-gnutls): Use it instead of
12609         process-kill-without-query.
12610         (starttls-open-stream): Ditto.
12611
12612 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12613
12614         * smime.el (smime-cert-by-ldap-1): Don't use
12615         replace-regexp-in-string.
12616
12617 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12618
12619         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12620
12621         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12622         in PEM format.  Adjust to the XEmacs compability.
12623
12624 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12627         by `string-to-number'.
12628         * gnus-agent.el (gnus-agent-regenerate-group)
12629         (gnus-agent-fetch-articles): Ditto.
12630         * gnus-art.el (gnus-button-fetch-group): Ditto.
12631         * gnus-cache.el (gnus-cache-generate-active)
12632         (gnus-cache-articles-in-group): Ditto.
12633         * gnus-group.el (gnus-group-set-current-level)
12634         (gnus-group-insert-group-line): Ditto.
12635         * gnus-score.el (gnus-score-set-expunge-below)
12636         (gnus-score-set-mark-below, gnus-summary-score-effect)
12637         (gnus-summary-score-entry): Ditto.
12638         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12639         (gnus-soup-pack): Ditto.
12640         * gnus-spec.el (gnus-xmas-format): Ditto.
12641         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12642         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12643         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12644         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12645         * nndb.el (nndb-get-remote-expire-response): Ditto.
12646         * nndiary.el (nndiary-parse-schedule-value)
12647         (nndiary-string-to-number, nndiary-request-replace-article)
12648         (nndiary-request-article): Ditto.
12649         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12650         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12651         * nneething.el (nneething-make-head): Ditto.
12652         * nnfolder.el (nnfolder-request-article)
12653         (nnfolder-retrieve-headers): Ditto.
12654         * nnheader.el (nnheader-file-to-number): Ditto.
12655         * nnkiboze.el (nnkiboze-request-article): Ditto.
12656         * nnmail.el (nnmail-process-unix-mail-format)
12657         (nnmail-process-babyl-mail-format): Ditto.
12658         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12659         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12660         (nnmh-request-create-group, nnmh-request-list-1)
12661         (nnmh-request-group, nnmh-request-article): Ditto.
12662         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12663         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12664         * nnsoup.el (nnsoup-make-active): Ditto.
12665         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12666         * nntp.el (nntp-find-group-and-number)
12667         (nntp-retrieve-headers-with-xover): Ditto.
12668         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12669         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12670         (pgg-format-key-identifier): Ditto.
12671         * pop3.el (pop3-last, pop3-stat): Ditto.
12672         * qp.el (quoted-printable-decode-region): Ditto.
12673
12674         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12675         of concat.
12676
12677 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12680
12681         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12682
12683         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12684
12685         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12686
12687         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12688
12689         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12690
12691         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12692         (gnus-carpal-mode): Ditto.
12693
12694         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12695         (gnus-browse-mode): Ditto.
12696
12697         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12698
12699         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12700
12701 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12702
12703         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12704
12705 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12706
12707         * gnus-util.el (gnus-run-mode-hooks): New function.
12708
12709         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12710
12711         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12712         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12713
12714 2005-05-27  Lute Kamstra  <lute@gnu.org>
12715
12716         * dns-mode.el (dns-mode): Specify customization group.
12717
12718 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12719
12720         * gnus-agent.el (gnus-agent-make-mode-line-string):
12721         Use mode-line-highlight as mouse-face.
12722
12723 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * canlock.el (canlock): Change the parent group to news.
12726
12727         * deuglify.el (gnus-outlook-deuglify): Add :group.
12728
12729         * dig.el (dig): Add :group.
12730
12731         * dns-mode.el (dns-mode): Add :group.
12732
12733         * encrypt.el (encrypt): Add :group.
12734
12735         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12736         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12737         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12738         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12739         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12740
12741         * gnus-diary.el (gnus-diary): Add :group.
12742
12743         * gnus.el (gnus-group-news-1-face): Add :group.
12744         (gnus-group-news-1-empty-face): Ditto.
12745         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12746         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12747         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12748         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12749         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12750         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12751         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12752         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12753         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12754         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12755         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12756         (gnus-summary-high-ticked-face): Ditto.
12757         (gnus-summary-low-ticked-face): Ditto.
12758         (gnus-summary-normal-ticked-face): Ditto.
12759         (gnus-summary-high-ancient-face): Ditto.
12760         (gnus-summary-low-ancient-face): Ditto.
12761         (gnus-summary-normal-ancient-face): Ditto.
12762         (gnus-summary-high-undownloaded-face): Ditto.
12763         (gnus-summary-low-undownloaded-face): Ditto.
12764         (gnus-summary-normal-undownloaded-face): Ditto.
12765         (gnus-summary-high-unread-face): Ditto.
12766         (gnus-summary-low-unread-face): Ditto.
12767         (gnus-summary-normal-unread-face): Ditto.
12768         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12769         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12770
12771         * hashcash.el (hashcash): New custom group.
12772         (hashcash-default-payment): Add :group.
12773         (hashcash-payment-alist): Ditto.
12774         (hashcash-default-accept-payment): Ditto.
12775         (hashcash-accept-resources): Ditto.
12776         (hashcash-path): Ditto.
12777         (hashcash-extra-generate-parameters): Ditto.
12778         (hashcash-double-spend-database): Ditto.
12779         (hashcash-in-news): Ditto.
12780
12781         * message.el (message-minibuffer-local-map): Add :group.
12782
12783         * netrc.el (netrc): Add :group.
12784
12785         * sieve-manage.el (sieve-manage-log): Add :group.
12786         (sieve-manage-default-user): Diito.
12787         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12788         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12789         (sieve-manage-authenticators): Ditto.
12790         (sieve-manage-authenticator-alist): Ditto.
12791         (sieve-manage-default-port): Ditto.
12792
12793         * sieve-mode.el (sieve-control-commands-face): Add :group.
12794         (sieve-action-commands-face): Ditto.
12795         (sieve-test-commands-face): Ditto.
12796         (sieve-tagged-arguments-face): Ditto.
12797
12798         * smime.el (smime): Add :group.
12799
12800         * spam-report.el (spam-report): Add :group.
12801
12802         * spam.el (spam, spam-face): Add :group.
12803
12804 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12805
12806         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12807         return \n.\n.\n at the end of articles.  Protect against that.
12808         (nntp-with-open-group): Allow debugging.
12809
12810         * nnheader.el (mail-header-set-extra): Make into a function
12811         because I just could't understand how to quote the list properly.
12812
12813         * dns.el (query-dns-cached): New function.
12814
12815 2005-05-26  Lute Kamstra  <lute@gnu.org>
12816
12817         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12818
12819 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12822
12823         * gnus-art.el: Don't autoload mail-extract-address-components.
12824
12825         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12826         eval-and-compile to evaluate it.
12827
12828         * hashcash.el: Don't autoload executable-find.
12829
12830         * nndb.el: Don't declare the nndb back end two or more times; don't
12831         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12832
12833         * nntp.el: Autoload format-spec instead of format; use
12834         eval-and-compile to evaluate autoload forms.
12835
12836 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12837
12838         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12839
12840 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12841
12842         * gnus.el (gnus-version-number): Bump version.
12843
12844 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12845
12846         * gnus.el: No Gnus v0.3 is released.
12847
12848 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12849
12850         * lpath.el (featurep): Bind show-nonbreak-escape.
12851
12852 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus-art.el (gnus-article-edit-part): Disable undo.
12855
12856 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12857
12858         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12859         gnus-article-date-lapsed-new-header is t if date timer is active;
12860         skip headers in which the original date value is empty.
12861         (gnus-article-save-original-date): Redefine it as a macro.
12862         (gnus-display-mime): Use it.
12863
12864 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12865
12866         * gnus-art.el (article-date-ut): Support converting date in
12867         forwarded parts as well.
12868         (gnus-article-save-original-date): New function.
12869         (gnus-display-mime): Use it.
12870
12871 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12872
12873         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12874         enclosure element of <item>.
12875
12876 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * message.el (message-kill-buffer-query): Renamed from
12879         `message-kill-buffer-query-if-modified'.  Added :version.
12880
12881 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12882
12883         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12884         window layout.
12885
12886 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * mml.el: Autoload dnd when compiling.
12889
12890 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12891
12892         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12893         x-dnd-*.
12894
12895 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * qp.el (quoted-printable-encode-region): Save excursion.
12898
12899 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12900
12901         * message.el (message-kill-buffer-query-if-modified): Add new variable
12902         so the user can kill a modified message buffer quickly.
12903         (message-kill-buffer): Use it.
12904
12905 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12906
12907         * lpath.el: Fbind display-time-event-handler; don't fbind
12908         string-to-multibyte.
12909
12910         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12911
12912 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12913
12914         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12915         contained in text because xml.el decodes entities) with LFs.
12916
12917 2005-04-11  Lute Kamstra  <lute@gnu.org>
12918
12919         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12920         differently.
12921
12922 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12923
12924         * mm-util.el (mm-detect-coding-region): Typo.
12925
12926 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12927
12928         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12929
12930 2005-04-06  Deepak Goel  <deego@gnufans.org>
12931
12932         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12933         user-function allow user modifications of the scores.
12934         (spam-stat-score-buffer-user): New function, to allow
12935         user-computed modifications to the score.
12936         (spam-stat-score-buffer-user-functions): List of additional
12937         scoring functions.
12938         (spam-stat-error-holder): Global temporary error holder.
12939         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12940         variable.
12941
12942 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12943
12944         * gnus-registry.el (gnus-registry-clean-empty-function)
12945         (gnus-registry-trim, gnus-registry-fetch-groups)
12946         (gnus-registry-delete-group): Groups that match
12947         `gnus-registry-ignored-groups' are removed from the registry
12948         entries, not just ignored for splitting.  This helps clean up the
12949         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12950         to get all the groups a message ID is in.
12951
12952         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12953         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12954         (spam-stat-score-buffer-user-functions): Add :number custom type.
12955
12956 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12959         argument in XEmacs.
12960
12961         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12962         (nnrss-request-group): Decode group name first.
12963         (nnrss-request-article): Make a text/plain article if mml-to-mime
12964         failed.
12965         (nnrss-get-encoding): Return a compatible encoding according to
12966         nnrss-compatible-encoding-alist.
12967         (nnrss-find-el): Use consp instead of listp.
12968         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12969
12970 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12971
12972         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12973         which Emacs 20 doesn't support.
12974         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12975
12976 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12977
12978         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12979         silence the byte compiler inside the defun.
12980
12981         * gnus-demon.el (parse-time-string): Add autoload.
12982
12983         * gnus-delay.el (parse-time-string): Add autoload.
12984
12985         * gnus-art.el (parse-time-string): Add autoload.
12986
12987         * nnultimate.el (parse-time): Require for `parse-time-string'.
12988
12989 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12990
12991         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12992
12993         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12994
12995         * smime.el (smime-ldap-host-list): Add :version.
12996
12997 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12998
12999         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13000         pass it to `gnus-browse-read-group'.
13001         (gnus-browse-read-group): Add NUMBER argument and pass it to
13002         `gnus-group-read-ephemeral-group'.
13003
13004         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13005         argument and pass it to `gnus-group-read-group'.
13006
13007 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13008
13009         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13010         mm-xemacs-find-mime-charset-1 if we have the mule feature
13011         available at runtime.
13012
13013 2005-03-25  Werner Lemberg  <wl@gnu.org>
13014
13015         * nnmaildir.el: Replace `illegal' with `invalid'.
13016
13017 2005-03-23  Lute Kamstra  <lute@gnu.org>
13018
13019         * time-date.el: Add comment on time value formats.
13020         Don't require parse-time.
13021         (with-decoded-time-value): New macro.
13022         (encode-time-value): New function.
13023         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13024         (days-to-time): Return a valid time value when arg is huge.
13025         (time-since): Use time-subtract.
13026         (time-to-number-of-days): Use time-to-seconds.
13027
13028 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13029
13030         * gnus-start.el (gnus-display-time-event-handler):
13031         Check display-time-timer at runtime rather than only at load time
13032         in case display-time-mode is turned off in the mean time.
13033
13034 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13035
13036         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13037         used.
13038
13039         * nneething.el (nneething-map-file-directory): Derive from
13040         `gnus-directory'.
13041
13042         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13043         the To/Cc button.
13044
13045 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13046
13047         * nnmaildir.el (nnmaildir-request-accept-article):
13048         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13049
13050 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13051
13052         * gnus-async.el: Require timer-funcs at compile time when in
13053         XEmacs for `run-with-idle-timer'.
13054
13055 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13056
13057         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13058         autoloaded function.
13059
13060 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13061
13062         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13063
13064 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13065
13066         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13067
13068 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13069
13070         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13071         gnus-expert-user to default.
13072
13073 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13074
13075         * nnimap.el (nnimap-open-server): Ditto.
13076
13077         * imap.el (imap-authenticate): Fix typo.
13078
13079 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13080
13081         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13082         buffer (since IMAP server might return FETCH response out of
13083         order, and the nntp buffer must be sorted).
13084
13085 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13086
13087         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13088         comparison on string.
13089
13090         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13091         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13092         (gnus-agent-summary-fetch-series): Modified to protect against
13093         gnus-agent-summary-fetch-group clearing processable flags.
13094         (gnus-agent-synchronize-group-flags): Update live group buffer as
13095         synchronization may occur due to the user toggle the plugged
13096         status.
13097         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13098         successfully downloaded.
13099         (gnus-agent-expire-group-1): Avoid using markers when the overview
13100         is in ascending order; greatly improves performance.
13101         (gnus-agent-regenerate-group): Use
13102         gnus-agent-synchronize-group-flags to reset read status in both
13103         gnus and server.
13104         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13105
13106 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13107
13108         * message.el: Don't autoload former message-utils variables.
13109         (message-strip-subject-trailing-was): Change doc string.
13110
13111         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13112         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13113         (nnweb-google-search): Add "hl=en" here.
13114         (nnweb-google-parse-1, nnweb-google-create-mapping):
13115         Don't hardcode URL.
13116
13117 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * message.el (message-get-reply-headers, message-followup):
13120         Mention related variables `message-use-followup-to' and
13121         `message-use-mail-followup-to', in the information buffer.
13122
13123         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13124         of broken groups(-beta).google.com.
13125
13126 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13127
13128         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13129         parameter to invoked gnus-request-move-article; remove the
13130         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13131         all at once instead of once per article.
13132         (gnus-summary-remove-process-mark): Accept a list of articles as
13133         well as a single article for processing.
13134
13135         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13136         parameter.
13137
13138         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13139
13140         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13141
13142         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13143         parameter.
13144
13145         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13146         parameter.
13147
13148         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13149         parameter and remove the gnus-sum-hint-move-is-internal variable.
13150
13151         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13152         parameter.
13153
13154         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13155         parameter.
13156
13157         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13158         parameter.
13159
13160         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13161
13162         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13163         parameter.
13164
13165         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13166         parameter.
13167
13168 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13169
13170         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13171         a more conservative way.
13172
13173 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13174
13175         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13176         buffer, so it moves the window's cursor.
13177
13178 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13179
13180         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13181         `mm-dissect-multipart' and receive the from field as an (optional)
13182         argument from `mm-dissect-multipart'.
13183         (mm-dissect-multipart): Receive the from field as an argument and
13184         pass it on when we call `mm-dissect-buffer' on MIME parts.
13185         Fixes verification/decryption of signed/encrypted MIME parts.
13186
13187 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13188
13189         * gnus-sum.el (gnus-summary-move-article): Set
13190         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13191         whatever it calls (right now, only nnimap-request-move article
13192         respects it).
13193
13194         * nnimap.el (nnimap-request-move-article): When
13195         gnus-sum-hint-move-is-internal is set, don't do the extra
13196         nnimap-request-article.
13197
13198 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13201
13202         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13203         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13204
13205         * gnus-sum.el (gnus-summary-caesar-message):
13206         Apply `gnus-treat-article' after rotation.
13207
13208         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13209         doc string.
13210
13211 2005-02-22  Simon Josefsson  <jas@extundo.com>
13212
13213         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13214         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13215         <arne@arnested.dk>.
13216         (encrypt): Add password-cache and password-cache-expiry as group
13217         members.
13218
13219 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13220
13221         * smime.el (smime-ldap-host-list): Doc fix.
13222         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13223         cache) password.
13224         (smime-sign-region): Use it.
13225         (smime-decrypt-region): Use it.
13226         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13227         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13228         fails.
13229         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13230         certificate from DER to PEM format rather than calling openssl.
13231
13232         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13233
13234         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13235         for signing/encryption.
13236
13237         * mml.el (mml-parse-1): Use them.
13238
13239 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13240
13241         * nnrss.el (nnrss-verbose): Removed.
13242         (nnrss-request-group): Use `nnheader-message' instead.
13243
13244 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13245
13246         * nnrss.el (nnrss-verbose): New variable.
13247         (nnrss-request-group): Make it say nnrss is requesting a group.
13248
13249 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13250
13251         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13252         Handle news URL with given port correctly.
13253
13254 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13255
13256         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13257         containing special characters.
13258
13259         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13260
13261         * mml.el (mime-to-mml): Ditto.
13262
13263         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13264         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13265         (rfc2047-decode-region): Quote decoded words containing special
13266         characters when rfc2047-quote-decoded-words-containing-tspecials
13267         is non-nil.
13268
13269 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13270
13271         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13272
13273         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13274
13275 2005-02-15  Simon Josefsson  <jas@extundo.com>
13276
13277         * nnimap.el (nnimap-debug): Doc fix.
13278
13279         * imap.el (imap-debug): Doc fix.
13280
13281 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13282
13283         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13284
13285 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13286
13287         * gnus.el (spam-contents): Improve docs for spam-contents
13288         parameter in its variable incarnation.
13289
13290 2005-02-14  Simon Josefsson  <jas@extundo.com>
13291
13292         * smime-ldap.el: Use require instead of load-library for ldap.
13293         (smime-ldap-search): Indent.
13294         (smime-ldap-search-internal): Shorten line.
13295
13296         * smime.el (smime-cert-by-dns): Add doc-string.
13297         (smime-cert-by-ldap-1): Indent.
13298
13299         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13300         mml-smime-get-dns-ldap.
13301         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13302
13303 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13304
13305         * smime.el: Require smime-ldap.
13306         (smime-ldap-host-list): New variable.
13307         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13308
13309         * mml-smime.el (mml-smime-encrypt-query): New function.
13310         (mml-smime-encrypt-query): Use it.
13311
13312         * smime-ldap.el: New file.
13313
13314 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13317
13318 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13319
13320         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13321         argument in doc string.  Make query for type more clear.
13322
13323 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13324
13325         * gnus.el (gnus-group-startup-message): Search for gnus images in
13326         etc/images/gnus.
13327         * mm-util.el (mm-image-load-path): Likewise.
13328         * smiley.el (smiley-data-directory): Search for smilies in
13329         etc/images/smilies.
13330
13331 2005-02-09  Kim F. Storm  <storm@cua.dk>
13332
13333         Change Emacs release version from 21.4 to 22.1 throughout.
13334         Change Emacs development version from 21.3.50 to 22.0.50.
13335
13336 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13339
13340         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13341         non-Mule XEmacs as well.
13342         (mm-decompress-buffer): Signal an error intentionally if it does
13343         not decompress compressed data because auto-compression-mode is
13344         disabled.
13345
13346 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13347
13348         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13349         an ID in the registry even if it has no groups.
13350
13351 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13354         merge it into mm-decompress-buffer.
13355         (gnus-mime-copy-part): Use the MIME part charset, the value which
13356         a user specified or gnus-newsgroup-charset for decoding, like
13357         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13358         save-buffer what was used.  Suggested by Kevin Ryde
13359         <user42@zip.com.au>.
13360         (gnus-mime-inline-part): Allow the name parameter as well as the
13361         filename parameter; force decompressing of compressed data; always
13362         display contents being not decoded as unibyte.
13363
13364         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13365         as well as the filename parameter.
13366
13367         * mm-util.el (mm-decompress-buffer): Merge
13368         gnus-mime-jka-compr-maybe-uncompress.
13369         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13370         of compressed data.
13371
13372 2005-02-08  Simon Josefsson  <jas@extundo.com>
13373
13374         * imap.el (imap-log): Doc fix.
13375
13376 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13379         the coding cookies; decompress compressed parts.
13380
13381         * mml.el (mml-generate-mime-1): Add the charset parameter according
13382         to the value which a user specified manually or the coding cookie.
13383
13384         * mm-util.el (mm-string-to-multibyte): New function.
13385         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13386         (mm-coding-system-to-mime-charset): New function.
13387         (mm-decompress-buffer): New function.
13388         (mm-find-buffer-file-coding-system): New function.
13389
13390         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13391         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13392         parts.
13393
13394 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13395
13396         * mm-view.el (mm-display-inline-fontify): Decode a part according
13397         to the charset parameter.
13398
13399 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13402         prefix arg is neither nil nor a number, as info specifies.
13403
13404 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13405
13406         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13407         timestamps.
13408
13409 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13410
13411         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13412         groups error checking and notify user.
13413
13414 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13415
13416         * message.el (message-send-mail-function): Check existence of
13417         sendmail-program first before using default value
13418         `message-send-mail-with-sendmail'.  Otherwise use more generic
13419         `smtpmail-send-it'.
13420
13421 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13422
13423         * nntp.el (nntp-request-update-info): Always return nil.
13424
13425 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13426
13427         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13428
13429 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13430
13431         * message.el (message-beginning-of-line): Change the behavior when
13432         invoked between BOL and : so that it first moves backward.
13433
13434 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13435
13436         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13437         article buffer when editing of the article is discarded.
13438         (gnus-article-prepare): Revert.
13439
13440 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13441
13442         * gnus-art.el (gnus-article-prepare):
13443         Remove message-strip-forbidden-properties from the local hook.
13444
13445 2005-01-27  Simon Josefsson  <jas@extundo.com>
13446
13447         * password.el (password-cache-add): Only start one timer per key.
13448         Reported by Derek Atkins <warlord@MIT.EDU>.
13449
13450 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13451
13452         * run-at-time.el: Removed.  It is no longer needed as
13453         timer-funcs.el in the xemacs-base package has a working version of
13454         `run-at-time'.
13455
13456         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13457
13458         * password.el: Require timer-funcs instead of run-at-time in
13459         XEmacs.
13460         Remove `password-run-at-time' macro.
13461         (password-cache-add): Use `run-at-time' instead of
13462         `password-run-at-time'.
13463
13464         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13465         Remove `nnheader-cancel-function-timers' alias,
13466         `cancel-function-timers' exists in XEmacs in timer-funcs.
13467
13468         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13469         for `run-with-idle-timer'.
13470
13471         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13472         for `run-at-time'.
13473
13474         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13475         for `with-timeout'.
13476
13477         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13478         the same as for XEmacs 21.4.
13479         No need to ignore `run-with-idle-timer', this function exists in
13480         XEmacs now in timer-funcs.el in the xemacs-base package.
13481         (dgnushack-compile): No need to delete
13482         run-at-time.el from the list of files to compile because it
13483         doesn't exist anymore.
13484
13485 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13488         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13489
13490 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13491
13492         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13493         sensitively.
13494
13495 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13496
13497         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13498
13499 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13500
13501         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13502         which will be inserted according to the multibyteness of a buffer
13503         rather than the type of contents.  Suggested by ARISAWA Akihiro
13504         <ari@mbf.ocn.ne.jp>.
13505
13506         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13507         of string which old xml.el may return rather than a string.
13508
13509 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13512
13513 2005-01-16  Simon Josefsson  <jas@extundo.com>
13514
13515         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13516         idn/idna.el isn't available.
13517         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13518         <michael@waxrat.com>.
13519
13520         * hashcash.el: Remove non-FSF copyright header.
13521
13522         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13523         (hashcash-generate-payment): Use it.
13524         (hashcash-generate-payment-async): Use it.
13525
13526 2005-01-15  Simon Josefsson  <jas@extundo.com>
13527
13528         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13529         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13530
13531         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13532         gnus-summary-idna-message.
13533         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13534         (gnus-summary-idna-message): New function.
13535
13536 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13537
13538         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13539         gnus-novice-user.
13540
13541 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * nnrss.el (nnrss-request-delete-group): Delete entries in
13544         nnrss-group-alist as well.
13545         (nnrss-save-server-data): Insert newline.
13546
13547 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13548
13549         * gnus.el (gnus-user-agent): Use list of symbols instead of
13550         symbols.  Display full version number for (S)XEmacs.  Optionally
13551         display (S)XEmacs codename.
13552
13553         * gnus-util.el (gnus-emacs-version): Update for new
13554         `gnus-user-agent'.
13555
13556         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13557         Gnus version.
13558
13559 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13560
13561         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13562         which is unreadable in some setups.
13563
13564 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * gnus-spec.el (gnus-update-format-specifications): Flush the
13567         group format spec cache if it doesn't support decoded group names.
13568
13569 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13570
13571         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13572         Allow to apply decay on score files matching a regexp.
13573
13574 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13577         compatibility in %g and %c.
13578
13579 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13582         name for only %g and %c.
13583         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13584         of gnus-tmp-group to decoded group name.
13585         (gnus-group-make-rss-group): Exclude `/'s from group names.
13586
13587 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * nnrss.el (nnrss-get-encoding): Fix regexp.
13590
13591 2004-12-27  Simon Josefsson  <jas@extundo.com>
13592
13593         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13594         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13595         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13596
13597 2004-12-17  Kim F. Storm  <storm@cua.dk>
13598
13599         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13600
13601         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13602
13603 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13604
13605         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13606
13607 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * nnrss.el: Require rfc2047 and mml.
13610         (nnrss-file-coding-system): New variable.
13611         (nnrss-format-string): Redefine it as an inline function.
13612         (nnrss-decode-group-name): New function.
13613         (nnrss-string-as-multibyte): Remove.
13614         (nnrss-retrieve-headers): Decode group name; don't use
13615         nnrss-format-string.
13616         (nnrss-request-group): Decode group name.
13617         (nnrss-request-article): Decode group name; allow a Message-ID as
13618         well as an article number; don't use nnrss-format-string; encode a
13619         Message-ID string which may contain non-ASCII characters; use
13620         mml-to-mime to compose a MIME article.
13621         (nnrss-request-expire-articles): Decode group name.
13622         (nnrss-request-delete-group): Decode group name.
13623         (nnrss-fetch): Clarify error message.
13624         (nnrss-read-server-data): Use insert-file-contents instead of load;
13625         bind file-name-coding-system; use multibyte buffer.
13626         (nnrss-save-server-data): Bind coding-system-for-write to the
13627         value of nnrss-file-coding-system; bind file-name-coding-system;
13628         add coding cookie.
13629         (nnrss-read-group-data): Use insert-file-contents instead of load;
13630         bind file-name-coding-system; use multibyte buffer.
13631         (nnrss-save-group-data): Bind coding-system-for-write to the
13632         value of nnrss-file-coding-system; bind file-name-coding-system.
13633         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13634         make it work with non-ASCII text.
13635         (nnrss-find-el): Make it work with old xml.el as well.
13636
13637 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13638
13639         * nnrss.el (nnrss-get-encoding): New function.
13640         (nnrss-fetch): Use unibyte buffer initially; bind
13641         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13642         decode contents according to the encoding attribute.
13643         (nnrss-save-group-data): Add coding cookie.
13644         (nnrss-mime-encode-string): New function.
13645         (nnrss-check-group): Use it to encode subject and author.
13646
13647 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13648
13649         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13650         imaginary variable.
13651
13652 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13655         correctly even if there are wide characters.
13656
13657 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13658
13659         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13660         downcased symbol names; make a new cache instead of reusing
13661         bbdb-hashtable.
13662
13663 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13666         concatenating segments rather than before concatenating them.
13667         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13668
13669         * message.el (message-get-reply-headers): Bind `extra'.
13670
13671 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13672
13673         * message.el (message-extra-wide-headers): New variable.
13674         (message-get-reply-headers): Use it.
13675
13676 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13679         (gnus-agent-group-pathname): Ditto.
13680
13681         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13682
13683         * gnus-group.el (gnus-group-make-group): Decode group name.
13684         (gnus-group-make-rss-group): Register the group data after opening
13685         the nnrss group.
13686
13687 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13688
13689         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13690         by expiry now get marked as read.
13691
13692 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13693
13694         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13695
13696 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13697
13698         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13699         unify Latin characters in XEmacs.
13700         (mm-find-mime-charset-region): Use it.
13701
13702 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13703
13704         * gnus-util.el (gnus-delete-directory): New function.
13705
13706         * gnus-agent.el (gnus-agent-delete-group): Use it.
13707
13708         * gnus-cache.el (gnus-cache-delete-group): Use it.
13709
13710 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13713         names.
13714
13715 2004-12-16  Simon Josefsson  <jas@extundo.com>
13716
13717         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13718
13719 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13720
13721         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13722
13723         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13724         (gnus-group-set-current-level): Decode group name.
13725
13726 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13727
13728         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13729         failed.
13730
13731 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13732
13733         * gnus-group.el (gnus-group-delete-group): Decode group name.
13734         (gnus-group-make-rss-group): Encode group name.
13735         (gnus-group-catchup-current): Decode group name.
13736         (gnus-group-kill-group): Decode group name.
13737
13738 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13739
13740         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13741
13742 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-group.el (gnus-group-make-rss-group):
13745         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13746
13747         * gnus-start.el (gnus-setup-news): Honor user's setting to
13748         gnus-message-archive-method.  Suggested by Lute Kamstra
13749         <lute@gnu.org>.
13750
13751 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13752
13753         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13754         global counterparts of the buffer-local variables.
13755
13756 2004-11-16  Romain Francoise  <romain@orebokech.com>
13757
13758         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13759         counterparts of the buffer-local variables.
13760
13761 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13762
13763         * message.el (message-forbidden-properties): Fixed typo in doc
13764         string.
13765
13766 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13767
13768         * gnus-util.el (gnus-replace-in-string): Added doc string.
13769
13770         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13771         to avoid problems when splitting mails with many recipients.
13772
13773 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13774
13775         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13776         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13777
13778 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13779
13780         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13781         if there is no hashtable in memory or file modification time is
13782         newer than cached timestamp.
13783
13784 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13785
13786         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13787         not-matching option.
13788
13789 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13790
13791         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13792         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13793         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13794         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13795         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13796         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13797
13798 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * message.el (message-forward-make-body-mml): Remove headers
13801         according to message-forward-ignored-headers if a message is decoded.
13802
13803 2004-12-02  Romain Francoise  <romain@orebokech.com>
13804
13805         * message.el (message-forward-make-body-plain): Always remove
13806         headers according to message-forward-ignored-headers.
13807
13808 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13809
13810         * spam.el (spam-summary-prepare-exit): Remove the
13811         gnus-summary-limit pop for now, it has problems with ham marks for
13812         me.
13813
13814 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13815
13816         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13817         correctly.
13818
13819 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13820
13821         * format-spec.el (format-spec): Message the char.
13822
13823 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13824
13825         * gnus-art.el (gnus-split-methods): Reformat comments.
13826
13827         * spam.el (spam-summary-prepare-exit): Remove article limits
13828         before exiting the summary buffer.
13829
13830 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13833         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13834
13835         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13836         order to silence the byte compiler.
13837
13838         * spam.el: Fix the way to silence the byte compiler, which
13839         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13840         bbdb-search-simple, spam-BBDB-register-routine,
13841         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13842         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13843         spam-stat-buffer-is-spam, spam-stat-load,
13844         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13845         spam-stat-save and spam-stat-split-fancy.
13846
13847 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13850         which may confuse users.
13851         (canlock-password-for-verify): Ditto.
13852
13853         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13854
13855         * gnus-art.el (gnus-emphasis-alist): Ditto.
13856
13857         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13858
13859         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13860
13861         * gnus-start.el (gnus-save-killed-list): Ditto.
13862
13863         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13864         (gnus-sum-thread-tree-root): Ditto.
13865         (gnus-sum-thread-tree-false-root): Ditto.
13866         (gnus-sum-thread-tree-single-indent): Ditto.
13867
13868         * message.el (message-courtesy-message): Ditto.
13869         (message-archive-note): Ditto.
13870         (message-subscribed-address-file): Ditto.
13871         (message-user-fqdn): Ditto.
13872
13873         * spam-report.el (spam-report-gmane-regex): Ditto.
13874
13875         * spam.el (spam-blackhole-good-server-regex): Ditto.
13876
13877 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * mml.el (mml-preview): Widen the message buffer before copying
13880         the contents to the preview buffer; sort headers before previewing.
13881
13882         * message.el (message-hidden-headers): Fix the way to avoid a bug
13883         in the `repeat' widget in Emacs 21.3 or earlier.
13884
13885 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * message.el (message-hidden-headers): Default to "^References:".
13888         Improve customization type.  Suggested by Reiner Steib
13889         <Reiner.Steib@gmx.de>.
13890
13891 2004-11-25  Romain Francoise  <romain@orebokech.com>
13892
13893         * message.el (message-strip-forbidden-properties): Remove check for
13894         obsolete `message-hidden' text property, hidden headers are not
13895         accessible in the buffer anymore.
13896
13897 2004-11-22  Romain Francoise  <romain@orebokech.com>
13898
13899         * message.el (message-header-format-alist): Add `From' in list
13900         so that it can be sorted.
13901         (message-fix-before-sending): Widen and sort headers before
13902         sending.
13903         (message-hide-headers): Use narrowing to hide headers by moving
13904         them to the top of the buffer and narrowing to the region
13905         underneath.
13906
13907 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13908
13909         * message.el (message-strip-forbidden-properties): Bind
13910         buffer-read-only (etc) to nil.
13911
13912 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13913
13914         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13915         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13916
13917 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13918
13919         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13920
13921 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13922
13923         * dns.el (query-dns): Use sit-for to time instead of
13924         accept-process-output, since that doesn't seem to work on udp
13925         sockets.
13926
13927 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13928
13929         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13930
13931 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13932
13933         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13934         doc string.  Improve doc string.
13935
13936 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13937
13938         * nntp.el (nntp-request-update-info): Return nil if
13939         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13940         may not call gnus-activate-group which uselessly issues the GROUP
13941         commands for all nntp groups and wastes time.  Reported by Romain
13942         Francoise <romain@orebokech.com>.
13943
13944         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13945
13946 2004-11-15  Simon Josefsson  <jas@extundo.com>
13947
13948         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13949         headers separately.
13950         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13951         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13952
13953 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13954
13955         * gnus-start.el (gnus-convert-old-newsrc):
13956         Assign legacy-gnus-agent to 5.10.7.
13957
13958 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13959
13960         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13961         start of the lines.
13962
13963 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13964
13965         * hashcash.el (hashcash-default-payment): Change default to 20.
13966         (hashcash-default-accept-payment): Change default to 20.
13967         (hashcash-process-alist): New variable.
13968         (hashcash-generate-payment-async): Add.
13969         (hashcash-already-paid-p): Add.
13970         (hashcash-insert-payment): Don't generate payments twice.
13971         (hashcash-insert-payment-async): Add.
13972         (hashcash-insert-payment-async-2): Add.
13973         (hashcash-cancel-async): Add.
13974         (hashcash-wait-async): Add.
13975         (hashcash-processes-running-p): Add.
13976         (hashcash-wait-or-cancel): Add.
13977         (mail-add-payment): New optional argument.  Conditionally start
13978         asynchronous calculation.
13979         (mail-add-payment-async): Add.
13980
13981         * message.el (message-send-mail): Wait for asynchronous hashcash
13982         results.  Don't clobber existing X-Hashcash headers.
13983         (message-setup-1): Call mail-add-payment-async when
13984         message-generate-hashcash is non-nil.
13985
13986 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13987
13988         * message.el (message-use-alternative-email-as-from): Examine the
13989         From header as well; use message-make-from in order to include a
13990         user's full name.
13991
13992 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13993
13994         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13995         default; improve customization type.
13996         (gnus-emphasis-custom-with-format): New macro.
13997         (gnus-emphasis-custom-value-to-external): New function.
13998         (gnus-emphasis-custom-value-to-internal): New function.
13999
14000 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14001
14002         * dns.el (query-dns): Resolve reverse addresses.
14003
14004 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14005
14006         * gnus-group.el (gnus-group-get-new-news): Use it.
14007
14008         * gnus-start.el (gnus-check-reasonable-setup): New function.
14009
14010 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14013         "Args out of range" error.  Reported by Arnaud Giersch
14014         <arnaud.giersch@free.fr>.
14015
14016 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14017
14018         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14019
14020 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14021
14022         * spam.el (spam group): Add :version.
14023
14024         * pgg-def.el (pgg group): Add :version.
14025
14026 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14027
14028         * gnus-art.el (gnus-article-edit-article): Don't associate the
14029         article buffer with a draft file.  This is a temporary measure
14030         against the 2004-08-22 change to gnus-article-edit-mode.
14031
14032 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14033
14034         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14035         (html2text-format-tags): Remove unused variable `attr'.
14036
14037 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14038
14039         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14040
14041         * tls.el (tls-process-connection-type, tls-success)
14042         (tls-certtool-program): Add :version.
14043
14044         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14045         (starttls-extra-arguments, starttls-process-connection-type)
14046         (starttls-connect, starttls-failure, starttls-success): Add :version.
14047
14048         * spam-stat.el (spam-stat): Add :version.
14049
14050         * sieve.el (sieve): Add :version.
14051
14052         * sha1.el (sha1): Add :version.
14053         (sha1-use-external): Remove redundant version.
14054
14055         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14056         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14057         (nnmail-split-fancy-match-partial-words)
14058         (nnmail-split-lowercase-expanded): Add :version.
14059
14060         * nndiary.el (nndiary): Add :version.
14061
14062         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14063
14064         * mml-sec.el (mml-default-sign-method)
14065         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14066         Add :version.
14067
14068         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14069
14070         * mm-url.el (mm-url-use-external, mm-url-program)
14071         (mm-url-arguments): Add :version.
14072
14073         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14074         (mm-attachment-file-modes, mm-decrypt-option)
14075         (mm-w3m-safe-url-regexp): Add :version.
14076
14077         * message.el (message-cite-prefix-regexp)
14078         (message-sendmail-envelope-from, message-minibuffer-local-map)
14079         (message-user-fqdn, message-completion-alist): Add :version.
14080
14081         * gnus-win.el (gnus-configure-windows-hook)
14082         (gnus-use-frames-on-any-display): Add :version.
14083
14084         * gnus-art.el (gnus-article-address-banner-alist)
14085         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14086         (gnus-treat-from-picon, gnus-treat-mail-picon)
14087         (gnus-treat-x-pgp-sig): Add :version.
14088
14089         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14090         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14091         (gnus-summary-article-delete-hook)
14092         (gnus-summary-display-while-building): Add :version.
14093
14094         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14095         (gnus-get-top-new-news-hook): Add :version.
14096
14097         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14098         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14099
14100         * gnus-registry.el (gnus-registry): Add :version.
14101
14102         * gnus-spec.el (gnus-use-correct-string-widths)
14103         (gnus-make-format-preserve-properties): Add :version.
14104
14105         * gnus.el (gnus-group-charter-alist)
14106         (gnus-group-fetch-control-use-browse-url)
14107         (gnus-install-group-spam-parameters): Add :version.
14108
14109         * gnus-diary.el (gnus-diary): Add :version.
14110
14111         * gnus-delay.el (gnus-delay): Add :version.
14112
14113         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14114         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14115         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14116         Add :version.
14117
14118         * gnus-agent.el (gnus-agent-max-fetch-size)
14119         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14120         (gnus-agent-prompt-send-queue): Add :version.
14121
14122         * deuglify.el (gnus-outlook-deuglify): Add :version.
14123
14124         * html2text.el: Beautify code.  Improve doc strings.  Some
14125         checkdoc cleanup.
14126         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14127
14128 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14129
14130         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14131
14132 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14133
14134         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14135         when package is loaded.
14136
14137         * spam.el (spam-summary-score-preferred-header): Add global preference
14138         for people who want to override the default SpamAssassin over
14139         Bogofilter preference (when both are set).
14140         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14141         (spam-user-format-function-S): Check
14142         spam-summary-score-preferred-header.
14143         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14144         (spam-user-format-function-S): Format the score correctly.
14145
14146 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14147
14148         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14149         signature file.  Suggested by Manoj Srivastava
14150         <srivasta@golden-gryphon.com>.
14151
14152         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14153         iso-2022-jp even in the Japanese language environment.
14154         Suggested by Jason Rumney <jasonr@gnu.org>.
14155
14156 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14157
14158         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14159         use the same characters as the dummy marks; make it free from
14160         getting affected by the language environment.
14161         (gnus-summary-read-group-1): Update mark positions only when the
14162         format spec is updated.
14163
14164         * gnus-spec.el (gnus-update-format-specifications): Return a list
14165         of updated types.
14166
14167 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14168
14169         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14170         of boundp to check if display-warning is available.
14171
14172 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14173
14174         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14175
14176 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14177
14178         * nnspool.el (nnspool-spool-directory): Use news-path if the
14179         news-directory variable is not bound.
14180
14181         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14182         function instead of display-warning if it is not available.
14183
14184 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14185
14186         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14187         v5-10: Use `point-at-bol'.
14188
14189 2004-10-26  Simon Josefsson  <jas@extundo.com>
14190
14191         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14192         <chenggao@gmail.com>.
14193
14194 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14195
14196         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14197         instead.
14198
14199 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14200
14201         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14202         to remove a server from the nnimap-server-buffer-alist.
14203         (nnimap-open-connection, nnimap-close-server): Use it.
14204
14205         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14206
14207 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14208
14209         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14210         running the major-mode function.
14211
14212 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14215         dummy marks in the right way.
14216
14217 2004-10-18  David Edmondson  <dme@dme.org>
14218
14219         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14220         excessively.
14221
14222 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14223
14224         * gnus-util.el (gnus-split-references): Accept a nil references
14225         string and go on blissfully.
14226
14227         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14228         cases where the references string is non-nil but has no references.
14229
14230         * encrypt.el: Add autoload tags.
14231
14232         * spam.el (spam-resolve-registrations-routine): Remove article
14233         from unregistration list too.  Reported by David Hanak
14234         <dhanak@isis.vanderbilt.edu>
14235
14236 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14239         nil.  Changed custom type.
14240
14241 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14244
14245         * gnus-sum.el (gnus-summary-move-article): Use it.
14246
14247 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14248
14249         * encrypt.el: Add autoload cookies.
14250
14251         * spam.el (spam-backend-article-list-property)
14252         (spam-backend-get-article-todo-list)
14253         (spam-backend-put-article-todo-list)
14254         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14255         Resolve registrations separately.
14256         (spam-register-routine): Format comments.
14257         (spam-unregister-routine, spam-register-routine): Always call with
14258         specific-articles, no default list.
14259         (spam-summary-prepare-exit): Use the spam-classifications function.
14260
14261         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14262         gnus-encrypt.el.
14263
14264         * encrypt.el: Copied from gnus-encrypt.el.
14265
14266         * gnus-encrypt.el: Commented that it's obsolete.
14267
14268 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14269
14270         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14271         (gnus-score-save): Use it.
14272
14273         * message.el (message-bury): Use `window-dedicated-p'.
14274
14275 2004-10-15  Simon Josefsson  <jas@extundo.com>
14276
14277         * pop3.el (top-level): Don't require nnheader.
14278         (pop3-read-timeout): Add.
14279         (pop3-accept-process-output): Add.
14280         (pop3-read-response, pop3-retr): Use it.
14281
14282 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14283
14284         * spam.el (spam-register-routine): Move comment.
14285         (spam-verify-bogofilter): Use 'unknown for the initial
14286         spam-bogofilter-valid state, not 'never.
14287
14288         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14289         for netrc-machine.
14290
14291         * nnimap.el (nnimap-open-connection): Use
14292         netrc-machine-user-or-password.
14293
14294 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14295
14296         * gnus-registry.el (gnus-registry-unload-hook):
14297         Set as a variable with add-hook.
14298
14299         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14300         of news-path.
14301
14302         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14303
14304         * spam.el: Delete duplicate `provide'.
14305         (spam-unload-hook): Set as a variable with add-hook.
14306
14307 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14310         in the doc string.
14311
14312         * message.el (message-ignored-news-headers)
14313         (message-ignored-supersedes-headers)
14314         (message-ignored-resent-headers)
14315         (message-forward-ignored-headers): Improve custom type.
14316
14317 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14318
14319         * message.el (message-tokenize-header): Fix 2004-09-06 change
14320         which used point-min in the wrong place.
14321
14322 2004-10-12  Simon Josefsson  <jas@extundo.com>
14323
14324         * tls.el (tls-certtool-program): New variable.
14325         (tls-certificate-information): New function, based on
14326         ssl-certificate-information.
14327
14328 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * compface.el: Move the version of ELisp-based uncompface program
14331         to the contrib directory because of the copyright problem.
14332
14333 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * message.el (message-kill-buffer): Raise the current frame.
14336
14337 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14340
14341         * gnus.el (message-y-or-n-p): Autoload.
14342
14343         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14344         (pop3-password-required, pop3-authentication-scheme)
14345         (pop3-leave-mail-on-server): Made customizable.
14346         (pop3): New custom group.
14347         (pop3-retr): Remove `sleep-for' statements.
14348         Suggested by Dave Love <fx@gnu.org>.
14349
14350         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14351         Windows/DOS.
14352
14353         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14354         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14355         Dave Love <fx@gnu.org>.
14356
14357         * mml.el (mml-minibuffer-read-disposition): Require match.
14358         Suggested by Dave Love <fx@gnu.org>.
14359
14360 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14361
14362         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14363         doc string.
14364
14365 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14366
14367         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14368
14369 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14370
14371         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14372         instead of calling `mm-insert-inline', to decode text/* parts
14373         before displaying them.
14374
14375 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14376
14377         * mm-uu.el (mm-uu-text-plain-type): New variable.
14378         (mm-uu-pgp-signed-extract-1): Use it.
14379         (mm-uu-pgp-encrypted-extract-1): Use it.
14380         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14381         bind mm-uu-text-plain-type with that value.
14382         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14383         mm-uu-dissect.
14384
14385 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * gnus-group.el (gnus-update-group-mark-positions):
14388         * gnus-sum.el (gnus-update-summary-mark-positions):
14389         * message.el (message-check-news-body-syntax):
14390         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14391         of string-as-multibyte.
14392
14393 2004-10-05  Juri Linkov  <juri@jurta.org>
14394
14395         * gnus-group.el (gnus-update-group-mark-positions):
14396         * gnus-sum.el (gnus-update-summary-mark-positions):
14397         * message.el (message-check-news-body-syntax):
14398         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14399         8-bit unibyte values to a multibyte string for search functions.
14400
14401 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14404         (mm-uu-dissect-text-parts): New function.
14405
14406         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14407         dissect text parts.
14408
14409         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14410         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14411
14412         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14413
14414         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14415         gnus-current-topics instead of gnus-current-topic.
14416
14417 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14418
14419         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14420
14421 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14422
14423         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14424         where approriate.
14425
14426         * nnml.el (nnml-generate-active-info): do.
14427
14428         * nndiary.el (nndiary-generate-active-info): do.
14429
14430         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14431         (gnus-topic-move): do.
14432
14433         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14434         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14435
14436         * gnus-srvr.el (gnus-server-prepare)
14437         (gnus-server-open-all-servers): do.
14438
14439         * gnus-msg.el (gnus-summary-cancel-article)
14440         (gnus-summary-resend-message)
14441         (gnus-summary-mail-crosspost-complaint): do.
14442
14443         * gnus-move.el (gnus-change-server): do.
14444
14445         * gnus-group.el (gnus-group-unmark-all-groups)
14446         (gnus-group-set-current-level): do.
14447
14448 2004-10-04  Simon Josefsson  <jas@extundo.com>
14449
14450         * message.el (message-generate-hashcash): Doc fix.
14451
14452 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14453
14454         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14455         avoid infinite recursion via gnus-get-function.
14456
14457 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14458
14459         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14460
14461         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14462
14463         * nnmail.el (nnmail-split-history): do.
14464
14465         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14466         (nnml-request-delete-group): do.
14467
14468         * nnslashdot.el (nnslashdot-read-groups): do.
14469
14470         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14471         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14472
14473         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14474         (nnspool-sift-nov-with-sed): Use last.
14475         (nnspool-retrieve-headers-with-nov): Use mapc.
14476         (nnspool-request-newgroups): Use dolist.
14477         (nnspool-request-group): Use last.
14478
14479         * nntp.el (nntp-read-server-type): Use dolist.
14480
14481         * nnvirtual.el (nnvirtual-create-mapping)
14482         (nnvirtual-update-read-and-marked): Use dolist.
14483         (nnvirtual-convert-headers): Simplify.
14484
14485 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14486
14487         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14488         support for sync'ing tick marks.
14489
14490 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14493         there's no visible header.
14494
14495 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14496
14497         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14498         necessary, pass full group name to gnus-request-set-marks.
14499
14500 2004-10-01  Simon Josefsson  <jas@extundo.com>
14501
14502         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14503         acroread.
14504
14505 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14506
14507         * spam-report.el (spam-report-gmane): Fix interactive.
14508
14509         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14510
14511         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14512         when writing file.
14513         (gnus-agent-synchronize-flags): Don't default to being
14514         interactive.
14515
14516 2004-09-30  Simon Josefsson  <jas@extundo.com>
14517
14518         * message.el (message-generate-hashcash): Add.
14519         (message-send-mail): Use it, call mail-add-payment.
14520
14521 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14522
14523         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14524
14525 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14526
14527         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14528         gnus-requst-update-info with explicit code to sync the in-memory
14529         info read flags with the marks being sync'd to the backend.
14530
14531         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14532
14533 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14534
14535         * spam.el (spam-verify-bogofilter): Add new function.
14536         (spam-check-bogofilter)
14537         (spam-bogofilter-register-with-bogofilter): Use it.
14538         (spam-verify-bogofilter): Add small fixes.
14539
14540 2004-09-28  Simon Josefsson  <jas@extundo.com>
14541
14542         * hashcash.el (hashcash-generate-payment): Revert.
14543
14544 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14545
14546         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14547         gnus-extract-references instead of gnus-split-references.
14548
14549         * gnus-util.el (gnus-extract-references): Add new function, analogous
14550         to gnus-split-references but extracts only the message-ID without
14551         anything extra.
14552
14553         * hashcash.el (hashcash-generate-payment)
14554         (hashcash-check-payment): Do the right thing if hashcash-path is
14555         nil (because the hashcash program could not be found).
14556
14557         * spam.el (spam-use-hashcash): Remove comment.
14558
14559 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14560
14561         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14562         (gnus-cache-enter-article, gnus-cache-remove-article)
14563         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14564
14565         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14566
14567         * gnus-art.el (article-hide-boring-headers)
14568         (article-translate-strings, article-display-face)
14569         (gnus-article-mime-match-handle-first)
14570         (gnus-article-highlight-headers)
14571         (gnus-article-add-buttons-to-head): do.
14572
14573 2004-09-27  Simon Josefsson  <jas@extundo.com>
14574
14575         * hashcash.el: New version, from
14576         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14577         ../contrib/.
14578
14579 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14582
14583 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14584
14585         * gnus-dup.el (gnus-dup-open): Use mapc.
14586         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14587
14588         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14589         Reported by Stefan Wiens <s.wi@gmx.net>.
14590
14591         * gnus.el (gnus-shutdown): Use dolist.
14592
14593         * gnus-undo.el (gnus-undo): Use mapc.
14594
14595         * nnrss.el (nnrss-generate-active): do.
14596
14597         * message.el (message-cite-original-without-signature)
14598         (message-cite-original): Use mapc.
14599         (message-do-actions, message-make-forward-subject): Use dolist.
14600
14601 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14602
14603         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14604         deletion to remove entire duplicate line.  Fixes merged article
14605         number bug.
14606
14607 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14608
14609         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14610         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14611         first ask if you want to open a server and then, even when you
14612         responded with no, asking if you want to synchronize the server's
14613         flags.
14614         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14615         multi-line expressions.
14616         (gnus-agent-synchronize-group-flags): New internal function.
14617         Updates marks in memory (in the info structure) AND in the
14618         backend.
14619
14620         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14621
14622         * nnagent.el (nnagent-request-set-mark): Use
14623         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14624         method, to ensure that synchronization updates marks in the
14625         backend and in the info (in memory) structure.
14626
14627 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14630         convention fully; don't miss the root article of a thread; make
14631         the X-Draft-From header with correct article numbers.
14632
14633 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14634
14635         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14636         unless plugged.  Disable the agent so that an open failure causes
14637         an error.
14638
14639         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14640         Reverted 2004-09-21 change.  The backend must be opened while
14641         synchronizing flags even when the backend stores the flags
14642         locally.
14643
14644 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14645
14646         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14647         in `header' match.  Reported by Svend Tollak Munkejord.
14648
14649         * message.el (message-cite-original): Fix use of
14650         `message-cite-articles-with-x-no-archive'.
14651
14652 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14655         (gnus-window-to-buffer): Ditto.
14656
14657         * mml.el (mml-preview-buffer): New variable.
14658         (mml-preview): Manage window layout with gnus-buffer-configuration.
14659
14660         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14661         X-Draft-From header even if those articles aren't quoted.
14662
14663 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14664
14665         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14666         (gnus-request-set-mark, gnus-request-update-mark): Use new
14667         g-s-t-u-l-m to decide to use backend even when unplugged.
14668
14669 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14670
14671         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14672         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14673
14674 2004-09-20  Simon Josefsson  <jas@extundo.com>
14675
14676         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14677         "utf-16-le".
14678
14679 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14680
14681         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14682
14683 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14684
14685         * uudecode.el (uudecode-use-external): Add :version.
14686
14687         * smime.el (smime-CA-file, smime-encrypt-cipher)
14688         (smime-dns-server): Add :version.
14689
14690         * smiley.el (gnus-smiley-file-types): Add :version.
14691
14692         * sha1.el (sha1-use-external): Add :version.
14693
14694         * pgg-def.el (pgg-query-keyserver): Add :version.
14695
14696         * nnmail.el (nnmail-fancy-expiry-targets)
14697         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14698         Add :version.
14699
14700         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14701         (nnimap-retrieve-groups-asynchronous): Add :version.
14702         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14703
14704         * mml.el (mml-content-disposition-parameters)
14705         (mml-insert-mime-headers-always): Add :version.
14706
14707         * mm-util.el (mm-coding-system-priorities): Add :version.
14708
14709         * mm-decode.el (mm-inline-text-html-with-images)
14710         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14711         (mm-verify-option): Add :version.
14712         (mm-text-html-renderer): Change :version.
14713
14714         * message.el (message-fcc-externalize-attachments)
14715         (message-required-headers, message-draft-headers)
14716         (message-subject-trailing-was-query)
14717         (message-subject-trailing-was-ask-regexp)
14718         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14719         (message-mark-insert-end, message-archive-header)
14720         (message-archive-note, message-cross-post-default)
14721         (message-cross-post-note, message-followup-to-note)
14722         (message-cross-post-note-function, message-use-mail-followup-to)
14723         (message-subscribed-address-functions)
14724         (message-subscribed-address-file, message-subscribed-addresses)
14725         (message-subscribed-regexps, message-allow-no-recipients)
14726         (message-yank-cited-prefix, message-signature-insert-empty-line)
14727         (message-hidden-headers, message-hierarchical-addresses)
14728         (message-mail-user-agent, message-use-idna)
14729         (message-valid-fqdn-regexp)
14730         (message-strip-special-text-properties, message-header-synonyms)
14731         (message-beginning-of-line, message-tab-body-function): Add :version.
14732         (message-insert-canlock, message-wide-reply-confirm-recipients):
14733         Change :version.
14734
14735         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14736         and :version.
14737         (mail-source-delete-old-incoming-confirm)
14738         (mail-source-movemail-program): Add :version.
14739
14740         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14741         (gnus-agent-cache, gnus-agent): Change :version.
14742
14743         * gnus-util.el (gnus-use-byte-compile): Change :version.
14744
14745         * gnus-sum.el (gnus-summary-make-false-root-always)
14746         (gnus-summary-default-high-score)
14747         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14748         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14749         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14750         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14751         (gnus-sum-thread-tree-single-indent)
14752         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14753         (gnus-sum-thread-tree-leaf-with-other)
14754         (gnus-sum-thread-tree-single-leaf): Add :version.
14755         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14756         (gnus-article-loose-mime): Change :version.
14757
14758         * gnus-start.el (gnus-backup-startup-file)
14759         (gnus-save-startup-file-via-temp-buffer): Add :version.
14760
14761         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14762         (gnus-server-offline-face): Add :version.
14763
14764         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14765
14766         * gnus-msg.el (gnus-gcc-externalize-attachments)
14767         (gnus-debug-files, gnus-debug-exclude-variables)
14768         (gnus-discouraged-post-methods): Change :version.
14769         (gnus-confirm-mail-reply-to-news)
14770         (gnus-confirm-treat-mail-like-news): Add :version.
14771
14772         * gnus-int.el (gnus-server-unopen-status): Add :version.
14773
14774         * gnus-group.el (gnus-group-jump-to-group-prompt)
14775         (gnus-large-ephemeral-newsgroup)
14776         (gnus-fetch-old-ephemeral-headers): Add :version.
14777
14778         * gnus-fun.el (gnus-x-face-directory)
14779         (gnus-convert-pbm-to-x-face-command)
14780         (gnus-convert-image-to-x-face-command)
14781         (gnus-convert-image-to-face-command): Add :version.
14782
14783         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14784
14785         * gnus-cite.el (gnus-cite-blank-line-after-header)
14786         (gnus-article-boring-faces): Add :version.
14787
14788         * gnus-art.el (gnus-buttonized-mime-types)
14789         (gnus-inhibit-mime-unbuttonizing)
14790         (gnus-treat-display-face)
14791         (gnus-treat-body-boundary): Change :version.
14792         (gnus-body-boundary-delimiter, gnus-picon-databases)
14793         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14794         (gnus-treat-date-english, gnus-treat-fold-headers)
14795         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14796         (gnus-treat-mail-picon, gnus-treat-wash-html)
14797         (gnus-article-encrypt-protocol)
14798         (gnus-use-idna, gnus-article-over-scroll)
14799         (gnus-mime-display-multipart-alternative-as-mixed)
14800         (gnus-mime-display-multipart-related-as-mixed)
14801         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14802         (gnus-ctan-url, gnus-button-ctan-handler)
14803         (gnus-button-handle-ctan-bogus-regexp)
14804         (gnus-button-ctan-directory-regexp)
14805         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14806         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14807         (gnus-button-man-level, gnus-button-emacs-level)
14808         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14809
14810         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14811         (gnus-agent-go-online): Change :version.
14812         (gnus-agent-expire-unagentized-dirs)
14813         (gnus-agent-auto-agentize-methods): Add :version.
14814
14815         * flow-fill.el (fill-flowed-display-column)
14816         (fill-flowed-encode-column): Add :version.
14817
14818         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14819         (gnus-outlook-deuglify-unwrap-max)
14820         (gnus-outlook-deuglify-cite-marks)
14821         (gnus-outlook-deuglify-unwrap-stop-chars)
14822         (gnus-outlook-deuglify-no-wrap-chars)
14823         (gnus-outlook-deuglify-attrib-cut-regexp)
14824         (gnus-outlook-deuglify-attrib-verb-regexp)
14825         (gnus-outlook-deuglify-attrib-end-regexp)
14826         (gnus-outlook-display-hook): Add :version.
14827
14828         * binhex.el (binhex-use-external): Add :version.
14829
14830 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14831
14832         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14833         and `invisible'.
14834
14835 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14836
14837         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14838         in gnus-registry-trim.
14839
14840 2004-09-13  Simon Josefsson  <jas@extundo.com>
14841
14842         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14843
14844         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14845
14846         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14847         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14848         <yamaoka@jpl.org>.
14849         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14850         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14851         <yamaoka@jpl.org>.
14852
14853         * sieve.el (sieve-manage-mode): Ditto.
14854
14855 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14856
14857         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14858
14859 2004-09-11  Simon Josefsson  <jas@extundo.com>
14860
14861         * dns-mode.el: Add.
14862
14863         * mm-view.el (mm-display-dns-inline): Add.
14864
14865         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14866         (mm-automatic-display): Ditto.
14867
14868         * mailcap.el (mailcap-mime-data): Add text/dns.
14869         (mailcap-mime-extensions): Map .soa to text/dns.
14870
14871 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14872
14873         * gnus-art.el (article-decode-mime-words, article-babel)
14874         (gnus-article-highlight-signature, gnus-article-add-buttons)
14875         (gnus-signature-toggle): Remove unnecessary bindings of
14876         `inhibit-read-only' inherited from v5.10 merge.
14877
14878 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14879
14880         * nntp.el (nntp): New customization group.
14881         (nntp-authinfo-file): Add customization group.
14882
14883         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14884
14885         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14886
14887         * gnus.el (to-address, to-list, subscribed)
14888         (large-newsgroup-initial): Ditto.
14889
14890         * flow-fill.el (fill-flowed-display-column)
14891         (fill-flowed-encode-column): Ditto.
14892
14893 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14894
14895         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14896         Use point-min rather than 1.
14897         (message-send-mail): Use buffer-size rather than point-max.
14898
14899         * gnus-sum.el (gnus-summary-search-article-forward):
14900         Signal a specific `search-failed' rather than a generic `error'.
14901
14902         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14903         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14904         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14905
14906 2004-09-10  Simon Josefsson  <jas@extundo.com>
14907
14908         * nndb.el (require): Remove tcp and duplicate cl.
14909
14910 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * gnus-agent.el (directory-files-and-attributes): Move forward.
14913
14914 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14915
14916         * gnus-agent.el (directory-files-and-attributes): Optionally
14917         defined to support XEmacs.
14918
14919 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14920
14921         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14922         to avoid run-time CL dependencies.
14923         (gnus-agent-unfetch-articles): New function.
14924         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14925         article numbers even when local .overview file is missing.
14926         (gnus-agent-read-article-number): New function.  Only accepts
14927         27-bit article numbers.
14928         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14929         gnus-agent-read-article-number.
14930         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14931         from backend while recognizing that article numbers in .overview
14932         must be valid.
14933         (gnus-agent-update-files-total-fetched-for): Use
14934         directory-files-and-attributes to improve performance.
14935         * gnus-int.el (gnus-request-move-article): Use
14936         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14937         improve performance.
14938
14939         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14940         some users confused by references to .newsrc when they only have a
14941         .newsrc.eld file.
14942         (gnus-convert-mark-converter-prompt)
14943         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14944         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14945         New function.  Used internally to only display 'gnus converting
14946         files' message when actually necessary.
14947
14948         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14949         methods now autoloaded.
14950
14951 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14954         identifiers.
14955
14956 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14957
14958         * gnus-picon.el: Fix indentation and closing parenthesis.
14959
14960 2004-09-01  Simon Josefsson  <jas@extundo.com>
14961
14962         * message.el (message-canlock-generate): Require sha1, not
14963         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14964         to require within a function.  Sadly, if sha1.el isn't loaded, the
14965         let binding in m-c-g will hide the defcustom definition, which is
14966         bad.)
14967
14968         * canlock.el: Require sha1, not sha1-el.
14969
14970         * message.el: Don't autoload sha1 (there is a autoload cookie in
14971         sha1.el).
14972
14973         * sha1-el.el: Renamed to sha1.el.
14974
14975 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14976
14977         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14978
14979 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14980
14981         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14982
14983 2004-08-30  Kim F. Storm  <storm@cua.dk>
14984
14985         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14986
14987         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14988         Add :group 'nnimap.
14989
14990 2004-08-30  Andreas Schwab  <schwab@suse.de>
14991
14992         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14993         ?* and ?\;.
14994
14995         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14996         and ?\' to symbol instead of whitespace.
14997
14998 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15001
15002         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15003         instead of re-search-forward.
15004
15005         * gnus-uu.el (gnus-uu-save-article): Ditto.
15006         (gnus-uu-post-encode-uuencode): Ditto.
15007
15008         * html2text.el (html2text-clean-list-items): Ditto.
15009         (html2text-clean-dtdd): Ditto.
15010         (html2text-format-tags): Ditto.
15011
15012         * message.el (message-send-mail-with-sendmail): Fix regexp.
15013         (message-fill-field-general): Use search-forward instead of
15014         re-search-forward.
15015         (unbold-region): Ditto.
15016
15017         * nnrss.el (nnrss-request-article): Ditto.
15018
15019         * nnslashdot.el (nnslashdot-request-article): Ditto.
15020
15021         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15022
15023         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15024         "Unrecognized menu descriptor" error in XEmacs.
15025
15026 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15027
15028         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15029         parent article of a sparse article in the thread hashtb.
15030
15031 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15032
15033         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15034         (nnmail-expand-newtext): Lowercase expanded entries if
15035         nnmail-split-lowercase-expanded is non-nil.
15036
15037 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15038
15039         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15040
15041         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15042         of gnus-tmp-news-method into string under XEmacs.  It will be
15043         passed to gnus-correct-length which takes only a string argument.
15044
15045 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15046
15047         * gnus-util.el (gnus-bind-print-variables): New macro.
15048         (gnus-prin1): Use it.
15049         (gnus-prin1-to-string): Use it.
15050         (gnus-pp): New function.
15051         (gnus-pp-to-string): New function.
15052
15053         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15054         Replace pp-to-string with gnus-pp-to-string.
15055         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15056         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15057         * gnus-msg.el (gnus-debug): Ditto.
15058         * gnus-score.el (gnus-score-save): Ditto.
15059         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15060         gnus-pp-to-string.
15061         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15062         with gnus-pp.
15063         * score-mode.el (gnus-score-pretty-print): Ditto.
15064         * webmail.el (webmail-debug): Ditto.
15065
15066 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * gnus-art.el (article-display-face, article-display-x-face):
15069         Use buffer-read-only.
15070
15071 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-art.el (article-hide-list-identifiers):
15074         Bind inhibit-read-only as t.
15075
15076 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15077
15078         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15079
15080 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15081
15082         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15083         (gnus-narrow-to-page): Don't assume point-min == 1.
15084         (gnus-article-edit-mode): Derive from message-mode.
15085
15086         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15087         point-min == 1.
15088
15089         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15090         Disable incorrect use of `assert'.
15091
15092         * message.el (message-mode): Set comment-start-skip.
15093
15094
15095 2004-08-22  Sam Steingold  <sds@gnu.org>
15096
15097         * pop3.el (pop3-leave-mail-on-server): New user variable.
15098         (pop3-movemail): Delete mail only when it is nil.
15099
15100 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15101
15102         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15103
15104         * mml.el (mml-preview): Use `pop-to-buffer'.
15105
15106         * message.el (message-goto-mail-followup-to): Insert after "To".
15107         (message-carefully-insert-headers): Add comment.
15108
15109         * gnus.el: Remove unused variable `gnus-article-check-size'.
15110
15111         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15112
15113         * gnus-art.el (gnus-button-alist): Improve
15114         `gnus-button-handle-library' entry.
15115
15116 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15117
15118         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15119         downcase, since XEmacs capitalizes error messages differently.
15120
15121 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15122
15123         * nntp.el: Add (require 'gnus) due to reference to
15124         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15125
15126 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15127
15128         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15129         `mm-fill-flowed'.
15130
15131         * mm-decode.el (mm-dissect-singlepart): Check it.
15132
15133 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15134
15135         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15136         'imap' for netrc parsing.
15137
15138 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * mailcap.el (mailcap-mime-data): Mark as risky.
15141
15142 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15145         may be included in the encoded word.
15146         (rfc2047-encode): Don't append a space if the encoded word
15147         includes close parenthesis.
15148
15149 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15152         of text within parentheses.
15153
15154 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15157         (gnus-encrypt-write-file-contents): Make the password key the file
15158         name PLUS the cipher, not just the cipher.  Also remove failed
15159         passwords from the cache.
15160
15161 2004-08-06  Simon Josefsson  <jas@extundo.com>
15162
15163         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15164         fix.
15165
15166 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15169         LWSP.
15170
15171 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15172
15173         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15174         to append in-reply-to: data to the references: header.
15175
15176         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15177         (netrc-parse): Use gnus-encrypt.el functions.
15178
15179         * gnus-encrypt.el: Add new file for encryption support; currently
15180         does only a few GPG ciphers and an internal XOR cipher.
15181
15182         * password.el: Add comments on using password-read-and-add.
15183         (password-read-and-add): Add function to read and add the
15184         password to the cache at once.
15185
15186 2004-07-28  Simon Josefsson  <jas@extundo.com>
15187
15188         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15189         parameter (but don't use it, for now).
15190
15191         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15192         instead of hard coding to nil.
15193
15194 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15195
15196         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15197         as mm-inline-image-xemacs does.
15198
15199 2004-07-26  Simon Josefsson  <jas@extundo.com>
15200
15201         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15202         Revert part of 2004-07-17 change below.
15203
15204 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15205
15206         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15207         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15208
15209 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15210
15211         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15212         quotes that actually start with ">" at the beginning of the
15213         lines.
15214
15215 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15216
15217         * rfc2047.el (rfc2047-encode-region): Fix last change.
15218         (rfc2047-encode-parameter): Remove useless concat.
15219
15220 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15221
15222         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15223         encode special characters; fix some kind of misconfigured headers;
15224         signal a real error if debug-on-quit or debug-on-error is non-nil.
15225         (rfc2047-encode-max-chars): New variable.
15226         (rfc2047-encode-1): Use it.
15227         (rfc2047-encode-parameter): New function.
15228
15229         * mml.el (mml-insert-parameter): Remove an excessive space.
15230
15231 2004-07-17  Simon Josefsson  <jas@extundo.com>
15232
15233         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15234         Kai Grossjohann <kai@emptydomain.de>.
15235         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15236         (gnus-group-make-menu-bar): Ditto.
15237
15238         * gnus-util.el (gnus-group-server): Add.
15239
15240 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15241
15242         * message.el (message-clone-locals): Clone sendmail and smtp
15243         variables.
15244
15245 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15246
15247         * rfc2047.el (rfc2047-encode-region): Fix last change.
15248
15249 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15252         characters as non-special.
15253
15254 2004-07-09  Simon Josefsson  <jas@extundo.com>
15255
15256         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15257         Users will lose all flag changes made while unplugged with
15258         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15259         good default.  See numerous reports on ding mailing list.
15260
15261 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15264         add generate-head-function and generate-article-function to the
15265         rfc822-forward entry.
15266         (nndoc-rfc822-forward-generate-article): New function.
15267         (nndoc-rfc822-forward-generate-head): New function.
15268
15269         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15270
15271 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15272
15273         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15274         respect display group parameter and gnus-summary-expunge-below.
15275         (gnus-articles-to-read): Remove unused reference to display group
15276         parameter.
15277
15278 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15279
15280         * nnheader.el (nnheader-uniquify-message-id): New experimental
15281         variable.
15282         (nnheader-nov-read-message-id): Use it.
15283
15284         * spam-report.el (spam-report-gmane): Add interactive.
15285
15286 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15287
15288         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15289         qp-or-base64 for the application/* types.
15290
15291 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15292
15293         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15294
15295 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15296
15297         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15298         trim value.
15299
15300 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15301
15302         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15303         New macro and function.
15304         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15305
15306 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15309         after-load-alist.
15310
15311 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15312
15313         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15314         update info that isn't there.
15315
15316 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15317
15318         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15319         entry.
15320
15321 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15322
15323         * mm-view.el (mm-inline-render-with-function): Use multibyte
15324         buffer; decode html source by charset.
15325
15326         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15327
15328         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15329         Mule-UCS is loaded under XEmacs.
15330         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15331
15332 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15333
15334         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15335
15336 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * mm-util.el (mm-coding-system-p): Return a coding-system.
15339         (mm-mime-mule-charset-alist): Use shift_jis instead of
15340         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15341         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15342         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15343         instead of japanese-shift-jis and iso-latin-1 respectively in
15344         order to share the default value with both Emacs and XEmacs-mule.
15345         (mm-mule-charset-to-mime-charset): Make
15346         mm-coding-system-priorities effective.
15347         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15348         while predicating of candidates upon the priorities.
15349
15350 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15351
15352         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15353         gnus-uu-invert-processable.
15354
15355         * gnus.el: Autoload gnus-uu-invert-processable.
15356
15357 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * mm-util.el (mm-with-multibyte-buffer): New macro.
15360
15361         * rfc2047.el (rfc2047-encode-string): Use it.
15362         (rfc2047-encode-region): Move point to the end of the region after
15363         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15364
15365 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15366
15367         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15368         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15369
15370 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15373         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15374         Karl Chen <quarl@nospam.quarl.org>.
15375
15376 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15377
15378         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15379         invalid addresses.
15380
15381 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15382
15383         * spam.el: Change section markers, revise TODO list.
15384         (spam-backends): Make new master list of all installed backends.
15385         (spam-summary-exit-behavior): Add new variable to determine how
15386         messages moves are done at summary exit.
15387         (spam-move-spam-nonspam-groups-only)
15388         (spam-process-ham-in-nonham-groups)
15389         (spam-process-ham-in-spam-groups): Remove variables, the
15390         spam-summary-exit-behavior variable should be used to manage this
15391         behavior.
15392         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15393         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15394         and spam-old-spam-articles.
15395         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15396         Add empty variables, placeholders for the backends they represent.
15397         (spam-set-difference): Move, unchanged.
15398         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15399         unless the user has a processor variable.
15400         (spam-classifications, spam-classification-valid-p)
15401         (spam-backend-properties, spam-backend-property-valid-p)
15402         (spam-backend-function-type-valid-p)
15403         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15404         (spam-report-articles-gmane, spam-report-articles-resend):
15405         Remove functions, they are not needed.
15406         (spam-install-backend-super, spam-backend-list)
15407         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15408         (spam-backend-function, spam-backend-ham-registration-function)
15409         (spam-backend-spam-registration-function)
15410         (spam-backend-ham-unregistration-function)
15411         (spam-backend-spam-unregistration-function)
15412         (spam-backend-statistical-p, spam-backend-mover-p)
15413         (spam-install-backend-alias, spam-install-checkonly-backend)
15414         (spam-install-mover-backend, spam-install-nocheck-backend)
15415         (spam-install-backend, spam-install-statistical-backend)
15416         (spam-install-statistical-checkonly-backend): Add backend installation
15417         support.
15418         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15419         (spam-group-processor-p): Use the new backend code and respect the
15420         summary exit behavior.
15421         (spam-mark-spam-as-expired-and-move-routine): Remove.
15422         (spam-summary-prepare): Change to use the new spam-old-articles
15423         variable.
15424         (spam-copy-or-move-routine, spam-copy-spam-routine)
15425         (spam-move-spam-routine, spam-copy-ham-routine)
15426         (spam-move-ham-routine): Add code to copy/move ham or spam.
15427         (spam-fetch-field-fast): Improve doc and code, plus allow the
15428         'number request.
15429         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15430         variables.
15431         (spam-split, spam-find-spam): Use the new backend code.
15432         (spam-registration-functions): Remove variable.
15433         (spam-unregister-routine): Add convenience wrapper.
15434         (spam-log-undo-registration, spam-register-routine)
15435         (spam-log-processing-to-registry)
15436         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15437         where possible.
15438         (spam-check-gmane-xref, spam-check-regex-headers)
15439         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15440         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15441         (spam-check-bogofilter-headers, spam-check-spamoracle)
15442         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15443         (spam-check-crm114-headers): Use the spam-split-group that
15444         spam-split prepares, no need to determine it every time.
15445
15446         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15447         to the nnheader-parse-naked-head call.
15448
15449         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15450
15451         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15452         the nnheader-nov-read-message-id call.
15453
15454 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15455
15456         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15457         gnus-activate-group twice.  Suggested by Markus Peter
15458         <warp@spin.de>.
15459
15460 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15461
15462         * gnus-art.el (gnus-article-time-format): Exchange the order of
15463         day and month in the default value; fix customization type.
15464         (article-date-ut): Use add-text-properties.
15465         (article-make-date-line): Use message-make-date instead of
15466         current-time-string.
15467
15468         * message.el (message-fetch-field): Don't use set-text-properties.
15469         (message-make-date): Simplify.
15470
15471         * messagexmas.el (message-xmas-make-date): New function.
15472         (message-xmas-redefine): Defalias message-make-date to it.
15473
15474 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15477         (rfc2047-encode-region): Treat text within parentheses as special;
15478         show the original text when error has occurred.
15479
15480         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15481         already-computed method to gnus-activate-group.
15482
15483         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15484         same select-methods identical Lisp objects.
15485
15486         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15487         object when modifying the info.
15488
15489 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15490
15491         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15492         gnus-opened-servers since it has never been opened with the new
15493         configuration yet.
15494
15495 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15498         arg to nnheader-generate-fake-message-id.
15499
15500 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15501
15502         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15503         number and build a fake message ID localized to a group and
15504         article number (so it's repeatable from that point on).
15505         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15506         ID format.
15507
15508         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15509         nnheader-generate-fake-message-id with the article number.
15510
15511 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15512
15513         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15514         end-of-buffer.
15515
15516 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15517
15518         * message.el (message-ignored-supersedes-headers): Add Approved.
15519
15520 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15523         goto-char.
15524         (rfc2047-encode): Fold the line before encoding.
15525
15526 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15527
15528         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15529         folding -- not all headers can be folded, and this should be done
15530         by the message composition mode.  Probably.  I think.
15531
15532 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15533
15534         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15535         fast.
15536
15537         * gnus-ems.el (gnus-remove-image): Don't use
15538         message-text-with-property; remove only the image found first.
15539
15540         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15541         found first.
15542
15543 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15544
15545         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15546
15547 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * message.el (message-text-with-property): Make it fast and accept
15550         optional arguments.
15551         (message-strip-forbidden-properties): Use it.
15552         (message-fix-before-sending): Follow the m-t-w-p change.
15553
15554         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15555
15556 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus-art.el (article-hide-headers): Don't change the buffer
15559         mistakenly when performing mml-preview even if
15560         gnus-single-article-buffer is nil.
15561
15562 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15563
15564         * message.el (message-expand-name-databases): New user option.
15565         (message-expand-name): Use it.
15566
15567 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15568
15569         * spam.el (spam-report-articles-resend)
15570         (spam-report-resend-register-routine): Allow ham reporting.
15571         (spam-report-resend-register-ham-routine): Add wrapper.
15572         (spam-registration-functions): Add ham resending functions.
15573         (spam-list-of-processors): Add ham resend processor.
15574
15575         * gnus.el (ham-resend-to): Add new group parameter.
15576         (spam-process): Add ham resend option.
15577
15578         * spam-report.el (spam-report-resend): Allow reporting ham.
15579         (spam-report-resend-ham): Add wrapper.
15580
15581 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15582
15583         * message.el (message-cite-articles-with-x-no-archive): New
15584         variable.
15585         (message-cite-original): Use it.
15586
15587 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15588
15589         * message.el (message-cite-original): Respect X-No-Archive.
15590
15591 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15592
15593         * gnus-art.el (article-hide-headers): Refer to the values for
15594         gnus-ignored-headers and gnus-visible-headers in the summary
15595         buffer since a user may have set them as group parameters.
15596
15597 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15598
15599         * assistant.el (assistant-node-name): Add convenience function.
15600         (assistant-render-text, assistant-render-node): Add error handling,
15601         plus handle multiple next nodes.
15602         (assistant-find-next-node): Comment out for now.
15603         (assistant-find-next-nodes): Add function, returns list of next
15604         nodes.
15605
15606 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15607
15608         * mail-source.el (mail-source-directory): Fix doc-string.
15609
15610 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15611
15612         * assistant.el (assistant-render-text, assistant-eval): Add :set
15613         widget type, which is different because it takes and returns a
15614         list.  Much hilarity ensues.
15615
15616 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15617
15618         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15619
15620         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15621         doc-string.
15622
15623         * gnus-start.el (gnus-activate-group): Added doc-string.
15624
15625 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15628
15629 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15630
15631         * assistant.el (assistant-render-text): Try to add a :set
15632         widget, more to come.
15633
15634         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15635         strings.
15636         (spam-report-articles-resend)
15637         (spam-register-routine): Do registration iff any articles warrant
15638         it.
15639         (spam-summary-prepare-exit): Change log message for nil group
15640         destinations.
15641
15642 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15643
15644         * spam.el (spam-report-resend-register-routine): Allow
15645         spam-report-resend-to to be a group parameter or a global value.
15646
15647 2004-05-26  Simon Josefsson  <jas@extundo.com>
15648
15649         * starttls.el: Merge with my GNUTLS based starttls.el.
15650         (starttls-gnutls-program, starttls-use-gnutls)
15651         (starttls-extra-arguments, starttls-process-connection-type)
15652         (starttls-connect, starttls-failure, starttls-success): New
15653         variables.
15654         (starttls-program, starttls-extra-args): Doc fix.
15655         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15656         functions.
15657         (starttls-negotiate, starttls-open-stream): Check
15658         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15659         function if it is set.
15660
15661 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15664         structured fields.
15665
15666 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15669
15670 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15671
15672         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15673         variable.
15674         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15675         assigning the spam-mark to new messages.
15676
15677 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15678
15679         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15680
15681 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15684
15685         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15686         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15687         default.
15688
15689 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15690
15691         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15692         correct data.
15693
15694 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15695
15696         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15697         (spam-group-processor-p): Fix function.
15698         (spam-group-processor-multiple-p)
15699         (spam-group-spam-processor-report-gmane-p)
15700         (spam-group-spam-processor-report-resend-p)
15701         (spam-group-spam-processor-bogofilter-p)
15702         (spam-group-spam-processor-blacklist-p)
15703         (spam-group-spam-processor-ifile-p)
15704         (spam-group-ham-processor-ifile-p)
15705         (spam-group-spam-processor-spamoracle-p)
15706         (spam-group-spam-processor-crm114-p)
15707         (spam-group-ham-processor-bogofilter-p)
15708         (spam-group-spam-processor-stat-p)
15709         (spam-group-ham-processor-stat-p)
15710         (spam-group-ham-processor-whitelist-p)
15711         (spam-group-ham-processor-BBDB-p)
15712         (spam-group-ham-processor-spamoracle-p)
15713         (spam-group-ham-processor-copy-p): Remove functions with some
15714         prejudice against unneeded code.
15715         (spam-report-articles-resend)
15716         (spam-report-resend-register-routine): Allow the group/topic
15717         spam-resend-to value to override spam-report-resend-to.
15718         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15719         properly now.
15720
15721         * gnus.el (spam-resend-to): Add group/topic parameter.
15722         (spam-process): Move the OBSOLETE processors to the end of the
15723         choices.
15724
15725 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15726
15727         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15728         with resend-to set to nil, and then ask the user if necessary.
15729         (spam-report-resend): spam-report-resend takes a list of articles, not
15730         separate article numbers.
15731
15732 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15733
15734         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15735         addition to emacs-w3m.
15736
15737 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15738
15739         * assistant.el (assistant-authinfo-data): New function.
15740         (assistant-eval): Eval for entire assistant.
15741
15742         * netrc.el (netrc-services-file): New variable.
15743         (netrc-parse-services): New function.
15744         (netrc-find-service-name): New function.
15745         (netrc-find-service-number): New function.
15746         (netrc-port-equal): New function.
15747         (netrc-machine): Use it.
15748
15749         * nnimap.el (nnimap-open-connection): Use netrc.
15750
15751         * gnus-util.el (gnus-netrc-get): Remove aliases.
15752
15753         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15754
15755         * assistant.el (wid-edit): Fix compilation.
15756
15757         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15758
15759 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15760
15761         * gnus-util.el (gnus-set-file-modes): New function.  (small
15762         patch).
15763
15764 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15765
15766         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15767
15768         * assistant.el (assistant-render-node): Fix up rendering and
15769         read-only text.
15770         (assistant-render-node): Reset.
15771         (assistant-make-read-only): Not sticky.
15772
15773 2004-05-20  Danny Siu  <dsiu@adobe.com>
15774
15775         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15776         centered even when gnus-auto-center-summary is t.
15777
15778 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15779
15780         * dns.el (dns-get-txt-answer): New function.
15781         (dns-read-txt): Ditto.
15782         (query-dns): Use it.
15783
15784 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15785
15786         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15787         active for foreign groups even if the group level is higher than
15788         the specified value.
15789
15790 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15791
15792         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15793         non-active groups.
15794
15795         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15796
15797 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15798
15799         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15800
15801 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15802
15803         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15804         (spam-crm114-header, spam-crm114-spam-switch)
15805         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15806         (spam-crm114-positive-spam-header)
15807         (spam-crm114-database-directory, spam-list-of-processors)
15808         (spam-group-spam-processor-crm114-p)
15809         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15810         (spam-generic-score, spam-list-of-checks)
15811         (spam-list-of-statistical-checks, spam-registration-functions)
15812         (spam-check-crm114-headers, spam-crm114-score)
15813         (spam-check-crm114, spam-crm114-register-with-crm114)
15814         (spam-crm114-register-spam-routine)
15815         (spam-crm114-unregister-spam-routine)
15816         (spam-crm114-register-ham-routine)
15817         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15818         asjo@koldfront.dk (Adam Sjøgren).
15819
15820         * gnus.el: Add spam-use-crm114.
15821
15822         * spam.el (spam-list-of-processors, spam-registration-functions):
15823         Add spam-use-resend.
15824         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15825         (spam-report-articles-gmane): Add doc fix.
15826         (spam-report-articles-resend, spam-report-resend-register-routine):
15827         Add wrappers around spam-report-resend-to.
15828
15829         * spam-report.el (spam-report-resend-to, spam-report-resend):
15830         Add support for resending spam.
15831         (spam-report-gmane): Fix line length >80.
15832
15833         * gnus.el (spam-process): Add spam-use-resend.
15834
15835 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15836
15837         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15838         number of processed spam messages.
15839         (spam-ham-copy-or-move-routine): Return the number of processed
15840         ham messages.
15841         (spam-summary-prepare-exit): Use the above values to decide
15842         whether status messages shouled be displayed.
15843
15844 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15847         `rfc2047-encoding-function-alist' in order to avoid conflicting
15848         with the old version.
15849         (rfc2047-encode-region): Concatenate words containing non-ASCII
15850         characters in structured fields; don't encode space-delimited
15851         ASCII words even in unstructured fields; don't break words at
15852         char-category boundaries.
15853         (rfc2047-encode-1): New function.
15854         (rfc2047-encode): Use it; encode text so that it occupies the
15855         maximum width within 76-column; work correctly on Q encoding for
15856         iso-2022-* charsets.
15857         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15858         sure not to break a line just after the header name.
15859         (rfc2047-b-encode-region): Removed.
15860         (rfc2047-b-encode-string): New function.
15861         (rfc2047-q-encode-region): Removed.
15862         (rfc2047-q-encode-string): New function.
15863
15864         * mm-util.el (mm-replace-in-string): New function.
15865
15866 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15867
15868         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15869         get it right.
15870         (gnus-inews-make-draft): Really.
15871
15872 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15873
15874         * nnmh.el (nnmh-request-list-1): Don't check the link count
15875         before descending.  (small patch)
15876
15877 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15878
15879         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15880         stuff.
15881
15882         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15883         on real group name.
15884
15885         * gnus-art.el (gnus-signature-limit): Doc fix.
15886
15887         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15888
15889         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15890
15891 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15892
15893         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15894         isn't a string.
15895
15896 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15897
15898         * gnus-draft.el (gnus-draft-send): Bind
15899         rfc2047-encode-encoded-words.
15900
15901         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15902         (rfc2047-encodable-p): Say that =? needs encoding.
15903         (rfc2047-encode-encoded-words): New variable.
15904
15905         * gnus-group.el (gnus-group-select-group): Doc fix.
15906
15907         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15908
15909         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15910         to nil.
15911
15912         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15913
15914         * nnheader.el (nnheader-get-lines-and-char): New function.
15915
15916 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15917
15918         * gnus-msg.el (gnus-summary-followup-with-original): Document
15919         yanking of region when active.
15920
15921 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15924         groups if the group level is higher than the specified value.
15925
15926 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15929         (gnus-group-jump-to-group): Added prefix argument using
15930         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15931         non-active group.
15932
15933         * compface.el (uncompface): Be verbose when changing
15934         `uncompface-use-external'.
15935
15936         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15937         handle manual section.
15938
15939 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15940
15941         * gnus-art.el (gnus-button-alist): Revert previous change.
15942
15943 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15946
15947 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15948
15949         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15950         whether backend can accept message.
15951
15952         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15953
15954 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15955
15956         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15957         Avoid creating directory when nntp-marks-is-evil is true.
15958         Reported by Reiner Steib.
15959
15960 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15961
15962         * gnus-picon.el (gnus-picon-style): New variable.
15963         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15964         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15965         Jesper Harder <harder@ifa.au.dk>.
15966
15967 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15968
15969         * message.el (message-fill-field): Return point.
15970         (message-generate-headers): Go to end of field.
15971
15972         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15973         stuff for non-living groups.
15974
15975 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15976
15977         * gnus-art.el (gnus-article-followup-with-original)
15978         (gnus-article-reply-with-original): gnus-mark-active-p ->
15979         gnus-region-active-p.
15980
15981 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15982
15983         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15984         only when there is spam or ham to be processed.
15985
15986 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15987
15988         * mail-source.el (mail-source-delete-crash-box): Refactor.
15989         (mail-source-fetch): Use it.
15990         (mail-source-fetch-file): Ditto.
15991         (mail-source-fetch-directory): Run postscript in loop.
15992         (mail-source-fetch-pop): Delete.
15993         (mail-source-fetch-maildir): Ditto.
15994         (mail-source-fetch-imap): Ditto.
15995
15996         * imap.el (imap-authenticators): Comment out sasl.
15997
15998         * message.el (message-skip-to-next-address): New function.
15999         (message-fill-header-address): Refactor.
16000         (message-fill-address): Use it.
16001         (message-delete-address): Use it.
16002         (message-fill-header-general): Refactor.
16003         (message-fill-field-address): Rename.
16004         (message-narrow-to-field): Find the start of the header.
16005         (message-header-format-alist): Don't pre-fill.
16006         (message-fill-header): Removed.
16007         (message-insert-header): New function.
16008         (message-shorten-references): Use it.
16009
16010         * rfc2047.el (rfc2047-field-value): Strip props.
16011
16012         * mail-parse.el (mail-header-make-address): New alias.
16013
16014         * ietf-drums.el (ietf-drums-make-address): New function.
16015
16016         * imap.el: Add compiler directives.
16017
16018         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16019
16020         * gnus-art.el (article-decode-idna-rhs): Don't use
16021         message-idna-inside-rhs-p.
16022
16023 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16024
16025         * message.el (message-idna-inside-rhs-p): Removed.
16026         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16027
16028         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16029         false positives.
16030
16031 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16032
16033         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16034
16035 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16036
16037         * nneething.el (nneething-file-name): Don't create spurious
16038         files.
16039
16040         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16041         (gnus-inews-do-gcc): Remove sleep.
16042
16043         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16044         part under point.
16045
16046         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16047         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16048
16049 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16050
16051         * spam.el (spam-summary-prepare-exit): Fixed (length).
16052
16053 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16054
16055         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16056         as expired without moving it" message when there are spam
16057         messages left.
16058
16059 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16060
16061         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16062         header is not nil.
16063
16064 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16065
16066         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16067         nntp-possibly-create-directory, not nntp-possibly-change-group.
16068         (nntp-marks-changed-p): New arg SERVER.
16069         (nntp-request-update-info): Adjust caller.
16070
16071 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16072
16073         * nntp.el (nntp-save-marks): Pass missing arg.
16074
16075 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16076
16077         * nntp.el: Support marks.
16078         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16079         (nntp-marks-modtime, nntp-marks-directory): New variables.
16080         (nntp-request-set-mark, nntp-request-update-info)
16081         (nntp-possibly-create-directory, nntp-marks-changed-p)
16082         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16083         functions.
16084
16085 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16086
16087         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16088         (gnus-xmas-redefine): Rename.
16089
16090         * gnus-score.el (gnus-score-insert-help): Use
16091         gnus-select-lowest-window.
16092
16093         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16094         appt-select-lowest-window and rename to gnus-select-lowest-window.
16095
16096         * gnus.el: do.
16097
16098 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16099
16100         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16101         encodings of MIME-encoded words, in order to improve
16102         interoperability with several broken MUAs.
16103
16104 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16105
16106         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16107         tags, only when charsets are not specified in headers.
16108         (mm-inline-text-html-render-with-w3m): Ditto.
16109
16110         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16111         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16112
16113 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16114
16115         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16116         instead of MIME-decoded from fields when checking
16117         `gnus-article-address-banner-alist'.
16118
16119 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16120
16121         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16122         description rather than subject.
16123
16124 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16125
16126         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16127
16128 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16129
16130         * gnus.el (gnus-version-number): Bump.
16131
16132 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16133
16134         * gnus.el: No Gnus v0.2 is released.
16135
16136 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16137
16138         * gnus-agent.el (gnus-agent-read-agentview): Inline
16139         gnus-uncompress-range.
16140
16141 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16142
16143         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16144         `exec-installed-p'.
16145
16146 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16147
16148         * gnus.el (spam-process, spam-autodetect-methods): Add
16149         bsfilter and bsfilter-headers.
16150
16151         * spam.el (spam-bsfilter): New customize group.
16152         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16153         (spam-bsfilter-header, spam-bsfilter-probability-header)
16154         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16155         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16156         (spam-bsfilter-database-directory): New options.
16157         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16158         (spam-list-of-statistical-checks, spam-registration-functions):
16159         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16160         (spam-bsfilter-score): New command.
16161         (spam-check-bsfilter-headers, spam-check-bsfilter)
16162         (spam-bsfilter-register-with-bsfilter)
16163         (spam-bsfilter-register-spam-routine)
16164         (spam-bsfilter-unregister-spam-routine)
16165         (spam-bsfilter-register-ham-routine)
16166         (spam-bsfilter-unregister-ham-routine): New functions.
16167         (spam-generic-score): Support bsfilter; Accept an optional argument
16168         to recalcurate spam score even if scoring header has already been
16169         added.
16170         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16171         optional argument to recalcurate spam score even if scoring header
16172         has already been added.
16173
16174 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16175
16176         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16177         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16178         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16179         link is missing.
16180
16181 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16182
16183         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16184         (html2text-get-attr): Rewrite.
16185
16186         * message.el (message-setup-1): Remove redundant put-text-property
16187         on mail-header-separator.
16188
16189 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16190
16191         * gnus-registry.el (gnus-registry-cache-whitespace)
16192         (gnus-registry-action, gnus-registry-spool-action)
16193         (gnus-registry-split-fancy-with-parent): Change message levels
16194         from 5 to 3 or 7, as needed.
16195
16196         * spam.el (spam-summary-prepare-exit)
16197         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16198         (spam-split, spam-find-spam, spam-log-undo-registration)
16199         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16200         level from 5 to 6.
16201
16202 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16203
16204         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16205         2004-03-04 change).
16206
16207 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16208
16209         * sieve-manage.el (sieve-manage-open):
16210         * nnweb.el (nnweb-insert-html):
16211         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16212         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16213         * nnspool.el (nnspool-request-group):
16214         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16215         * nnml.el (nnml-request-update-info):
16216         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16217         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16218         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16219         (nnimap-request-set-mark):
16220         * nnfolder.el (nnfolder-request-update-info):
16221         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16222         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16223         * gnus-uu.el (gnus-uu-find-articles-matching):
16224         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16225         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16226         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16227         * gnus-nocem.el (gnus-nocem-scan-groups):
16228         * gnus-int.el (gnus-start-news-server):
16229         * gnus-group.el (gnus-group-make-kiboze-group)
16230         (gnus-group-browse-foreign-server):
16231         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16232         Use mapc when appropriate.
16233
16234 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16235
16236         FIXME: Make separate entries for each person.
16237
16238         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16239         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16240         <shields@msrl.com>:
16241
16242         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16243         may need for spam sorting and scoring.
16244         (spam-user-format-function-S): Add user format function suitable for
16245         general use.
16246         (spam-article-sort-by-spam-status): Add sorting function for summary
16247         sorting.
16248         (spam-extra-header-to-number): Add function to get a score from a
16249         header.
16250         (spam-summary-score): Add function to get a numeric score from the
16251         headers.
16252         (spam-generic-score): Fix function doc, was in wrong place.
16253         (spam-initialize): Take symbols when it's run, and install the
16254         extra headers that spam-necessary-extra-headers thinks we need.
16255
16256 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16257
16258         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16259         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16260
16261 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16262
16263         * gnus-sum.el (gnus-set-global-variables)
16264         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16265         (gnus-article-get-xrefs, gnus-summary-best-group)
16266         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16267         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16268         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16269         Use with-current-buffer.
16270
16271 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16272
16273         * spam.el (spam-summary-prepare-exit): Simplify logic.
16274         (spam-fetch-article-header): Read the article header if it's not
16275         available.
16276         (spam-list-articles): Simplify logic.
16277         (spam-filelist-register-routine): Fix bug with unregister-list.
16278
16279         * gnus-registry.el: Fix comments at beginning.
16280
16281 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16282
16283         * message.el (message-cater-to-broken-inn): Remove.
16284         (message-shorten-references): Make sure the total folded length of
16285         References is shorter than 998 characters to cater to a bug in INN
16286         2.3.  Also, don't pretend that references aren't folded -- this
16287         hasn't worked for a while.
16288
16289 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16290
16291         * gnus-agent.el (gnus-agentize):
16292         gnus-agent-send-mail-real-function no longer set to current value
16293         of message-send-mail-function but rather a lambda that calls
16294         message-send-mail-function.  The change makes the agent real-time
16295         responsive to user changes to message-send-mail-function.
16296
16297 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16298
16299         * legacy-gnus-agent.el
16300         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16301         help from Florian Weimer <fw@deneb.enyo.de>
16302
16303 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16304
16305         * nnmail.el (nnmail-cache-insert): Revert last change.
16306
16307 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * nnmail.el (nnmail-cache-insert): Always check whether
16310         nnmail-cache-ignore-groups matches a group name.
16311
16312 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16313
16314         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16315         (spam-find-spam, spam-log-processing-to-registry)
16316         (spam-log-registered-p, spam-log-unregistration-needed-p)
16317         (spam-log-undo-registration): Use gnus-message instead of
16318         gnus-error, none of these errors are fatal.
16319
16320         * gnus-registry.el (gnus-registry-clean-empty-function)
16321         (gnus-registry-clean-empty): Remove only empty entries without
16322         extra data.
16323
16324 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16325
16326         * spam-stat.el (spam-stat-buffer-change-to-spam)
16327         (spam-stat-buffer-change-to-non-spam): Change (error) to
16328         (gnus-message 8) invocation.
16329
16330 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * nntp.el (nntp-via-netcat-command): New variable.
16333         (nntp-via-netcat-switches): New variable.
16334         (nntp-open-via-rlogin-and-netcat): New function.
16335         (nntp-open-connection-function): Doc fix.
16336         (nntp-telnet-command): Doc fix.
16337         (nntp-end-of-line): Doc fix.
16338         (nntp-via-rlogin-command): Doc fix.
16339         (nntp-via-user-name): Doc fix.
16340         (nntp-via-address): Doc fix.
16341
16342 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16345         error in Emacs 21.1.
16346
16347 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16348
16349         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16350
16351 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16352
16353         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16354         (gnus-agent-with-refreshed-group): New macro.
16355         (gnus-agent-rename-group): New function.
16356         (gnus-agent-delete-group): New function.
16357         (gnus-agent-save-group-info): Use gnus-command-method when
16358         `method' parameter is nil.  Don't write nil entries into the
16359         active file.
16360         (gnus-agent-get-group-info): New function.
16361         (gnus-agent-fetch-articles): Use
16362         gnus-agent-update-files-total-fetched-for to increment disk space
16363         used.
16364         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16365         gnus-agent-update-view-total-fetched-for to increment disk space
16366         used.
16367         (gnus-agent-get-local): Added optional parameters to avoid calling
16368         gnus-group-real-name and gnus-find-method-for-group.
16369         (gnus-agent-set-local): Delete stored entry if either min, or max,
16370         are nil.
16371         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16372         quit, use gnus-agent-regenerate-group to record existance of any
16373         articles fetched to disk before the quit occurred.
16374         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16375         gnus-agent-update-view-total-fetched-for, and
16376         gnus-agent-update-files-total-fetched-for to decrement disk space
16377         used.
16378         (gnus-agent-retrieve-headers): Use
16379         gnus-agent-update-view-total-fetched-for to increment disk space
16380         used.
16381         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16382         with gnus-agent-update-files-total-fetched-for to decrement disk
16383         space and fresh group buffer.
16384         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16385         (gnus-agent-need-update-total-fetched-for): New variable.
16386         (gnus-agent-update-files-total-fetched-for): New function.
16387         (gnus-agent-update-view-total-fetched-for): New function.
16388         (gnus-agent-total-fetched-for): New function.
16389
16390         * gnus-cache.el (gnus-cache-save-buffers): Use
16391         gnus-cache-update-overview-total-fetched-for to change disk space
16392         used by this group.
16393         (gnus-cache-possibly-enter-article): Use
16394         gnus-cache-update-file-total-fetched-for to increment disk space
16395         used by this group.
16396         (gnus-cache-possibly-remove-article): Use
16397         gnus-cache-update-file-total-fetched-for to decrement disk space
16398         used by this group.
16399         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16400         (gnus-cache-rename-group): New function.
16401         (gnus-cache-delete-group): New function.
16402         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16403         (gnus-cache-need-update-total-fetched-for): New variable.
16404         (gnus-cache-with-refreshed-group): New macro.
16405         (gnus-cache-update-file-total-fetched-for): New function.
16406         (gnus-cache-update-overview-total-fetched-for): New function.
16407         (gnus-cache-rename-group-total-fetched-for): New function.
16408         (gnus-cache-delete-group-total-fetched-for): New function.
16409         (gnus-cache-total-fetched-for): New function.
16410
16411         * gnus-group.el: Require gnus-sum and autoload functions to
16412         resolve warnings when gnus-group.el compiled alone.
16413         (gnus-group-line-format): Documented new %F.
16414         (size of Fetched data) group line format; identifies disk space
16415         used by agent and cache.
16416         (gnus-group-line-format-alist): Defined new F format.
16417         (gnus-total-fetched-for): New function.
16418         (gnus-group-delete-group): No longer update
16419         gnus-cache-active-altered as gnus-request-delete-group now keeps
16420         the cache in sync.
16421         (gnus-group-list-active): Let the agent store a server's active
16422         list if currently plugged.
16423
16424         * gnus-int.el (gnus-request-delete-group):
16425         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16426         local disk in sync with the server.
16427         (gnus-request-rename-group):
16428         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16429         local disk in sync with the server.
16430
16431         * gnus-start.el (gnus-get-unread-articles):
16432         Cosmetic simplification to logic.
16433
16434         * gnus-util.el (gnus-rename-file): New function.
16435
16436 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16437
16438         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16439
16440 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16441
16442         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16443         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16444
16445 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16446
16447         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16448         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16449
16450 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16451
16452         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16453
16454 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16455
16456         * spam.el (spam-set-difference): Add function to replace
16457         gnus-set-difference in spam.el.
16458         (spam-summary-prepare-exit): Use spam-set-difference.
16459
16460 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16461
16462         * gnus-registry.el (gnus-registry-cache-file): Update to use
16463         gnus-dribble-directory OR gnus-home-directory OR ~.
16464         (gnus-registry-split-fancy-with-parent): Fix doc.
16465
16466 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16467
16468         * message.el (message-exchange-point-and-mark): Use
16469         message-mark-active-p.  Suggested by Jesper Harder
16470         <harder@ifa.au.dk>.
16471
16472 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * message.el (message-exchange-point-and-mark): Don't activate
16475         region if it was inactive.  Suggested by Hiroshi Fujishima
16476         <pooh@nature.tsukuba.ac.jp>.
16477
16478 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16479
16480         * gnus-art.el (article-display-face): Display Faces in the same
16481         order as X-Faces.
16482
16483 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16486
16487 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16490         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16491         (gnus-article-mime-hierarchy): Remove.
16492         (gnus-article-mime-hierarchy-next): Remove.
16493         (gnus-article-mode): Revert 2004-03-19 change.
16494         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16495         (gnus-insert-mime-button): Revert 2004-03-19 change.
16496         (gnus-mime-accumulate-hierarchy): Remove.
16497         (gnus-mime-enter-multipart): Remove.
16498         (gnus-mime-leave-multipart): Remove.
16499         (gnus-mime-display-part): Revert 2004-03-19 change.
16500         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16501
16502         * mml.el (mml-preview): Revert 2004-03-19 change.
16503
16504 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16505
16506         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16507
16508 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16509
16510         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16511         t while entering a file name using the mm-with-multibyte macro.
16512         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16513
16514         * mm-util.el (mm-with-multibyte): New macro.
16515
16516 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16519         user option.
16520         (gnus-mime-multipart-functions): Doc and customization fix.
16521         (gnus-article-mime-hierarchy): New variable.
16522         (gnus-article-mime-hierarchy-next): New variable.
16523         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16524         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16525         gnus-article-mime-hierarchy-next to nil.
16526         (gnus-insert-mime-button): Show hierarchy numbers.
16527         (gnus-mime-accumulate-hierarchy): New function.
16528         (gnus-mime-enter-multipart): New function.
16529         (gnus-mime-leave-multipart): New function.
16530         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16531         (gnus-mime-display-alternative): Show hierarchy numbers.
16532
16533         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16534         gnus-article-mime-hierarchy-next to nil.
16535
16536 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16537
16538         * dns.el: Don't require gnus-xmas.
16539
16540 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16541
16542         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16543         inline PGP.
16544         (mml-menu): Disable mml-quote-region if mark is inactive.
16545
16546 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16549         when the group's active is not available.
16550
16551 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16554         error.
16555
16556 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * imap.el (imap-store-password): New variable.
16559         (imap-interactive-login): Use it.
16560         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16561
16562 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16563
16564         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16565         window-start and hscroll to summary window.
16566
16567 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16568
16569         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16570         conversion message to newsrc-dribble when an actual conversion is
16571         performed.
16572
16573 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16574
16575         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16576
16577 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * mm-decode.el (mm-complicated-handles): New function reviving
16580         former definition of mm-multiple-handles.
16581
16582         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16583         (gnus-mime-delete-part): Use it.
16584
16585 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16586
16587         * gnus-agent.el (gnus-agent-read-local): Bind
16588         nnheader-file-coding-system to gnus-agent-file-coding-system to
16589         avoid the implicit assumption that they will always be equal.
16590         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16591         coding-system-for-write, as the with-temp-file macro first prints
16592         to a buffer then saves the buffer.
16593
16594 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16595
16596         * gnus-art.el (gnus-article-edit-part): New function.
16597         (gnus-mime-save-part-and-strip): Use it; do query instead of
16598         signaling an error; don't use mm-multiple-handles.
16599         (gnus-mime-delete-part): Ditto.
16600
16601 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16602
16603         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16604         old file versions.
16605         (gnus-group-prepare-hook): Removed function that converted list
16606         form of gnus-agent-expire-days to group properties.
16607
16608         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16609         (gnus-request-accept-article): Re-indented.
16610
16611         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16612         converters to handle old agent file formats.  Added logic for a
16613         "backup before upgrading warning".
16614         (gnus-convert-mark-converter-prompt): Developers can mark
16615         functions as needing (default), or not needing,
16616         gnus-convert-old-newsrc's "backup before upgrading warning".
16617         (gnus-convert-converter-needs-prompt): Tests whether the user
16618         should be protected from potentially irreversable changes by the
16619         function.
16620
16621         * legacy-gnus-agent.el: New.  Provides converters that are only
16622         loaded when gnus-convert-old-newsrc needs to call them.
16623
16624 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * mail-source.el (mail-source-touch-pop): Doc fix.
16627
16628         * message.el (message-smtpmail-send-it): Doc fix.
16629
16630 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16631
16632         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16633
16634         * nnmail.el (nnmail-split-fancy): do.
16635
16636         * gnus-kill.el (gnus-kill, gnus-execute): do.
16637
16638 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16639
16640         * gnus-sum.el (gnus-widget-reversible-match)
16641         (gnus-widget-reversible-to-internal)
16642         (gnus-widget-reversible-to-external): New functions.
16643         (gnus-widget-reversible): New widget.
16644         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16645
16646 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16647
16648         * gnus-sum.el (gnus-thread-sort-functions)
16649         (gnus-article-sort-functions): Document `(not F)' items.
16650
16651 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16652
16653         * spam.el (spam-use-gmane-xref): Add new backend.
16654         (spam-gmane-xref-spam-group): Add variable to control the name of the
16655         Gmane spam group.
16656         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16657         (spam-regex-headers-spam, spam-regex-headers-ham)
16658         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16659         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16660         backends and checks.
16661         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16662
16663         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16664         an autodetect method.
16665
16666 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16667
16668         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16669         articles are being added to a group.
16670         (gnus-request-replace-article): Inform the agent that articles
16671         need to be uncached as the cached contents are no longer valid.
16672
16673 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16674
16675         * binhex.el: Don't autoload executable-find.
16676
16677         * canlock.el: Don't autoload mail-fetch-field.
16678
16679         * dgnushack.el: Autoload c-mode for XEmacs.
16680
16681         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16682
16683         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16684         rmail-dont-reply-to and rmail-output.
16685
16686         * gnus-score.el: Don't autoload ffap-string-at-point.
16687
16688         * gnus-setup.el: Don't autoload sc-cite-original.
16689
16690         * imap.el: Don't autoload base64-decode-string,
16691         base64-encode-string and md5.
16692
16693         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16694         and rmail-msg-restore-non-pruned-header.
16695
16696         * mm-decode.el: Don't autoload executable-find.
16697
16698         * mm-url.el: Don't autoload executable-find.
16699
16700         * mm-view.el: Don't autoload diff-mode.
16701
16702         * nndb.el: Don't autoload news-reply-mode, news-setup,
16703         cancel-timer and telnet.
16704
16705         * password.el: Don't autoload run-at-time for Emacs.
16706
16707         * sha1-el.el: Don't autoload executable-find.
16708
16709         * sieve-mode.el: Don't autoload c-mode.
16710
16711         * uudecode.el: Don't autoload executable-find.
16712
16713 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16714
16715         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16716         (gnus-agent-possibly-alter-active): Avoid null in numeric
16717         comparison.
16718         (gnus-agent-set-local): Refuse to save null in local object table.
16719         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16720         list of articles that will be marked as unread.
16721
16722 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16723
16724         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16725
16726 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16727
16728         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16729         language tags.
16730
16731 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16732
16733         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16734         Don't bind "obarray".
16735
16736         * gnus-sum.el (gnus-thread-sort-functions): Added
16737         `gnus-thread-sort-by-most-recent-number' and
16738         `gnus-thread-sort-by-most-recent-date'.
16739         Reported by Kai Grossjohann <kai@emptydomain.de>.
16740
16741 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16742
16743         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16744
16745 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16746
16747         * gnus-cus.el (gnus-agent-customize-category): Removed
16748         ignore-errors macro reference that required cl to be loaded at
16749         run-time.
16750
16751         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16752         single-interval range of the form (min . max).  Previously the
16753         range had to look like ((min . max)).  Likewise, return
16754         (min . max) rather than ((min . max)).
16755         (gnus-range-map): Use gnus-range-normalize to accept
16756         single-interval range.
16757
16758         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16759         the cache, but not the agent, now appear with their usual face.
16760
16761         * dgnushack.el (loaddir): New variable that is bound to the
16762         directory containing the dgnushack.el file. Use loaddir, rather
16763         than srcdir, to update load-path. Change lets dgnushack compile
16764         code in directories other than GNUS/lisp.
16765
16766 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16767
16768         * lpath.el: Don't bind w3m-safe-url-regexp.
16769
16770         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16771         w3m-safe-url-regexp variable buffer-local.
16772
16773         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16774
16775 2004-02-27  Simon Josefsson  <jas@extundo.com>
16776
16777         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16778         gnus-group-real-prefix.
16779         (gnus-summary-move-article): Use it, instead of
16780         gnus-group-real-prefix.
16781
16782 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * lpath.el: Bind w3m-safe-url-regexp.
16785
16786         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16787         w3m-safe-url-regexp variable buffer-local and set it as the value
16788         of mm-w3m-safe-url-regexp.
16789
16790         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16791
16792         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16793         parsing gnus-posting-styles when the message is not for replying.
16794
16795         * dgnushack.el: Autoload sgml-mode for XEmacs.
16796
16797         * nnrss.el (nnrss-opml-export): Use
16798         mm-set-buffer-file-coding-system instead of
16799         set-buffer-file-coding-system.
16800
16801 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16802
16803         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16804         of checkdoc.el).
16805         * nnrss.el: do.
16806         * gnus-mlspl.el: do.
16807         * gnus-ml.el: do.
16808         * gnus-srvr.el: do.
16809
16810         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16811
16812 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16813
16814         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16815         Corrections to custom-manual links.
16816
16817         * gnus-art.el (gnus-article): Ditto.
16818
16819         * mm-decode.el (mime-display, mime-security): Ditto.
16820
16821 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16822
16823         * flow-fill.el: Typo.
16824
16825 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16826
16827         * spam-wash.el: New file.
16828
16829 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16830
16831         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16832
16833 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16834
16835         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16836         to be run with new-articles as LIST1, not LIST2.
16837         (spam-registration-functions): Add spam-use-ham-copy as a nil
16838         registration backend.
16839
16840 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16841
16842         * spam-stat.el (spam-stat-washing-hook): New option.
16843         (spam-stat-buffer-words): Use it.
16844         (spam-stat-process-directory, spam-stat-test-directory): Use
16845         insert-file-contents-literally.
16846         (spam-stat-coding-system): New variable.
16847         (spam-stat-load, spam-stat-save): Use it.
16848
16849 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * spam-report.el (spam-report-plug-agent): Quote
16852         spam-report-url-to-file and spam-report-url-ping-plain.
16853
16854 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16855
16856         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16857         / in mailto URLs.
16858
16859 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16860
16861         * spam-report.el (spam-report-process-queue): Fix interactive use.
16862         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16863         (spam-report-unplug-agent): Doc fixes.
16864         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16865         (spam-report-agentize, spam-report-deagentize): Autoload.
16866
16867 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16870
16871         * message.el (message-setup-fill-variables): Add mml tags to
16872         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16873         <ajk@iu.edu>.
16874         (message-mode): Don't modify paragraph-separate there.
16875
16876 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * compface.el (uncompface-use-external): Default to undecided.
16879         (uncompface-use-external-threshold): New variable.
16880         (uncompface-float-time): New macro.
16881         (uncompface): Determine whether to use the external decoder if
16882         uncompface-use-external is undecided.
16883
16884 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16885
16886         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16887         after images.
16888
16889         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16890
16891 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16892
16893         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16894
16895         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16896
16897         * gnus-sum.el (gnus-summary-limit-to-age)
16898         (gnus-summary-limit-children): do.
16899
16900         * gnus-int.el (gnus-request-scan): do.
16901
16902         * gnus-group.el (gnus-group-suspend): do.
16903
16904         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16905
16906         * gnus-cite.el (gnus-cite-parse-attributions): do.
16907
16908         * gnus-agent.el (gnus-summary-set-agent-mark)
16909         (gnus-agent-regenerate-group): do.
16910
16911         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16912
16913         * binhex.el (binhex-decode-region-internal): do.
16914
16915 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16916
16917         * gnus-fun.el (gnus-face-properties-alist): New user option.
16918         (gnus-display-x-face-in-from): Use it.
16919
16920         * gnus-art.el (article-display-face): Ditto.
16921
16922         * compface.el (uncompface-use-external): Default to nil.
16923
16924 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16925
16926         * nntp.el (nntp-erase-buffer): New function.
16927         (nntp-retrieve-data, nntp-send-command)
16928         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16929         (nntp-possibly-change-group): Use it.
16930
16931         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16932         with-current-buffer.
16933
16934 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16935
16936         * compface.el: Merge the ELisp-based uncompface program.
16937         (compface): New customization group.
16938         (uncompface-use-external): New user option.
16939         (uncompface): Call uncompface-internal if uncompface-use-external
16940         is nil.
16941         (uncompface-internal): New function.  Note that there are also
16942         some other functions and variables added for this function.
16943
16944 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16945
16946         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16947         if necessary.
16948
16949 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16950
16951         * spam-report.el (spam-report-unplug-agent)
16952         (spam-report-plug-agent, spam-report-deagentize)
16953         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16954         Add support for the Agent in spam-report: when unplugged, report to a
16955         file; when plugged, submit all the requests.
16956
16957         * spam.el (spam-register-routine): Fix message about
16958         registration.
16959
16960 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16961
16962         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16963         dependencies.
16964         (rfc2047-encode): Use it.
16965
16966         * gnus-art.el (gnus-button-marker-list): Move before first
16967         reference.
16968
16969         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16970         (imap-parse-body): Fix format string mismatch.
16971
16972         * gnus-score.el (gnus-summary-increase-score): do.
16973
16974         * nnrss.el (nnrss-close): New function.
16975
16976 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16977
16978         * nnrss.el (nnrss-make-filename): New function.
16979         (nnrss-request-delete-group, nnrss-read-server-data)
16980         (nnrss-save-server-data, nnrss-read-group-data)
16981         (nnrss-save-group-data): Use it.
16982         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16983         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16984         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16985
16986 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16987
16988         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16989
16990 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16991
16992         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16993         files.
16994
16995         * message.el (message-generate-headers-first): Don't quote nil
16996         and t in docstrings.
16997
16998         * imap.el (imap-id): do.
16999
17000         * gnus-agent.el (gnus-agent-consider-all-articles)
17001         (gnus-agent-queue-mail): do.
17002
17003 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17004
17005         * spam-report.el (spam-report-process-queue): New function.
17006         Process requests from `spam-report-requests-file'.
17007         (spam-report-process-queue): Doc fix.
17008
17009 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17010
17011         * spam.el (spam-register-routine)
17012         (spam-log-processing-to-registry, spam-log-registered-p)
17013         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17014         Change "check" to "spam-check" for semi-clarity.
17015
17016 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17017
17018         * pop3.el: Require nnheader.
17019
17020         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17021
17022         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17023
17024         * gnus-picon.el: Require cl.
17025
17026         * gnus-fun.el: Require gnus-ems and gnus-util.
17027
17028         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17029
17030         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17031
17032         * gnus-art.el (gnus-article-edit-mode): Define before first
17033         reference.
17034
17035 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17036
17037         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17038         (gnus-uu-post-encoded): Use point-at-bol.
17039
17040         * gnus-topic.el (gnus-group-active-topic-p): do.
17041
17042         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17043
17044         * gnus-group.el (gnus-group-kill-region): do.
17045
17046         * gnus-art.el (article-date-ut): do.
17047
17048         * message.el (message-fetch-field): Remove redundant
17049         case-fold-search binding.
17050         (message-narrow-to-field): Simplify.
17051
17052 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17053
17054         * spam.el (spam-directory): Derive from `gnus-directory'.
17055
17056         * spam-report.el (spam-report-url-to-file)
17057         (spam-report-requests-file): New function and variable for offline
17058         reporting.
17059         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17060         and user defined function.
17061         (spam-report-url-ping-mm-url): Remove doubled slash.
17062
17063 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17064
17065         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17066
17067 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17068
17069         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17070         format string mismatch.
17071
17072         * sieve.el (sieve-deactivate-all): do.
17073
17074         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17075
17076         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17077
17078         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17079
17080         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17081
17082 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17083
17084         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17085         the list of checks.
17086
17087 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17088
17089         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17090         padding.
17091
17092 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17093
17094         * mm-view.el (mm-fill-flowed): New variable.
17095         (mm-inline-text): Use it.
17096
17097 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17098
17099         * spam.el (spam-spamassassin-register-ham-routine)
17100         (spam-spamassassin-register-spam-routine): Fix function names.
17101
17102 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * gnus.el (gnus-tmp-grouplens): Remove.
17105         (gnus-summary-line-format): Remove grouplens.
17106
17107         * gnus-group.el (gnus-group-line-format): Ditto.
17108
17109         * gnus-spec.el (gnus-format-specs): Ditto.
17110         (gnus-update-format-specifications): Flush the group format spec
17111         cache if there's the grouplens stuff.
17112         (gnus-parse-simple-format): Replace %l with the empty string.
17113
17114 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17115
17116         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17117         omission.
17118
17119 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17120
17121         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17122         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17123
17124 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17125
17126         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17127         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17128         New macros and functions.
17129         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17130         Handle > NLINK_MAX messages.
17131         * nnmaildir.el (nnmaildir-request-set-mark): Use
17132         nnmaildir--emlink-p and nnmaildir--eexist-p.
17133
17134 2004-01-25  Alex Schroeder  <alex@gnu.org>
17135
17136         * spam-stat.el (spam-stat-process-directory-age): New option.
17137         (spam-stat-process-directory): Use it.
17138
17139 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17140
17141         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17142         (spam-stat-save): Accept prefix argument.
17143
17144 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17145
17146         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17147         links" error.
17148
17149 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17150
17151         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17152         the rest of the and/or forms.
17153
17154 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17155
17156         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17157         compatibility with old .newsrc.eld files.
17158
17159         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17160
17161         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17162
17163         * gnus-start.el (gnus-1): do.
17164
17165         * gnus-group.el (gnus-group-line-format-alist): do.
17166
17167         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17168
17169         * gnus-gl.el: Remove.
17170
17171 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17172
17173         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17174         marks consisting of a single range {for example, (3 . 5)} rather
17175         than a list of a single range { ((3 . 5)) }.
17176
17177 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17178
17179         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17180         with-current-buffer.
17181         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17182         avoid consing a string.
17183
17184         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17185         Remove obsolete entries for big5 and gb2312.
17186
17187 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17188
17189         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17190         uncompressed list.
17191
17192 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17193
17194         * spam-stat.el (spam-stat-strip-xref): New function.
17195         (spam-stat-process-directory): Use it.
17196
17197         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17198         here -- it's done in message-fetch-field.
17199
17200 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17201
17202         * gnus-agent.el (gnus-agent-queue-mail)
17203         (gnus-agent-prompt-send-queue): New variables.
17204         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17205         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17206         "nndraft:queue" along to gnus-draft-send.  Use
17207         gnus-agent-prompt-send-queue.
17208         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17209         is "nndraft:queue".  Suggested by Gaute Strokkenes
17210         <gs234@srcf.ucam.org>
17211
17212         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17213         (agent-enable-undownloaded-faces): Added.
17214         (gnus-agent-cat-groups): Use eval-and-compile, not
17215         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17216         method of gnus-agent-cat-groups even when the buffer has been
17217         evaled.
17218         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17219         delete gnus-agent-save-active-1.
17220         (gnus-agent-save-groups): Deleted.  Identical to
17221         gnus-agent-save-active.
17222         (gnus-agent-write-active): No longer adjust agent's copy of active
17223         file as agent's adjustments are now stored in their own
17224         file.  Removed optional parameter.
17225         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17226         servers.  Add use of min/max range limits from server's local
17227         file.
17228         (gnus-agent-save-alist): Removed unused optional argument.
17229         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17230         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17231         (gnus-agent-set-local): A per-server file that keeps min/max range
17232         limits for articles known to the agent.  Provides a fast mechanism
17233         for altering many active ranges.
17234         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17235         active file (local makes it unnecessary).
17236         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17237
17238         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17239         (agent-enable-undownloaded-faces): Added.
17240
17241         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17242         disable it when sending to "nndraft:queue".
17243         (gnus-group-send-queue): Add safety check to avoid sending queue
17244         when unplugged.
17245
17246         * gnus-group.el (gnus-group-catchup): Use new
17247         gnus-sequence-of-unread-articles, not
17248         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17249         numbers of articles.  Use gnus-range-map to avoid having to
17250         uncompress the unread list.
17251         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17252         Fixed invalid ange-ftp reference.
17253
17254         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17255         (gnus-sorted-range-intersection): Intersection of two ranges
17256         without requiring that they first be uncompressed.
17257
17258         * gnus-start.el (gnus-activate-group): Unless blocked by the
17259         caller, possibly expand the active range to include both cached
17260         and agentized articles.
17261         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17262         multiple version-dependent converters.
17263         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17264         gnus-agent-save-active.
17265         (gnus-save-newsrc-file): Save dirty agent range limits.
17266
17267         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17268         gnus-agent-possibly-alter-active.
17269         (gnus-adjust-marked-articles): Faster handling of simple lists.
17270
17271 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17272
17273         * spam-stat.el (spam-stat-test-directory): New optional argument
17274         displays a list of files detected.  Suggested by Andrew Cohen
17275         <cohen@andy.bu.edu>.
17276         (spam-stat-buffer-words-with-scores): Don't narrow and change
17277         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17278
17279 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17280
17281         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17282         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17283         (spam-spamassassin-arguments)
17284         (spam-spamassassin-spam-flag-header)
17285         (spam-spamassassin-positive-spam-flag-header)
17286         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17287         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17288         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17289         (spam-list-of-processors, spam-list-of-checks)
17290         (spam-list-of-statistical-checks, spam-registration-functions)
17291         (spam-check-spamassassin-headers, spam-check-spamassassin)
17292         (spam-spamassassin-score)
17293         (spam-spamassassin-register-with-sa-learn)
17294         (spam-spamassassin-register-spam-routine)
17295         (spam-spamassassin-register-ham-routine)
17296         (spam-assassin-register-spam-routine)
17297         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17298         (spam-bogofilter-score): Fix to show article before scoring.
17299
17300 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17301
17302         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17303         default scoring function.
17304         (spam-generic-score): Call spam-spamassassin-score if
17305         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17306         spam-bogofilter-score otherwise.
17307
17308         * gnus.el (spam-process, spam-autodetect-methods): Add
17309         spamassassin and spamassassin-headers.
17310
17311 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17312
17313         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17314         Suppress unnecessary messages.
17315
17316 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17317
17318         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17319         make-hash-table.
17320
17321 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17322
17323         * canlock.el (base64-encode-string): Don't autoload it.
17324
17325 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17326
17327         * run-at-time.el: Remove useless (require 'itimer),
17328         eval-and-compile and (featurep 'xemacs).
17329
17330 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17331
17332         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17333         GROUP is a virtual group.
17334
17335 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17336
17337         * gnus.el: Autoload `message-y-or-n-p'.
17338
17339 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17340
17341         * pgg-parse.el: Remove unnecessary (require 'custom).
17342
17343         * pgg-def.el: do.
17344
17345         * nnmail.el: do.
17346
17347         * gnus-undo.el: do.
17348
17349         * gnus-picon.el: do.
17350
17351         * gnus-util.el: do.
17352
17353 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17354
17355         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17356
17357 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17358
17359         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17360         handle, as well as a list.
17361
17362         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17363         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17364         (mm-w3m-cid-retrieve): Simplify.
17365
17366 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17367
17368         * message.el (message-kill-to-signature): Allow prefix arg to
17369         specify number of lines to keep before signature.
17370
17371 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17372
17373         * message.el (message-kill-to-signature): Change docstring.
17374
17375 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17376
17377         * canlock.el: Always require sha1-el.
17378         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17379
17380         * message.el: Autoload sha1 only when compiling.
17381
17382         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17383         eudc-expand-inline for XEmacs.
17384
17385 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17386
17387         * message.el (message-canlock-generate): Require sha1-el.
17388
17389 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17390
17391         * message.el (message-expand-name): Silence the byte compiler.
17392
17393         * lpath.el: Add detect-coding-system.
17394
17395         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17396         cus-edit.
17397
17398 2004-01-13  Simon Josefsson  <jas@extundo.com>
17399
17400         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17401         Invoke gnus-score-mode.  Reported by
17402         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17403
17404         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17405         Jim Blandy <jimb@redhat.com> (tiny change).
17406
17407 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17408
17409         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17410
17411 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17412
17413         * spam.el (spam-get-article-as-string): Update to use
17414         gnus-request-article-this-buffer, much simpler.
17415         (spam-get-article-as-buffer): Remove.
17416
17417 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17418
17419         * message.el (message-expand-name): Use EUDC if the user uses that.
17420
17421 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17422
17423         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17424         character for the encoding to avoid consing a string.
17425
17426         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17427         unnecessarily.
17428
17429         * mm-util.el (mm-replace-chars-in-string): Remove.
17430
17431         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17432         of mm-replace-chars-in-string.
17433
17434 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17435
17436         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17437
17438         * mm-util.el (mm-subst-char-in-string): Support inplace.
17439
17440         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17441         a new string in every iteration.  Use shy groups.
17442
17443 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17444
17445         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17446         * gnus-soup.el (gnus-soup-group-brew):
17447         * gnus-msg.el (gnus-put-message):
17448         * gnus-move.el (gnus-group-move-group-to-server):
17449         * gnus-kill.el (gnus-batch-score):
17450         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17451         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17452         (gnus-group-update-group, gnus-group-read-group)
17453         (gnus-group-make-group, gnus-group-make-help-group)
17454         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17455         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17456         (gnus-group-sort-by-unread, gnus-group-catchup)
17457         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17458         (gnus-group-yank-group, gnus-group-set-info)
17459         (gnus-group-list-groups):
17460         * gnus.el (gnus-generate-new-group-name):
17461         * gnus-delay.el (gnus-delay-send-queue):
17462         * nnvirtual.el (nnvirtual-catchup-group):
17463         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17464         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17465         (gnus-group-prepare-topics, gnus-topic-check-topology):
17466         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17467         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17468         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17469         (gnus-group-make-articles-read):
17470         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17471         (gnus-group-change-level, gnus-kill-newsgroup)
17472         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17473         (gnus-get-unread-articles, gnus-make-articles-unread)
17474         (gnus-make-ascending-articles-unread): Use accessor
17475         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17476         to get group information for improved readability.
17477
17478
17479 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17480
17481         * gnus-art.el (article-decode-mime-words, article-babel)
17482         (gnus-article-highlight-signature, gnus-article-add-buttons)
17483         (gnus-signature-toggle): Use gnus-with-article-buffer.
17484
17485         * gnus-art.el (gnus-article-highlight-headers)
17486         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17487
17488         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17489         (gnus-article-set-globals, gnus-request-article-this-buffer)
17490         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17491         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17492         (gnus-mime-display-alternative): Use with-current-buffer.
17493
17494 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17495
17496         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17497         also under 80 char limit, and call gnus-error if needed.
17498         (spam-fetch-article-header): Fix - it was a
17499         buffer-local variable (gnus-newsgroup-data).
17500         (spam-find-spam): Use spam-generate-fake-headers, forget about
17501         spam-insert-fake-headers.
17502         (spam-insert-fake-headers): Remove.
17503
17504 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17505
17506         * deuglify.el (gnus-article-outlook-unwrap-lines)
17507         (gnus-outlook-rearrange-article)
17508         (gnus-outlook-repair-attribution-outlook)
17509         (gnus-outlook-repair-attribution-block)
17510         (gnus-outlook-repair-attribution-other): Remove redundant
17511         save-excursion.
17512
17513 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17514
17515         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17516         (spam-fetch-field-subject-fast)
17517         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17518         (spam-fetch-article-header): Add functions to deal with Gnus
17519         internals for fast retrieval of article header data.
17520         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17521
17522 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17523
17524         * pop3.el (pop3-md5): Remove.
17525         (pop3-apop): Replace pop3-md5 with md5.
17526
17527         * mm-bodies.el: base64 is always built-in.
17528
17529         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17530         with-current-buffer.
17531
17532 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17533
17534         * canlock.el (canlock-insert-header): Remove excessive grouping in
17535         regexp.
17536
17537         * gnus-sum.el (gnus-summary-read-document): Ditto.
17538
17539         * gnus-uu.el (gnus-uu-part-number): Ditto.
17540
17541         * html2text.el (html2text-remove-tags): Ditto.
17542         (html2text-format-tags): Ditto.
17543         (html2text-format-single-elements): Ditto.
17544
17545         * mml.el (mml-parse-1): Ditto.
17546
17547 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17548
17549         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17550
17551         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17552
17553         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17554
17555         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17556
17557 2003-11-15  Simon Josefsson  <jas@extundo.com>
17558
17559         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17560         (pgg-gpg-lookup-key): Use regexp match instead of
17561         split-string (split-string is different between emacs 21.2 and
17562         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17563
17564 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17565
17566         * gnus-art.el (gnus-mime-view-all-parts)
17567         (gnus-article-part-wrapper, gnus-article-view-part): Use
17568         with-current-buffer.
17569
17570 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17571
17572         * spam.el (spam-disable-spam-split-during-ham-respool)
17573         (spam-spamoracle-database, spam-cache-lookups)
17574         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17575         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17576         (spam-group-ham-marks, spam-group-spam-marks)
17577         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17578         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17579         also add spam-use-blackholes to the statistical checks.
17580         (spam-fetch-field-fast): Add interface to fetching fields, may
17581         become a macro.
17582         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17583         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17584         (spam-insert-fake-headers): Fake an article when needed.
17585         (spam-find-spam): Fake article when possible.
17586         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17587         (spam-check-bogofilter-headers): Use message-fetch-field instead
17588         of nnmail-fetch-field.
17589
17590 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17591
17592         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17593
17594 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17595
17596         * spam.el (spam-split): Do not require spam-use-CHECK to be
17597         enabled if that check is passed to spam-split explicitly; also
17598         fix so 'spam doesn't get converted to spam-split-group when
17599         spam-split-symbolic-return is t.
17600         (spam-find-spam): Find registrations of the article and use those
17601         instead of re-running spam-split to find the spam/ham
17602         classification of the article.
17603         (spam-log-processing-to-registry, spam-log-registered-p)
17604         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17605         Use gnus-error instead of gnus-message.
17606         (spam-log-registration-type): Add function to determine the
17607         classification of a message based on registry entries; will
17608         return nil if both 'spam and 'ham are found.
17609         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17610         a reasonably fast local cache without the loading errors.
17611         (spam-cache-lookups): Set to t by default.
17612         (spam-find-spam): Don't try to guess spam-cache-lookups.
17613         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17614         spam-caches entry.
17615         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17616         caching of whitelist/blacklist entries.
17617         (spam-check-whitelist, spam-check-blacklist): Invoke
17618         spam-from-listed-p with a type, not a cache variable.
17619         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17620
17621 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17622
17623         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17624
17625         * nnmail.el (nnmail-split-fancy): do.
17626
17627         * mml.el (mml-parse): do.
17628
17629         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17630         (gnus-score-adaptive): do.
17631
17632 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17633
17634         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17635         (gnus-mime-button-map): Don't set keymap parent.
17636         (gnus-button-ctan-directory-regexp): Use shy grouping.
17637         (gnus-prev-page-map): Don't set keymap parent.
17638         (gnus-prev-page-map): Remove duplicated one.
17639         (gnus-next-page-map): Don't set keymap parent.
17640         (gnus-mime-security-button-map): Ditto.
17641
17642         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17643         version number.
17644
17645         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17646
17647 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * canlock.el (canlock-sha1-function): Remove.
17650         (canlock-sha1-function-for-verify): Remove.
17651         (canlock-openssl-program): Remove.
17652         (canlock-openssl-args): Remove.
17653         (canlock-ignore-errors): Remove.
17654         (canlock-sha1-with-openssl): Remove.
17655         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17656         (canlock-verify): Don't use canlock-ignore-errors.
17657
17658         * sha1-el.el (sha1-string-external): Make it can return a string
17659         in binary form.
17660         (sha1-region-external): Ditto.
17661         (sha1-string-internal): Ditto.
17662         (sha1-region-internal): Ditto.
17663         (sha1-region): Ditto.
17664         (sha1-string): Ditto.
17665         (sha1): Ditto.
17666
17667 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17668
17669         * spam.el (spam-report-articles-gmane): New command.
17670
17671 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17672
17673         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17674
17675         * run-at-time.el (run-at-time-saved): Remove.
17676         (run-at-time): Doc fix.
17677
17678 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17679
17680         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17681         (gnus-summary-limit-map): Add it.
17682         (gnus-summary-make-menu-bar): do.
17683
17684 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17685
17686         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17687         Make attempt at some caching support (done for BBDB only now).
17688         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17689         addresses to be checked.
17690         (spam-clear-cache-BBDB): Add function, to be invoked by
17691         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17692         (spam-check-BBDB): Check and use the caches, if
17693         spam-cache-lookups is on, remove superfluous (provide).
17694
17695 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17696
17697         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17698
17699 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17700
17701         * run-at-time.el (run-at-time-saved): Move to after the definition
17702         of `run-at-time'.
17703
17704         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17705
17706 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17707
17708         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17709         mm-w3m-local-map-property.
17710
17711         * mm-view.el (mm-w3m-mode-map): Remove.
17712         (mm-w3m-local-map-property): Remove.
17713         (mm-inline-text-html-render-with-w3m): Don't use
17714         mm-w3m-local-map-property.
17715
17716 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17717
17718         * run-at-time.el: New file.
17719
17720         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17721         under Emacs.
17722
17723         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17724         of gnus-set-text-properties.
17725
17726         * gnus-uu.el (gnus-uu-save-article): Ditto.
17727
17728         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17729
17730         * gnus-cite.el (gnus-cite-parse): Ditto.
17731
17732         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17733         of gnus-.
17734
17735         * gnus-xmas.el (run-at-time): Require run-at-time.
17736
17737         * gnus.el: Changed calls to nnheader-run-at-time and
17738         password-run-at-time throughout to use run-at-time directly.
17739
17740         * password.el: Removed definition of run-at-time.
17741
17742         * nnheaderxm.el: Remove definition of run-at-time.
17743
17744 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17745
17746         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17747         in prompt.
17748
17749 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17750
17751         * messagexmas.el (message-xmas-redefine): Alias
17752         `message-make-caesar-translation-table' to
17753         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17754         version.
17755
17756         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17757         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17758         `gnus-xmas-set-text-properties'.
17759         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17760         `gnus-xmas-completing-read'.
17761         (gnus-xmas-completing-read): Removed.
17762         (gnus-xmas-open-network-stream): Removed.
17763
17764         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17765         XEmacs version.
17766
17767         * dns.el (dns-make-network-process): Use `open-network-stream'
17768         instead of `gnus-xmas-open-network-stream'.
17769
17770         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17771
17772         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17773
17774 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17775
17776         * gnus-art.el (gnus-mime-display-alternative)
17777         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17778         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17779         Don't use gnus-local-map-property.
17780
17781         * gnus-util.el (gnus-local-map-property): Remove.
17782
17783         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17784         gnus-completing-read-maybe-default with completing-read.
17785
17786         * gnus-util.el (gnus-completing-read): do.
17787         (gnus-completing-read-maybe-default): Remove.
17788
17789 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17790
17791         * password.el: Only autoload `run-at-time' if not XEmacs.
17792         Only autoload the itimer functions if XEmacs.
17793
17794 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17797         XEmacsen.
17798
17799         * dgnushack.el: Autoload executable-find for XEmacs.
17800
17801 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17802
17803         * gnus-art.el (gnus-read-string): Remove.
17804         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17805         read-string.
17806
17807 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17808
17809         * netrc.el: Autoload password-read.
17810         (netrc): Add configuration group.
17811         (netrc-encoding-method, netrc-openssl-path): Add
17812         variables for encoding and decoding of files with symmetric
17813         ciphers.
17814         (netrc-encode): Add assistant function to encode a file with
17815         netrc-encoding-method.
17816         (netrc-parse): Add interactive parameter, added optional
17817         decoding if netrc-encoding-method is non-nil but otherwise
17818         behavior is standard.
17819         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17820         Do s/encode/encrypt/ everywhere.
17821
17822         * spam.el: Remove executable-find autoload.
17823
17824 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17825
17826         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17827
17828         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17829
17830 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17831
17832         * gnus-art.el (gnus-treat-ansi-sequences)
17833         (article-treat-ansi-sequences): New variable and function.
17834         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17835
17836         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17837         Use it.
17838
17839 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17840
17841         * mm-util.el (mm-quote-arg): Remove.
17842
17843         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17844         shell-quote-argument.
17845
17846         * gnus-uu.el (gnus-uu-command): do.
17847
17848         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17849
17850         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17851         with make-char.
17852
17853         * mm-util.el (mm-make-char): Remove.
17854
17855         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17856         add-minor-mode.
17857
17858         * gnus-undo.el (gnus-undo-mode): do.
17859
17860         * gnus-topic.el (gnus-topic-mode): do.
17861
17862         * gnus-sum.el (gnus-dead-summary-mode): do.
17863
17864         * gnus-start.el (gnus-slave-mode): do.
17865
17866         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17867
17868         * gnus-ml.el (gnus-mailing-list-mode): do.
17869
17870         * gnus-gl.el (gnus-grouplens-mode): do.
17871
17872         * gnus-draft.el (gnus-draft-mode): do.
17873
17874         * gnus-dired.el (gnus-dired-mode): do.
17875
17876         * gnus-ems.el (gnus-add-minor-mode): Remove.
17877
17878         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17879         Replace gnus-char-width with char-width.
17880
17881         * gnus-ems.el (gnus-char-width): Remove.
17882
17883         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17884         Replace gnus-char-width with char-width.
17885
17886         * gnus-ems.el (gnus-char-width): Remove.
17887
17888         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17889         definition.
17890         Remove Emacs 20 hash table compatibility code.
17891
17892         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17893         20 compatibility code.
17894
17895         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17896
17897         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17898
17899         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17900         with point-at-{eol,bol}.
17901
17902         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17903
17904         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17905
17906         * flow-fill.el (fill-flowed-point-at-bol)
17907         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17908
17909         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17910         Replace with point-at-{eol,bol} throughout all files.
17911
17912 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17913
17914         * ntlm.el (ntlm-string-as-unibyte): New macro.
17915         (ntlm-build-auth-response): Use it.
17916
17917         Remove Emacs 20 stuff:
17918         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17919         (butlast, mapc, remove): Remove the compiler macros.
17920         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17921         of delq and copy-sequence.
17922         * gnus-art.el (popup-menu): Remove the compiler macro.
17923         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17924         Emacs 20.
17925
17926 2004-01-05  Simon Josefsson  <jas@extundo.com>
17927
17928         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17929         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17930         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17931         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17932         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17933         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17934         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17935         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17936         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17937         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17938         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17939         string-xor into ntlm-string-xor.  Suggested by
17940         Jesper Harder <harder@myrealbox.com>.
17941
17942         * ntlm.el: Don't include poem.
17943
17944         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17945         Jesper Harder <harder@myrealbox.com>.
17946
17947         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17948
17949         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17950         probably breaks emacs with DL patch, but do we care? Is anyone
17951         still using the DL stuff?)
17952
17953         * sieve-manage.el: Use the password package.
17954         (sieve-manage-read-passwd): Remove.
17955         (sieve-manage-interactive-login): Use password.  Re-add
17956         condition-case around loop.
17957
17958         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17959         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17960         the password package.
17961
17962 2003-02-19  Simon Josefsson  <jas@extundo.com>
17963
17964         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17965         token.
17966
17967 2002-08-07  Simon Josefsson  <jas@extundo.com>
17968
17969         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17970         (sieve-manage-authenticators):
17971         (sieve-manage-authenticator-alist): Add some SASL mechs.
17972         (sieve-sasl-auth): New function.
17973         (sieve-manage-cram-md5-auth):
17974         (sieve-manage-plain-auth): Rewrite using SASL library.
17975         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17976         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17977         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17978         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17979
17980 2004-01-05  Simon Josefsson  <jas@extundo.com>
17981
17982         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17983         New files.
17984
17985 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17986
17987         * gnus-group.el (gnus-no-groups-message): Update.
17988
17989         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17990
17991 2003-11-09  Simon Josefsson  <jas@extundo.com>
17992
17993         * imap.el: Support for ID IMAP extension (RFC 2971).
17994         (imap-local-variables): Add imap-id.
17995         (imap-id): New variable.
17996         (imap-id): New function.
17997         (imap-parse-response): Parse untagged ID response.
17998         * nnimap.el (nnimap-id): New variable.
17999         (nnimap-open-connection): Use it.
18000
18001 2003-12-28  Simon Josefsson  <jas@extundo.com>
18002
18003         * gnus-score.el (gnus-score-edit-all-score): New.
18004         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18005
18006 2004-01-04  Simon Josefsson  <jas@extundo.com>
18007
18008         * password.el: Add.
18009
18010 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18011
18012         * dns.el (dns-query-types): Fix typo.
18013         (dns-query-types): New function.
18014         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18015         PTR and SOA replies, see RFC 1035.
18016
18017 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18018
18019         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18020
18021         * Moved to Changelog.2.
18022
18023 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18024
18025         * gnus.el (gnus-version-number): Bump version.
18026
18027 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18028
18029         * gnus.el: No Gnus v0.1 is released.
18030
18031 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18032
18033         * gnus.el: No Gnus v0.0 is released.
18034
18035 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18036
18037         * gnus.el (gnus-version-number): Bump.
18038         (gnus-version): No.
18039
18040 See ChangeLog.2 for earlier changes.
18041
18042     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18043       Free Software Foundation, Inc.
18044
18045   This file is part of GNU Emacs.
18046
18047   GNU Emacs is free software: you can redistribute it and/or modify
18048   it under the terms of the GNU General Public License as published by
18049   the Free Software Foundation, either version 3 of the License, or
18050   (at your option) any later version.
18051
18052   GNU Emacs is distributed in the hope that it will be useful,
18053   but WITHOUT ANY WARRANTY; without even the implied warranty of
18054   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18055   GNU General Public License for more details.
18056
18057   You should have received a copy of the GNU General Public License
18058   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18059
18060 ;; Local Variables:
18061 ;; coding: utf-8
18062 ;; fill-column: 79
18063 ;; add-log-time-zone-rule: t
18064 ;; End: