3a2619c09a1e9983a41c0e758c627545ea4e9bd7
[gnus] / lisp / ChangeLog
1 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
4
5         * gnus-sum.el (gnus-mark-article-as-unread)
6         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7         (gnus-summary-set-bookmark): Use it.
8
9         * gnus-msg.el (gnus-setup-message): Use it.
10
11         * gnus-demon.el (gnus-demon-remove-handler): Use it.
12
13         * gnus.el (gnus-group-remove-parameter): Use it.
14
15         * gnus-group.el (gnus-group-make-web-group): Use it.
16
17         * gnus-demon.el (gnus-demon-remove-handler): Use it.
18
19         * nnregistry.el: Update docs to mention manual.
20
21         * gnus-registry.el: Update docs to mention nnregistry.el.
22         (gnus-registry-initialize): Don't install nnregistry refer method
23         automatically.
24         (gnus-registry-install-nnregistry): Remove it.
25
26 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * shr.el (shr-insert): Don't insert double spaces.
29
30 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * gnus-gravatar.el (gnus-treat-from-gravatar)
33         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
34         called interactively.
35
36         * gnus-art.el (gnus-mime-view-part-externally)
37         (gnus-mime-view-part-internally): Make predicate function passed to
38         gnus-mime-view-part-as-type assume argument is a mime type, not a list
39         of a mime type.
40
41         * shr.el (shr-table-widths): Don't use cl function `reduce'.
42
43 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * shr.el (require): Require cl when compiling.
46         (shr-tag-hr): New function.
47
48         * nnimap.el (nnimap-update-info): Remove double setting of high.
49         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
50         makes nnimap work properly on Courier again.
51
52         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
53         the variable for backwards compatability.
54
55         * mm-decode.el (mm-save-part): If given a non-directory result, expand
56         the file name before using to avoid setting mm-default-directory to
57         nil.
58
59         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
60         bidning gnus-agent variables.
61
62         * shr.el (shr-render-td): Use a cache for the table rendering function
63         to avoid getting an exponential rendering behaviour in nested tables.
64         (shr-insert): Rework the line-breaking algorithm.
65         (shr-insert): Don't leave trailing spaces.
66         (shr-insert-table): Also insert empty TDs.
67         (shr-tag-blockquote): Ensure paragraphs after </ul>.
68
69 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
70
71         * gnus-sum.el (gnus-number): Rename from `number'.
72         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
73         (gnus-summary-limit-children): Update uses correspondingly.
74
75 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
76
77         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
78         (gnus-gravatar-transform-address): Don't show avatars of people of
79         which mail addresses match gnus-gravatar-too-ugly.
80
81 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * shr.el (shr-table-widths): Expand TD elements to fill available
84         space.
85
86 2010-10-07  Julien Danjou  <julien@danjou.info>
87
88         * nnimap.el (nnimap-request-rename-group): Add this method.
89
90 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
93         name from XEmacs' function-arglist.
94
95         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
96         gravatar under XEmacs.
97
98 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
99
100         * auth-source.el: Update docs with TODO items.
101
102         * gnus-sync.el: Update docs to explain state and plans.
103
104         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
105         Hooks for mark updates.
106         (gnus-request-set-mark, gnus-request-update-mark): Use them.
107
108         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
109         hooks with arguments, which is needed for mark update hooks.
110
111 2010-10-06  Julien Danjou  <julien@danjou.info>
112
113         * gnus.el (gnus-expand-group-parameter): Only return and act on what
114         was matched.
115
116         * sieve-manage.el: Update example in `Commentary'.
117
118         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
119
120         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
121         not 2000.
122         (sieve-manage-authenticate): Re-add function.
123
124 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * shr.el (shr-insert): Get 'space transition right.
127         (shr-render-td): Only delete space at the end of the TD.
128
129         * nnimap.el (nnimap-open-connection): Prepare to support
130         open-gnutls-stream.
131
132         * shr.el: Rearrange function order to be more logical.
133
134 2010-10-06  Julien Danjou  <julien@danjou.info>
135
136         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
137         (nnrss-discover-feed): Remove 404 URL in docstring.
138
139         * nnir.el: Fix Swish-E URL.
140         Fix Namazu URL.
141
142         * message.el (message-change-subject): Remove 404 URL in a comment.
143
144 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
147         called interactively.
148
149         * gnus-util.el (gnus-remove-if): Allow hash table.
150         (gnus-remove-if-not): New function.
151
152         * gnus-art.el (gnus-mime-view-part-as-type)
153         * gnus-score.el (gnus-summary-score-effect)
154         * gnus-sum.el (gnus-read-move-group-name):
155         Replace remove-if-not with gnus-remove-if-not.
156
157         * gnus-group.el (gnus-group-completing-read):
158         Regard collection as a hash table if it is not a list.
159
160 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
161
162         * shr.el (shr-render-td): Allow blank/missing <TD>s.
163
164         * shr.el: Document the table-rendering algorithm.
165
166 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
169         for Emacsen having no `libxml-parse-html-region' support.
170
171 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
172
173         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
174         invalid URLs.
175
176         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
177         line-broken.
178         (shr-tag-img): Ignore image fetching errors.
179         (shr-overlays-in-region): Compute overlay positions correctly.
180
181         * mm-decode.el (mm-shr): Require shr.
182
183         * gnus-art.el (gnus-blocked-images): Move variable here.
184
185         * shr.el (shr-insert-table): Bind free variable.
186
187         * mm-decode.el (mm-shr): Bind shr-content-function.
188
189         * shr.el (shr-content-function): New variable.
190
191         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
192         added for symmetry.
193
194         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
195
196         * gnus-group.el (gnus-group-make-group): Doc fix.
197
198         * nnimap.el (nnimap-request-newgroups): Return success.
199
200         * shr.el (shr-find-elements): New function.
201         (shr-tag-table): Put all the images after the table.
202         (shr-tag-table): Really inhibit images inside the table.
203         (shr-collect-overlays): Copy over overlays from the TD elements to the
204         main document.
205
206         * mm-decode.el (mm-shr): Bind shr-blocked-images to
207         gnus-blocked-images.
208
209 2010-10-05  Julien Danjou  <julien@danjou.info>
210
211         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
212
213         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
214         (gnus-html-maximum-image-size): Add this function.
215         (gnus-html-put-image): Use gnus-html-maximum-image-size.
216
217         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
218         server-value of the capability is nil.
219
220 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * shr.el (shr-tag-em): Add <EM> tag.
223
224 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
225
226         * sieve-manage.el (sieve-manage-default-stream): Make default stream
227         customizable.
228
229         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
230         handing broken links to browse-url.
231
232 2010-10-05  Julien Danjou  <julien@danjou.info>
233
234         * gnus-util.el (gnus-emacs-completing-read)
235         (gnus-iswitchb-completing-read): Use autoload rather than require.
236
237 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
240         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
241         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
242         iswitchb-temp-buflist for XEmacs.
243
244         * gnus-util.el (gnus-completing-read-function): Exclude
245         gnus-icompleting-read and gnus-ido-completing-read from candidates for
246         XEmacs since iswitchb.el is very old and ido.el is unavailable in
247         XEmacs.
248
249         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
250         not to use `delete-dups' that is unavailable in XEmacs 21.4.
251
252         * gnus-html.el: Don't require help-fns under XEmacs.
253         (gnus-html-schedule-image-fetching): Work for XEmacs.
254
255         * mm-decode.el (mm-shr): Decode contents by charset.
256
257 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
258
259         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
260         unknown.
261
262         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
263         (shr-get-image-data): Ensure against the cache file missing.
264
265         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
266         for data.
267
268         * spam-report.el (spam-report-url-ping-plain): Don't query about
269         killing the process.
270
271         * shr.el (shr-render-td): Protect against too-wide text.
272
273 2010-10-04  Julien Danjou  <julien@danjou.info>
274
275         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
276         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
277
278         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
279         retrieved.
280
281 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
282
283         * shr.el (browse-url): Required.
284         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
285         lines.
286         (shr-show-alt-text, shr-browse-image): New commands.
287         (shr-browse-url, shr-copy-url): New commands.
288
289         * gnus-sum.el (gnus-widen-article-window): New variable.
290         (gnus-summary-select-article-buffer): Use it.
291
292         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
293         without @ signs.
294
295 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
296
297         * nnir.el (nnir-run-imap): Remove spurious space in search string.
298
299 2010-10-04  Julien Danjou  <julien@danjou.info>
300
301         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
302         for XEmacs.
303
304 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
307
308         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
309         (nnimap-close-server): Implement.
310
311         * dgnushack.el (iswitchb): Require to shut up the compiler.
312
313         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
314         (shr-insert): Tweak line breaking.
315         (shr-insert): Handle <pre> better.
316         (shr-tag-li): Get <li> indentation right.
317         (shr-tag-li): Get <li> indentation even righter.
318         (shr-tag-blockquote): Ensure paragraph start.
319         (shr-make-table): Tweak table generation.
320         (shr-make-table): Fix typo.
321
322         * shr.el: Implement table rendering.
323
324 2010-10-04  Julien Danjou  <julien@danjou.info>
325
326         * gnus-html.el (gnus-html-put-image): Fix resize image code.
327
328 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * shr.el (shr-insert): Use string anchors instead of line anchors.
331
332 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * shr.el: Add headings.
335         (shr-ensure-paragraph): Actually work.
336         (shr-tag-li): Make <ul> prettier.
337         (shr-insert): Get white space at the beginning/end of elements right.
338         (shr-tag-p): Collapse subsequent <p>s.
339         (shr-ensure-paragraph): Don't insert double line feeds after blank
340         lines.
341         (shr-insert): \t is also space.
342         (shr-tag-s): Fix "s" tag name function.
343         (shr-tag-s): Fix face prop name.
344
345 2010-10-03  Julien Danjou  <julien@danjou.info>
346
347         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
348
349         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
350         gnus-window-inside-pixel-edges.
351
352         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
353         gnus-ems.
354
355         * mm-view.el (mm-inline-image-emacs): Support image resizing.
356
357         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
358         function.
359
360         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
361         resize choice.
362
363 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
366         beginning of the buffer.
367
368         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
369         article buffer again.
370
371         * shr.el (shr-tag-p): Don't insert newlines at the start of the
372         buffer.
373
374         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
375         when it's at the start of the buffer.
376
377         * shr.el (shr-tag-blockquote): Convert name.
378         (shr-rescale-image): Use the right image-size variant.
379
380         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
381         buffer isn't shown, then select the current article first instead of
382         bugging out.
383         (gnus-summary-select-article-buffer): Show both the article and summary
384         buffers again.
385
386         * shr.el (shr-fontize-cont): Protect against regions with no text.
387         Rename tag functions to shr-tag-* for enhanced security.
388         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
389
390 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
391
392         * shr.el (shr-insert):
393         * pop3.el (pop3-movemail):
394         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
395         loaded.
396
397 2010-10-03  Glenn Morris  <rgm@gnu.org>
398
399         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
400
401         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
402
403         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
404
405         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
406
407         * gnus-util.el (gnus-make-local-hook): Simplify.
408
409 2010-10-02  Julien Danjou  <julien@danjou.info>
410
411         * gnus-util.el (gnus-iswitchb-completing-read): New function.
412         (gnus-ido-completing-read): New function.
413         (gnus-emacs-completing-read): New function.
414         (gnus-completing-read): Use gnus-completing-read-function.
415         Add gnus-completing-read-function.
416
417 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * shr.el (shr-insert-document): Autoload.
420         (shr-img): Be silent.
421         (shr-insert): Add a newline after every picture before text.
422         (shr-add-font): Use overlays for combining faces.
423         (shr-insert): Pass upwards the text start point.
424
425         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
426         possible.
427         (mm-shr): New function.
428
429 2010-10-02  Julien Danjou  <julien@danjou.info>
430
431         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
432         should go backward.
433
434 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
435
436         * shr.el (shr): Fix typo in provide call.
437
438 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
439
440         * shr.el: New file.
441
442         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
443
444         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
445         completing read.
446
447 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
448
449         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
450         we're being queried about.  Suggested by Dan Jacobson.
451
452         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
453         by Jason Eisner.
454
455         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
456         table, too.  Suggested by Stefan Wiens.
457         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
458         the table unnecessary.  Suggested by Stefan Wiens.
459
460         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
461         longer needed, and probably doesn't work either, as pointed out by
462         Stefan Wiens.
463         (gnus-summary-exit): Remove call to the clearing function.
464         (gnus-summary-exit-no-update): Ditto.
465
466         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
467         instead of gnus-eval-in-buffer-window to avoid popping up frames.
468         Reported by Stefan Monnier.
469         (gnus-summary-save-in-rmail): Ditto.
470
471         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
472         article buffer, instead of both the article buffer and the summary
473         buffer.  Sort of suggested by Dan Jacobson.
474
475         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
476
477         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
478         Suggested by Dan Jacobson.
479
480         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
481         documentation clearer.
482
483         * message.el (message-shorten-references): Comment on the number "21".
484         Suggested by Stefan Monnier.
485
486         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
487         Suggested by Dan Jacobson.
488
489         * gnus.el (gnus-large-newsgroup): Mention
490         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
491
492         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
493         externalize attachments.  Bug reported by Steve Wen.
494
495         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
496         really message anything to the user.
497
498         * nnmail.el (nnmail-article-group): Allow using the fancy split method
499         directly.
500
501         * nnimap.el (nnimap-request-group): Low higher than high to signal no
502         messages in empty groups.
503
504 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
505
506         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
507         non-UIDNEXT group.
508
509 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
512         not the value from the collection.
513
514         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
515         values.  This sometimes happens on some groups that have no info.
516         (nnimap-request-newgroups): New function.
517
518 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
519
520         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
521         check into `gnus-registry-initialize'.
522         (gnus-registry-initialize): Ditto.
523         Fix and extend header docs.
524
525 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
526
527         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
528         regexp backtrace overflows.
529
530         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
531         for starttls that tls.el implements; i.e. openssl.
532
533         * tls.el (tls-starttls-switches): Give up on using starttls with
534         gnutls-cli.
535         (tls-program): Add --insecure to be consistent with the defaults from
536         openssl s_client.  Now all three commands are insecure.
537
538 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * lpath.el: Bind completion-styles-alist for XEmacs.
541
542         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
543         (gravatar-create-image): New function that's an alias to
544         gnus-xmas-create-image, gnus-create-image, or create-image.
545         (gravatar-data->image): Use it.
546
547 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
548
549         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
550         install the nnregistry refer method.
551         (gnus-registry-install-hooks): Use it.
552         (gnus-registry-unfollowed-groups): Add nnmairix to the default
553         unfollowed groups.
554
555 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
556
557         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
558         expanding threads.
559
560 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * nnir.el: Use the server names without suffixes (bug #7009).
563
564         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
565         unencrypted to STARTTLS, if possible.
566
567 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
568
569         * message.el (message-ignored-supersedes-headers): Strip Injection-*
570         headers before superseding.
571
572 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * nnrss.el (nnrss-use-local): Add documentation.
575
576         * nnimap.el (nnimap-extend-tls-programs): New function.
577         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
578         (nnimap-wait-for-connection): Accept the greeting from the stupid
579         output from openssl s_client -starttls, too.
580
581         * tls.el (tls-starttls-switches): New variable.
582         (tls-find-starttls-argument): Use it.
583         (open-tls-stream): Ditto.
584
585         * netrc.el (netrc-credentials): Return the value of the "default"
586         entry.
587         (netrc-machine): Ditto.
588
589         * nnimap.el (nnimap-find-article-by-message-id): Really return the
590         article number.
591         (nnimap-split-fancy): New variable.
592         (nnimap-split-incoming-mail): Use it.
593
594         * nntp.el (nntp-server-list-active-group): Document.
595
596         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
597         SELECT to get the message-id.
598
599         * mail-source.el (mail-sources): Removed webmail support.
600         (defvar): Ditto.
601         (mail-source-fetcher-alist): Ditto.
602         (mail-source-fetch-webmail): Removed.
603
604         * webmail.el: Removed -- doesn't seem relevant any more.
605
606         * gnus.el: Fix up make-obsolete-variable declarations throughout.
607
608         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
609         the \r.
610
611 2010-09-30  Julien Danjou  <julien@danjou.info>
612
613         * gnus-agent.el (gnus-agent-add-group): Fix call to
614         gnus-completing-read.
615
616 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * nndoc.el (nndoc-retrieve-groups): New function.
619
620         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
621         `default', use nnmail-split-methods.
622         (nnimap-request-article): Downcase the NILs so that they are nil.
623
624         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
625         symbol.
626
627         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
628         code, since if the user has requested network, that's what they ought
629         to get.
630         (nnimap-request-set-mark): Erase the buffer before issuing commands.
631         (nnimap-split-rule): Mark as obsolete.
632
633         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
634         variable.
635
636         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
637         correct slot, too.
638
639 2010-09-29  Julien Danjou  <julien@danjou.info>
640
641         * gnus.el (gnus-local-domain): Declare variable obsolete.
642
643         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
644         computing.
645         (gnus-ido-completing-read): Require ido.
646
647 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
648
649         * gnus-registry.el: Don't prompt on load, which makes it impossible to
650         build Gnus.
651
652         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
653         when interpreting the structures.
654         (nnimap-request-accept-article): Add \r\n to the lines to make this
655         work with Cyrus.
656
657         * nndraft.el (nndraft-request-expire-articles): Use the group name
658         instead if "nndraft".  Fix found by Nils Ackermann.
659
660 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
661
662         * nnregistry.el: Added.
663
664 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
665
666         * nnmail.el (group, group-art-list, group-art):
667         Remove unneeded directives.
668
669 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
670
671         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
672         (mm-mime-charset)
673         * rfc2047.el (rfc2047-syntax-table)
674         * utf7.el (utf7-utf-16-coding-system): Comment fix.
675
676         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
677         rather than `insert-file-contents' and `eval-region'.
678
679         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
680         construction.
681
682         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
683
684         * time-date.el: No need to require cl for Emacs 21.
685
686 2010-09-29  Julien Danjou  <julien@danjou.info>
687
688         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
689         replacement of `gnus-gravatar-relief' to mimic
690         `gnus-faces-properties-alist'.
691         Add :version property.
692
693 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
694
695         * mail-source.el (mail-source-report-new-mail)
696         * message.el (message-default-mail-headers)
697         * mm-decode.el (mm-valid-image-format-p): Comment fix.
698
699         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
700
701 2010-09-28  Julien Danjou  <julien@danjou.info>
702
703         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
704         mail-address contains the same string as real-name.
705
706         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
707         non-blank in header, otherwise it'll get stripped.
708
709         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
710         real-name, and then for mail address rather than doing : or , search.
711
712 2010-09-27  Julien Danjou  <julien@danjou.info>
713
714         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
715         (gnus-server-goto-server): Use gnus-completing-read.
716
717         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
718
719         * mm-util.el (defalias): Use gnus-completing-read.
720         (mm-codepage-setup): Use gnus-completing-read.
721
722         * smime.el (smime-sign-buffer): Use gnus-completing-read.
723         (smime-decrypt-buffer): Use gnus-completing-read.
724
725         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
726
727         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
728         (mml-minibuffer-read-disposition): Use gnus-completing-read.
729         (mml-insert-multipart): Use gnus-completing-read.
730
731         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
732
733         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
734
735         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
736
737         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
738
739         * gnus.el (gnus-read-method): Use gnus-completing-read.
740
741         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
742
743         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
744         (gnus-mime-action-on-part): Use gnus-completing-read.
745         (gnus-article-encrypt-body): Use gnus-completing-read.
746
747         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
748         (gnus-topic-move-matching): Use gnus-completing-read.
749         (gnus-topic-copy-matching): Use gnus-completing-read.
750         (gnus-topic-sort-topics): Use gnus-completing-read.
751         (gnus-topic-move): Use gnus-completing-read.
752
753         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
754         (gnus-agent-add-group): Use gnus-completing-read.
755
756         * nnmairix.el (nnmairix-create-server-and-default-group): Use
757         gnus-completing-read.
758         (nnmairix-update-groups): Use gnus-completing-read.
759         (nnmairix-get-server): Use gnus-completing-read.
760         (nnmairix-backend-to-server): Use gnus-completing-read.
761         (nnmairix-goto-original-article): Use gnus-completing-read.
762         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
763
764         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
765
766         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
767         (gnus-group-make-useful-group): Use gnus-completing-read.
768         (gnus-group-make-web-group): Use gnus-completing-read.
769         (gnus-group-add-to-virtual): Use gnus-completing-read.
770         (gnus-group-browse-foreign-server): Use gnus-completing-read.
771
772         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
773         (gnus-summary-limit-to-extra): Use gnus-completing-read.
774         (gnus-summary-execute-command): Use gnus-completing-read.
775         (gnus-summary-respool-article): Use gnus-completing-read.
776         (gnus-read-move-group-name): Use gnus-completing-read.
777
778         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
779         (gnus-summary-score-effect): Use gnus-completing-read.
780
781         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
782
783         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
784         right completing-read function.
785         (gnus-use-ido): New variable
786         (gnus-completing-read-with-default): Remove.
787
788 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
789
790         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
791         x-focus-frame.
792
793         * nnimap.el (auth-source-forget-user-or-password)
794         (auth-source-user-or-password): Autoload.
795
796         * message.el (message-from-style, message-interactive)
797         (message-cite-prefix-regexp, message-sendmail-envelope-from)
798         (message-yank-prefix, message-indentation-spaces, message-signature)
799         (message-signature-file): Add comment.
800
801 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
804         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
805         new articles.
806
807         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
808         parts.
809         (nnimap-request-article): Work with the t setting, too.
810
811         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
812         that you don't get flashes of other buffers.
813         (gnus-summary-show-complete-article): Intern before setting.
814
815 2010-09-27  David Engster  <dengste@eml.cc>
816
817         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
818         well as HEADERS.
819         (nnmairix-retrieve-headers): Provide new argument for the above.
820
821 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-sum.el (gnus-summary-move-article): Don't alter
824         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
825         group.
826
827         * nnimap.el (nnimap-update-info): Don't destructively alter active.
828
829         * message.el (message-cite-prefix-regexp): Revert my last edit.
830
831         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
832         variable instead of the Gnus variable.
833
834         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
835
836         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
837         again.
838
839         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
840         since some servers don't like it.
841         (nnimap-open-connection): Forget credentials if the server says the
842         password was wrong.
843         (nnimap-parse-line): Protect against invalid data.
844
845         * gnus-sum.el (gnus-summary-move-article): Add comment.
846         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
847         nothing alters it while scanning for new messages.
848
849         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
850         which may or may not help.
851         (nnimap-open-connection): If we're doing a stream connection, and then
852         discover we're on a STARTTLS-capable server, then open a STARTTLS
853         connection instead.
854
855 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * nnimap.el (utf7): Required.
858
859         * message.el (message-cite-prefix-regexp): Remove "}" from citation
860         prefix.
861
862 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
863
864         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
865
866 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * nnimap.el (nnimap-request-accept-article): Message the error on
869         error.
870
871 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
874
875 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * nndoc.el (nndoc-request-list): Return success always.
878
879         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
880         `fetch-old' -- we only want to fetch the articles we've requested.  The
881         rest are in the agent, probably.
882         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
883         disappeared server" to something low.  It's not important.
884
885         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
886         arrived before the FETCH data.
887
888         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
889         target here, because we don't know the Gnus name of the group.
890
891         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
892         for the correct group.
893
894         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
895
896         * gnus.el (gnus): Give a final warning after startup.
897
898         * gnus-util.el (gnus-action-message-log): New variable.
899         (gnus-message): Use it.
900         (gnus-final-warning): New function.
901
902         * nnimap.el (nnimap-open-connection): Record the greeting.
903         (nnimap): Add greeting.
904
905 2010-09-26  Julien Danjou  <julien@danjou.info>
906
907         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
908         arguments.
909         (gnus-html-wash-images): Fix spec computing to include start/end.
910
911         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
912
913 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
916         deletion.
917         (nnimap-retrieve-headers): Don't select the group, because that's
918         already done by nnimap-possibly-change-group.
919
920         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
921         (gnus-picon-transform-address): Use it.
922
923         * mail-source.el (mail-source-value): Revert previous patch.
924
925         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
926         on failure.
927         (nnimap-open-connection): Look up both virtual and physical server name
928         credentials.
929
930         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
931
932 2009-02-07  Dave Love  <fx@gnu.org>
933
934         * tls.el (open-tls-stream): Don't query killing process.
935
936 2009-02-08  Dave Love  <fx@gnu.org>
937
938         * gnus-win.el (gnus-window-to-buffer-helper,
939         gnus-all-windows-visible-p): Function needn't be a symbol.
940
941         * mail-source.el (mail-source-value): Function needn't be a symbol.
942
943 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * message.el (message-cite-prefix-regexp): Remove } from the cite
946         prefix.
947
948         * gnus-art.el (gnus-treatment-function-alist): Do picons before
949         highlight again, so that the highlight is correct.
950
951         * gnus-picon.el (gnus-picon): Remove again.
952         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
953
954         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
955         doing the header highlightling, so that the background colour of the
956         picon is correct.
957
958         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
959         (gnus-picon): Ditto.
960         (gnus-picon): Reinstate.  The background colour for picons is white.
961         (gnus-picon-insert-glyph): Make the background white.
962
963         * nnml.el (nnml-open-nov): Don't return dead buffers.
964
965         * auth-source.el (auth-source-create): Query the user for whether to
966         store the credentials.
967
968         * netrc.el (netrc-store-data): New function.
969
970         * auth-source.el (auth-source-user-or-password): Use the existing auth
971         sources, if any, for creation.
972
973         * gnus.el (gnus-group-fast-parameter): Return the last matching
974         parameter instead of the first matching parameter.
975
976 2010-09-26  Julien Danjou  <julien@danjou.info>
977
978         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
979
980 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
981
982         * mml2015.el (mml2015-use): Remove gpg support.
983
984         * mml1991.el (mml1991-function-alist): Remove gpg function.
985         (mml1991-gpg-sign): Removed.
986
987 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
988
989         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
990         (gnus-browse-unsubscribe-current-group): Document it.
991         (gnus-browse-unsubscribe-group): Use it.
992
993 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
996         address to the To list for easier response.
997
998         * gnus.el (gnus-play-startup-jingle): Removed.
999         (gnus-splash): Don't play jingle.
1000         (gnus): Silence gnus-load message.
1001
1002         * gnus-art.el (gnus-treat-play-sounds): Removed.
1003
1004         * gnus.el (gnus-play-jingle): Remove audio support.
1005
1006         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1007
1008         * earcon.el: Removed -- no users.
1009
1010         * gnus-audio.el: Removed -- no users of this package.
1011
1012         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1013
1014         * gnus-start.el (gnus-setup-news): Remove nocem support.
1015
1016         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1017
1018         * gnus.el (gnus-use-nocem): Removed.
1019
1020         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1021         Removed.
1022
1023         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1024         uses NoCeM any more.
1025
1026         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1027         (gnus-button-ctan-handler): Ditto.
1028         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1029         (gnus-button-ctan-directory-regexp): Ditto.
1030         (gnus-button-handle-ctan): Ditto.
1031         (gnus-button-tex-level): Ditto.
1032         (gnus-button-alist): Removed CTAN stuff.
1033
1034 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1037         nnimap-streaming test.
1038
1039         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1040         servers twice.
1041
1042         * nnimap.el (nnimap-open-connection): Add more error reporting when
1043         nnimap fails early.
1044
1045         * nnheader.el (nnheader-get-report-string): New function.
1046         (nnheader-get-report): Use it.
1047
1048         * gnus-int.el (gnus-check-server): Say what the error was when opening
1049         failed.
1050
1051         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1052         using streaming.
1053
1054 2010-09-25  Julien Danjou  <julien@danjou.info>
1055
1056         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1057         gnus-window-inside-pixel-edges.
1058
1059 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1062
1063         * mm-decode.el (mm-save-part): Allow saving to other directories the
1064         normal Emacs way.
1065
1066         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1067         by Jay Berkenbilt.
1068
1069         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1070         there isn't a single byte.
1071
1072         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1073         just do it.  It doesn't really seem to matter what the user responds
1074         here, I think, so it's just a confusing question.
1075
1076         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1077         non-streaming case.
1078
1079         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1080         (gnus-article-encrypt-body): Use it.
1081
1082         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1083         keystroke.
1084
1085         * nnimap.el (nnimap-find-wanted-parts-1): Use
1086         gnus-fetch-partial-articles.
1087
1088         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1089
1090         * nnimap.el (nnimap-insert-partial-structure): New function.
1091         (nnimap-get-partial-article): New function.
1092         (nnimap-request-article): Use it.
1093         (nnimap-wait-for-response): Return whether the wait was successful.
1094         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1095         retrieval wasn't successful.
1096         (nnimap-retrieve-group-data-early): Allow throttling servers.
1097         (nnimap-streaming): New variable.
1098         (nnimap-fetch-partial-articles): Removed.
1099
1100         * mm-decode.el (mm-with-part): Protect against killed buffers.
1101
1102         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1103         for prettier summary display.
1104
1105 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1106
1107         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1108         directly.
1109
1110 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1113         apparently third-party libraries depend on it.
1114
1115         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1116         before starting negotiation.
1117
1118         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1119         privacy reasons.
1120         (gnus-treat-mail-gravatar): Ditto.
1121
1122         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1123         buffer when inserting images.  Inserting text into the headers, for
1124         instance, can make them invalid.
1125
1126 2010-09-25  Julien Danjou  <julien@danjou.info>
1127
1128         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1129         variables.
1130
1131         * nnheader.el: Remove useless variables news-reply-yank-from and
1132         news-reply-yank-message-id.
1133
1134         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1135         variables.
1136
1137         * mml1991.el: Remove useless mml1991-verbose.
1138
1139         * gnus.el: Remove useless variable gnus-use-generic-from.
1140         Remove obsolete variable gnus-topic-indentation.
1141
1142         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1143
1144         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1145
1146         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1147
1148         * gnus-group.el: Remove useless gnus-group-icon-cache.
1149         Remove useless gnus-ephemeral-group-server.
1150
1151         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1152
1153         * mml2015.el: Remove useless mml2015-verbose.
1154
1155         * mml-smime.el: Remove useless mml-smime-verbose.
1156
1157         * gnus.el: Remove useless gnus-local-domain.
1158
1159         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1160         gnus-gravatar-size.
1161
1162         * gnus-art.el: Remove useless gnus-treat-translate.
1163
1164 2010-09-24  Julien Danjou  <julien@danjou.info>
1165
1166         * gnus-sum.el: Add support for Gravatars.
1167
1168         * gnus-art.el: Add support for Gravatars.
1169
1170         * gnus-gravatar.el: Add this file.
1171
1172         * gravatar.el: Add this file.
1173
1174 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1177
1178         * gnus-group.el (gnus-group-fetch-faq): Removed.
1179
1180         * gnus.el (gnus-group-faq-directory): Removed.
1181
1182         * gnus-group.el (gnus-group-fetch-charter): Removed.
1183
1184         * gnus.el (gnus-group-charter-alist): Removed.
1185
1186         * gnus-group.el (gnus-group-archive-directory): Removed.
1187         (gnus-group-recent-archive-directory): Ditto.
1188         (gnus-group-make-archive-group): Removed.
1189
1190         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1191
1192         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1193         use the same article number for all the cached articles.
1194
1195         * nnimap.el (nnimap-command): Register the last command time so
1196         that we can use it for idling NOOPs.
1197         (nnimap-open-connection): Start the keeplive timer.
1198         (nnimap-make-process-buffer): Store all the process buffers.
1199         (nnimap-keepalive): New function.
1200
1201         * starttls.el: (starttls-open-stream): Add autoload cookie.
1202
1203 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1204
1205         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1206         handling.
1207
1208 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1209
1210         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1211         its data structures.
1212
1213         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1214         instead of the cl.el copy-list.
1215         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1216         equalp.
1217
1218 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1221         and tool-bar-local-item-from-menu.
1222
1223         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1224         mode-line-highlight face for Emacs.
1225
1226         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1227         loading gnus-sum.elc; fix comment for canlock-verify.
1228         (gnus-article-jump-to-part): Use read-number.
1229         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1230         Emacs pre-21 compatible code for help-echo.
1231         (gnus-article-next-page-1): No need to adjust the number of lines.
1232         (gnus-article-describe-bindings): Always use help-buffer.
1233
1234         * gnus-audio.el (gnus-audio-inline-sound)
1235         * gnus-cus.el (gnus-custom-mode)
1236         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1237
1238         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1239
1240         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1241         compatible code.
1242
1243 2010-09-24  Glenn Morris  <rgm@gnu.org>
1244
1245         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1246         visiting the fcc file in rmail-mode.
1247
1248         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1249
1250 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * nnir.el: Silence the byte compiler.
1253
1254         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1255         alias to browse-url-url-encode-chars if any.
1256         (gnus-html-encode-url): Use it.
1257
1258 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-start.el (gnus-use-backend-marks): New variable.
1261         (gnus-get-unread-articles-in-group): Use it.
1262
1263         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1264         makeover.
1265
1266 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1267
1268         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1269
1270 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1271
1272         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1273         Removed.
1274         (gnus-setup-news-hook): Removed
1275         gnus-fixup-nnimap-unread-after-getting-new-news.
1276
1277         * gnus-int.el (gnus-request-update-info): Protect against backends not
1278         having the function.
1279
1280         * nnimap.el (nnimap-stream): Mention starttls.
1281         (nnimap-open-connection): Add starttls support.
1282
1283 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1284
1285         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1286
1287 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1290         BODYSTRUCTUREs.
1291         (nnimap-transform-headers): Unfold quoted {42} headers.
1292
1293         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1294         the info.
1295         (gnus-get-unread-articles): Only call updatep on backends that support
1296         it.
1297
1298         * nnweb.el (nnweb-request-update-info): NOOP.
1299
1300         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1301
1302         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1303         since it only deals with marks.
1304
1305         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1306         gnus-request-marks, and make a new gnus-request-update-info.
1307
1308         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1309         the active instead of the high number, which is usually too low.
1310
1311 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1312
1313         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1314         * encrypt.el: Removed.
1315
1316 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1319         server in symbolic form.
1320
1321         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1322         0.9.
1323
1324 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1327         (nnimap-update-info): Fix up code slightly.
1328
1329         * gnus-int.el (gnus-open-server): Add tracing for performance
1330         debugging.
1331
1332         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1333         (gnus-group-insert-group-line): Pass the real group name so that it
1334         gets the right data.
1335
1336         * gnus-start.el (gnus-get-unread-articles): Don't have
1337         `gnus-get-unread-articles-in-group' update info, since that can be
1338         really slow and doesn't seem to be needed?
1339
1340 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1341
1342         * time-date.el (date-to-time): Try using parse-time-string first before
1343         using the slower timezone-make-date-arpa-standard.
1344
1345 2010-09-22  Julien Danjou  <julien@danjou.info>
1346
1347         * gnus-group.el (gnus-group-insert-group-line): Call
1348         gnus-group-highlight-line.
1349         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1350         default hook list.
1351         (gnus-group-update-eval-form): Add new function.
1352         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1353         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1354
1355 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1358         immediate, then expire all articles.
1359         (nnimap-update-info): Fix off-by-one errors.
1360         (nnimap-flags-to-marks): Would return no marks lists for group with no
1361         flags.  Instead return the other data.
1362
1363 2010-09-22  Julien Danjou  <julien@danjou.info>
1364
1365         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1366         Only return an icon.
1367         (gnus-group-insert-group-line): Compute icon to return.
1368
1369         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1370         variable.
1371         (gnus-html-image-fetched): Only cache if
1372         gnus-html-image-automatic-caching is set.
1373         (gnus-html-image-fetched): Check for errors.
1374
1375 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1378         once per method on `g'.  This ensures that backends like nnfolder don't
1379         open all their folders.
1380
1381         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1382         (nnimap-request-list): Nix out group in the correct buffer.
1383         (nnimap-parse-flags): Implement by using `read' instead of
1384         hand-parsing.
1385         (nnimap-flags-to-marks): Pass on permanent-flags.
1386         (nnimap-make-process-buffer): Record the server name.
1387         (nnimap-parse-flags): Fix typo.
1388         (nnimap-request-scan): Run split on the server in general, not just a
1389         single group.
1390
1391         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1392         parameter, and propagate this downwards.
1393
1394         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1395         since EXAMINE changes it on the server.
1396
1397         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1398         this command might take a while.
1399
1400 2010-09-22  Julien Danjou  <julien@danjou.info>
1401
1402         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1403         harmful if you have 2 images side-by-side, they can't be properly
1404         update on text deletion.  Using text-property is safer here.
1405         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1406         data.
1407
1408 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * nnimap.el (nnimap-expunge-inbox): Removed.
1411         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1412         (nnimap-expunge): Flip default to t.
1413
1414         * gnus.el (gnus-method-to-server): Don't push things to the cache
1415         unless it's unique.
1416         (gnus-server-to-method): Ditto.
1417
1418 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1419
1420         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1421
1422 2010-09-22  Julien Danjou  <julien@danjou.info>
1423
1424         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1425         get the start of data.
1426         (gnus-html-encode-url): Add this function to encode special chars in
1427         URL.
1428         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1429         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1430
1431         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1432         default.
1433         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1434
1435         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1436         images alt-text.
1437         (gnus-html-put-image): Put alt-text as help-echo.
1438
1439 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1442         * mm-util.el (mm-decompress-buffer)
1443         * nnir.el (nnir-run-find-grep)
1444         * pop3.el (pop3-list): Use 3rd arg of split-string.
1445
1446         * time-date.el (format-seconds): Comment fix.
1447
1448         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1449         and byte-optimize-form-code-walker.
1450         (dgnushack-make-auto-load): Don't advise make-autoload.
1451
1452         * lpath.el: Remove Emacs 21 stuff.
1453
1454 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1455
1456         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1457         outside the active range.  Suggested by Dan Christensen.
1458
1459         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1460         slightly later to avoid double-getting it.
1461
1462         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1463         previous patch.
1464
1465         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1466
1467 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1468
1469         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1470
1471 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * gnus-int.el (gnus-open-server): Give a better error message in the
1474         "go offline" case.
1475
1476         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1477         marks for nnimap, which is seldom the right thing to do.
1478
1479         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1480         (gnus-same-method-different-name): New function.
1481
1482         * nnimap.el (parse-time): Require.
1483
1484         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1485         method in the presence of many similar methods.
1486
1487         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1488
1489         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1490         nnml-inhibit-expiry.
1491
1492         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1493         find out whether methods are equal.
1494
1495         * nnimap.el (nnimap-find-expired-articles): New function.
1496         (nnimap-process-expiry-targets): New function.
1497         (nnimap-request-move-article): Request the article before looking at
1498         what the Message-ID is.  Fix found by Andrew Cohen.
1499         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1500
1501         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1502         for oldness in addition to being a predicate.
1503
1504         * nnimap.el (nnimap-request-group): When we have zero articles, return
1505         the right data to Gnus.
1506         (nnimap-request-expire-articles): Only delete articles immediately if
1507         the target is 'delete.
1508
1509         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1510         method, this would bug out.
1511
1512         * gnus-group.el (gnus-group-expunge-group): Renamed from
1513         gnus-group-nnimap-expunge, and implemented as a normal interface
1514         function.
1515
1516         * gnus-int.el (gnus-request-expunge-group): New function.
1517
1518         * nnimap.el (nnimap-request-create-group): Implement.
1519         (nnimap-request-expunge-group): New function.
1520
1521 2010-09-21  Julien Danjou  <julien@danjou.info>
1522
1523         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1524         (gnus-html-cache-expired): Add new function.
1525         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1526         wethever we should display image for fetch it.
1527         Compute alt-text earlier to pass it to the fetching function too.
1528         (gnus-html-schedule-image-fetching): Change function argument to only
1529         get one image at a time, not a list.
1530         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1531         cache.
1532         (gnus-html-get-image-data): New function to retrieve image data from
1533         cache.
1534         (gnus-html-put-image): Change buffer argument to use image data rather
1535         than file, and place image above region rather than inserting a new
1536         one. Do not take alt-text as argument, since it's useless now: we place
1537         the image above alt-text.
1538         (gnus-html-prune-cache): Remove.
1539         (gnus-html-show-images): Start to fetch image when we find one, do not
1540         push into a temporary list.
1541         (gnus-html-prefetch-images): Only fetch image if they have expired.
1542         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1543         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1544
1545 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1548
1549 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1552         spec inser "*" if the group isn't active instead of 0.
1553
1554         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1555         opening the server.
1556         (nnimap-request-delete-group): Implement group deletion.
1557         (nnimap-transform-headers): Return the size of the entire message in
1558         the Bytes header, not just the size of the first part.
1559         (nnimap-request-move-article): When moving an article from nnimap,
1560         request the article first so the accepting form has an article to
1561         accept.  Reported by Dan Christensen.
1562         (nnimap-command): Make sure that the error message doesn't error out.
1563
1564 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1565
1566         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1567         we haven't requested anything.
1568
1569 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1570
1571         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1572         "".  Fix found by Andrew Cohen.
1573
1574         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1575         instead of -encode-string.
1576
1577 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1580
1581         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1582         by mm-subst-char-in-string.
1583
1584 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1585
1586         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1587         waiting for the connection string.
1588
1589         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1590         arriving.
1591
1592         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1593         bogus characters.  This allows selecting certain Gmail groups.
1594
1595         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1596         (nnimap-fetch-partial-articles): New variable.
1597         (nnimap-open-connection): When looking for credentials, also use the
1598         nnimap-server-port.
1599         (nnimap-request-article): Return the group/article number, so that Gnus
1600         `^' works as expected.
1601         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1602         them.
1603
1604         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1605         comments.
1606         (gnus-methods-sloppily-equal): New function.
1607         (gnus): When using the development version of Gnus, load the gnus-load
1608         file.
1609
1610         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1611         `gnus-open-server' on each method before trying to scan them etc.  This
1612         ensures that all the backend parameters are set correctly.
1613
1614         * nnimap.el (nnimap-authenticator): New variable.
1615         (nnimap-open-connection): Allow anonymous login.
1616         (nnimap-transform-headers): The chars header is called Chars not
1617         Bytes.
1618         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1619         drops.
1620
1621         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1622         patch, found by Knut Anders Hatlen.
1623
1624 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1625
1626         * gnus-agent.el (gnus-agent-batch-confirmation)
1627         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1628         to gnus-message.
1629         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1630         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1631         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1632         * gnus-int.el (gnus-open-server): Likewise.
1633         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1634         (gnus-score-check-syntax): Likewise.
1635         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1636         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1637         Likewise.
1638         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1639
1640 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1643         calling conventions so that prefetch doesn't bug out.
1644
1645 2010-09-19  Julien Danjou  <julien@danjou.info>
1646
1647         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1648         rather than `subst-char-in-region' in order to be able to replace ASCII
1649         char by UTF-8 ones.
1650
1651         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1652         than curl.
1653         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1654         the right URL and ALT text on images.
1655         (gnus-html-wash-tags): Fix tag case.
1656         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1657         (gnus-article-html): Add -o display_ins_del=2 option.
1658         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1659
1660 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1661
1662         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1663         the extra mail headers, which sometimes seem to happen for unknown
1664         reasons.
1665
1666         * mail-parse.el (mail-header-encode-parameter): Define as
1667         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1668         (or most, perhaps?) mail readers don't understand the latter, but do
1669         understand the former.
1670
1671         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1672         to nil, so that no methods are automatically agentized.  I think this
1673         is probably what most users want.
1674
1675         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1676         from url-retrieve, for instance about invalid URLs.
1677
1678         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1679         groups that have no articles.
1680         (nnimap-request-article): Check that we really got an article when we
1681         requested one.
1682
1683         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1684         doesn't exist.
1685
1686         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1687         nntp buffer so the agent can save it.
1688         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1689         that CRLF doesn't get translated to \n.
1690         (nnimap-open-connection): Don't make 'shell commands only send \n.
1691
1692 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1693
1694         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1695         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1696         Update var name.
1697         (nnml-generate-nov-file): Use dolist.
1698         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1699         Use with-current-buffer.
1700
1701 2010-09-18  Julien Danjou  <julien@danjou.info>
1702
1703         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1704         parallel.
1705
1706 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1709         the range update right.
1710         (nnimap-request-group): Don't make `M-g' bug out on group with no
1711         marks.
1712         (nnoo): Required, so that other packages can require nnimap.
1713         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1714         command we're looking for.  This helps when the server sends more
1715         responses after we've gotten everything we expected.
1716         (nnimap): Add a `newlinep' field to keep track of end-of-line
1717         conventions.
1718         Don't send CRLF to things that don't want it.
1719         (nnimap-request-accept-article): Ditto.
1720
1721 2010-09-18  Julien Danjou  <julien@danjou.info>
1722
1723         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1724         than curl to retrieve images.
1725
1726 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1729         the marks.
1730         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1731         (nnimap-wait-for-connection): New function.
1732         (nnimap-open-connection): If we have PREAUTH, don't query for login
1733         credentials.
1734         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1735         when doing a partial update.
1736
1737 2010-09-18  Julien Danjou  <julien@danjou.info>
1738
1739         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1740         tags.
1741
1742 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * nnimap.el (nnimap-credentials): New function.
1745         (nnimap-open-connection): Use the new function to look for credentials
1746         also on the numeric equivalents of "imap" and "imaps".
1747
1748         * gnus-start.el (gnus-activate-group): Send the info to
1749         gnus-request-group.
1750
1751         * nnimap.el (nnimap-request-group): Have the "check" version of the
1752         function parse flags and update the info, so that a `M-g' get a total
1753         resync of all flags from the group.
1754
1755         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1756         to allow backends to alter the info on group selection.  Also alter all
1757         the backend -request-group functions to take the parameter.
1758
1759         * nnimap.el (nnimap-store-info): New function.
1760         (nnimap-update-info): Store the info for later usage.
1761         (nnimap-request-group): Use the stored info for the dont-check case, so
1762         that we don't retrieve all marks when we enter a group.
1763
1764         * nnimap.el: Use deffoo instead of defun for interface functions.
1765
1766         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1767         update the group info.  This makes the nndraft groups, for instance, go
1768         back to their old behaviour.
1769
1770         * gnus-sum.el (gnus-select-newsgroup): Indent.
1771
1772         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1773         in.
1774         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1775         nothing.
1776
1777         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1778         from methods that are denied.
1779
1780         * gnus-int.el (gnus-method-denied-p): New function.
1781
1782         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1783         store the password instead of netrc.
1784         (nnimap-open-connection): Don't error out when we can't make a
1785         connections.
1786
1787         * auth-source.el (auth-source-create): In the password prompt, say what
1788         we're querying for.  Also prompt for user name if that hasn't been
1789         given.
1790
1791         * nnimap.el (nnimap-with-process-buffer): Removed.
1792
1793 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1794
1795         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1796         method when we're reading from the agent.
1797
1798         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1799
1800         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1801         that's probably most useful for users.
1802
1803         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1804         "failed" all the time.
1805
1806         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1807         ...)) with (with-current-buffer ... ).
1808
1809         * nntp.el (nntp-open-server): Return whether the open was successful or
1810         not.
1811
1812         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1813         select an unread unseen article first.
1814
1815         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1816         /etc/services, supply some sensible port defaults.
1817
1818         * dgnushack.el: Define netrc-credentials.
1819
1820 2010-09-17  Julien Danjou  <julien@danjou.info>
1821
1822         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1823
1824 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1825
1826         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1827         doesn't have any parameters.
1828
1829 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1832         only upcased checks.
1833
1834         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1835
1836         * nnimap.el (nnimap-open-shell-stream): New function.
1837         (nnimap-open-connection): Use it.
1838         (nnimap-transform-headers): Get the number of lines in each message.
1839         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1840         number of lines.
1841         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1842         problem.
1843
1844         * utf7.el (utf7-encode): Autoload.
1845
1846         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1847         to allow the mail splitting to not return a default group.  This is
1848         useful for nnimap, which will leave unmatched mail in the inbox.
1849
1850         * nnimap.el: Rewritten.
1851
1852         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1853         nnimap usage.
1854
1855         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1856         if the move is internal, so that nnimap can do fast internal moves.
1857
1858         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1859         data.
1860         (gnus-read-active-for-groups): Support finishing the early retrieval of
1861         data.
1862
1863         * gnus-range.el (gnus-range-nconcat): New function.
1864
1865         * gnus-int.el (gnus-finish-retrieve-group-infos)
1866         (gnus-retrieve-group-data-early): New functions.
1867
1868 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1869
1870         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1871         (nnrss-retrieve-groups):
1872         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1873         (pop3-quit): Use with-current-buffer.
1874
1875 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1878         instead of nnheader-accept-process-output.
1879
1880         * dgnushack.el (dgnushack-compile): Add comment.
1881
1882         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1883
1884         * gnus-html.el (gnus-html-schedule-image-fetching)
1885         (gnus-html-prefetch-images): Replace process-kill-without-query by
1886         gnus-set-process-query-on-exit-flag.
1887
1888 2010-09-16  Romain Francoise  <romain@orebokech.com>
1889
1890         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1891
1892 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1895         parameter to unintern is mandatory-ish in Emacs 24.
1896
1897         * gnus-html.el (gnus-html-schedule-image-fetching)
1898         (gnus-html-prefetch-images): Check for curl before using it.
1899
1900         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1901         depend on curl, which isn't essential.
1902
1903         * imap.el: Revert back to version
1904         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1905         seem problematic.
1906
1907 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1908
1909         * gnus-registry.el (gnus-registry-install-shortcuts):
1910         Explicitly pass `obarray' to `unintern' to avoid a warning.
1911
1912 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1915         change.
1916
1917         * nnrss.el (nnrss-request-list): Removed this function and related
1918         functions, including the moreover stuff.
1919
1920 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * nnrss.el (nnrss-retrieve-groups): New function.
1923
1924 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1925
1926         * .dir-locals.el: Add no-byte-compile cookie.
1927
1928 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1929
1930         * time-date.el (format-seconds): Comment fix.
1931
1932         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1933         for back end that doesn't support request-scan.
1934
1935 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1938         then do request scans from the backends.
1939
1940         * netrc.el (netrc-credentials): New conveniency function.
1941
1942         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1943         avoid running a hook per line, since this takes a lot of time,
1944         profiling shows.
1945         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1946         directly if gnus-visual-p is true.
1947
1948 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1949
1950         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1951         groups; replace mapcar with dolist which is a bit faster; pass groups
1952         info to gnus-read-active-file-1.
1953         (gnus-read-active-file-1): Scan only specified groups if the new
1954         optional arg `infos' is given.
1955
1956 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957
1958         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1959
1960         * pop3.el (pop3-movemail): Removed.
1961         (pop3-streaming-movemail): Renamed to pop3-movemail.
1962
1963         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1964         don't restrict end-tag searches to the end of the line.
1965
1966 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1967
1968         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1969         articles of every unchecked group to t, which means unknown since the
1970         server has never been opened.
1971
1972 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-html.el (gnus-html-show-alt-text): New command.
1975         (gnus-html-browse-image): Ditto.
1976         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1977         to browse the image directly.
1978         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1979         better.
1980
1981         * gnus-async.el (gnus-async-article-callback): Call
1982         `gnus-html-prefetch-images' unconditionally.
1983
1984         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1985         before feeding URLs to curl.
1986
1987 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1988
1989         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1990         internal images as deletable by `W D D'.
1991
1992         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1993         (gnus-async-article-callback): Fix typo.
1994
1995 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1996
1997         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1998         current line to work around bugs in the output from w3m.
1999
2000         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2001         for groups that want that.
2002
2003         * nntp.el (nntp-wait-for-string): Supply a timeout for
2004         accept-process-output to ensure progress.
2005
2006         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2007         level to get unread articles from, then use that for foreign groups,
2008         too.
2009
2010         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2011         confuses the rest of the function.
2012
2013         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2014         for the methods that support -retrieve-groups, too.
2015
2016         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2017
2018 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2019
2020         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2021         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2022
2023         * pop3.el: Require cl when compiling.
2024         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2025
2026 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2029         that aren't going to be activated.
2030         (gnus-get-unread-articles): Fix up the last commit.
2031
2032         * gnus-html.el (gnus-article-html): Allow calling without specifying
2033         the handle.  In that case, dissect the buffer first.
2034
2035         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2036
2037         * nnimap.el (nnimap-open-connection): Revert the change that would look
2038         into authinfo for imaps instead of imap.
2039
2040         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2041         say that you don't want to call gnus-request-group with don-check, but
2042         do check the reponse.  This is for virtual groups only.
2043         (gnus-get-unread-articles): Count the archive groups as secondary, so
2044         that they're activated the same way as before.
2045
2046         * imap.el (imap-message-map): Removed optional buffer parameter, since
2047         no callers use it.
2048         (imap-message-get): Ditto.
2049         (imap-message-put): Ditto.
2050         (imap-mailbox-map): Ditto.
2051         (imap-mailbox-put): Ditto.
2052         (imap-mailbox-get): Ditto.
2053         (imap-mailbox-get): Revert last change for this function.
2054
2055         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2056         case-insensitively.
2057         (nnimap-debug): Removed.
2058
2059         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2060         to use `imap-fetch' instead.  According to the comments, this should be
2061         safe, since all other IMAP clients use the 1:* syntax.
2062         (imap-enable-exchange-bug-workaround): Removed.
2063         (imap-debug): Removed -- doesn't seem very useful.
2064
2065         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2066         mail from a file, and the file doesn't exist.
2067
2068         * imap.el (imap-log): New convenience function used throughout instead
2069         of repeating the same code all over the place.
2070
2071         * pop3.el (pop3-streaming-movemail): Return t for success.
2072
2073         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2074         .authinfo if we're using ssl connection.
2075
2076         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2077         already have if we're in a main Gnus `g' run.
2078
2079         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2080
2081 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2084
2085         * nnmh.el (nnmh-request-list-1): Bind `file'.
2086
2087         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2088         alias to set-process-query-on-exit-flag or process-kill-without-query.
2089         (pop3-open-server): Use it.
2090
2091 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2094         box to the Incoming file.  Fixes mistake in previous checkin.
2095
2096         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2097         request loop (for debugging purposes) removed.
2098
2099         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2100         culprit is more visible.
2101         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2102         (nnml-add-incremental-nov): New functions to do "incremental" nov
2103         updates, where we just append to the end of the existing nov files
2104         without reading/writing them in full.
2105
2106         * mail-source.el (mail-source-delete-crash-box): Really only check the
2107         incoming files once in a while.
2108
2109         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2110
2111         * mail-source.el (mail-source-delete-crash-box): Only check the
2112         incoming files for deletion once per day to save a lot of file
2113         accesses.
2114
2115         * pop3.el (pop3-logon): Fix up unbound variable typo.
2116
2117         * mail-source.el (pop3-streaming-movemail): Autoload.
2118
2119         * pop3.el (pop3-streaming-movemail): Respect
2120         pop3-leave-mail-on-server.
2121
2122         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2123         retrieval.
2124
2125         * pop3.el (pop3-process-filter): Removed unused function.
2126         (pop3-streaming-movemail, pop3-send-streaming-command)
2127         (pop3-wait-for-messages, pop3-write-to-file)
2128         (pop3-number-of-responses): New functions for streaming pop3
2129         retrieval.
2130
2131         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2132         come from no known methods.
2133         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2134         list.
2135
2136         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2137         message sizes.
2138         (pop3-movemail): Use erase-buffer instead of looping and deleting
2139         regions, which seems rather odd.
2140
2141         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2142         file once per `g' run.
2143
2144         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2145         directories.  This makes the draft queue directory work.
2146
2147         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2148         data from the backends, so that we only request the list of groups from
2149         each method once.  This should speed things up considerably.
2150
2151         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2152         detect that it's not implemented.
2153
2154         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2155         we actually do recurse down into the tree, but don't stat all leaf
2156         nodes.
2157
2158         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2159         then say so instead of bugging out.
2160
2161         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2162         files exist before trying to read them.
2163
2164         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2165         around <pre_int>.
2166
2167         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2168
2169         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2170
2171 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * mm-util.el (mm-image-load-path): Just return the image directories,
2174         not all directories in the path in addition to the image directories.
2175         (mm-image-load-path): Maintain a cache of the image directories so that
2176         the `g' command in Gnus doesn't have to stat dozens of directories each
2177         time.
2178
2179         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2180         (gnus-html-wash-tags): Add a new `i' command to insert images.
2181         (gnus-html-insert-image): New command and keystroke.
2182         (gnus-html-redisplay-with-images): New command and keystroke.
2183         (gnus-html-show-images): Renamed command.
2184         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2185         spacers.
2186         (gnus-html-wash-tags): Decode entities at the end, so that entities
2187         inside the tags don't mess up the rest of the "parsing".
2188
2189         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2190         so that nnimap methods aren't agentized by default.  There's apparently
2191         many problems related to agent/imap behaviour.
2192
2193         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2194
2195         * gnus-html.el: Doc fix.
2196
2197 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2200         specifier-spec-list for Emacs 21.
2201
2202         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2203         glyph-width and glyph-height instead of display-graphic-p and
2204         image-size; make avoidance of displaying small images work for XEmacs.
2205
2206         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2207         for XEmacs.
2208
2209         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2210         of symbol that holds plist data.
2211         (gnus-process-plist): Remove plist of process after getting it.
2212
2213 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * message.el (message-generate-hashcash): Change default to
2216         'opportunistic if hashcash is installed.
2217
2218         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2219         (gnus-html-put-image): Only call image-size once, since it's somewhat
2220         time-consuming on remote X servers.
2221
2222 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2225         type on data, not a file name.
2226
2227         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2228         window-pixel-edges for Emacs 21.
2229
2230         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2231         decoded contents.
2232         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2233
2234 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2235
2236         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2237         group line format, since it isn't very interesting.
2238
2239         * gnus-agent.el (gnus-agent-short-article),
2240         (gnus-agent-long-article): Increase values for these two variables,
2241         since most people are likely to have more network connection and
2242         storage than before.
2243
2244         * gnus.el (gnus-refer-article-method): Change default to 'current.
2245         When referring an article, the common behaviour is to refer it from the
2246         current select method, not the native select method.  The chances of
2247         the native select method having the message in question is rather slim
2248         these days.
2249
2250         * gnus-sum.el (gnus-auto-select-subject): Change default to
2251         `unseen-or-unread'.  I think it's likely that most people want to
2252         select an unseen article over a previously seen, but unread one.
2253
2254         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2255         means that in the article buffer none of the minor mode elements will
2256         be shown, usually, and this is not desirable in most cases.
2257
2258         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2259         that commands like `d' (and the like) go to the next line in the
2260         buffer, instead of the next unread article.  I think this is the
2261         behaviour that is most natural for most users.
2262         (gnus-single-article-buffer): Change default to nil, so that people can
2263         have as many article buffers open as they have summary buffer.  I think
2264         this is the most natural way for the groups to behave.
2265
2266         * message.el (message-generate-new-buffers): Change default to
2267         `unsent', so that all new message buffers start their names with the
2268         string "*unsent", and it's easier to find the buffers if you move from
2269         them.
2270
2271 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2274         small.  They're probably tracking images.
2275         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2276         (gnus-html-rescale-image): Yet another try at getting the image sizing
2277         right.
2278
2279         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2280         nntp-marks-file-name is nil.
2281
2282 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2283
2284         * gnus-html.el (gnus-html-wash-tags)
2285         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2286         Better logging.
2287
2288 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2289
2290         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2291
2292         * gnus-html.el (gnus-html-wash-tags): Check the value of
2293         gnus-blocked-images in the summary buffer.
2294
2295 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2296
2297         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2298
2299 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2302         like "a", it seems like.
2303         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2304         since it needs to be picked from the correct buffer.
2305
2306         * nnwfm.el: Removed.
2307
2308         * nnlistserv.el: Removed.
2309
2310 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2311
2312         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2313         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2314
2315 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2316
2317         * nnkiboze.el: Removed.
2318
2319         * nndb.el: Removed.
2320
2321         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2322         alt text.
2323         (gnus-html-rescale-image): Try to get the rescaling logic right for
2324         images that are just wide and not tall.
2325
2326         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2327         overshadow variable bindings.
2328
2329 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2330
2331         * gnus-html.el (gnus-html-wash-tags)
2332         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2333         extra logging.
2334
2335 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2336
2337         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2338         (gnus-max-image-proportion): New variable.
2339         (gnus-html-rescale-image): New function.
2340         (gnus-html-put-image): Rescale images.
2341
2342 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2343
2344         Fix up some byte-compiler warnings.
2345         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2346         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2347         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2348         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2349         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2350         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2351         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2352
2353 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2354
2355         * gnus-html.el (gnus-article-html): Decode contents by charset.
2356
2357 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2360         (gnus-html-frame-width, gnus-blocked-images)
2361         * message.el (message-prune-recipient-rules): Add custom version.
2362         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2363
2364         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2365         functions.
2366
2367         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2368         gnus-process-get.
2369
2370 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2371
2372         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2373         instead of lsub directly.
2374
2375 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * nnwarchive.el: Removed.
2378
2379         * gnus-soup.el: Removed.
2380
2381         * nnsoup.el: Removed.
2382
2383         * nnultimate.el: Removed.
2384
2385         * gnus-html.el (gnus-blocked-images): New variable.
2386
2387         * message.el (message-prune-recipients): New function.
2388         (message-prune-recipient-rules): New variable.
2389
2390         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2391         guess whether a long line is natural text or not.
2392
2393         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2394         gnus-process-plist and friends for compatibility.
2395
2396 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2397
2398         * gnus-html.el: Require packages that define macros used in this file.
2399         (gnus-article-mouse-face): Declare to silence byte-compiler.
2400         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2401         process-get.
2402         (gnus-html-put-image): Use plist-get to avoid getf.
2403         (gnus-html-prefetch-images): Use with-current-buffer.
2404
2405 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-ems.el: Provide compatibility functions for
2408         gnus-set-process-plist.
2409
2410         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2411         header-line-format for XEmacs 21.4.
2412
2413         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2414         * gnus.el (gnus-valid-select-methods)
2415         * message.el (message-send-mail-partially-limit)
2416         * mm-decode.el (mm-text-html-renderer)
2417         * mml.el (mml-insert-mime-headers-always)
2418         * smiley.el (smiley-regexp-alist): Bump custom version.
2419
2420 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2421
2422         * gnus-html.el: require mm-url.
2423         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2424         with the url to `url'.
2425         (gnus-html-wash-tags): Support cid: URLs/images.
2426
2427 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2428
2429         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2430         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2431         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2432
2433         * gnus-move.el: Removed file, since it doesn't really work.
2434
2435         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2436         UTF-8.  This seems to fix problems with some German web feeds.
2437
2438         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2439         at the top so that the proper colours are applied.
2440
2441         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2442         don't have dots in their names.
2443
2444         * gnus-art.el (gnus-article-view-part): Doc fix.
2445
2446         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2447         XEmacs-compatible.
2448         (gnus-html-put-image): Don't do images on non-graphic displays.
2449
2450         * nnslashdot.el: Removed this unused backend.
2451
2452         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2453         actions.
2454         (gnus-undo-register-1): Revert last change.
2455
2456         * gnus-group.el (gnus-group-completing-read): Protect against not
2457         having completion-styles bound.
2458
2459         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2460         make broken recipients happier.
2461
2462         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2463
2464         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2465         point parameter.
2466
2467         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2468
2469         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2470         completion-styles for group selection.
2471
2472 2009-02-04  Andreas Schwab  <schwab@suse.de>
2473
2474         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2475         headers and regexp-quote the match if necessary.
2476
2477 2009-03-24  Miles Bader  <miles@gnu.org>
2478
2479         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2480         the blinking smiley.
2481
2482 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2483
2484         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2485         blink smiley.
2486
2487 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2488
2489         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2490         where the dribbel file lives exists.
2491
2492         * message.el (message-send-mail-partially-limit): Change the default to
2493         nil, since most people don't want this.
2494
2495         * mm-url.el (mm-url-decode-entities): Also decode entities like
2496         &#x3212.
2497
2498 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2499
2500         * gnus-sum.el (gnus-summary-idna-message):
2501         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2502         Hyperlink urls in docstrings with URL `...'.
2503
2504 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2505
2506         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2507         functions.
2508
2509 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2512         say what the mouseover text should be.
2513
2514         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2515         version of the mm-w3m-safe-url-regexp variable to only download images
2516         in the groups where we want that to happen.
2517
2518         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2519
2520         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2521         easier debugging.
2522         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2523         big pictures in the article buffer.
2524
2525         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2526         gnus-article-html.
2527         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2528         w3m.
2529
2530         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2531
2532 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2533
2534         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2535         which doesn't exist.
2536
2537         * message.el (message-inhibit-ecomplete): New variable to allow some
2538         function to inhibit ecomplete address storage.
2539         (message-resend): Disable ecomplete message storage when resending
2540         messages.
2541
2542         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2543
2544 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2547         Save excursion while copying, moving, and deleting articles in order to
2548         prevent the cursor from jumping to unforeseen place.
2549
2550 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * lpath.el: No need to bind bookmark-current-buffer,
2553         bookmark-yank-point and bookmark-make-record-function.
2554
2555 2010-08-17  Glenn Morris  <rgm@gnu.org>
2556
2557         * gnus-sync.el: Require gnus components whose functions are used.
2558
2559         * gnus-art.el (bookmark-make-record-function):
2560         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2561         Declare for compiler.
2562
2563         * mm-url.el (mml-compute-boundary): Autoload.
2564
2565 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2566
2567         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2568
2569 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2570
2571         Typo fix "hoo4a" -> "hook".
2572
2573         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2574
2575 2010-08-14  Glenn Morris  <rgm@gnu.org>
2576
2577         * gnus-sync.el (gnus-sync): Fix defgroup version.
2578
2579 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2580
2581         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2582
2583         * gnus-sync.el: Fix docs.
2584         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2585         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2586
2587 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2588
2589         Optimizations for gnus-sync.el.
2590
2591         * gnus-sync.el: Add docs about gnus-sync-backend
2592         possibilities.
2593         (gnus-sync-save): Remove unnecessary message.
2594         (gnus-sync-read): Optimize and show what groups were skipped.
2595
2596 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2597
2598         Minor bug fixes for gnus-sync.el.
2599
2600         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2601         read the sync on get-new-news.
2602
2603         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2604         quiet.
2605
2606         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2607
2608 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2609
2610         Make saving and restoring of hidden threads work with overlays.
2611         Patch applied by Ted Zlatanov.
2612
2613         * gnus-sum.el (gnus-hidden-threads-configuration)
2614         (gnus-restore-hidden-threads-configuration): Update to deal with text
2615         properties, rather than searching for a magic character.
2616
2617 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2618
2619         New gnus-sync.el library for synchronization of marks.
2620
2621         * gnus-sync.el: New library for synchronization of marks.
2622
2623         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2624         renamed from `gnus-registry-grep-in-list'.
2625
2626         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2627
2628         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2629
2630 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2633         determining charset of text fails.
2634
2635 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2636
2637         * nnmail.el (nnmail-get-new-mail-1): Revert.
2638
2639         * nnml.el (nnml-active-number): Make sure names of newly created groups
2640         in nnml-group-alist are encoded.
2641
2642 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2645         containing non-ASCII characters in active file for nnml back end.
2646
2647 2010-07-24  David Engster  <dengste@eml.cc>
2648
2649         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2650         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2651
2652 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2653
2654         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2655         tag (Bug#6654).
2656
2657 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2658
2659         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2660         the article buffer, not the summary buffer.
2661
2662 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2665         Emacs 23 as well.
2666
2667 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2670         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2671
2672 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2673
2674         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2675         Patch applied by Karl Fogel.
2676
2677         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2678         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2679
2680 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2681
2682         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2683         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2684         C-w still not working correctly from Article buffers; Thierry's
2685         patch to fix that will be applied after this.
2686
2687         * gnus-art.el (bookmark-make-record-function): New local variable.
2688
2689         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2690         article buffer.
2691         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2692
2693 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2694
2695         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2696         on changes in bookmark.el.
2697
2698 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2701         `no-log' instead of message not to log prompt string.
2702
2703 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2704
2705         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2706         the *other* type of HTML form submission.
2707
2708 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2709
2710         * auth-source.el (auth-source-pick): If choice does not contain a
2711         questioned keyword, set the check to t.
2712
2713 2010-06-12  Romain Francoise  <romain@orebokech.com>
2714
2715         * gnus-util.el (gnus-date-get-time): Move up before first use.
2716
2717 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2720         (gnus-article-edit-part): Bind it to make last part that is substituted
2721         or deleted visible.
2722         (gnus-mime-display-single): Buttonize part of which id equals to
2723         gnus-mime-buttonized-part-id.
2724
2725 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2726
2727         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2728         (gnus-dd-mmm): Use gnus-date-get-time.
2729         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2730         simplify logic.
2731         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2732         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2733
2734 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2735
2736         * auth-source.el (top): Autoload `secrets-list-collections',
2737         `secrets-create-item', `secrets-delete-item'.
2738         (auth-sources): Fix tag string.
2739         (auth-get-source, auth-source-retrieve, auth-source-create)
2740         (auth-source-delete): New defuns.
2741         (auth-source-pick): Rewrite in order to avoid 2 passes.
2742         (auth-source-forget-user-or-password): New parameter USERNAME.
2743         (auth-source-user-or-password): New parameters CREATE-MISSING and
2744         DELETE-EXISTING.  Retrieve password interactively, if needed.
2745
2746 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2747
2748         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2749         deleting unused directories when gnus-expert-user is t.
2750
2751 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2754         for each temp file when gnus-article-browse-delete-temp is ask.
2755
2756 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2757
2758         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2759         Lisp calls to delete-backward-char by calls to delete-char.
2760
2761 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2762
2763         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2764
2765 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2766
2767         * password-cache.el (password-cache-remove): Fix docstring.
2768
2769 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2772         article unless decoding article to be saved.
2773
2774 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2777         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2778         generated within the mm-with-unibyte-current-buffer macro.
2779
2780 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2783         to nil when we're in a mml-preview buffer and no group is selected.
2784
2785 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2786
2787         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2788         when catching the `C-g'.  Reported by "Leo".
2789
2790 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * message.el (message-forward-make-body-plain)
2793         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2794         multibyte-string-p.
2795
2796         * lpath.el: Revert.
2797
2798 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * message.el (message-forward-make-body-mml): Assume original message
2801         is multibyte string; error on unibyte.
2802         (message-forward-make-body-plain): Ditto; don't add excessive newline
2803         in body end.
2804
2805         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2806
2807 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2808
2809         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2810         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2811
2812 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * mm-extern.el (mm-extern-url): Don't use
2815         mm-with-unibyte-current-buffer.
2816         (mm-extern-cache-contents): Use with-current-buffer instead of
2817         save-excursion + set-buffer.
2818
2819 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * mm-util.el (mm-emacs-mule): Remove.
2822
2823 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2824
2825         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2826         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2827         change.
2828
2829 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2832         bind the default value of enable-multibyte-characters to nil.
2833
2834 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2835
2836         * message.el (message-forward-make-body-plain)
2837         (message-forward-make-body-mml):
2838         Don't use mm-with-unibyte-current-buffer.
2839
2840 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2841
2842         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2843
2844 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2845
2846         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2847         (Bug#5592).
2848
2849 2010-05-07  Julien Danjou  <julien@danjou.info>
2850
2851         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2852         it to mm-pipe-part.
2853
2854         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2855         it is given.
2856
2857 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * binhex.el (binhex-decode-region-internal)
2860         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2861         (dns-query)
2862         * nnweb.el (nnweb-gmane-search)
2863         * pgg-parse.el (pgg-parse-armor)
2864         * pgg.el (pgg-verify-region)
2865         * sha1.el (sha1-string-external)
2866         * uudecode.el (uudecode-decode-region-internal)
2867         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2868         XEmacs.
2869
2870         * gnus-art.el (gnus-article-browse-html-parts)
2871         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2872         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2873         make-temp-file.
2874
2875         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2876         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2877         compiling.
2878
2879         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2880         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2881         XEmacs when compiling.
2882
2883         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2884         gnus-pick-mode-off-hook for XEmacs when compiling.
2885         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2886         gnus-binary-mode-off-hook for XEmacs when compiling.
2887
2888         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2889         nil if char-charset is not available.
2890
2891         * imap.el (imap-disable-multibyte)
2892         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2893         macros.
2894
2895         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2896         instead of encode-coding-string.
2897
2898         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2899         'xemacs) instead of mm-emacs-mule to switch function definitions.
2900         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2901
2902         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2903         bind temporary-file-directory for XEmacs;
2904         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2905         timer-set-function for XEmacs 21.4 and SXEmacs;
2906         bind timer-list for XEmacs 21.4 and SXEmacs;
2907         fbind char-charset and find-charset-region for non-Mule XEmacs;
2908         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2909         encode-coding-region and encode-coding-string for XEmacs having no
2910         file-coding feature.
2911
2912 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2913
2914         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2915
2916 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2919         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2920
2921 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2922
2923         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2924         alias `jka-compr-delete-temp-file' no longer exists.
2925
2926 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2927
2928         Use define-minor-mode in Gnus where applicable.
2929         * mml.el (mml-mode): Use define-minor-mode.
2930         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2931         (gnus-undo-mode): Use define-minor-mode.
2932         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2933         (gnus-dead-summary-mode): Use define-minor-mode.
2934         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2935         Initialize in declaration.
2936         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2937         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2938         (gnus-mailing-list-mode): Use define-minor-mode.
2939         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2940         (gnus-draft-mode): Use define-minor-mode.
2941         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2942         (gnus-dired-mode): Use define-minor-mode.
2943
2944 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2945
2946         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2947         handles on recursive mml-to-mime translation and check them for
2948         boundary delimiter collisions.  Reported by Greg Troxel.
2949
2950 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2951
2952         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2953
2954 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2955
2956         * mm-util.el (mm-find-buffer-file-coding-system):
2957         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2958
2959 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2960
2961         * message.el (message-generate-headers): Record insertion of optional
2962         headers as well.  Otherwise the check to prevent repeated insertion of
2963         optional headers is a no-op.
2964
2965 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2966
2967         * smime.el: Don't mention CVS.
2968
2969         * nnrss.el (nnrss-fetch): Don't mention CVS.
2970
2971         * nnir.el: Don't mention CVS.
2972
2973 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2974
2975         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2976
2977 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2978
2979         * lpath.el: Fbind bookmark-default-handler,
2980         bookmark-get-bookmark-record, bookmark-make-record-default,
2981         bookmark-prop-get for Emacs <23 and XEmacs.
2982
2983 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2984
2985         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2986         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2987         Use with-current-buffer to silence the byte-compiler.
2988         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2989         bother to require `gnus'.
2990         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2991
2992 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2993
2994         * gnus-sum.el (gnus-summary-bookmark-make-record)
2995         (gnus-summary-bookmark-jump): New functions.
2996         (gnus-summary-mode): Setup bookmark support.
2997
2998 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2999
3000         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3001         if set.
3002
3003 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3006         gnus-article-browse-html-save-cid-image; make it work recursively for
3007         forwarded messages as well.
3008         (gnus-article-browse-html-parts): Work when prefix arg is given.
3009         (gnus-article-browse-html-article): Doc fix.
3010
3011 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3012
3013         * message.el (message-default-mail-headers):
3014         (message-default-headers): Carry the value mail-default-headers over
3015         into message-default-mail-headers, rather than message-default-headers.
3016
3017 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3018
3019         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3020         charset.
3021
3022         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3023         charset into the <meta> tag when the article is encoded to utf-8.
3024
3025 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3028         directories as well.
3029         (gnus-article-browse-html-parts): Work for images that do not specify
3030         file names; delete temp directory when quitting; insert header at the
3031         right place; use file: scheme for image files.
3032
3033 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3034
3035         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3036         (gnus-article-browse-html-parts): Use it to make temporary cid image
3037         files in addition to html file so that browser may display them.
3038
3039 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3042
3043 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3044
3045         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3046
3047 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3050         about Secret Service API sources.  Improve Customize options.
3051         (auth-source-pick): Change to accept any number of search parameters.
3052         Implement fallbacks iteratively, not recursively.  Add scoring on the
3053         second pass and sort by score.  Call Secret Service API when needed.
3054         (auth-source-user-or-password): Use it.  Call Secret Service API
3055         directly when needed to get the user name and the password.
3056
3057 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3058
3059         * message.el (message-interactive): Doc fix.
3060         (message-qmail-inject-args): Reflow.
3061         (message-kill-to-signature): Fix typo in docstring.
3062
3063         * smiley.el (smiley-buffer): Fix typo in docstring.
3064
3065 2010-03-24  Glenn Morris  <rgm@gnu.org>
3066
3067         * mail-source.el (gnus-message): Declare.
3068         (mail-source-delete-old-incoming): Require gnus-util.
3069
3070 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3071
3072         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3073
3074         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3075
3076         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3077         password-cache's default if it is not bound.
3078         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3079         password-cache-expiry's default if it is not bound.
3080
3081         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3082         available in Emacs 21.
3083
3084         * lpath.el: Suppress compiler warnings for:
3085         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3086         XEmacs;
3087         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3088         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3089         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3090
3091 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3092
3093         * auth-source.el (auth-sources): Fix up definition so extra parameters
3094         are always inline.
3095
3096 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3097
3098         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3099         wasn't updated after mismatch.  Clear cached mailbox info correctly
3100         when uidvalidity changes.
3101         (nnimap-group-prefixed-name): New function to avoid some code
3102         duplication.
3103         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3104         (nnimap-request-group): Use it.
3105         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3106         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3107         with many imap folders.  This is done by caching the group status from
3108         the imap server persistently in a group parameter `imap-status'.  (This
3109         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3110         but not persistently, so every Gnus startup was still very slow.)
3111
3112 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3113
3114         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3115         delete the extra newline.  Otherwise editing of :string and :number
3116         types don't work.
3117
3118 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3119
3120         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3121         secrets.el dependency.
3122         (auth-sources): Add optional user name.  Add secrets.el configuration
3123         choice (unused right now).
3124
3125 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3126
3127         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3128         `gnus-registry-install-shortcuts' fill in the functions.
3129
3130         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3131         warnings.
3132         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3133         (gnus-registry-install-shortcuts): Populate and use it in a
3134         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3135
3136 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3137
3138         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3139         In-place substitutions for the group name encoding/decoding.
3140         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3141         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3142         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3143         (nnimap-update-unseen, nnimap-request-list)
3144         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3145         (nnimap-request-set-mark, nnimap-split-to-groups)
3146         (nnimap-split-articles, nnimap-request-newgroups)
3147         (nnimap-request-create-group, nnimap-request-accept-article)
3148         (nnimap-request-delete-group, nnimap-request-rename-group)
3149         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3150         `encoded-mbx' for consistency.
3151         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3152         variable `imap-current-mailbox'.
3153
3154         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3155         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3156
3157 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3158
3159         * pop3.el (pop3-display-message-size-flag): Display message size byte
3160         counts during POP3 download.
3161         (pop3-movemail): Use it.
3162         (pop3-list): Implement listing of available messages.
3163
3164 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3165
3166         * nnir.el (nnir-get-article-nov-override-function): New function to
3167         override the normal NOV retrieval.
3168         (nnir-retrieve-headers): Use it.
3169
3170 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3171
3172         * auth-source.el (netrc-machine-user-or-password): Autoload.
3173
3174 2010-03-19  Glenn Morris  <rgm@gnu.org>
3175
3176         Stop message.el from loading about 40 libraries it doesn't always need.
3177         The general approach is to autoload rather than require, and to
3178         require in the specific functions rather than the file.  (Bug#5642)
3179
3180         * gmm-utils.el: Don't require wid-edit.
3181         (widget-create-child-value, widget-convert, widget-default-get):
3182         Autoload.
3183
3184         * gnus-util.el: Don't require time-date, netrc.
3185         (message-fetch-field, gnus-group-name-decode): Declare rather than
3186         autoloading.
3187         (gnus-fetch-field): Require message.
3188         (gnus-decode-newsgroups): Require gnus-group.
3189
3190         * ietf-drums.el: Don't require time-date.
3191
3192         * message.el: Don't require hashcash, canlock, ecomplete.
3193         Do require mail-utils.  Require nnheader only when compiling.
3194         (smtpmail-default-smtp-server): Remove declaration.
3195         (message-send-mail-function): Check smtpmail-default-smtp-server
3196         is bound rather than requiring smtpmail.
3197         (message-auto-save-directory, message-insert-signature): Use
3198         expand-file-name rather than nnheader-concat.
3199         (nnheader-insert-file-contents): Autoload.
3200         (hashcash-wait-async): Declare.
3201         (message-send-mail): Only call gnus-setup-posting-charset if
3202         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3203         (message-send-mail-with-sendmail): Require sendmail.
3204         (canlock-password, canlock-password-for-verify): Declare.
3205         (message-canlock-password): Require canlock.
3206         (nnheader-get-report): Autoload.
3207         (gnus-setup-posting-charset): Declare.
3208         (message-send-news): Require gnus-msg.
3209         (message-make-references, message-make-in-reply-to): Use mail-header-id
3210         rather than the alias mail-header-message-id.
3211         (ecomplete-add-item, ecomplete-save): Declare.
3212         (message-put-addresses-in-ecomplete): Require ecomplete.
3213         (ecomplete-display-matches): Autoload.
3214
3215         * mm-decode.el: Don't require mailcap, gnus-util.
3216         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3217         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3218         Autoload.
3219         (mailcap-mime-extensions): Declare.
3220
3221         * mm-encode.el: Don't require mailcap.
3222         (mailcap-extension-to-mime): Autoload.
3223
3224         * mml-sec.el: Don't require password-cache.
3225
3226         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3227         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3228         (mml-minibuffer-read-type): Require mailcap.
3229         (mml-preview): Require gnus-msg.
3230
3231         * mml1991.el: Require password-cache.
3232         (password-cache-expiry): Remove declaration.
3233
3234         * mml2015.el: Require password-cache.
3235         (password-cache-expiry): Remove declaration.
3236
3237         * nneething.el (mailcap): Require mailcap.
3238
3239         * nnheader.el (declare-function): Add compatibility stub.
3240         (message-remove-header): Declare rather than autoload.
3241         (nnheader-replace-header): Require message.
3242
3243         * nnimap.el (declare-function): Add compatibility stub.
3244         (netrc-parse, netrc-machine-user-or-password): Declare.
3245         (nnimap-open-connection): Require netrc.
3246
3247         * nntp.el (declare-function): Add compatibility stub.
3248         (netrc-parse, netrc-machine, netrc-get): Declare.
3249         (nntp-send-authinfo): Require netrc.
3250
3251         * rfc2047.el: Don't require qp.
3252         (quoted-printable-encode-region, quoted-printable-decode-string):
3253         Autoload.
3254
3255         * sieve-mode.el: Don't require easymenu.
3256         (easy-menu-add-item): Autoload it.
3257
3258         * spam-stat.el (time-to-number-of-days): Autoload it.
3259
3260 2010-03-19  Glenn Morris  <rgm@gnu.org>
3261
3262         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3263
3264 2010-03-18  Glenn Morris  <rgm@gnu.org>
3265
3266         * hashcash.el (declare-function): Remove duplicate definition.
3267
3268 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3269
3270         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3271         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3272         value if any backslash escapes).
3273
3274 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3277         if it is available.  (bug#5647)
3278
3279         * lpath.el: Suppress compiler warning for coding-system-from-name for
3280         Emacs 21 and XEmacs.
3281
3282 2010-03-14  Juri Linkov  <juri@jurta.org>
3283
3284         * hmac-def.el:
3285         * hmac-md5.el:
3286         * netrc.el: Fix keywords.
3287
3288 2010-02-26  Glenn Morris  <rgm@gnu.org>
3289
3290         * message.el (message-send-mail-function): Change the default, so that
3291         it inherits from a customized send-mail-function.  (Bug#5643)
3292
3293 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3294
3295         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3296         shell-command-to-string signals an error (bug#5299).
3297
3298 2010-02-24  Glenn Morris  <rgm@gnu.org>
3299
3300         * message.el (message-smtpmail-send-it)
3301         (message-send-mail-with-mailclient): Doc fixes.
3302
3303 2010-02-16  Glenn Morris  <rgm@gnu.org>
3304
3305         * message.el (message-default-mail-headers): Change the default value
3306         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3307
3308 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3311         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3312
3313 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3314
3315         * time-date.el (date-to-time): Doc fix (Bug#5408).
3316
3317 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3318
3319         * message.el (message-mail): Just pass yank-action on to message-setup.
3320         (message-setup): Handle (FUN . ARGS) form of yank-action.
3321         (message-with-reply-buffer, message-widen-reply)
3322         (message-yank-original): Handle non-buffer values of
3323         message-reply-buffer (Bug#4080).
3324         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3325
3326 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3327
3328         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3329         Fix typo in docstring.
3330
3331 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3332
3333         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3334         response.
3335
3336 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3337
3338         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3339
3340         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3341
3342         * message.el (message-check-news-header-syntax): Protect against a
3343         string that `rfc822-addresses' returns when parsing fails.
3344
3345 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3346
3347         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3348         (gnus-previous-char-property-change): New functions.
3349
3350         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3351
3352 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3353
3354         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3355         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3356
3357 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3358
3359         * message.el (message-exchange-point-and-mark): Rework last change to
3360         avoid using optional arg of exchange-point-and-mark, for backward
3361         compatibility.
3362
3363 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3364
3365         * message.el (message-exchange-point-and-mark): Call
3366         exchange-point-and-mark with an argument rather than setting
3367         mark-active by hand (Bug#5175).
3368
3369 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * nntp.el (nntp-service-to-port): Work for service expressed with
3372         numeric string; replace [:digit:] with [0-9] for XEmacs.
3373
3374 2009-12-17  Glenn Morris  <rgm@gnu.org>
3375
3376         * gnus-group.el (gnus-bug-group-download-format-alist):
3377         Change emacs entry to debbugs.gnu.org.  Bump :version.
3378
3379 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3380
3381         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3382
3383 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3384
3385         * message.el (message-info): Explain why we use `Info-goto-node'.
3386
3387 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3390
3391 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3392
3393         * message.el (message-completion-in-region): New compatibility function.
3394         (message-expand-group): Use it.
3395
3396 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3397
3398         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3399         with no unread article should be listed if the 2nd arg `predicate' is
3400         given.
3401
3402 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3403
3404         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3405
3406 2009-11-29  Juri Linkov  <juri@jurta.org>
3407
3408         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3409         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3410         on `gnus-recenter'. (Bug#4698, Bug#4981)
3411
3412 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3413
3414         * sha1.el (sha1-string-external): default-directory "/" in case
3415         otherwise non-existent.  process-connection-type pipe for touch of
3416         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3417
3418 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3419
3420         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3421         it's comms related and sgml-mode.el has "comm" on that basis too.
3422
3423 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3426         containing tspecial characters if they have been already quoted.
3427
3428 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3429
3430         * dns-mode.el (auto-mode-alist): Purecopy string.
3431
3432 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3433
3434         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3435
3436 2009-10-24  Glenn Morris  <rgm@gnu.org>
3437
3438         * gnus-art.el (help-xref-stack-item): Define for compiler.
3439
3440 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3441
3442         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3443
3444 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3447
3448 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3451         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3452
3453 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3454
3455         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3456         (gnus-overlays-in): New alias to overlays-in.
3457
3458         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3459         gnus-overlay-get, and gnus-delete-overlay.
3460         (gnus-summary-show-thread): Make it work as well for systems in which
3461         next-single-char-property-change is not available.
3462         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3463
3464         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3465         (gnus-overlay-get): New alias to extent-property.
3466         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3467
3468         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3469         SXEmacs.
3470
3471         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3472         SXEmacs.
3473
3474 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3475
3476         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3477
3478 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3479
3480         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3481         and XEmacs that don't have `remove-overlays'.
3482
3483 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3484
3485         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3486         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3487         selective display.  Use overlays instead.
3488
3489 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3490
3491         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3492
3493 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3494
3495         * spam-stat.el (spam-stat-load): Fix typo in message.
3496
3497 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3498
3499         * dig.el (dig-invoke): Fix typo in docstring.
3500         (query-dig): Reflow docstring.
3501
3502 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3503
3504         * gnus-art.el (gnus-article-encrypt-body):
3505         * message.el (message-check-recipients):
3506         * mm-util.el (mm-codepage-setup):
3507         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3508         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3509
3510 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3511
3512         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3513         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3514         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3515         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3516         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3517
3518 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3519
3520         * dig.el: Add "Keywords: comm", as per net-utils.el.
3521
3522 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3523
3524         * dig.el (dig-mode): Use define-derived-mode.
3525
3526 2009-09-19  Glenn Morris  <rgm@gnu.org>
3527
3528         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3529
3530 2009-09-18  Glenn Morris  <rgm@gnu.org>
3531
3532         * gnus-diary.el (gnus-diary-check-message):
3533         * message.el (message-insert-formatted-citation-line):
3534         * nnbabyl.el (top-level):
3535         * nndiary.el (nndiary-schedule):
3536         Fix typos in condition-case handlers.
3537
3538 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3541         configuration that provides the sole article window in a frame;
3542         position point correctly after deleting a part.
3543
3544 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3545
3546         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3547         (spam-resolve-registrations-routine): Use it to unregister articles
3548         that change status.
3549
3550 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3553         with XEmacs.
3554         (parse-time-string-chars): Use it.
3555
3556 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3557
3558         * imap.el (imap-interactive-login): Better messages.
3559         (imap-open): Fix bug with renamed buffer on reconnect.
3560         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3561         for easier debugging and cleaner code.  On successful (guessed based on
3562         server capabilities) secondary authentication, set imap-state
3563         correctly.
3564         (imap-last-authenticator): Define imap-last-authenticator as a variable
3565         to avoid warnings.
3566
3567 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * nnrss.el (nnrss-request-article): Remove binding of
3570         default-enable-multibyte-characters that has gotten needless by
3571         the 2007-07-13 change in rfc2047-encode-message-header.
3572
3573         * mml.el (mml-insert-multipart): Error on the message header.
3574         (mml-insert-part): Error on the message header; position point at
3575         the end of a MIME tag.
3576
3577 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * time-date.el (autoload): Expand define-obsolete-function-alias into
3580         defalias and make-obsolete for old Emacsen that Gnus supports.
3581         (with-no-warnings): Define it for old Emacsen.
3582         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3583         is available.
3584         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3585         float-time is available; suppress compile warning for time-to-seconds.
3586
3587         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3588         (gnus-float-time): Alias to float-time if it exists.
3589
3590         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3591         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3592         float-time is available; suppress compile warning for time-to-seconds.
3593
3594         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3595         XEmacs.
3596
3597 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3598
3599         * imap.el (imap-message-map): Docstring fix.
3600
3601 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3604         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3605         Add the optional argument `encoding' that overrides the default.
3606
3607         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3608         mm-encode-buffer.
3609
3610 2009-09-04  Glenn Morris  <rgm@gnu.org>
3611
3612         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3613         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3614         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3615         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3616         * mm-util.el (mm-with-unibyte-current-buffer)
3617         (mm-find-buffer-file-coding-system):
3618         * yenc.el (yenc-decode-region): Use default-value rather than
3619         default-enable-multibyte-characters.
3620
3621 2009-09-03  Glenn Morris  <rgm@gnu.org>
3622
3623         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3624         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3625         than default-enable-multibyte-characters.
3626
3627 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3628
3629         * gnus-art.el (gnus-article-read-summary-keys):
3630         Fix gnus-buffer-configuration's value temporarily used.
3631
3632 2009-09-02  Glenn Morris  <rgm@gnu.org>
3633
3634         * gnus-util.el (gnus-float-time): New function.
3635         * gnus-delay.el (gnus-delay-article):
3636         * gnus-sum.el (gnus-thread-latest-date):
3637         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3638         * nnspool.el (nnspool-request-newgroups):
3639         Use gnus-float-time rather than time-to-seconds.
3640         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3641
3642         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3643         (gnus-header-subject-face, gnus-header-newsgroups-face)
3644         (gnus-header-name-face, gnus-header-content-face):
3645         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3646         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3647         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3648         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3649         (gnus-cite-face-11):
3650         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3651         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3652         (gnus-server-closed-face, gnus-server-denied-face)
3653         (gnus-server-offline-face):
3654         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3655         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3656         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3657         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3658         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3659         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3660         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3661         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3662         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3663         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3664         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3665         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3666         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3667         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3668         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3669         (gnus-summary-high-undownloaded-face)
3670         (gnus-summary-low-undownloaded-face)
3671         (gnus-summary-normal-undownloaded-face)
3672         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3673         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3674         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3675         (gnus-splash-face):
3676         * message.el (message-header-to-face, message-header-cc-face)
3677         (message-header-subject-face, message-header-newsgroups-face)
3678         (message-header-other-face, message-header-name-face)
3679         (message-header-xheader-face, message-separator-face)
3680         (message-cited-text-face, message-mml-face):
3681         * sieve-mode.el (sieve-control-commands-face)
3682         (sieve-action-commands-face, sieve-test-commands-face)
3683         (sieve-tagged-arguments-face):
3684         * spam.el (spam-face):
3685         Mark face aliases with "-face" in the name as obsolete.
3686
3687 2009-09-01  Glenn Morris  <rgm@gnu.org>
3688
3689         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3690         than goto-line.
3691
3692 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3695         Don't move point if the command is invoked inside the message header.
3696
3697 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3698
3699         * imap.el (imap-send-command): Simplify.
3700         (imap-wait-for-tag): point-max -> buffer-size.
3701
3702 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3703
3704         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3705         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3706         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3707         * nnir.el (nnir-swish-e-index-file):
3708         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3709         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3710         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3711         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3712         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3713         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3714
3715 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3718         Don't save excursion.
3719
3720 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3721
3722         * nnheader.el (nnheader-find-file-noselect):
3723         * mm-util.el (mm-insert-file-contents):
3724         Use (default-value 'major-mode) instead of default-major-mode.
3725
3726 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3727
3728         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3729
3730 2009-08-26  Glenn Morris  <rgm@gnu.org>
3731
3732         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3733         than placing in files.el.
3734
3735 2009-08-25  Glenn Morris  <rgm@gnu.org>
3736
3737         * nnir.el (top-level): Don't require cl at run-time.
3738         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3739         Replace cl-function substitute with gnus-replace-in-string.
3740         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3741         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3742         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3743         simplified expansions.
3744
3745 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3746
3747         * dig.el (dig): Add autoload cookie.
3748
3749 2009-08-22  Glenn Morris  <rgm@gnu.org>
3750
3751         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3752         goto-line.
3753
3754 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3755
3756         * parse-time.el (parse-time-string-chars): Save match data.
3757
3758 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3759
3760         * parse-time.el (parse-time-string-chars): Compute using character
3761         classes, to handle non-ascii characters (Bug#3190).
3762
3763 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3766
3767         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3768         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3769         (gnus-mm-display-part, gnus-mime-display-single)
3770         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3771         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3772
3773         * gnus-sum.el
3774         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3775         (gnus-summary-move-article): Add expirable mark to articles copied or
3776         moved to group that has auto-expire turned on if the option is non-nil.
3777
3778 2009-07-24  Glenn Morris  <rgm@gnu.org>
3779
3780         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3781         Fix typo.  (Bug#3903)
3782
3783 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3786         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3787         that should not be used for draft articles.
3788         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3789         that has no concern in minor mode keys.
3790         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3791         Abolish.
3792
3793 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3794
3795         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3796         article without making inquiry to a user for unknown encoding.
3797
3798         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3799         (nnmaildir--scan): Assume i-node and device number that file-attributes
3800         returns might be cons-cell.
3801
3802         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3803
3804         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3805
3806 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * auth-source.el: Remove docs now in auth.texi.  Don't use
3809         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3810         `auth-source-hide-passwords' and use them.
3811
3812 2009-07-15  Glenn Morris  <rgm@gnu.org>
3813
3814         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3815
3816 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3819         excessive whitespace from the default values of title and description.
3820
3821 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3824         mail-fetch-field to fetch Content-Description header in order to
3825         exclude newlines.
3826
3827 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3828
3829         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3830         format used by GnuPG 2.0.11.
3831
3832 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3835         to deleted part.
3836
3837 2009-05-30  David Engster  <dengste@eml.cc>
3838
3839         * nnmairix.el: Remove old documentation in the commentary block.
3840         (nnmairix-request-group): Do not update active file for nnml back ends.
3841         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3842         end so that overview files are ignored.
3843         (nnmairix-update-groups): Make updating the groups more robust by using
3844         marks.
3845         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3846         with dollar characters in message-id.
3847
3848 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3849
3850         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3851         2008-12-25 in dns.el.
3852
3853 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3854
3855         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3856         could happen if the text is only composed of spaces and/or tabs.
3857
3858 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3859
3860         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3861         when sending a queued message to avoid extra mml tags.
3862
3863 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3864
3865         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3866
3867 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3870         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3871         rmail-toggle-header for XEmacs;
3872         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3873
3874 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3875
3876         * gnus-dired.el: Remove autoload for gnus-setup-message.
3877         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3878         displaying Gnus logo; always use compose-mail.
3879
3880 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3883
3884 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3887         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3888         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3889         available.
3890         (gnus-nocem-epg-verify): New function.
3891
3892 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3893
3894         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3895
3896 2009-02-15  Glenn Morris  <rgm@gnu.org>
3897
3898         * gnus-util.el (rmail-insert-rmail-file-header)
3899         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3900         autoloads.
3901         (rmail-default-rmail-file): Remove unnecessary declaration.
3902         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3903
3904 2009-02-14  Glenn Morris  <rgm@gnu.org>
3905
3906         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3907         variable (only used in gnus-util, which declares it anyway).
3908         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3909         which was only needed by gnus-art (changed to not use it any more).
3910         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3911         only used in gnus-util, which autoloads it itself.
3912         (rmail-update-summary): Fix autoload.
3913
3914         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3915         rather than rmail-output-to-rmail-file.
3916
3917 2009-02-07  Glenn Morris  <rgm@gnu.org>
3918
3919         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3920         autoload of function that no longer exists.
3921         (rmail-toggle-header): Declare.
3922         (message-forward-rmail-make-body): Handle mbox Rmail.
3923
3924 2009-01-31  Glenn Morris  <rgm@gnu.org>
3925
3926         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3927         2009-01-09 change.
3928
3929 2009-01-31  Dave Love  <fx@gnu.org>
3930
3931         * imap.el (imap-fetch-safe): Bind debug-on-error.
3932         (imap-debug): Add imap-fetch-safe.
3933
3934 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3935
3936         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3937         (auth-source-forget-all-cached): New convenience function.
3938         (auth-source-user-or-password): Accept list of modes or a single mode.
3939
3940         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3941         auth-source modes.
3942
3943         * netrc.el (netrc-machine-user-or-password): Use list of
3944         auth-source modes.
3945
3946         * nnimap.el (nnimap-open-connection): Use list of
3947         auth-source modes.
3948
3949         * nntp.el (nntp-send-authinfo): Use list of
3950         auth-source modes.
3951
3952 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3953
3954         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3955         now.
3956
3957 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3960         coding system in XEmacs; add a workaround for XEmacs.
3961
3962         * lpath.el: Fbind coding-system-aliasee.
3963
3964 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3965
3966         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3967         of current-language-environment.
3968
3969 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3972         available at runtime.
3973
3974 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3977
3978 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3979
3980         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3981         the greatest positive fixnum value doesn't work under an XEmacs with
3982         bignum support; use the most-positive-fixnum constant instead,
3983         available since Emacs 21.1 with cl and XEmacs 21.1.
3984
3985 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3988         XEmacs gets not to work.
3989
3990 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * mm-util.el (mm-coding-system-priorities): Allow the value like
3993         "Japanese (UTF-8)" of current-language-environment.
3994
3995 2009-01-09  Glenn Morris  <rgm@gnu.org>
3996
3997         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3998         with last-command-event.
3999
4000 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4001
4002         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4003         in the doc string.
4004
4005         * message.el (message-fix-before-sending): Amend comment.
4006
4007 2009-01-08  Dave Love  <fx@gnu.org>
4008
4009         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4010
4011 2009-01-07  David Engster  <dengste@eml.cc>
4012
4013         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4014         simplified server definitions by converting it via
4015         gnus-server-to-method.
4016
4017 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4020         parameter's operands.
4021
4022 2009-01-06  David Engster  <dengste@eml.cc>
4023
4024         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4025         primary select method (for gnus-group-mark-article-as-read).
4026
4027 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4028
4029         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4030         `(gnus)Face', not `(gnus)X-Face'.
4031
4032 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * mm-util.el (mm-ucs-to-char): New function.
4035
4036         * mm-url.el (mm-url-decode-entities): Use it.
4037
4038         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4039         unicode-to-char.
4040
4041 2009-01-05  Dave Love  <fx@gnu.org>
4042
4043         * time-date.el: Require cl for `declare'.
4044
4045 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4046
4047         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4048         Dave Love.
4049
4050 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4051
4052         * message.el (message-fix-before-sending): Add `eight-bit' to
4053         illegible-text check.
4054
4055 2009-01-03  Michael Olson  <mwolson@gnu.org>
4056
4057         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4058         `headers' is nil.  This can occur if the IMAP server does not have
4059         permissions to read messages from a folder, but can write new messages
4060         to the folder.
4061         (nnimap-request-article-part): Do not insert `data' if it is nil.
4062
4063         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4064         characters which will confuse `read', so skip past them.
4065
4066 2009-01-01  Dave Love  <fx@gnu.org>
4067
4068         * imap.el (imap-string-to-integer): Fix typo.
4069         (imap-fetch-safe): New function.
4070         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4071
4072         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4073
4074         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4075         (imap-parse-greeting): Fix doc strings.
4076         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4077         (imap-parse-flag-list): Make messages unique.
4078         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4079
4080         * nnimap.el: Fix author email.
4081         (nnimap-split-rule): Add FIXME comment.
4082         (nnimap-debug): Fix doc string.
4083
4084 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4085
4086         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4087
4088 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4089
4090         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4091         nslookup if resolv.conf isn't available.
4092         (dns-query): Rename from query-dns.
4093         (dns-query-cached): Rename from query-dns-cached.
4094
4095 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4096
4097         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4098         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4099         to check if those variables exist (first appeared in Emacs 18.50).
4100
4101 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * mm-util.el (mm-line-number-at-pos): New function.
4104
4105         * spam-report.el (spam-report-process-queue): Use it.
4106
4107 2008-12-24  David Engster  <dengste@eml.cc>
4108
4109         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4110         parameters that haven't existed as variables as buffer-local variables.
4111
4112 2008-12-23  Dave Love  <fx@gnu.org>
4113
4114         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4115         cadar.
4116
4117         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4118         imap-starttls-p.
4119         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4120
4121 2008-12-22  Dave Love  <fx@gnu.org>
4122
4123         * imap.el: Fix author email.  Doc fixes.
4124         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4125         reply.
4126
4127 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * spam-report.el (spam-report-gmane-max-requests): New constant.
4130         (spam-report-gmane-wait): New variable.
4131         (spam-report-gmane-ham, spam-report-gmane-spam)
4132         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4133         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4134         the server.
4135
4136         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4137         Add explanations.
4138
4139         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4140         nnheader-accept-process-output and nnheader-read-timeout if available.
4141         (pop3-movemail): Use it.
4142
4143         * message.el (message-check-news-body-syntax): Fix signature check if
4144         there's an attachment.
4145
4146 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * mm-util.el: Add comments to the mm- emulating functions.
4149
4150 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4153         by Stephen Berman <stephen.berman@gmx.net>.
4154
4155 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * mm-util.el (mm-substring-no-properties): New function.
4158         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4159         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4160         (mm-string-to-multibyte): Doc fix.
4161
4162         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4163
4164 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4165
4166         * mml.el (mml-attach-file): Strip text properties from file name.
4167         (Bug#1574)
4168
4169 2008-12-16  Glenn Morris  <rgm@gnu.org>
4170
4171         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4172
4173 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4176         knows since the charset specified might be a bogus alias that
4177         mm-charset-synonym-alist provides.
4178
4179 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4182         "ISO_8859-1".
4183
4184         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4185
4186 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4187
4188         * mm-util.el (mm-charset-eval-alist):
4189         Define it before mm-charset-to-coding-system.
4190         (mm-charset-to-coding-system): Add optional argument `silent';
4191         define it before mm-charset-override-alist.
4192         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4193         default value if it can be used in Emacs currently running;
4194         silence mm-charset-to-coding-system.
4195
4196 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4199         `allow-override' which says whether to use `mm-charset-override-alist'.
4200         (rfc2047-decode-encoded-words): Use it.
4201
4202         * mm-util.el (mm-charset-override-alist): Fix custom type;
4203         add `(gb2312 . gbk)' to choices.
4204
4205 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4208         fast.
4209
4210         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4211
4212         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4213
4214 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4215
4216         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4217         on links.
4218
4219         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4220
4221 2008-12-03  Lute Kamstra  <lute@gnu.org>
4222
4223         * sha1.el: Remove leading * from docstrings of defcustoms,
4224         deffaces, defconsts and defuns.
4225
4226 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4229         users' addresses that don't have domain parts.
4230         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4231         rather than message-narrow-to-head since there will be the message
4232         header separator.
4233
4234 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4235
4236         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4237         since the result is inserted in a unibyte buffer anyway.
4238         (nnimap-demule-use-string-to-multibyte): Remove.
4239         (nnimap-demule): Alias it to mm-string-to-multibyte.
4240
4241 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4242
4243         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4244         variable for debugging bug#464 and bug#1174.
4245         (nnimap-demule): Use it.
4246
4247 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4248
4249         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4250         score calculation correctly.
4251
4252 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4253
4254         * message.el (message-send-mail): Just set the buffer to unibyte
4255         rather than use mm-with-unibyte-current-buffer which does a lot more.
4256         (message-send-mail-partially): Don't bother with
4257         mm-with-unibyte-current-buffer since it's already been made unibyte by
4258         message-send-mail.
4259
4260 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4261
4262         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4263
4264 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4265
4266         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4267
4268 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4271         require itself and to remove `with-no-warnings'.
4272
4273 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         * starttls.el (starttls-any-program-available): Get the name of the
4276         available TLS layer program.
4277         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4278         well as the host name in the "opening" message.
4279
4280         * auth-source.el (auth-source-cache, auth-source-do-cache)
4281         (auth-source-user-or-password): Cache passwords and logins by default,
4282         allow override with `auth-source-do-cache'.
4283         (auth-source-forget-user-or-password): Allow users to remove cache
4284         entries if needed.
4285
4286 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4287
4288         * md4.el (md4-buffer): Fix typo in docstring.
4289         (md4, md4-64): Doc fixes.
4290         (md4-pack-int32): Reflow docstring.
4291
4292 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4293
4294         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4295         condition-case to only the forward-sexp call.
4296
4297 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4298
4299         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4300         quotes contained.  Make it more robust regardless by an extra
4301         condition-case wrapper.
4302
4303 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4306
4307 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * nnml.el (nnml-request-expire-articles): Check if the function set to
4310         `nnmail-expiry-target' returns the symbol `delete'.
4311
4312         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4313
4314         * nnmail.el (nnmail-expiry-target): Fix custom type.
4315
4316 2008-10-02  Glenn Morris  <rgm@gnu.org>
4317
4318         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4319         Silence compiler warning.
4320
4321 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4322
4323         * tls.el (open-tls-stream): Show the actual command being
4324         executed, instead of the format string.
4325
4326 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * lpath.el: Fbind codepage-setup for Emacs 23.
4329
4330 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4331
4332         * mml.el (mml-menu): Don't assume mml2015 is bound.
4333
4334 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4335
4336         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4337         exists.
4338
4339 2008-09-27  Glenn Morris  <rgm@gnu.org>
4340
4341         * gnus-util.el (mail-header-remove-comments): Autoload it.
4342
4343 2008-09-27  Andreas Schwab  <schwab@suse.de>
4344
4345         * gnus-util.el (gnus-split-references): Strip comments.
4346         (gnus-parent-id): Likewise.
4347
4348 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4349
4350         * message.el (message-confirm-send): Fix version.
4351
4352 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4353
4354         * message.el (message-idna-to-ascii-rhs-1): Use
4355         mail-extract-address-components rather than mail-header-parse-addresses
4356         that is an alias by default to ietf-drums-parse-addresses that does not
4357         support non-ASCII names in headers' contents.
4358
4359 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4360
4361         * message.el (message-confirm-send): Fixed variable documentation to
4362         avoid the "y/n" wording.
4363
4364 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4365
4366         * message.el (message-set-auto-save-file-name): Save to a different
4367         filename so multiple messages (especially drafts) can be recovered.
4368
4369 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4370
4371         * message.el (message-confirm-send): Add appropriate version.
4372
4373 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4374
4375         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4376         defvar.
4377
4378 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4379
4380         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4381         (mm-pkcs7-enveloped-magic): Ditto.
4382
4383 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4384
4385         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4386         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4387
4388 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4389
4390         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4391         default, it's better.
4392
4393 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4394
4395         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4396         summary line gnus-number property and ignore them (with a warning
4397         message).
4398
4399 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4402         macro caddr in the interactive form since it won't be expanded.
4403
4404 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4405
4406         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4407         `charset'; fix name of function called recursively.
4408         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4409
4410 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4411
4412         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4413         (gnus-mime-set-charset-parameters): New function.
4414         (gnus-mime-view-part-as-charset): Use it to correctly display part
4415         specifying wrong charset.
4416
4417 2008-09-08  David Engster  <dengste@eml.cc>
4418
4419         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4420         in completing-read for back end server.
4421
4422 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4423
4424         * message.el (message-confirm-send): New variable to confirm sending a
4425         message.
4426         (message-send): Use it.
4427
4428 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4429
4430         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4431
4432 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4435
4436 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4439         prevent tracking too many groups.
4440         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4441         Use it.
4442
4443 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4444
4445         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4446         moving point to the bottom of the window in order to avoid recentering.
4447
4448 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4449
4450         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4451
4452         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4453         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4454         (gnus-article-beginning-of-window): Fix calculation.
4455
4456 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * gnus-msg.el (gnus-summary-supersede-article)
4459         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4460         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4461         message header.
4462
4463 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4464
4465         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4466         pending output coming after the status change.
4467
4468 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4469
4470         * message.el:
4471         * gnus-start.el:
4472         * gnus-registry.el: Remove VMS support.
4473
4474 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4477         macro.
4478         (rfc2104-hash): Use it.
4479
4480 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4481
4482         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4483         (gnus-summary-sort-by-most-recent-date): New commands.
4484         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4485         and menu entries.
4486
4487 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4488
4489         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4490         don't redisplay article for raw contents; remove plural articles stuff.
4491
4492         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4493         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4494         on gnus-summary-save-article; display results properly.
4495
4496 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * lpath.el: No need to fbind ns-focus-frame.
4499
4500 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4503
4504 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4505
4506         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4507         gnus-save-all-headers.
4508
4509 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4510
4511         * gnus-util.el (ns-focus-frame): Remove declaration.
4512         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4513         like x.
4514
4515 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4516
4517         * rfc2104.el (rfc2104-zero): Delete defconst.
4518         (rfc2104-hex-alist): Likewise.
4519         (rfc2104-hex-to-int): Delete func.
4520         (rfc2104-hexstring-to-bitstring): Likewise.
4521         (rfc2104-nybbles): New defconst.
4522         (rfc2104-hash): Rewrite for speed.
4523
4524 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * tls.el (open-tls-stream): Make it work with the 2nd argument
4527         BUFFER that is a string but does not exist as a buffer object, as
4528         mentioned in the doc-string.
4529
4530 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4533         SXEmacs.
4534
4535 2008-07-16  Glenn Morris  <rgm@gnu.org>
4536
4537         * gnus-util.el (ns-focus-frame): Declare for compiler.
4538
4539 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4542         set as a group parameter.
4543         (gnus-summary-save-in-pipe): Work when it is called independently.
4544         (gnus-summary-pipe-to-muttprint): Don't modify
4545         gnus-summary-pipe-output-default-command.
4546
4547 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4548
4549         * message.el (message-send-mail-with-sendmail):
4550         Display the error message.
4551
4552 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-art.el (gnus-default-article-saver):
4555         Add gnus-summary-save-in-pipe to choices.
4556         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4557         gnus-summary-pipe-output-default-command as the default command.
4558         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4559         instead of gnus-last-shell-command.
4560
4561         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4562         New user option.
4563         (gnus-summary-muttprint-program): Mention the value will be changed.
4564         (gnus-summary-save-article): Force showing of all headers.
4565         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4566
4567 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4568
4569         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4570
4571 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4572
4573         * nnimap.el (nnimap-id):
4574         * sieve-manage.el (sieve-manage-open): Doc fixes.
4575
4576 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4577
4578         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4579         if available.
4580
4581 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4582
4583         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4584
4585         * nnkiboze.el (nnkiboze-generate-group):
4586         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4587
4588         * nnmairix.el: Require CL.
4589
4590 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * dgnushack.el: Autoload get-display-table and put-display-table for
4593         XEmacs 21.5.
4594
4595         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4596         21.4 and SXEmacs.
4597
4598 2008-06-15  David Engster  <dengste@eml.cc>
4599
4600         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4601
4602 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4603
4604         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4605         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4606         runtime choice under XEmacs.
4607
4608         * gnus-sum.el (gnus-summary-set-display-table):
4609         Use `gnus-put-display-table', `gnus-get-display-table',
4610         `gnus-set-display-table' for the display table, instead of `aset'.
4611
4612         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4613         Use `gnus-put-display-table', `gnus-get-display-table',
4614         `gnus-set-display-table' for the display table.
4615
4616 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4617
4618         * nnmairix.el: Add autoloads.
4619
4620 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4621
4622         * nnmairix.el (nnmairix-delete-recreate-group)
4623         (nnmairix-update-and-clear-marks): Fix error messages.
4624
4625 2008-06-14  David Engster  <dengste@eml.cc>
4626
4627         * nnmairix.el: Upgrade to version 0.6.
4628         (nnmairix-group-toggle-propmarks-this-group)
4629         (nnmairix-group-toggle-readmarks-this-group)
4630         (nnmairix-group-delete-recreate-this-group)
4631         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4632         (nnmairix-remove-tick-mark-original-article): New commands.
4633         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4634         (nnmairix-propagate-marks-to-nnmairix-groups)
4635         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4636         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4637         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4638         functions needed for marks propagation and manipulation of read marks.
4639         (nnmairix-update-groups): New function.
4640         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4641         (nnmairix-determine-original-group-from-registry)
4642         (nnmairix-determine-original-group-from-path)
4643         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4644         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4645         New helper functions.
4646         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4647         keystrokes for new commands.
4648         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4649         (nnmairix-request-group): Check allow-fast group parameter.
4650         (nnmairix-request-create-group): Set allow-fast group parameter if
4651         nnmairix-allowfast-default is set.
4652         (nnmairix-close-group): Propagate marks upon closing if needed.
4653         (nnmairix-group-toggle-threads-this-group): Use new.
4654         nnmairix-group-toggle-parameter helper function.
4655         (nnmairix-search): Better check for empty search result.
4656         (nnmairix-goto-original-article): Use new helper functions for
4657         determining original article.
4658         (nnmairix-show-original-article): Make sure message-id is in brackets.
4659         (nnmairix-call-mairix-binary): Change variable name.
4660         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4661         helper function.
4662         (nnmairix-widget-toggle-activate): Fix doc string.
4663
4664 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * nnir.el: Require edmacro when compiling with XEmacs.
4667         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4668         available in Emacs 21.
4669
4670 2008-06-11  Glenn Morris  <rgm@gnu.org>
4671
4672         * gnus-util.el (x-focus-frame):
4673         * gnus.el (image-size):
4674         * mm-decode.el (image-size): Declare.
4675
4676         * gnus-picon.el (declare-function): Add compat definition.
4677         (image-size): Declare.
4678
4679         * gnus-group.el (tool-bar-map):
4680         * gnus-sum.el (tool-bar-map): Define for compiler.
4681
4682         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4683
4684         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4685
4686         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4687         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4688         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4689         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4690         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4691         * sieve-manage.el, spam-report.el, spam.el:
4692         Remove unnecessary eval-and-compile of autoloads.
4693
4694 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4695
4696         * auth-source.el: Precise Tramp doc.
4697
4698 2008-06-07  Glenn Morris  <rgm@gnu.org>
4699
4700         * nnmairix.el: Remove unnecessary eval-when-compile.
4701
4702 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * lpath.el: Fbind propertize for XEmacs 21.4.
4705
4706 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * nnir.el: Move here from ../contrib.
4709
4710 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4711
4712         * gnus-util.el (gnus-read-shell-command): New function.
4713         * mm-decode.el (mm-pipe-part):
4714         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4715
4716 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4717
4718         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4719
4720 2008-06-03  Glenn Morris  <rgm@gnu.org>
4721
4722         * pop3.el (nnheader-accept-process-output): Autoload it.
4723
4724 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4727         are not 2-digit hexadecimal characters that follow `%'s.
4728
4729 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4730
4731         * message.el (message-bogus-recipient-p): Fix type in doc string.
4732         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4733         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4734         Improve custom options.
4735         (message-bogus-recipient-p): Adjust accordingly.
4736
4737 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4738
4739         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4740         long-form month and day names.
4741
4742 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * dgnushack.el: Autoload debug, eudc-expand-inline and
4745         pgg-snarf-keys-region for XEmacs.
4746
4747         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4748
4749         * nnmairix.el: Require edmacro when compiling with XEmacs.
4750
4751 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4752
4753         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4754         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4755
4756 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4757
4758         * auth-source.el: Add more docs.
4759
4760         * netrc.el (netrc-machine): Always match if the port is not given.
4761
4762 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4765         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4766         retrieval faster in some cases, but might make CPU usage larger.  If
4767         this has any bad side effects, we might revert this change.
4768
4769         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4770         seems to make mail retrieval much, much faster.
4771         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4772         unconditionally.
4773
4774         * gnus-draft.el (gnus-group-send-queue): Bind
4775         message-send-mail-partially-limit to nil to avoid being prompted.
4776
4777 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4778
4779         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4780
4781         * message.el (message-bogus-address-regexp): Fix and improve custom
4782         type.
4783         (message-setup-hook): Add message-check-recipients as custom option.
4784
4785 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4786
4787         * message.el (message-cite-function): Remove bogus autoload which crept
4788         in during merge from v5-10.
4789
4790 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4791
4792         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4793
4794         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4795
4796         * auth-source.el: Preliminary Tramp docs.
4797         (auth-sources): Change the default auth-sources to use
4798         EPA .gpg files.
4799
4800 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4801
4802         * nntp.el: Autoload `auth-source-user-or-password'.
4803         (nntp-send-authinfo): Use it.
4804
4805         * nnimap.el: Autoload `auth-source-user-or-password'.
4806         (nnimap-open-connection): Use it.
4807
4808         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4809         for the gnus-message function.
4810         (auth-source-user-or-password): Use it.
4811
4812 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4813
4814         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4815         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4816         (rfc2104-hash): Use it.
4817
4818 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4819
4820         * gnus-art.el (gnus-article-toggle-truncate-lines):
4821         Don't use `iff' in docstring.
4822
4823 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4826
4827         * gnus-util.el (gnus-extract-address-component-name)
4828         (gnus-extract-address-component-email): Convenience functions around
4829         `gnus-extract-address-components'.
4830
4831         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4832         Use `gnus-extract-address-component-email' to fix bug of comparing full
4833         sender name to `user-mail-address'.
4834
4835 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4836
4837         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4838         catch/throw to optimize.
4839         (gnus-registry-find-keywords): Just use member to find a keyword.
4840
4841 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4842
4843         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4844         is current before calling gnus-server-prepare.
4845         (gnus-server-setup-buffer, gnus-server-update-server)
4846         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4847
4848 2008-05-04  Juri Linkov  <juri@jurta.org>
4849
4850         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4851         (mailcap-file-default-commands): Use mailcap-replace-in-string
4852         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4853         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4854
4855 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4856
4857         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4858
4859 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4860
4861         * gnus.el: Bump version to 0.11.
4862
4863 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4864
4865         * gnus.el: No Gnus v0.10 is released.
4866
4867 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4868
4869         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4870         hooks.
4871         (gnus-update-read-articles): Speed up non-marks-using users.
4872         (gnus-use-marks): Define gnus-use-marks.
4873         (gnus-propagate-marks): Rename variable to something more sensible.
4874
4875 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4876
4877         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4878         (gmm-image-load-path-for-library): Fix typos in docstrings.
4879         (gmm-message): Reflow docstring.
4880
4881 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4882
4883         * mail-source.el (mail-source-set-1, mail-source-bind):
4884         Move auth-source code out of the macro to clean it up and fix bugs.
4885
4886 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4887
4888         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4889         by sender if it's equal to user-mail-address, it's likely to be
4890         useless.
4891
4892         * mail-source.el (mail-source-bind): Don't use user or password if they
4893         are not bound.  Unintern them if they are nil.  Don't use server unless
4894         it's bound, and default it to empty string otherwise.
4895
4896 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4897
4898         * mail-source.el: Load auth-source.el.
4899         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4900         get user name or password, if auth-sources is set up.
4901
4902         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4903         strategy of splitting with parent.
4904         (gnus-registry-split-fancy-with-parent)
4905         (gnus-registry-post-process-groups): Use it and fix prior
4906         bug (returning a list as the split result).
4907
4908         * auth-source.el (auth-sources): Remove server parameter.
4909         (auth-source-pick, auth-source-user-or-password)
4910         (auth-source-user-or-password-imap)
4911         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4912         (auth-source-user-or-password-sftp)
4913         (auth-source-user-or-password-smtp): Remove server parameter.
4914
4915 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4916
4917         * smime.el (smime-sign-region, smime-encrypt-region)
4918         (smime-decrypt-region):
4919         Remove redundant calls to `generate-new-buffer-name'.
4920
4921 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4922
4923         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4924         Don't use QP for message/rfc822.
4925         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4926
4927 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4928
4929         * sieve-manage.el (sieve-string-bytes): Remove.
4930         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4931         correct byte-length only if the process's coding-system is the same as
4932         the one used internally by Emacs to represent strings.
4933
4934 2008-04-22  Juri Linkov  <juri@jurta.org>
4935
4936         * mailcap.el (mailcap-file-default-commands): New function.
4937
4938 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4939
4940         * message.el (message-signature-separator, message-cite-function):
4941         Change custom version.
4942
4943 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4944
4945         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4946         commands.
4947         (tls-checktrust): Ditto.
4948
4949 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * mm-decode.el (mm-display-external): Make temp file read-only.
4952
4953 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4954
4955         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4956         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4957         `C-c C-f d'.
4958
4959 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4960
4961         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4962
4963 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4964
4965         * gnus.el: Bump version to 0.9.
4966
4967 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4968
4969         * gnus.el: No Gnus v0.8 is released.
4970
4971 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4972
4973         * mail-source.el (mail-source-value):
4974         Prefer fboundp to functionp so it works with macros as well.
4975
4976 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4977
4978         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4979         Fix last change in case the element is not even a symbol.
4980
4981 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4982
4983         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4984         Prefer fboundp to functionp so it works with macros as well.
4985
4986 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4987
4988         * auth-source.el: Added docs.
4989         (auth-sources): Modify format to support server.
4990         (auth-source-pick, auth-source-user-or-password)
4991         (auth-source-user-or-password-imap)
4992         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4993         (auth-source-user-or-password-sftp)
4994         (auth-source-user-or-password-smtp): Add server parameter.
4995
4996 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4997
4998         * gnus-registry.el: Initialize the registry when gnus-registry-install
4999         is t.
5000
5001 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * compface.el (uncompface): Make buffer unibyte.
5004
5005 2008-04-05  Glenn Morris  <rgm@gnu.org>
5006
5007         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5008
5009 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5010
5011         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5012         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5013
5014         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5015         multibyteness after rather than before erasing it.
5016
5017         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5018         mm-with-multibyte.
5019         (gnus-request-article-this-buffer): Make sure the proper decoding is
5020         used if gnus-original-article-buffer happens to be unibyte.
5021
5022         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5023         default-enable-multibyte-characters.
5024
5025         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5026         default-enable-multibyte-characters.
5027
5028         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5029
5030         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5031
5032 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5033
5034         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5035         (imap-message-copyuid-1): Use it.
5036         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5037         J. Williams in
5038         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5039
5040         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5041         imap-enable-exchange-bug-workaround.
5042         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5043
5044 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5045
5046         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5047         a 100 byte status-checks into a 2-3MB transfer for each group.
5048         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5049         to enable bug workaround or not.
5050         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5051
5052 2008-03-31  Glenn Morris  <rgm@gnu.org>
5053
5054         * message.el (mml2015-use): Declare for compiler.
5055         (message-info): Require mml2015 when appropriate.
5056
5057 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5060         whitespace.
5061
5062 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5063
5064         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5065         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5066         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5067         (nntp-service-to-port): New function.
5068         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5069         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5070         (nntp-open-netcat-stream): New function.
5071         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5072
5073 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5074
5075         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5076
5077 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5078
5079         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5080
5081 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5082
5083         * dns.el (dns-write): Use set-buffer-multibyte.
5084
5085 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5086
5087         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5088
5089 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * message.el (message-signature-separator): Change default.
5092         Improve custom type.
5093         (message-cite-function): Change default to
5094         message-cite-original-without-signature.
5095
5096         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5097         toggle.
5098
5099         * message.el (message-check-news-body-syntax): Fix signature check.
5100         (message-setup-1): Mark buffer as unmodified _after_ running
5101         message-setup-hook and handling message-alternative-emails.
5102         (message-shorten-references): Be more strict when building list of
5103         valid references to comply with GNKSA.
5104
5105         * gnus-group.el (gnus-read-ephemeral-bug-group)
5106         (gnus-read-ephemeral-debian-bug-group)
5107         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5108
5109         * message.el (message-info): Don't use booleanp which isn't supported
5110         in Emacs 21 and XEmacs.
5111
5112 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5115         gnus-group-gmane-group-download-format.
5116         (gnus-group-read-ephemeral-gmane-group): Rename from
5117         gnus-group-read-ephemeral-gmane-group.
5118         (gnus-read-ephemeral-gmane-group-url): Rename from
5119         gnus-group-read-ephemeral-gmane-group-url.
5120         (gnus-bug-group-download-format-alist): New variable.
5121         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5122         (gnus-read-ephemeral-emacs-bug-group): New commands.
5123
5124 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5125
5126         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5127         (gnus-visible-headers): Improve custom type.
5128
5129 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5130
5131         * mml.el (mml-menu): Add workarounds for XEmacs.
5132
5133         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5134         X-Boundary header.
5135
5136         * message.el (message-simplify-recipients): Fix previous commit.
5137
5138 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5139
5140         * mm-util.el (mm-set-buffer-multibyte): New function.
5141         * mm-decode.el (mm-copy-to-buffer): Use it.
5142
5143 2008-03-19  Glenn Morris  <rgm@gnu.org>
5144
5145         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5146         Accidentally removed in the sync process with Emacs.
5147
5148 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5149
5150         * message.el (message-alter-recipients-discard-bogus-full-name):
5151         New function.
5152         (message-alter-recipients-function): New variable.
5153         (message-get-reply-headers): Use it.
5154         (message-replace-header): New helper function.
5155         (message-recipients-without-full-name): New variable.
5156         (message-simplify-recipients): New command.
5157
5158         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5159
5160         * message.el (message-info): Handle EasyPG manual.
5161
5162         * mml.el (mml-menu): Add entry for EasyPG.
5163
5164 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5165
5166         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5167         parameter.
5168
5169         * message.el (message-disassociate-draft): Specify drafts group name
5170         fully.
5171
5172 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5173
5174         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5175         unnecessary duplicates from the match list.
5176
5177 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5180
5181         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5182
5183         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5184         args of `how-many' of which the XEmacs version doesn't take; declare
5185         Info-index-next as function.
5186
5187 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5188
5189         * gnus-score.el (gnus-score-headers): Fix handling of
5190         gnus-inhibit-slow-scoring.
5191
5192         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5193         string.
5194         (gnus-button-url-regexp): Improve handling of parenthesis.
5195         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5196         (gnus-button-handle-info-keystrokes): Handle index entries.
5197
5198 2008-03-15  Glenn Morris  <rgm@gnu.org>
5199
5200         * parse-time.el (parse-time-string): Simplify.
5201
5202 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5203
5204         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5205         Incoming* files.
5206
5207 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5208
5209         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5210         (auth-source-pick): Use it.
5211
5212 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5213
5214         * binhex.el (binhex-decode-region-internal):
5215         * uudecode.el (uudecode-decode-region-internal):
5216         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5217         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5218         setting default-enable-multibyte-characters.
5219
5220 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5221
5222         * auth-source.el (auth-source-protocols)
5223         (auth-source-protocols-customize, auth-source-choices): Added and
5224         modified variable customizations and defaults.
5225         (auth-source-pick, auth-source-user-or-password)
5226         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5227         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5228         (auth-source-user-or-password-sftp)
5229         (auth-source-user-or-password-smtp): Use new variables and provide an
5230         interface to netrc.el.
5231
5232 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5235         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5236         Make sure the nntp port to specify is a string.
5237
5238 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5239
5240         * nntp.el: Use with-current-buffer.
5241         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5242         dubious mm-with-unibyte-current-buffer.
5243         (nntp-with-open-group-function): New function extracted from
5244         nntp-with-open-group macro.
5245         (nntp-with-open-group): Use the function, so it's easier to debug.
5246         Add indentation and debugging info.
5247         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5248         the use of the netcat alternatives.
5249
5250         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5251         Avoid mm-string-as-multibyte as well.
5252
5253         * nnweb.el (nnweb-insert-html):
5254         Remove use of nnheader-string-as-multibyte.
5255
5256         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5257         (nnheader-string-as-multibyte): Remove.
5258
5259         * mm-view.el: Use inhibit-read-only.
5260         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5261         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5262         or unibyte-string.
5263
5264         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5265         (mm-uu-yenc-extract): Use with-current-buffer.
5266
5267         * gnus-soup.el (gnus-soup-send-packet): Don't use
5268         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5269
5270         * nnmh.el: Use with-current-buffer.
5271         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5272         mm-string-as-multibyte on the output of mm-encode-coding-string.
5273
5274         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5275         (nnimap-request-move-article): Use with-current-buffer.
5276
5277         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5278         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5279         conversion uses string-make-unibyte rather than string-as-unibyte.
5280
5281         * gnus-msg.el: Use with-current-buffer.
5282
5283         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5284
5285 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5286
5287         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5288         string for caching if it is 'PIN.
5289
5290 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * lpath.el: Consider the case without Emacs/W3.
5293
5294 2008-03-08  Glenn Morris  <rgm@gnu.org>
5295
5296         * time-date.el (date-to-time, time-subtract, time-add)
5297         (safe-date-to-time): Doc fixes.
5298
5299 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5300
5301         * mail-source.el (mail-source-delete-old-incoming-confirm):
5302         Change default to nil.
5303         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5304
5305 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * lpath.el: Rearrange.
5308
5309         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5310         (gnus-article-goto-prev-page): Work for articles having ^L's.
5311
5312         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5313
5314         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5315
5316 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5317
5318         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5319         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5320         (gnus-bookmark-jump): Adjust some variable names.
5321
5322 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5323
5324         * auth-source.el: New package.
5325         (auth-source-choices): Add customization entry point variable.
5326
5327         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5328         bug.
5329
5330 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5331
5332         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5333         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5334         (gnus-registry-install-shortcuts): Rename from
5335         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5336         the `gnus-registry-mark-map' keymap dynamically from
5337         `gnus-registry-marks'.  The generated functions update the summary line
5338         when a registry mark is added or deleted, and will call
5339         `gnus-registry-install-p' (see the comments in the code).
5340         (gnus-registry-user-format-function-M): Use concat intelligently.
5341
5342         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5343         the registry mark functions.
5344
5345 2008-03-05  Glenn Morris  <rgm@gnu.org>
5346
5347         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5348         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5349         gnus-art.
5350         (top-level): No need to load own source when compiling.
5351
5352 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5355         Suggested by <chris.anderton@zetnet.co.uk>.
5356
5357 2008-03-04  Glenn Morris  <rgm@gnu.org>
5358
5359         * gnus-sum.el (top-level): No need to require gnus when compiling,
5360         since unconditionally required near start of file.
5361         (gnus-summary-display-while-building): Move definition before use.
5362
5363 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5364
5365         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5366         formatting function.
5367
5368 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5369
5370         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5371         with plists.
5372         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5373         Use new format.
5374
5375 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5378         `where-is-internal' that returns a range of key sequences.
5379
5380 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5381
5382         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5383
5384         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5385         (gnus-summary-jump-to-group): Consider windows on other displayed
5386         frames as well.  Similar changes might be needed elsewhere, but that's
5387         the one I've bumped into during my use.
5388
5389         * nndoc.el (nndoc-oe-dbx-type-p):
5390         * gnus-msg.el (gnus-debug):
5391         * gnus-group.el (gnus-update-group-mark-positions):
5392         Use mm-string-to-multibyte.
5393
5394 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5395
5396         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5397         doesn't handle NotDashEscaped.
5398
5399         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5400         (mml-dnd-attach-options): Fix typo in custom choice.
5401
5402         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5403         nndoc-article-type to mbox.
5404         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5405
5406         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5407         to nil, instead of html2text.
5408
5409         * imap.el (imap-debug): Add `imap-ping-server'.
5410
5411         * gnus-bookmark.el: Add FIXMEs.
5412
5413         * message.el (message-form-letter-separator)
5414         (message-send-form-letter-delay): New variables.
5415         (message-send-form-letter): Use them.  New command to send form
5416         letters.  Requested by Uwe Siart.
5417         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5418
5419 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5420
5421         * Update copyright years.
5422
5423 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5424
5425         Sync from EMACS_22_BASE.
5426
5427         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5428
5429 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5430
5431         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5432         empty author.
5433
5434 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5435
5436         * gnus-registry.el (gnus-registry-marks): Add variable for
5437         customization of marks and their appearance.
5438         (gnus-registry-read-mark): Use it.
5439         (gnus-registry-do-marks): Add utility function to loop through
5440         `gnus-registry-marks'.
5441         (gnus-registry-install-shortcuts-and-menus): Add function to install
5442         shortcuts and menus.
5443         (gnus-registry-initialize): Use it.
5444         (gnus-registry-default-mark): Clarify documentation.
5445
5446 2008-02-29  Glenn Morris  <rgm@gnu.org>
5447
5448         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5449         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5450         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5451         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5452         Change defcustom :version from 23.0 to 23.1.
5453
5454 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5455
5456         * gnus-registry.el (gnus-registry-follow-group-p)
5457         (gnus-registry-post-process-groups): Add functions to aid registry
5458         splitting and improve logging.  Clarify behavior in function
5459         documentation.
5460         (gnus-registry-split-fancy-with-parent): Use them.
5461
5462 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5463
5464         * gnus-art.el: Use with-current-buffer.
5465
5466 2008-02-27  David Engster  <dengste@eml.cc>
5467
5468         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5469         Express real group name in the response.
5470
5471 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5474         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5475         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5476         autoload gnus-registry-fetch-group when compiling.
5477         (nnmairix-request-group-with-article-number-correction): Remove
5478         unreferenced argument passed to nnmairix-call-backend.
5479
5480 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5483         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5484         Wilde.
5485
5486 2008-02-27  Glenn Morris  <rgm@gnu.org>
5487
5488         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5489         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5490         variables to defconsts.  Convert comments to doc-strings.
5491         (nnmairix-last-server, nnmairix-current-server): Convert from free
5492         variables to defvars.  Convert comments to doc-strings.
5493         (gnus-registry-fetch-group): Autoload.
5494         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5495         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5496         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5497         caddr.
5498         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5499         nnmairix-request-group-with-article-number-correction call.
5500         (nnmairix-fast, nnmairix-group): New, less general names, for free
5501         variables passed from nnmairix-request-group to
5502         nnmairix-request-group-with-article-number-correction.  Declare.
5503         (nnmairix-request-group-with-article-number-correction):
5504         Use nnmairix-fast, nnmairix-group rather than fast, group.
5505
5506 2008-02-26  David Engster  <dengste@eml.cc>
5507
5508         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5509         version 0.5.
5510
5511 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5512
5513         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5514         instead of making an extra function call.  Don't add the current group
5515         to articles only when they have the group.  Use
5516         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5517         Reported by David <de_bb@arcor.de>.
5518
5519 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5522         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5523
5524 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * mail-source.el (mail-source-delete-incoming): Change default.
5527         Supplement doc string.
5528
5529         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5530
5531 2008-02-14  Glenn Morris  <rgm@gnu.org>
5532
5533         * time-date.el (format-seconds): New function.
5534
5535 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5536
5537         * nnmail.el (nnmail-message-id-cache-file): Derive from
5538         `gnus-home-directory'.
5539
5540 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5543         Document negative prefix.
5544
5545         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5546
5547 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5548
5549         * message.el (message-unsent-separator): Add the Exim bounce
5550         separator.
5551
5552 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5553
5554         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5555         list.
5556         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5557         recipient/signer list.
5558
5559 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * Makefile.in (datarootdir): Define.
5562         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5563         name that might contain whitespace.
5564
5565 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5568         fbound (Emacs 23 unicode), signal an error.
5569
5570 2008-02-08  Glenn Morris  <rgm@gnu.org>
5571
5572         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5573
5574 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5575
5576         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5577         ports to the calls to `netrc-machine-user-or-password' in addition to
5578         "imap" and "imaps".
5579
5580 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5581
5582         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5583
5584         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5585
5586 2008-02-01  Kenichi Handa  <handa@m17n.org>
5587
5588         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5589         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5590         (rfc2104-hash): Convert the result of concat to unibyte string.
5591
5592 2008-02-01  Dave Love  <fx@gnu.org>
5593
5594         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5595         coding-system-for-read.
5596         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5597
5598 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5601         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5602         <hanche@math.ntnu.no>.
5603
5604 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5605
5606         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5607
5608         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5609
5610 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5611
5612         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5613         * message.el (message-beginning-of-line): Use featurep instead of bound
5614         tests in order to resolve conditionals at compile time.
5615
5616 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5617
5618         * mail-source.el (mail-sources): Add `group' choice.
5619
5620         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5621         parameter `in-group' to control into which group the articles go.
5622         Add treatment of `group' mail-source.
5623
5624 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5627
5628         * mm-decode.el (mm-dissect-buffer): Decode description.
5629
5630         * mml.el (mml-to-mime): Encode message header first.
5631
5632 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5635         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5636
5637         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5638         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5639
5640 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5643
5644 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5647         prefix keys.
5648         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5649         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5650         gnus-xmas.el.
5651
5652         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5653         (gnus-xmas-article-describe-bindings): New function.
5654         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5655         gnus-xmas-article-describe-bindings.
5656
5657         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5658
5659 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5660
5661         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5662         Add new variables for article mark management.
5663         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5664         list of extra data entries which, when present, will indicate that the
5665         article ID should not be trimmed from the registry.
5666         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5667         functions.
5668         (gnus-registry-read-mark): New function to read a mark name from the
5669         user.
5670         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5671         (gnus-registry-set-article-mark-internal): New functions to add and
5672         remove marks.
5673         (gnus-registry-get-article-marks): New function to show the marks for
5674         an article, or retrieve them for further use.
5675
5676 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5679         keys when no argument is given.
5680
5681 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * imap.el (imap-ping-server): New variable.
5684         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5685         (imap-ping-server): Minor doc string fixes.
5686
5687 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5688
5689         * imap.el (imap-ping-server): New function.
5690         (imap-opened): Call imap-ping-server.
5691
5692 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5693
5694         * gnus-sum.el (gnus-article-sort-by-random)
5695         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5696         jidanni@jidanni.org.
5697
5698 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-art.el (gnus-article-describe-bindings): New function.
5701         (gnus-article-read-summary-keys): Use it.
5702         (gnus-article-mode-map): Bind `C-h b' to it.
5703
5704 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5705
5706         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5707         XEmacs.
5708         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5709         against non-character events.
5710
5711         * lpath.el: Fbind map-keymap for Emacs 21.
5712
5713 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5714
5715         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5716         command.
5717         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5718         instead of END.  Change name of the temp file.
5719         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5720         customizable.
5721
5722 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5725         bind `S W' to gnus-article-wide-reply-with-original; set default
5726         binding to gnus-article-read-summary-send-keys.
5727         (gnus-article-read-summary-keys): Fix the order of keys; display
5728         continuation keys correctly in the echo area; describe bindings
5729         correctly when keys end with `C-h'.
5730         (gnus-article-read-summary-send-keys): New function.
5731         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5732         for gnus-article-read-summary-send-keys; display continuation keys
5733         correctly in the echo area.
5734         (gnus-article-reply-with-original): Ignore prefix argument.
5735         (gnus-article-wide-reply-with-original): New function.
5736
5737         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5738         Emacs 21.
5739
5740 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5743         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5744
5745 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5746
5747         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5748         (gnus-group-read-ephemeral-gmane-group): New command.
5749
5750 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5751
5752         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5753
5754 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5755
5756         * message.el (message-send-mail-function): Increase custom version.
5757
5758         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5759         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5760
5761 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5764         for the cases where imap-authenticate is called with a nil buffer
5765         parameter.
5766
5767 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5768
5769         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5770         html parts correctly; support forwarded messages.
5771         (gnus-article-browse-html-article): Remove work buffers.
5772
5773         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5774         compiling.
5775         (netrc-bound-and-true-p): New macro.
5776         (netrc-parse): Use it instead of bound-and-true-p that is not available
5777         in XEmacs 21.4.
5778
5779 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5780
5781         * gnus-registry.el (gnus-registry-mark-article)
5782         (gnus-registry-article-marks): Add functionality to mark articles
5783         through the Gnus registry.
5784
5785         * encrypt.el: Clarify documentation for the new pgg method.
5786         (encrypt-file-alist): Add PGG option.
5787         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5788         functionality.  Abstract password key and messaging to external
5789         functions.
5790         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5791         (encrypt-message-method-and-cipher): Add new convenience external
5792         functions.
5793         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5794         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5795
5796         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5797         (netrc-parse): Use encrypt-file-alist to determine if
5798         encrypt-find-model or encrypt-insert-file-contents should be used.
5799
5800         * encrypt.el: Clarify documentation.  Load password-cache or
5801         password, whichever one is found first, instead of autoloading.
5802
5803 2007-12-19  Glenn Morris  <rgm@gnu.org>
5804
5805         * mml.el (message-options-set, message-narrow-to-head)
5806         (message-in-body-p, message-mail-p, message-encode-message-body):
5807         Autoload.
5808         (message-remove-header, message-narrow-to-headers-or-head)
5809         (message-subscribed-p, message-make-mail-followup-to)
5810         (message-position-on-field, message-news-p)
5811         (message-options-set-recipient, message-generate-headers)
5812         (message-sort-headers): Declare as functions.
5813
5814 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5815
5816         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5817         convention in doc string.
5818
5819 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5822         title to html parts.
5823         (gnus-article-browse-html-article): Pass message header to it.
5824
5825         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5826
5827 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5828
5829         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5830         or password compatible with XEmacs.
5831
5832 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5833
5834         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5835         format document.
5836         (gnus-mime-delete-part): Don't write description line if empty.
5837         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5838
5839 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5840
5841         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5842         (gnus-summary-mark-read-and-unread-as-read)
5843         (gnus-summary-mark-current-read-and-unread-as-read)
5844         (gnus-summary-mark-unread-as-ticked): Doc fix.
5845         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5846
5847 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5850         Christoph Conrad <christoph.conrad@gmx.de>.
5851
5852 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5853
5854         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5855         yes-or-no-p.
5856
5857 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * mm-decode.el (mm-add-meta-html-tag): New function.
5860         (mm-save-part-to-file, mm-pipe-part): Use it.
5861
5862         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5863         gnus-y-or-n-p instead of y-or-n-p.
5864         (gnus-article-browse-html-parts): Work with message/external-body; use
5865         mm-add-meta-html-tag.
5866
5867 2007-12-11  Glenn Morris  <rgm@gnu.org>
5868
5869         * gnus-cache.el: Require gnus-sum not just when compiling.
5870
5871         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5872
5873         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5874         definitions before use.
5875
5876         * mm-decode.el: Require gnus-util.
5877         (mm-remove-part): Only call delete-annotation on XEmacs.
5878
5879         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5880
5881         * nnmail.el: Require gnus-int.
5882
5883         * spam.el: Move `require's before `eval-when-compile's.
5884
5885         * gnus-ems.el (gnus-alive-p):
5886         * gnus-fun.el (message-goto-eoh):
5887         * gnus-util.el (gnus-group-name-decode):
5888         * mail-source.el (gnus-compress-sequence):
5889         * message.el (Info-goto-node, format-spec):
5890         * mm-bodies.el (message-options-get):
5891         * mm-decode.el (mm-view-pkcs7):
5892         * mm-util.el (gmm-write-region):
5893         * mml-smime.el (mml-compute-boundary)
5894         (gnus-completing-read-with-default):
5895         * mml.el (widget-button-press, gnus-make-hashtable):
5896         * mml1991.el (mm-decode-content-transfer-encoding)
5897         (mm-encode-content-transfer-encoding)
5898         (message-options-get, message-options-set):
5899         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5900         * nnfolder.el (gnus-request-group):
5901         * nnheader.el (ietf-drums-unfold-fws):
5902         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5903         * smime.el (gnus-run-mode-hooks):
5904         * spam-stat.el (gnus-message): Autoload.
5905
5906         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5907         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5908         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5909         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5910         Add declare-function compatibility definition.
5911
5912         * gnus-cache.el (nnvirtual-find-group-art):
5913         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5914         (gnus-add-image, gnus-add-wash-type):
5915         * gnus-group.el (nnkiboze-score-file):
5916         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5917         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5918         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5919         (message-tokenize-header, gnus-get-buffer-create)
5920         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5921         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5922         * gnus.el (gnus-group-decoded-name):
5923         * mail-source.el (imap-capability):
5924         * mm-bodies.el (message-options-set):
5925         * mm-decode.el (gnus-configure-windows):
5926         * mm-extern.el (message-goto-body):
5927         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5928         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5929         (epg-sub-key-validity, message-options-set):
5930         * mml.el (widget-event-point, gnus-configure-windows):
5931         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5932         * mml2015.el (epg-check-configuration, epg-configuration)
5933         (message-options-set):
5934         * nndb.el (nndb-request-article):
5935         * nnfolder.el (gnus-request-create-group):
5936         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5937         * nnmaildir.el (gnus-group-mark-article-read):
5938         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5939         * rfc1843.el (message-fetch-field):
5940         * spam.el (gnus-extract-address-components):
5941         Declare as functions.
5942
5943 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5946
5947         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5948
5949         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5950         bind show-trailing-whitespace for XEmacs.
5951
5952 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5953
5954         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5955         new no-op macro for backward compatibility.
5956
5957         * imap.el (imap-string-to-integer): New function.
5958
5959 2007-12-09  Glenn Morris  <rgm@gnu.org>
5960
5961         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5962
5963         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5964         * message.el, mm-view.el, sieve-manage.el, smime.el:
5965         Add declare-function compatibility definition.
5966
5967         * gnus-art.el (w3-region, w3m-region, Info-menu):
5968         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5969         * gnus-sum.el (gnus-get-predicate):
5970         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5971         * message.el (mail-abbrev-in-expansion-header-p):
5972         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5973         (w3m-detect-meta-charset, w3m-region):
5974         * sieve-manage.el (password-read, password-cache-add)
5975         (password-cache-remove):
5976         * smime.el (password-read-and-add): Declare as functions.
5977
5978 2007-12-08  David Kastrup  <dak@gnu.org>
5979
5980         * gnus-sum.el (gnus-summary-simplify-subject-query):
5981         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5982         `message'.
5983
5984 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5987         it to bind idna-program, installation-directory, defined-colors, and
5988         face-attribute for XEmacs of the version that compiles defcustom forms.
5989
5990 2007-12-07  Glenn Morris  <rgm@gnu.org>
5991
5992         * gnus-art.el (article-make-date-line): Revert previous change.
5993
5994 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5995
5996         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5997
5998 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5999
6000         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6001         Call gnus-add-to-range ranges only once with a prepared article-list.
6002
6003 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6004
6005         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6006         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6007         group names with backslashes.  Reported by Tassilo Horn
6008         <tassilo@member.fsf.org>.
6009
6010 2007-12-06  Deepak Goel  <deego3@gmail.com>
6011
6012         * gnus-art.el (article-make-date-line):
6013         * gnus-start.el (gnus-load):
6014         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6015
6016 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6017
6018         * gnus-art.el (gnus-use-idna)
6019         * gnus-start.el (gnus-site-init-file)
6020         * message.el (message-use-idna)
6021         * mm-uu.el (mm-uu-hide-markers)
6022         * smiley.el (smiley-style): Revert changes that suppress warnings.
6023
6024 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6027         specify charset to html source.  Reported by Christoph Conrad
6028         <christoph.conrad@gmx.de>.
6029
6030 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6031
6032         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6033         idna-program in order to suppress byte compile warning issued by XEmacs
6034         that came to byte compile the default value section of defcustom forms
6035         recently.
6036
6037         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6038         value of installation-directory.
6039
6040         * message.el (message-use-idna): Don't directly refer to the value of
6041         idna-program.
6042
6043         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6044
6045         * smiley.el (smiley-style): Don't directly call face-attribute.
6046
6047 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6048
6049         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6050
6051         * gnus-dired.el: Reduce Gnus dependencies.
6052         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6053         require.  Use autoloads instead.
6054         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6055         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6056         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6057         (gnus-dired-mode): Adjust doc string.
6058         (gnus-dired-mail-mode): New variable.
6059         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6060         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6061         (gnus-dired-mail-buffers): New function.  Return mail or message
6062         composition buffers.
6063         (gnus-dired-attach): Use it.
6064         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6065         NO-DECODE.
6066         (gnus-dired-print): Use `gnus-print-buffer' depending on
6067         `gnus-dired-mail-mode'.
6068
6069 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * rfc2047.el (rfc2047-encoded-word-regexp)
6072         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6073         explaining what regexp patterns are for.
6074
6075 2007-12-04  Glenn Morris  <rgm@gnu.org>
6076
6077         * password.el: Move to password-cache.el.
6078
6079         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6080         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6081         * mml-smime.el (password-read, password-cache-add)
6082         (password-cache-remove):
6083         No need to autoload, since mml-sec requires password.
6084
6085         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6086         * message.el (gnus-extract-address-components):
6087         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6088
6089         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6090         password.
6091
6092 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6093
6094         * mailcap.el: Reduce dependencies.
6095         (mail-header-parse-content-type): Autoload.
6096         (mailcap-delete-duplicates): New alias.
6097         (mailcap-mime-info): Add optional argument NO-DECODE.
6098         (mailcap-mime-types): Use mailcap-delete-duplicates.
6099
6100         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6101
6102 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6103
6104         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6105         (imap-parse-status): Upcase status-att for servers that sends them
6106         lower-case (e.g., MS Exchange 2007).
6107
6108 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6109
6110         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6111         function.
6112
6113         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6114         (gnus-uu-yenc-article): New function.
6115
6116         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6117
6118         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6119         buffer.
6120
6121 2007-12-02  Glenn Morris  <rgm@gnu.org>
6122
6123         * binhex.el (binhex): New custom group.
6124         (binhex-decoder-program, binhex-decoder-switches)
6125         (binhex-use-external): Move to the binhex custom group.
6126
6127         * uudecode.el (uudecode): New custom group.
6128         (uudecode-decoder-program, uudecode-decoder-switches)
6129         (uudecode-use-external): Move to the uudecode custom group.
6130
6131         * netrc.el (top-level): Don't load `encrypt' features.
6132         (netrc-parse): Don't use encrypt.
6133         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6134
6135         * encrypt.el: Remove file.
6136
6137 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6140         matches on patches.
6141
6142         * gnus-art.el (gnus-article-browse-html-article): Mention
6143         `mm-text-html-renderer' in the doc string.
6144
6145         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6146         string.  Add comments.
6147
6148         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6149         if rhs is ASCII.
6150
6151 2007-12-01  Glenn Morris  <rgm@gnu.org>
6152
6153         * mail-source.el (top-level): Require format-spec before
6154         eval-when-compile.
6155
6156 2007-11-30  Glenn Morris  <rgm@gnu.org>
6157
6158         * encrypt.el: Require password, rather than autoloading password-read.
6159
6160 2007-11-29  Glenn Morris  <rgm@gnu.org>
6161
6162         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6163         (sasl-make-client, sasl-next-step, sasl-step-data)
6164         (sasl-step-set-data): Declare as functions.
6165
6166 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6167
6168         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6169
6170 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6171
6172         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6173         certs should be verified and what is to be done in the event of a
6174         verification failure.
6175
6176         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6177         caller can indicate whether the cache should be disregarded for this
6178         call.  This way the result of the call is reproducible at all times and
6179         can be considered a canonical server name for the supplied method.
6180         (gnus-agent-method-p): Canonicalize server names by pushing their
6181         method through `gnus-method-to-server' using the no-cache argument.
6182
6183         * gnus-srvr.el (gnus-server-insert-server-line): Call
6184         `gnus-method-to-server' with `no-cache' argument.
6185
6186         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6187         gnus-agent-possibly-synchronize-flags as this should be called when the
6188         server is actually being opened.
6189         (gnus-agent-possibly-synchronize-flags)
6190         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6191         flags file of an agentized server to the latter function.
6192
6193         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6194         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6195         after a connection has been established successfully.
6196
6197 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6198
6199         * gnus-art.el (article-display-face): Force to display face if called
6200         interactively; check if gnus-article-x-face-too-ugly matches author.
6201         (article-display-x-face): Display face even if From header is missing
6202         as article-display-face does.
6203
6204 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6205
6206         * hashcash.el (message-narrow-to-headers-or-head)
6207         (message-fetch-field, message-goto-eoh)
6208         (message-narrow-to-headers): Declare as functions.
6209
6210 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6211
6212         * mail-source.el (mail-sources): Default to fetch from file for
6213         compatibility with default of nnmail-spool-file.
6214
6215 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6216
6217         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6218         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6219         to look for encoded word that should be encoded again.
6220         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6221         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6222         encoding pattern.
6223         (rfc2047-decode-region): Switch strict regexp and loose one according
6224         to rfc2047-allow-irregular-q-encoded-words.
6225
6226 2007-11-25  Romain Francoise  <romain@orebokech.com>
6227
6228         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6229
6230 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6231
6232         * tls.el (tls-program): Provide more custom choices from
6233         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6234         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6235
6236 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6237
6238         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6239         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6240
6241         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6242         `nnmail-spool-file'.
6243
6244         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6245         `nnmail-spool-file'.
6246
6247         * gnus-move.el (gnus-change-server): Ditto.
6248
6249         * gnus-kill.el (gnus-batch-score): Ditto.
6250
6251         * gnus-cache.el (gnus-jog-cache): Ditto.
6252
6253         * gnus-msg.el (gnus-summary-reply):
6254         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6255
6256 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6259         version.  Minor improvement to doc strings.
6260         (tls-program): Add comment.
6261
6262 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6263
6264         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6265         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6266         mismatch between the hostname provided in the certificate and the name
6267         of the host connnecting to.
6268         (open-tls-stream): Use them.  Check certificates against trusted root
6269         certificates.
6270
6271 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6272
6273         * gnus-cache.el (gnus-cache-generate-nov-databases):
6274         Use nnml-generate-nov-databases-directory instead of
6275         nnml-generate-nov-databases-1.
6276
6277 2007-11-24  Glenn Morris  <rgm@gnu.org>
6278
6279         * message.el (message-tool-bar-retro): Update for rename
6280         mail_send.xpm->mail-send.xpm.
6281
6282 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6283
6284         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6285         `smime-ldap-search' for Emacs 22 and up.
6286
6287 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6288
6289         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6290
6291         * message.el (message-send-mail-function): Fix error convention.
6292         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6293         (message-widen-reply, message-send-mail, message-talkative-question)
6294         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6295         (message-clone-locals, message-send-news): Use with-current-buffer.
6296         (message-insert-or-toggle-importance): Remove unused var `valid'.
6297         (message-make-references): Remove unused var `new-references'.
6298         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6299
6300 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6301
6302         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6303         (spam-split-symbolic-return-positive): Reflow docstring.
6304         (spam-backends, spam-summary-exit-behavior)
6305         (spam-mark-ham-unread-before-move-from-spam-group)
6306         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6307         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6308         (spam-clear-cache, spam-backend-check, spam-install-backend)
6309         (spam-install-statistical-backend, spam-list-of-processors)
6310         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6311         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6312         (spam-check-crm114, spam-initialize, spam-unload-hook):
6313         Fix typos in docstrings.
6314
6315 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6318         been checked if they have never been read and those group levels are
6319         higher than the one that a user specified.
6320
6321 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6324         foreign groups unless a group level is specified by a user.
6325         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6326
6327 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * message.el (message-send-mail-function): Require sendmail.
6330
6331 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * message.el (message-send-mail-function): Check for smtpmail too.
6334
6335         * utf7.el (utf7-encode, utf7-decode): Use coding system
6336         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6337
6338         * message.el (message-send-mail-function): New function.
6339         (message-send-mail-function): Set default using
6340         message-send-mail-function.  Adjust doc string.
6341         (message-send-mail-with-mailclient): New function.
6342
6343 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6344
6345         * smime.el (from):
6346         * rfc2047.el (message-posting-charset):
6347         * qp.el (mm-use-ultra-safe-encoding):
6348         * pop3.el (parse-time-months):
6349         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6350         * nnml.el (files):
6351         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6352         (jka-compr-compression-info-list, ange-ftp-path-format)
6353         (efs-path-regexp):
6354         * nndiary.el (files):
6355         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6356         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6357         (epg-digest-algorithm-alist, inhibit-redisplay)
6358         (password-cache-expiry):
6359         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6360         (pgg-output-buffer, password-cache-expiry):
6361         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6362         (efs-path-regexp):
6363         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6364         (inhibit-redisplay):
6365         * mm-uu.el (file-name, start-point, end-point, entry)
6366         (gnus-newsgroup-name, gnus-newsgroup-charset):
6367         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6368         (latin-unity-ucs-list):
6369         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6370         (mm-uu-binhex-decode-function):
6371         * message.el (gnus-message-group-art, gnus-list-identifiers)
6372         (rmail-enable-mime-composing, gnus-local-organization)
6373         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6374         (gnus-read-active-file, facemenu-add-face-function)
6375         (facemenu-remove-face-function, gnus-article-decoded-p)
6376         (tool-bar-mode):
6377         * mail-source.el (display-time-mail-function):
6378         * gnus-util.el (nnmail-pathname-coding-system)
6379         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6380         (gnus-original-article-buffer, gnus-user-agent)
6381         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6382         (xemacs-codename, sxemacs-codename, emacs-program-version):
6383         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6384         * gnus-start.el (gnus-agent-covered-methods)
6385         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6386         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6387         (gnus-newsgroup-headers, gnus-group-list-mode)
6388         (gnus-group-mark-positions, gnus-newsgroup-data)
6389         (gnus-newsgroup-unreads, nnoo-state-alist)
6390         (gnus-current-select-method, mail-sources)
6391         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6392         (nnmail-spool-file, gnus-cache-active-hashtb):
6393         * gnus-mh.el (mh-lib-progs):
6394         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6395         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6396         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6397         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6398         (gnus-group-buffer):
6399         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6400         (font-lock-set-defaults):
6401         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6402         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6403         (gnus-summary-post-menu, total-parts, type, condition, length):
6404         * gnus-agent.el (gnus-agent-read-agentview):
6405         * flow-fill.el (show-trailing-whitespace):
6406         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6407         eval-and-compile wrappers for byte compiler pacifiers.
6408
6409         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6410         (mm-display-inline-fontify): Check for featurep 'xemacs not
6411         extent-list.
6412
6413         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6414         itimer-list.
6415         (mm-create-image-xemacs): Only do something for XEmacs.
6416         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6417
6418         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6419
6420         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6421         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6422
6423 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6424
6425         * nnimap.el (nnimap-split-download-body):
6426         * gnus-demon.el (gnus-demon):
6427         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6428
6429 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6432         macros.
6433         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6434         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6435         copy data from unibyte buffer to multibyte current buffer.
6436         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6437         to copy data from unibyte current buffer to multibyte buffer.
6438         (nntp-make-process-buffer): Make process buffer unibyte.
6439
6440         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6441
6442 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6443
6444         * pop3.el (pop3-open-server): Accept and process data more robustly at
6445         connexion start to avoid spurious "POP SSL connexion failed" errors.
6446
6447 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6448
6449         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6450         read group names.
6451
6452 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6453
6454         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6455
6456 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6459         (nnmail-save-active): Use a unibyte buffer when saving active file,
6460         which may contain non-ASCII group names.
6461
6462         * nnml.el (nnml-request-group): Decode group names in messages.
6463
6464 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6465
6466         * message.el (message-citation-line-function)
6467         (message-insert-formatted-citation-line): Fix spelling of
6468         `message-insert-formated-citation-line'.
6469
6470 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6473
6474 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6477         nnmail-pathname-coding-system.
6478
6479         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6480         that a user enters; decode group names in messages.
6481
6482         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6483
6484 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6485
6486         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6487
6488         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6489
6490         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6491         risky local variable.
6492
6493         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6494
6495 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6496
6497         * encrypt.el: Improve documentation to fix function name typo.
6498         Reported by Daiki Ueno <ueno@unixuser.org>.
6499
6500 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6503         even if the point is not in the last page of an article.
6504         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6505         back to the previous page.
6506
6507 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6508
6509         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6510
6511 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6512
6513         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6514
6515 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6516
6517         * message.el (message-check-news-body-syntax): Avoid
6518         mm-string-as-multibyte.
6519         (message-hide-headers): Don't assume (point-min)==1.
6520
6521 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * message.el (message-remove-blank-cited-lines): Fix if remove is
6524         given.
6525         (message-bogus-address-regexp): New variable.
6526         (message-bogus-recipient-p): New function.
6527         (message-check-recipients): New command.
6528         (message-syntax-checks): Add `bogus-recipient'.
6529         (message-fix-before-sending): Add `bogus-recipient'.
6530
6531         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6532         (gnus-treat-body-boundary): Don't test window-system.
6533
6534 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6535
6536         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6537
6538 2007-10-28  Miles Bader  <miles@gnu.org>
6539
6540         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6541         at compile-time too.
6542
6543 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6544
6545         * gnus-msg.el (gnus-message-setup-hook): Add
6546         `message-remove-blank-cited-lines' to options.
6547
6548 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * message.el (message-remove-blank-cited-lines): New function.
6551         Suggested by Karl Plästerer.
6552
6553 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6554
6555         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6556         mapc.
6557
6558         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6559         (top-level): Use mapc to set functions to be traced for debugging.
6560
6561         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6562         called for effect with while loop.
6563
6564         * message.el (message-talkative-question): Replace mapcar called for
6565         effect with mapc.
6566
6567         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6568         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6569         called for effect with dolist.
6570
6571         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6572
6573         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6574         gnus-extra-headers and nnmail-extra-headers.
6575
6576         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6577         called for effect with dolist.
6578         (top-level): Use mapc to set functions to be traced for debugging.
6579
6580         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6581         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6582         dolist.
6583
6584         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6585         Replace mapcar called for effect with mapc.
6586         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6587         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6588         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6589         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6590
6591         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6592         remove-if that's a cl function.
6593
6594         * webmail.el (webmail-debug): Replace mapcar called for effect with
6595         dolist.
6596
6597         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6598         with mapc.
6599
6600 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6603         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6604         with while loop.
6605
6606         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6607         functions from article-* functions.
6608         (gnus-multi-decode-header): Replace mapcar called for effect with
6609         dolist.
6610
6611         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6612         (gnus-bookmark-show-details): Replace mapcar called for effect with
6613         while loop.
6614
6615         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6616         called for effect with while loop.
6617
6618         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6619         with dolist.
6620
6621         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6622         mapcar called for effect with dolist.
6623
6624         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6625
6626         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6627         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6628         Replace mapcar called for effect with dolist.
6629         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6630         mapc.
6631
6632         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6633         Replace mapcar called for effect with dolist.
6634         (gnus-topic-list): Replace mapcar called for effect with mapc.
6635
6636         * gnus.el: Use mapc instead of mapcar to add autoloads.
6637
6638 2007-10-23  Richard Stallman  <rms@gnu.org>
6639
6640         * gnus-group.el (gnus-group-highlight): Mark as risky.
6641
6642 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus.el (gnus-server-to-method): Return method found first in
6645         gnus-newsrc-alist.
6646
6647         * gnus-art.el (gnus-article-highlight-signature)
6648         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6649         button overlay without the front stickiness.
6650
6651 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6652
6653         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6654         overview buffer needed a catch to receive its throw.
6655         (gnus-agent-flush-cache): Declared as interactive to make this function
6656         easier to use.
6657
6658 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6661         `next-line'.
6662
6663 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6666         exclude address matching message-dont-reply-to-names.
6667
6668 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-util.el (gnus-string<): New function.
6671
6672         * gnus-sum.el (gnus-article-sort-by-author)
6673         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6674
6675 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6678         the frame-focus tag is set in gnus-buffer-configuration.
6679
6680 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6681
6682         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6683         the front stickiness.
6684
6685 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6688         url pattern; remove duplicate one.
6689         (gnus-article-extend-url-button): New function.
6690         (gnus-article-add-buttons): Use it.
6691         (gnus-button-push): Use concatenated url that it makes.
6692
6693 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6694
6695         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6696
6697 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6698
6699         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6700         Don't hardcode point-min==1.
6701
6702 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6703
6704         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6705         Fix comment about "iso8859-1".
6706
6707 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6708
6709         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6710         ones returned from the verify-function.
6711
6712         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6713         mml2015-extract-cleartext-signature if extraction failed.
6714
6715 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6716
6717         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6718         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6719         failed.
6720
6721 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6722
6723         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6724
6725 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6728         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6729         recommends to use EasyPG instead of PGG.
6730
6731         * pgg.el: Revert to revision 6.23.2.16.
6732
6733         * pgg-def.el: Revert to revision 6.6.2.14.
6734
6735         * pgg-gpg.el: Revert to revision 6.23.2.34.
6736
6737 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6738
6739         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6740         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6741         thread for both the null and zero (kill/expire thread) universal prefix
6742         cases.
6743         (gnus-summary-expire-thread): Add new function to expire a thread,
6744         using gnus-summary-kill-thread.
6745         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6746         shortcuts for gnus-summary-expire-thread.
6747         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6748         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6749
6750 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6751
6752         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6753         extras value, so an extras entry can be deleted.
6754         (gnus-registry-delete-extra-entry): Use it.
6755         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6756         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6757         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6758         storage through the gnus-registry, and provide an appropriate API for
6759         it.
6760
6761 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6764         Suggested by Leo <sdl.web@gmail.com>.
6765
6766         * gnus.el: Do.
6767
6768 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6769
6770         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6771         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6772
6773         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6774
6775         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6776         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6777
6778 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6779
6780         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6781         newline.
6782         (nnmbox-request-accept-article): Don't change article in source buffer;
6783         narrow to header to use message-fetch-field rather than
6784         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6785         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6786         as delimiters; make sure article ends with newline.
6787         (nnmbox-delete-mail): Correct last position of article to be deleted;
6788         ignore X-Gnus-Newsgroup header in article body.
6789         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6790         positions; make sure article ends with newline.
6791
6792         * message.el (message-display-abbrev): Don't infloop when a user
6793         inserts SPC in the beginning of header.
6794
6795         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6796         coding-system-for-read and coding-system-for-write for XEmacs having no
6797         file-coding feature.
6798
6799         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6800
6801 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6802
6803         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6804         list of groups not followed by default.  Fix type to be regexp.
6805         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6806
6807 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6808
6809         * hmac-def.el (define-hmac-function): Switch from old-style to
6810         new-style backquotes.
6811
6812         * md4.el (md4-make-step): Likewise.
6813
6814 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6817         raw-text coding system when saving .newsrc file, which may contain
6818         non-ASCII group names.
6819
6820 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6821
6822         * gnus-cus.el (gnus-score-extra): New widget.
6823         (gnus-score-extra-convert): New function.
6824         (gnus-score-customize): Use it for Extra.
6825
6826 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6827
6828         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6829         (mml2015-mailcrypt-clear-verify): Use it.
6830         (mml2015-gpg-clear-verify): Use it.
6831         (mml2015-pgg-clear-verify): Use it.
6832         (mml2015-epg-clear-verify): Replace the current part with the output
6833         from GnuPG; don't extract the plaintext by itself.
6834
6835         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6836         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6837         mml2015-clear-verify-function; don't touch the armor headers or
6838         dash-escaped text here.
6839
6840 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6843         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6844         parts, or application/octet-stream as a last resort.
6845         (gnus-mime-view-part-as-type): Don't toggle display.
6846         (gnus-mime-view-part-as-charset): Don't turn off display before
6847         querying charset.
6848
6849         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6850         stuff to undisplayer function in Emacs.
6851         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6852
6853         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6854         text/calendar parts.
6855
6856 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6859         decoding text/calendar parts.
6860
6861         * message.el (message-forward-make-body-mime): Always mark body as
6862         having no illegible text; remove signed-or-encrypted argument.
6863         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6864
6865         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6866         (mml-generate-mime-1): Don't encode body if it is specified to be in
6867         raw form; don't make buffer be unibyte when inserting multibyte string.
6868
6869 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6870
6871         * sha1.el: Fix up comment style.
6872         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6873         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6874
6875         * hex-util.el: Fix up comment style.
6876         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6877
6878         * gnus-salt.el: Use with-current-buffer.
6879         (gnus-pick-setup-message): Fix long-standing typo.
6880
6881 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * imap.el (imap-logout-timeout): New variable.
6884         (imap-logout, imap-logout-wait): New functions.
6885         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6886
6887         * nnimap.el (nnimap-logout-timeout): New server variable.
6888         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6889         nnimap-logout-timeout.
6890
6891         * gnus-art.el (gnus-article-summary-command-nosave)
6892         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6893
6894 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus.el (gnus-maximum-newsgroup): New variable.
6897
6898         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6899         according to gnus-maximum-newsgroup.
6900
6901         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6902         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6903         Limit the range of articles according to gnus-maximum-newsgroup.
6904
6905 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6906
6907         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6908         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6909         Don't perform gnus-configure-windows here; reuse existing sticky
6910         article buffer.
6911
6912         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6913         it doesn't exist in gnus-article-mode.
6914
6915 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6918         (gnus-agent-decoded-group-name): New function.
6919         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6920         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6921
6922 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6923
6924         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6925         Add binding for gnus-sticky-article.
6926         (gnus-summary-exit): Don't kill sticky article buffers.
6927
6928         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6929         article buffer.
6930         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6931         (gnus-kill-sticky-article-buffers): New commands.
6932
6933 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6934
6935         * nntp.el (nntp-xref-number-is-evil): New server variable.
6936         (nntp-find-group-and-number): If it is non-nil, don't trust article
6937         numbers in the Xref header.
6938
6939 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * gnus-agent.el (gnus-agent-read-group): New function.
6942         (gnus-agent-flush-group, gnus-agent-expire-group)
6943         (gnus-agent-regenerate-group): Use it.
6944         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6945         nnmail-pathname-coding-system.
6946
6947 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6950
6951         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6952         that are unread as unread, and also as selected so that information of
6953         marks having been changed by a user may be updated when exiting group.
6954
6955 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6958         calculated ignoring signature parts to gnus-treat-article.
6959
6960 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6963         a point here in order to keep the window start.
6964         (gnus-insert-mime-security-button): Make a button overlay without the
6965         front stickiness.
6966         (gnus-mime-display-security): Goto the end of a button.
6967
6968         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6969
6970 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6971
6972         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6973         group-name-at-point.
6974         (gnus-group-completing-read): New function that offers decoded
6975         non-ASCII group names for completion.
6976         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6977         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6978         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6979         (gnus-group-fetch-control): Use it.
6980         (gnus-fetch-group): Use group-name-at-point for the initial value
6981         rather than the default value; use gnus-alive-p.
6982
6983         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6984         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6985         (gnus-summary-post-news): Use gnus-group-completing-read.
6986
6987         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6988         (gnus-read-move-group-name): Decode group name for completion.
6989
6990 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6991
6992         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6993         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6994         Yamaoka slightly modified the code).
6995
6996 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6999         (nnmail-split-incoming): Bind it.
7000
7001         * nnml.el (nnml-group-name-charset): New function.
7002         (nnml-decoded-group-name): Use it; don't decode group name if
7003         nnmail-group-names-not-encoded-p is non-nil.
7004         (nnml-encoded-group-name): New function.
7005         (nnml-group-pathname): Inline nnml-decoded-group-name.
7006         (nnml-request-expire-articles): Decode group name in message.
7007         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7008         nnmail-pathname-coding-system.
7009         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7010         not decoded ones according to nnmail-group-names-not-encoded-p.
7011         (nnml-generate-active-info): Use nnml-encoded-group-name.
7012
7013 2007-08-08  Glenn Morris  <rgm@gnu.org>
7014
7015         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7016         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7017         doc-strings and comments.
7018
7019 2007-07-25  Glenn Morris  <rgm@gnu.org>
7020
7021         * Relicense all FSF files to GPLv3 or later.
7022
7023 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7024
7025         * gnus-sum.el (gnus-summary-move-article): Make
7026         gnus-summary-respool-article work.
7027
7028 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7031         string.
7032
7033 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7034
7035         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7036         that should be ignored when comparing distant RSS articles with local
7037         ones.
7038         (nnrss-make-hash-index): New function.  Create a hash index according
7039         to the ignored fields.
7040         (nnrss-check-group): Use it.
7041
7042 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7045
7046         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7047
7048         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7049         the new optional argument ENCODED is non-nil.
7050         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7051         coding system for encoding group name.
7052         (gnus-group-make-rss-group): Pass un-encoded group name to
7053         gnus-group-make-group.
7054         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7055         encoded.
7056
7057         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7058         Encode group name to which articles are moved or copied.
7059         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7060         coding system for encoding Newsgroup, Followup-To and Xref headers.
7061
7062         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7063         marks; use nnheader-file-coding-system to write a file.
7064         (nnagent-retrieve-headers): Bind file-name-coding-system to
7065         nnmail-pathname-coding-system.
7066
7067         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7068
7069         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7070         (nnml-request-article, nnml-request-create-group)
7071         (nnml-request-rename-group, nnml-find-id)
7072         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7073         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7074         (nnml-save-marks): Use nnml-group-pathname instead of
7075         nnmail-group-pathname.
7076
7077         (nnml-request-create-group, nnml-request-expire-articles)
7078         (nnml-request-move-article, nnml-request-delete-group)
7079         (nnml-deletable-article-p, nnml-possibly-create-directory)
7080         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7081         (nnml-open-marks): Bind file-name-coding-system to
7082         nnmail-pathname-coding-system.
7083
7084         (nnml-request-article): Pass server argument to nnml-find-group-number.
7085         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7086         server argument to nnml-possibly-create-directory.
7087         (nnml-request-accept-article): Pass server argument to
7088         nnml-active-number and nnml-save-mail.
7089         (nnml-find-group-number): Pass server argument to nnml-find-id.
7090         (nnml-request-update-info): Pass server argument to
7091         nnml-marks-changed-p.
7092
7093         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7094         (nnml-save-mail, nnml-active-number): Add server argument.
7095
7096         (nnml-request-delete-group): Warn if group is missing.
7097         (nnml-get-nov-buffer): Decode group name.
7098         (nnml-generate-active-info): Encode group name.
7099         (nnml-open-marks): Decode group name in messages.
7100
7101 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7104         if it is not specified.
7105         (gnus-article-pipe-part, gnus-article-save-part)
7106         (gnus-article-interactively-view-part, gnus-article-copy-part)
7107         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7108         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7109         (gnus-article-replace-part, gnus-article-delete-part)
7110         (gnus-article-view-part-as-type): Pass raw prefix argument to
7111         gnus-article-part-wrapper.
7112
7113 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * gnus-agent.el (gnus-agent-save-active): Bind
7116         nnheader-file-coding-system to gnus-agent-file-coding-system.
7117
7118         * gnus-cache.el (gnus-cache-save-buffers)
7119         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7120         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7121         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7122         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7123         (gnus-cache-generate-active, gnus-cache-rename-group)
7124         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7125         (gnus-cache-update-overview-total-fetched-for): Bind
7126         file-name-coding-system to nnmail-pathname-coding-system.
7127         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7128         variables.
7129         (gnus-cache-decoded-group-name): New function.
7130         (gnus-cache-file-name): Use it.
7131         (gnus-cache-generate-active): Use non-decoded group name for active.
7132
7133         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7134         right place.
7135         (gnus-write-active-file): Don't break non-ASCII group names.
7136
7137         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7138         nnmail-pathname-coding-system.
7139
7140         * lpath.el: Bind default-file-name-coding-system,
7141         file-name-coding-system and language-info-alist for XEmacs.
7142
7143         * gnus-uu.el (gnus-uu-decode-save): Typo.
7144
7145 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7148
7149 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7152         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7153         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7154         (gnus-agent-flush-group, gnus-agent-flush-cache)
7155         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7156         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7157         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7158         (gnus-agent-regenerate-group)
7159         (gnus-agent-update-files-total-fetched-for)
7160         (gnus-agent-update-view-total-fetched-for): Bind
7161         file-name-coding-system to nnmail-pathname-coding-system.
7162         (gnus-agent-group-pathname): Don't encode file names by
7163         nnmail-pathname-coding-system.
7164         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7165         coding-system-for-write instead of buffer-file-coding-system to
7166         gnus-agent-file-coding-system.
7167
7168         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7169         Decode group name.
7170
7171         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7172
7173         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7174         (gnus-read-newsrc-el-file): Make group names unibyte.
7175
7176         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7177         nnmail-pathname-coding-system.
7178
7179         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7180         (nnrss-request-delete-group): Bind file-name-coding-system to
7181         nnmail-pathname-coding-system.
7182         (nnrss-read-server-data, nnrss-read-group-data): Bind
7183         file-name-coding-system correctly.
7184         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7185
7186         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7187         (nntp-server-to-method-cache): New variable.
7188         (nntp-group-pathname): New function that decodes non-ASCII group names.
7189         (nntp-possibly-create-directory, nntp-marks-changed-p)
7190         (nntp-save-marks, nntp-open-marks): Use it.
7191         (nntp-possibly-create-directory, nntp-open-marks):
7192         Bind file-name-coding-system to nnmail-pathname-coding-system.
7193         (nntp-open-marks): Decode group names when bootstrapping marks.
7194
7195         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7196         Newsgroups and Folowup-To headers.
7197
7198 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7199
7200         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7201         (gnus-server-closed-face, gnus-server-denied-face)
7202         (gnus-server-offline-face): Remove variable.
7203         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7204
7205         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7206         of modifying message-stack directly for XEmacs.
7207
7208         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7209         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7210         if the coding-system argument is nil for XEmacs.
7211
7212         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7213         mm-charset-override-alist.
7214
7215         * rfc2047.el: Don't require base64; require rfc2045 for the function
7216         rfc2045-encode-string.
7217         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7218         to quote the parameter value.
7219
7220 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7223         form in gnus-group-name-charset-method-alist.
7224
7225         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7226         overrides the default layout edit-form.
7227
7228         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7229
7230         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7231
7232 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7235         as unfetched articles.
7236
7237 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7240
7241 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7244         original back end that keeps marks in the local system.
7245
7246 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7249         arg of pop-to-buffer for XEmacs.
7250         (gnus-article-read-summary-keys): Ditto; don't restore window
7251         configuration if summary command ends up with neither article buffer
7252         nor summary buffer; describe bindings if summary keys end with C-h.
7253
7254 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * message.el (message-fix-before-sending): Skip raw message part to be
7257         forwarded while checking illegible text.
7258         (message-forward-make-body-mime, message-forward-make-body): Mark
7259         signed or encrypted raw message as having no illegible text.
7260
7261 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7264         (gnus-message-with-timestamp-1): New macro.
7265         (gnus-message-with-timestamp): New function.
7266         (gnus-message): Use them.
7267
7268         * nnheader.el (nnheader-message): Use them.
7269
7270 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7271
7272         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7273         .newsrc.eld file.
7274
7275 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * gnus-agent.el (gnus-agent-fetch-headers)
7278         (gnus-agent-retrieve-headers): Bind
7279         gnus-decode-encoded-address-function to identity.
7280
7281         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7282         available also when the server returns simply a dot.
7283
7284         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7285
7286 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7289
7290 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * gnus-ems.el (gnus-x-splash): Make it work.
7293
7294         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7295         from being used.
7296
7297         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7298
7299 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7300
7301         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7302         4th and the 5th arguments.
7303
7304         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7305         the front stickiness.
7306         (gnus-article-summary-command-nosave): Correct the order of the
7307         arguments passed to pop-to-buffer.
7308         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7309         summary command ends up with the article buffer.
7310
7311         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7312         the same faces.
7313
7314 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7315
7316         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7317
7318 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7319
7320         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7321         * gnus-sum.el (gnus-summary-highlight):
7322         * pgg.el (pgg-sign-region, pgg-sign):
7323         * mail-source.el (mail-source-delete-old-incoming-confirm):
7324         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7325
7326 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7327
7328         * gnus-art.el (gnus-mime-view-part-externally)
7329         (gnus-mime-view-part-internally): Fix predicate function passed to
7330         completing-read.
7331
7332         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7333
7334         * gnus.el (gnus-update-message-archive-method): Add :version.
7335
7336 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7337
7338         * gnus.el (gnus-update-message-archive-method): New variable.
7339
7340         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7341         according to gnus-message-archive-method if
7342         gnus-update-message-archive-method is non-nil.
7343
7344 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7347         by Loic Dachary <loic@dachary.org>.
7348         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7349
7350 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7351
7352         * message.el (message-pop-to-buffer): Add switch-function argument.
7353         (message-mail): Pass switch-function argument to it.
7354
7355 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7358         Improve doc string.
7359
7360 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7361
7362         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7363         (gnus-header-content)
7364         * gnus-cite.el (gnus-cite-10)
7365         * gnus-srvr.el (gnus-server-closed)
7366         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7367         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7368         (gnus-group-mail-3-empty, gnus-group-mail-low)
7369         (gnus-group-mail-low-empty, gnus-splash)
7370         * message.el (message-header-to, message-header-cc)
7371         (message-header-subject, message-header-other, message-header-name)
7372         (message-header-xheader, message-separator, message-cited-text)
7373         (message-mml): Lighten colors of faces used for dark background.
7374
7375 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7376
7377         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7378         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7379
7380 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * message.el (message-narrow-to-headers-or-head):
7383         Ignore mail-header-separator in the body.
7384
7385 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7388         same as window size.
7389
7390 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7391
7392         * message.el (message-font-lock-keywords): Use message-header-xheader
7393         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7394         ahead of the anything pattern, to get it recognised.
7395
7396 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7399         spam.el loads uses it in the compiled defadvice form.
7400
7401 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7402
7403         * gnus-sum.el (gnus-articles-to-read)
7404         (gnus-summary-insert-old-articles): Don't truncate group name for
7405         `read-string'.
7406
7407         * gnus-util.el (gnus-limit-string): Delete this function.
7408
7409         * gnus-sum.el (gnus-simplify-subject-fully): Use
7410         `truncate-string-to-width' instead.
7411
7412 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7413
7414         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7415         if, on summary exit, the next group has to be selected.
7416         (gnus-summary-exit): Use it.
7417
7418 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7419
7420         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7421         non-break space.
7422
7423 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7426         Check if group is not a directory.
7427         (nnfolder-request-expire-articles): Don't delete articles if the target
7428         group is not available.
7429
7430         * nnml.el (nnml-request-create-group): Properly check if group is not a
7431         file.
7432         (nnml-request-expire-articles): Don't delete articles if the target
7433         group is not available.
7434
7435         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7436         Don't quote characters that are within parentheses.
7437
7438 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7441         (gnus-handle-ephemeral-exit): Select article according to it.
7442
7443 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7444
7445         * message.el (message-insert-formated-citation-line): Remove newline.
7446         (message-citation-line-format): Add final \n here so that the user can
7447         avoid a blank line.
7448
7449 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7450
7451         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7452         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7453         Update lanl/arXiv support.
7454
7455 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * gnus.el: Bump version number.
7458
7459 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7460
7461         * gnus.el (gnus-version-number): Bump version.
7462
7463 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7464
7465         * gnus.el: No Gnus v0.6 is released.
7466
7467 2007-04-27  Didier Verna  <didier@xemacs.org>
7468
7469         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7470         * gmm-utils.el (gmm-regexp-concat): here.
7471         * message.el: Don't require 'gnus-util.
7472         (message-dont-reply-to-names): Handle name change above.
7473         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7474
7475 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7478         since the initial value varies according to the system.
7479
7480 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7483
7484 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7485
7486         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7487
7488 2007-04-24  Didier Verna  <didier@xemacs.org>
7489
7490         Improve the type of gnus-ignored-from-addresses.
7491         * gnus-util.el (gnus-orify-regexp): New function.
7492         * message.el (gnus-util): Require it.
7493         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7494         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7495         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7496
7497 2007-04-24  Didier Verna  <didier@xemacs.org>
7498
7499         * gnus-sum.el:
7500         * gnus-utils.el: Fix some trailing whitespaces.
7501
7502 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7505         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7506         article's Message-ID; refer parent article in summary buffer.
7507
7508         * message.el (message-bounce): Call mime-to-mml.
7509
7510         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7511         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7512         optimize and/or forms properly.
7513
7514 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7515
7516         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7517         URL.
7518
7519 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7522
7523 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7526         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7527         displayed of multipart/alternative part if it is invoked from summary
7528         buffer.
7529
7530         * mm-view.el (mm-inline-text-html-render-with-w3m)
7531         (mm-inline-text-html-render-with-w3m-standalone)
7532         (mm-inline-render-with-function): Use mail-parse-charset by default.
7533
7534 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7535
7536         * parse-time.el (parse-time-string-chars): Check if CHAR
7537         is less than the length of parse-time-syntax.
7538
7539 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7540
7541         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7542         from gnus-newsgroup-processable.
7543
7544 2007-04-16  Didier Verna  <didier@xemacs.org>
7545
7546         * gnus-msg.el (gnus-configure-posting-styles): Handle
7547         message-signature-directory properly with :file syntax.  Reported by
7548         "Leo".
7549
7550 2007-04-11  Didier Verna  <didier@xemacs.org>
7551
7552         New user option: message-signature-directory.
7553         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7554         * message.el (message-insert-signature): Ditto.
7555         * message.el (message-signature-file): Doc update.
7556         * message.el (message-signature-directory): New.
7557
7558 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7559
7560         * gnus-msg.el (gnus-inews-yank-articles): Use
7561         message-exchange-point-and-mark instead of exchange-point-and-mark.
7562
7563 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * message.el (message-yank-original): Make sure cited text ends with
7566         newline; don't exchange point and mark.
7567
7568 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7569
7570         * tls.el (open-tls-stream): Properly handle case where there
7571         is no associated buffer.
7572
7573 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7574
7575         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7576         message-yank-original, make sure (< mark TEXT point).
7577
7578 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * message.el (message-fill-column): New variable.
7581         (message-mode): Use it.  Add comment on a possible new hook.
7582
7583         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7584         (nnmail-get-new-mail): Reformat.
7585
7586         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7587
7588         * gmm-utils.el: Fix Commentary.
7589         (gmm-tool-bar-from-list): Fix typo in doc string.
7590
7591 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7592
7593         * message.el (message-yank-original): Don't switch point and mark
7594         unnecessarily to put point and mark as documented.
7595
7596 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7597
7598         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7599         from the message heads.
7600
7601 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7602
7603         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7604         article buffer does not have a window.  This may not be the best
7605         solution but is certainly better than setting the start of the null,
7606         that is the current, window.
7607
7608 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7611         (gnus-draft-setup): Run it.
7612
7613         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7614         gnus-score-fast-scoring.  Allow regexp.
7615         (gnus-score-headers): Use it.
7616
7617         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7618         XEmacs.
7619
7620         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7621         string.
7622         (gnus-button-alist): Also catch `<f1> k ...'.
7623         (gnus-treat-display-x-face): Fix doc string.
7624
7625 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7626
7627         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7628         evaluation of gnus-extended-version to ensure correct generation of the
7629         User-Agent header when message-generate-headers-first is used.
7630
7631 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7632
7633         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7634         hashcash-path is nil.  Don't call callback with incorrect number of
7635         parameters if val is 0.
7636
7637 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7638
7639         * message.el (message-required-news-headers):
7640         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7641
7642 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7643
7644         * tls.el (open-tls-stream): In handshake-waiting loop,
7645         don't wait more if there is output available to process.
7646
7647 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7648
7649         * tls.el (tls-program): Doc fix.
7650
7651 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7652
7653         * message.el (message-generate-new-buffers): Change the meaning of the
7654         nil value; add `standard' to the choices; treat t as `unique'; improve
7655         doc string.
7656         (gnus-select-frame-set-input-focus): Autoload.
7657         (message-buffer-name): Search for the existing message buffer if
7658         message-generate-new-buffers is nil or `standard'; treat the value t of
7659         message-generate-new-buffers as `unique'.
7660         (message-pop-to-buffer): Raise the frame already displaying the message
7661         buffer; clear the echo area after querying.
7662         (message-setup): Pass the `continue' argument to compose-mail.
7663         (message-mail): Prefer `switch-function' if it is given; search for the
7664         existing message buffer if the `continue' argument is non-nil; pass
7665         continue and switch-function arguments to compose-mail by way of
7666         message-setup.
7667         (message-mail-other-window): Adjust argument of message-setup.
7668         (message-mail-other-frame): Ditto.
7669
7670 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7673         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7674         to turn font-lock on when turning gnus-message-citation-mode on.
7675
7676 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7677
7678         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7679         (mml-smime-function-alist): New variable; add epg as the backend.
7680         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7681         mml-smime- functions instead.
7682         * mm-view.el: Require smime.
7683
7684 2007-03-05  Didier Verna  <didier@xemacs.org>
7685
7686         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7687         instead of just inheritance for posting styles.
7688         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7689
7690 2007-02-24  Chris Moore  <dooglus@gmail.com>
7691
7692         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7693         * pgg-pgp.el (pgg-pgp-encrypt-region):
7694         * pgg-gpg.el (pgg-gpg-encrypt-region):
7695         Check pgg-encrypt-for-me if no other recipients.
7696
7697 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7698
7699         * tls.el (tls-certtool-program): Fix custom type.
7700
7701 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7704         and point-at-eol instead of line-(beginning|end)-position.
7705
7706         * assistant.el (assistant-parse-buffer): Ditto.
7707
7708         * netrc.el (netrc-parse-services): Ditto.
7709
7710 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7711
7712         * mml2015.el (mml2015-epg-find-usable-key): New function.
7713         (mml2015-epg-sign): Use it.
7714         (mml2015-epg-encrypt): Use it.
7715
7716 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7717
7718         * message.el (message-make-in-reply-to): Quote name containing
7719         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7720         if there are special characters.  Reported by NAKAJI Hiroyuki
7721         <nakaji@jp.freebsd.org>.
7722
7723 2007-02-27  Didier Verna  <didier@xemacs.org>
7724
7725         Include the group parameters as well as the topic ones in the
7726         inheritance filter process.
7727         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7728         argument GROUP-PARAMS-LIST.
7729         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7730
7731 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * nntp.el (nntp-never-echoes-commands)
7734         (nntp-open-connection-functions-never-echo-commands): New variables.
7735         (nntp-send-command): Use them.
7736
7737 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7738
7739         * mml2015.el (mml2015-epg-verify): Simplified.
7740
7741 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * mml.el (mml-content-disposition-alist): New user option.
7744         (mml-content-disposition): New function.
7745         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7746         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7747
7748 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7749
7750         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7751         verification.
7752
7753 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7754
7755         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7756         articles posted in the last 24 hours.
7757
7758 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7759
7760         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7761
7762 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7763
7764         * nntp.el (nntp-send-command): Don't wait for echoes when
7765         nntp-open-ssl-stream is used.
7766
7767 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7768
7769         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7770         (gnus-message-add-citation-keywords)
7771         (gnus-message-remove-citation-keywords): Remove.
7772         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7773         directly, make the variables in font-lock-defaults buffer-local, add
7774         gnus-message-citation-keywords to them and then update the value of
7775         font-lock-keywords.
7776
7777 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * message.el (message-cite-original-1): Don't call
7780         gnus-article-highlight-citation.
7781
7782         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7783         citations; fix line count.
7784
7785 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7786
7787         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7788         (gnus-message-add-citation-keywords)
7789         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7790         versions of font-lock-add-keywords and font-lock-remove-keywords to
7791         work with XEmacs correctly.
7792
7793 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7794
7795         * gnus-cite.el (gnus-cite-face-list): Set the values of
7796         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7797         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7798         (gnus-message-cite-prefix-regexp): New variable.
7799         (gnus-message-search-citation-line): Use it; protect against long
7800         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7801         the 0th match data for Emacs.
7802         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7803         (gnus-message-add-citation-keywords): Append keywords rather than
7804         prepending; emulate font-lock-add-keywords if it is not available.
7805         (gnus-message-remove-citation-keywords): Emulate
7806         font-lock-remove-keywords if it is not available.
7807
7808         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7809
7810         * message.el (message-cite-prefix-regexp): Set the value of
7811         gnus-message-cite-prefix-regexp.
7812
7813 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7814
7815         * nnweb.el (nnweb-google-parse-1): Update parser.
7816
7817 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7818
7819         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7820
7821 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7822
7823         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7824         regexp.
7825
7826 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7827
7828         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7829         string-to-multibyte.
7830         (uudecode-decode-region-internal): Use it.
7831
7832         * lpath.el: Fbind string-as-multibyte for XEmacs.
7833
7834 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7835
7836         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7837         custom choice.
7838
7839         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7840
7841 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7842
7843         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7844
7845         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7846         `write-region' to respect `mm-inhibit-file-name-handlers'.
7847
7848 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7851         Use gnus-home-directory instead of "~/" or "$HOME".
7852
7853 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7854
7855         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7856         to mention filename.
7857         Add comments at beginning regarding usage.
7858         (encrypt-write-file-contents): Change interactive so a string is
7859         acceptable.  If the file has no associated model, show an error instead
7860         of a nonsense prompt.
7861
7862 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7863
7864         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7865         Thanks to Yoshihiko Yamada for kind notification of this typo.
7866
7867 2007-01-12  Kenichi Handa  <handa@m17n.org>
7868
7869         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7870         multibyte buffer.
7871
7872 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * gnus-score.el (gnus-score-fast-scoring): New variable.
7875         (gnus-score-headers): Use it.
7876
7877         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7878
7879         * message.el (message-cite-original-1): Call
7880         gnus-article-highlight-citation if requested.
7881         (message-make-from): Allow name and address as optional arguments.
7882
7883         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7884
7885         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7886         bugs to doc string.
7887         (gnus-button-alist): Add mid\\|message-id.
7888         (gnus-button-fetch-group): Extend for use in
7889         `browse-url-browser-function'.
7890         (gnus-button-url-regexp): Try to catch paired parentheses like in
7891         Wikipedia URLs.
7892
7893         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7894         Suggested by Simon Krahnke <overlord@gmx.li>.
7895
7896 2007-01-13  Romain Francoise  <romain@orebokech.com>
7897
7898         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7899         Update copyright.
7900
7901 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7902
7903         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7904
7905 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7906
7907         * gnus-registry.el (gnus-registry-unfollowed-groups)
7908         (gnus-registry-split-fancy-with-parent): Fix documentation.
7909
7910 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7911
7912         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7913         from nnweb groups.
7914
7915 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7918         Xref urls.  Erase buffer before requesting head.
7919
7920 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7921
7922         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7923         customizable.
7924
7925 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7926
7927         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7928         no signing key is found.
7929         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7930         no encrypting and/or signing key is found.
7931
7932 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7935
7936 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7937
7938         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7939         headers read from disk with the ones newly found in the current search.
7940         This should no longer cause problems, because the article numbers in
7941         Gmane's `nov.php' output are ignored since the previous change.
7942
7943 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7944
7945         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7946
7947 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7948
7949         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7950         replace-regexp-in-string; bind url-version; fbind display-images-p and
7951         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7952         find-face and set-itimer-function for Emacs; bind itimer-list for
7953         Emacs.
7954
7955         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7956
7957 2007-01-01  Romain Francoise  <romain@orebokech.com>
7958
7959         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7960
7961 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7962
7963         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7964         `define-minor-mode' macro definition expanded properly.
7965         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7966         exclude it there.
7967
7968         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7969         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7970         `fboundp' test.
7971         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7972         This is OK to autoload in (S)XEmacs now.
7973
7974 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7975
7976         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7977         keystroke.
7978         (gnus-summary-limit-to-singletons): Fix typo.
7979
7980         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7981         else fails.
7982
7983 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7984
7985         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7986         docstring.
7987
7988         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7989         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7990         (gnus-summary-insert-dormant-articles): Fix typo in message.
7991
7992 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7993
7994         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7995         nil for XEmacs.
7996         (gnus-message-citation-mode): Don't autoload in XEmacs.
7997
7998         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7999
8000 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8001
8002         * nnimap.el (nnimap-expunge-search-string): Mention
8003         nnimap-search-uids-not-since-is-evil in docstring.
8004
8005 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * spam.el: Revert to make-obsolete-variable because
8008         define-obsolete-variable-alias is not supported in Emacs 21.
8009
8010         * spam.el (spam-ifile-path, spam-ifile-database-path)
8011         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8012         make-obsolete-variable.
8013         (spam-bsfilter-path, spam-bsfilter-program)
8014         (spam-spamassassin-path, spam-spamassassin-program)
8015         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8016         use "path" inappropriately.
8017         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8018         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8019         variable names.
8020
8021 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8022
8023         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8024         summary buffer.
8025
8026         * password.el (password-cache-remove): Use clear-string to burn
8027         password, if available.
8028
8029 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8030
8031         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8032
8033         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8034
8035         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8036         (gnus-message-highlight-citation): Move defcustom here from
8037         gnus-cite.el.
8038         (gnus-message-citation-mode): Autoload.
8039
8040         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8041         checks to make it compile with XEmacs.
8042         (gnus-message-citation-mode): New minor mode.
8043         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8044         (gnus-message-highlight-citation): New variables.
8045         (gnus-message-search-citation-line)
8046         (gnus-message-add-citation-keywords)
8047         (gnus-message-remove-citation-keywords)
8048         (turn-on-gnus-message-citation-mode)
8049         (turn-off-gnus-message-citation-mode): New functions.
8050
8051 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8052
8053         * gnus-cite.el: Enable highlighting of different citation levels in
8054         message-mode.
8055
8056 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * message.el (message-make-fqdn): Fix comment.
8059         (message-bogus-system-names): Add ".local".
8060
8061         * spam.el (spam-ifile-path, spam-ifile-program)
8062         (spam-ifile-database-path, spam-ifile-database)
8063         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8064         Don't use "path" inappropriately.
8065         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8066         strings.
8067         (spam-check-ifile, spam-ifile-register-with-ifile)
8068         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8069         new variable names.
8070
8071         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8072         (gnus-treat-display-smileys): Simplify using
8073         gnus-image-type-available-p.
8074
8075         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8076         available.
8077
8078         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8079         `display-images-p' if available.
8080
8081 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8084         one after turning on the buffer's multibyteness instead of decoding
8085         them directly in the unibyte buffer that causes unexpected conversion
8086         in Emacs 23 (unicode).
8087
8088 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8089
8090         * message.el (message-generate-hashcash): Fix custom type.
8091
8092 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8093
8094         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8095
8096 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8097
8098         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8099         disconnect icons.  Add help text.
8100
8101 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8102
8103         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8104         negated to be consistent with the others we handle.
8105
8106 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8107
8108         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8109         version of gnus-summary-buffer to something, so that we can use two
8110         article buffers at the same time.
8111
8112 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8113
8114         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8115         trigger all the extra headers.
8116         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8117         sorting.
8118
8119 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8120
8121         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8122         solid groups.
8123
8124 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8125
8126         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8127
8128 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8129
8130         * legacy-gnus-agent.el: Add Copyright notice.
8131
8132 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8133
8134         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8135
8136 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8137
8138         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8139
8140         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8141         to make it work reliably in CVS Emacs.
8142         (gnus-summary-limit-strange-charsets-predicate)
8143         (gnus-summary-limit-to-predicate): New functions.
8144
8145 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8146
8147         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8148         specifying array size.
8149         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8150         array if it is too small.
8151         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8152         (gnus-sort-threads-loop): New function.
8153
8154 2006-12-06  Chris Moore  <dooglus@gmail.com>
8155
8156         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8157         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8158
8159 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8160
8161         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8162         options.
8163
8164 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8165
8166         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8167         DOS-ing the recipient.
8168
8169         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8170         the headers when creating the mapping to avoid mismappings.
8171         (nnweb-gmane-create-mapping): Always nix out old mapping.
8172
8173 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8176         and mm-verify-option to never.
8177
8178 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * message.el (message-signed-or-encrypted-p): New function.
8181         (message-forward-make-body): Use it.
8182
8183         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8184         Replace encode-coding-string with mm-encode-coding-string.
8185
8186 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * nneething.el (nneething-decode-file-name): Replace
8189         decode-coding-string with mm-decode-coding-string.
8190
8191         * gnus-int.el (gnus-open-server): Say failed server's name.
8192
8193 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8194
8195         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8196         strings to a single string.  Quote `errors-file-name'.
8197         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8198         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8199         Adjust calls.  Use `shell-quote-argument'.
8200
8201 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8202
8203         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8204         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8205
8206         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8207         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8208         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8209         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8210         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8211         (gnus-subscribe-newsgroup, gnus-1):
8212         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8213         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8214         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8215         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8216
8217 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8218
8219         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8220         keystroke.
8221         (gnus-summary-limit-to-bodies): Implement headersp.
8222
8223 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8224
8225         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8226
8227 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8230
8231 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8232
8233         * message.el (message-generate-hashcash): Expand range of values to
8234         include `opportunistic'.
8235         (message-send-mail): Use it.
8236
8237 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8238
8239         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8240         and comment it.
8241
8242         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8243
8244 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8245
8246         * gnus-util.el (gnus-extract-address-components): Improve comment.
8247
8248 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-util.el (gnus-extract-address-components): Work with address in
8251         which the name portion contains @.
8252
8253         * lpath.el: Fbind custom-autoload.
8254
8255 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * gnus.el (gnus-start): Move custom group up.
8258         (gnus-select-method): Don't autoload, but make it available for
8259         `customize-variable'.
8260         (gnus-getenv-nntpserver): Don't autoload.
8261
8262 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8263
8264         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8265
8266 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8267
8268         * message.el (message-sendmail-extra-arguments): New variable.
8269         (message-send-mail-with-sendmail): Use it.
8270
8271 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8272
8273         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8274         mm-with-unibyte-current-buffer to make string unibyte.
8275
8276         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8277         mm-string-as-multibyte.
8278
8279 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8280
8281         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8282         Reported by Werner Koch <wk@gnupg.org>.
8283
8284 2006-11-14  Daiki Ueno  <ueno@p360>
8285
8286         * mml2015.el: Autoload epa-select-keys when compiling.
8287
8288 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8289
8290         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8291         message-options.
8292         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8293
8294 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8295
8296         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8297         EasyPG (< 0.0.6).
8298         (mml2015-always-trust): New user option.
8299         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8300         prompt.
8301
8302 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * nntp.el (nntp-authinfo-force): New variable.
8305         (nntp-send-authinfo): Use it.
8306
8307 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8308
8309         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8310         decode encoded words.  Improve prompt.  Add comment about forwarding.
8311         (message-replacement-char): Move up.
8312
8313 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8314
8315         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8316         instead of gnus-intersection because arguments of gnus-sorted-nunion
8317         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8318
8319 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8320
8321         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8322         (message-simplify-subject-functions): Enable
8323         message-strip-subject-encoded-words by default.
8324
8325 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * message.el (message-strip-subject-encoded-words): New function.
8328         (message-simplify-subject-functions): New variable.
8329         (message-simplify-subject): Use it.  Fix typo in doc string.
8330         Support message-strip-subject-encoded-words.
8331
8332 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8333
8334         * gnus-diary.el (gnus-diary-delay-format-function):
8335         * nndiary.el (nndiary-reminders):
8336         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8337
8338 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8339
8340         * gnus-art.el (article-hide-boring-headers): Fetch date from
8341         gnus-original-article-buffer to avoid problems with localized date
8342         strings.
8343
8344 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8347
8348 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8351         New variables.
8352         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8353         (mm-charset-synonym-alist): Move some entries to
8354         mm-codepage-iso-8859-list.
8355         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8356         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8357
8358 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8361
8362 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8365         with Emacs 21 and XEmacs.
8366
8367 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8368
8369         * spam.el (spam-parse-address): New function for better parsing,
8370         catching errors, etc.
8371         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8372
8373 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8374
8375         * mm-view.el: Add interactive arg to html2text autoload.
8376
8377 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8378
8379         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8380
8381 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8384         variables.
8385         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8386         (mm-charset-synonym-alist): Move some entries to
8387         mm-codepage-iso-8859-list.
8388
8389         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8390
8391 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8392
8393         * message.el (message-citation-line-format)
8394         (message-insert-formated-citation-line): Fix implementation of %E, %N
8395         and %n according to the doc string.
8396
8397 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8398
8399         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8400         car-safe to avoid bad parses.
8401
8402 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8405         names.
8406
8407         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8408
8409 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8410
8411         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8412         header.
8413
8414         * message.el (message-draft-headers): Add Date.
8415         (message-headers-to-generate): Fix typo in docstring.
8416
8417         * nndraft.el (nndraft-required-headers): New variable.
8418         (nndraft-generate-headers): Use it.
8419
8420         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8421
8422 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8423
8424         * gnus-registry.el (gnus-registry-wash-for-keywords)
8425         (gnus-registry-find-keywords): New functions to allow easy searching of
8426         articles that are in the registry.
8427
8428 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8429
8430         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8431         ietf-drums-parse-address instead of gnus-extract-address-components.
8432         Reported by Damien Elmes <damien@repose.cx>.
8433
8434 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8435
8436         * gnus.el (gnus-mime): Remove unused custom group.
8437
8438 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8439
8440         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8441         "blank line" when searching for end of armor headers.
8442
8443 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * gmm-utils.el (gmm-write-region): Fix variable name.
8446
8447 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * gmm-utils.el (gmm-write-region): New function based on compatibility
8450         code from `mm-make-temp-file'.
8451
8452         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8453
8454         * nnmaildir.el (nnmaildir--update-nov)
8455         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8456         Use `gmm-write-region'.
8457
8458 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8461         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8462
8463         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8464
8465         * message.el (message-replacement-char): New variable.
8466         (message-fix-before-sending): Use it.
8467         (message-simplify-subject): New function to remove duplicate code.
8468         (message-reply, message-followup): Use it.
8469
8470         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8471         gnus-summary-limit-to-articles.
8472
8473 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * gnus-util.el (gnus-with-local-quit): New macro.
8476
8477         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8478
8479 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8480
8481         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8482         ignore non-string data.
8483
8484 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8485
8486         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8487         non-string data (needs to be done in the registry too).
8488
8489 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8490
8491         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8492         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8493         (gnus-registry-split-fancy-with-parent)
8494         (gnus-registry-fetch-simplified-message-subject-fast)
8495         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8496         Remove text properties on ingress into the registry and when it's saved.
8497         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8498         registry from entries with no groups.
8499
8500 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8501
8502         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8503         function to remove string properties.
8504
8505 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8506
8507         * gmm-utils.el (gmm): Adjust custom version.
8508
8509         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8510         custom version.
8511
8512         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8513
8514 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * gnus-art.el (gnus-insert-prev-page-button)
8517         (gnus-insert-next-page-button): Simplify.  Reformat.
8518
8519 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8520
8521         * gnus-art.el (gnus-insert-prev-page-button)
8522         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8523
8524 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8525
8526         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8527
8528 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8529
8530         * gnus-art.el (gnus-insert-mime-button)
8531         (gnus-insert-mime-security-button):
8532         Apply gnus-article-button-face to MIME and security buttons.
8533
8534 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8535
8536         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8537         readable.
8538
8539 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8542
8543 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8544
8545         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8546         `browse-url-of-file' instead of `browse-url'.
8547
8548 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8549
8550         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8551         regexp.  Articles containing quotation were cut prematurely.
8552
8553 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * message.el (message-cite-original-1): Use nobody by default for the
8556         value of From header.
8557         (message-reply): Ditto.
8558
8559 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8560
8561         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8562         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8563         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8564
8565 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8568         mails in the doc string.  Add some URLs in comment.
8569         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8570
8571 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8572
8573         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8574         backslashes handling and the way to find boundaries of quoted strings.
8575
8576 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8577
8578         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8579         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8580         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8581         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8582
8583 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8586         doc string.
8587         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8588
8589 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8590
8591         * lpath.el: Fbind epg-check-configuration.
8592
8593 2006-09-06  Simon Josefsson  <jas@extundo.com>
8594
8595         * mml2015.el (mml2015-use): Doc fix, mention epg.
8596
8597 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8598
8599         * mml2015.el (mml2015-use): Default to epg, if available.
8600
8601 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8602
8603         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8604         message-sender.
8605         (mml1991-epg-encrypt): Ditto.
8606         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8607         message-sender.
8608         (mml2015-epg-encrypt): Ditto.
8609
8610 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8611
8612         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8613         several common directories.
8614
8615 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8616
8617         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8618         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8619
8620 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8621
8622         * gnus-art.el (article-decode-encoded-words): Make it fast.
8623
8624 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8627
8628         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8629         in quoted string into `\'.
8630
8631 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8634         Use standard-syntax-table.
8635
8636 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-art.el (gnus-decode-address-function): New variable.
8639         (article-decode-encoded-words): Use it to decode headers which are
8640         assumed to contain addresses.
8641         (gnus-mime-delete-part): Remove useless `or'.
8642
8643         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8644         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8645         (gnus-nov-parse-line): Use it to decode From header.
8646         (gnus-get-newsgroup-headers): Ditto.
8647         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8648
8649         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8650         (mail-decode-encoded-address-string): New alias.
8651
8652         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8653         New function.
8654         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8655         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8656         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8657         (rfc2047-decode-string): Ditto.
8658         (rfc2047-decode-address-region): New function.
8659         (rfc2047-decode-address-string): New function.
8660
8661 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * message.el (message-caesar-buffer-body): Allow rotating headers.
8664
8665         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8666
8667         * message.el (message-insert-formated-citation-line): Fix %f.
8668         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8669
8670 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8671
8672         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8673         (gnus-bookmark-mouse-available-p): New macro.
8674         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8675         (gnus-bookmark-bmenu-show-infos): Use it.
8676         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8677         (gnus-bookmark-bmenu-hide-infos): Ditto.
8678         (gnus-bookmark-remove-properties): New function.
8679         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8680         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8681         (gnus-bookmark-write-file): Bind coding-system-for-write.
8682         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8683         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8684         group before selecting it.
8685         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8686         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8687         quit-window if it is not available; use gnus-mouse-2 and bind it to
8688         gnus-bookmark-bmenu-select-by-mouse.
8689         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8690         (gnus-bookmark-bmenu-select-by-mouse): New function.
8691
8692 2006-08-13  Romain Francoise  <romain@orebokech.com>
8693
8694         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8695         space.
8696
8697 2006-08-10  Romain Francoise  <romain@orebokech.com>
8698
8699         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8700         (dns-mode-soa-auto-increment-serial): New user option.
8701         (dns-mode-soa-maybe-increment-serial): New function.
8702         (dns-mode): Add the latter to `write-contents-functions'.
8703
8704 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * compface.el (uncompface): Use binary rather than raw-text-unix.
8707
8708 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8709
8710         * compface.el (uncompface): Make sure the eol conversion doesn't take
8711         place when communicating with the external programs.  Reported by
8712         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8713
8714 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8717
8718 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8719
8720         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8721         Make it more robust by parsing author and date independently.
8722
8723 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8724
8725         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8726
8727 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8728
8729         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8730         first matching secret key.
8731         (mml2015-epg-encrypt): Ditto.
8732
8733         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8734         first matching secret key.
8735         (mml1991-epg-encrypt): Ditto.
8736
8737         * mml2015.el (mml2015-encrypt-to-self): New user option.
8738         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8739         mml2015-epg-encrypt-to-self is set.
8740
8741         * mml1991.el (mml1991-encrypt-to-self): New variable.
8742         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8743         mml1991-epg-encrypt-to-self is set.
8744
8745         * mml2015.el (mml2015-signers): New user option.
8746         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8747         (mml2015-epg-encrypt): Allow to select signing keys.
8748
8749         * mml1991.el (mml1991-signers): New variable.
8750         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8751         (mml1991-epg-encrypt): Allow to select signing keys.
8752
8753 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * nnheader.el (nnheader-insert-head): Make it work even if the file
8756         uses CRLF for the line-break code.
8757
8758 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8759
8760         * mml2015.el: Require mml-sec instead of password.
8761         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8762         (mml2015-cache-passphrase): Inherit the default value from
8763         mml-secure-cache-passphrase.
8764         (mml2015-passphrase-cache-expiry): Inherit the default value from
8765         mml-secure-passphrase-cache-expiry.
8766
8767         * mml1991.el: Require mml-sec instead of password.
8768         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8769         (mml1991-cache-passphrase): Inherit the default value from
8770         mml-secure-cache-passphrase.
8771         (mml1991-passphrase-cache-expiry): Inherit the default value from
8772         mml-secure-passphrase-cache-expiry.
8773
8774         * mml-sec.el: Require password.
8775         (mml-secure-verbose): New user option.
8776         (mml-secure-cache-passphrase): New user option.
8777         (mml-secure-passphrase-cache-expiry): New user option.
8778
8779 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8780
8781         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8782         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8783         andreas@altroot.de (Andreas Vögele).
8784
8785         FIXME: Use `tiny change'?
8786
8787 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8788
8789         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8790         workaround for the url package included with Emacs.
8791
8792         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8793
8794 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8795
8796         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8797         correctly.  This fixes a bug caused by the 2006-05-12 change.
8798
8799 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8800
8801         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8802         some information about the error when saying that the `bogus' mail
8803         group will be used.
8804
8805 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8806
8807         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8808         string.
8809
8810 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8811
8812         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8813
8814 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8815
8816         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8817
8818 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8819
8820         * mml1991.el (mml1991-function-alist): Add epg.
8821         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8822         (mml1991-epg-encrypt): New functions.
8823
8824 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8825
8826         * mml2015.el (mml2015-verbose): New variable.
8827         (mml2015-cache-passphrase): Ditto.
8828         (mml2015-passphrase-cache-expiry): Ditto.
8829         (mml2015-function-alist): Add epg.
8830         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8831         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8832         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8833         functions.
8834
8835 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8836
8837         * message.el (message-cite-original-1): Preserve region when removing
8838         quoted text due to X-No-Archive in order to avoid bogus attribution
8839         when citing multiple messages.
8840
8841 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8842
8843         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8844         Kenneth Jacker <khj@be.cs.appstate.edu>.
8845
8846 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * gnus-diary.el (gnus-user-format-function-d)
8849         (gnus-user-format-function-D): Autoload.
8850
8851         * imap.el (Commentary): Fix typo.
8852
8853         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8854         2006-04-22 contribution.
8855
8856 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8857
8858         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8859         It didn't really fix the bogosity I'm seeing with solid web groups.
8860
8861 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8862
8863         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8864         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8865         created using server names.  If we use the feature without declaring
8866         it, Gnus does not properly manage server and group state.
8867
8868         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8869         bound.
8870
8871 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8872
8873         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8874         looking up the method using GROUP's prefix before inventing a new one.
8875         It is used on killed/unknown groups in various places where returning
8876         an all-new method isn't expected by the caller.
8877
8878         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8879         and match semantics of gnus-group-real-prefix.
8880
8881 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8882
8883         * nnmail.el (nnmail-broken-references-mailers): New variable.
8884         (nnmail-ignore-broken-references): New function generalizing
8885         nnmail-fix-eudora-headers.
8886         (nnmail-fix-eudora-headers): Now obsolete.
8887
8888         * gnus-art.el (gnus-button-handle-custom): Support
8889         `customize-apropos*'.
8890
8891 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8892
8893         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8894
8895         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8896         articles.
8897
8898 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8899
8900         * message.el (message-cite-reply-above): New variable.
8901         (message-yank-original): Use it.
8902
8903 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8906
8907 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8910         as read.
8911
8912         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8913
8914 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8917         (gnus-bookmark-default-file): Use gnus-directory.
8918         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8919         Remove "*" in doc string.
8920         (gnus-bookmark-write-file): Simplify.
8921         (gnus-bookmark-maybe-sort-alist): Use `when'.
8922         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8923         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8924         FIXME about Emacs 21 and XEmacs compatibility.
8925         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8926         compatibility.
8927         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8928         compatibility.
8929         (gnus-bookmark-menu-heading): Fix version.
8930
8931 2006-06-19  Bastien Guerry  <bzg@altern.org>
8932
8933         * gnus-bookmark.el: New file.
8934
8935 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * message.el (message-syntax-checks): Doc fix.
8938
8939 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8940
8941         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8942         unsubscribed groups as if they were killed ones.  It causes duplicate
8943         entries in gnus-newsrc-alist.
8944
8945 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * message.el (message-syntax-checks): Doc fix.
8948         (message-send-mail): Add check for continuation headers.
8949         (message-check-news-header-syntax): Fix regexp used to check for
8950         continuation headers.
8951
8952 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8955
8956 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8959
8960 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8963         default-truncate-lines.
8964
8965 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8968         to fill the utf-8 entry.
8969
8970         * lpath.el: Fbind unicode-precedence-list.
8971
8972 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8973
8974         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8975
8976 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8977
8978         * gnus-agent.el (directory-files-and-attributes): Move all the way
8979         forward (the third and final move).
8980         (gnus-agent-read-agentview): Trap reconstruction errors due to
8981         nonexistant directory.  Handle by returning nil.
8982
8983 2006-05-30  Didier Verna  <didier@xemacs.org>
8984
8985         * message.el (message-dont-reply-to-names): Update the custom type.
8986         * message.el (message-dont-reply-to-names): New defsubst: potentially
8987         convert a list of regexps into a single one.
8988         * message.el (message-get-reply-headers): Use it.
8989         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8990
8991 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * gnus-agent.el (directory-files-and-attributes): Move forward.
8994
8995 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8996
8997         * gnus-ml.el (gnus-mailing-list-subscribe)
8998         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8999         (gnus-mailing-list-message): Fix doc strings.
9000
9001 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9002
9003         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9004         of doing it manually.
9005
9006 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9007
9008         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9009         comment.
9010
9011 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9012
9013         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9014         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9015         (gnus-agent-read-local): All symbols allocated in my-obarray.
9016         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9017         (gnus-agent-regenerate-group): Check numeric names to see if they are
9018         messages or groups.
9019         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9020         better way of do this...)
9021
9022         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9023         'dummy.group' (there should be a better way of do this...)
9024
9025 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9028         (gnus-saved-headers): Ditto.
9029         (gnus-default-article-saver): Mention functions may have properties.
9030         (gnus-article-save): Override gnus-save-all-headers and
9031         gnus-saved-headers by :headers property which saver function may have.
9032         (gnus-summary-save-in-file): Add :headers property.
9033         (gnus-summary-write-to-file): Ditto.
9034
9035         * gnus-sum.el (gnus-summary-save-article): Bind
9036         gnus-prompt-before-saving to t when saving many articles in a file;
9037         always show all headers.
9038
9039         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9040
9041 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9042
9043         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9044         marks.
9045
9046         * message.el (message-indent-citation): Add optional arguments to allow
9047         using it outside of message buffers.
9048
9049         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9050         (gnus-article-treat-unfold-headers): Use it.
9051         (gnus-article-truncate-lines): New variable.
9052         (gnus-article-mode): Use it.
9053         (gnus-article-toggle-truncate-lines): New function.
9054
9055         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9056         gnus-article-toggle-truncate-lines.
9057
9058         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9059         coding system in XEmacs, use binary.
9060
9061 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9064         after-load-alist.
9065
9066         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9067         this function should save decoded articles.
9068         (gnus-summary-write-to-file): Use property to specify this function
9069         should save decoded articles and specify gnus-summary-save-in-file
9070         should be used to save articles other than the first one when saving
9071         many articles.
9072         (gnus-summary-save-body-in-file): Use property to specify this
9073         function should save decoded articles.
9074         (gnus-summary-write-body-to-file): Use property to specify this
9075         function should save decoded articles and specify
9076         gnus-summary-save-body-in-file should be used to save articles other
9077         than the first one when saving many articles.
9078
9079         * gnus-sum.el (gnus-summary-save-article): Simplify.
9080
9081 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9082
9083         * gnus-art.el (gnus-default-article-saver): Add
9084         gnus-summary-write-body-to-file.
9085         (gnus-article-save-coding-system): Don't use coding system object
9086         in XEmacs.
9087         (gnus-read-save-file-name): Add optional `dir-var' argument which
9088         specifies directory in which files are saved; work even if optional
9089         `variable' argument is not specified.
9090         (gnus-summary-write-to-file): Read file name.
9091         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9092         (gnus-summary-write-body-to-file): New function.
9093
9094         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9095         (gnus-summary-local-variables): Add it.
9096         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9097         (gnus-summary-save-article): Remove optional `decode' argument;
9098         determine whether to decode articles by the value of
9099         gnus-default-article-saver; when saving many files using
9100         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9101         it first and use gnus-summary-save-in-file or
9102         gnus-summary-save-body-in-file thereafter unless
9103         gnus-prompt-before-saving is always; move point to article which
9104         will be saved.
9105         (gnus-summary-save-article-file): Revert.
9106         (gnus-summary-write-article-file): Revert.
9107         (gnus-summary-save-article-body-file): Revert.
9108         (gnus-summary-write-article-body-file): New function.
9109
9110 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9111
9112         * gnus-art.el (gnus-default-article-saver): Doc fix.
9113         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9114         from gnus-summary-save-article-coding-system, and default to a
9115         certain coding system.
9116         (gnus-output-to-file): Add coding cookie and encode text according
9117         to gnus-article-save-coding-system; don't use mm-append-to-file.
9118
9119         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9120         gnus-art.el and rename to gnus-article-save-coding-system.
9121         (gnus-summary-save-article): Require gnus-art; don't show all
9122         headers if it decodes articles; don't add coding cookie here;
9123         don't bind mm-text-coding-system-for-write.
9124         (gnus-summary-save-article-file): Save decoded articles.
9125         (gnus-summary-write-article-file): When saving many files, use
9126         gnus-summary-write-to-file first and gnus-summary-save-in-file
9127         thereafter unless gnus-prompt-before-saving is always.
9128         (gnus-summary-save-article-body-file): Save decoded articles.
9129
9130         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9131
9132 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9133
9134         * nnrss.el (nnrss-check-group): Bind hash-index.
9135
9136 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9137
9138         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9139         its hash index.  Store this hash in `nnrss-group-data'.
9140         (nnrss-read-group-data): Update accordingly.
9141
9142 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9143
9144         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9145         entry.
9146
9147         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9148         gnus-article-browse-html-article.
9149
9150 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9151
9152         * gnus-sum.el (gnus-summary-mime-map): Add
9153         gnus-article-browse-html-article.
9154
9155         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9156
9157 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9160         suitable coding systems in customize.
9161
9162 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9163
9164         * mail-source.el (mail-sources): Fix custom type.
9165
9166 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9167
9168         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9169         (gnus-summary-expire-articles-now): Shorten prompt.
9170
9171         * gmm-utils.el (wid-edit): Require.
9172         (defun-gmm): Renamed from `gmm-defun-compat'.
9173         (gmm-image-search-load-path): Use it.
9174         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9175
9176 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9179         variable.
9180         (gnus-summary-save-article): Add optional `decode' argument.  If
9181         it is set and gnus-summary-save-article-coding-system is non-nil,
9182         save decoded article.
9183         (gnus-summary-write-article-file): Save decoded article if
9184         gnus-summary-save-article-coding-system is non-nil.
9185
9186         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9187         type.
9188
9189 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9192
9193 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9194
9195         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9196         first to test gnus-single-article-buffer which may be buffer-local.
9197
9198         * gnus-sum.el (gnus-summary-setup-buffer): Make
9199         gnus-single-article-buffer buffer-local and nil in ephemeral
9200         group; make gnus-article-buffer, gnus-article-current, and
9201         gnus-original-article-buffer always buffer-local.
9202         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9203         group.
9204         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9205
9206 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9207
9208         * nnml.el (nnml-request-compact-group): Compressed files might not
9209         have .gz extension.
9210
9211 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9212
9213         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9214         (mm-copy-to-buffer): Use with-current-buffer.
9215         (mm-display-part): Simplify.
9216         (mm-inlinable-p): Add optional arg `type'.
9217
9218 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9219
9220         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9221         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9222         Try harder to show the attachment internally or externally using
9223         gnus-mime-view-part-as-type.
9224
9225 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * message.el (message-from-style, message-signature-separator)
9228         (message-user-organization-file, message-send-mail-function)
9229         (message-citation-line-function, message-yank-prefix)
9230         (message-indent-citation-function, message-signature)
9231         (message-signature-file, message-signature-insert-empty-line):
9232         Remove autoloads.
9233
9234         * gnus-art.el (gnus-buttonized-mime-types): Remove
9235         "multipart/signed".  Revert 2006-04-26 change.
9236
9237 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * gnus.el (gnus-version-number): Bump version.
9240
9241 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9242
9243         * gnus.el: No Gnus v0.5 is released.
9244
9245 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9246
9247         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9248         fetching articles by message-id.
9249
9250 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9251
9252         * message.el (hashcash): Require hashcash as normal.
9253
9254         * ecomplete.el (ecomplete-highlight-match-line): Use
9255         point-at-eol.
9256         (ecomplete-highlight-match-line): Use `highlight', because that
9257         face exists in both Emacs and XEmacs.
9258
9259         * message.el (message-display-abbrev): Use point-at-bol.
9260
9261         * mail-source.el: Don't require timer/timer-funcs.
9262
9263         * gnus-async.el: Ditto.
9264
9265         * password.el: Ditto.
9266
9267         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9268
9269         * mm-url.el: Ditto.
9270
9271         * gnus-xmas.el: Don't require timer-funcs.
9272
9273         * mm-util.el: Require timer/timer-funcs.
9274
9275 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9276
9277         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9278         Close.
9279
9280 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9281
9282         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9283         unibyte after clear-decrypt function runs.
9284
9285         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9286         returns as a unibyte string.
9287
9288 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9289
9290         * lpath.el: Revert.
9291
9292         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9293         (pgg-gpg-process-sentinel): Revert.
9294
9295         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9296         (pgg-pgp-lookup-key): Revert.
9297
9298         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9299         (pgg-pgp5-lookup-key): Revert.
9300
9301         * pgg.el (pgg-fetch-key): Revert.
9302
9303 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9304
9305         * lpath.el: Fbind string-as-multibyte for XEmacs.
9306
9307         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9308         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9309         (mml1991-pgg-encrypt): Ditto.
9310
9311         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9312         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9313         a multibyte buffer.
9314
9315         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9316         (pgg-pgp-lookup-key): Ditto.
9317
9318         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9319         (pgg-pgp5-lookup-key): Ditto.
9320
9321         * pgg.el (pgg-fetch-key): Ditto.
9322
9323 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * message.el (message-user-organization-file): Check several
9326         locations of the organization file.
9327
9328         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9329         Add gnus-article-view-part-as-type.
9330
9331         * gnus-art.el (gnus-article-view-part-as-type): New function.
9332
9333         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9334         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9335
9336         * mml.el: Simplify autoload.
9337         (mml-mode): defvar dnd-protocol-alist instead of using
9338         symbol-value.
9339         (mml-default-directory): New variable.
9340         (mml-minibuffer-read-file): Use it.
9341         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9342
9343         * message.el (message-citation-line-format): New variable.
9344         (message-insert-formated-citation-line): New function.
9345         (message-citation-line-function): Add
9346         `message-insert-formated-citation-line' to custom type.
9347
9348         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9349         to doc string.
9350
9351         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9352         depending on mm-verify-option.
9353
9354 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9357         binding pgg-* variables; reimplement the section which prevents
9358         MIME header from being signed.
9359         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9360         pgg-text-mode; remove a blank line at the top of body.
9361
9362         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9363         lines at the top of body; use gnus-newsgroup-charset if there's no
9364         Charset header.
9365
9366 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9367
9368         * message.el (message-self-insert-commands): Doc fix.
9369
9370         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9371         (mm-uu-pgp-encrypted-test): Ditto.
9372         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9373         between header and body; return application/pgp-encrypted handle
9374         if decryption failed; decode decrypted body by charset.
9375
9376         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9377         element match to application/pgp-*.
9378
9379 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9380
9381         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9382         HTML.
9383
9384 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * mail-source.el (mail-source-call-script): Message the error
9387         string.
9388
9389 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9390
9391         * gnus-util.el (gnus-byte-compile): Use it.
9392
9393 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9394
9395         * gnus-util.el (kill-empty-logs): New function.
9396
9397 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * message.el (message-mail-alias-type): Doc fix.
9400         (message-mail-alias-type-p): New function.
9401         (message-send): Use it.
9402         (message-mode): Ditto.
9403         (message-strip-forbidden-properties): Ditto.
9404
9405         * ecomplete.el (ecomplete-database-file-coding-system): New
9406         variable.
9407         (ecomplete-save): Use it.
9408         (ecomplete-setup): Use it.
9409
9410 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * message.el (message-self-insert-commands): New variable.
9413         (message-strip-forbidden-properties): Use it.
9414
9415 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9416
9417         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9418         that doesn't make XEmacs choke.
9419
9420 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * gnus-util.el (gnus-replace-in-string):
9423         Prefer replace-regexp-in-string over of replace-in-string.
9424
9425 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * gnus-util.el (gnus-select-frame-set-input-focus):
9428         Use select-frame-set-input-focus if it is available in XEmacs; use
9429         definition defined in Emacs 22 for old Emacsen.
9430
9431         * dgnushack.el: Autoload unmorse-region for XEmacs.
9432
9433         * lpath.el: Bind cursor-in-non-selected-windows and
9434         select-frame-set-input-focus for XEmacs.
9435
9436 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9437
9438         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9439
9440 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9441
9442         * gnus-registry.el (gnus-registry-cache-save): Remove text
9443         properties when saving via the temp buffer.
9444
9445 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9446
9447         * message.el (message-generate-hashcash): Honor custom type.
9448
9449 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * message.el (message-generate-hashcash): Default to non-nil when
9452         hashcash is found.
9453
9454         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9455         (gnus-refer-thread-limit): Increase default to 500.
9456
9457         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9458
9459         * flow-fill.el (fill-flowed): Allow delete-space.
9460
9461 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9462
9463         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9464         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9465         Remove autoloads.
9466
9467 2006-04-18  Simon Josefsson  <jas@extundo.com>
9468
9469         * message.el (message-generate-hashcash): Default to.
9470
9471 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9472
9473         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9474         concatenating segments rather than before concatenating them.
9475
9476 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9479
9480 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9481
9482         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9483
9484         * message.el (message-forward-make-body-plain): Allow
9485         message-forward-ignored-headers to be a list.
9486         (message-remove-ignored-headers): Factor out into function.
9487         (message-forward-make-body-mml): Use it.
9488
9489         * imap.el (imap-quote-specials): New function.
9490         (imap-login-auth): Quote specials.
9491
9492         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9493         (rfc2231-parse-string): Allow concatanation of parameters that
9494         aren't contiguous.  The test case is
9495           (mail-header-parse-content-type "message/external-body;
9496             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9497             access-type=LOCAL-FILE;
9498             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9499
9500 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9501
9502         * nntp.el (nntp-accept-process-output): Return the value of
9503         `nnheader-accept-process-output'.
9504
9505 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9506
9507         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9508         (gnus-button-alist): Recognize more diff formats.
9509         (gnus-button-patch): Strip directory.
9510
9511 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9514         Emacs 22 when setting focus.
9515
9516 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9517
9518         * gnus-art.el (gnus-article-treat-types): Do treatment of
9519         text/x-verbatim parts.
9520         (gnus-button-patch): New command.
9521
9522         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9523         addresses that contain invalid characters.
9524
9525 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9526
9527         * message.el (message-put-addresses-in-ecomplete): Use
9528         gnus-replace-in-string.
9529         (message-is-yours-p): Use the more correct
9530         mail-header-parse-address instead of
9531         mail-extract-address-components.
9532         (message-put-addresses-in-ecomplete): Fix typo.
9533
9534         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9535         keystroke.
9536
9537         * gnus-art.el (gnus-treatment-function-alist): Change order of
9538         newsgroups/generic header folding to avoid double-folding.
9539
9540         * message.el (message-hidden-headers): Add X-Draft-From.
9541
9542         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9543         command.
9544         (gnus-summary-repeat-search-article-backward): New command.
9545
9546         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9547         groups in the parent topic.
9548
9549 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9550
9551         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9552         (spam-extra-header-to-number): Return the CRM114 number as a
9553         number instead of a string.
9554
9555 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556
9557         * gnus-art.el (gnus-face-properties-alist): Moved here from
9558         gnus-fun.
9559
9560         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9561
9562 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * message.el (message-strip-forbidden-properties): Only display on
9565         self-insert-command.
9566
9567         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9568         reindent.
9569         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9570
9571 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9572
9573         * smiley.el (smiley-style): Fix typo.
9574
9575 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9576
9577         * hashcash.el (hashcash-insert-payment-async-2): Use
9578         message-goto-eoh instead of doing it manually.
9579         (mail-add-payment): Use message-narrow-to-header instead of trying
9580         to do the same itself.
9581
9582         * message.el (message-hidden-headers): Add Face.
9583
9584         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9585         reparenting code.
9586         (gnus-summary-reparent-children): Refactored out code.
9587         (gnus-summary-thread-map): New keystroke.
9588         (gnus-summary-reparent-children): Make into command.
9589
9590         * smiley.el (smiley-style): Default to `medium' if using a large
9591         font.
9592
9593         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9594         does it itself.
9595
9596         * message.el (message-point-in-header-p): Simplify definition.
9597
9598 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599
9600         * nnagent.el (nnagent-request-set-mark): Silence log file
9601         writing.
9602         (nnagent-request-set-mark): Use write-region instead of
9603         append-to-file.
9604
9605         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9606         strange select method.
9607
9608         * ecomplete.el (ecomplete-display-matches): Get highlightling
9609         right.
9610         (ecomplete-display-matches): Use literals.
9611         (ecomplete-display-matches): Disable message logging.
9612
9613         * message.el (message-display-abbrev): Small optimization.
9614
9615         * ecomplete.el (ecomplete-display-matches): Allow automatic
9616         display.
9617
9618         * message.el (message-strip-forbidden-properties): Display
9619         abbrevs.
9620         (message-display-abbrev): Get automatic display right.
9621
9622         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9623         keystrokes.
9624
9625 2006-04-13  Romain Francoise  <romain@orebokech.com>
9626
9627         TODO: Backport to v5-10!
9628
9629         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9630         Moved here (and renamed) from gnus-registry.el.
9631
9632         * gnus-registry.el: Require gnus-util.
9633         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9634
9635 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9636
9637         * gnus-group.el (gnus-group-catchup-current): Change
9638         if-then-else-if-then-else into cond.
9639         (gnus-group-catchup): Indent.
9640         (group-name-at-point): New function.
9641         (gnus-fetch-group): Provide default from thing at point.
9642
9643 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9644
9645         * message.el (message-display-abbrev): Fix regexp.
9646
9647         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9648         choosing.
9649         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9650         dead variables.
9651
9652         * message.el (message-newline-and-indent): Remove debugging.
9653         (message-display-abbrev): Use new implementation.
9654
9655 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9656
9657         * gnus-art.el (gnus-article-mode): Set
9658         cursor-in-non-selected-windows to nil.
9659
9660         * smiley.el: Revert previous change.
9661         (smiley-data-directory): defvar it before using it in the
9662         defcustom of `smiley-style'.
9663
9664 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9665
9666         * message.el (message-newline-and-indent): New function.
9667
9668         * ecomplete.el: Implement more bits.
9669
9670         * message.el (message-put-addresses-in-ecomplete): Clean up the
9671         string.
9672
9673         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9674
9675         * gnus-sum.el (gnus-summary-save-parts): Bind
9676         gnus-summary-save-parts-counter and use it to make unique file
9677         names.
9678
9679         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9680
9681         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9682         parameter to say whether to actually parse the individual
9683         addresses.
9684
9685         * message.el (message-put-addresses-in-ecomplete): New function.
9686         (ecomplete): Require.
9687         (message-mail-alias-type): Add ecomplete as an option.
9688
9689 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9690
9691         * flow-fill.el (fill-flowed): Remove trailing space from blank
9692         quoted lines.
9693
9694 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9695
9696         * smiley.el (smiley-style): Move definition later to avoid a
9697         compilation warning.
9698
9699 2006-04-12  Kenichi Handa  <handa@m17n.org>
9700
9701         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9702         buffer and then decode the buffer text if necessary.
9703         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9704         first, and after mm-encode-body, change the buffer to unibyte.
9705         Use mm-disable-multibyte instead of set-buffer-multibyte.
9706
9707 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9710         Content-Type header instead of Content-Disposition header.
9711         (gnus-mime-inline-part): Ditto.
9712         (gnus-mime-view-part-as-charset): Ignore charset that the part
9713         specifies.
9714
9715         * mm-decode.el (mm-display-part): Work with external parts and
9716         usual parts similarly.
9717
9718         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9719         instead of gnus-display-mime.
9720
9721         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9722         instead of with-temp-buffer.
9723
9724         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9725         tag to summarized topics part in order to encode non-ASCII text.
9726
9727 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * smiley.el (smiley-style): New variable.
9730         (smiley-directory): New function.
9731         (smiley-data-directory): Derive from `smiley-style' using
9732         `smiley-directory'.
9733         (smiley-regexp-alist): Add new entries.
9734
9735         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9736         (gnus-article-browse-delete-temp): Add :version.
9737
9738 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9739
9740         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9741         the sieve region.
9742
9743 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9744
9745         * gnus.el (gnus-version-number): Bump version.
9746
9747 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * gnus.el: No Gnus v0.4 is released.
9750
9751 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9752
9753         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9754         layout.
9755
9756         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9757         unknown charset.
9758
9759         * message.el (message-header-synonyms): Add Original-To to the
9760         default.
9761
9762         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9763         optional parameter.
9764
9765 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9766
9767         * gnus-fun.el (gnus): Require it for gnus-directory.
9768
9769 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9772
9773 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9774
9775         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9776
9777 2006-04-05  Simon Josefsson  <jas@extundo.com>
9778
9779         * password.el (password-reset): New function.
9780
9781 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9782
9783         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9784         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9785
9786 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9787
9788         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9789         Some whitespace was matched into the url, which broke browsing hits
9790         > 100 when mm-url-use-external was nil.
9791
9792 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9793
9794         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9795         gnus-extra-headers for 'Newsgroups.
9796
9797         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9798         bound.
9799
9800 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9801
9802         * pgg-gpg.el: Clean up process buffers every time gpg processes
9803         complete.
9804
9805 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9806
9807         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9808         doc string.
9809
9810 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9811
9812         * pgg-gpg.el (pgg-gpg-process-filter)
9813         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9814
9815         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9816         lines, temporary fix.
9817
9818 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9821
9822 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9823
9824         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9825         default-enable-multibyte-characters.  This reverts the change from
9826         revision 6.17 which is no longer necessary because the passphrase
9827         is sent separately now.  GnuPG messages are unreadable under
9828         multibyte locales with default-enable-multibyte-characters set to
9829         nil.
9830
9831 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9832
9833         * message.el (message-tool-bar-gnome): Move "spell".
9834
9835 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9838         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9839         instead.
9840
9841 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9842
9843         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9844         newsgroups handling for NNTP overviews which don't include
9845         Newsgroups.
9846
9847 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9848
9849         * message.el (message-resend): Bind message-generate-hashcash to nil.
9850
9851 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9852
9853         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9854         when searching for already-paid recipients.
9855
9856 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9857
9858         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9859         passphrases when it is not needed.
9860         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9861         passphrase stuff from gpg, should only be necessary when you use
9862         gpg with a smartcard.
9863
9864 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * mml.el (mml-insert-mime): Ignore cached contents of
9867         message/external-body part.
9868
9869         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9870         (mm-insert-part): Ditto.
9871
9872 2006-03-23  Simon Josefsson  <jas@extundo.com>
9873
9874         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9875         Reiner.
9876         (pgg-gpg-use-agent-p): Use it again.
9877
9878 2006-03-23  Simon Josefsson  <jas@extundo.com>
9879
9880         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9881         older emacsen.
9882         (pgg-gpg-use-agent-p): Don't use it.
9883
9884 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9887         if we can.
9888
9889 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9890
9891         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9892         (pgg-gpg-update-agent): New function.
9893         (pgg-gpg-use-agent-p): New function.
9894         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9895         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9896         (pgg-gpg-sign-region): Use it.
9897
9898 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9899
9900         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9901         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9902
9903 2006-03-21  Simon Josefsson  <jas@extundo.com>
9904
9905         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9906         <wilde@sha-bang.de>.
9907         (pgg-gpg-use-agent): New variable.
9908         (pgg-gpg-process-region): Use it.
9909         (pgg-gpg-encrypt-region): Likewise.
9910         (pgg-gpg-encrypt-symmetric-region): Likewise.
9911         (pgg-gpg-decrypt-region): Likewise.
9912         (pgg-gpg-sign-region): Likewise.
9913         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9914
9915 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9916
9917         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9918
9919         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9920         Add comment on version.
9921
9922 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * smiley.el: Add missing test smiley.
9925
9926 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9927
9928         * mm-decode.el (mm-with-part): New macro.
9929         (mm-get-part): Use it; work with message/external-body as well.
9930         (mm-save-part): Treat name and filename equally.
9931
9932         * mm-extern.el (mm-extern-cache-contents): New function.
9933         (mm-inline-external-body): Use it; force the part to be displayed;
9934         move undisplayer added to the cached handle to the parent.
9935
9936         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9937         (gnus-mime-view-part-as-type): Work with message/external-body.
9938
9939         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9940
9941 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9942
9943         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9944         images in image-load-path.  [Sync with image.el, revision 1.60, in
9945         Emacs.]
9946
9947 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9950         path rather than symbol.  Always return list of directories.
9951         Guarantee that image directory comes first.  [Sync with image.el,
9952         revision 1.59, in Emacs.]
9953
9954         * message.el (message-make-tool-bar): Adjust to new API of
9955         `gmm-image-load-path-for-library'.
9956
9957         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9958
9959         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9960
9961 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9962
9963         * gnus-art.el (gnus-article-only-boring-p):
9964         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9965         intangible text.
9966         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9967
9968 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9969
9970         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9971         `defun' instead of `gmm-defun-compat'.
9972
9973 2006-03-14  Simon Josefsson  <jas@extundo.com>
9974
9975         * message.el (message-unique-id): Don't use message-number-base36
9976         if (user-uid) is a float.
9977         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9978
9979 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9980
9981         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9982
9983         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9984         empty line between a part and a message part.
9985
9986 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * smiley.el: Add more test smileys.
9989         (smiley-data-directory, smiley-regexp-alist)
9990         (gnus-smiley-file-types): Fix doc strings.
9991         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9992         adding new elements.
9993         (smiley-mouse-map): Unused code.  Make it a comment.
9994
9995 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9998         scan latest NoCeM messages instead of old ones.
9999         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10000         delimiters that are recently used.
10001         (gnus-nocem-load-cache): Add autoload cookie.
10002
10003         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10004
10005         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10006         level which is larger than gnus-use-nocem is specified.
10007
10008         * gnus-group.el (gnus-group-get-new-news): Ditto.
10009
10010 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10011
10012         * gnus-util.el (gnus-tool-bar-update): New function.
10013
10014         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10015         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10016
10017         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10018
10019         * gnus-group.el (gnus-group-redraw-when-idle)
10020         (gnus-group-redraw-check): Remove.
10021         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10022
10023 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10026         if optional last element is specified in splits (FIELD VALUE...).
10027
10028 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10029
10030         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10031         to gmm-image-load-path-for-library.  Call with no-error argument.
10032         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10033
10034         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10035
10036         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10037
10038         * gmm-utils.el (gmm-image-load-path): Remove alias.
10039
10040 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * gmm-utils.el (gmm-image-load-path): Add alias.
10043
10044         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10045         nnml-generate-nov-databases-1.
10046         (nnml-generate-nov-databases): Use it.
10047         (nnml-generate-nov-databases-directory): Document no-active
10048         argument.
10049
10050         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10051         directory if path is t.  Add no-error.
10052
10053         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10054         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10055
10056         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10057         resetting gnus-article-browse-html-temp-list.
10058
10059         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10060         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10061         Add example to docstring.  Rename local variables.  Move error
10062         checks to default case in cond and simplify.
10063
10064 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10067         handle is multipart when calling it recursively.
10068         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10069
10070 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10071
10072         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10073         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10074
10075 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10076
10077         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10078         is loaded.
10079
10080         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10081         loaded.
10082
10083 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10086         to "Emacs 23 (unicode)" in doc string.
10087
10088         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10089         "Emacs 23 (unicode)" in comment.
10090
10091 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10094
10095         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10096         characters 160 through 255 in Emacs 23.
10097
10098 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10101         gnus-article-browse-html-temp.
10102         (gnus-article-browse-delete-temp): Make it customizable.  Add
10103         `file'.  Adjust doc string.
10104         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10105         query for each file.  Adjust doc string.
10106         (gnus-article-browse-html-parts): Add
10107         `gnus-article-browse-delete-temp-files' to
10108         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10109
10110 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10111
10112         * gnus-art.el (gnus-article-browse-html-temp)
10113         (gnus-article-browse-delete-temp): New variables.
10114         (gnus-article-browse-delete-temp-files): New function.
10115         (gnus-article-browse-html-parts): Use it.
10116
10117 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10118
10119         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10120
10121         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10122         string.
10123
10124         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10125         gnus-summary-insert-new-articles when unplugged.  Remove
10126         gnus-summary-search-article-forward.
10127
10128         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10129         display-visual-class instead of display-color-cells.
10130
10131 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * dgnushack.el: Autoload customize-group for XEmacs.
10134
10135         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10136         message/* containing non-ASCII text properly.
10137
10138 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10139
10140         * message.el: Require gmm-utils, remove autoloads.
10141         (message-tool-bar): Set default based on
10142         gmm-tool-bar-style.
10143         (message-tool-bar-gnome): Add gmm-customize-mode.
10144
10145         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10146         gmm-tool-bar-style.
10147         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10148
10149         * gnus-group.el (gnus-group-tool-bar): Set default based on
10150         gmm-tool-bar-style.
10151         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10152
10153         * gmm-utils.el (gmm-image-directory): Rename variable from
10154         gmm-image-load-path.
10155         (gmm-image-load-path): Use gmm-image-directory.
10156         (gmm-customize-mode): New function.
10157         (gmm-tool-bar-style): New variable.
10158
10159         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10160         gnus-group-redraw-line-number.
10161         (gnus-group-redraw-check): Simplify.
10162         (gnus-group-tool-bar-update): Remove redraw check.
10163         (gnus-group-make-tool-bar): Add redraw check.
10164
10165 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10166
10167         * gnus-art.el (gnus-button): Add missing parentheses.
10168
10169 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * lpath.el: Fbind line-number-at-pos.
10172
10173 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10176
10177 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10178
10179         * gnus-art.el (gnus-button): New face.
10180         (gnus-article-button-face): Use it.
10181
10182         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10183         gnus-summary-next-page.  Re-order.
10184
10185         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10186         next-node are now included.
10187         (gnus-group-redraw-line-number): New internal variable.
10188         (gnus-group-redraw-check): Helper function for updating the tool
10189         bar.
10190         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10191
10192         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10193
10194         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10195         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10196         Use it to match format of Spamassassin 3.0 and later.  Reported by
10197         IRIE Tetsuya <irie@t.email.ne.jp>.
10198         (spam-check-bogofilter)
10199         (spam-bogofilter-register-with-bogofilter): Fix args of
10200         `gnus-error' calls.
10201
10202 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10203
10204         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10205         unnecessary interaction when sending queued mails.  Reported by
10206         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10207
10208 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10211         first or last are nil.
10212
10213 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10214
10215         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10216
10217 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10218
10219         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10220
10221 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10222
10223         * dns.el (query-dns): Protect more against buggy tcp output.
10224
10225 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10228         nov.php.
10229
10230 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10231
10232         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10233         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10234         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10235         output on the server side.
10236         (nnweb-google-create-mapping): Update regexps and add some
10237         progress indication.
10238
10239 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10240
10241         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10242         gnus-agent-toggle-plugged.  Re-order icons.
10243         (gnus-group-tool-bar-gnome): Add
10244         gnus-group-{prev,next}-unread-group.
10245         (gnus-group-tool-bar-gnome): Re-order icons.
10246
10247         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10248         gnus-summary-insert-new-articles.
10249
10250         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10251         comments.
10252
10253         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10254         also available in Emacs 21.3.
10255
10256         * message.el (message-fix-before-sending): Change "Emacs 22" to
10257         "Emacs 23 (unicode)" in comment.
10258
10259         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10260         "Emacs 23 (unicode)" in comment.
10261
10262         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10263         comment.
10264         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10265
10266         * mm-view.el (mm-fill-flowed): Add :version.
10267
10268 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10271         and load-path.
10272
10273 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * message.el: Autoload gmm-image-load-path.
10276         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10277         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10278         consitency.
10279
10280         * gmm-utils.el (gmm-image-load-path): Also search in
10281         "../etc/images".  Don't set gmm-image-load-path if we don't find
10282         the image.
10283
10284 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * gmm-utils.el (gmm-image-load-path): Don't make
10287         `gmm-image-load-path' include subdirectories which the second arg
10288         `image' might specify.
10289
10290         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10291         subdirectory to icon file names.
10292
10293         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10294
10295 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10296
10297         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10298         gmm-image-load-path calls.
10299
10300         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10301
10302         * message.el (message-make-tool-bar): Ditto.
10303
10304         * mml.el (mml-preview): Added comment concerning tool bar icons.
10305
10306         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10307         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10308
10309         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10310         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10311
10312         * message.el (message-tool-bar-gnome): Use new icon names.
10313         (message-make-tool-bar): Use `gmm-image-load-path'.
10314
10315         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10316         functions from MH-E.
10317         (gmm-image-load-path): New variable from MH-E.
10318         (gmm-image-load-path): New function from MH-E.  Added arguments
10319         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10320         *-image-load-path-called-flag.
10321
10322 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10323
10324         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10325
10326 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10327
10328         * nnimap.el (nnimap-request-move-article): Change folder back to
10329         source group before deleting.
10330
10331 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10332
10333         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10334
10335         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10336         mm-url.
10337
10338         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10339
10340 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10343         coding system which mm-charset-to-coding-system returns for a
10344         given charset is valid.
10345
10346 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10347
10348         * html2text.el (html2text-remove-tag-list):
10349         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10350
10351 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10352
10353         * gnus-cus.el: Revert 2005-10-17 change.
10354
10355 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-art.el (article-strip-banner): Call
10358         article-really-strip-banner only when the regexp match is made.
10359
10360 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * gnus-art.el (article-strip-banner): Use
10363         gnus-extract-address-components instead of
10364         mail-header-parse-addresses to make it work with non-ASCII text;
10365         remove mail-encode-encoded-word-string.
10366
10367         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10368         values which are surrounded with \"...\"; make it never cause a
10369         Lisp error; give up parsing of parameters if it failed in
10370         extracting type.
10371
10372 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10373
10374         * smime.el (smime-cert-by-ldap-1): Fix bug where
10375         `smime-ldap-search' returns results without userCertificates.
10376
10377 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10380
10381 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10382
10383         * spam.el (spam-check-spamassassin-headers): Adapt format for
10384         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10385         <ari@mbf.ocn.ne.jp>.
10386         (spam-list-of-processors): Add spam-use-gmane.
10387
10388 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10391         make-temp-file; make it work with XEmacs as well.
10392
10393         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10394         mm-make-temp-file.
10395
10396         * mm-decode.el (mm-display-external): Use the 3rd arg of
10397         mm-make-temp-file.
10398         (mm-create-image-xemacs): Ditto.
10399
10400 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10403         with message-narrow-to-headers.
10404         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10405         (gnus-draft-check-draft-articles): New function.
10406         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10407
10408 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * gnus-art.el (gnus-article-browse-html-parts):
10411         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10412         Don't use suffix argument for mm-make-temp-file for Emacs 21
10413         compatibility.  Remove useless `format'.
10414
10415 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10416
10417         * nnweb.el (nnweb-google-wash-article): Update regexps.
10418         (nnweb-group-alist): Use defvoo instead of defvar.
10419
10420 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10423         re-loading nn* modules.
10424
10425 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10426
10427         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10428         for `tool-bar-mode' and don't check it's default-value.
10429
10430         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10431
10432         * message.el (message-make-tool-bar): Ditto.
10433
10434         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10435         `substring'.  Shorten tmp-file name.
10436
10437         * gnus.el: Remove bogus comment.
10438
10439 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10440
10441         * gnus-art.el (gnus-article-browse-html-parts): New function.
10442         (gnus-article-browse-html-article): New function for viewing html
10443         articles with a browser.
10444
10445 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10446
10447         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10448         in elisp.
10449         (pgg-gpg-encrypt-symmetric-region): Ditto.
10450         (pgg-gpg-sign-region): Ditto.
10451
10452         * pgg-def.el (pgg-text-mode): New variable.
10453
10454         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10455         (mml2015-pgg-encrypt): Ditto.
10456
10457         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10458         (mml1991-pgg-encrypt): Ditto.
10459
10460 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10463         message-make-date instead of current-time-string.
10464
10465         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10466         to gnus-decoded which mm-uu might set.
10467
10468 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10471         don't decode quoted parameters; remove misimported Emacs code.
10472         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10473         (rfc2231-decode-encoded-string): Don't use split-string which
10474         behaves differently according to Emacs version; use
10475         mm-decode-coding-region to convert charset to coding-system.
10476         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10477         (rfc2231-encode-string): Remove misimported Emacs code.
10478
10479 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10482         when calling mail-header-parse-content-type.
10483         (article-de-quoted-unreadable): Ditto.
10484         (article-de-base64-unreadable): Ditto.
10485         (article-wash-html): Ditto.
10486
10487         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10488         calling mail-header-parse-content-type and
10489         mail-header-parse-content-disposition.
10490         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10491         mail-header-parse-content-type.
10492
10493         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10494         insert charset and format parameters; encode description after
10495         inserting it to buffer.
10496         (mml-insert-parameter): Fold lines properly even if a parameter is
10497         segmented into two or more lines; change the max column to 76.
10498
10499         * rfc1843.el (rfc1843-decode-article-body): Don't use
10500         ignore-errors when calling mail-header-parse-content-type.
10501
10502         * rfc2231.el (rfc2231-parse-string): Return at least type if
10503         possible; don't cause an error even if it fails in parsing of
10504         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10505         (rfc2231-encode-string): Don't break lines at the beginning, leave
10506         it to mml-insert-parameter.
10507
10508         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10509         calling mail-header-parse-content-type.
10510
10511 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * spam-report.el (spam-report-gmane-use-article-number):
10514         Improve doc string.
10515         (spam-report-gmane-internal): Check if a suitable header was found
10516         in the article.
10517
10518 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10519
10520         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10521         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10522
10523 2006-02-05  Romain Francoise  <romain@orebokech.com>
10524
10525         Update copyright notices of all files in the gnus directory.
10526
10527 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10528
10529         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10530
10531 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10532
10533         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10534         segmented lines of parameter value to cope with Thunderbird 1.5
10535         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10536         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10537         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10538
10539 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10540
10541         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10542         parts.
10543
10544 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10545
10546         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10547         there's only one active file for all servers.
10548         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10549         solid groups.  Gnus might have used a FAST request to select the group.
10550         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10551         and nnweb-search redundantly in the active file.
10552         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10553         (nnweb-request-create-group): Don't use ARGS.
10554         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10555         initialisations.  Let nnoo do the work.
10556
10557 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10558
10559         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10560         Say the part has been decoded.
10561
10562         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10563
10564 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10565
10566         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10567         mailcap-viewer-test-cache when there's no 'test clause, since that
10568         will invert the meaning of a "nil" test previously determined by
10569         mailcap-mailcap-entry-passes-test.
10570
10571 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10574         compiling.
10575
10576         * gnus-sum.el: Ditto.
10577
10578         * message.el: Don't bind tool-bar-map when compiling.
10579
10580 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10583
10584 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10585
10586         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10587         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10588         current Google Groups.
10589
10590 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10591
10592         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10593         and tool-bar-mode.
10594
10595         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10596         and tool-bar-mode.
10597
10598         * message.el (message-tool-bar-update): Simplify.
10599         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10600
10601         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10602         gnus-summary-buffer.
10603         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10604         gnus-summary-reply.
10605
10606         * gmm-utils.el (gmm): Add :version.
10607
10608 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * Makefile.in (clean): New rule.
10611         (distclean): Use it.
10612
10613 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10614
10615         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10616         autoload.
10617
10618 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * gmm-utils.el (gmm-verbose): Add :group.
10621
10622 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * message.el: Change some comments WRT tool-bars.
10625
10626         * gnus-sum.el (gnus-summary-tool-bar)
10627         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10628         (gnus-summary-tool-bar-zap-list): New variables.
10629         (gnus-summary-make-tool-bar): Complete rewrite using
10630         `gmm-tool-bar-from-list'.
10631
10632         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10633         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10634         variables.
10635         (gnus-group-make-tool-bar): Complete rewrite using
10636         `gmm-tool-bar-from-list'.
10637         (gnus-group-tool-bar-update): New function.
10638
10639         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10640
10641 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10642
10643         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10644         is dissected into a single part of which the type is the same as
10645         the given one; decode charset.
10646
10647 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10648
10649         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10650         into alists as symbol not string, since that's what
10651         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10652         look for.
10653
10654 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10655
10656         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10657         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10658
10659         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10660
10661 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10662
10663         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10664         (gnus-xmas-mime-security-button-menu): New function.
10665
10666         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10667         (gnus-mime-security-button-menu): New definition.
10668         (gnus-mime-security-button-map): Use them.
10669         (gnus-mime-security-button-menu): New function.
10670         (gnus-insert-mime-security-button): Addition to help echo.
10671         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10672         (gnus-mime-security-pipe-part): New functions.
10673
10674         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10675         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10676
10677         * mm-decode.el (mm-handle-set-disposition): Remove.
10678         (mm-handle-set-description): Remove.
10679
10680 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10681
10682         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10683         (mm-w3m-standalone-supports-m17n-p): New function.
10684         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10685         w3m usage.
10686
10687         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10688         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10689
10690 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10691
10692         * message.el (message-tool-bar-zap-list): Use
10693         gmm-tool-bar-zap-list as custom type.
10694         (message-tool-bar-update): New function.
10695         (message-tool-bar, message-tool-bar-gnome)
10696         (message-tool-bar-retro): Add message-tool-bar-update.
10697         (message-tool-bar-gnome): Add flyspell-buffer.
10698
10699         * gnus-util.el (gnus-error): Describe `args'.
10700
10701         * gmm-utils.el (gmm-error): Describe `args'.
10702         (gmm-tool-bar-zap-list): New widget.
10703         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10704
10705 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10706
10707         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10708         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10709         the number of recursive calls.
10710
10711         * mm-decode.el (mm-handle-set-disposition): New macro.
10712         (mm-handle-set-description): New macro.
10713
10714 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10715
10716         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10717         encoding.
10718
10719 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10720
10721         * message.el (message-tool-bar-zap-list, message-tool-bar)
10722         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10723         (message-tool-bar-local-item-from-menu): Remove.
10724         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10725         (message-make-tool-bar): New function.
10726         (message-mode): Use `message-make-tool-bar'.
10727
10728         * gmm-utils.el: New file.
10729         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10730         (gmm-lazy): New widget copied from `nnmail.el'.
10731         (gmm-tool-bar-from-list): New function for creating customizable
10732         tool bars.
10733         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10734         output.
10735         (gmm): Add :prefix to defgroup.
10736
10737 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10738
10739         * gmm-utils.el (gmm-widget-p): New function.
10740
10741 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * mml.el (mml-attach-file): Describe `description' in doc string.
10744         (mml-menu): Add Emacs MIME manual and PGG manual.
10745
10746 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10747
10748         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10749
10750 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10751
10752         * nntp.el (nntp-end-of-line): Doc fix.
10753
10754 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10755
10756         * imap.el (imap-open): Handle case where buffer is a buffer
10757         object.
10758
10759 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10760
10761         * gnus-delay.el (gnus-delay): Don't autoload.
10762         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10763         to be re-loaded when customizing the `gnus-delay' group.
10764
10765 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10766
10767         * message.el (message-insert-citation-line): Use newlines.
10768
10769 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10770
10771         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10772         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10773         these routines, so the passphrase can be managed externally and
10774         passed in to the system.
10775         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10776         pgg-add-passphrase-to-cache function.
10777
10778         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10779         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10780         these routines, so the passphrase can be managed externally and
10781         passed in to the system.
10782         (pgg-pgp5-sign-region): Use new name of
10783         pgg-add-passphrase-to-cache function.
10784
10785 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10786
10787         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10788         part of the decoded armor to find the key-identifier.
10789         (pgg-gpg-lookup-key-owner): New function to return the
10790         human-readable identifier of a key owner.
10791         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10792         itself.
10793         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10794         the key value) if we have a key and can match it against a secret
10795         key.  Also, added a note pointing out fact that the prompt only
10796         indicates the first matching key.
10797
10798         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10799         pgg-decrypt-region.
10800         (pgg-add-passphrase-to-cache): Rename from
10801         `pgg-add-passphrase-cache' to reduce confusion (all callers
10802         changed).
10803         (pgg-remove-passphrase-from-cache): Rename from
10804         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10805         changed).
10806         (pgg-read-passphrase, pgg-add-passphrase-cache)
10807         (pgg-remove-passphrase-cache): Add informative docstrings.
10808         (pgg-decrypt): Convey provided passphrase in subordinate call to
10809         pgg-decrypt-region.
10810
10811 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10812
10813         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10814         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10815         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10816         'passphrase' argument, so the passphrase can be managed externally
10817         and then passed in to the system.
10818
10819         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10820         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10821         so the passphrase cache can be used reliably with identifiers
10822         besides a pgp packet's key id.
10823
10824         * pgg-gpg.el (pgg-gpg-encrypt-region)
10825         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10826         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10827         these routines, so the passphrase can be managed externally and
10828         passed in to the system.
10829
10830         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10831         'notruncate' argument, so the passphrase cache can be used
10832         reliably with identifiers besides a pgp packet's key id.
10833
10834 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10835
10836         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10837         symmetric encryption.
10838         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10839         encrypted session key.
10840         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10841         message ask for the passphrase in a proper way.
10842
10843         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10844         New user commands for symmetric encryption.
10845
10846 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10847
10848         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10849
10850         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10851
10852 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10853
10854         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10855
10856 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * mm-decode.el (mm-inlined-types): Add application/pgp.
10859         (mm-automatic-display): Ditto.
10860
10861         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10862         part as text.
10863
10864 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * nnrss.el: Update copyright.
10867         (nnrss-opml-import): Query whether to subscribe to each entry.
10868
10869         * gnus-art.el:
10870         * gnus-sum.el:
10871         * gnus-xmas.el:
10872         * messagexmas.el:
10873         * mm-uu.el:
10874         * mm-view.el: Update copyright.
10875
10876 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10877
10878         * message.el (message-info): New function.
10879         (message-mode-menu): Add it.
10880         Update copyright.
10881
10882         * ChangeLog: Fix and update copyright.
10883
10884 2006-01-13  Romain Francoise  <romain@orebokech.com>
10885
10886         * message.el (message-forward-subject-name-subject): Prefer the
10887         address to 'nowhere' if the sender has no name.
10888         Fix typo.  Update copyright year.
10889
10890 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus-art.el (article-wash-html): Use
10893         gnus-summary-show-article-charset-alist if a numeric arg is given.
10894         (gnus-article-wash-html-with-w3m-standalone): New function.
10895
10896         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10897         mm-inline-text-html-render-with-w3m-standalone.
10898         (mm-text-html-washer-alist): Map w3m-standalone to
10899         gnus-article-wash-html-with-w3m-standalone.
10900         (mm-inline-text-html-render-with-w3m-standalone): New function.
10901
10902 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10905         Improve LaTeX.
10906
10907 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10910         (nnrss-request-article): Render text/plain parts as HTML.
10911
10912         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10913         the buffer.
10914
10915 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10918         custom definition of `gnus-posting-styles'.
10919
10920         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10921         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10922
10923 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10924
10925         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10926         Use nntp for bug archive.
10927
10928 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10929
10930         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10931         parts.
10932         (nnrss-normalize-date): New function converts ISO 8601 date into
10933         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10934         (nnrss-check-group): Use it.
10935
10936 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10937
10938         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10939
10940         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10941         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10942         (nnrss-insert-w3): Ditto.
10943
10944 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10945
10946         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10947         the articles to be forwarded including the case where neither a
10948         number of articles nor a region is specified.
10949
10950 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * nnrss.el (nnrss-request-article): Fix last change; fill
10953         text/plain parts.
10954
10955 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10956
10957         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10958         in text/plain part.
10959         (nnrss-check-group): Don't add excessive newline to dc:subject.
10960
10961 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10962
10963         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10964         article.
10965
10966 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10969         (nnml-use-compressed-files, nnml-save-mail): Support other
10970         comression programs such as bzip2.
10971
10972 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973
10974         * dns.el (query-dns): Make sure we check the buffer size before
10975         removing tcp headers.
10976
10977 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10980         remove MIME buttons associated with multipart/alternative parts.
10981         (gnus-mime-display-alternative): Tag buttons using `article-type'
10982         text property.
10983
10984         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10985         associated with multipart/alternative parts.
10986
10987         * gnus-art.el (gnus-signature-separator): Fix custom type.
10988
10989         * mm-decode.el (mm-inlined-types): Fix custom type.
10990         (mm-keep-viewer-alive-types): Ditto.
10991         (mm-automatic-display): Ditto.
10992         (mm-attachment-override-types): Ditto.
10993         (mm-inline-override-types): Ditto.
10994         (mm-automatic-external-display): Ditto.
10995
10996 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10997
10998         * spam-report.el (spam-report-user-mail-address)
10999         (spam-report-user-agent): New variables.
11000         (spam-report-url-ping-plain): Use spam-report-user-agent.
11001
11002 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11003
11004         * gnus-art.el (gnus-button-handle-custom): Do not just use
11005         `customize-apropos' for any "M-x customize-*" button but the
11006         function called for.  Accept both the function name and its
11007         argument in order to achieve this.
11008         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11009         function name to `gnus-button-handle-custom' in case of "M-x
11010         customize-*" buttons.
11011
11012 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11015         multipart/alternative and add xref to mm-discouraged-alternatives
11016         in doc string.
11017
11018         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11019         gnus-buttonized-mime-types in doc string.
11020
11021 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11022
11023         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11024         Suggest image/.* in the doc string.
11025
11026 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11027
11028         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11029         message-marks (Debian bug #342521).
11030
11031 2005-12-12  Simon Josefsson  <jas@extundo.com>
11032
11033         * password.el (password-read-from-cache): Add.
11034         (password-read): Use it.
11035
11036 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11039         us-ascii as a MIME charset.
11040
11041         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11042         against the case where the 2nd arg TYPE is nil.
11043
11044 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11045
11046         * pop3.el (pop3-stream-type): Fix custom version.
11047
11048         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11049
11050 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11051
11052         * mm-decode.el (mm-display-external): Add missing cdr.
11053
11054 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11057         RFC1524) if it is in mailcap or add a suffix according to
11058         mailcap-mime-extensions when generating a temp filename; postpone
11059         deleting a temp file for 2 seconds for some wrappers, shell
11060         scripts, and so on, which might exit right after having started a
11061         viewer command as a background job.
11062
11063 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * nntp.el (nntp-marks-directory): Fix custom group.
11066
11067         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11068         steps when < 10.
11069
11070         * gnus-start.el (gnus-no-server-1): Mention
11071         `gnus-level-default-subscribed' in doc string.
11072
11073 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11074
11075         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11076         parens.
11077
11078 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11079
11080         * gnus-xmas.el (gnus-use-toolbar): Revert.
11081         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11082         gnus-use-toolbar is default.
11083
11084         * messagexmas.el (message-use-toolbar): Revert.
11085         (message-setup-toolbar): Use global default-toolbar if
11086         message-use-toolbar is default.
11087
11088 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11089
11090         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11091         according to default-toolbar-visible-p.
11092
11093         * messagexmas.el (message-use-toolbar): Ditto.
11094
11095 2005-11-26  Dave Love  <fx@gnu.org>
11096
11097         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11098         (tls-program, tls-success): Provide openssl alternative.
11099
11100         * starttls.el: Doc fixes.
11101         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11102         SERVICE to PORT.
11103
11104         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11105         port null or service name.
11106         (starttls-negotiate): Autoload.
11107
11108 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * message.el (message-kill-to-signature): Fix interactive spec.
11111
11112 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * pop3.el (pop3-open-server): Recognize a string as a service name.
11115
11116 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11117
11118         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11119
11120 2005-11-23  Dave Love  <fx@gnu.org>
11121
11122         Add pop3s, pop3/starttls.
11123
11124         * pop3.el (pop3-authentication-scheme): Clarify doc.
11125         (open-tls-stream, starttls-open-stream): Autoload.
11126         (pop3-stream-type): New.
11127         (pop3-open-server): Use it.
11128
11129         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11130         for POP.
11131         (mail-source-keyword-map): Add :stream for POP.
11132         (mail-source-fetch-pop): Use pop3-stream-type.
11133
11134 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11135
11136         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11137         of current-time-string.
11138
11139 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11140
11141         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11142         date header.
11143
11144 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11145
11146         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11147         it can seriously impact performance as it bypasses the agent's
11148         local caches.
11149
11150 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11151
11152         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11153         must be explicitly online rather than "not explicitly offline" for
11154         its flags to be synchronized.
11155
11156         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11157         that gnus-uu-unmark-thread will function correctly.
11158
11159         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11160         1024K is instead displayed as 1M.
11161
11162 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11163
11164         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11165
11166 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11167
11168         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11169
11170 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11171
11172         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11173         error message to display actual error condition.
11174         (gnus-agent-save-local): Avoid saving symbols that are bound to
11175         nil as they simply result in a warning message in
11176         gnus-agent-read-local.
11177
11178 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11181         rather than make-variable-buffer-local for file-precious-flag.
11182
11183 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11184
11185         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11186         for duplicates which are removed.  The invalid sort check then
11187         triggers a rescan after the sort as sorting may have moved
11188         duplicate entries such that they can be cheaply detected.
11189
11190 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11193
11194 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11195
11196         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11197         internal variable to a custom variable.  Changed default value
11198         from compressed(2) to uncompressed(1).
11199         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11200         support for uncompressed agentview files.  Taken together, reading
11201         the agentview file should now be 6-7 times faster.
11202
11203 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11204
11205         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11206         as a buffer-local variable.  This avoids creating truncated
11207         dribble files as a result of a hang up, eg.
11208
11209 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11210
11211         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11212         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11213         XEmacs.
11214
11215 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * gnus-start.el (gnus-start-draft-setup): Enforce
11218         `gnus-draft-mode' for nndraft:drafts at startup.
11219
11220         * gnus.el (gnus-splash): Change custom group.
11221         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11222         allow-list argument.
11223
11224         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11225         string.
11226
11227 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * gnus-art.el (gnus-default-article-saver): Add user-defined
11230         `function' to custom type.
11231
11232 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11233
11234         * imap.el (imap-open): Handle case where buffer is a buffer
11235         object.
11236
11237 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11238
11239         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11240         long lines.
11241         (gnus-cache-delete-group): Wrap doc strings.
11242
11243         * gnus-agent.el (gnus-agent-rename-group)
11244         (gnus-agent-delete-group): Wrap doc strings.
11245
11246 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * messagexmas.el (message-use-toolbar): Change the valid values
11249         into default, top, bottom, left, and right.
11250         (message-toolbar-thickness): New variable.
11251         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11252         well.
11253         (message-setup-toolbar): Make it work.
11254
11255         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11256         (gnus-use-toolbar): Change the valid values into default, top,
11257         bottom, left, and right.
11258         (gnus-toolbar-thickness): New variable.
11259         (gnus-xmas-setup-toolbar): New function.
11260         (gnus-xmas-setup-group-toolbar): Use it.
11261         (gnus-xmas-setup-summary-toolbar): Use it.
11262
11263 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11264
11265         * gnus-start.el (gnus-1): Add "native" to
11266         gnus-predefined-server-alist.
11267
11268         * gnus.el (gnus-method-to-server): Don't add "native" to the
11269         lists here, because that leads to problems when
11270         gnus-select-method is bound.
11271
11272 2005-11-09  Simon Josefsson  <jas@extundo.com>
11273
11274         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11275         use (not sort-by-date) instead.
11276
11277 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11278
11279         * gnus-delay.el (gnus-delay-group): Don't autoload.
11280         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11281         to be re-loaded when customizing the `gnus-delay' group.
11282
11283 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11284
11285         * message.el: Revert last changes.
11286         (message-insert-citation-line): Use newlines.
11287
11288 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11289
11290         * message.el (message-courtesy-message)
11291         (message-mark-insert-begin, message-mark-insert-end)
11292         (message-elide-ellipsis, message-cancel-message)
11293         (message-add-header, message-change-subject)
11294         (message-cross-post-followup-to-header)
11295         (message-cross-post-insert-note, message-reduce-to-to-cc)
11296         (message-widen-reply, message-delete-not-region)
11297         (message-kill-to-signature, message-insert-signature)
11298         (message-insert-importance-high, message-insert-importance-low)
11299         (message-insert-or-toggle-importance)
11300         (message-insert-disposition-notification-to)
11301         (message-indent-citation, message-yank-original)
11302         (message-cite-original-without-signature, message-cite-original)
11303         (message-insert-citation-line, message-position-on-field)
11304         (message-fix-before-sending, message-send-mail-partially)
11305         (message-send-mail, message-send-mail-with-sendmail)
11306         (message-send-mail-with-qmail, message-send-news)
11307         (message-check-news-header-syntax, message-generate-headers)
11308         (message-insert-courtesy-copy, message-fill-address)
11309         (message-fill-header, message-shorten-references)
11310         (message-setup-1, message-cancel-news)
11311         (message-forward-make-body-plain, message-forward-make-body-mime)
11312         (message-forward-make-body-mml, message-encode-message-body)
11313         (message-forward-make-body-digest-plain)
11314         (message-forward-make-body-digest-mime)
11315         (message-use-alternative-email-as-from): Insert `hard-newline'
11316         instead of ordinary newlines.
11317
11318 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11319
11320         * message.el (message-generate-headers): Downcase the argument
11321         given to message-check-element.
11322
11323 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11324
11325         * nntp.el (nntp-authinfo-rejected): New error condition.
11326         (nntp-wait-for): Use new error condition to signal authentication
11327         error.
11328         (nntp-retrieve-data): Rethrow new error condition to break out of
11329         recursive call to nntp-send-authinfo.
11330
11331 2005-11-08  Romain Francoise  <romain@orebokech.com>
11332
11333         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11334         (gnus-summary-exit-map): Bind to `Z p'.
11335         (gnus-summary-make-menu-bar): Add menu item.
11336
11337 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11338
11339         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11340         (gnus-treat-*): Add `first' in all doc strings.
11341
11342         * gnus-group.el (gnus-group-compact-group): Fix typo.
11343
11344 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * gnus.el (gnus-parameters-case-fold-search): New variable.
11347         (gnus-parameters-get-parameter): Use it.
11348
11349         * gnus-score.el (gnus-home-score-file): Doc fix.
11350
11351 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11352
11353         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11354
11355 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * mm-util.el (mm-special-display-p): New function.
11358
11359         * mml.el (mml-preview): Use it; doc fix.
11360
11361 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11362
11363         * imap.el (imap-open): Handle case where buffer is a buffer object.
11364
11365 2005-10-29  Romain Francoise  <romain@orebokech.com>
11366
11367         * message.el (message-fix-before-sending): Fix comment.
11368
11369 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11370
11371         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11372
11373 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11374
11375         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11376         Used in gnus-score.el.
11377
11378 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11381
11382 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11385         whitespace removed in revision 7.8.  Use concatenated string to
11386         protect trailing whitespace.
11387
11388 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11389
11390         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11391         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11392         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11393         Courier IMAP ("some version from 2004").  Mostly based on similar
11394         code in the same function.
11395
11396 2005-10-26  Didier Verna  <didier@xemacs.org>
11397
11398         * gnus-group.el (gnus-group-compact-group): Invalidate original
11399         article buffer.
11400         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11401         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11402         NOV database and in article itself.
11403         Invalidate article backlog.
11404
11405 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11406
11407         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11408
11409 2005-10-26  Simon Josefsson  <jas@extundo.com>
11410
11411         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11412         part of 2004-07-25 change.
11413
11414 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * message.el (message-display-completion-list): New function.
11417         (message-expand-group): Use it; make sure the Completions buffer
11418         is modifiable.
11419 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11420
11421         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11422         user-mail-name is an empty string.
11423
11424 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11425
11426         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11427         depending on gnus-score-decay-constant.
11428
11429         * encrypt.el (encrypt-insert-file-contents)
11430         (encrypt-write-file-contents): Don't use `gnus-message'.
11431
11432         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11433         arguments.
11434         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11435         arguments to mm-uu-verbatim-marks-extract.
11436         (mm-uu-hide-markers): New variable.
11437         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11438
11439         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11440         (gnus-convert-image-to-face-command): Use "convert" by default to
11441         allow other input image formats.
11442         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11443         accordingly.
11444
11445 2005-10-23  Simon Josefsson  <jas@extundo.com>
11446
11447         * imap.el (imap-gssapi-program): Align command line parameters
11448         with latest GNU SASL.
11449         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11450
11451 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11454         HTML.
11455         (nnslashdot-request-article): Ditto.
11456
11457         * lpath.el (featurep): Add nobreak-char-display.
11458
11459 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11460
11461         * mail-source.el (mail-source-fetch-pop): Require pop3.
11462         (mail-source-check-pop): Ditto.
11463
11464 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11465
11466         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11467         errors.
11468
11469 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11472         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11473
11474         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11475
11476         * mm-bodies.el (mm-decode-string): Call
11477         `mm-charset-to-coding-system' with allow-override argument.
11478
11479 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11482         (rfc2047-charset-to-coding-system): New function.
11483         (rfc2047-decode-encoded-words): New function.
11484         (rfc2047-decode-region): Use them.
11485         (rfc2047-decode-cte): Remove.
11486         (rfc2047-parse-and-decode): Remove.
11487         (rfc2047-decode): Remove.
11488
11489 2005-10-15  Kenichi Handa  <handa@m17n.org>
11490
11491         * rfc2047.el (rfc2047-decode-cte): New function.
11492         (rfc2047-decode-region): Change the way to decode successive
11493         encoded-words: decode B- or Q-encoding in each encoded-word,
11494         concatenate them, and decode it as charset.
11495
11496 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11497
11498         * lpath.el: Fbind codepage-setup for XEmacs.
11499
11500 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11501
11502         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11503         widget-move-and-invoke.
11504         (gnus-custom-mode): Use gnus-custom-map.
11505
11506 2005-10-15  Bill Wohler  <wohler@newt.com>
11507
11508         * message.el (message-tool-bar-map): Renamed image file from
11509         mail_send to mail/send.
11510
11511 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11512
11513         * message.el (message-expand-group): Pass the common
11514         prefix substring of completion to `display-completion-list'.
11515
11516 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11517
11518         * mml-sec.el (mml-secure-method): New internal variable.
11519         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11520         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11521         functions using mml-secure-method.
11522
11523         * mml.el (mml-mode-map): Add key bindings for those functions.
11524         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11525         Harder <harder@myrealbox.com>.
11526         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11527         end of message if point is the headers of the message.
11528
11529         * message.el (message-in-body-p): New function.
11530
11531         * assistant.el: Autoload gnus-util and netrc.
11532
11533         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11534         Use `mm-charset-override-alist' only when decoding.
11535
11536         * mm-bodies.el (mm-decode-body): Call
11537         `mm-charset-to-coding-system' with allow-override argument.
11538
11539         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11540         `filename' from Content-Disposition if Content-Type doesn't
11541         provide `name'.
11542         (gnus-mime-view-part-as-type): Set default instead of
11543         initial-input.
11544
11545 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11546
11547         * format-spec.el (format-spec): Propagate text properties of % spec.
11548
11549 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11550
11551         * gnus-art.el (gnus-treat-predicate): Add `first'.
11552
11553 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11556         (mm-charset-override-alist): New variable.
11557         (mm-charset-to-coding-system): Use it.
11558         (mm-codepage-setup): New helper function.
11559         (mm-charset-eval-alist): New variable.
11560         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11561         about unknown charsets.
11562
11563         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11564
11565 2005-10-04  David Hansen  <david.hansen@gmx.net>
11566
11567         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11568         (nnrss-check-group): Ditto.
11569
11570 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11571
11572         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11573         Rename x-gnus-verbatim to x-verbatim.
11574         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11575
11576         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11577         x-verbatim.
11578
11579         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11580
11581         * gnus-util.el (gnus-remove-duplicates): Remove.
11582
11583         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11584         instead of gnus-remove-duplicates.
11585
11586         * message.el (message-remove-duplicates): Remove.
11587         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11588         message-remove-duplicates.
11589
11590         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11591         available, else use implementation from `delete-dups'.
11592
11593         * message.el (message-insert-expires): New function.
11594         (message-mode-map): Add key binding.
11595         (message-mode-field-menu): Add menu entry.
11596         (message-mode): Document it.
11597         (message-make-expires-date): Use `message-make-date'.
11598
11599 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11600
11601         * message.el (message-make-expires-date): New function.
11602
11603 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11604
11605         * Makefile.in (list-installed-shadows): New entry.
11606         (install): Use it.
11607         (remove-installed-shadows): New entry.
11608
11609         * dgnushack.el (dgnushack-default-load-path): New variable.
11610         (dgnushack-find-lisp-shadows): New function.
11611         (dgnushack-remove-lisp-shadows): New function.
11612
11613 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11614
11615         * Makefile.in (install-el-elc): New entry.
11616         (install): Use it so that .el files are necessarily installed.
11617
11618 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11621
11622 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11623
11624         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11625         function rather than the diff-mode.el package.
11626         (mm-display-external): Use with-current-buffer.
11627         (mm-viewer-completion-map, mm-viewer-completion-map):
11628         Move initialization inside declaration.
11629
11630 2005-09-29  Simon Josefsson  <jas@extundo.com>
11631
11632         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11633         autoload mail-check-payment.
11634         (spam-check-hashcash): Define unconditionally, since hashcash.el
11635         is part of Gnus now.  Ignore errors from payment checking.
11636
11637 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * message.el (message-bold-region, message-unbold-region): Rename
11640         from `bold-region' and `unbold-region'.
11641
11642         * message.el: Remove useless autoloads.
11643
11644 2005-09-28  Simon Josefsson  <jas@extundo.com>
11645
11646         * message.el (message-use-idna): Default to t.
11647         (message-use-idna): Test whether encoding works too.  Doc fix.
11648
11649 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * nntp.el (nntp-warn-about-losing-connection): Remove.
11652
11653 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11654
11655         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11656         customizable.  Change default value.
11657         (mm-uu-diff-groups-regexp): Change default value.
11658         (mm-uu-type-alist): Add doc string.
11659         (mm-uu-configure): Add doc string.  Make it interactive.
11660         (mm-uu-tex-groups-regexp): New variable.
11661         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11662         (mm-uu-type-alist): Add LaTeX documents.
11663         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11664         of "text/verbatim".
11665         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11666
11667         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11668         instead of "text/verbatim".
11669
11670         * message.el (message-mark-inserted-region)
11671         (message-mark-insert-file): Use slrn style marks when called with
11672         prefix argument.
11673
11674 2005-09-27  Simon Josefsson  <jas@extundo.com>
11675
11676         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11677
11678 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11679
11680         * message.el (message-remove-duplicates): New function.
11681         Implementation borrowed from `gnus-remove-duplicates'.
11682         (message-idna-to-ascii-rhs): Also encode idna addresses in
11683         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11684         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11685         only ask about the same idna domain once per header and also tell
11686         in what header to replace the idna domain.
11687
11688         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11689         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11690         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11691         a header is decoded and not just the last one.
11692
11693 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11694
11695         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11696         has been decoded.
11697
11698         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11699         (mm-insert-part): Don't modify text if it has been decoded.
11700
11701         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11702         decoded.
11703
11704         * mm-view.el (mm-inline-text): Don't strip text props unless
11705         decoding enriched or richtext parts.
11706
11707 2005-09-25  Romain Francoise  <romain@orebokech.com>
11708
11709         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11710         * gnus-start.el (gnus-subscribe-interactively):
11711         * gnus-uu.el (gnus-uu-grab-articles):
11712         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11713         space.
11714
11715 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11716
11717         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11718         * mm-view.el (mm-view-pkcs7-decrypt):
11719         * gnus-sum.el (gnus-summary-limit-to-extra)
11720         (gnus-summary-respool-article, gnus-read-move-group-name):
11721         * gnus-score.el (gnus-summary-increase-score):
11722         * gnus-util.el (gnus-completing-read-with-default):
11723         * gnus-art.el (gnus-read-save-file-name)
11724         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11725         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11726         * message.el (message-check-news-header-syntax):
11727         Follow convention for reading with the minibuffer.
11728
11729 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * spam-report.el (spam-report-url-ping-plain):
11732         Use gnus-extended-version as User-Agent.
11733
11734         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11735         default value is nil.
11736
11737         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11738         (mm-uu-verbatim-marks-extract): New function.
11739         (mm-uu-extract): New face.
11740         (mm-uu-copy-to-buffer): Use it.
11741
11742         * spam-report.el (spam-report-gmane-ham): Renamed from
11743         `spam-report-gmane-unspam'.
11744         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11745         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11746
11747         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11748         Autoload.
11749         (spam-report-gmane-unregister-routine): Renamed
11750         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11751
11752 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11753
11754         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11755         (spam-report-gmane-unregister-routine): Add support for gmane
11756         unregistration.
11757
11758         * spam-report.el (spam-report-gmane-unspam)
11759         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11760         (spam-report-gmane): Change to take a single article and do unspam
11761         registration.
11762
11763 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11764
11765         * mm-url.el (mm-url-decode-entities): Fix regexp.
11766
11767 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11768
11769         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11770         default to nil, to be able to use Gnus at all.  If the default
11771         switches to something else, then the function should be fixed not
11772         be exceedingly slow.
11773
11774 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11775
11776         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11777         fail hard.
11778
11779         * spam-report.el: Add better Keywords line.
11780
11781         * spam.el: Add Maintainer and better Keywords line.
11782
11783 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11784
11785         * gnus-art.el (gnus-article-replace-part)
11786         (gnus-mime-replace-part): New functions.
11787         (gnus-mime-action-alist, gnus-mime-button-commands)
11788         (gnus-mime-save-part-and-strip): Added file argument.
11789         (gnus-article-part-wrapper): Added interactive argument.
11790
11791         * gnus-sum.el (gnus-summary-mime-map): Add
11792         `gnus-article-replace-part'.
11793
11794 2005-09-19  Didier Verna  <didier@xemacs.org>
11795
11796         The nnml compaction feature:
11797         * nnml.el (nnml-request-compact-group): New function.
11798         * nnml.el (nnml-request-compact): New function.
11799         * gnus-int.el (gnus-request-compact-group): New function.
11800         * gnus-int.el (gnus-request-compact): New function.
11801         * gnus-group.el (gnus-group-compact-group): New function.
11802         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11803         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11804         * gnus-srvr.el (gnus-server-compact-server): New function.
11805         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11806         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11807
11808 2005-09-18  Deepak Goel  <deego@gnufans.org>
11809
11810         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11811         format spec.
11812
11813 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11814
11815         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11816
11817 2005-09-15  Romain Francoise  <romain@orebokech.com>
11818
11819         * message.el (message-fill-paragraph): Clarify docstring.
11820
11821 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * gnus-art.el (gnus-mime-display-part): Protect against broken
11824         MIME messages.
11825
11826 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11827
11828         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11829         before parsing header.
11830
11831 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11832
11833         * html2text.el (html2text-replace-list): Add new entities.
11834
11835 2005-09-11  Romain Francoise  <romain@orebokech.com>
11836
11837         * message.el (message-alternative-emails): Improve docstring.
11838         (message-setup-1): Call `message-use-alternative-email-as-from'
11839         after `message-setup-hook' to give it precedence over posting
11840         styles, etc.
11841         (message-use-alternative-email-as-from): Add docstring.  Remove
11842         the original From header if present.
11843
11844         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11845         (nnml-save-mail): Use it.
11846
11847         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11848         articles.  Add new argument `silent'.
11849         (gnus-uu-mark-all): Report the total number of marked articles.
11850
11851 2005-09-10  Romain Francoise  <romain@orebokech.com>
11852
11853         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11854         (gnus-uu-mark-series): Likewise.
11855
11856 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * spam-report.el (spam-report-gmane): Fix generation of spam
11859         report URL.
11860
11861 2005-09-10  Simon Josefsson  <jas@extundo.com>
11862
11863         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11864         t, based on discussion on the ding list with Robert Epprecht
11865         <epprecht@solnet.ch>.
11866
11867 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11868
11869         * spam-report.el (spam-report-gmane): Make it work without
11870         X-Report-Spam header.  Gmane now only provides Archived-At.
11871         This is only used if `spam-report-gmane-use-article-number' is nil.
11872         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11873
11874         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11875         make `gnus-summary-sort-by-recipient' work with threading.
11876
11877         * nnweb.el (nnweb-google-wash-article): Print a message if article
11878         is not available.
11879
11880 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11881
11882         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11883         change.  Decode text/* parts content before displaying.
11884
11885 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11886
11887         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11888
11889 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11890
11891         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11892
11893         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11894         url-package-name, url-package-version,
11895         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11896         w3m-display-inline-images, and w3m-minor-mode-map.
11897
11898 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * message.el (message-tab-body-function): Fix mismatched custom type.
11901
11902         * gnus.el (gnus-group-change-level-function): Ditto.
11903
11904         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11905
11906         * gnus-art.el (gnus-signature-limit)
11907         (gnus-article-mime-part-function): Ditto.
11908
11909 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * mml.el (mml-mode): Silence the byte compiler.
11912
11913         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11914         using `(sit-for 0)' before moving the point to the specified part;
11915         skip unbuttonized parts.
11916         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11917         return to the summary window if gnus-auto-select-part is non-nil.
11918
11919 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11920
11921         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11922         variables.
11923         (mml-dnd-attach-file, mml-mode): Use them.
11924
11925         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11926         Make fetching article by MID work again for Google Groups.  Added
11927         FIXME concerning gnus-group-make-web-group.
11928
11929         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11930         Don't depend on Gnus by using mail-extract-address-components if
11931         gnus-extract-address-components is not bound.
11932
11933 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11934
11935         * gnus-art.el (gnus-mime-display-security): Don't display the
11936         signature, but only the signed part.
11937
11938 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11941
11942         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11943         list, not listp.
11944
11945 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11946
11947         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11948         when encoding.
11949
11950         * mm-bodies.el (mm-decode-content-transfer-encoding):
11951         De-canonicalize CRLF for all text content types, not just
11952         text/plain.
11953
11954 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11957         valid article; point arrow and cursor at the MIME button.
11958
11959 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11960
11961         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11962         Suggested by Dan Christensen <jdc@uwo.ca>.
11963
11964         * mm-decode.el (mm-save-part): Enable change of prompt.
11965
11966 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11967
11968         * gnus-msg.el (gnus-inews-add-send-actions): Made
11969         `message-post-method' lambda parameter ARG `&optional'.
11970
11971 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * gnus-sum.el (gnus-summary-mime-map): Added
11974         gnus-article-save-part-and-strip, gnus-article-delete-part and
11975         gnus-article-jump-to-part.
11976
11977         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11978         (gnus-article-edit-part): Use it.
11979         (gnus-article-part-wrapper): Added no-handle argument.
11980         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11981         functions.
11982
11983 2005-08-29  Romain Francoise  <romain@orebokech.com>
11984
11985         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11986         docstring.
11987         (gnus-face-from-file): Likewise.
11988
11989 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11990
11991         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11992         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11993         non-nil.
11994         (gnus-auto-select-part): New variable.
11995         (gnus-article-jump-to-part): New function.
11996         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11997         (gnus-mime-delete-part): Allow selecting specified part after
11998         deleting or stripping parts.
11999         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12000         part if argument is bogus.
12001
12002 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12003
12004         * gnus-art.el (w3m-minor-mode-map):
12005         * gnus-spec.el (gnus-newsrc-file-version):
12006         * gnus-util.el (nnmail-active-file-coding-system)
12007         (gnus-original-article-buffer, gnus-user-agent):
12008         * gnus.el (gnus-ham-process-destinations)
12009         (gnus-parameter-ham-marks-alist)
12010         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12011         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12012         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12013         * mm-decode.el (gnus-current-window-configuration):
12014         * mm-extern.el (gnus-article-mime-handles):
12015         * mm-url.el (url-current-object, url-package-name)
12016         (url-package-version):
12017         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12018         (smime-keys, w3m-cid-retrieve-function-alist)
12019         (w3m-current-buffer, w3m-display-inline-images)
12020         (w3m-minor-mode-map):
12021         * mml-smime.el (gnus-extract-address-components):
12022         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12023         (gnus-newsrc-hashtb, message-default-charset)
12024         (message-deletable-headers, message-options)
12025         (message-posting-charset, message-required-mail-headers)
12026         (message-required-news-headers):
12027         * mml1991.el (mc-pgp-always-sign):
12028         * mml2015.el (mc-pgp-always-sign):
12029         * nnheader.el (nnmail-extra-headers):
12030         * rfc1843.el (gnus-decode-encoded-word-function)
12031         (gnus-decode-header-function, gnus-newsgroup-name):
12032         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12033
12034 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12035
12036         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12037         the end of the date treatments.
12038
12039 2005-08-15  Simon Josefsson  <jas@extundo.com>
12040
12041         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12042         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12043         Capello and Romain Francoise.
12044         (pgg-fetch-key-function): Removed, not used?
12045         (pgg-insert-url-with-w3): Require url, to get
12046         url-insert-file-contents regardless of where it is defined.
12047
12048 2005-08-13  Romain Francoise  <romain@orebokech.com>
12049
12050         * message.el (message-cite-original-1): New function.
12051         (message-cite-original): Use it.
12052         (message-cite-original-without-signature): Ditto.
12053
12054 2005-08-08  Romain Francoise  <romain@orebokech.com>
12055
12056         * message.el (message-yank-empty-prefix): New variable.
12057         (message-indent-citation): Use it.
12058         (message-cite-original-without-signature): Respect X-No-Archive.
12059
12060 2005-08-08  Simon Josefsson  <jas@extundo.com>
12061
12062         * pgg.el: Autoload url-insert-file-contents instead of loading
12063         w3/url.
12064         (pgg-insert-url-with-w3): Don't load url here.
12065
12066 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12067
12068         * message.el (message-kill-to-signature): Don't insert newline at
12069         bol.
12070         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12071
12072 2005-08-06  Romain Francoise  <romain@orebokech.com>
12073
12074         * message.el (message-user-fqdn): Fix typo in docstring.
12075
12076 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12077
12078         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12079
12080         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12081
12082 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * mm-bodies.el (mm-encode-body): Use coding system rather than
12085         charset to encode text.
12086
12087         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12088         number of charsets if utf-8 is available (XEmacs).
12089
12090 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12091
12092         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12093         taken from `gnus-button-mid-or-mail-regexp'.
12094         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12095         (gnus-button-alist): Improve regexp for domain part of the MIDs
12096         for news:localpart@domain buttons.
12097         (gnus-button-ctan-directory-regexp): Update.
12098
12099 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * sieve-manage.el (sieve-manage-interactive-login): Use
12102         make-local-variable rather than make-variable-buffer-local.
12103         (sieve-manage-open): Ditto.
12104         (sieve-manage-authenticate): Ditto.
12105
12106         * mml.el (mml-generate-mime-1): Make the content type default to
12107         text/plain if the filename is not specified.
12108
12109 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12112         instead of insert-buffer.
12113
12114         * message.el (message-yank-original): Ditto; set the mark at the
12115         end of the yanked message.
12116
12117 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12120         lines to scroll rather than to stop it.
12121
12122         * mml.el (mml-generate-default-type): Add doc string.
12123         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12124         default to application/octet-stream when determining the content
12125         type if it is not specified for the part or the mml contents; add
12126         a comment about mml-generate-default-type.
12127
12128 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12129
12130         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12131         make it default to application/octet-stream when determining the
12132         content type if it is not specified for the external contents.
12133
12134 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12137         segmented parameter but also other parameters might be there.
12138
12139 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * mm-decode.el (mm-display-external): Delete temp file, directory
12142         and buffer immediately if the external process is exited.
12143
12144 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12145
12146         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12147         fewer lines than that of scroll-margin.
12148         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12149
12150 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12151
12152         * gnus-art.el (gnus-article-next-page): Revert.
12153         (gnus-article-beginning-of-window): New macro.
12154         (gnus-article-next-page-1): Use it.
12155         (gnus-article-prev-page): Ditto.
12156         (gnus-article-edit-part): Use insert-buffer-substring instead of
12157         insert-buffer.
12158         (gnus-article-edit-exit): Ditto.
12159
12160         * gnus-util.el (gnus-beginning-of-window): Remove.
12161         (gnus-end-of-window): Remove.
12162
12163         * lpath.el: Don't bind header-line-format and scroll-margin.
12164
12165 2005-07-25  Simon Josefsson  <jas@extundo.com>
12166
12167         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12168         to have the url package without w3.  Reported by Daiki Ueno
12169         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12170
12171 2005-07-20  Didier Verna  <didier@xemacs.org>
12172
12173         * gnus-diary.el: Remove the description comment (nndiary is now
12174         properly documented in the Gnus manual).
12175         Fix the spelling of "Back End".
12176         * nndiary.el: Ditto.
12177         Fix the copyright notice.
12178
12179 2005-07-18  Romain Francoise  <romain@orebokech.com>
12180
12181         * gnus-sum.el (gnus-summary-to-prefix)
12182         (gnus-summary-newsgroup-prefix): New variables.
12183         (gnus-summary-from-or-to-or-newsgroups): Use them.
12184
12185 2005-07-17  Romain Francoise  <romain@orebokech.com>
12186
12187         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12188         space as it's generally not especially interesting to the user.
12189
12190 2005-07-16  Romain Francoise  <romain@orebokech.com>
12191
12192         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12193         nil to avoid prompting and file modification if one of the
12194         messages at the top of the nnfolder file contains a copyright
12195         notice.
12196         Update copyright notice.
12197
12198         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12199         instead of `current-time-string' as the latter creates a time
12200         string that is not RFC 2822 compliant (it lacks the zone).
12201         Update copyright notice.
12202
12203 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12204
12205         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12206         for text/rtf.  Display default in prompt.  Pass default for M-n.
12207
12208         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12209
12210 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12211
12212         * gnus-msg.el (gnus-button-mailto): Remove
12213         save-selected-window-window hackery because it relies on
12214         save-selected-window internals.
12215
12216 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12219         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12220         (gnus-article-prev-page): Ditto.
12221
12222         * gnus-util.el (gnus-beginning-of-window): New function.
12223         (gnus-end-of-window): New function.
12224
12225         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12226
12227 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12228
12229         * gnus-score.el (gnus-score-edit-all-score): Set
12230         gnus-score-edit-exit-function to gnus-score-edit-done and call
12231         gnus-message.
12232
12233 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12234
12235         * gnus-msg.el (gnus-button-mailto): Remove
12236         save-selected-window-window hackery because it relies on
12237         save-selected-window internals.
12238
12239 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12242         add-minor-mode.
12243         (gnus-binary-mode): Ditto.
12244
12245         * gnus-topic.el (gnus-topic-mode): Ditto.
12246
12247 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12248
12249         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12250         (gnus-article-prev-page): Take scroll-margin into consideration.
12251
12252 2005-07-04  Lute Kamstra  <lute@gnu.org>
12253
12254         Update FSF's address in GPL notices.
12255
12256 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12257
12258         * gnus.el (gnus-exit):
12259         * gnus-group.el (gnus-group-icons):
12260         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12261
12262         * gnus-nocem.el (gnus-nocem):
12263         * message.el (message-various, message-buffers, message-sending)
12264         (message-interface, message-forwarding, message-insertion)
12265         (message-headers, message-news, message-mail):
12266         * pgg-gpg.el (pgg-gpg):
12267         * pgg-parse.el (pgg-parse):
12268         * pgg-pgp.el (pgg-pgp):
12269         * pgg-pgp5.el (pgg-pgp5):
12270         * pop3.el (pop3): Finish `defgroup' description with period.
12271
12272 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12273
12274         * gnus-art.el (article-display-face): Improve the efficiency.
12275         (article-display-x-face): Ditto; remove grey x-face stuff.
12276
12277 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12278
12279         * gnus-art.el (article-display-face): Correct the position in
12280         which Faces are inserted.
12281
12282 2005-06-29  Didier Verna  <didier@xemacs.org>
12283
12284         * gnus-art.el (article-display-face): Display faces in correct
12285         order.
12286
12287 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12290         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12291         (gnus-nocem-check-article): Fetch the Type header.
12292         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12293         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12294         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12295         make sure gnus-nocem-hashtb is initialized.
12296         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12297         (gnus-nocem-unwanted-article-p): Ditto.
12298
12299         * pgg.el (pgg-verify): Return the verification result.
12300
12301 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12302
12303         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12304         is ascii.
12305
12306 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12307
12308         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12309         `show-nonbreak-escape'.
12310
12311 2005-06-23  Lute Kamstra  <lute@gnu.org>
12312
12313         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12314
12315         * dig.el (dig-mode):
12316         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12317
12318 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12319
12320         * nnimap.el (nnimap-split-download-body): Fix spellings.
12321
12322 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12323
12324         * gnus-art.el (gnus-article-encrypt-body):
12325         * gnus-cus.el (gnus-score-customize):
12326         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12327         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12328
12329 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12330
12331         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12332         header by looking for magic "MII" at the beginnig.
12333
12334 2005-06-16  Miles Bader  <miles@gnu.org>
12335
12336         * gnus-xmas.el (gnus-xmas-group-startup-message):
12337         Use renamed gnus-splash face.
12338
12339         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12340         (assistant-field-face): New backward-compatibility alias for renamed
12341         face.
12342         (assistant-render-text): Use renamed assistant-field face.
12343
12344         * spam.el (spam): Remove "-face" suffix from face name.
12345         (spam-face): New backward-compatibility alias for renamed face.
12346         (spam-face, spam-initialize): Use renamed spam face.
12347
12348         * message.el (message-header-to, message-header-cc)
12349         (message-header-subject, message-header-newsgroups)
12350         (message-header-other, message-header-name)
12351         (message-header-xheader, message-separator, message-cited-text)
12352         (message-mml): Remove "-face" suffix from face names.
12353         (message-header-to-face, message-header-cc-face)
12354         (message-header-subject-face, message-header-newsgroups-face)
12355         (message-header-other-face, message-header-name-face)
12356         (message-header-xheader-face, message-separator-face)
12357         (message-cited-text-face, message-mml-face):
12358         New backward-compatibility aliases for renamed faces.
12359         (message-font-lock-keywords): Use renamed message faces.
12360
12361         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12362         (sieve-test-commands, sieve-tagged-arguments):
12363         Remove "-face" suffix from face names.
12364         (sieve-control-commands-face, sieve-action-commands-face)
12365         (sieve-test-commands-face, sieve-tagged-arguments-face):
12366         New backward-compatibility aliases for renamed faces.
12367         (sieve-control-commands-face, sieve-action-commands-face)
12368         (sieve-test-commands-face, sieve-tagged-arguments-face):
12369         Use renamed sieve faces.
12370
12371         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12372         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12373         (gnus-group-news-3-empty, gnus-group-news-4)
12374         (gnus-group-news-4-empty, gnus-group-news-5)
12375         (gnus-group-news-5-empty, gnus-group-news-6)
12376         (gnus-group-news-6-empty, gnus-group-news-low)
12377         (gnus-group-news-low-empty, gnus-group-mail-1)
12378         (gnus-group-mail-1-empty, gnus-group-mail-2)
12379         (gnus-group-mail-2-empty, gnus-group-mail-3)
12380         (gnus-group-mail-3-empty, gnus-group-mail-low)
12381         (gnus-group-mail-low-empty, gnus-summary-selected)
12382         (gnus-summary-cancelled, gnus-summary-high-ticked)
12383         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12384         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12385         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12386         (gnus-summary-low-undownloaded)
12387         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12388         (gnus-summary-low-unread, gnus-summary-normal-unread)
12389         (gnus-summary-high-read, gnus-summary-low-read)
12390         (gnus-summary-normal-read, gnus-splash):
12391         Remove "-face" suffix from face names.
12392         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12393         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12394         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12395         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12396         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12397         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12398         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12399         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12400         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12401         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12402         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12403         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12404         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12405         (gnus-summary-normal-ticked-face)
12406         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12407         (gnus-summary-normal-ancient-face)
12408         (gnus-summary-high-undownloaded-face)
12409         (gnus-summary-low-undownloaded-face)
12410         (gnus-summary-normal-undownloaded-face)
12411         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12412         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12413         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12414         (gnus-splash-face):
12415         New backward-compatibility aliases for renamed faces.
12416         (gnus-group-startup-message): Use renamed gnus faces.
12417
12418         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12419         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12420         (gnus-server-agent): Remove "-face" suffix from face names.
12421         (gnus-server-agent-face, gnus-server-opened-face)
12422         (gnus-server-closed-face, gnus-server-denied-face)
12423         (gnus-server-offline-face):
12424         New backward-compatibility aliases for renamed faces.
12425         (gnus-server-agent-face, gnus-server-opened-face)
12426         (gnus-server-closed-face, gnus-server-denied-face)
12427         (gnus-server-offline-face): Use renamed gnus faces.
12428
12429         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12430         Remove "-face" suffix from face names.
12431         (gnus-picon-xbm-face, gnus-picon-face):
12432         New backward-compatibility aliases for renamed faces.
12433
12434         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12435         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12436         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12437         (gnus-cite-11): Remove "-face" suffix from face names.
12438         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12439         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12440         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12441         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12442         New backward-compatibility aliases for renamed faces.
12443         (gnus-cite-attribution-face, gnus-cite-face-list)
12444         (gnus-article-boring-faces): Use renamed gnus faces.
12445
12446         * gnus-art.el (gnus-signature, gnus-header-from)
12447         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12448         (gnus-header-content): Remove "-face" suffix from face names.
12449         (gnus-signature-face, gnus-header-from-face)
12450         (gnus-header-subject-face, gnus-header-newsgroups-face)
12451         (gnus-header-name-face, gnus-header-content-face):
12452         New backward-compatibility aliases for renamed faces.
12453         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12454
12455         * gnus-sum.el (gnus-summary-selected-face)
12456         (gnus-summary-highlight): Use renamed gnus faces.
12457         * gnus-group.el (gnus-group-highlight): Likewise.
12458
12459 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12460
12461         * gnus-sieve.el (gnus-sieve-article-add-rule):
12462         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12463         * spam-stat.el (spam-stat-buffer-change-to-spam)
12464         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12465
12466         * message.el (message-is-yours-p):
12467         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12468
12469 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * mm-view.el (mm-inline-text): Withdraw the last change.
12472
12473 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12476         executing enriched-decode.
12477
12478 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12481         charset of tar files.
12482
12483 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12484
12485         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12486
12487 2005-06-04  Lute Kamstra  <lute@gnu.org>
12488
12489         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12490         information is never recorded.
12491
12492 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12493
12494         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12495
12496 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12497
12498         * pop3.el (pop3-apop): Run md5 in the binary mode.
12499
12500         * starttls.el (starttls-set-process-query-on-exit-flag):
12501         Use eval-and-compile.
12502
12503 2005-05-31  Simon Josefsson  <jas@extundo.com>
12504
12505         * smime.el (smime-replace-in-string): Define.
12506         (smime-cert-by-ldap-1): Use it.
12507
12508 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12509
12510         * gnus-art.el (article-display-x-face): Replace
12511         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12512
12513         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12514         set-process-query-on-exit-flag or process-kill-without-query.
12515
12516         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12517         loop instead of replace-regexp.
12518
12519         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12520         instead of process-kill-without-query if it is available.
12521
12522         * lpath.el: Fbind ldap-search-entries.
12523
12524         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12525         instead of find-file-hooks if it is available.
12526
12527         * mml1991.el: Bind pgg-default-user-id when compiling.
12528
12529         * mml2015.el: Bind pgg-default-user-id when compiling.
12530
12531         * nndraft.el (nndraft-request-associate-buffer):
12532         Use write-contents-functions instead of write-contents-hooks if it is
12533         available.
12534
12535         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12536         instead of find-file-hooks if it is available.
12537
12538         * nntp.el (nntp-open-connection): Replace
12539         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12540         (nntp-open-ssl-stream): Ditto.
12541         (nntp-open-tls-stream): Ditto.
12542
12543         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12544         set-process-query-on-exit-flag or process-kill-without-query.
12545         (starttls-open-stream-gnutls): Use it instead of
12546         process-kill-without-query.
12547         (starttls-open-stream): Ditto.
12548
12549 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12550
12551         * smime.el (smime-cert-by-ldap-1): Don't use
12552         replace-regexp-in-string.
12553
12554 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12555
12556         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12557
12558         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12559         in PEM format.  Adjust to the XEmacs compability.
12560
12561 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12562
12563         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12564         by `string-to-number'.
12565         * gnus-agent.el (gnus-agent-regenerate-group)
12566         (gnus-agent-fetch-articles): Ditto.
12567         * gnus-art.el (gnus-button-fetch-group): Ditto.
12568         * gnus-cache.el (gnus-cache-generate-active)
12569         (gnus-cache-articles-in-group): Ditto.
12570         * gnus-group.el (gnus-group-set-current-level)
12571         (gnus-group-insert-group-line): Ditto.
12572         * gnus-score.el (gnus-score-set-expunge-below)
12573         (gnus-score-set-mark-below, gnus-summary-score-effect)
12574         (gnus-summary-score-entry): Ditto.
12575         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12576         (gnus-soup-pack): Ditto.
12577         * gnus-spec.el (gnus-xmas-format): Ditto.
12578         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12579         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12580         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12581         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12582         * nndb.el (nndb-get-remote-expire-response): Ditto.
12583         * nndiary.el (nndiary-parse-schedule-value)
12584         (nndiary-string-to-number, nndiary-request-replace-article)
12585         (nndiary-request-article): Ditto.
12586         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12587         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12588         * nneething.el (nneething-make-head): Ditto.
12589         * nnfolder.el (nnfolder-request-article)
12590         (nnfolder-retrieve-headers): Ditto.
12591         * nnheader.el (nnheader-file-to-number): Ditto.
12592         * nnkiboze.el (nnkiboze-request-article): Ditto.
12593         * nnmail.el (nnmail-process-unix-mail-format)
12594         (nnmail-process-babyl-mail-format): Ditto.
12595         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12596         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12597         (nnmh-request-create-group, nnmh-request-list-1)
12598         (nnmh-request-group, nnmh-request-article): Ditto.
12599         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12600         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12601         * nnsoup.el (nnsoup-make-active): Ditto.
12602         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12603         * nntp.el (nntp-find-group-and-number)
12604         (nntp-retrieve-headers-with-xover): Ditto.
12605         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12606         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12607         (pgg-format-key-identifier): Ditto.
12608         * pop3.el (pop3-last, pop3-stat): Ditto.
12609         * qp.el (quoted-printable-decode-region): Ditto.
12610
12611         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12612         of concat.
12613
12614 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12615
12616         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12617
12618         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12619
12620         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12621
12622         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12623
12624         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12625
12626         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12627
12628         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12629         (gnus-carpal-mode): Ditto.
12630
12631         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12632         (gnus-browse-mode): Ditto.
12633
12634         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12635
12636         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12637
12638 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12639
12640         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12641
12642 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * gnus-util.el (gnus-run-mode-hooks): New function.
12645
12646         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12647
12648         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12649         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12650
12651 2005-05-27  Lute Kamstra  <lute@gnu.org>
12652
12653         * dns-mode.el (dns-mode): Specify customization group.
12654
12655 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12656
12657         * gnus-agent.el (gnus-agent-make-mode-line-string):
12658         Use mode-line-highlight as mouse-face.
12659
12660 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12661
12662         * canlock.el (canlock): Change the parent group to news.
12663
12664         * deuglify.el (gnus-outlook-deuglify): Add :group.
12665
12666         * dig.el (dig): Add :group.
12667
12668         * dns-mode.el (dns-mode): Add :group.
12669
12670         * encrypt.el (encrypt): Add :group.
12671
12672         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12673         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12674         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12675         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12676         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12677
12678         * gnus-diary.el (gnus-diary): Add :group.
12679
12680         * gnus.el (gnus-group-news-1-face): Add :group.
12681         (gnus-group-news-1-empty-face): Ditto.
12682         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12683         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12684         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12685         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12686         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12687         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12688         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12689         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12690         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12691         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12692         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12693         (gnus-summary-high-ticked-face): Ditto.
12694         (gnus-summary-low-ticked-face): Ditto.
12695         (gnus-summary-normal-ticked-face): Ditto.
12696         (gnus-summary-high-ancient-face): Ditto.
12697         (gnus-summary-low-ancient-face): Ditto.
12698         (gnus-summary-normal-ancient-face): Ditto.
12699         (gnus-summary-high-undownloaded-face): Ditto.
12700         (gnus-summary-low-undownloaded-face): Ditto.
12701         (gnus-summary-normal-undownloaded-face): Ditto.
12702         (gnus-summary-high-unread-face): Ditto.
12703         (gnus-summary-low-unread-face): Ditto.
12704         (gnus-summary-normal-unread-face): Ditto.
12705         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12706         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12707
12708         * hashcash.el (hashcash): New custom group.
12709         (hashcash-default-payment): Add :group.
12710         (hashcash-payment-alist): Ditto.
12711         (hashcash-default-accept-payment): Ditto.
12712         (hashcash-accept-resources): Ditto.
12713         (hashcash-path): Ditto.
12714         (hashcash-extra-generate-parameters): Ditto.
12715         (hashcash-double-spend-database): Ditto.
12716         (hashcash-in-news): Ditto.
12717
12718         * message.el (message-minibuffer-local-map): Add :group.
12719
12720         * netrc.el (netrc): Add :group.
12721
12722         * sieve-manage.el (sieve-manage-log): Add :group.
12723         (sieve-manage-default-user): Diito.
12724         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12725         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12726         (sieve-manage-authenticators): Ditto.
12727         (sieve-manage-authenticator-alist): Ditto.
12728         (sieve-manage-default-port): Ditto.
12729
12730         * sieve-mode.el (sieve-control-commands-face): Add :group.
12731         (sieve-action-commands-face): Ditto.
12732         (sieve-test-commands-face): Ditto.
12733         (sieve-tagged-arguments-face): Ditto.
12734
12735         * smime.el (smime): Add :group.
12736
12737         * spam-report.el (spam-report): Add :group.
12738
12739         * spam.el (spam, spam-face): Add :group.
12740
12741 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12742
12743         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12744         return \n.\n.\n at the end of articles.  Protect against that.
12745         (nntp-with-open-group): Allow debugging.
12746
12747         * nnheader.el (mail-header-set-extra): Make into a function
12748         because I just could't understand how to quote the list properly.
12749
12750         * dns.el (query-dns-cached): New function.
12751
12752 2005-05-26  Lute Kamstra  <lute@gnu.org>
12753
12754         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12755
12756 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12757
12758         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12759
12760         * gnus-art.el: Don't autoload mail-extract-address-components.
12761
12762         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12763         eval-and-compile to evaluate it.
12764
12765         * hashcash.el: Don't autoload executable-find.
12766
12767         * nndb.el: Don't declare the nndb back end two or more times; don't
12768         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12769
12770         * nntp.el: Autoload format-spec instead of format; use
12771         eval-and-compile to evaluate autoload forms.
12772
12773 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12774
12775         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12776
12777 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12778
12779         * gnus.el (gnus-version-number): Bump version.
12780
12781 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12782
12783         * gnus.el: No Gnus v0.3 is released.
12784
12785 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12786
12787         * lpath.el (featurep): Bind show-nonbreak-escape.
12788
12789 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12790
12791         * gnus-art.el (gnus-article-edit-part): Disable undo.
12792
12793 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12796         gnus-article-date-lapsed-new-header is t if date timer is active;
12797         skip headers in which the original date value is empty.
12798         (gnus-article-save-original-date): Redefine it as a macro.
12799         (gnus-display-mime): Use it.
12800
12801 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-art.el (article-date-ut): Support converting date in
12804         forwarded parts as well.
12805         (gnus-article-save-original-date): New function.
12806         (gnus-display-mime): Use it.
12807
12808 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12809
12810         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12811         enclosure element of <item>.
12812
12813 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * message.el (message-kill-buffer-query): Renamed from
12816         `message-kill-buffer-query-if-modified'.  Added :version.
12817
12818 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12819
12820         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12821         window layout.
12822
12823 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * mml.el: Autoload dnd when compiling.
12826
12827 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12830         x-dnd-*.
12831
12832 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * qp.el (quoted-printable-encode-region): Save excursion.
12835
12836 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12837
12838         * message.el (message-kill-buffer-query-if-modified): Add new variable
12839         so the user can kill a modified message buffer quickly.
12840         (message-kill-buffer): Use it.
12841
12842 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * lpath.el: Fbind display-time-event-handler; don't fbind
12845         string-to-multibyte.
12846
12847         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12848
12849 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12852         contained in text because xml.el decodes entities) with LFs.
12853
12854 2005-04-11  Lute Kamstra  <lute@gnu.org>
12855
12856         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12857         differently.
12858
12859 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12860
12861         * mm-util.el (mm-detect-coding-region): Typo.
12862
12863 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12864
12865         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12866
12867 2005-04-06  Deepak Goel  <deego@gnufans.org>
12868
12869         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12870         user-function allow user modifications of the scores.
12871         (spam-stat-score-buffer-user): New function, to allow
12872         user-computed modifications to the score.
12873         (spam-stat-score-buffer-user-functions): List of additional
12874         scoring functions.
12875         (spam-stat-error-holder): Global temporary error holder.
12876         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12877         variable.
12878
12879 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12880
12881         * gnus-registry.el (gnus-registry-clean-empty-function)
12882         (gnus-registry-trim, gnus-registry-fetch-groups)
12883         (gnus-registry-delete-group): Groups that match
12884         `gnus-registry-ignored-groups' are removed from the registry
12885         entries, not just ignored for splitting.  This helps clean up the
12886         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12887         to get all the groups a message ID is in.
12888
12889         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12890         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12891         (spam-stat-score-buffer-user-functions): Add :number custom type.
12892
12893 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12896         argument in XEmacs.
12897
12898         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12899         (nnrss-request-group): Decode group name first.
12900         (nnrss-request-article): Make a text/plain article if mml-to-mime
12901         failed.
12902         (nnrss-get-encoding): Return a compatible encoding according to
12903         nnrss-compatible-encoding-alist.
12904         (nnrss-find-el): Use consp instead of listp.
12905         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12906
12907 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12910         which Emacs 20 doesn't support.
12911         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12912
12913 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12916         silence the byte compiler inside the defun.
12917
12918         * gnus-demon.el (parse-time-string): Add autoload.
12919
12920         * gnus-delay.el (parse-time-string): Add autoload.
12921
12922         * gnus-art.el (parse-time-string): Add autoload.
12923
12924         * nnultimate.el (parse-time): Require for `parse-time-string'.
12925
12926 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12927
12928         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12929
12930         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12931
12932         * smime.el (smime-ldap-host-list): Add :version.
12933
12934 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12937         pass it to `gnus-browse-read-group'.
12938         (gnus-browse-read-group): Add NUMBER argument and pass it to
12939         `gnus-group-read-ephemeral-group'.
12940
12941         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12942         argument and pass it to `gnus-group-read-group'.
12943
12944 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12945
12946         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12947         mm-xemacs-find-mime-charset-1 if we have the mule feature
12948         available at runtime.
12949
12950 2005-03-25  Werner Lemberg  <wl@gnu.org>
12951
12952         * nnmaildir.el: Replace `illegal' with `invalid'.
12953
12954 2005-03-23  Lute Kamstra  <lute@gnu.org>
12955
12956         * time-date.el: Add comment on time value formats.
12957         Don't require parse-time.
12958         (with-decoded-time-value): New macro.
12959         (encode-time-value): New function.
12960         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12961         (days-to-time): Return a valid time value when arg is huge.
12962         (time-since): Use time-subtract.
12963         (time-to-number-of-days): Use time-to-seconds.
12964
12965 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12966
12967         * gnus-start.el (gnus-display-time-event-handler):
12968         Check display-time-timer at runtime rather than only at load time
12969         in case display-time-mode is turned off in the mean time.
12970
12971 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12972
12973         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12974         used.
12975
12976         * nneething.el (nneething-map-file-directory): Derive from
12977         `gnus-directory'.
12978
12979         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12980         the To/Cc button.
12981
12982 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12983
12984         * nnmaildir.el (nnmaildir-request-accept-article):
12985         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12986
12987 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12988
12989         * gnus-async.el: Require timer-funcs at compile time when in
12990         XEmacs for `run-with-idle-timer'.
12991
12992 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12993
12994         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12995         autoloaded function.
12996
12997 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12998
12999         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13000
13001 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13002
13003         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13004
13005 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13006
13007         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13008         gnus-expert-user to default.
13009
13010 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13011
13012         * nnimap.el (nnimap-open-server): Ditto.
13013
13014         * imap.el (imap-authenticate): Fix typo.
13015
13016 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13017
13018         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13019         buffer (since IMAP server might return FETCH response out of
13020         order, and the nntp buffer must be sorted).
13021
13022 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13023
13024         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13025         comparison on string.
13026
13027         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13028         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13029         (gnus-agent-summary-fetch-series): Modified to protect against
13030         gnus-agent-summary-fetch-group clearing processable flags.
13031         (gnus-agent-synchronize-group-flags): Update live group buffer as
13032         synchronization may occur due to the user toggle the plugged
13033         status.
13034         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13035         successfully downloaded.
13036         (gnus-agent-expire-group-1): Avoid using markers when the overview
13037         is in ascending order; greatly improves performance.
13038         (gnus-agent-regenerate-group): Use
13039         gnus-agent-synchronize-group-flags to reset read status in both
13040         gnus and server.
13041         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13042
13043 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13044
13045         * message.el: Don't autoload former message-utils variables.
13046         (message-strip-subject-trailing-was): Change doc string.
13047
13048         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13049         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13050         (nnweb-google-search): Add "hl=en" here.
13051         (nnweb-google-parse-1, nnweb-google-create-mapping):
13052         Don't hardcode URL.
13053
13054 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * message.el (message-get-reply-headers, message-followup):
13057         Mention related variables `message-use-followup-to' and
13058         `message-use-mail-followup-to', in the information buffer.
13059
13060         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13061         of broken groups(-beta).google.com.
13062
13063 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13064
13065         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13066         parameter to invoked gnus-request-move-article; remove the
13067         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13068         all at once instead of once per article.
13069         (gnus-summary-remove-process-mark): Accept a list of articles as
13070         well as a single article for processing.
13071
13072         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13073         parameter.
13074
13075         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13076
13077         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13078
13079         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13080         parameter.
13081
13082         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13083         parameter.
13084
13085         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13086         parameter and remove the gnus-sum-hint-move-is-internal variable.
13087
13088         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13089         parameter.
13090
13091         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13092         parameter.
13093
13094         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13095         parameter.
13096
13097         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13098
13099         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13100         parameter.
13101
13102         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13103         parameter.
13104
13105 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13106
13107         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13108         a more conservative way.
13109
13110 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13111
13112         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13113         buffer, so it moves the window's cursor.
13114
13115 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13116
13117         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13118         `mm-dissect-multipart' and receive the from field as an (optional)
13119         argument from `mm-dissect-multipart'.
13120         (mm-dissect-multipart): Receive the from field as an argument and
13121         pass it on when we call `mm-dissect-buffer' on MIME parts.
13122         Fixes verification/decryption of signed/encrypted MIME parts.
13123
13124 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13125
13126         * gnus-sum.el (gnus-summary-move-article): Set
13127         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13128         whatever it calls (right now, only nnimap-request-move article
13129         respects it).
13130
13131         * nnimap.el (nnimap-request-move-article): When
13132         gnus-sum-hint-move-is-internal is set, don't do the extra
13133         nnimap-request-article.
13134
13135 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13136
13137         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13138
13139         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13140         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13141
13142         * gnus-sum.el (gnus-summary-caesar-message):
13143         Apply `gnus-treat-article' after rotation.
13144
13145         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13146         doc string.
13147
13148 2005-02-22  Simon Josefsson  <jas@extundo.com>
13149
13150         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13151         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13152         <arne@arnested.dk>.
13153         (encrypt): Add password-cache and password-cache-expiry as group
13154         members.
13155
13156 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13157
13158         * smime.el (smime-ldap-host-list): Doc fix.
13159         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13160         cache) password.
13161         (smime-sign-region): Use it.
13162         (smime-decrypt-region): Use it.
13163         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13164         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13165         fails.
13166         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13167         certificate from DER to PEM format rather than calling openssl.
13168
13169         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13170
13171         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13172         for signing/encryption.
13173
13174         * mml.el (mml-parse-1): Use them.
13175
13176 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13177
13178         * nnrss.el (nnrss-verbose): Removed.
13179         (nnrss-request-group): Use `nnheader-message' instead.
13180
13181 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13182
13183         * nnrss.el (nnrss-verbose): New variable.
13184         (nnrss-request-group): Make it say nnrss is requesting a group.
13185
13186 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13189         Handle news URL with given port correctly.
13190
13191 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13192
13193         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13194         containing special characters.
13195
13196         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13197
13198         * mml.el (mime-to-mml): Ditto.
13199
13200         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13201         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13202         (rfc2047-decode-region): Quote decoded words containing special
13203         characters when rfc2047-quote-decoded-words-containing-tspecials
13204         is non-nil.
13205
13206 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13207
13208         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13209
13210         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13211
13212 2005-02-15  Simon Josefsson  <jas@extundo.com>
13213
13214         * nnimap.el (nnimap-debug): Doc fix.
13215
13216         * imap.el (imap-debug): Doc fix.
13217
13218 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13221
13222 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13223
13224         * gnus.el (spam-contents): Improve docs for spam-contents
13225         parameter in its variable incarnation.
13226
13227 2005-02-14  Simon Josefsson  <jas@extundo.com>
13228
13229         * smime-ldap.el: Use require instead of load-library for ldap.
13230         (smime-ldap-search): Indent.
13231         (smime-ldap-search-internal): Shorten line.
13232
13233         * smime.el (smime-cert-by-dns): Add doc-string.
13234         (smime-cert-by-ldap-1): Indent.
13235
13236         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13237         mml-smime-get-dns-ldap.
13238         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13239
13240 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13241
13242         * smime.el: Require smime-ldap.
13243         (smime-ldap-host-list): New variable.
13244         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13245
13246         * mml-smime.el (mml-smime-encrypt-query): New function.
13247         (mml-smime-encrypt-query): Use it.
13248
13249         * smime-ldap.el: New file.
13250
13251 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13254
13255 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13256
13257         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13258         argument in doc string.  Make query for type more clear.
13259
13260 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13261
13262         * gnus.el (gnus-group-startup-message): Search for gnus images in
13263         etc/images/gnus.
13264         * mm-util.el (mm-image-load-path): Likewise.
13265         * smiley.el (smiley-data-directory): Search for smilies in
13266         etc/images/smilies.
13267
13268 2005-02-09  Kim F. Storm  <storm@cua.dk>
13269
13270         Change Emacs release version from 21.4 to 22.1 throughout.
13271         Change Emacs development version from 21.3.50 to 22.0.50.
13272
13273 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13274
13275         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13276
13277         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13278         non-Mule XEmacs as well.
13279         (mm-decompress-buffer): Signal an error intentionally if it does
13280         not decompress compressed data because auto-compression-mode is
13281         disabled.
13282
13283 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13284
13285         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13286         an ID in the registry even if it has no groups.
13287
13288 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13289
13290         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13291         merge it into mm-decompress-buffer.
13292         (gnus-mime-copy-part): Use the MIME part charset, the value which
13293         a user specified or gnus-newsgroup-charset for decoding, like
13294         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13295         save-buffer what was used.  Suggested by Kevin Ryde
13296         <user42@zip.com.au>.
13297         (gnus-mime-inline-part): Allow the name parameter as well as the
13298         filename parameter; force decompressing of compressed data; always
13299         display contents being not decoded as unibyte.
13300
13301         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13302         as well as the filename parameter.
13303
13304         * mm-util.el (mm-decompress-buffer): Merge
13305         gnus-mime-jka-compr-maybe-uncompress.
13306         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13307         of compressed data.
13308
13309 2005-02-08  Simon Josefsson  <jas@extundo.com>
13310
13311         * imap.el (imap-log): Doc fix.
13312
13313 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13316         the coding cookies; decompress compressed parts.
13317
13318         * mml.el (mml-generate-mime-1): Add the charset parameter according
13319         to the value which a user specified manually or the coding cookie.
13320
13321         * mm-util.el (mm-string-to-multibyte): New function.
13322         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13323         (mm-coding-system-to-mime-charset): New function.
13324         (mm-decompress-buffer): New function.
13325         (mm-find-buffer-file-coding-system): New function.
13326
13327         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13328         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13329         parts.
13330
13331 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13332
13333         * mm-view.el (mm-display-inline-fontify): Decode a part according
13334         to the charset parameter.
13335
13336 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13339         prefix arg is neither nil nor a number, as info specifies.
13340
13341 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13344         timestamps.
13345
13346 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13347
13348         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13349         groups error checking and notify user.
13350
13351 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13352
13353         * message.el (message-send-mail-function): Check existence of
13354         sendmail-program first before using default value
13355         `message-send-mail-with-sendmail'.  Otherwise use more generic
13356         `smtpmail-send-it'.
13357
13358 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * nntp.el (nntp-request-update-info): Always return nil.
13361
13362 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13363
13364         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13365
13366 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13367
13368         * message.el (message-beginning-of-line): Change the behavior when
13369         invoked between BOL and : so that it first moves backward.
13370
13371 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13374         article buffer when editing of the article is discarded.
13375         (gnus-article-prepare): Revert.
13376
13377 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13378
13379         * gnus-art.el (gnus-article-prepare):
13380         Remove message-strip-forbidden-properties from the local hook.
13381
13382 2005-01-27  Simon Josefsson  <jas@extundo.com>
13383
13384         * password.el (password-cache-add): Only start one timer per key.
13385         Reported by Derek Atkins <warlord@MIT.EDU>.
13386
13387 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13388
13389         * run-at-time.el: Removed.  It is no longer needed as
13390         timer-funcs.el in the xemacs-base package has a working version of
13391         `run-at-time'.
13392
13393         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13394
13395         * password.el: Require timer-funcs instead of run-at-time in
13396         XEmacs.
13397         Remove `password-run-at-time' macro.
13398         (password-cache-add): Use `run-at-time' instead of
13399         `password-run-at-time'.
13400
13401         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13402         Remove `nnheader-cancel-function-timers' alias,
13403         `cancel-function-timers' exists in XEmacs in timer-funcs.
13404
13405         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13406         for `run-with-idle-timer'.
13407
13408         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13409         for `run-at-time'.
13410
13411         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13412         for `with-timeout'.
13413
13414         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13415         the same as for XEmacs 21.4.
13416         No need to ignore `run-with-idle-timer', this function exists in
13417         XEmacs now in timer-funcs.el in the xemacs-base package.
13418         (dgnushack-compile): No need to delete
13419         run-at-time.el from the list of files to compile because it
13420         doesn't exist anymore.
13421
13422 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13423
13424         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13425         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13426
13427 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13428
13429         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13430         sensitively.
13431
13432 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13433
13434         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13435
13436 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13437
13438         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13439         which will be inserted according to the multibyteness of a buffer
13440         rather than the type of contents.  Suggested by ARISAWA Akihiro
13441         <ari@mbf.ocn.ne.jp>.
13442
13443         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13444         of string which old xml.el may return rather than a string.
13445
13446 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13449
13450 2005-01-16  Simon Josefsson  <jas@extundo.com>
13451
13452         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13453         idn/idna.el isn't available.
13454         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13455         <michael@waxrat.com>.
13456
13457         * hashcash.el: Remove non-FSF copyright header.
13458
13459         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13460         (hashcash-generate-payment): Use it.
13461         (hashcash-generate-payment-async): Use it.
13462
13463 2005-01-15  Simon Josefsson  <jas@extundo.com>
13464
13465         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13466         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13467
13468         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13469         gnus-summary-idna-message.
13470         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13471         (gnus-summary-idna-message): New function.
13472
13473 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13474
13475         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13476         gnus-novice-user.
13477
13478 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13479
13480         * nnrss.el (nnrss-request-delete-group): Delete entries in
13481         nnrss-group-alist as well.
13482         (nnrss-save-server-data): Insert newline.
13483
13484 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13485
13486         * gnus.el (gnus-user-agent): Use list of symbols instead of
13487         symbols.  Display full version number for (S)XEmacs.  Optionally
13488         display (S)XEmacs codename.
13489
13490         * gnus-util.el (gnus-emacs-version): Update for new
13491         `gnus-user-agent'.
13492
13493         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13494         Gnus version.
13495
13496 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13497
13498         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13499         which is unreadable in some setups.
13500
13501 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13502
13503         * gnus-spec.el (gnus-update-format-specifications): Flush the
13504         group format spec cache if it doesn't support decoded group names.
13505
13506 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13509         Allow to apply decay on score files matching a regexp.
13510
13511 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13514         compatibility in %g and %c.
13515
13516 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13519         name for only %g and %c.
13520         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13521         of gnus-tmp-group to decoded group name.
13522         (gnus-group-make-rss-group): Exclude `/'s from group names.
13523
13524 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * nnrss.el (nnrss-get-encoding): Fix regexp.
13527
13528 2004-12-27  Simon Josefsson  <jas@extundo.com>
13529
13530         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13531         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13532         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13533
13534 2004-12-17  Kim F. Storm  <storm@cua.dk>
13535
13536         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13537
13538         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13539
13540 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13541
13542         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13543
13544 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * nnrss.el: Require rfc2047 and mml.
13547         (nnrss-file-coding-system): New variable.
13548         (nnrss-format-string): Redefine it as an inline function.
13549         (nnrss-decode-group-name): New function.
13550         (nnrss-string-as-multibyte): Remove.
13551         (nnrss-retrieve-headers): Decode group name; don't use
13552         nnrss-format-string.
13553         (nnrss-request-group): Decode group name.
13554         (nnrss-request-article): Decode group name; allow a Message-ID as
13555         well as an article number; don't use nnrss-format-string; encode a
13556         Message-ID string which may contain non-ASCII characters; use
13557         mml-to-mime to compose a MIME article.
13558         (nnrss-request-expire-articles): Decode group name.
13559         (nnrss-request-delete-group): Decode group name.
13560         (nnrss-fetch): Clarify error message.
13561         (nnrss-read-server-data): Use insert-file-contents instead of load;
13562         bind file-name-coding-system; use multibyte buffer.
13563         (nnrss-save-server-data): Bind coding-system-for-write to the
13564         value of nnrss-file-coding-system; bind file-name-coding-system;
13565         add coding cookie.
13566         (nnrss-read-group-data): Use insert-file-contents instead of load;
13567         bind file-name-coding-system; use multibyte buffer.
13568         (nnrss-save-group-data): Bind coding-system-for-write to the
13569         value of nnrss-file-coding-system; bind file-name-coding-system.
13570         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13571         make it work with non-ASCII text.
13572         (nnrss-find-el): Make it work with old xml.el as well.
13573
13574 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13575
13576         * nnrss.el (nnrss-get-encoding): New function.
13577         (nnrss-fetch): Use unibyte buffer initially; bind
13578         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13579         decode contents according to the encoding attribute.
13580         (nnrss-save-group-data): Add coding cookie.
13581         (nnrss-mime-encode-string): New function.
13582         (nnrss-check-group): Use it to encode subject and author.
13583
13584 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13585
13586         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13587         imaginary variable.
13588
13589 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13590
13591         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13592         correctly even if there are wide characters.
13593
13594 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13595
13596         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13597         downcased symbol names; make a new cache instead of reusing
13598         bbdb-hashtable.
13599
13600 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13601
13602         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13603         concatenating segments rather than before concatenating them.
13604         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13605
13606         * message.el (message-get-reply-headers): Bind `extra'.
13607
13608 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13609
13610         * message.el (message-extra-wide-headers): New variable.
13611         (message-get-reply-headers): Use it.
13612
13613 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13616         (gnus-agent-group-pathname): Ditto.
13617
13618         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13619
13620         * gnus-group.el (gnus-group-make-group): Decode group name.
13621         (gnus-group-make-rss-group): Register the group data after opening
13622         the nnrss group.
13623
13624 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13625
13626         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13627         by expiry now get marked as read.
13628
13629 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13632
13633 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13634
13635         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13636         unify Latin characters in XEmacs.
13637         (mm-find-mime-charset-region): Use it.
13638
13639 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-util.el (gnus-delete-directory): New function.
13642
13643         * gnus-agent.el (gnus-agent-delete-group): Use it.
13644
13645         * gnus-cache.el (gnus-cache-delete-group): Use it.
13646
13647 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13648
13649         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13650         names.
13651
13652 2004-12-16  Simon Josefsson  <jas@extundo.com>
13653
13654         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13655
13656 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13657
13658         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13659
13660         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13661         (gnus-group-set-current-level): Decode group name.
13662
13663 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13664
13665         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13666         failed.
13667
13668 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * gnus-group.el (gnus-group-delete-group): Decode group name.
13671         (gnus-group-make-rss-group): Encode group name.
13672         (gnus-group-catchup-current): Decode group name.
13673         (gnus-group-kill-group): Decode group name.
13674
13675 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13676
13677         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13678
13679 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * gnus-group.el (gnus-group-make-rss-group):
13682         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13683
13684         * gnus-start.el (gnus-setup-news): Honor user's setting to
13685         gnus-message-archive-method.  Suggested by Lute Kamstra
13686         <lute@gnu.org>.
13687
13688 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13689
13690         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13691         global counterparts of the buffer-local variables.
13692
13693 2004-11-16  Romain Francoise  <romain@orebokech.com>
13694
13695         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13696         counterparts of the buffer-local variables.
13697
13698 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * message.el (message-forbidden-properties): Fixed typo in doc
13701         string.
13702
13703 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * gnus-util.el (gnus-replace-in-string): Added doc string.
13706
13707         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13708         to avoid problems when splitting mails with many recipients.
13709
13710 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13711
13712         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13713         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13714
13715 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13716
13717         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13718         if there is no hashtable in memory or file modification time is
13719         newer than cached timestamp.
13720
13721 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13722
13723         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13724         not-matching option.
13725
13726 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13727
13728         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13729         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13730         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13731         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13732         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13733         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13734
13735 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * message.el (message-forward-make-body-mml): Remove headers
13738         according to message-forward-ignored-headers if a message is decoded.
13739
13740 2004-12-02  Romain Francoise  <romain@orebokech.com>
13741
13742         * message.el (message-forward-make-body-plain): Always remove
13743         headers according to message-forward-ignored-headers.
13744
13745 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13746
13747         * spam.el (spam-summary-prepare-exit): Remove the
13748         gnus-summary-limit pop for now, it has problems with ham marks for
13749         me.
13750
13751 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13752
13753         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13754         correctly.
13755
13756 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13757
13758         * format-spec.el (format-spec): Message the char.
13759
13760 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13761
13762         * gnus-art.el (gnus-split-methods): Reformat comments.
13763
13764         * spam.el (spam-summary-prepare-exit): Remove article limits
13765         before exiting the summary buffer.
13766
13767 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13770         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13771
13772         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13773         order to silence the byte compiler.
13774
13775         * spam.el: Fix the way to silence the byte compiler, which
13776         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13777         bbdb-search-simple, spam-BBDB-register-routine,
13778         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13779         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13780         spam-stat-buffer-is-spam, spam-stat-load,
13781         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13782         spam-stat-save and spam-stat-split-fancy.
13783
13784 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13785
13786         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13787         which may confuse users.
13788         (canlock-password-for-verify): Ditto.
13789
13790         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13791
13792         * gnus-art.el (gnus-emphasis-alist): Ditto.
13793
13794         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13795
13796         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13797
13798         * gnus-start.el (gnus-save-killed-list): Ditto.
13799
13800         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13801         (gnus-sum-thread-tree-root): Ditto.
13802         (gnus-sum-thread-tree-false-root): Ditto.
13803         (gnus-sum-thread-tree-single-indent): Ditto.
13804
13805         * message.el (message-courtesy-message): Ditto.
13806         (message-archive-note): Ditto.
13807         (message-subscribed-address-file): Ditto.
13808         (message-user-fqdn): Ditto.
13809
13810         * spam-report.el (spam-report-gmane-regex): Ditto.
13811
13812         * spam.el (spam-blackhole-good-server-regex): Ditto.
13813
13814 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * mml.el (mml-preview): Widen the message buffer before copying
13817         the contents to the preview buffer; sort headers before previewing.
13818
13819         * message.el (message-hidden-headers): Fix the way to avoid a bug
13820         in the `repeat' widget in Emacs 21.3 or earlier.
13821
13822 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13823
13824         * message.el (message-hidden-headers): Default to "^References:".
13825         Improve customization type.  Suggested by Reiner Steib
13826         <Reiner.Steib@gmx.de>.
13827
13828 2004-11-25  Romain Francoise  <romain@orebokech.com>
13829
13830         * message.el (message-strip-forbidden-properties): Remove check for
13831         obsolete `message-hidden' text property, hidden headers are not
13832         accessible in the buffer anymore.
13833
13834 2004-11-22  Romain Francoise  <romain@orebokech.com>
13835
13836         * message.el (message-header-format-alist): Add `From' in list
13837         so that it can be sorted.
13838         (message-fix-before-sending): Widen and sort headers before
13839         sending.
13840         (message-hide-headers): Use narrowing to hide headers by moving
13841         them to the top of the buffer and narrowing to the region
13842         underneath.
13843
13844 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13845
13846         * message.el (message-strip-forbidden-properties): Bind
13847         buffer-read-only (etc) to nil.
13848
13849 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13850
13851         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13852         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13853
13854 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13855
13856         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13857
13858 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13859
13860         * dns.el (query-dns): Use sit-for to time instead of
13861         accept-process-output, since that doesn't seem to work on udp
13862         sockets.
13863
13864 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13867
13868 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13869
13870         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13871         doc string.  Improve doc string.
13872
13873 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13874
13875         * nntp.el (nntp-request-update-info): Return nil if
13876         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13877         may not call gnus-activate-group which uselessly issues the GROUP
13878         commands for all nntp groups and wastes time.  Reported by Romain
13879         Francoise <romain@orebokech.com>.
13880
13881         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13882
13883 2004-11-15  Simon Josefsson  <jas@extundo.com>
13884
13885         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13886         headers separately.
13887         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13888         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13889
13890 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13891
13892         * gnus-start.el (gnus-convert-old-newsrc):
13893         Assign legacy-gnus-agent to 5.10.7.
13894
13895 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13896
13897         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13898         start of the lines.
13899
13900 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13901
13902         * hashcash.el (hashcash-default-payment): Change default to 20.
13903         (hashcash-default-accept-payment): Change default to 20.
13904         (hashcash-process-alist): New variable.
13905         (hashcash-generate-payment-async): Add.
13906         (hashcash-already-paid-p): Add.
13907         (hashcash-insert-payment): Don't generate payments twice.
13908         (hashcash-insert-payment-async): Add.
13909         (hashcash-insert-payment-async-2): Add.
13910         (hashcash-cancel-async): Add.
13911         (hashcash-wait-async): Add.
13912         (hashcash-processes-running-p): Add.
13913         (hashcash-wait-or-cancel): Add.
13914         (mail-add-payment): New optional argument.  Conditionally start
13915         asynchronous calculation.
13916         (mail-add-payment-async): Add.
13917
13918         * message.el (message-send-mail): Wait for asynchronous hashcash
13919         results.  Don't clobber existing X-Hashcash headers.
13920         (message-setup-1): Call mail-add-payment-async when
13921         message-generate-hashcash is non-nil.
13922
13923 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13924
13925         * message.el (message-use-alternative-email-as-from): Examine the
13926         From header as well; use message-make-from in order to include a
13927         user's full name.
13928
13929 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13932         default; improve customization type.
13933         (gnus-emphasis-custom-with-format): New macro.
13934         (gnus-emphasis-custom-value-to-external): New function.
13935         (gnus-emphasis-custom-value-to-internal): New function.
13936
13937 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13938
13939         * dns.el (query-dns): Resolve reverse addresses.
13940
13941 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13942
13943         * gnus-group.el (gnus-group-get-new-news): Use it.
13944
13945         * gnus-start.el (gnus-check-reasonable-setup): New function.
13946
13947 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13948
13949         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13950         "Args out of range" error.  Reported by Arnaud Giersch
13951         <arnaud.giersch@free.fr>.
13952
13953 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13954
13955         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13956
13957 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13958
13959         * spam.el (spam group): Add :version.
13960
13961         * pgg-def.el (pgg group): Add :version.
13962
13963 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-art.el (gnus-article-edit-article): Don't associate the
13966         article buffer with a draft file.  This is a temporary measure
13967         against the 2004-08-22 change to gnus-article-edit-mode.
13968
13969 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13970
13971         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13972         (html2text-format-tags): Remove unused variable `attr'.
13973
13974 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13975
13976         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13977
13978         * tls.el (tls-process-connection-type, tls-success)
13979         (tls-certtool-program): Add :version.
13980
13981         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13982         (starttls-extra-arguments, starttls-process-connection-type)
13983         (starttls-connect, starttls-failure, starttls-success): Add :version.
13984
13985         * spam-stat.el (spam-stat): Add :version.
13986
13987         * sieve.el (sieve): Add :version.
13988
13989         * sha1.el (sha1): Add :version.
13990         (sha1-use-external): Remove redundant version.
13991
13992         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13993         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13994         (nnmail-split-fancy-match-partial-words)
13995         (nnmail-split-lowercase-expanded): Add :version.
13996
13997         * nndiary.el (nndiary): Add :version.
13998
13999         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14000
14001         * mml-sec.el (mml-default-sign-method)
14002         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14003         Add :version.
14004
14005         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14006
14007         * mm-url.el (mm-url-use-external, mm-url-program)
14008         (mm-url-arguments): Add :version.
14009
14010         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14011         (mm-attachment-file-modes, mm-decrypt-option)
14012         (mm-w3m-safe-url-regexp): Add :version.
14013
14014         * message.el (message-cite-prefix-regexp)
14015         (message-sendmail-envelope-from, message-minibuffer-local-map)
14016         (message-user-fqdn, message-completion-alist): Add :version.
14017
14018         * gnus-win.el (gnus-configure-windows-hook)
14019         (gnus-use-frames-on-any-display): Add :version.
14020
14021         * gnus-art.el (gnus-article-address-banner-alist)
14022         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14023         (gnus-treat-from-picon, gnus-treat-mail-picon)
14024         (gnus-treat-x-pgp-sig): Add :version.
14025
14026         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14027         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14028         (gnus-summary-article-delete-hook)
14029         (gnus-summary-display-while-building): Add :version.
14030
14031         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14032         (gnus-get-top-new-news-hook): Add :version.
14033
14034         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14035         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14036
14037         * gnus-registry.el (gnus-registry): Add :version.
14038
14039         * gnus-spec.el (gnus-use-correct-string-widths)
14040         (gnus-make-format-preserve-properties): Add :version.
14041
14042         * gnus.el (gnus-group-charter-alist)
14043         (gnus-group-fetch-control-use-browse-url)
14044         (gnus-install-group-spam-parameters): Add :version.
14045
14046         * gnus-diary.el (gnus-diary): Add :version.
14047
14048         * gnus-delay.el (gnus-delay): Add :version.
14049
14050         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14051         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14052         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14053         Add :version.
14054
14055         * gnus-agent.el (gnus-agent-max-fetch-size)
14056         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14057         (gnus-agent-prompt-send-queue): Add :version.
14058
14059         * deuglify.el (gnus-outlook-deuglify): Add :version.
14060
14061         * html2text.el: Beautify code.  Improve doc strings.  Some
14062         checkdoc cleanup.
14063         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14064
14065 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14066
14067         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14068
14069 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14070
14071         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14072         when package is loaded.
14073
14074         * spam.el (spam-summary-score-preferred-header): Add global preference
14075         for people who want to override the default SpamAssassin over
14076         Bogofilter preference (when both are set).
14077         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14078         (spam-user-format-function-S): Check
14079         spam-summary-score-preferred-header.
14080         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14081         (spam-user-format-function-S): Format the score correctly.
14082
14083 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14084
14085         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14086         signature file.  Suggested by Manoj Srivastava
14087         <srivasta@golden-gryphon.com>.
14088
14089         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14090         iso-2022-jp even in the Japanese language environment.
14091         Suggested by Jason Rumney <jasonr@gnu.org>.
14092
14093 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14096         use the same characters as the dummy marks; make it free from
14097         getting affected by the language environment.
14098         (gnus-summary-read-group-1): Update mark positions only when the
14099         format spec is updated.
14100
14101         * gnus-spec.el (gnus-update-format-specifications): Return a list
14102         of updated types.
14103
14104 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14105
14106         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14107         of boundp to check if display-warning is available.
14108
14109 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14110
14111         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14112
14113 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * nnspool.el (nnspool-spool-directory): Use news-path if the
14116         news-directory variable is not bound.
14117
14118         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14119         function instead of display-warning if it is not available.
14120
14121 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14122
14123         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14124         v5-10: Use `point-at-bol'.
14125
14126 2004-10-26  Simon Josefsson  <jas@extundo.com>
14127
14128         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14129         <chenggao@gmail.com>.
14130
14131 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14132
14133         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14134         instead.
14135
14136 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14137
14138         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14139         to remove a server from the nnimap-server-buffer-alist.
14140         (nnimap-open-connection, nnimap-close-server): Use it.
14141
14142         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14143
14144 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14147         running the major-mode function.
14148
14149 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14150
14151         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14152         dummy marks in the right way.
14153
14154 2004-10-18  David Edmondson  <dme@dme.org>
14155
14156         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14157         excessively.
14158
14159 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14160
14161         * gnus-util.el (gnus-split-references): Accept a nil references
14162         string and go on blissfully.
14163
14164         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14165         cases where the references string is non-nil but has no references.
14166
14167         * encrypt.el: Add autoload tags.
14168
14169         * spam.el (spam-resolve-registrations-routine): Remove article
14170         from unregistration list too.  Reported by David Hanak
14171         <dhanak@isis.vanderbilt.edu>
14172
14173 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14174
14175         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14176         nil.  Changed custom type.
14177
14178 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14181
14182         * gnus-sum.el (gnus-summary-move-article): Use it.
14183
14184 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14185
14186         * encrypt.el: Add autoload cookies.
14187
14188         * spam.el (spam-backend-article-list-property)
14189         (spam-backend-get-article-todo-list)
14190         (spam-backend-put-article-todo-list)
14191         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14192         Resolve registrations separately.
14193         (spam-register-routine): Format comments.
14194         (spam-unregister-routine, spam-register-routine): Always call with
14195         specific-articles, no default list.
14196         (spam-summary-prepare-exit): Use the spam-classifications function.
14197
14198         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14199         gnus-encrypt.el.
14200
14201         * encrypt.el: Copied from gnus-encrypt.el.
14202
14203         * gnus-encrypt.el: Commented that it's obsolete.
14204
14205 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14206
14207         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14208         (gnus-score-save): Use it.
14209
14210         * message.el (message-bury): Use `window-dedicated-p'.
14211
14212 2004-10-15  Simon Josefsson  <jas@extundo.com>
14213
14214         * pop3.el (top-level): Don't require nnheader.
14215         (pop3-read-timeout): Add.
14216         (pop3-accept-process-output): Add.
14217         (pop3-read-response, pop3-retr): Use it.
14218
14219 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14220
14221         * spam.el (spam-register-routine): Move comment.
14222         (spam-verify-bogofilter): Use 'unknown for the initial
14223         spam-bogofilter-valid state, not 'never.
14224
14225         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14226         for netrc-machine.
14227
14228         * nnimap.el (nnimap-open-connection): Use
14229         netrc-machine-user-or-password.
14230
14231 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14232
14233         * gnus-registry.el (gnus-registry-unload-hook):
14234         Set as a variable with add-hook.
14235
14236         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14237         of news-path.
14238
14239         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14240
14241         * spam.el: Delete duplicate `provide'.
14242         (spam-unload-hook): Set as a variable with add-hook.
14243
14244 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14245
14246         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14247         in the doc string.
14248
14249         * message.el (message-ignored-news-headers)
14250         (message-ignored-supersedes-headers)
14251         (message-ignored-resent-headers)
14252         (message-forward-ignored-headers): Improve custom type.
14253
14254 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * message.el (message-tokenize-header): Fix 2004-09-06 change
14257         which used point-min in the wrong place.
14258
14259 2004-10-12  Simon Josefsson  <jas@extundo.com>
14260
14261         * tls.el (tls-certtool-program): New variable.
14262         (tls-certificate-information): New function, based on
14263         ssl-certificate-information.
14264
14265 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * compface.el: Move the version of ELisp-based uncompface program
14268         to the contrib directory because of the copyright problem.
14269
14270 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * message.el (message-kill-buffer): Raise the current frame.
14273
14274 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14275
14276         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14277
14278         * gnus.el (message-y-or-n-p): Autoload.
14279
14280         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14281         (pop3-password-required, pop3-authentication-scheme)
14282         (pop3-leave-mail-on-server): Made customizable.
14283         (pop3): New custom group.
14284         (pop3-retr): Remove `sleep-for' statements.
14285         Suggested by Dave Love <fx@gnu.org>.
14286
14287         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14288         Windows/DOS.
14289
14290         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14291         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14292         Dave Love <fx@gnu.org>.
14293
14294         * mml.el (mml-minibuffer-read-disposition): Require match.
14295         Suggested by Dave Love <fx@gnu.org>.
14296
14297 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14298
14299         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14300         doc string.
14301
14302 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14305
14306 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14307
14308         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14309         instead of calling `mm-insert-inline', to decode text/* parts
14310         before displaying them.
14311
14312 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * mm-uu.el (mm-uu-text-plain-type): New variable.
14315         (mm-uu-pgp-signed-extract-1): Use it.
14316         (mm-uu-pgp-encrypted-extract-1): Use it.
14317         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14318         bind mm-uu-text-plain-type with that value.
14319         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14320         mm-uu-dissect.
14321
14322 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14323
14324         * gnus-group.el (gnus-update-group-mark-positions):
14325         * gnus-sum.el (gnus-update-summary-mark-positions):
14326         * message.el (message-check-news-body-syntax):
14327         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14328         of string-as-multibyte.
14329
14330 2004-10-05  Juri Linkov  <juri@jurta.org>
14331
14332         * gnus-group.el (gnus-update-group-mark-positions):
14333         * gnus-sum.el (gnus-update-summary-mark-positions):
14334         * message.el (message-check-news-body-syntax):
14335         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14336         8-bit unibyte values to a multibyte string for search functions.
14337
14338 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14341         (mm-uu-dissect-text-parts): New function.
14342
14343         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14344         dissect text parts.
14345
14346         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14347         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14348
14349         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14350
14351         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14352         gnus-current-topics instead of gnus-current-topic.
14353
14354 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14355
14356         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14357
14358 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14359
14360         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14361         where approriate.
14362
14363         * nnml.el (nnml-generate-active-info): do.
14364
14365         * nndiary.el (nndiary-generate-active-info): do.
14366
14367         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14368         (gnus-topic-move): do.
14369
14370         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14371         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14372
14373         * gnus-srvr.el (gnus-server-prepare)
14374         (gnus-server-open-all-servers): do.
14375
14376         * gnus-msg.el (gnus-summary-cancel-article)
14377         (gnus-summary-resend-message)
14378         (gnus-summary-mail-crosspost-complaint): do.
14379
14380         * gnus-move.el (gnus-change-server): do.
14381
14382         * gnus-group.el (gnus-group-unmark-all-groups)
14383         (gnus-group-set-current-level): do.
14384
14385 2004-10-04  Simon Josefsson  <jas@extundo.com>
14386
14387         * message.el (message-generate-hashcash): Doc fix.
14388
14389 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14390
14391         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14392         avoid infinite recursion via gnus-get-function.
14393
14394 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14395
14396         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14397
14398         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14399
14400         * nnmail.el (nnmail-split-history): do.
14401
14402         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14403         (nnml-request-delete-group): do.
14404
14405         * nnslashdot.el (nnslashdot-read-groups): do.
14406
14407         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14408         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14409
14410         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14411         (nnspool-sift-nov-with-sed): Use last.
14412         (nnspool-retrieve-headers-with-nov): Use mapc.
14413         (nnspool-request-newgroups): Use dolist.
14414         (nnspool-request-group): Use last.
14415
14416         * nntp.el (nntp-read-server-type): Use dolist.
14417
14418         * nnvirtual.el (nnvirtual-create-mapping)
14419         (nnvirtual-update-read-and-marked): Use dolist.
14420         (nnvirtual-convert-headers): Simplify.
14421
14422 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14423
14424         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14425         support for sync'ing tick marks.
14426
14427 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14428
14429         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14430         there's no visible header.
14431
14432 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14433
14434         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14435         necessary, pass full group name to gnus-request-set-marks.
14436
14437 2004-10-01  Simon Josefsson  <jas@extundo.com>
14438
14439         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14440         acroread.
14441
14442 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14443
14444         * spam-report.el (spam-report-gmane): Fix interactive.
14445
14446         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14447
14448         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14449         when writing file.
14450         (gnus-agent-synchronize-flags): Don't default to being
14451         interactive.
14452
14453 2004-09-30  Simon Josefsson  <jas@extundo.com>
14454
14455         * message.el (message-generate-hashcash): Add.
14456         (message-send-mail): Use it, call mail-add-payment.
14457
14458 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14459
14460         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14461
14462 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14463
14464         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14465         gnus-requst-update-info with explicit code to sync the in-memory
14466         info read flags with the marks being sync'd to the backend.
14467
14468         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14469
14470 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14471
14472         * spam.el (spam-verify-bogofilter): Add new function.
14473         (spam-check-bogofilter)
14474         (spam-bogofilter-register-with-bogofilter): Use it.
14475         (spam-verify-bogofilter): Add small fixes.
14476
14477 2004-09-28  Simon Josefsson  <jas@extundo.com>
14478
14479         * hashcash.el (hashcash-generate-payment): Revert.
14480
14481 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14482
14483         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14484         gnus-extract-references instead of gnus-split-references.
14485
14486         * gnus-util.el (gnus-extract-references): Add new function, analogous
14487         to gnus-split-references but extracts only the message-ID without
14488         anything extra.
14489
14490         * hashcash.el (hashcash-generate-payment)
14491         (hashcash-check-payment): Do the right thing if hashcash-path is
14492         nil (because the hashcash program could not be found).
14493
14494         * spam.el (spam-use-hashcash): Remove comment.
14495
14496 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14497
14498         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14499         (gnus-cache-enter-article, gnus-cache-remove-article)
14500         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14501
14502         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14503
14504         * gnus-art.el (article-hide-boring-headers)
14505         (article-translate-strings, article-display-face)
14506         (gnus-article-mime-match-handle-first)
14507         (gnus-article-highlight-headers)
14508         (gnus-article-add-buttons-to-head): do.
14509
14510 2004-09-27  Simon Josefsson  <jas@extundo.com>
14511
14512         * hashcash.el: New version, from
14513         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14514         ../contrib/.
14515
14516 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14517
14518         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14519
14520 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14521
14522         * gnus-dup.el (gnus-dup-open): Use mapc.
14523         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14524
14525         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14526         Reported by Stefan Wiens <s.wi@gmx.net>.
14527
14528         * gnus.el (gnus-shutdown): Use dolist.
14529
14530         * gnus-undo.el (gnus-undo): Use mapc.
14531
14532         * nnrss.el (nnrss-generate-active): do.
14533
14534         * message.el (message-cite-original-without-signature)
14535         (message-cite-original): Use mapc.
14536         (message-do-actions, message-make-forward-subject): Use dolist.
14537
14538 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14539
14540         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14541         deletion to remove entire duplicate line.  Fixes merged article
14542         number bug.
14543
14544 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14545
14546         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14547         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14548         first ask if you want to open a server and then, even when you
14549         responded with no, asking if you want to synchronize the server's
14550         flags.
14551         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14552         multi-line expressions.
14553         (gnus-agent-synchronize-group-flags): New internal function.
14554         Updates marks in memory (in the info structure) AND in the
14555         backend.
14556
14557         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14558
14559         * nnagent.el (nnagent-request-set-mark): Use
14560         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14561         method, to ensure that synchronization updates marks in the
14562         backend and in the info (in memory) structure.
14563
14564 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14567         convention fully; don't miss the root article of a thread; make
14568         the X-Draft-From header with correct article numbers.
14569
14570 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14571
14572         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14573         unless plugged.  Disable the agent so that an open failure causes
14574         an error.
14575
14576         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14577         Reverted 2004-09-21 change.  The backend must be opened while
14578         synchronizing flags even when the backend stores the flags
14579         locally.
14580
14581 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14582
14583         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14584         in `header' match.  Reported by Svend Tollak Munkejord.
14585
14586         * message.el (message-cite-original): Fix use of
14587         `message-cite-articles-with-x-no-archive'.
14588
14589 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14592         (gnus-window-to-buffer): Ditto.
14593
14594         * mml.el (mml-preview-buffer): New variable.
14595         (mml-preview): Manage window layout with gnus-buffer-configuration.
14596
14597         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14598         X-Draft-From header even if those articles aren't quoted.
14599
14600 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14601
14602         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14603         (gnus-request-set-mark, gnus-request-update-mark): Use new
14604         g-s-t-u-l-m to decide to use backend even when unplugged.
14605
14606 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14609         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14610
14611 2004-09-20  Simon Josefsson  <jas@extundo.com>
14612
14613         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14614         "utf-16-le".
14615
14616 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14617
14618         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14619
14620 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14621
14622         * uudecode.el (uudecode-use-external): Add :version.
14623
14624         * smime.el (smime-CA-file, smime-encrypt-cipher)
14625         (smime-dns-server): Add :version.
14626
14627         * smiley.el (gnus-smiley-file-types): Add :version.
14628
14629         * sha1.el (sha1-use-external): Add :version.
14630
14631         * pgg-def.el (pgg-query-keyserver): Add :version.
14632
14633         * nnmail.el (nnmail-fancy-expiry-targets)
14634         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14635         Add :version.
14636
14637         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14638         (nnimap-retrieve-groups-asynchronous): Add :version.
14639         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14640
14641         * mml.el (mml-content-disposition-parameters)
14642         (mml-insert-mime-headers-always): Add :version.
14643
14644         * mm-util.el (mm-coding-system-priorities): Add :version.
14645
14646         * mm-decode.el (mm-inline-text-html-with-images)
14647         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14648         (mm-verify-option): Add :version.
14649         (mm-text-html-renderer): Change :version.
14650
14651         * message.el (message-fcc-externalize-attachments)
14652         (message-required-headers, message-draft-headers)
14653         (message-subject-trailing-was-query)
14654         (message-subject-trailing-was-ask-regexp)
14655         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14656         (message-mark-insert-end, message-archive-header)
14657         (message-archive-note, message-cross-post-default)
14658         (message-cross-post-note, message-followup-to-note)
14659         (message-cross-post-note-function, message-use-mail-followup-to)
14660         (message-subscribed-address-functions)
14661         (message-subscribed-address-file, message-subscribed-addresses)
14662         (message-subscribed-regexps, message-allow-no-recipients)
14663         (message-yank-cited-prefix, message-signature-insert-empty-line)
14664         (message-hidden-headers, message-hierarchical-addresses)
14665         (message-mail-user-agent, message-use-idna)
14666         (message-valid-fqdn-regexp)
14667         (message-strip-special-text-properties, message-header-synonyms)
14668         (message-beginning-of-line, message-tab-body-function): Add :version.
14669         (message-insert-canlock, message-wide-reply-confirm-recipients):
14670         Change :version.
14671
14672         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14673         and :version.
14674         (mail-source-delete-old-incoming-confirm)
14675         (mail-source-movemail-program): Add :version.
14676
14677         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14678         (gnus-agent-cache, gnus-agent): Change :version.
14679
14680         * gnus-util.el (gnus-use-byte-compile): Change :version.
14681
14682         * gnus-sum.el (gnus-summary-make-false-root-always)
14683         (gnus-summary-default-high-score)
14684         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14685         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14686         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14687         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14688         (gnus-sum-thread-tree-single-indent)
14689         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14690         (gnus-sum-thread-tree-leaf-with-other)
14691         (gnus-sum-thread-tree-single-leaf): Add :version.
14692         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14693         (gnus-article-loose-mime): Change :version.
14694
14695         * gnus-start.el (gnus-backup-startup-file)
14696         (gnus-save-startup-file-via-temp-buffer): Add :version.
14697
14698         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14699         (gnus-server-offline-face): Add :version.
14700
14701         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14702
14703         * gnus-msg.el (gnus-gcc-externalize-attachments)
14704         (gnus-debug-files, gnus-debug-exclude-variables)
14705         (gnus-discouraged-post-methods): Change :version.
14706         (gnus-confirm-mail-reply-to-news)
14707         (gnus-confirm-treat-mail-like-news): Add :version.
14708
14709         * gnus-int.el (gnus-server-unopen-status): Add :version.
14710
14711         * gnus-group.el (gnus-group-jump-to-group-prompt)
14712         (gnus-large-ephemeral-newsgroup)
14713         (gnus-fetch-old-ephemeral-headers): Add :version.
14714
14715         * gnus-fun.el (gnus-x-face-directory)
14716         (gnus-convert-pbm-to-x-face-command)
14717         (gnus-convert-image-to-x-face-command)
14718         (gnus-convert-image-to-face-command): Add :version.
14719
14720         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14721
14722         * gnus-cite.el (gnus-cite-blank-line-after-header)
14723         (gnus-article-boring-faces): Add :version.
14724
14725         * gnus-art.el (gnus-buttonized-mime-types)
14726         (gnus-inhibit-mime-unbuttonizing)
14727         (gnus-treat-display-face)
14728         (gnus-treat-body-boundary): Change :version.
14729         (gnus-body-boundary-delimiter, gnus-picon-databases)
14730         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14731         (gnus-treat-date-english, gnus-treat-fold-headers)
14732         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14733         (gnus-treat-mail-picon, gnus-treat-wash-html)
14734         (gnus-article-encrypt-protocol)
14735         (gnus-use-idna, gnus-article-over-scroll)
14736         (gnus-mime-display-multipart-alternative-as-mixed)
14737         (gnus-mime-display-multipart-related-as-mixed)
14738         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14739         (gnus-ctan-url, gnus-button-ctan-handler)
14740         (gnus-button-handle-ctan-bogus-regexp)
14741         (gnus-button-ctan-directory-regexp)
14742         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14743         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14744         (gnus-button-man-level, gnus-button-emacs-level)
14745         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14746
14747         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14748         (gnus-agent-go-online): Change :version.
14749         (gnus-agent-expire-unagentized-dirs)
14750         (gnus-agent-auto-agentize-methods): Add :version.
14751
14752         * flow-fill.el (fill-flowed-display-column)
14753         (fill-flowed-encode-column): Add :version.
14754
14755         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14756         (gnus-outlook-deuglify-unwrap-max)
14757         (gnus-outlook-deuglify-cite-marks)
14758         (gnus-outlook-deuglify-unwrap-stop-chars)
14759         (gnus-outlook-deuglify-no-wrap-chars)
14760         (gnus-outlook-deuglify-attrib-cut-regexp)
14761         (gnus-outlook-deuglify-attrib-verb-regexp)
14762         (gnus-outlook-deuglify-attrib-end-regexp)
14763         (gnus-outlook-display-hook): Add :version.
14764
14765         * binhex.el (binhex-use-external): Add :version.
14766
14767 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14768
14769         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14770         and `invisible'.
14771
14772 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14773
14774         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14775         in gnus-registry-trim.
14776
14777 2004-09-13  Simon Josefsson  <jas@extundo.com>
14778
14779         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14780
14781         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14782
14783         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14784         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14785         <yamaoka@jpl.org>.
14786         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14787         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14788         <yamaoka@jpl.org>.
14789
14790         * sieve.el (sieve-manage-mode): Ditto.
14791
14792 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14793
14794         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14795
14796 2004-09-11  Simon Josefsson  <jas@extundo.com>
14797
14798         * dns-mode.el: Add.
14799
14800         * mm-view.el (mm-display-dns-inline): Add.
14801
14802         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14803         (mm-automatic-display): Ditto.
14804
14805         * mailcap.el (mailcap-mime-data): Add text/dns.
14806         (mailcap-mime-extensions): Map .soa to text/dns.
14807
14808 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14809
14810         * gnus-art.el (article-decode-mime-words, article-babel)
14811         (gnus-article-highlight-signature, gnus-article-add-buttons)
14812         (gnus-signature-toggle): Remove unnecessary bindings of
14813         `inhibit-read-only' inherited from v5.10 merge.
14814
14815 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14816
14817         * nntp.el (nntp): New customization group.
14818         (nntp-authinfo-file): Add customization group.
14819
14820         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14821
14822         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14823
14824         * gnus.el (to-address, to-list, subscribed)
14825         (large-newsgroup-initial): Ditto.
14826
14827         * flow-fill.el (fill-flowed-display-column)
14828         (fill-flowed-encode-column): Ditto.
14829
14830 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14831
14832         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14833         Use point-min rather than 1.
14834         (message-send-mail): Use buffer-size rather than point-max.
14835
14836         * gnus-sum.el (gnus-summary-search-article-forward):
14837         Signal a specific `search-failed' rather than a generic `error'.
14838
14839         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14840         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14841         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14842
14843 2004-09-10  Simon Josefsson  <jas@extundo.com>
14844
14845         * nndb.el (require): Remove tcp and duplicate cl.
14846
14847 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * gnus-agent.el (directory-files-and-attributes): Move forward.
14850
14851 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14852
14853         * gnus-agent.el (directory-files-and-attributes): Optionally
14854         defined to support XEmacs.
14855
14856 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14857
14858         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14859         to avoid run-time CL dependencies.
14860         (gnus-agent-unfetch-articles): New function.
14861         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14862         article numbers even when local .overview file is missing.
14863         (gnus-agent-read-article-number): New function.  Only accepts
14864         27-bit article numbers.
14865         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14866         gnus-agent-read-article-number.
14867         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14868         from backend while recognizing that article numbers in .overview
14869         must be valid.
14870         (gnus-agent-update-files-total-fetched-for): Use
14871         directory-files-and-attributes to improve performance.
14872         * gnus-int.el (gnus-request-move-article): Use
14873         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14874         improve performance.
14875
14876         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14877         some users confused by references to .newsrc when they only have a
14878         .newsrc.eld file.
14879         (gnus-convert-mark-converter-prompt)
14880         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14881         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14882         New function.  Used internally to only display 'gnus converting
14883         files' message when actually necessary.
14884
14885         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14886         methods now autoloaded.
14887
14888 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14889
14890         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14891         identifiers.
14892
14893 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * gnus-picon.el: Fix indentation and closing parenthesis.
14896
14897 2004-09-01  Simon Josefsson  <jas@extundo.com>
14898
14899         * message.el (message-canlock-generate): Require sha1, not
14900         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14901         to require within a function.  Sadly, if sha1.el isn't loaded, the
14902         let binding in m-c-g will hide the defcustom definition, which is
14903         bad.)
14904
14905         * canlock.el: Require sha1, not sha1-el.
14906
14907         * message.el: Don't autoload sha1 (there is a autoload cookie in
14908         sha1.el).
14909
14910         * sha1-el.el: Renamed to sha1.el.
14911
14912 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14913
14914         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14915
14916 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14917
14918         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14919
14920 2004-08-30  Kim F. Storm  <storm@cua.dk>
14921
14922         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14923
14924         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14925         Add :group 'nnimap.
14926
14927 2004-08-30  Andreas Schwab  <schwab@suse.de>
14928
14929         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14930         ?* and ?\;.
14931
14932         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14933         and ?\' to symbol instead of whitespace.
14934
14935 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14938
14939         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14940         instead of re-search-forward.
14941
14942         * gnus-uu.el (gnus-uu-save-article): Ditto.
14943         (gnus-uu-post-encode-uuencode): Ditto.
14944
14945         * html2text.el (html2text-clean-list-items): Ditto.
14946         (html2text-clean-dtdd): Ditto.
14947         (html2text-format-tags): Ditto.
14948
14949         * message.el (message-send-mail-with-sendmail): Fix regexp.
14950         (message-fill-field-general): Use search-forward instead of
14951         re-search-forward.
14952         (unbold-region): Ditto.
14953
14954         * nnrss.el (nnrss-request-article): Ditto.
14955
14956         * nnslashdot.el (nnslashdot-request-article): Ditto.
14957
14958         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14959
14960         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14961         "Unrecognized menu descriptor" error in XEmacs.
14962
14963 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14964
14965         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14966         parent article of a sparse article in the thread hashtb.
14967
14968 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14969
14970         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14971         (nnmail-expand-newtext): Lowercase expanded entries if
14972         nnmail-split-lowercase-expanded is non-nil.
14973
14974 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14977
14978         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14979         of gnus-tmp-news-method into string under XEmacs.  It will be
14980         passed to gnus-correct-length which takes only a string argument.
14981
14982 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * gnus-util.el (gnus-bind-print-variables): New macro.
14985         (gnus-prin1): Use it.
14986         (gnus-prin1-to-string): Use it.
14987         (gnus-pp): New function.
14988         (gnus-pp-to-string): New function.
14989
14990         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14991         Replace pp-to-string with gnus-pp-to-string.
14992         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14993         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14994         * gnus-msg.el (gnus-debug): Ditto.
14995         * gnus-score.el (gnus-score-save): Ditto.
14996         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14997         gnus-pp-to-string.
14998         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14999         with gnus-pp.
15000         * score-mode.el (gnus-score-pretty-print): Ditto.
15001         * webmail.el (webmail-debug): Ditto.
15002
15003 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * gnus-art.el (article-display-face, article-display-x-face):
15006         Use buffer-read-only.
15007
15008 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15009
15010         * gnus-art.el (article-hide-list-identifiers):
15011         Bind inhibit-read-only as t.
15012
15013 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15014
15015         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15016
15017 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15018
15019         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15020         (gnus-narrow-to-page): Don't assume point-min == 1.
15021         (gnus-article-edit-mode): Derive from message-mode.
15022
15023         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15024         point-min == 1.
15025
15026         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15027         Disable incorrect use of `assert'.
15028
15029         * message.el (message-mode): Set comment-start-skip.
15030
15031
15032 2004-08-22  Sam Steingold  <sds@gnu.org>
15033
15034         * pop3.el (pop3-leave-mail-on-server): New user variable.
15035         (pop3-movemail): Delete mail only when it is nil.
15036
15037 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15038
15039         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15040
15041         * mml.el (mml-preview): Use `pop-to-buffer'.
15042
15043         * message.el (message-goto-mail-followup-to): Insert after "To".
15044         (message-carefully-insert-headers): Add comment.
15045
15046         * gnus.el: Remove unused variable `gnus-article-check-size'.
15047
15048         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15049
15050         * gnus-art.el (gnus-button-alist): Improve
15051         `gnus-button-handle-library' entry.
15052
15053 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15054
15055         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15056         downcase, since XEmacs capitalizes error messages differently.
15057
15058 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15059
15060         * nntp.el: Add (require 'gnus) due to reference to
15061         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15062
15063 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15064
15065         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15066         `mm-fill-flowed'.
15067
15068         * mm-decode.el (mm-dissect-singlepart): Check it.
15069
15070 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15071
15072         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15073         'imap' for netrc parsing.
15074
15075 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15076
15077         * mailcap.el (mailcap-mime-data): Mark as risky.
15078
15079 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15080
15081         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15082         may be included in the encoded word.
15083         (rfc2047-encode): Don't append a space if the encoded word
15084         includes close parenthesis.
15085
15086 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15089         of text within parentheses.
15090
15091 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15092
15093         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15094         (gnus-encrypt-write-file-contents): Make the password key the file
15095         name PLUS the cipher, not just the cipher.  Also remove failed
15096         passwords from the cache.
15097
15098 2004-08-06  Simon Josefsson  <jas@extundo.com>
15099
15100         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15101         fix.
15102
15103 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15106         LWSP.
15107
15108 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15109
15110         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15111         to append in-reply-to: data to the references: header.
15112
15113         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15114         (netrc-parse): Use gnus-encrypt.el functions.
15115
15116         * gnus-encrypt.el: Add new file for encryption support; currently
15117         does only a few GPG ciphers and an internal XOR cipher.
15118
15119         * password.el: Add comments on using password-read-and-add.
15120         (password-read-and-add): Add function to read and add the
15121         password to the cache at once.
15122
15123 2004-07-28  Simon Josefsson  <jas@extundo.com>
15124
15125         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15126         parameter (but don't use it, for now).
15127
15128         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15129         instead of hard coding to nil.
15130
15131 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15134         as mm-inline-image-xemacs does.
15135
15136 2004-07-26  Simon Josefsson  <jas@extundo.com>
15137
15138         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15139         Revert part of 2004-07-17 change below.
15140
15141 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15142
15143         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15144         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15145
15146 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15147
15148         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15149         quotes that actually start with ">" at the beginning of the
15150         lines.
15151
15152 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * rfc2047.el (rfc2047-encode-region): Fix last change.
15155         (rfc2047-encode-parameter): Remove useless concat.
15156
15157 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15158
15159         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15160         encode special characters; fix some kind of misconfigured headers;
15161         signal a real error if debug-on-quit or debug-on-error is non-nil.
15162         (rfc2047-encode-max-chars): New variable.
15163         (rfc2047-encode-1): Use it.
15164         (rfc2047-encode-parameter): New function.
15165
15166         * mml.el (mml-insert-parameter): Remove an excessive space.
15167
15168 2004-07-17  Simon Josefsson  <jas@extundo.com>
15169
15170         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15171         Kai Grossjohann <kai@emptydomain.de>.
15172         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15173         (gnus-group-make-menu-bar): Ditto.
15174
15175         * gnus-util.el (gnus-group-server): Add.
15176
15177 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15178
15179         * message.el (message-clone-locals): Clone sendmail and smtp
15180         variables.
15181
15182 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * rfc2047.el (rfc2047-encode-region): Fix last change.
15185
15186 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15187
15188         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15189         characters as non-special.
15190
15191 2004-07-09  Simon Josefsson  <jas@extundo.com>
15192
15193         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15194         Users will lose all flag changes made while unplugged with
15195         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15196         good default.  See numerous reports on ding mailing list.
15197
15198 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15199
15200         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15201         add generate-head-function and generate-article-function to the
15202         rfc822-forward entry.
15203         (nndoc-rfc822-forward-generate-article): New function.
15204         (nndoc-rfc822-forward-generate-head): New function.
15205
15206         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15207
15208 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15209
15210         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15211         respect display group parameter and gnus-summary-expunge-below.
15212         (gnus-articles-to-read): Remove unused reference to display group
15213         parameter.
15214
15215 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15216
15217         * nnheader.el (nnheader-uniquify-message-id): New experimental
15218         variable.
15219         (nnheader-nov-read-message-id): Use it.
15220
15221         * spam-report.el (spam-report-gmane): Add interactive.
15222
15223 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15224
15225         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15226         qp-or-base64 for the application/* types.
15227
15228 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15229
15230         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15231
15232 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15233
15234         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15235         trim value.
15236
15237 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15238
15239         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15240         New macro and function.
15241         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15242
15243 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15244
15245         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15246         after-load-alist.
15247
15248 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15249
15250         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15251         update info that isn't there.
15252
15253 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15254
15255         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15256         entry.
15257
15258 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15259
15260         * mm-view.el (mm-inline-render-with-function): Use multibyte
15261         buffer; decode html source by charset.
15262
15263         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15264
15265         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15266         Mule-UCS is loaded under XEmacs.
15267         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15268
15269 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15270
15271         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15272
15273 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * mm-util.el (mm-coding-system-p): Return a coding-system.
15276         (mm-mime-mule-charset-alist): Use shift_jis instead of
15277         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15278         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15279         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15280         instead of japanese-shift-jis and iso-latin-1 respectively in
15281         order to share the default value with both Emacs and XEmacs-mule.
15282         (mm-mule-charset-to-mime-charset): Make
15283         mm-coding-system-priorities effective.
15284         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15285         while predicating of candidates upon the priorities.
15286
15287 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15288
15289         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15290         gnus-uu-invert-processable.
15291
15292         * gnus.el: Autoload gnus-uu-invert-processable.
15293
15294 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15295
15296         * mm-util.el (mm-with-multibyte-buffer): New macro.
15297
15298         * rfc2047.el (rfc2047-encode-string): Use it.
15299         (rfc2047-encode-region): Move point to the end of the region after
15300         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15301
15302 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15305         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15306
15307 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15308
15309         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15310         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15311         Karl Chen <quarl@nospam.quarl.org>.
15312
15313 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15314
15315         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15316         invalid addresses.
15317
15318 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15319
15320         * spam.el: Change section markers, revise TODO list.
15321         (spam-backends): Make new master list of all installed backends.
15322         (spam-summary-exit-behavior): Add new variable to determine how
15323         messages moves are done at summary exit.
15324         (spam-move-spam-nonspam-groups-only)
15325         (spam-process-ham-in-nonham-groups)
15326         (spam-process-ham-in-spam-groups): Remove variables, the
15327         spam-summary-exit-behavior variable should be used to manage this
15328         behavior.
15329         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15330         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15331         and spam-old-spam-articles.
15332         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15333         Add empty variables, placeholders for the backends they represent.
15334         (spam-set-difference): Move, unchanged.
15335         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15336         unless the user has a processor variable.
15337         (spam-classifications, spam-classification-valid-p)
15338         (spam-backend-properties, spam-backend-property-valid-p)
15339         (spam-backend-function-type-valid-p)
15340         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15341         (spam-report-articles-gmane, spam-report-articles-resend):
15342         Remove functions, they are not needed.
15343         (spam-install-backend-super, spam-backend-list)
15344         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15345         (spam-backend-function, spam-backend-ham-registration-function)
15346         (spam-backend-spam-registration-function)
15347         (spam-backend-ham-unregistration-function)
15348         (spam-backend-spam-unregistration-function)
15349         (spam-backend-statistical-p, spam-backend-mover-p)
15350         (spam-install-backend-alias, spam-install-checkonly-backend)
15351         (spam-install-mover-backend, spam-install-nocheck-backend)
15352         (spam-install-backend, spam-install-statistical-backend)
15353         (spam-install-statistical-checkonly-backend): Add backend installation
15354         support.
15355         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15356         (spam-group-processor-p): Use the new backend code and respect the
15357         summary exit behavior.
15358         (spam-mark-spam-as-expired-and-move-routine): Remove.
15359         (spam-summary-prepare): Change to use the new spam-old-articles
15360         variable.
15361         (spam-copy-or-move-routine, spam-copy-spam-routine)
15362         (spam-move-spam-routine, spam-copy-ham-routine)
15363         (spam-move-ham-routine): Add code to copy/move ham or spam.
15364         (spam-fetch-field-fast): Improve doc and code, plus allow the
15365         'number request.
15366         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15367         variables.
15368         (spam-split, spam-find-spam): Use the new backend code.
15369         (spam-registration-functions): Remove variable.
15370         (spam-unregister-routine): Add convenience wrapper.
15371         (spam-log-undo-registration, spam-register-routine)
15372         (spam-log-processing-to-registry)
15373         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15374         where possible.
15375         (spam-check-gmane-xref, spam-check-regex-headers)
15376         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15377         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15378         (spam-check-bogofilter-headers, spam-check-spamoracle)
15379         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15380         (spam-check-crm114-headers): Use the spam-split-group that
15381         spam-split prepares, no need to determine it every time.
15382
15383         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15384         to the nnheader-parse-naked-head call.
15385
15386         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15387
15388         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15389         the nnheader-nov-read-message-id call.
15390
15391 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15392
15393         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15394         gnus-activate-group twice.  Suggested by Markus Peter
15395         <warp@spin.de>.
15396
15397 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * gnus-art.el (gnus-article-time-format): Exchange the order of
15400         day and month in the default value; fix customization type.
15401         (article-date-ut): Use add-text-properties.
15402         (article-make-date-line): Use message-make-date instead of
15403         current-time-string.
15404
15405         * message.el (message-fetch-field): Don't use set-text-properties.
15406         (message-make-date): Simplify.
15407
15408         * messagexmas.el (message-xmas-make-date): New function.
15409         (message-xmas-redefine): Defalias message-make-date to it.
15410
15411 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15412
15413         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15414         (rfc2047-encode-region): Treat text within parentheses as special;
15415         show the original text when error has occurred.
15416
15417         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15418         already-computed method to gnus-activate-group.
15419
15420         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15421         same select-methods identical Lisp objects.
15422
15423         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15424         object when modifying the info.
15425
15426 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15427
15428         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15429         gnus-opened-servers since it has never been opened with the new
15430         configuration yet.
15431
15432 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15433
15434         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15435         arg to nnheader-generate-fake-message-id.
15436
15437 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15438
15439         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15440         number and build a fake message ID localized to a group and
15441         article number (so it's repeatable from that point on).
15442         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15443         ID format.
15444
15445         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15446         nnheader-generate-fake-message-id with the article number.
15447
15448 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15449
15450         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15451         end-of-buffer.
15452
15453 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * message.el (message-ignored-supersedes-headers): Add Approved.
15456
15457 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15460         goto-char.
15461         (rfc2047-encode): Fold the line before encoding.
15462
15463 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15464
15465         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15466         folding -- not all headers can be folded, and this should be done
15467         by the message composition mode.  Probably.  I think.
15468
15469 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15470
15471         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15472         fast.
15473
15474         * gnus-ems.el (gnus-remove-image): Don't use
15475         message-text-with-property; remove only the image found first.
15476
15477         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15478         found first.
15479
15480 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15481
15482         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15483
15484 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * message.el (message-text-with-property): Make it fast and accept
15487         optional arguments.
15488         (message-strip-forbidden-properties): Use it.
15489         (message-fix-before-sending): Follow the m-t-w-p change.
15490
15491         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15492
15493 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15494
15495         * gnus-art.el (article-hide-headers): Don't change the buffer
15496         mistakenly when performing mml-preview even if
15497         gnus-single-article-buffer is nil.
15498
15499 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15500
15501         * message.el (message-expand-name-databases): New user option.
15502         (message-expand-name): Use it.
15503
15504 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15505
15506         * spam.el (spam-report-articles-resend)
15507         (spam-report-resend-register-routine): Allow ham reporting.
15508         (spam-report-resend-register-ham-routine): Add wrapper.
15509         (spam-registration-functions): Add ham resending functions.
15510         (spam-list-of-processors): Add ham resend processor.
15511
15512         * gnus.el (ham-resend-to): Add new group parameter.
15513         (spam-process): Add ham resend option.
15514
15515         * spam-report.el (spam-report-resend): Allow reporting ham.
15516         (spam-report-resend-ham): Add wrapper.
15517
15518 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15519
15520         * message.el (message-cite-articles-with-x-no-archive): New
15521         variable.
15522         (message-cite-original): Use it.
15523
15524 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15525
15526         * message.el (message-cite-original): Respect X-No-Archive.
15527
15528 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * gnus-art.el (article-hide-headers): Refer to the values for
15531         gnus-ignored-headers and gnus-visible-headers in the summary
15532         buffer since a user may have set them as group parameters.
15533
15534 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15535
15536         * assistant.el (assistant-node-name): Add convenience function.
15537         (assistant-render-text, assistant-render-node): Add error handling,
15538         plus handle multiple next nodes.
15539         (assistant-find-next-node): Comment out for now.
15540         (assistant-find-next-nodes): Add function, returns list of next
15541         nodes.
15542
15543 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15544
15545         * mail-source.el (mail-source-directory): Fix doc-string.
15546
15547 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15548
15549         * assistant.el (assistant-render-text, assistant-eval): Add :set
15550         widget type, which is different because it takes and returns a
15551         list.  Much hilarity ensues.
15552
15553 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15554
15555         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15556
15557         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15558         doc-string.
15559
15560         * gnus-start.el (gnus-activate-group): Added doc-string.
15561
15562 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15565
15566 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15567
15568         * assistant.el (assistant-render-text): Try to add a :set
15569         widget, more to come.
15570
15571         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15572         strings.
15573         (spam-report-articles-resend)
15574         (spam-register-routine): Do registration iff any articles warrant
15575         it.
15576         (spam-summary-prepare-exit): Change log message for nil group
15577         destinations.
15578
15579 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15580
15581         * spam.el (spam-report-resend-register-routine): Allow
15582         spam-report-resend-to to be a group parameter or a global value.
15583
15584 2004-05-26  Simon Josefsson  <jas@extundo.com>
15585
15586         * starttls.el: Merge with my GNUTLS based starttls.el.
15587         (starttls-gnutls-program, starttls-use-gnutls)
15588         (starttls-extra-arguments, starttls-process-connection-type)
15589         (starttls-connect, starttls-failure, starttls-success): New
15590         variables.
15591         (starttls-program, starttls-extra-args): Doc fix.
15592         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15593         functions.
15594         (starttls-negotiate, starttls-open-stream): Check
15595         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15596         function if it is set.
15597
15598 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15599
15600         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15601         structured fields.
15602
15603 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15604
15605         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15606
15607 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15608
15609         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15610         variable.
15611         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15612         assigning the spam-mark to new messages.
15613
15614 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15615
15616         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15617
15618 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15619
15620         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15621
15622         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15623         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15624         default.
15625
15626 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15627
15628         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15629         correct data.
15630
15631 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15632
15633         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15634         (spam-group-processor-p): Fix function.
15635         (spam-group-processor-multiple-p)
15636         (spam-group-spam-processor-report-gmane-p)
15637         (spam-group-spam-processor-report-resend-p)
15638         (spam-group-spam-processor-bogofilter-p)
15639         (spam-group-spam-processor-blacklist-p)
15640         (spam-group-spam-processor-ifile-p)
15641         (spam-group-ham-processor-ifile-p)
15642         (spam-group-spam-processor-spamoracle-p)
15643         (spam-group-spam-processor-crm114-p)
15644         (spam-group-ham-processor-bogofilter-p)
15645         (spam-group-spam-processor-stat-p)
15646         (spam-group-ham-processor-stat-p)
15647         (spam-group-ham-processor-whitelist-p)
15648         (spam-group-ham-processor-BBDB-p)
15649         (spam-group-ham-processor-spamoracle-p)
15650         (spam-group-ham-processor-copy-p): Remove functions with some
15651         prejudice against unneeded code.
15652         (spam-report-articles-resend)
15653         (spam-report-resend-register-routine): Allow the group/topic
15654         spam-resend-to value to override spam-report-resend-to.
15655         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15656         properly now.
15657
15658         * gnus.el (spam-resend-to): Add group/topic parameter.
15659         (spam-process): Move the OBSOLETE processors to the end of the
15660         choices.
15661
15662 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15663
15664         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15665         with resend-to set to nil, and then ask the user if necessary.
15666         (spam-report-resend): spam-report-resend takes a list of articles, not
15667         separate article numbers.
15668
15669 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15670
15671         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15672         addition to emacs-w3m.
15673
15674 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15675
15676         * assistant.el (assistant-authinfo-data): New function.
15677         (assistant-eval): Eval for entire assistant.
15678
15679         * netrc.el (netrc-services-file): New variable.
15680         (netrc-parse-services): New function.
15681         (netrc-find-service-name): New function.
15682         (netrc-find-service-number): New function.
15683         (netrc-port-equal): New function.
15684         (netrc-machine): Use it.
15685
15686         * nnimap.el (nnimap-open-connection): Use netrc.
15687
15688         * gnus-util.el (gnus-netrc-get): Remove aliases.
15689
15690         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15691
15692         * assistant.el (wid-edit): Fix compilation.
15693
15694         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15695
15696 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15697
15698         * gnus-util.el (gnus-set-file-modes): New function.  (small
15699         patch).
15700
15701 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15702
15703         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15704
15705         * assistant.el (assistant-render-node): Fix up rendering and
15706         read-only text.
15707         (assistant-render-node): Reset.
15708         (assistant-make-read-only): Not sticky.
15709
15710 2004-05-20  Danny Siu  <dsiu@adobe.com>
15711
15712         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15713         centered even when gnus-auto-center-summary is t.
15714
15715 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15716
15717         * dns.el (dns-get-txt-answer): New function.
15718         (dns-read-txt): Ditto.
15719         (query-dns): Use it.
15720
15721 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15724         active for foreign groups even if the group level is higher than
15725         the specified value.
15726
15727 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15728
15729         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15730         non-active groups.
15731
15732         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15733
15734 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15735
15736         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15737
15738 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15739
15740         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15741         (spam-crm114-header, spam-crm114-spam-switch)
15742         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15743         (spam-crm114-positive-spam-header)
15744         (spam-crm114-database-directory, spam-list-of-processors)
15745         (spam-group-spam-processor-crm114-p)
15746         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15747         (spam-generic-score, spam-list-of-checks)
15748         (spam-list-of-statistical-checks, spam-registration-functions)
15749         (spam-check-crm114-headers, spam-crm114-score)
15750         (spam-check-crm114, spam-crm114-register-with-crm114)
15751         (spam-crm114-register-spam-routine)
15752         (spam-crm114-unregister-spam-routine)
15753         (spam-crm114-register-ham-routine)
15754         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15755         asjo@koldfront.dk (Adam Sjøgren).
15756
15757         * gnus.el: Add spam-use-crm114.
15758
15759         * spam.el (spam-list-of-processors, spam-registration-functions):
15760         Add spam-use-resend.
15761         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15762         (spam-report-articles-gmane): Add doc fix.
15763         (spam-report-articles-resend, spam-report-resend-register-routine):
15764         Add wrappers around spam-report-resend-to.
15765
15766         * spam-report.el (spam-report-resend-to, spam-report-resend):
15767         Add support for resending spam.
15768         (spam-report-gmane): Fix line length >80.
15769
15770         * gnus.el (spam-process): Add spam-use-resend.
15771
15772 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15773
15774         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15775         number of processed spam messages.
15776         (spam-ham-copy-or-move-routine): Return the number of processed
15777         ham messages.
15778         (spam-summary-prepare-exit): Use the above values to decide
15779         whether status messages shouled be displayed.
15780
15781 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15784         `rfc2047-encoding-function-alist' in order to avoid conflicting
15785         with the old version.
15786         (rfc2047-encode-region): Concatenate words containing non-ASCII
15787         characters in structured fields; don't encode space-delimited
15788         ASCII words even in unstructured fields; don't break words at
15789         char-category boundaries.
15790         (rfc2047-encode-1): New function.
15791         (rfc2047-encode): Use it; encode text so that it occupies the
15792         maximum width within 76-column; work correctly on Q encoding for
15793         iso-2022-* charsets.
15794         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15795         sure not to break a line just after the header name.
15796         (rfc2047-b-encode-region): Removed.
15797         (rfc2047-b-encode-string): New function.
15798         (rfc2047-q-encode-region): Removed.
15799         (rfc2047-q-encode-string): New function.
15800
15801         * mm-util.el (mm-replace-in-string): New function.
15802
15803 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15804
15805         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15806         get it right.
15807         (gnus-inews-make-draft): Really.
15808
15809 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15810
15811         * nnmh.el (nnmh-request-list-1): Don't check the link count
15812         before descending.  (small patch)
15813
15814 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15815
15816         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15817         stuff.
15818
15819         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15820         on real group name.
15821
15822         * gnus-art.el (gnus-signature-limit): Doc fix.
15823
15824         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15825
15826         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15827
15828 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15829
15830         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15831         isn't a string.
15832
15833 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15834
15835         * gnus-draft.el (gnus-draft-send): Bind
15836         rfc2047-encode-encoded-words.
15837
15838         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15839         (rfc2047-encodable-p): Say that =? needs encoding.
15840         (rfc2047-encode-encoded-words): New variable.
15841
15842         * gnus-group.el (gnus-group-select-group): Doc fix.
15843
15844         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15845
15846         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15847         to nil.
15848
15849         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15850
15851         * nnheader.el (nnheader-get-lines-and-char): New function.
15852
15853 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15854
15855         * gnus-msg.el (gnus-summary-followup-with-original): Document
15856         yanking of region when active.
15857
15858 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15861         groups if the group level is higher than the specified value.
15862
15863 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15864
15865         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15866         (gnus-group-jump-to-group): Added prefix argument using
15867         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15868         non-active group.
15869
15870         * compface.el (uncompface): Be verbose when changing
15871         `uncompface-use-external'.
15872
15873         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15874         handle manual section.
15875
15876 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15877
15878         * gnus-art.el (gnus-button-alist): Revert previous change.
15879
15880 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15881
15882         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15883
15884 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15885
15886         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15887         whether backend can accept message.
15888
15889         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15890
15891 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15892
15893         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15894         Avoid creating directory when nntp-marks-is-evil is true.
15895         Reported by Reiner Steib.
15896
15897 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15898
15899         * gnus-picon.el (gnus-picon-style): New variable.
15900         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15901         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15902         Jesper Harder <harder@ifa.au.dk>.
15903
15904 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15905
15906         * message.el (message-fill-field): Return point.
15907         (message-generate-headers): Go to end of field.
15908
15909         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15910         stuff for non-living groups.
15911
15912 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15913
15914         * gnus-art.el (gnus-article-followup-with-original)
15915         (gnus-article-reply-with-original): gnus-mark-active-p ->
15916         gnus-region-active-p.
15917
15918 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15919
15920         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15921         only when there is spam or ham to be processed.
15922
15923 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15924
15925         * mail-source.el (mail-source-delete-crash-box): Refactor.
15926         (mail-source-fetch): Use it.
15927         (mail-source-fetch-file): Ditto.
15928         (mail-source-fetch-directory): Run postscript in loop.
15929         (mail-source-fetch-pop): Delete.
15930         (mail-source-fetch-maildir): Ditto.
15931         (mail-source-fetch-imap): Ditto.
15932
15933         * imap.el (imap-authenticators): Comment out sasl.
15934
15935         * message.el (message-skip-to-next-address): New function.
15936         (message-fill-header-address): Refactor.
15937         (message-fill-address): Use it.
15938         (message-delete-address): Use it.
15939         (message-fill-header-general): Refactor.
15940         (message-fill-field-address): Rename.
15941         (message-narrow-to-field): Find the start of the header.
15942         (message-header-format-alist): Don't pre-fill.
15943         (message-fill-header): Removed.
15944         (message-insert-header): New function.
15945         (message-shorten-references): Use it.
15946
15947         * rfc2047.el (rfc2047-field-value): Strip props.
15948
15949         * mail-parse.el (mail-header-make-address): New alias.
15950
15951         * ietf-drums.el (ietf-drums-make-address): New function.
15952
15953         * imap.el: Add compiler directives.
15954
15955         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15956
15957         * gnus-art.el (article-decode-idna-rhs): Don't use
15958         message-idna-inside-rhs-p.
15959
15960 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15961
15962         * message.el (message-idna-inside-rhs-p): Removed.
15963         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15964
15965         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15966         false positives.
15967
15968 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15969
15970         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15971
15972 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15973
15974         * nneething.el (nneething-file-name): Don't create spurious
15975         files.
15976
15977         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15978         (gnus-inews-do-gcc): Remove sleep.
15979
15980         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15981         part under point.
15982
15983         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15984         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15985
15986 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15987
15988         * spam.el (spam-summary-prepare-exit): Fixed (length).
15989
15990 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15991
15992         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15993         as expired without moving it" message when there are spam
15994         messages left.
15995
15996 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15997
15998         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15999         header is not nil.
16000
16001 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16002
16003         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16004         nntp-possibly-create-directory, not nntp-possibly-change-group.
16005         (nntp-marks-changed-p): New arg SERVER.
16006         (nntp-request-update-info): Adjust caller.
16007
16008 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16009
16010         * nntp.el (nntp-save-marks): Pass missing arg.
16011
16012 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16013
16014         * nntp.el: Support marks.
16015         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16016         (nntp-marks-modtime, nntp-marks-directory): New variables.
16017         (nntp-request-set-mark, nntp-request-update-info)
16018         (nntp-possibly-create-directory, nntp-marks-changed-p)
16019         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16020         functions.
16021
16022 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16023
16024         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16025         (gnus-xmas-redefine): Rename.
16026
16027         * gnus-score.el (gnus-score-insert-help): Use
16028         gnus-select-lowest-window.
16029
16030         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16031         appt-select-lowest-window and rename to gnus-select-lowest-window.
16032
16033         * gnus.el: do.
16034
16035 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16036
16037         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16038         encodings of MIME-encoded words, in order to improve
16039         interoperability with several broken MUAs.
16040
16041 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16042
16043         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16044         tags, only when charsets are not specified in headers.
16045         (mm-inline-text-html-render-with-w3m): Ditto.
16046
16047         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16048         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16049
16050 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16051
16052         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16053         instead of MIME-decoded from fields when checking
16054         `gnus-article-address-banner-alist'.
16055
16056 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16057
16058         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16059         description rather than subject.
16060
16061 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16062
16063         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16064
16065 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16066
16067         * gnus.el (gnus-version-number): Bump.
16068
16069 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16070
16071         * gnus.el: No Gnus v0.2 is released.
16072
16073 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16074
16075         * gnus-agent.el (gnus-agent-read-agentview): Inline
16076         gnus-uncompress-range.
16077
16078 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16079
16080         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16081         `exec-installed-p'.
16082
16083 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16084
16085         * gnus.el (spam-process, spam-autodetect-methods): Add
16086         bsfilter and bsfilter-headers.
16087
16088         * spam.el (spam-bsfilter): New customize group.
16089         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16090         (spam-bsfilter-header, spam-bsfilter-probability-header)
16091         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16092         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16093         (spam-bsfilter-database-directory): New options.
16094         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16095         (spam-list-of-statistical-checks, spam-registration-functions):
16096         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16097         (spam-bsfilter-score): New command.
16098         (spam-check-bsfilter-headers, spam-check-bsfilter)
16099         (spam-bsfilter-register-with-bsfilter)
16100         (spam-bsfilter-register-spam-routine)
16101         (spam-bsfilter-unregister-spam-routine)
16102         (spam-bsfilter-register-ham-routine)
16103         (spam-bsfilter-unregister-ham-routine): New functions.
16104         (spam-generic-score): Support bsfilter; Accept an optional argument
16105         to recalcurate spam score even if scoring header has already been
16106         added.
16107         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16108         optional argument to recalcurate spam score even if scoring header
16109         has already been added.
16110
16111 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16112
16113         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16114         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16115         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16116         link is missing.
16117
16118 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16119
16120         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16121         (html2text-get-attr): Rewrite.
16122
16123         * message.el (message-setup-1): Remove redundant put-text-property
16124         on mail-header-separator.
16125
16126 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16127
16128         * gnus-registry.el (gnus-registry-cache-whitespace)
16129         (gnus-registry-action, gnus-registry-spool-action)
16130         (gnus-registry-split-fancy-with-parent): Change message levels
16131         from 5 to 3 or 7, as needed.
16132
16133         * spam.el (spam-summary-prepare-exit)
16134         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16135         (spam-split, spam-find-spam, spam-log-undo-registration)
16136         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16137         level from 5 to 6.
16138
16139 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16140
16141         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16142         2004-03-04 change).
16143
16144 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16145
16146         * sieve-manage.el (sieve-manage-open):
16147         * nnweb.el (nnweb-insert-html):
16148         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16149         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16150         * nnspool.el (nnspool-request-group):
16151         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16152         * nnml.el (nnml-request-update-info):
16153         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16154         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16155         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16156         (nnimap-request-set-mark):
16157         * nnfolder.el (nnfolder-request-update-info):
16158         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16159         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16160         * gnus-uu.el (gnus-uu-find-articles-matching):
16161         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16162         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16163         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16164         * gnus-nocem.el (gnus-nocem-scan-groups):
16165         * gnus-int.el (gnus-start-news-server):
16166         * gnus-group.el (gnus-group-make-kiboze-group)
16167         (gnus-group-browse-foreign-server):
16168         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16169         Use mapc when appropriate.
16170
16171 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16172
16173         FIXME: Make separate entries for each person.
16174
16175         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16176         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16177         <shields@msrl.com>:
16178
16179         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16180         may need for spam sorting and scoring.
16181         (spam-user-format-function-S): Add user format function suitable for
16182         general use.
16183         (spam-article-sort-by-spam-status): Add sorting function for summary
16184         sorting.
16185         (spam-extra-header-to-number): Add function to get a score from a
16186         header.
16187         (spam-summary-score): Add function to get a numeric score from the
16188         headers.
16189         (spam-generic-score): Fix function doc, was in wrong place.
16190         (spam-initialize): Take symbols when it's run, and install the
16191         extra headers that spam-necessary-extra-headers thinks we need.
16192
16193 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16194
16195         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16196         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16197
16198 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16199
16200         * gnus-sum.el (gnus-set-global-variables)
16201         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16202         (gnus-article-get-xrefs, gnus-summary-best-group)
16203         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16204         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16205         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16206         Use with-current-buffer.
16207
16208 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16209
16210         * spam.el (spam-summary-prepare-exit): Simplify logic.
16211         (spam-fetch-article-header): Read the article header if it's not
16212         available.
16213         (spam-list-articles): Simplify logic.
16214         (spam-filelist-register-routine): Fix bug with unregister-list.
16215
16216         * gnus-registry.el: Fix comments at beginning.
16217
16218 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16219
16220         * message.el (message-cater-to-broken-inn): Remove.
16221         (message-shorten-references): Make sure the total folded length of
16222         References is shorter than 998 characters to cater to a bug in INN
16223         2.3.  Also, don't pretend that references aren't folded -- this
16224         hasn't worked for a while.
16225
16226 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16227
16228         * gnus-agent.el (gnus-agentize):
16229         gnus-agent-send-mail-real-function no longer set to current value
16230         of message-send-mail-function but rather a lambda that calls
16231         message-send-mail-function.  The change makes the agent real-time
16232         responsive to user changes to message-send-mail-function.
16233
16234 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16235
16236         * legacy-gnus-agent.el
16237         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16238         help from Florian Weimer <fw@deneb.enyo.de>
16239
16240 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16241
16242         * nnmail.el (nnmail-cache-insert): Revert last change.
16243
16244 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * nnmail.el (nnmail-cache-insert): Always check whether
16247         nnmail-cache-ignore-groups matches a group name.
16248
16249 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16250
16251         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16252         (spam-find-spam, spam-log-processing-to-registry)
16253         (spam-log-registered-p, spam-log-unregistration-needed-p)
16254         (spam-log-undo-registration): Use gnus-message instead of
16255         gnus-error, none of these errors are fatal.
16256
16257         * gnus-registry.el (gnus-registry-clean-empty-function)
16258         (gnus-registry-clean-empty): Remove only empty entries without
16259         extra data.
16260
16261 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16262
16263         * spam-stat.el (spam-stat-buffer-change-to-spam)
16264         (spam-stat-buffer-change-to-non-spam): Change (error) to
16265         (gnus-message 8) invocation.
16266
16267 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * nntp.el (nntp-via-netcat-command): New variable.
16270         (nntp-via-netcat-switches): New variable.
16271         (nntp-open-via-rlogin-and-netcat): New function.
16272         (nntp-open-connection-function): Doc fix.
16273         (nntp-telnet-command): Doc fix.
16274         (nntp-end-of-line): Doc fix.
16275         (nntp-via-rlogin-command): Doc fix.
16276         (nntp-via-user-name): Doc fix.
16277         (nntp-via-address): Doc fix.
16278
16279 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16282         error in Emacs 21.1.
16283
16284 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16287
16288 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16289
16290         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16291         (gnus-agent-with-refreshed-group): New macro.
16292         (gnus-agent-rename-group): New function.
16293         (gnus-agent-delete-group): New function.
16294         (gnus-agent-save-group-info): Use gnus-command-method when
16295         `method' parameter is nil.  Don't write nil entries into the
16296         active file.
16297         (gnus-agent-get-group-info): New function.
16298         (gnus-agent-fetch-articles): Use
16299         gnus-agent-update-files-total-fetched-for to increment disk space
16300         used.
16301         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16302         gnus-agent-update-view-total-fetched-for to increment disk space
16303         used.
16304         (gnus-agent-get-local): Added optional parameters to avoid calling
16305         gnus-group-real-name and gnus-find-method-for-group.
16306         (gnus-agent-set-local): Delete stored entry if either min, or max,
16307         are nil.
16308         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16309         quit, use gnus-agent-regenerate-group to record existance of any
16310         articles fetched to disk before the quit occurred.
16311         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16312         gnus-agent-update-view-total-fetched-for, and
16313         gnus-agent-update-files-total-fetched-for to decrement disk space
16314         used.
16315         (gnus-agent-retrieve-headers): Use
16316         gnus-agent-update-view-total-fetched-for to increment disk space
16317         used.
16318         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16319         with gnus-agent-update-files-total-fetched-for to decrement disk
16320         space and fresh group buffer.
16321         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16322         (gnus-agent-need-update-total-fetched-for): New variable.
16323         (gnus-agent-update-files-total-fetched-for): New function.
16324         (gnus-agent-update-view-total-fetched-for): New function.
16325         (gnus-agent-total-fetched-for): New function.
16326
16327         * gnus-cache.el (gnus-cache-save-buffers): Use
16328         gnus-cache-update-overview-total-fetched-for to change disk space
16329         used by this group.
16330         (gnus-cache-possibly-enter-article): Use
16331         gnus-cache-update-file-total-fetched-for to increment disk space
16332         used by this group.
16333         (gnus-cache-possibly-remove-article): Use
16334         gnus-cache-update-file-total-fetched-for to decrement disk space
16335         used by this group.
16336         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16337         (gnus-cache-rename-group): New function.
16338         (gnus-cache-delete-group): New function.
16339         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16340         (gnus-cache-need-update-total-fetched-for): New variable.
16341         (gnus-cache-with-refreshed-group): New macro.
16342         (gnus-cache-update-file-total-fetched-for): New function.
16343         (gnus-cache-update-overview-total-fetched-for): New function.
16344         (gnus-cache-rename-group-total-fetched-for): New function.
16345         (gnus-cache-delete-group-total-fetched-for): New function.
16346         (gnus-cache-total-fetched-for): New function.
16347
16348         * gnus-group.el: Require gnus-sum and autoload functions to
16349         resolve warnings when gnus-group.el compiled alone.
16350         (gnus-group-line-format): Documented new %F.
16351         (size of Fetched data) group line format; identifies disk space
16352         used by agent and cache.
16353         (gnus-group-line-format-alist): Defined new F format.
16354         (gnus-total-fetched-for): New function.
16355         (gnus-group-delete-group): No longer update
16356         gnus-cache-active-altered as gnus-request-delete-group now keeps
16357         the cache in sync.
16358         (gnus-group-list-active): Let the agent store a server's active
16359         list if currently plugged.
16360
16361         * gnus-int.el (gnus-request-delete-group):
16362         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16363         local disk in sync with the server.
16364         (gnus-request-rename-group):
16365         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16366         local disk in sync with the server.
16367
16368         * gnus-start.el (gnus-get-unread-articles):
16369         Cosmetic simplification to logic.
16370
16371         * gnus-util.el (gnus-rename-file): New function.
16372
16373 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16374
16375         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16376
16377 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16378
16379         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16380         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16381
16382 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16383
16384         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16385         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16386
16387 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16388
16389         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16390
16391 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16392
16393         * spam.el (spam-set-difference): Add function to replace
16394         gnus-set-difference in spam.el.
16395         (spam-summary-prepare-exit): Use spam-set-difference.
16396
16397 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16398
16399         * gnus-registry.el (gnus-registry-cache-file): Update to use
16400         gnus-dribble-directory OR gnus-home-directory OR ~.
16401         (gnus-registry-split-fancy-with-parent): Fix doc.
16402
16403 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16404
16405         * message.el (message-exchange-point-and-mark): Use
16406         message-mark-active-p.  Suggested by Jesper Harder
16407         <harder@ifa.au.dk>.
16408
16409 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * message.el (message-exchange-point-and-mark): Don't activate
16412         region if it was inactive.  Suggested by Hiroshi Fujishima
16413         <pooh@nature.tsukuba.ac.jp>.
16414
16415 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * gnus-art.el (article-display-face): Display Faces in the same
16418         order as X-Faces.
16419
16420 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16423
16424 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16425
16426         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16427         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16428         (gnus-article-mime-hierarchy): Remove.
16429         (gnus-article-mime-hierarchy-next): Remove.
16430         (gnus-article-mode): Revert 2004-03-19 change.
16431         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16432         (gnus-insert-mime-button): Revert 2004-03-19 change.
16433         (gnus-mime-accumulate-hierarchy): Remove.
16434         (gnus-mime-enter-multipart): Remove.
16435         (gnus-mime-leave-multipart): Remove.
16436         (gnus-mime-display-part): Revert 2004-03-19 change.
16437         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16438
16439         * mml.el (mml-preview): Revert 2004-03-19 change.
16440
16441 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16442
16443         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16444
16445 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16448         t while entering a file name using the mm-with-multibyte macro.
16449         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16450
16451         * mm-util.el (mm-with-multibyte): New macro.
16452
16453 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16454
16455         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16456         user option.
16457         (gnus-mime-multipart-functions): Doc and customization fix.
16458         (gnus-article-mime-hierarchy): New variable.
16459         (gnus-article-mime-hierarchy-next): New variable.
16460         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16461         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16462         gnus-article-mime-hierarchy-next to nil.
16463         (gnus-insert-mime-button): Show hierarchy numbers.
16464         (gnus-mime-accumulate-hierarchy): New function.
16465         (gnus-mime-enter-multipart): New function.
16466         (gnus-mime-leave-multipart): New function.
16467         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16468         (gnus-mime-display-alternative): Show hierarchy numbers.
16469
16470         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16471         gnus-article-mime-hierarchy-next to nil.
16472
16473 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16474
16475         * dns.el: Don't require gnus-xmas.
16476
16477 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16478
16479         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16480         inline PGP.
16481         (mml-menu): Disable mml-quote-region if mark is inactive.
16482
16483 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16486         when the group's active is not available.
16487
16488 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16489
16490         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16491         error.
16492
16493 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16494
16495         * imap.el (imap-store-password): New variable.
16496         (imap-interactive-login): Use it.
16497         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16498
16499 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16502         window-start and hscroll to summary window.
16503
16504 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16505
16506         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16507         conversion message to newsrc-dribble when an actual conversion is
16508         performed.
16509
16510 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16511
16512         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16513
16514 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * mm-decode.el (mm-complicated-handles): New function reviving
16517         former definition of mm-multiple-handles.
16518
16519         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16520         (gnus-mime-delete-part): Use it.
16521
16522 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16523
16524         * gnus-agent.el (gnus-agent-read-local): Bind
16525         nnheader-file-coding-system to gnus-agent-file-coding-system to
16526         avoid the implicit assumption that they will always be equal.
16527         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16528         coding-system-for-write, as the with-temp-file macro first prints
16529         to a buffer then saves the buffer.
16530
16531 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-art.el (gnus-article-edit-part): New function.
16534         (gnus-mime-save-part-and-strip): Use it; do query instead of
16535         signaling an error; don't use mm-multiple-handles.
16536         (gnus-mime-delete-part): Ditto.
16537
16538 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16539
16540         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16541         old file versions.
16542         (gnus-group-prepare-hook): Removed function that converted list
16543         form of gnus-agent-expire-days to group properties.
16544
16545         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16546         (gnus-request-accept-article): Re-indented.
16547
16548         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16549         converters to handle old agent file formats.  Added logic for a
16550         "backup before upgrading warning".
16551         (gnus-convert-mark-converter-prompt): Developers can mark
16552         functions as needing (default), or not needing,
16553         gnus-convert-old-newsrc's "backup before upgrading warning".
16554         (gnus-convert-converter-needs-prompt): Tests whether the user
16555         should be protected from potentially irreversable changes by the
16556         function.
16557
16558         * legacy-gnus-agent.el: New.  Provides converters that are only
16559         loaded when gnus-convert-old-newsrc needs to call them.
16560
16561 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16562
16563         * mail-source.el (mail-source-touch-pop): Doc fix.
16564
16565         * message.el (message-smtpmail-send-it): Doc fix.
16566
16567 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16568
16569         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16570
16571         * nnmail.el (nnmail-split-fancy): do.
16572
16573         * gnus-kill.el (gnus-kill, gnus-execute): do.
16574
16575 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16576
16577         * gnus-sum.el (gnus-widget-reversible-match)
16578         (gnus-widget-reversible-to-internal)
16579         (gnus-widget-reversible-to-external): New functions.
16580         (gnus-widget-reversible): New widget.
16581         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16582
16583 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16584
16585         * gnus-sum.el (gnus-thread-sort-functions)
16586         (gnus-article-sort-functions): Document `(not F)' items.
16587
16588 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16589
16590         * spam.el (spam-use-gmane-xref): Add new backend.
16591         (spam-gmane-xref-spam-group): Add variable to control the name of the
16592         Gmane spam group.
16593         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16594         (spam-regex-headers-spam, spam-regex-headers-ham)
16595         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16596         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16597         backends and checks.
16598         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16599
16600         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16601         an autodetect method.
16602
16603 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16604
16605         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16606         articles are being added to a group.
16607         (gnus-request-replace-article): Inform the agent that articles
16608         need to be uncached as the cached contents are no longer valid.
16609
16610 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16611
16612         * binhex.el: Don't autoload executable-find.
16613
16614         * canlock.el: Don't autoload mail-fetch-field.
16615
16616         * dgnushack.el: Autoload c-mode for XEmacs.
16617
16618         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16619
16620         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16621         rmail-dont-reply-to and rmail-output.
16622
16623         * gnus-score.el: Don't autoload ffap-string-at-point.
16624
16625         * gnus-setup.el: Don't autoload sc-cite-original.
16626
16627         * imap.el: Don't autoload base64-decode-string,
16628         base64-encode-string and md5.
16629
16630         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16631         and rmail-msg-restore-non-pruned-header.
16632
16633         * mm-decode.el: Don't autoload executable-find.
16634
16635         * mm-url.el: Don't autoload executable-find.
16636
16637         * mm-view.el: Don't autoload diff-mode.
16638
16639         * nndb.el: Don't autoload news-reply-mode, news-setup,
16640         cancel-timer and telnet.
16641
16642         * password.el: Don't autoload run-at-time for Emacs.
16643
16644         * sha1-el.el: Don't autoload executable-find.
16645
16646         * sieve-mode.el: Don't autoload c-mode.
16647
16648         * uudecode.el: Don't autoload executable-find.
16649
16650 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16651
16652         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16653         (gnus-agent-possibly-alter-active): Avoid null in numeric
16654         comparison.
16655         (gnus-agent-set-local): Refuse to save null in local object table.
16656         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16657         list of articles that will be marked as unread.
16658
16659 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16662
16663 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16664
16665         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16666         language tags.
16667
16668 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16669
16670         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16671         Don't bind "obarray".
16672
16673         * gnus-sum.el (gnus-thread-sort-functions): Added
16674         `gnus-thread-sort-by-most-recent-number' and
16675         `gnus-thread-sort-by-most-recent-date'.
16676         Reported by Kai Grossjohann <kai@emptydomain.de>.
16677
16678 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16681
16682 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16683
16684         * gnus-cus.el (gnus-agent-customize-category): Removed
16685         ignore-errors macro reference that required cl to be loaded at
16686         run-time.
16687
16688         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16689         single-interval range of the form (min . max).  Previously the
16690         range had to look like ((min . max)).  Likewise, return
16691         (min . max) rather than ((min . max)).
16692         (gnus-range-map): Use gnus-range-normalize to accept
16693         single-interval range.
16694
16695         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16696         the cache, but not the agent, now appear with their usual face.
16697
16698         * dgnushack.el (loaddir): New variable that is bound to the
16699         directory containing the dgnushack.el file. Use loaddir, rather
16700         than srcdir, to update load-path. Change lets dgnushack compile
16701         code in directories other than GNUS/lisp.
16702
16703 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16704
16705         * lpath.el: Don't bind w3m-safe-url-regexp.
16706
16707         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16708         w3m-safe-url-regexp variable buffer-local.
16709
16710         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16711
16712 2004-02-27  Simon Josefsson  <jas@extundo.com>
16713
16714         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16715         gnus-group-real-prefix.
16716         (gnus-summary-move-article): Use it, instead of
16717         gnus-group-real-prefix.
16718
16719 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16720
16721         * lpath.el: Bind w3m-safe-url-regexp.
16722
16723         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16724         w3m-safe-url-regexp variable buffer-local and set it as the value
16725         of mm-w3m-safe-url-regexp.
16726
16727         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16728
16729         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16730         parsing gnus-posting-styles when the message is not for replying.
16731
16732         * dgnushack.el: Autoload sgml-mode for XEmacs.
16733
16734         * nnrss.el (nnrss-opml-export): Use
16735         mm-set-buffer-file-coding-system instead of
16736         set-buffer-file-coding-system.
16737
16738 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16739
16740         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16741         of checkdoc.el).
16742         * nnrss.el: do.
16743         * gnus-mlspl.el: do.
16744         * gnus-ml.el: do.
16745         * gnus-srvr.el: do.
16746
16747         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16748
16749 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16750
16751         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16752         Corrections to custom-manual links.
16753
16754         * gnus-art.el (gnus-article): Ditto.
16755
16756         * mm-decode.el (mime-display, mime-security): Ditto.
16757
16758 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16759
16760         * flow-fill.el: Typo.
16761
16762 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16763
16764         * spam-wash.el: New file.
16765
16766 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16767
16768         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16769
16770 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16771
16772         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16773         to be run with new-articles as LIST1, not LIST2.
16774         (spam-registration-functions): Add spam-use-ham-copy as a nil
16775         registration backend.
16776
16777 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16778
16779         * spam-stat.el (spam-stat-washing-hook): New option.
16780         (spam-stat-buffer-words): Use it.
16781         (spam-stat-process-directory, spam-stat-test-directory): Use
16782         insert-file-contents-literally.
16783         (spam-stat-coding-system): New variable.
16784         (spam-stat-load, spam-stat-save): Use it.
16785
16786 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16787
16788         * spam-report.el (spam-report-plug-agent): Quote
16789         spam-report-url-to-file and spam-report-url-ping-plain.
16790
16791 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16792
16793         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16794         / in mailto URLs.
16795
16796 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16797
16798         * spam-report.el (spam-report-process-queue): Fix interactive use.
16799         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16800         (spam-report-unplug-agent): Doc fixes.
16801         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16802         (spam-report-agentize, spam-report-deagentize): Autoload.
16803
16804 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16807
16808         * message.el (message-setup-fill-variables): Add mml tags to
16809         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16810         <ajk@iu.edu>.
16811         (message-mode): Don't modify paragraph-separate there.
16812
16813 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16814
16815         * compface.el (uncompface-use-external): Default to undecided.
16816         (uncompface-use-external-threshold): New variable.
16817         (uncompface-float-time): New macro.
16818         (uncompface): Determine whether to use the external decoder if
16819         uncompface-use-external is undecided.
16820
16821 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16822
16823         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16824         after images.
16825
16826         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16827
16828 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16829
16830         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16831
16832         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16833
16834         * gnus-sum.el (gnus-summary-limit-to-age)
16835         (gnus-summary-limit-children): do.
16836
16837         * gnus-int.el (gnus-request-scan): do.
16838
16839         * gnus-group.el (gnus-group-suspend): do.
16840
16841         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16842
16843         * gnus-cite.el (gnus-cite-parse-attributions): do.
16844
16845         * gnus-agent.el (gnus-summary-set-agent-mark)
16846         (gnus-agent-regenerate-group): do.
16847
16848         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16849
16850         * binhex.el (binhex-decode-region-internal): do.
16851
16852 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16853
16854         * gnus-fun.el (gnus-face-properties-alist): New user option.
16855         (gnus-display-x-face-in-from): Use it.
16856
16857         * gnus-art.el (article-display-face): Ditto.
16858
16859         * compface.el (uncompface-use-external): Default to nil.
16860
16861 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16862
16863         * nntp.el (nntp-erase-buffer): New function.
16864         (nntp-retrieve-data, nntp-send-command)
16865         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16866         (nntp-possibly-change-group): Use it.
16867
16868         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16869         with-current-buffer.
16870
16871 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16872
16873         * compface.el: Merge the ELisp-based uncompface program.
16874         (compface): New customization group.
16875         (uncompface-use-external): New user option.
16876         (uncompface): Call uncompface-internal if uncompface-use-external
16877         is nil.
16878         (uncompface-internal): New function.  Note that there are also
16879         some other functions and variables added for this function.
16880
16881 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16882
16883         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16884         if necessary.
16885
16886 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16887
16888         * spam-report.el (spam-report-unplug-agent)
16889         (spam-report-plug-agent, spam-report-deagentize)
16890         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16891         Add support for the Agent in spam-report: when unplugged, report to a
16892         file; when plugged, submit all the requests.
16893
16894         * spam.el (spam-register-routine): Fix message about
16895         registration.
16896
16897 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16898
16899         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16900         dependencies.
16901         (rfc2047-encode): Use it.
16902
16903         * gnus-art.el (gnus-button-marker-list): Move before first
16904         reference.
16905
16906         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16907         (imap-parse-body): Fix format string mismatch.
16908
16909         * gnus-score.el (gnus-summary-increase-score): do.
16910
16911         * nnrss.el (nnrss-close): New function.
16912
16913 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16914
16915         * nnrss.el (nnrss-make-filename): New function.
16916         (nnrss-request-delete-group, nnrss-read-server-data)
16917         (nnrss-save-server-data, nnrss-read-group-data)
16918         (nnrss-save-group-data): Use it.
16919         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16920         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16921         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16922
16923 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16924
16925         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16926
16927 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16928
16929         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16930         files.
16931
16932         * message.el (message-generate-headers-first): Don't quote nil
16933         and t in docstrings.
16934
16935         * imap.el (imap-id): do.
16936
16937         * gnus-agent.el (gnus-agent-consider-all-articles)
16938         (gnus-agent-queue-mail): do.
16939
16940 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * spam-report.el (spam-report-process-queue): New function.
16943         Process requests from `spam-report-requests-file'.
16944         (spam-report-process-queue): Doc fix.
16945
16946 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16947
16948         * spam.el (spam-register-routine)
16949         (spam-log-processing-to-registry, spam-log-registered-p)
16950         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16951         Change "check" to "spam-check" for semi-clarity.
16952
16953 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16954
16955         * pop3.el: Require nnheader.
16956
16957         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16958
16959         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16960
16961         * gnus-picon.el: Require cl.
16962
16963         * gnus-fun.el: Require gnus-ems and gnus-util.
16964
16965         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16966
16967         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16968
16969         * gnus-art.el (gnus-article-edit-mode): Define before first
16970         reference.
16971
16972 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16973
16974         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16975         (gnus-uu-post-encoded): Use point-at-bol.
16976
16977         * gnus-topic.el (gnus-group-active-topic-p): do.
16978
16979         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16980
16981         * gnus-group.el (gnus-group-kill-region): do.
16982
16983         * gnus-art.el (article-date-ut): do.
16984
16985         * message.el (message-fetch-field): Remove redundant
16986         case-fold-search binding.
16987         (message-narrow-to-field): Simplify.
16988
16989 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16990
16991         * spam.el (spam-directory): Derive from `gnus-directory'.
16992
16993         * spam-report.el (spam-report-url-to-file)
16994         (spam-report-requests-file): New function and variable for offline
16995         reporting.
16996         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16997         and user defined function.
16998         (spam-report-url-ping-mm-url): Remove doubled slash.
16999
17000 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17001
17002         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17003
17004 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17005
17006         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17007         format string mismatch.
17008
17009         * sieve.el (sieve-deactivate-all): do.
17010
17011         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17012
17013         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17014
17015         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17016
17017         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17018
17019 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17020
17021         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17022         the list of checks.
17023
17024 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17025
17026         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17027         padding.
17028
17029 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17030
17031         * mm-view.el (mm-fill-flowed): New variable.
17032         (mm-inline-text): Use it.
17033
17034 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17035
17036         * spam.el (spam-spamassassin-register-ham-routine)
17037         (spam-spamassassin-register-spam-routine): Fix function names.
17038
17039 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * gnus.el (gnus-tmp-grouplens): Remove.
17042         (gnus-summary-line-format): Remove grouplens.
17043
17044         * gnus-group.el (gnus-group-line-format): Ditto.
17045
17046         * gnus-spec.el (gnus-format-specs): Ditto.
17047         (gnus-update-format-specifications): Flush the group format spec
17048         cache if there's the grouplens stuff.
17049         (gnus-parse-simple-format): Replace %l with the empty string.
17050
17051 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17052
17053         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17054         omission.
17055
17056 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17059         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17060
17061 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17062
17063         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17064         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17065         New macros and functions.
17066         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17067         Handle > NLINK_MAX messages.
17068         * nnmaildir.el (nnmaildir-request-set-mark): Use
17069         nnmaildir--emlink-p and nnmaildir--eexist-p.
17070
17071 2004-01-25  Alex Schroeder  <alex@gnu.org>
17072
17073         * spam-stat.el (spam-stat-process-directory-age): New option.
17074         (spam-stat-process-directory): Use it.
17075
17076 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17077
17078         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17079         (spam-stat-save): Accept prefix argument.
17080
17081 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17082
17083         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17084         links" error.
17085
17086 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17087
17088         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17089         the rest of the and/or forms.
17090
17091 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17092
17093         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17094         compatibility with old .newsrc.eld files.
17095
17096         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17097
17098         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17099
17100         * gnus-start.el (gnus-1): do.
17101
17102         * gnus-group.el (gnus-group-line-format-alist): do.
17103
17104         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17105
17106         * gnus-gl.el: Remove.
17107
17108 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17109
17110         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17111         marks consisting of a single range {for example, (3 . 5)} rather
17112         than a list of a single range { ((3 . 5)) }.
17113
17114 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17115
17116         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17117         with-current-buffer.
17118         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17119         avoid consing a string.
17120
17121         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17122         Remove obsolete entries for big5 and gb2312.
17123
17124 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17125
17126         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17127         uncompressed list.
17128
17129 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17130
17131         * spam-stat.el (spam-stat-strip-xref): New function.
17132         (spam-stat-process-directory): Use it.
17133
17134         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17135         here -- it's done in message-fetch-field.
17136
17137 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17138
17139         * gnus-agent.el (gnus-agent-queue-mail)
17140         (gnus-agent-prompt-send-queue): New variables.
17141         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17142         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17143         "nndraft:queue" along to gnus-draft-send.  Use
17144         gnus-agent-prompt-send-queue.
17145         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17146         is "nndraft:queue".  Suggested by Gaute Strokkenes
17147         <gs234@srcf.ucam.org>
17148
17149         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17150         (agent-enable-undownloaded-faces): Added.
17151         (gnus-agent-cat-groups): Use eval-and-compile, not
17152         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17153         method of gnus-agent-cat-groups even when the buffer has been
17154         evaled.
17155         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17156         delete gnus-agent-save-active-1.
17157         (gnus-agent-save-groups): Deleted.  Identical to
17158         gnus-agent-save-active.
17159         (gnus-agent-write-active): No longer adjust agent's copy of active
17160         file as agent's adjustments are now stored in their own
17161         file.  Removed optional parameter.
17162         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17163         servers.  Add use of min/max range limits from server's local
17164         file.
17165         (gnus-agent-save-alist): Removed unused optional argument.
17166         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17167         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17168         (gnus-agent-set-local): A per-server file that keeps min/max range
17169         limits for articles known to the agent.  Provides a fast mechanism
17170         for altering many active ranges.
17171         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17172         active file (local makes it unnecessary).
17173         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17174
17175         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17176         (agent-enable-undownloaded-faces): Added.
17177
17178         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17179         disable it when sending to "nndraft:queue".
17180         (gnus-group-send-queue): Add safety check to avoid sending queue
17181         when unplugged.
17182
17183         * gnus-group.el (gnus-group-catchup): Use new
17184         gnus-sequence-of-unread-articles, not
17185         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17186         numbers of articles.  Use gnus-range-map to avoid having to
17187         uncompress the unread list.
17188         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17189         Fixed invalid ange-ftp reference.
17190
17191         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17192         (gnus-sorted-range-intersection): Intersection of two ranges
17193         without requiring that they first be uncompressed.
17194
17195         * gnus-start.el (gnus-activate-group): Unless blocked by the
17196         caller, possibly expand the active range to include both cached
17197         and agentized articles.
17198         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17199         multiple version-dependent converters.
17200         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17201         gnus-agent-save-active.
17202         (gnus-save-newsrc-file): Save dirty agent range limits.
17203
17204         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17205         gnus-agent-possibly-alter-active.
17206         (gnus-adjust-marked-articles): Faster handling of simple lists.
17207
17208 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17209
17210         * spam-stat.el (spam-stat-test-directory): New optional argument
17211         displays a list of files detected.  Suggested by Andrew Cohen
17212         <cohen@andy.bu.edu>.
17213         (spam-stat-buffer-words-with-scores): Don't narrow and change
17214         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17215
17216 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17217
17218         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17219         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17220         (spam-spamassassin-arguments)
17221         (spam-spamassassin-spam-flag-header)
17222         (spam-spamassassin-positive-spam-flag-header)
17223         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17224         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17225         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17226         (spam-list-of-processors, spam-list-of-checks)
17227         (spam-list-of-statistical-checks, spam-registration-functions)
17228         (spam-check-spamassassin-headers, spam-check-spamassassin)
17229         (spam-spamassassin-score)
17230         (spam-spamassassin-register-with-sa-learn)
17231         (spam-spamassassin-register-spam-routine)
17232         (spam-spamassassin-register-ham-routine)
17233         (spam-assassin-register-spam-routine)
17234         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17235         (spam-bogofilter-score): Fix to show article before scoring.
17236
17237 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17238
17239         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17240         default scoring function.
17241         (spam-generic-score): Call spam-spamassassin-score if
17242         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17243         spam-bogofilter-score otherwise.
17244
17245         * gnus.el (spam-process, spam-autodetect-methods): Add
17246         spamassassin and spamassassin-headers.
17247
17248 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17249
17250         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17251         Suppress unnecessary messages.
17252
17253 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17254
17255         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17256         make-hash-table.
17257
17258 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17259
17260         * canlock.el (base64-encode-string): Don't autoload it.
17261
17262 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17263
17264         * run-at-time.el: Remove useless (require 'itimer),
17265         eval-and-compile and (featurep 'xemacs).
17266
17267 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17268
17269         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17270         GROUP is a virtual group.
17271
17272 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17273
17274         * gnus.el: Autoload `message-y-or-n-p'.
17275
17276 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17277
17278         * pgg-parse.el: Remove unnecessary (require 'custom).
17279
17280         * pgg-def.el: do.
17281
17282         * nnmail.el: do.
17283
17284         * gnus-undo.el: do.
17285
17286         * gnus-picon.el: do.
17287
17288         * gnus-util.el: do.
17289
17290 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17291
17292         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17293
17294 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17295
17296         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17297         handle, as well as a list.
17298
17299         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17300         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17301         (mm-w3m-cid-retrieve): Simplify.
17302
17303 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17304
17305         * message.el (message-kill-to-signature): Allow prefix arg to
17306         specify number of lines to keep before signature.
17307
17308 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17309
17310         * message.el (message-kill-to-signature): Change docstring.
17311
17312 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17313
17314         * canlock.el: Always require sha1-el.
17315         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17316
17317         * message.el: Autoload sha1 only when compiling.
17318
17319         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17320         eudc-expand-inline for XEmacs.
17321
17322 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17323
17324         * message.el (message-canlock-generate): Require sha1-el.
17325
17326 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17327
17328         * message.el (message-expand-name): Silence the byte compiler.
17329
17330         * lpath.el: Add detect-coding-system.
17331
17332         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17333         cus-edit.
17334
17335 2004-01-13  Simon Josefsson  <jas@extundo.com>
17336
17337         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17338         Invoke gnus-score-mode.  Reported by
17339         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17340
17341         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17342         Jim Blandy <jimb@redhat.com> (tiny change).
17343
17344 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17345
17346         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17347
17348 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17349
17350         * spam.el (spam-get-article-as-string): Update to use
17351         gnus-request-article-this-buffer, much simpler.
17352         (spam-get-article-as-buffer): Remove.
17353
17354 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17355
17356         * message.el (message-expand-name): Use EUDC if the user uses that.
17357
17358 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17359
17360         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17361         character for the encoding to avoid consing a string.
17362
17363         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17364         unnecessarily.
17365
17366         * mm-util.el (mm-replace-chars-in-string): Remove.
17367
17368         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17369         of mm-replace-chars-in-string.
17370
17371 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17372
17373         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17374
17375         * mm-util.el (mm-subst-char-in-string): Support inplace.
17376
17377         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17378         a new string in every iteration.  Use shy groups.
17379
17380 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17381
17382         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17383         * gnus-soup.el (gnus-soup-group-brew):
17384         * gnus-msg.el (gnus-put-message):
17385         * gnus-move.el (gnus-group-move-group-to-server):
17386         * gnus-kill.el (gnus-batch-score):
17387         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17388         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17389         (gnus-group-update-group, gnus-group-read-group)
17390         (gnus-group-make-group, gnus-group-make-help-group)
17391         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17392         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17393         (gnus-group-sort-by-unread, gnus-group-catchup)
17394         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17395         (gnus-group-yank-group, gnus-group-set-info)
17396         (gnus-group-list-groups):
17397         * gnus.el (gnus-generate-new-group-name):
17398         * gnus-delay.el (gnus-delay-send-queue):
17399         * nnvirtual.el (nnvirtual-catchup-group):
17400         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17401         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17402         (gnus-group-prepare-topics, gnus-topic-check-topology):
17403         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17404         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17405         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17406         (gnus-group-make-articles-read):
17407         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17408         (gnus-group-change-level, gnus-kill-newsgroup)
17409         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17410         (gnus-get-unread-articles, gnus-make-articles-unread)
17411         (gnus-make-ascending-articles-unread): Use accessor
17412         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17413         to get group information for improved readability.
17414
17415
17416 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17417
17418         * gnus-art.el (article-decode-mime-words, article-babel)
17419         (gnus-article-highlight-signature, gnus-article-add-buttons)
17420         (gnus-signature-toggle): Use gnus-with-article-buffer.
17421
17422         * gnus-art.el (gnus-article-highlight-headers)
17423         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17424
17425         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17426         (gnus-article-set-globals, gnus-request-article-this-buffer)
17427         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17428         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17429         (gnus-mime-display-alternative): Use with-current-buffer.
17430
17431 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17432
17433         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17434         also under 80 char limit, and call gnus-error if needed.
17435         (spam-fetch-article-header): Fix - it was a
17436         buffer-local variable (gnus-newsgroup-data).
17437         (spam-find-spam): Use spam-generate-fake-headers, forget about
17438         spam-insert-fake-headers.
17439         (spam-insert-fake-headers): Remove.
17440
17441 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17442
17443         * deuglify.el (gnus-article-outlook-unwrap-lines)
17444         (gnus-outlook-rearrange-article)
17445         (gnus-outlook-repair-attribution-outlook)
17446         (gnus-outlook-repair-attribution-block)
17447         (gnus-outlook-repair-attribution-other): Remove redundant
17448         save-excursion.
17449
17450 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17451
17452         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17453         (spam-fetch-field-subject-fast)
17454         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17455         (spam-fetch-article-header): Add functions to deal with Gnus
17456         internals for fast retrieval of article header data.
17457         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17458
17459 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17460
17461         * pop3.el (pop3-md5): Remove.
17462         (pop3-apop): Replace pop3-md5 with md5.
17463
17464         * mm-bodies.el: base64 is always built-in.
17465
17466         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17467         with-current-buffer.
17468
17469 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * canlock.el (canlock-insert-header): Remove excessive grouping in
17472         regexp.
17473
17474         * gnus-sum.el (gnus-summary-read-document): Ditto.
17475
17476         * gnus-uu.el (gnus-uu-part-number): Ditto.
17477
17478         * html2text.el (html2text-remove-tags): Ditto.
17479         (html2text-format-tags): Ditto.
17480         (html2text-format-single-elements): Ditto.
17481
17482         * mml.el (mml-parse-1): Ditto.
17483
17484 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17485
17486         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17487
17488         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17489
17490         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17491
17492         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17493
17494 2003-11-15  Simon Josefsson  <jas@extundo.com>
17495
17496         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17497         (pgg-gpg-lookup-key): Use regexp match instead of
17498         split-string (split-string is different between emacs 21.2 and
17499         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17500
17501 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17502
17503         * gnus-art.el (gnus-mime-view-all-parts)
17504         (gnus-article-part-wrapper, gnus-article-view-part): Use
17505         with-current-buffer.
17506
17507 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17508
17509         * spam.el (spam-disable-spam-split-during-ham-respool)
17510         (spam-spamoracle-database, spam-cache-lookups)
17511         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17512         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17513         (spam-group-ham-marks, spam-group-spam-marks)
17514         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17515         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17516         also add spam-use-blackholes to the statistical checks.
17517         (spam-fetch-field-fast): Add interface to fetching fields, may
17518         become a macro.
17519         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17520         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17521         (spam-insert-fake-headers): Fake an article when needed.
17522         (spam-find-spam): Fake article when possible.
17523         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17524         (spam-check-bogofilter-headers): Use message-fetch-field instead
17525         of nnmail-fetch-field.
17526
17527 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17528
17529         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17530
17531 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17532
17533         * spam.el (spam-split): Do not require spam-use-CHECK to be
17534         enabled if that check is passed to spam-split explicitly; also
17535         fix so 'spam doesn't get converted to spam-split-group when
17536         spam-split-symbolic-return is t.
17537         (spam-find-spam): Find registrations of the article and use those
17538         instead of re-running spam-split to find the spam/ham
17539         classification of the article.
17540         (spam-log-processing-to-registry, spam-log-registered-p)
17541         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17542         Use gnus-error instead of gnus-message.
17543         (spam-log-registration-type): Add function to determine the
17544         classification of a message based on registry entries; will
17545         return nil if both 'spam and 'ham are found.
17546         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17547         a reasonably fast local cache without the loading errors.
17548         (spam-cache-lookups): Set to t by default.
17549         (spam-find-spam): Don't try to guess spam-cache-lookups.
17550         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17551         spam-caches entry.
17552         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17553         caching of whitelist/blacklist entries.
17554         (spam-check-whitelist, spam-check-blacklist): Invoke
17555         spam-from-listed-p with a type, not a cache variable.
17556         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17557
17558 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17559
17560         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17561
17562         * nnmail.el (nnmail-split-fancy): do.
17563
17564         * mml.el (mml-parse): do.
17565
17566         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17567         (gnus-score-adaptive): do.
17568
17569 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17570
17571         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17572         (gnus-mime-button-map): Don't set keymap parent.
17573         (gnus-button-ctan-directory-regexp): Use shy grouping.
17574         (gnus-prev-page-map): Don't set keymap parent.
17575         (gnus-prev-page-map): Remove duplicated one.
17576         (gnus-next-page-map): Don't set keymap parent.
17577         (gnus-mime-security-button-map): Ditto.
17578
17579         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17580         version number.
17581
17582         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17583
17584 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17585
17586         * canlock.el (canlock-sha1-function): Remove.
17587         (canlock-sha1-function-for-verify): Remove.
17588         (canlock-openssl-program): Remove.
17589         (canlock-openssl-args): Remove.
17590         (canlock-ignore-errors): Remove.
17591         (canlock-sha1-with-openssl): Remove.
17592         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17593         (canlock-verify): Don't use canlock-ignore-errors.
17594
17595         * sha1-el.el (sha1-string-external): Make it can return a string
17596         in binary form.
17597         (sha1-region-external): Ditto.
17598         (sha1-string-internal): Ditto.
17599         (sha1-region-internal): Ditto.
17600         (sha1-region): Ditto.
17601         (sha1-string): Ditto.
17602         (sha1): Ditto.
17603
17604 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17605
17606         * spam.el (spam-report-articles-gmane): New command.
17607
17608 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17609
17610         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17611
17612         * run-at-time.el (run-at-time-saved): Remove.
17613         (run-at-time): Doc fix.
17614
17615 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17616
17617         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17618         (gnus-summary-limit-map): Add it.
17619         (gnus-summary-make-menu-bar): do.
17620
17621 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17622
17623         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17624         Make attempt at some caching support (done for BBDB only now).
17625         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17626         addresses to be checked.
17627         (spam-clear-cache-BBDB): Add function, to be invoked by
17628         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17629         (spam-check-BBDB): Check and use the caches, if
17630         spam-cache-lookups is on, remove superfluous (provide).
17631
17632 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17633
17634         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17635
17636 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17637
17638         * run-at-time.el (run-at-time-saved): Move to after the definition
17639         of `run-at-time'.
17640
17641         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17642
17643 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17646         mm-w3m-local-map-property.
17647
17648         * mm-view.el (mm-w3m-mode-map): Remove.
17649         (mm-w3m-local-map-property): Remove.
17650         (mm-inline-text-html-render-with-w3m): Don't use
17651         mm-w3m-local-map-property.
17652
17653 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17654
17655         * run-at-time.el: New file.
17656
17657         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17658         under Emacs.
17659
17660         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17661         of gnus-set-text-properties.
17662
17663         * gnus-uu.el (gnus-uu-save-article): Ditto.
17664
17665         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17666
17667         * gnus-cite.el (gnus-cite-parse): Ditto.
17668
17669         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17670         of gnus-.
17671
17672         * gnus-xmas.el (run-at-time): Require run-at-time.
17673
17674         * gnus.el: Changed calls to nnheader-run-at-time and
17675         password-run-at-time throughout to use run-at-time directly.
17676
17677         * password.el: Removed definition of run-at-time.
17678
17679         * nnheaderxm.el: Remove definition of run-at-time.
17680
17681 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17682
17683         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17684         in prompt.
17685
17686 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17687
17688         * messagexmas.el (message-xmas-redefine): Alias
17689         `message-make-caesar-translation-table' to
17690         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17691         version.
17692
17693         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17694         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17695         `gnus-xmas-set-text-properties'.
17696         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17697         `gnus-xmas-completing-read'.
17698         (gnus-xmas-completing-read): Removed.
17699         (gnus-xmas-open-network-stream): Removed.
17700
17701         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17702         XEmacs version.
17703
17704         * dns.el (dns-make-network-process): Use `open-network-stream'
17705         instead of `gnus-xmas-open-network-stream'.
17706
17707         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17708
17709         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17710
17711 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17712
17713         * gnus-art.el (gnus-mime-display-alternative)
17714         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17715         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17716         Don't use gnus-local-map-property.
17717
17718         * gnus-util.el (gnus-local-map-property): Remove.
17719
17720         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17721         gnus-completing-read-maybe-default with completing-read.
17722
17723         * gnus-util.el (gnus-completing-read): do.
17724         (gnus-completing-read-maybe-default): Remove.
17725
17726 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17727
17728         * password.el: Only autoload `run-at-time' if not XEmacs.
17729         Only autoload the itimer functions if XEmacs.
17730
17731 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17732
17733         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17734         XEmacsen.
17735
17736         * dgnushack.el: Autoload executable-find for XEmacs.
17737
17738 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17739
17740         * gnus-art.el (gnus-read-string): Remove.
17741         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17742         read-string.
17743
17744 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17745
17746         * netrc.el: Autoload password-read.
17747         (netrc): Add configuration group.
17748         (netrc-encoding-method, netrc-openssl-path): Add
17749         variables for encoding and decoding of files with symmetric
17750         ciphers.
17751         (netrc-encode): Add assistant function to encode a file with
17752         netrc-encoding-method.
17753         (netrc-parse): Add interactive parameter, added optional
17754         decoding if netrc-encoding-method is non-nil but otherwise
17755         behavior is standard.
17756         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17757         Do s/encode/encrypt/ everywhere.
17758
17759         * spam.el: Remove executable-find autoload.
17760
17761 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17762
17763         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17764
17765         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17766
17767 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17768
17769         * gnus-art.el (gnus-treat-ansi-sequences)
17770         (article-treat-ansi-sequences): New variable and function.
17771         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17772
17773         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17774         Use it.
17775
17776 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17777
17778         * mm-util.el (mm-quote-arg): Remove.
17779
17780         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17781         shell-quote-argument.
17782
17783         * gnus-uu.el (gnus-uu-command): do.
17784
17785         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17786
17787         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17788         with make-char.
17789
17790         * mm-util.el (mm-make-char): Remove.
17791
17792         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17793         add-minor-mode.
17794
17795         * gnus-undo.el (gnus-undo-mode): do.
17796
17797         * gnus-topic.el (gnus-topic-mode): do.
17798
17799         * gnus-sum.el (gnus-dead-summary-mode): do.
17800
17801         * gnus-start.el (gnus-slave-mode): do.
17802
17803         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17804
17805         * gnus-ml.el (gnus-mailing-list-mode): do.
17806
17807         * gnus-gl.el (gnus-grouplens-mode): do.
17808
17809         * gnus-draft.el (gnus-draft-mode): do.
17810
17811         * gnus-dired.el (gnus-dired-mode): do.
17812
17813         * gnus-ems.el (gnus-add-minor-mode): Remove.
17814
17815         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17816         Replace gnus-char-width with char-width.
17817
17818         * gnus-ems.el (gnus-char-width): Remove.
17819
17820         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17821         Replace gnus-char-width with char-width.
17822
17823         * gnus-ems.el (gnus-char-width): Remove.
17824
17825         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17826         definition.
17827         Remove Emacs 20 hash table compatibility code.
17828
17829         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17830         20 compatibility code.
17831
17832         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17833
17834         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17835
17836         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17837         with point-at-{eol,bol}.
17838
17839         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17840
17841         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17842
17843         * flow-fill.el (fill-flowed-point-at-bol)
17844         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17845
17846         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17847         Replace with point-at-{eol,bol} throughout all files.
17848
17849 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * ntlm.el (ntlm-string-as-unibyte): New macro.
17852         (ntlm-build-auth-response): Use it.
17853
17854         Remove Emacs 20 stuff:
17855         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17856         (butlast, mapc, remove): Remove the compiler macros.
17857         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17858         of delq and copy-sequence.
17859         * gnus-art.el (popup-menu): Remove the compiler macro.
17860         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17861         Emacs 20.
17862
17863 2004-01-05  Simon Josefsson  <jas@extundo.com>
17864
17865         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17866         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17867         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17868         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17869         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17870         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17871         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17872         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17873         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17874         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17875         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17876         string-xor into ntlm-string-xor.  Suggested by
17877         Jesper Harder <harder@myrealbox.com>.
17878
17879         * ntlm.el: Don't include poem.
17880
17881         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17882         Jesper Harder <harder@myrealbox.com>.
17883
17884         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17885
17886         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17887         probably breaks emacs with DL patch, but do we care? Is anyone
17888         still using the DL stuff?)
17889
17890         * sieve-manage.el: Use the password package.
17891         (sieve-manage-read-passwd): Remove.
17892         (sieve-manage-interactive-login): Use password.  Re-add
17893         condition-case around loop.
17894
17895         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17896         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17897         the password package.
17898
17899 2003-02-19  Simon Josefsson  <jas@extundo.com>
17900
17901         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17902         token.
17903
17904 2002-08-07  Simon Josefsson  <jas@extundo.com>
17905
17906         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17907         (sieve-manage-authenticators):
17908         (sieve-manage-authenticator-alist): Add some SASL mechs.
17909         (sieve-sasl-auth): New function.
17910         (sieve-manage-cram-md5-auth):
17911         (sieve-manage-plain-auth): Rewrite using SASL library.
17912         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17913         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17914         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17915         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17916
17917 2004-01-05  Simon Josefsson  <jas@extundo.com>
17918
17919         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17920         New files.
17921
17922 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17923
17924         * gnus-group.el (gnus-no-groups-message): Update.
17925
17926         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17927
17928 2003-11-09  Simon Josefsson  <jas@extundo.com>
17929
17930         * imap.el: Support for ID IMAP extension (RFC 2971).
17931         (imap-local-variables): Add imap-id.
17932         (imap-id): New variable.
17933         (imap-id): New function.
17934         (imap-parse-response): Parse untagged ID response.
17935         * nnimap.el (nnimap-id): New variable.
17936         (nnimap-open-connection): Use it.
17937
17938 2003-12-28  Simon Josefsson  <jas@extundo.com>
17939
17940         * gnus-score.el (gnus-score-edit-all-score): New.
17941         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17942
17943 2004-01-04  Simon Josefsson  <jas@extundo.com>
17944
17945         * password.el: Add.
17946
17947 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17948
17949         * dns.el (dns-query-types): Fix typo.
17950         (dns-query-types): New function.
17951         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17952         PTR and SOA replies, see RFC 1035.
17953
17954 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17955
17956         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17957
17958         * Moved to Changelog.2.
17959
17960 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17961
17962         * gnus.el (gnus-version-number): Bump version.
17963
17964 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17965
17966         * gnus.el: No Gnus v0.1 is released.
17967
17968 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17969
17970         * gnus.el: No Gnus v0.0 is released.
17971
17972 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17973
17974         * gnus.el (gnus-version-number): Bump.
17975         (gnus-version): No.
17976
17977 See ChangeLog.2 for earlier changes.
17978
17979     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17980       Free Software Foundation, Inc.
17981
17982   This file is part of GNU Emacs.
17983
17984   GNU Emacs is free software: you can redistribute it and/or modify
17985   it under the terms of the GNU General Public License as published by
17986   the Free Software Foundation, either version 3 of the License, or
17987   (at your option) any later version.
17988
17989   GNU Emacs is distributed in the hope that it will be useful,
17990   but WITHOUT ANY WARRANTY; without even the implied warranty of
17991   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17992   GNU General Public License for more details.
17993
17994   You should have received a copy of the GNU General Public License
17995   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17996
17997 ;; Local Variables:
17998 ;; coding: utf-8
17999 ;; fill-column: 79
18000 ;; add-log-time-zone-rule: t
18001 ;; End: