shr: Encode URL properly when retrieving
[gnus] / lisp / ChangeLog
1 2010-10-12  Julien Danjou  <julien@danjou.info>
2
3         * shr.el (shr-tag-img): Encode URL properly when retrieving.
4
5         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
6         before inserting the Gravatar.
7
8         * shr.el (shr-tag-img): Add align attribute support for <img>.
9
10 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * gnus-gravatar.el (gnus-art): Required.
13
14         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
15         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
16         Remove long obsoleted functions.
17
18 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19
20         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
21
22         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
23
24         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
25         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
26         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
27         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
28         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
29         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
30         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
31
32 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * nnimap.el (nnimap-request-rename-group): Select group read-only
35         before renaming it.
36
37         * shr.el (shr-insert): Fix up the white space only regexp.
38
39         * nnimap.el (nnimap-transform-split-mail): Not all articles have
40         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
41
42         * shr.el (shr-current-column): New function.
43         (shr-find-fill-point): New function.
44
45 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
46
47         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
48         numbers.
49
50 2010-10-11  Julien Danjou  <julien@danjou.info>
51
52         * shr.el (shr-hr-line): Add.
53         (shr-tag-hr): Use shr-hr-line to specify which character to use to
54         display hr lines.
55         (shr-max-columns): Do not change state to nil if we just inserting
56         spaces.
57
58 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * gnus-topic.el (gnus-topic-read-group): If after the last group,
61         select the last group.
62
63 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
64
65         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
66
67 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
68
69         * dig.el (dig-mode-map): Declare and define in one step.
70
71 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
74         for Gnus.
75         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
76         (nnimap-update-qresync-info): Mark \Seen articles as read.
77
78         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
79         non-variable, too.
80
81         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
82         available.
83         (nnimap-update-info): Rely more on the current active than the param
84         active to avoid marking articles as read too much.
85
86         * auth-source.el (auth-source-create): Use (user-login-name) for the
87         user name default.
88
89         * nnimap.el (nnimap-update-info): If the server doesn't return any
90         useful info, just use the previous info.
91         (nnimap-update-info): Prefer old info over start-article.
92         (nnimap-update-qresync-info): Finish implementing QRESYNC.
93
94 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
95
96         * nnir.el (autoload): Clean up autoloads.
97         (nnir-imap-default-search-key): Renamed from
98         nnir-imap-search-field. Use key rather than value.
99         (nnir-imap-search-other): New variable.
100         (nnir-read-parm): Use it.
101         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
102         (gnus-summary-nnir-goto-thread): Modify to work with imap.
103
104 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
105
106         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
107         the process, too.
108
109 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
112         Allbery.
113
114         * shr.el: Rework the way things are indented by <li> slightly.
115
116         * gnus.el (gnus-group-set-parameter): Fix typo.
117
118         * nnimap.el: Start implementing QRESYNC support.
119
120 2010-10-09  Julien Danjou  <julien@danjou.info>
121
122         * nnir.el (nnir-engines): Fix too many arguments.
123
124 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125
126         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
127         group is the "last", so that the backends like nnfolder actually save
128         their folders.
129
130         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
131         try to use that for the tls stream.
132         (nnimap-retrieve-group-data-early): Rework the marks code to heed
133         UIDVALIDITY and find out which groups are read-only and not.
134         (nnimap-get-flags): Use the same marks parsing code as the rest of
135         nnimap.
136
137 2010-10-09  Julien Danjou  <julien@danjou.info>
138
139         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
140
141         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
142         retrieving gravatars.
143
144         * shr.el (shr-table-corner): Add.
145         (shr-table-line): Add.
146         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
147
148 2010-10-08  Julien Danjou  <julien@danjou.info>
149
150         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
151
152 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
153
154         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
155
156         * gnus-sum.el (gnus-mark-article-as-unread)
157         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
158         (gnus-summary-set-bookmark): Use it.
159
160         * gnus-msg.el (gnus-setup-message): Use it.
161
162         * gnus-demon.el (gnus-demon-remove-handler): Use it.
163
164         * gnus.el (gnus-group-remove-parameter): Use it.
165
166         * gnus-group.el (gnus-group-make-web-group): Use it.
167
168         * gnus-demon.el (gnus-demon-remove-handler): Use it.
169
170         * nnregistry.el: Update docs to mention manual.
171
172         * gnus-registry.el: Update docs to mention nnregistry.el.
173         (gnus-registry-initialize): Don't install nnregistry refer method
174         automatically.
175         (gnus-registry-install-nnregistry): Remove it.
176
177 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * shr.el (shr-insert): Don't insert double spaces.
180
181 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
182
183         * gnus-gravatar.el (gnus-treat-from-gravatar)
184         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
185         called interactively.
186
187         * gnus-art.el (gnus-mime-view-part-externally)
188         (gnus-mime-view-part-internally): Make predicate function passed to
189         gnus-mime-view-part-as-type assume argument is a mime type, not a list
190         of a mime type.
191
192         * shr.el (shr-table-widths): Don't use cl function `reduce'.
193
194 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
195
196         * shr.el (require): Require cl when compiling.
197         (shr-tag-hr): New function.
198
199         * nnimap.el (nnimap-update-info): Remove double setting of high.
200         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
201         makes nnimap work properly on Courier again.
202
203         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
204         the variable for backwards compatability.
205
206         * mm-decode.el (mm-save-part): If given a non-directory result, expand
207         the file name before using to avoid setting mm-default-directory to
208         nil.
209
210         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
211         bidning gnus-agent variables.
212
213         * shr.el (shr-render-td): Use a cache for the table rendering function
214         to avoid getting an exponential rendering behaviour in nested tables.
215         (shr-insert): Rework the line-breaking algorithm.
216         (shr-insert): Don't leave trailing spaces.
217         (shr-insert-table): Also insert empty TDs.
218         (shr-tag-blockquote): Ensure paragraphs after </ul>.
219
220 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
221
222         * gnus-sum.el (gnus-number): Rename from `number'.
223         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
224         (gnus-summary-limit-children): Update uses correspondingly.
225
226 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
227
228         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
229         (gnus-gravatar-transform-address): Don't show avatars of people of
230         which mail addresses match gnus-gravatar-too-ugly.
231
232 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * shr.el (shr-table-widths): Expand TD elements to fill available
235         space.
236
237 2010-10-07  Julien Danjou  <julien@danjou.info>
238
239         * nnimap.el (nnimap-request-rename-group): Add this method.
240
241 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
244         name from XEmacs' function-arglist.
245
246         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
247         gravatar under XEmacs.
248
249 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
250
251         * auth-source.el: Update docs with TODO items.
252
253         * gnus-sync.el: Update docs to explain state and plans.
254
255         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
256         Hooks for mark updates.
257         (gnus-request-set-mark, gnus-request-update-mark): Use them.
258
259         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
260         hooks with arguments, which is needed for mark update hooks.
261
262 2010-10-06  Julien Danjou  <julien@danjou.info>
263
264         * gnus.el (gnus-expand-group-parameter): Only return and act on what
265         was matched.
266
267         * sieve-manage.el: Update example in `Commentary'.
268
269         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
270
271         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
272         not 2000.
273         (sieve-manage-authenticate): Re-add function.
274
275 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * shr.el (shr-insert): Get 'space transition right.
278         (shr-render-td): Only delete space at the end of the TD.
279
280         * nnimap.el (nnimap-open-connection): Prepare to support
281         open-gnutls-stream.
282
283         * shr.el: Rearrange function order to be more logical.
284
285 2010-10-06  Julien Danjou  <julien@danjou.info>
286
287         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
288         (nnrss-discover-feed): Remove 404 URL in docstring.
289
290         * nnir.el: Fix Swish-E URL.
291         Fix Namazu URL.
292
293         * message.el (message-change-subject): Remove 404 URL in a comment.
294
295 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
298         called interactively.
299
300         * gnus-util.el (gnus-remove-if): Allow hash table.
301         (gnus-remove-if-not): New function.
302
303         * gnus-art.el (gnus-mime-view-part-as-type)
304         * gnus-score.el (gnus-summary-score-effect)
305         * gnus-sum.el (gnus-read-move-group-name):
306         Replace remove-if-not with gnus-remove-if-not.
307
308         * gnus-group.el (gnus-group-completing-read):
309         Regard collection as a hash table if it is not a list.
310
311 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * shr.el (shr-render-td): Allow blank/missing <TD>s.
314
315         * shr.el: Document the table-rendering algorithm.
316
317 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
320         for Emacsen having no `libxml-parse-html-region' support.
321
322 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
323
324         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
325         invalid URLs.
326
327         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
328         line-broken.
329         (shr-tag-img): Ignore image fetching errors.
330         (shr-overlays-in-region): Compute overlay positions correctly.
331
332         * mm-decode.el (mm-shr): Require shr.
333
334         * gnus-art.el (gnus-blocked-images): Move variable here.
335
336         * shr.el (shr-insert-table): Bind free variable.
337
338         * mm-decode.el (mm-shr): Bind shr-content-function.
339
340         * shr.el (shr-content-function): New variable.
341
342         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
343         added for symmetry.
344
345         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
346
347         * gnus-group.el (gnus-group-make-group): Doc fix.
348
349         * nnimap.el (nnimap-request-newgroups): Return success.
350
351         * shr.el (shr-find-elements): New function.
352         (shr-tag-table): Put all the images after the table.
353         (shr-tag-table): Really inhibit images inside the table.
354         (shr-collect-overlays): Copy over overlays from the TD elements to the
355         main document.
356
357         * mm-decode.el (mm-shr): Bind shr-blocked-images to
358         gnus-blocked-images.
359
360 2010-10-05  Julien Danjou  <julien@danjou.info>
361
362         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
363
364         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
365         (gnus-html-maximum-image-size): Add this function.
366         (gnus-html-put-image): Use gnus-html-maximum-image-size.
367
368         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
369         server-value of the capability is nil.
370
371 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * shr.el (shr-tag-em): Add <EM> tag.
374
375 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
376
377         * sieve-manage.el (sieve-manage-default-stream): Make default stream
378         customizable.
379
380         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
381         handing broken links to browse-url.
382
383 2010-10-05  Julien Danjou  <julien@danjou.info>
384
385         * gnus-util.el (gnus-emacs-completing-read)
386         (gnus-iswitchb-completing-read): Use autoload rather than require.
387
388 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
391         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
392         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
393         iswitchb-temp-buflist for XEmacs.
394
395         * gnus-util.el (gnus-completing-read-function): Exclude
396         gnus-icompleting-read and gnus-ido-completing-read from candidates for
397         XEmacs since iswitchb.el is very old and ido.el is unavailable in
398         XEmacs.
399
400         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
401         not to use `delete-dups' that is unavailable in XEmacs 21.4.
402
403         * gnus-html.el: Don't require help-fns under XEmacs.
404         (gnus-html-schedule-image-fetching): Work for XEmacs.
405
406         * mm-decode.el (mm-shr): Decode contents by charset.
407
408 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
411         unknown.
412
413         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
414         (shr-get-image-data): Ensure against the cache file missing.
415
416         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
417         for data.
418
419         * spam-report.el (spam-report-url-ping-plain): Don't query about
420         killing the process.
421
422         * shr.el (shr-render-td): Protect against too-wide text.
423
424 2010-10-04  Julien Danjou  <julien@danjou.info>
425
426         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
427         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
428
429         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
430         retrieved.
431
432 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * shr.el (browse-url): Required.
435         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
436         lines.
437         (shr-show-alt-text, shr-browse-image): New commands.
438         (shr-browse-url, shr-copy-url): New commands.
439
440         * gnus-sum.el (gnus-widen-article-window): New variable.
441         (gnus-summary-select-article-buffer): Use it.
442
443         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
444         without @ signs.
445
446 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
447
448         * nnir.el (nnir-run-imap): Remove spurious space in search string.
449
450 2010-10-04  Julien Danjou  <julien@danjou.info>
451
452         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
453         for XEmacs.
454
455 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
458
459         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
460         (nnimap-close-server): Implement.
461
462         * dgnushack.el (iswitchb): Require to shut up the compiler.
463
464         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
465         (shr-insert): Tweak line breaking.
466         (shr-insert): Handle <pre> better.
467         (shr-tag-li): Get <li> indentation right.
468         (shr-tag-li): Get <li> indentation even righter.
469         (shr-tag-blockquote): Ensure paragraph start.
470         (shr-make-table): Tweak table generation.
471         (shr-make-table): Fix typo.
472
473         * shr.el: Implement table rendering.
474
475 2010-10-04  Julien Danjou  <julien@danjou.info>
476
477         * gnus-html.el (gnus-html-put-image): Fix resize image code.
478
479 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * shr.el (shr-insert): Use string anchors instead of line anchors.
482
483 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * shr.el: Add headings.
486         (shr-ensure-paragraph): Actually work.
487         (shr-tag-li): Make <ul> prettier.
488         (shr-insert): Get white space at the beginning/end of elements right.
489         (shr-tag-p): Collapse subsequent <p>s.
490         (shr-ensure-paragraph): Don't insert double line feeds after blank
491         lines.
492         (shr-insert): \t is also space.
493         (shr-tag-s): Fix "s" tag name function.
494         (shr-tag-s): Fix face prop name.
495
496 2010-10-03  Julien Danjou  <julien@danjou.info>
497
498         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
499
500         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
501         gnus-window-inside-pixel-edges.
502
503         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
504         gnus-ems.
505
506         * mm-view.el (mm-inline-image-emacs): Support image resizing.
507
508         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
509         function.
510
511         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
512         resize choice.
513
514 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
517         beginning of the buffer.
518
519         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
520         article buffer again.
521
522         * shr.el (shr-tag-p): Don't insert newlines at the start of the
523         buffer.
524
525         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
526         when it's at the start of the buffer.
527
528         * shr.el (shr-tag-blockquote): Convert name.
529         (shr-rescale-image): Use the right image-size variant.
530
531         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
532         buffer isn't shown, then select the current article first instead of
533         bugging out.
534         (gnus-summary-select-article-buffer): Show both the article and summary
535         buffers again.
536
537         * shr.el (shr-fontize-cont): Protect against regions with no text.
538         Rename tag functions to shr-tag-* for enhanced security.
539         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
540
541 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
542
543         * shr.el (shr-insert):
544         * pop3.el (pop3-movemail):
545         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
546         loaded.
547
548 2010-10-03  Glenn Morris  <rgm@gnu.org>
549
550         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
551
552         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
553
554         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
555
556         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
557
558         * gnus-util.el (gnus-make-local-hook): Simplify.
559
560 2010-10-02  Julien Danjou  <julien@danjou.info>
561
562         * gnus-util.el (gnus-iswitchb-completing-read): New function.
563         (gnus-ido-completing-read): New function.
564         (gnus-emacs-completing-read): New function.
565         (gnus-completing-read): Use gnus-completing-read-function.
566         Add gnus-completing-read-function.
567
568 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * shr.el (shr-insert-document): Autoload.
571         (shr-img): Be silent.
572         (shr-insert): Add a newline after every picture before text.
573         (shr-add-font): Use overlays for combining faces.
574         (shr-insert): Pass upwards the text start point.
575
576         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
577         possible.
578         (mm-shr): New function.
579
580 2010-10-02  Julien Danjou  <julien@danjou.info>
581
582         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
583         should go backward.
584
585 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
586
587         * shr.el (shr): Fix typo in provide call.
588
589 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
590
591         * shr.el: New file.
592
593         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
594
595         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
596         completing read.
597
598 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
601         we're being queried about.  Suggested by Dan Jacobson.
602
603         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
604         by Jason Eisner.
605
606         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
607         table, too.  Suggested by Stefan Wiens.
608         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
609         the table unnecessary.  Suggested by Stefan Wiens.
610
611         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
612         longer needed, and probably doesn't work either, as pointed out by
613         Stefan Wiens.
614         (gnus-summary-exit): Remove call to the clearing function.
615         (gnus-summary-exit-no-update): Ditto.
616
617         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
618         instead of gnus-eval-in-buffer-window to avoid popping up frames.
619         Reported by Stefan Monnier.
620         (gnus-summary-save-in-rmail): Ditto.
621
622         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
623         article buffer, instead of both the article buffer and the summary
624         buffer.  Sort of suggested by Dan Jacobson.
625
626         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
627
628         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
629         Suggested by Dan Jacobson.
630
631         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
632         documentation clearer.
633
634         * message.el (message-shorten-references): Comment on the number "21".
635         Suggested by Stefan Monnier.
636
637         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
638         Suggested by Dan Jacobson.
639
640         * gnus.el (gnus-large-newsgroup): Mention
641         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
642
643         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
644         externalize attachments.  Bug reported by Steve Wen.
645
646         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
647         really message anything to the user.
648
649         * nnmail.el (nnmail-article-group): Allow using the fancy split method
650         directly.
651
652         * nnimap.el (nnimap-request-group): Low higher than high to signal no
653         messages in empty groups.
654
655 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
656
657         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
658         non-UIDNEXT group.
659
660 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
663         not the value from the collection.
664
665         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
666         values.  This sometimes happens on some groups that have no info.
667         (nnimap-request-newgroups): New function.
668
669 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
670
671         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
672         check into `gnus-registry-initialize'.
673         (gnus-registry-initialize): Ditto.
674         Fix and extend header docs.
675
676 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
679         regexp backtrace overflows.
680
681         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
682         for starttls that tls.el implements; i.e. openssl.
683
684         * tls.el (tls-starttls-switches): Give up on using starttls with
685         gnutls-cli.
686         (tls-program): Add --insecure to be consistent with the defaults from
687         openssl s_client.  Now all three commands are insecure.
688
689 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * lpath.el: Bind completion-styles-alist for XEmacs.
692
693         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
694         (gravatar-create-image): New function that's an alias to
695         gnus-xmas-create-image, gnus-create-image, or create-image.
696         (gravatar-data->image): Use it.
697
698 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
699
700         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
701         install the nnregistry refer method.
702         (gnus-registry-install-hooks): Use it.
703         (gnus-registry-unfollowed-groups): Add nnmairix to the default
704         unfollowed groups.
705
706 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
707
708         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
709         expanding threads.
710
711 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * nnir.el: Use the server names without suffixes (bug #7009).
714
715         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
716         unencrypted to STARTTLS, if possible.
717
718 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
719
720         * message.el (message-ignored-supersedes-headers): Strip Injection-*
721         headers before superseding.
722
723 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * nnrss.el (nnrss-use-local): Add documentation.
726
727         * nnimap.el (nnimap-extend-tls-programs): New function.
728         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
729         (nnimap-wait-for-connection): Accept the greeting from the stupid
730         output from openssl s_client -starttls, too.
731
732         * tls.el (tls-starttls-switches): New variable.
733         (tls-find-starttls-argument): Use it.
734         (open-tls-stream): Ditto.
735
736         * netrc.el (netrc-credentials): Return the value of the "default"
737         entry.
738         (netrc-machine): Ditto.
739
740         * nnimap.el (nnimap-find-article-by-message-id): Really return the
741         article number.
742         (nnimap-split-fancy): New variable.
743         (nnimap-split-incoming-mail): Use it.
744
745         * nntp.el (nntp-server-list-active-group): Document.
746
747         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
748         SELECT to get the message-id.
749
750         * mail-source.el (mail-sources): Removed webmail support.
751         (defvar): Ditto.
752         (mail-source-fetcher-alist): Ditto.
753         (mail-source-fetch-webmail): Removed.
754
755         * webmail.el: Removed -- doesn't seem relevant any more.
756
757         * gnus.el: Fix up make-obsolete-variable declarations throughout.
758
759         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
760         the \r.
761
762 2010-09-30  Julien Danjou  <julien@danjou.info>
763
764         * gnus-agent.el (gnus-agent-add-group): Fix call to
765         gnus-completing-read.
766
767 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * nndoc.el (nndoc-retrieve-groups): New function.
770
771         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
772         `default', use nnmail-split-methods.
773         (nnimap-request-article): Downcase the NILs so that they are nil.
774
775         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
776         symbol.
777
778         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
779         code, since if the user has requested network, that's what they ought
780         to get.
781         (nnimap-request-set-mark): Erase the buffer before issuing commands.
782         (nnimap-split-rule): Mark as obsolete.
783
784         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
785         variable.
786
787         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
788         correct slot, too.
789
790 2010-09-29  Julien Danjou  <julien@danjou.info>
791
792         * gnus.el (gnus-local-domain): Declare variable obsolete.
793
794         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
795         computing.
796         (gnus-ido-completing-read): Require ido.
797
798 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * gnus-registry.el: Don't prompt on load, which makes it impossible to
801         build Gnus.
802
803         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
804         when interpreting the structures.
805         (nnimap-request-accept-article): Add \r\n to the lines to make this
806         work with Cyrus.
807
808         * nndraft.el (nndraft-request-expire-articles): Use the group name
809         instead if "nndraft".  Fix found by Nils Ackermann.
810
811 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
812
813         * nnregistry.el: Added.
814
815 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
816
817         * nnmail.el (group, group-art-list, group-art):
818         Remove unneeded directives.
819
820 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
823         (mm-mime-charset)
824         * rfc2047.el (rfc2047-syntax-table)
825         * utf7.el (utf7-utf-16-coding-system): Comment fix.
826
827         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
828         rather than `insert-file-contents' and `eval-region'.
829
830         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
831         construction.
832
833         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
834
835         * time-date.el: No need to require cl for Emacs 21.
836
837 2010-09-29  Julien Danjou  <julien@danjou.info>
838
839         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
840         replacement of `gnus-gravatar-relief' to mimic
841         `gnus-faces-properties-alist'.
842         Add :version property.
843
844 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * mail-source.el (mail-source-report-new-mail)
847         * message.el (message-default-mail-headers)
848         * mm-decode.el (mm-valid-image-format-p): Comment fix.
849
850         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
851
852 2010-09-28  Julien Danjou  <julien@danjou.info>
853
854         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
855         mail-address contains the same string as real-name.
856
857         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
858         non-blank in header, otherwise it'll get stripped.
859
860         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
861         real-name, and then for mail address rather than doing : or , search.
862
863 2010-09-27  Julien Danjou  <julien@danjou.info>
864
865         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
866         (gnus-server-goto-server): Use gnus-completing-read.
867
868         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
869
870         * mm-util.el (defalias): Use gnus-completing-read.
871         (mm-codepage-setup): Use gnus-completing-read.
872
873         * smime.el (smime-sign-buffer): Use gnus-completing-read.
874         (smime-decrypt-buffer): Use gnus-completing-read.
875
876         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
877
878         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
879         (mml-minibuffer-read-disposition): Use gnus-completing-read.
880         (mml-insert-multipart): Use gnus-completing-read.
881
882         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
883
884         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
885
886         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
887
888         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
889
890         * gnus.el (gnus-read-method): Use gnus-completing-read.
891
892         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
893
894         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
895         (gnus-mime-action-on-part): Use gnus-completing-read.
896         (gnus-article-encrypt-body): Use gnus-completing-read.
897
898         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
899         (gnus-topic-move-matching): Use gnus-completing-read.
900         (gnus-topic-copy-matching): Use gnus-completing-read.
901         (gnus-topic-sort-topics): Use gnus-completing-read.
902         (gnus-topic-move): Use gnus-completing-read.
903
904         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
905         (gnus-agent-add-group): Use gnus-completing-read.
906
907         * nnmairix.el (nnmairix-create-server-and-default-group): Use
908         gnus-completing-read.
909         (nnmairix-update-groups): Use gnus-completing-read.
910         (nnmairix-get-server): Use gnus-completing-read.
911         (nnmairix-backend-to-server): Use gnus-completing-read.
912         (nnmairix-goto-original-article): Use gnus-completing-read.
913         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
914
915         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
916
917         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
918         (gnus-group-make-useful-group): Use gnus-completing-read.
919         (gnus-group-make-web-group): Use gnus-completing-read.
920         (gnus-group-add-to-virtual): Use gnus-completing-read.
921         (gnus-group-browse-foreign-server): Use gnus-completing-read.
922
923         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
924         (gnus-summary-limit-to-extra): Use gnus-completing-read.
925         (gnus-summary-execute-command): Use gnus-completing-read.
926         (gnus-summary-respool-article): Use gnus-completing-read.
927         (gnus-read-move-group-name): Use gnus-completing-read.
928
929         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
930         (gnus-summary-score-effect): Use gnus-completing-read.
931
932         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
933
934         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
935         right completing-read function.
936         (gnus-use-ido): New variable
937         (gnus-completing-read-with-default): Remove.
938
939 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
940
941         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
942         x-focus-frame.
943
944         * nnimap.el (auth-source-forget-user-or-password)
945         (auth-source-user-or-password): Autoload.
946
947         * message.el (message-from-style, message-interactive)
948         (message-cite-prefix-regexp, message-sendmail-envelope-from)
949         (message-yank-prefix, message-indentation-spaces, message-signature)
950         (message-signature-file): Add comment.
951
952 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
955         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
956         new articles.
957
958         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
959         parts.
960         (nnimap-request-article): Work with the t setting, too.
961
962         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
963         that you don't get flashes of other buffers.
964         (gnus-summary-show-complete-article): Intern before setting.
965
966 2010-09-27  David Engster  <dengste@eml.cc>
967
968         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
969         well as HEADERS.
970         (nnmairix-retrieve-headers): Provide new argument for the above.
971
972 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * gnus-sum.el (gnus-summary-move-article): Don't alter
975         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
976         group.
977
978         * nnimap.el (nnimap-update-info): Don't destructively alter active.
979
980         * message.el (message-cite-prefix-regexp): Revert my last edit.
981
982         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
983         variable instead of the Gnus variable.
984
985         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
986
987         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
988         again.
989
990         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
991         since some servers don't like it.
992         (nnimap-open-connection): Forget credentials if the server says the
993         password was wrong.
994         (nnimap-parse-line): Protect against invalid data.
995
996         * gnus-sum.el (gnus-summary-move-article): Add comment.
997         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
998         nothing alters it while scanning for new messages.
999
1000         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1001         which may or may not help.
1002         (nnimap-open-connection): If we're doing a stream connection, and then
1003         discover we're on a STARTTLS-capable server, then open a STARTTLS
1004         connection instead.
1005
1006 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * nnimap.el (utf7): Required.
1009
1010         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1011         prefix.
1012
1013 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1014
1015         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1016
1017 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018
1019         * nnimap.el (nnimap-request-accept-article): Message the error on
1020         error.
1021
1022 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1023
1024         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1025
1026 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * nndoc.el (nndoc-request-list): Return success always.
1029
1030         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1031         `fetch-old' -- we only want to fetch the articles we've requested.  The
1032         rest are in the agent, probably.
1033         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1034         disappeared server" to something low.  It's not important.
1035
1036         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1037         arrived before the FETCH data.
1038
1039         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1040         target here, because we don't know the Gnus name of the group.
1041
1042         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1043         for the correct group.
1044
1045         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1046
1047         * gnus.el (gnus): Give a final warning after startup.
1048
1049         * gnus-util.el (gnus-action-message-log): New variable.
1050         (gnus-message): Use it.
1051         (gnus-final-warning): New function.
1052
1053         * nnimap.el (nnimap-open-connection): Record the greeting.
1054         (nnimap): Add greeting.
1055
1056 2010-09-26  Julien Danjou  <julien@danjou.info>
1057
1058         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1059         arguments.
1060         (gnus-html-wash-images): Fix spec computing to include start/end.
1061
1062         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1063
1064 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1067         deletion.
1068         (nnimap-retrieve-headers): Don't select the group, because that's
1069         already done by nnimap-possibly-change-group.
1070
1071         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1072         (gnus-picon-transform-address): Use it.
1073
1074         * mail-source.el (mail-source-value): Revert previous patch.
1075
1076         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1077         on failure.
1078         (nnimap-open-connection): Look up both virtual and physical server name
1079         credentials.
1080
1081         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1082
1083 2009-02-07  Dave Love  <fx@gnu.org>
1084
1085         * tls.el (open-tls-stream): Don't query killing process.
1086
1087 2009-02-08  Dave Love  <fx@gnu.org>
1088
1089         * gnus-win.el (gnus-window-to-buffer-helper,
1090         gnus-all-windows-visible-p): Function needn't be a symbol.
1091
1092         * mail-source.el (mail-source-value): Function needn't be a symbol.
1093
1094 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095
1096         * message.el (message-cite-prefix-regexp): Remove } from the cite
1097         prefix.
1098
1099         * gnus-art.el (gnus-treatment-function-alist): Do picons before
1100         highlight again, so that the highlight is correct.
1101
1102         * gnus-picon.el (gnus-picon): Remove again.
1103         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1104
1105         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1106         doing the header highlightling, so that the background colour of the
1107         picon is correct.
1108
1109         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1110         (gnus-picon): Ditto.
1111         (gnus-picon): Reinstate.  The background colour for picons is white.
1112         (gnus-picon-insert-glyph): Make the background white.
1113
1114         * nnml.el (nnml-open-nov): Don't return dead buffers.
1115
1116         * auth-source.el (auth-source-create): Query the user for whether to
1117         store the credentials.
1118
1119         * netrc.el (netrc-store-data): New function.
1120
1121         * auth-source.el (auth-source-user-or-password): Use the existing auth
1122         sources, if any, for creation.
1123
1124         * gnus.el (gnus-group-fast-parameter): Return the last matching
1125         parameter instead of the first matching parameter.
1126
1127 2010-09-26  Julien Danjou  <julien@danjou.info>
1128
1129         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1130
1131 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1132
1133         * mml2015.el (mml2015-use): Remove gpg support.
1134
1135         * mml1991.el (mml1991-function-alist): Remove gpg function.
1136         (mml1991-gpg-sign): Removed.
1137
1138 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
1139
1140         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1141         (gnus-browse-unsubscribe-current-group): Document it.
1142         (gnus-browse-unsubscribe-group): Use it.
1143
1144 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1147         address to the To list for easier response.
1148
1149         * gnus.el (gnus-play-startup-jingle): Removed.
1150         (gnus-splash): Don't play jingle.
1151         (gnus): Silence gnus-load message.
1152
1153         * gnus-art.el (gnus-treat-play-sounds): Removed.
1154
1155         * gnus.el (gnus-play-jingle): Remove audio support.
1156
1157         * gnus-cus.el (gnus-score-customize): Remove audio reference.
1158
1159         * earcon.el: Removed -- no users.
1160
1161         * gnus-audio.el: Removed -- no users of this package.
1162
1163         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1164
1165         * gnus-start.el (gnus-setup-news): Remove nocem support.
1166
1167         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1168
1169         * gnus.el (gnus-use-nocem): Removed.
1170
1171         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1172         Removed.
1173
1174         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
1175         uses NoCeM any more.
1176
1177         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1178         (gnus-button-ctan-handler): Ditto.
1179         (gnus-button-handle-ctan-bogus-regexp): Ditto.
1180         (gnus-button-ctan-directory-regexp): Ditto.
1181         (gnus-button-handle-ctan): Ditto.
1182         (gnus-button-tex-level): Ditto.
1183         (gnus-button-alist): Removed CTAN stuff.
1184
1185 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1188         nnimap-streaming test.
1189
1190         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1191         servers twice.
1192
1193         * nnimap.el (nnimap-open-connection): Add more error reporting when
1194         nnimap fails early.
1195
1196         * nnheader.el (nnheader-get-report-string): New function.
1197         (nnheader-get-report): Use it.
1198
1199         * gnus-int.el (gnus-check-server): Say what the error was when opening
1200         failed.
1201
1202         * nnimap.el (nnimap-wait-for-response): Search further when we're not
1203         using streaming.
1204
1205 2010-09-25  Julien Danjou  <julien@danjou.info>
1206
1207         * gnus-html.el (gnus-html-rescale-image): Use our defalias
1208         gnus-window-inside-pixel-edges.
1209
1210 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1211
1212         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1213
1214         * mm-decode.el (mm-save-part): Allow saving to other directories the
1215         normal Emacs way.
1216
1217         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
1218         by Jay Berkenbilt.
1219
1220         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1221         there isn't a single byte.
1222
1223         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1224         just do it.  It doesn't really seem to matter what the user responds
1225         here, I think, so it's just a confusing question.
1226
1227         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1228         non-streaming case.
1229
1230         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1231         (gnus-article-encrypt-body): Use it.
1232
1233         * gnus-sum.el (gnus-summary-show-complete-article): New command and
1234         keystroke.
1235
1236         * nnimap.el (nnimap-find-wanted-parts-1): Use
1237         gnus-fetch-partial-articles.
1238
1239         * gnus-art.el (gnus-fetch-partial-articles): New variable.
1240
1241         * nnimap.el (nnimap-insert-partial-structure): New function.
1242         (nnimap-get-partial-article): New function.
1243         (nnimap-request-article): Use it.
1244         (nnimap-wait-for-response): Return whether the wait was successful.
1245         (nnimap-finish-retrieve-group-infos): Don't do anything if the
1246         retrieval wasn't successful.
1247         (nnimap-retrieve-group-data-early): Allow throttling servers.
1248         (nnimap-streaming): New variable.
1249         (nnimap-fetch-partial-articles): Removed.
1250
1251         * mm-decode.el (mm-with-part): Protect against killed buffers.
1252
1253         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1254         for prettier summary display.
1255
1256 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
1257
1258         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1259         directly.
1260
1261 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1264         apparently third-party libraries depend on it.
1265
1266         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1267         before starting negotiation.
1268
1269         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1270         privacy reasons.
1271         (gnus-treat-mail-gravatar): Ditto.
1272
1273         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1274         buffer when inserting images.  Inserting text into the headers, for
1275         instance, can make them invalid.
1276
1277 2010-09-25  Julien Danjou  <julien@danjou.info>
1278
1279         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1280         variables.
1281
1282         * nnheader.el: Remove useless variables news-reply-yank-from and
1283         news-reply-yank-message-id.
1284
1285         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1286         variables.
1287
1288         * mml1991.el: Remove useless mml1991-verbose.
1289
1290         * gnus.el: Remove useless variable gnus-use-generic-from.
1291         Remove obsolete variable gnus-topic-indentation.
1292
1293         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1294
1295         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1296
1297         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1298
1299         * gnus-group.el: Remove useless gnus-group-icon-cache.
1300         Remove useless gnus-ephemeral-group-server.
1301
1302         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1303
1304         * mml2015.el: Remove useless mml2015-verbose.
1305
1306         * mml-smime.el: Remove useless mml-smime-verbose.
1307
1308         * gnus.el: Remove useless gnus-local-domain.
1309
1310         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1311         gnus-gravatar-size.
1312
1313         * gnus-art.el: Remove useless gnus-treat-translate.
1314
1315 2010-09-24  Julien Danjou  <julien@danjou.info>
1316
1317         * gnus-sum.el: Add support for Gravatars.
1318
1319         * gnus-art.el: Add support for Gravatars.
1320
1321         * gnus-gravatar.el: Add this file.
1322
1323         * gravatar.el: Add this file.
1324
1325 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1328
1329         * gnus-group.el (gnus-group-fetch-faq): Removed.
1330
1331         * gnus.el (gnus-group-faq-directory): Removed.
1332
1333         * gnus-group.el (gnus-group-fetch-charter): Removed.
1334
1335         * gnus.el (gnus-group-charter-alist): Removed.
1336
1337         * gnus-group.el (gnus-group-archive-directory): Removed.
1338         (gnus-group-recent-archive-directory): Ditto.
1339         (gnus-group-make-archive-group): Removed.
1340
1341         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1342
1343         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1344         use the same article number for all the cached articles.
1345
1346         * nnimap.el (nnimap-command): Register the last command time so
1347         that we can use it for idling NOOPs.
1348         (nnimap-open-connection): Start the keeplive timer.
1349         (nnimap-make-process-buffer): Store all the process buffers.
1350         (nnimap-keepalive): New function.
1351
1352         * starttls.el: (starttls-open-stream): Add autoload cookie.
1353
1354 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1355
1356         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1357         handling.
1358
1359 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1360
1361         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1362         its data structures.
1363
1364         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1365         instead of the cl.el copy-list.
1366         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1367         equalp.
1368
1369 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1372         and tool-bar-local-item-from-menu.
1373
1374         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1375         mode-line-highlight face for Emacs.
1376
1377         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1378         loading gnus-sum.elc; fix comment for canlock-verify.
1379         (gnus-article-jump-to-part): Use read-number.
1380         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1381         Emacs pre-21 compatible code for help-echo.
1382         (gnus-article-next-page-1): No need to adjust the number of lines.
1383         (gnus-article-describe-bindings): Always use help-buffer.
1384
1385         * gnus-audio.el (gnus-audio-inline-sound)
1386         * gnus-cus.el (gnus-custom-mode)
1387         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1388
1389         * gnus-sum.el (gnus-remove-overlays): Doc fix.
1390
1391         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1392         compatible code.
1393
1394 2010-09-24  Glenn Morris  <rgm@gnu.org>
1395
1396         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1397         visiting the fcc file in rmail-mode.
1398
1399         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1400
1401 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1402
1403         * nnir.el: Silence the byte compiler.
1404
1405         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1406         alias to browse-url-url-encode-chars if any.
1407         (gnus-html-encode-url): Use it.
1408
1409 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * gnus-start.el (gnus-use-backend-marks): New variable.
1412         (gnus-get-unread-articles-in-group): Use it.
1413
1414         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1415         makeover.
1416
1417 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1418
1419         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1420
1421 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1422
1423         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1424         Removed.
1425         (gnus-setup-news-hook): Removed
1426         gnus-fixup-nnimap-unread-after-getting-new-news.
1427
1428         * gnus-int.el (gnus-request-update-info): Protect against backends not
1429         having the function.
1430
1431         * nnimap.el (nnimap-stream): Mention starttls.
1432         (nnimap-open-connection): Add starttls support.
1433
1434 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
1435
1436         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1437
1438 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1439
1440         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1441         BODYSTRUCTUREs.
1442         (nnimap-transform-headers): Unfold quoted {42} headers.
1443
1444         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1445         the info.
1446         (gnus-get-unread-articles): Only call updatep on backends that support
1447         it.
1448
1449         * nnweb.el (nnweb-request-update-info): NOOP.
1450
1451         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1452
1453         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1454         since it only deals with marks.
1455
1456         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1457         gnus-request-marks, and make a new gnus-request-update-info.
1458
1459         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1460         the active instead of the high number, which is usually too low.
1461
1462 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1463
1464         * netrc.el (netrc-parse): Remove encrypt.el mentions.
1465         * encrypt.el: Removed.
1466
1467 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468
1469         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1470         server in symbolic form.
1471
1472         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1473         0.9.
1474
1475 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1478         (nnimap-update-info): Fix up code slightly.
1479
1480         * gnus-int.el (gnus-open-server): Add tracing for performance
1481         debugging.
1482
1483         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1484         (gnus-group-insert-group-line): Pass the real group name so that it
1485         gets the right data.
1486
1487         * gnus-start.el (gnus-get-unread-articles): Don't have
1488         `gnus-get-unread-articles-in-group' update info, since that can be
1489         really slow and doesn't seem to be needed?
1490
1491 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1492
1493         * time-date.el (date-to-time): Try using parse-time-string first before
1494         using the slower timezone-make-date-arpa-standard.
1495
1496 2010-09-22  Julien Danjou  <julien@danjou.info>
1497
1498         * gnus-group.el (gnus-group-insert-group-line): Call
1499         gnus-group-highlight-line.
1500         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1501         default hook list.
1502         (gnus-group-update-eval-form): Add new function.
1503         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1504         (gnus-group-get-icon): Use gnus-group-update-eval-form.
1505
1506 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1509         immediate, then expire all articles.
1510         (nnimap-update-info): Fix off-by-one errors.
1511         (nnimap-flags-to-marks): Would return no marks lists for group with no
1512         flags.  Instead return the other data.
1513
1514 2010-09-22  Julien Danjou  <julien@danjou.info>
1515
1516         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1517         Only return an icon.
1518         (gnus-group-insert-group-line): Compute icon to return.
1519
1520         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1521         variable.
1522         (gnus-html-image-fetched): Only cache if
1523         gnus-html-image-automatic-caching is set.
1524         (gnus-html-image-fetched): Check for errors.
1525
1526 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1529         once per method on `g'.  This ensures that backends like nnfolder don't
1530         open all their folders.
1531
1532         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1533         (nnimap-request-list): Nix out group in the correct buffer.
1534         (nnimap-parse-flags): Implement by using `read' instead of
1535         hand-parsing.
1536         (nnimap-flags-to-marks): Pass on permanent-flags.
1537         (nnimap-make-process-buffer): Record the server name.
1538         (nnimap-parse-flags): Fix typo.
1539         (nnimap-request-scan): Run split on the server in general, not just a
1540         single group.
1541
1542         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1543         parameter, and propagate this downwards.
1544
1545         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1546         since EXAMINE changes it on the server.
1547
1548         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1549         this command might take a while.
1550
1551 2010-09-22  Julien Danjou  <julien@danjou.info>
1552
1553         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1554         harmful if you have 2 images side-by-side, they can't be properly
1555         update on text deletion.  Using text-property is safer here.
1556         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1557         data.
1558
1559 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560
1561         * nnimap.el (nnimap-expunge-inbox): Removed.
1562         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1563         (nnimap-expunge): Flip default to t.
1564
1565         * gnus.el (gnus-method-to-server): Don't push things to the cache
1566         unless it's unique.
1567         (gnus-server-to-method): Ditto.
1568
1569 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1570
1571         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1572
1573 2010-09-22  Julien Danjou  <julien@danjou.info>
1574
1575         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1576         get the start of data.
1577         (gnus-html-encode-url): Add this function to encode special chars in
1578         URL.
1579         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1580         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1581
1582         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1583         default.
1584         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1585
1586         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1587         images alt-text.
1588         (gnus-html-put-image): Put alt-text as help-echo.
1589
1590 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1593         * mm-util.el (mm-decompress-buffer)
1594         * nnir.el (nnir-run-find-grep)
1595         * pop3.el (pop3-list): Use 3rd arg of split-string.
1596
1597         * time-date.el (format-seconds): Comment fix.
1598
1599         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1600         and byte-optimize-form-code-walker.
1601         (dgnushack-make-auto-load): Don't advise make-autoload.
1602
1603         * lpath.el: Remove Emacs 21 stuff.
1604
1605 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1608         outside the active range.  Suggested by Dan Christensen.
1609
1610         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1611         slightly later to avoid double-getting it.
1612
1613         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1614         previous patch.
1615
1616         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1617
1618 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1619
1620         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1621
1622 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * gnus-int.el (gnus-open-server): Give a better error message in the
1625         "go offline" case.
1626
1627         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1628         marks for nnimap, which is seldom the right thing to do.
1629
1630         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1631         (gnus-same-method-different-name): New function.
1632
1633         * nnimap.el (parse-time): Require.
1634
1635         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1636         method in the presence of many similar methods.
1637
1638         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1639
1640         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1641         nnml-inhibit-expiry.
1642
1643         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1644         find out whether methods are equal.
1645
1646         * nnimap.el (nnimap-find-expired-articles): New function.
1647         (nnimap-process-expiry-targets): New function.
1648         (nnimap-request-move-article): Request the article before looking at
1649         what the Message-ID is.  Fix found by Andrew Cohen.
1650         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1651
1652         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1653         for oldness in addition to being a predicate.
1654
1655         * nnimap.el (nnimap-request-group): When we have zero articles, return
1656         the right data to Gnus.
1657         (nnimap-request-expire-articles): Only delete articles immediately if
1658         the target is 'delete.
1659
1660         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1661         method, this would bug out.
1662
1663         * gnus-group.el (gnus-group-expunge-group): Renamed from
1664         gnus-group-nnimap-expunge, and implemented as a normal interface
1665         function.
1666
1667         * gnus-int.el (gnus-request-expunge-group): New function.
1668
1669         * nnimap.el (nnimap-request-create-group): Implement.
1670         (nnimap-request-expunge-group): New function.
1671
1672 2010-09-21  Julien Danjou  <julien@danjou.info>
1673
1674         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1675         (gnus-html-cache-expired): Add new function.
1676         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1677         wethever we should display image for fetch it.
1678         Compute alt-text earlier to pass it to the fetching function too.
1679         (gnus-html-schedule-image-fetching): Change function argument to only
1680         get one image at a time, not a list.
1681         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1682         cache.
1683         (gnus-html-get-image-data): New function to retrieve image data from
1684         cache.
1685         (gnus-html-put-image): Change buffer argument to use image data rather
1686         than file, and place image above region rather than inserting a new
1687         one. Do not take alt-text as argument, since it's useless now: we place
1688         the image above alt-text.
1689         (gnus-html-prune-cache): Remove.
1690         (gnus-html-show-images): Start to fetch image when we find one, do not
1691         push into a temporary list.
1692         (gnus-html-prefetch-images): Only fetch image if they have expired.
1693         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1694         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1695
1696 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1699
1700 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1703         spec inser "*" if the group isn't active instead of 0.
1704
1705         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1706         opening the server.
1707         (nnimap-request-delete-group): Implement group deletion.
1708         (nnimap-transform-headers): Return the size of the entire message in
1709         the Bytes header, not just the size of the first part.
1710         (nnimap-request-move-article): When moving an article from nnimap,
1711         request the article first so the accepting form has an article to
1712         accept.  Reported by Dan Christensen.
1713         (nnimap-command): Make sure that the error message doesn't error out.
1714
1715 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1716
1717         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1718         we haven't requested anything.
1719
1720 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1723         "".  Fix found by Andrew Cohen.
1724
1725         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1726         instead of -encode-string.
1727
1728 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1729
1730         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1731
1732         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1733         by mm-subst-char-in-string.
1734
1735 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1738         waiting for the connection string.
1739
1740         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1741         arriving.
1742
1743         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1744         bogus characters.  This allows selecting certain Gmail groups.
1745
1746         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1747         (nnimap-fetch-partial-articles): New variable.
1748         (nnimap-open-connection): When looking for credentials, also use the
1749         nnimap-server-port.
1750         (nnimap-request-article): Return the group/article number, so that Gnus
1751         `^' works as expected.
1752         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1753         them.
1754
1755         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1756         comments.
1757         (gnus-methods-sloppily-equal): New function.
1758         (gnus): When using the development version of Gnus, load the gnus-load
1759         file.
1760
1761         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1762         `gnus-open-server' on each method before trying to scan them etc.  This
1763         ensures that all the backend parameters are set correctly.
1764
1765         * nnimap.el (nnimap-authenticator): New variable.
1766         (nnimap-open-connection): Allow anonymous login.
1767         (nnimap-transform-headers): The chars header is called Chars not
1768         Bytes.
1769         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1770         drops.
1771
1772         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1773         patch, found by Knut Anders Hatlen.
1774
1775 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1776
1777         * gnus-agent.el (gnus-agent-batch-confirmation)
1778         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1779         to gnus-message.
1780         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1781         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1782         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1783         * gnus-int.el (gnus-open-server): Likewise.
1784         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1785         (gnus-score-check-syntax): Likewise.
1786         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1787         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1788         Likewise.
1789         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1790
1791 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1792
1793         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1794         calling conventions so that prefetch doesn't bug out.
1795
1796 2010-09-19  Julien Danjou  <julien@danjou.info>
1797
1798         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1799         rather than `subst-char-in-region' in order to be able to replace ASCII
1800         char by UTF-8 ones.
1801
1802         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1803         than curl.
1804         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1805         the right URL and ALT text on images.
1806         (gnus-html-wash-tags): Fix tag case.
1807         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1808         (gnus-article-html): Add -o display_ins_del=2 option.
1809         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1810
1811 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1814         the extra mail headers, which sometimes seem to happen for unknown
1815         reasons.
1816
1817         * mail-parse.el (mail-header-encode-parameter): Define as
1818         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1819         (or most, perhaps?) mail readers don't understand the latter, but do
1820         understand the former.
1821
1822         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1823         to nil, so that no methods are automatically agentized.  I think this
1824         is probably what most users want.
1825
1826         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1827         from url-retrieve, for instance about invalid URLs.
1828
1829         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1830         groups that have no articles.
1831         (nnimap-request-article): Check that we really got an article when we
1832         requested one.
1833
1834         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1835         doesn't exist.
1836
1837         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1838         nntp buffer so the agent can save it.
1839         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1840         that CRLF doesn't get translated to \n.
1841         (nnimap-open-connection): Don't make 'shell commands only send \n.
1842
1843 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1844
1845         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1846         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1847         Update var name.
1848         (nnml-generate-nov-file): Use dolist.
1849         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1850         Use with-current-buffer.
1851
1852 2010-09-18  Julien Danjou  <julien@danjou.info>
1853
1854         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1855         parallel.
1856
1857 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1860         the range update right.
1861         (nnimap-request-group): Don't make `M-g' bug out on group with no
1862         marks.
1863         (nnoo): Required, so that other packages can require nnimap.
1864         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1865         command we're looking for.  This helps when the server sends more
1866         responses after we've gotten everything we expected.
1867         (nnimap): Add a `newlinep' field to keep track of end-of-line
1868         conventions.
1869         Don't send CRLF to things that don't want it.
1870         (nnimap-request-accept-article): Ditto.
1871
1872 2010-09-18  Julien Danjou  <julien@danjou.info>
1873
1874         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1875         than curl to retrieve images.
1876
1877 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1880         the marks.
1881         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1882         (nnimap-wait-for-connection): New function.
1883         (nnimap-open-connection): If we have PREAUTH, don't query for login
1884         credentials.
1885         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1886         when doing a partial update.
1887
1888 2010-09-18  Julien Danjou  <julien@danjou.info>
1889
1890         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1891         tags.
1892
1893 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1894
1895         * nnimap.el (nnimap-credentials): New function.
1896         (nnimap-open-connection): Use the new function to look for credentials
1897         also on the numeric equivalents of "imap" and "imaps".
1898
1899         * gnus-start.el (gnus-activate-group): Send the info to
1900         gnus-request-group.
1901
1902         * nnimap.el (nnimap-request-group): Have the "check" version of the
1903         function parse flags and update the info, so that a `M-g' get a total
1904         resync of all flags from the group.
1905
1906         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1907         to allow backends to alter the info on group selection.  Also alter all
1908         the backend -request-group functions to take the parameter.
1909
1910         * nnimap.el (nnimap-store-info): New function.
1911         (nnimap-update-info): Store the info for later usage.
1912         (nnimap-request-group): Use the stored info for the dont-check case, so
1913         that we don't retrieve all marks when we enter a group.
1914
1915         * nnimap.el: Use deffoo instead of defun for interface functions.
1916
1917         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1918         update the group info.  This makes the nndraft groups, for instance, go
1919         back to their old behaviour.
1920
1921         * gnus-sum.el (gnus-select-newsgroup): Indent.
1922
1923         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1924         in.
1925         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1926         nothing.
1927
1928         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1929         from methods that are denied.
1930
1931         * gnus-int.el (gnus-method-denied-p): New function.
1932
1933         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1934         store the password instead of netrc.
1935         (nnimap-open-connection): Don't error out when we can't make a
1936         connections.
1937
1938         * auth-source.el (auth-source-create): In the password prompt, say what
1939         we're querying for.  Also prompt for user name if that hasn't been
1940         given.
1941
1942         * nnimap.el (nnimap-with-process-buffer): Removed.
1943
1944 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1945
1946         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1947         method when we're reading from the agent.
1948
1949         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1950
1951         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1952         that's probably most useful for users.
1953
1954         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1955         "failed" all the time.
1956
1957         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1958         ...)) with (with-current-buffer ... ).
1959
1960         * nntp.el (nntp-open-server): Return whether the open was successful or
1961         not.
1962
1963         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1964         select an unread unseen article first.
1965
1966         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1967         /etc/services, supply some sensible port defaults.
1968
1969         * dgnushack.el: Define netrc-credentials.
1970
1971 2010-09-17  Julien Danjou  <julien@danjou.info>
1972
1973         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1974
1975 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1976
1977         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1978         doesn't have any parameters.
1979
1980 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1981
1982         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1983         only upcased checks.
1984
1985         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1986
1987         * nnimap.el (nnimap-open-shell-stream): New function.
1988         (nnimap-open-connection): Use it.
1989         (nnimap-transform-headers): Get the number of lines in each message.
1990         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1991         number of lines.
1992         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1993         problem.
1994
1995         * utf7.el (utf7-encode): Autoload.
1996
1997         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1998         to allow the mail splitting to not return a default group.  This is
1999         useful for nnimap, which will leave unmatched mail in the inbox.
2000
2001         * nnimap.el: Rewritten.
2002
2003         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2004         nnimap usage.
2005
2006         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2007         if the move is internal, so that nnimap can do fast internal moves.
2008
2009         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2010         data.
2011         (gnus-read-active-for-groups): Support finishing the early retrieval of
2012         data.
2013
2014         * gnus-range.el (gnus-range-nconcat): New function.
2015
2016         * gnus-int.el (gnus-finish-retrieve-group-infos)
2017         (gnus-retrieve-group-data-early): New functions.
2018
2019 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2020
2021         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2022         (nnrss-retrieve-groups):
2023         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2024         (pop3-quit): Use with-current-buffer.
2025
2026 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2027
2028         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2029         instead of nnheader-accept-process-output.
2030
2031         * dgnushack.el (dgnushack-compile): Add comment.
2032
2033         * lpath.el: No need to fbind propertize for XEmacs 21.4.
2034
2035         * gnus-html.el (gnus-html-schedule-image-fetching)
2036         (gnus-html-prefetch-images): Replace process-kill-without-query by
2037         gnus-set-process-query-on-exit-flag.
2038
2039 2010-09-16  Romain Francoise  <romain@orebokech.com>
2040
2041         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2042
2043 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * gnus-registry.el (gnus-registry-install-shortcuts): The second
2046         parameter to unintern is mandatory-ish in Emacs 24.
2047
2048         * gnus-html.el (gnus-html-schedule-image-fetching)
2049         (gnus-html-prefetch-images): Check for curl before using it.
2050
2051         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2052         depend on curl, which isn't essential.
2053
2054         * imap.el: Revert back to version
2055         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2056         seem problematic.
2057
2058 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2059
2060         * gnus-registry.el (gnus-registry-install-shortcuts):
2061         Explicitly pass `obarray' to `unintern' to avoid a warning.
2062
2063 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064
2065         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2066         change.
2067
2068         * nnrss.el (nnrss-request-list): Removed this function and related
2069         functions, including the moreover stuff.
2070
2071 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * nnrss.el (nnrss-retrieve-groups): New function.
2074
2075 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
2076
2077         * .dir-locals.el: Add no-byte-compile cookie.
2078
2079 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * time-date.el (format-seconds): Comment fix.
2082
2083         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2084         for back end that doesn't support request-scan.
2085
2086 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2089         then do request scans from the backends.
2090
2091         * netrc.el (netrc-credentials): New conveniency function.
2092
2093         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2094         avoid running a hook per line, since this takes a lot of time,
2095         profiling shows.
2096         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2097         directly if gnus-visual-p is true.
2098
2099 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2100
2101         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2102         groups; replace mapcar with dolist which is a bit faster; pass groups
2103         info to gnus-read-active-file-1.
2104         (gnus-read-active-file-1): Scan only specified groups if the new
2105         optional arg `infos' is given.
2106
2107 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2110
2111         * pop3.el (pop3-movemail): Removed.
2112         (pop3-streaming-movemail): Renamed to pop3-movemail.
2113
2114         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2115         don't restrict end-tag searches to the end of the line.
2116
2117 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2120         articles of every unchecked group to t, which means unknown since the
2121         server has never been opened.
2122
2123 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2124
2125         * gnus-html.el (gnus-html-show-alt-text): New command.
2126         (gnus-html-browse-image): Ditto.
2127         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2128         to browse the image directly.
2129         (gnus-html-wash-tags): Search for images first, so that <a><img> works
2130         better.
2131
2132         * gnus-async.el (gnus-async-article-callback): Call
2133         `gnus-html-prefetch-images' unconditionally.
2134
2135         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2136         before feeding URLs to curl.
2137
2138 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2141         internal images as deletable by `W D D'.
2142
2143         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2144         (gnus-async-article-callback): Fix typo.
2145
2146 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2149         current line to work around bugs in the output from w3m.
2150
2151         * gnus-async.el (gnus-async-article-callback): Always prefetch images
2152         for groups that want that.
2153
2154         * nntp.el (nntp-wait-for-string): Supply a timeout for
2155         accept-process-output to ensure progress.
2156
2157         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2158         level to get unread articles from, then use that for foreign groups,
2159         too.
2160
2161         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2162         confuses the rest of the function.
2163
2164         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2165         for the methods that support -retrieve-groups, too.
2166
2167         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2168
2169 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2172         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2173
2174         * pop3.el: Require cl when compiling.
2175         (pop3-number-of-responses): Search for "+OK", not "+OK ".
2176
2177 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2178
2179         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2180         that aren't going to be activated.
2181         (gnus-get-unread-articles): Fix up the last commit.
2182
2183         * gnus-html.el (gnus-article-html): Allow calling without specifying
2184         the handle.  In that case, dissect the buffer first.
2185
2186         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2187
2188         * nnimap.el (nnimap-open-connection): Revert the change that would look
2189         into authinfo for imaps instead of imap.
2190
2191         * gnus-start.el (gnus-activate-group): Take an optional parameter to
2192         say that you don't want to call gnus-request-group with don-check, but
2193         do check the reponse.  This is for virtual groups only.
2194         (gnus-get-unread-articles): Count the archive groups as secondary, so
2195         that they're activated the same way as before.
2196
2197         * imap.el (imap-message-map): Removed optional buffer parameter, since
2198         no callers use it.
2199         (imap-message-get): Ditto.
2200         (imap-message-put): Ditto.
2201         (imap-mailbox-map): Ditto.
2202         (imap-mailbox-put): Ditto.
2203         (imap-mailbox-get): Ditto.
2204         (imap-mailbox-get): Revert last change for this function.
2205
2206         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2207         case-insensitively.
2208         (nnimap-debug): Removed.
2209
2210         * imap.el (imap-fetch-safe): Removed function, and altered all callers
2211         to use `imap-fetch' instead.  According to the comments, this should be
2212         safe, since all other IMAP clients use the 1:* syntax.
2213         (imap-enable-exchange-bug-workaround): Removed.
2214         (imap-debug): Removed -- doesn't seem very useful.
2215
2216         * mail-source.el (mail-source-fetch): Don't message if we're fetching
2217         mail from a file, and the file doesn't exist.
2218
2219         * imap.el (imap-log): New convenience function used throughout instead
2220         of repeating the same code all over the place.
2221
2222         * pop3.el (pop3-streaming-movemail): Return t for success.
2223
2224         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2225         .authinfo if we're using ssl connection.
2226
2227         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2228         already have if we're in a main Gnus `g' run.
2229
2230         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2231
2232 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2233
2234         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2235
2236         * nnmh.el (nnmh-request-list-1): Bind `file'.
2237
2238         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2239         alias to set-process-query-on-exit-flag or process-kill-without-query.
2240         (pop3-open-server): Use it.
2241
2242 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * mail-source.el (mail-source-delete-crash-box): Always move the crash
2245         box to the Incoming file.  Fixes mistake in previous checkin.
2246
2247         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2248         request loop (for debugging purposes) removed.
2249
2250         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2251         culprit is more visible.
2252         (nnml-save-incremental-nov, nnml-open-incremental-nov)
2253         (nnml-add-incremental-nov): New functions to do "incremental" nov
2254         updates, where we just append to the end of the existing nov files
2255         without reading/writing them in full.
2256
2257         * mail-source.el (mail-source-delete-crash-box): Really only check the
2258         incoming files once in a while.
2259
2260         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2261
2262         * mail-source.el (mail-source-delete-crash-box): Only check the
2263         incoming files for deletion once per day to save a lot of file
2264         accesses.
2265
2266         * pop3.el (pop3-logon): Fix up unbound variable typo.
2267
2268         * mail-source.el (pop3-streaming-movemail): Autoload.
2269
2270         * pop3.el (pop3-streaming-movemail): Respect
2271         pop3-leave-mail-on-server.
2272
2273         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2274         retrieval.
2275
2276         * pop3.el (pop3-process-filter): Removed unused function.
2277         (pop3-streaming-movemail, pop3-send-streaming-command)
2278         (pop3-wait-for-messages, pop3-write-to-file)
2279         (pop3-number-of-responses): New functions for streaming pop3
2280         retrieval.
2281
2282         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2283         come from no known methods.
2284         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2285         list.
2286
2287         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2288         message sizes.
2289         (pop3-movemail): Use erase-buffer instead of looping and deleting
2290         regions, which seems rather odd.
2291
2292         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2293         file once per `g' run.
2294
2295         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2296         directories.  This makes the draft queue directory work.
2297
2298         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2299         data from the backends, so that we only request the list of groups from
2300         each method once.  This should speed things up considerably.
2301
2302         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2303         detect that it's not implemented.
2304
2305         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2306         we actually do recurse down into the tree, but don't stat all leaf
2307         nodes.
2308
2309         * gnus-html.el (gnus-html-show-images): If there are no images to show,
2310         then say so instead of bugging out.
2311
2312         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2313         files exist before trying to read them.
2314
2315         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2316         around <pre_int>.
2317
2318         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2319
2320         * nnmh.el (nnmh-request-list-1): Optimize for speed.
2321
2322 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323
2324         * mm-util.el (mm-image-load-path): Just return the image directories,
2325         not all directories in the path in addition to the image directories.
2326         (mm-image-load-path): Maintain a cache of the image directories so that
2327         the `g' command in Gnus doesn't have to stat dozens of directories each
2328         time.
2329
2330         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2331         (gnus-html-wash-tags): Add a new `i' command to insert images.
2332         (gnus-html-insert-image): New command and keystroke.
2333         (gnus-html-redisplay-with-images): New command and keystroke.
2334         (gnus-html-show-images): Renamed command.
2335         (gnus-html-wash-tags): Remove more white space before <pre_int> image
2336         spacers.
2337         (gnus-html-wash-tags): Decode entities at the end, so that entities
2338         inside the tags don't mess up the rest of the "parsing".
2339
2340         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2341         so that nnimap methods aren't agentized by default.  There's apparently
2342         many problems related to agent/imap behaviour.
2343
2344         * gnus-art.el (gnus-article-copy-string): New command and key binding.
2345
2346         * gnus-html.el: Doc fix.
2347
2348 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2351         specifier-spec-list for Emacs 21.
2352
2353         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2354         glyph-width and glyph-height instead of display-graphic-p and
2355         image-size; make avoidance of displaying small images work for XEmacs.
2356
2357         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2358         for XEmacs.
2359
2360         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2361         of symbol that holds plist data.
2362         (gnus-process-plist): Remove plist of process after getting it.
2363
2364 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2365
2366         * message.el (message-generate-hashcash): Change default to
2367         'opportunistic if hashcash is installed.
2368
2369         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2370         (gnus-html-put-image): Only call image-size once, since it's somewhat
2371         time-consuming on remote X servers.
2372
2373 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2376         type on data, not a file name.
2377
2378         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2379         window-pixel-edges for Emacs 21.
2380
2381         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2382         decoded contents.
2383         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2384
2385 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2388         group line format, since it isn't very interesting.
2389
2390         * gnus-agent.el (gnus-agent-short-article),
2391         (gnus-agent-long-article): Increase values for these two variables,
2392         since most people are likely to have more network connection and
2393         storage than before.
2394
2395         * gnus.el (gnus-refer-article-method): Change default to 'current.
2396         When referring an article, the common behaviour is to refer it from the
2397         current select method, not the native select method.  The chances of
2398         the native select method having the message in question is rather slim
2399         these days.
2400
2401         * gnus-sum.el (gnus-auto-select-subject): Change default to
2402         `unseen-or-unread'.  I think it's likely that most people want to
2403         select an unseen article over a previously seen, but unread one.
2404
2405         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
2406         means that in the article buffer none of the minor mode elements will
2407         be shown, usually, and this is not desirable in most cases.
2408
2409         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2410         that commands like `d' (and the like) go to the next line in the
2411         buffer, instead of the next unread article.  I think this is the
2412         behaviour that is most natural for most users.
2413         (gnus-single-article-buffer): Change default to nil, so that people can
2414         have as many article buffers open as they have summary buffer.  I think
2415         this is the most natural way for the groups to behave.
2416
2417         * message.el (message-generate-new-buffers): Change default to
2418         `unsent', so that all new message buffers start their names with the
2419         string "*unsent", and it's easier to find the buffers if you move from
2420         them.
2421
2422 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2425         small.  They're probably tracking images.
2426         (gnus-html-wash-tags): Remove all <pre_int> place holders.
2427         (gnus-html-rescale-image): Yet another try at getting the image sizing
2428         right.
2429
2430         * nntp.el (nntp-request-set-mark): Refuse to do marks if
2431         nntp-marks-file-name is nil.
2432
2433 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2434
2435         * gnus-html.el (gnus-html-wash-tags)
2436         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2437         Better logging.
2438
2439 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2440
2441         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2442
2443         * gnus-html.el (gnus-html-wash-tags): Check the value of
2444         gnus-blocked-images in the summary buffer.
2445
2446 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2447
2448         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2449
2450 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2453         like "a", it seems like.
2454         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2455         since it needs to be picked from the correct buffer.
2456
2457         * nnwfm.el: Removed.
2458
2459         * nnlistserv.el: Removed.
2460
2461 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2462
2463         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2464         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2465
2466 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * nnkiboze.el: Removed.
2469
2470         * nndb.el: Removed.
2471
2472         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2473         alt text.
2474         (gnus-html-rescale-image): Try to get the rescaling logic right for
2475         images that are just wide and not tall.
2476
2477         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2478         overshadow variable bindings.
2479
2480 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
2481
2482         * gnus-html.el (gnus-html-wash-tags)
2483         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2484         extra logging.
2485
2486 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2489         (gnus-max-image-proportion): New variable.
2490         (gnus-html-rescale-image): New function.
2491         (gnus-html-put-image): Rescale images.
2492
2493 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2494
2495         Fix up some byte-compiler warnings.
2496         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2497         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2498         (gnus-article-fill-cited-article, gnus-article-hide-citation)
2499         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2500         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2501         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2502         (gnus-group-update-group): Use save-excursion and with-current-buffer.
2503
2504 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * gnus-html.el (gnus-article-html): Decode contents by charset.
2507
2508 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2511         (gnus-html-frame-width, gnus-blocked-images)
2512         * message.el (message-prune-recipient-rules): Add custom version.
2513         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2514
2515         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2516         functions.
2517
2518         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2519         gnus-process-get.
2520
2521 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
2522
2523         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2524         instead of lsub directly.
2525
2526 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * nnwarchive.el: Removed.
2529
2530         * gnus-soup.el: Removed.
2531
2532         * nnsoup.el: Removed.
2533
2534         * nnultimate.el: Removed.
2535
2536         * gnus-html.el (gnus-blocked-images): New variable.
2537
2538         * message.el (message-prune-recipients): New function.
2539         (message-prune-recipient-rules): New variable.
2540
2541         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2542         guess whether a long line is natural text or not.
2543
2544         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2545         gnus-process-plist and friends for compatibility.
2546
2547 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2548
2549         * gnus-html.el: Require packages that define macros used in this file.
2550         (gnus-article-mouse-face): Declare to silence byte-compiler.
2551         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2552         process-get.
2553         (gnus-html-put-image): Use plist-get to avoid getf.
2554         (gnus-html-prefetch-images): Use with-current-buffer.
2555
2556 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2557
2558         * gnus-ems.el: Provide compatibility functions for
2559         gnus-set-process-plist.
2560
2561         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2562         header-line-format for XEmacs 21.4.
2563
2564         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2565         * gnus.el (gnus-valid-select-methods)
2566         * message.el (message-send-mail-partially-limit)
2567         * mm-decode.el (mm-text-html-renderer)
2568         * mml.el (mml-insert-mime-headers-always)
2569         * smiley.el (smiley-regexp-alist): Bump custom version.
2570
2571 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2572
2573         * gnus-html.el: require mm-url.
2574         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2575         with the url to `url'.
2576         (gnus-html-wash-tags): Support cid: URLs/images.
2577
2578 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579
2580         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2581         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2582         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2583
2584         * gnus-move.el: Removed file, since it doesn't really work.
2585
2586         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2587         UTF-8.  This seems to fix problems with some German web feeds.
2588
2589         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2590         at the top so that the proper colours are applied.
2591
2592         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2593         don't have dots in their names.
2594
2595         * gnus-art.el (gnus-article-view-part): Doc fix.
2596
2597         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2598         XEmacs-compatible.
2599         (gnus-html-put-image): Don't do images on non-graphic displays.
2600
2601         * nnslashdot.el: Removed this unused backend.
2602
2603         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2604         actions.
2605         (gnus-undo-register-1): Revert last change.
2606
2607         * gnus-group.el (gnus-group-completing-read): Protect against not
2608         having completion-styles bound.
2609
2610         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2611         make broken recipients happier.
2612
2613         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2614
2615         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2616         point parameter.
2617
2618         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2619
2620         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2621         completion-styles for group selection.
2622
2623 2009-02-04  Andreas Schwab  <schwab@suse.de>
2624
2625         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2626         headers and regexp-quote the match if necessary.
2627
2628 2009-03-24  Miles Bader  <miles@gnu.org>
2629
2630         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2631         the blinking smiley.
2632
2633 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2634
2635         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2636         blink smiley.
2637
2638 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2641         where the dribbel file lives exists.
2642
2643         * message.el (message-send-mail-partially-limit): Change the default to
2644         nil, since most people don't want this.
2645
2646         * mm-url.el (mm-url-decode-entities): Also decode entities like
2647         &#x3212.
2648
2649 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2650
2651         * gnus-sum.el (gnus-summary-idna-message):
2652         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2653         Hyperlink urls in docstrings with URL `...'.
2654
2655 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2656
2657         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2658         functions.
2659
2660 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2663         say what the mouseover text should be.
2664
2665         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2666         version of the mm-w3m-safe-url-regexp variable to only download images
2667         in the groups where we want that to happen.
2668
2669         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2670
2671         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2672         easier debugging.
2673         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2674         big pictures in the article buffer.
2675
2676         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2677         gnus-article-html.
2678         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2679         w3m.
2680
2681         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2682
2683 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684
2685         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2686         which doesn't exist.
2687
2688         * message.el (message-inhibit-ecomplete): New variable to allow some
2689         function to inhibit ecomplete address storage.
2690         (message-resend): Disable ecomplete message storage when resending
2691         messages.
2692
2693         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2694
2695 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2698         Save excursion while copying, moving, and deleting articles in order to
2699         prevent the cursor from jumping to unforeseen place.
2700
2701 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2702
2703         * lpath.el: No need to bind bookmark-current-buffer,
2704         bookmark-yank-point and bookmark-make-record-function.
2705
2706 2010-08-17  Glenn Morris  <rgm@gnu.org>
2707
2708         * gnus-sync.el: Require gnus components whose functions are used.
2709
2710         * gnus-art.el (bookmark-make-record-function):
2711         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2712         Declare for compiler.
2713
2714         * mm-url.el (mml-compute-boundary): Autoload.
2715
2716 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2717
2718         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2719
2720 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2721
2722         Typo fix "hoo4a" -> "hook".
2723
2724         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2725
2726 2010-08-14  Glenn Morris  <rgm@gnu.org>
2727
2728         * gnus-sync.el (gnus-sync): Fix defgroup version.
2729
2730 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2731
2732         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2733
2734         * gnus-sync.el: Fix docs.
2735         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2736         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2737
2738 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2739
2740         Optimizations for gnus-sync.el.
2741
2742         * gnus-sync.el: Add docs about gnus-sync-backend
2743         possibilities.
2744         (gnus-sync-save): Remove unnecessary message.
2745         (gnus-sync-read): Optimize and show what groups were skipped.
2746
2747 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2748
2749         Minor bug fixes for gnus-sync.el.
2750
2751         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2752         read the sync on get-new-news.
2753
2754         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2755         quiet.
2756
2757         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2758
2759 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2760
2761         Make saving and restoring of hidden threads work with overlays.
2762         Patch applied by Ted Zlatanov.
2763
2764         * gnus-sum.el (gnus-hidden-threads-configuration)
2765         (gnus-restore-hidden-threads-configuration): Update to deal with text
2766         properties, rather than searching for a magic character.
2767
2768 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2769
2770         New gnus-sync.el library for synchronization of marks.
2771
2772         * gnus-sync.el: New library for synchronization of marks.
2773
2774         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2775         renamed from `gnus-registry-grep-in-list'.
2776
2777         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2778
2779         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2780
2781 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2784         determining charset of text fails.
2785
2786 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * nnmail.el (nnmail-get-new-mail-1): Revert.
2789
2790         * nnml.el (nnml-active-number): Make sure names of newly created groups
2791         in nnml-group-alist are encoded.
2792
2793 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2796         containing non-ASCII characters in active file for nnml back end.
2797
2798 2010-07-24  David Engster  <dengste@eml.cc>
2799
2800         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2801         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2802
2803 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2804
2805         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2806         tag (Bug#6654).
2807
2808 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2809
2810         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2811         the article buffer, not the summary buffer.
2812
2813 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2814
2815         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2816         Emacs 23 as well.
2817
2818 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2821         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2822
2823 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2824
2825         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2826         Patch applied by Karl Fogel.
2827
2828         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2829         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2830
2831 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2832
2833         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2834         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2835         C-w still not working correctly from Article buffers; Thierry's
2836         patch to fix that will be applied after this.
2837
2838         * gnus-art.el (bookmark-make-record-function): New local variable.
2839
2840         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2841         article buffer.
2842         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2843
2844 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2845
2846         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2847         on changes in bookmark.el.
2848
2849 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2850
2851         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2852         `no-log' instead of message not to log prompt string.
2853
2854 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2855
2856         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2857         the *other* type of HTML form submission.
2858
2859 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2860
2861         * auth-source.el (auth-source-pick): If choice does not contain a
2862         questioned keyword, set the check to t.
2863
2864 2010-06-12  Romain Francoise  <romain@orebokech.com>
2865
2866         * gnus-util.el (gnus-date-get-time): Move up before first use.
2867
2868 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2871         (gnus-article-edit-part): Bind it to make last part that is substituted
2872         or deleted visible.
2873         (gnus-mime-display-single): Buttonize part of which id equals to
2874         gnus-mime-buttonized-part-id.
2875
2876 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2877
2878         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2879         (gnus-dd-mmm): Use gnus-date-get-time.
2880         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2881         simplify logic.
2882         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2883         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2884
2885 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2886
2887         * auth-source.el (top): Autoload `secrets-list-collections',
2888         `secrets-create-item', `secrets-delete-item'.
2889         (auth-sources): Fix tag string.
2890         (auth-get-source, auth-source-retrieve, auth-source-create)
2891         (auth-source-delete): New defuns.
2892         (auth-source-pick): Rewrite in order to avoid 2 passes.
2893         (auth-source-forget-user-or-password): New parameter USERNAME.
2894         (auth-source-user-or-password): New parameters CREATE-MISSING and
2895         DELETE-EXISTING.  Retrieve password interactively, if needed.
2896
2897 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2898
2899         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2900         deleting unused directories when gnus-expert-user is t.
2901
2902 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2905         for each temp file when gnus-article-browse-delete-temp is ask.
2906
2907 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2908
2909         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2910         Lisp calls to delete-backward-char by calls to delete-char.
2911
2912 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2913
2914         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2915
2916 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2917
2918         * password-cache.el (password-cache-remove): Fix docstring.
2919
2920 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2921
2922         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2923         article unless decoding article to be saved.
2924
2925 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2928         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2929         generated within the mm-with-unibyte-current-buffer macro.
2930
2931 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2934         to nil when we're in a mml-preview buffer and no group is selected.
2935
2936 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2937
2938         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2939         when catching the `C-g'.  Reported by "Leo".
2940
2941 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * message.el (message-forward-make-body-plain)
2944         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2945         multibyte-string-p.
2946
2947         * lpath.el: Revert.
2948
2949 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * message.el (message-forward-make-body-mml): Assume original message
2952         is multibyte string; error on unibyte.
2953         (message-forward-make-body-plain): Ditto; don't add excessive newline
2954         in body end.
2955
2956         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2957
2958 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2959
2960         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2961         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2962
2963 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2964
2965         * mm-extern.el (mm-extern-url): Don't use
2966         mm-with-unibyte-current-buffer.
2967         (mm-extern-cache-contents): Use with-current-buffer instead of
2968         save-excursion + set-buffer.
2969
2970 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * mm-util.el (mm-emacs-mule): Remove.
2973
2974 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2975
2976         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2977         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2978         change.
2979
2980 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2983         bind the default value of enable-multibyte-characters to nil.
2984
2985 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * message.el (message-forward-make-body-plain)
2988         (message-forward-make-body-mml):
2989         Don't use mm-with-unibyte-current-buffer.
2990
2991 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2992
2993         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2994
2995 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2996
2997         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2998         (Bug#5592).
2999
3000 2010-05-07  Julien Danjou  <julien@danjou.info>
3001
3002         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3003         it to mm-pipe-part.
3004
3005         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3006         it is given.
3007
3008 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3009
3010         * binhex.el (binhex-decode-region-internal)
3011         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3012         (dns-query)
3013         * nnweb.el (nnweb-gmane-search)
3014         * pgg-parse.el (pgg-parse-armor)
3015         * pgg.el (pgg-verify-region)
3016         * sha1.el (sha1-string-external)
3017         * uudecode.el (uudecode-decode-region-internal)
3018         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3019         XEmacs.
3020
3021         * gnus-art.el (gnus-article-browse-html-parts)
3022         * gnus-group.el (gnus-read-ephemeral-gmane-group)
3023         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3024         make-temp-file.
3025
3026         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3027         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3028         compiling.
3029
3030         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3031         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3032         XEmacs when compiling.
3033
3034         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3035         gnus-pick-mode-off-hook for XEmacs when compiling.
3036         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3037         gnus-binary-mode-off-hook for XEmacs when compiling.
3038
3039         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3040         nil if char-charset is not available.
3041
3042         * imap.el (imap-disable-multibyte)
3043         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3044         macros.
3045
3046         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3047         instead of encode-coding-string.
3048
3049         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3050         'xemacs) instead of mm-emacs-mule to switch function definitions.
3051         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3052
3053         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3054         bind temporary-file-directory for XEmacs;
3055         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3056         timer-set-function for XEmacs 21.4 and SXEmacs;
3057         bind timer-list for XEmacs 21.4 and SXEmacs;
3058         fbind char-charset and find-charset-region for non-Mule XEmacs;
3059         fbind decode-coding-region, decode-coding-string, detect-coding-region,
3060         encode-coding-region and encode-coding-string for XEmacs having no
3061         file-coding feature.
3062
3063 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
3064
3065         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3066
3067 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3070         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3071
3072 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
3073
3074         * mm-util.el (mm-decompress-buffer): Use `delete-file';
3075         alias `jka-compr-delete-temp-file' no longer exists.
3076
3077 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3078
3079         Use define-minor-mode in Gnus where applicable.
3080         * mml.el (mml-mode): Use define-minor-mode.
3081         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3082         (gnus-undo-mode): Use define-minor-mode.
3083         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3084         (gnus-dead-summary-mode): Use define-minor-mode.
3085         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3086         Initialize in declaration.
3087         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3088         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3089         (gnus-mailing-list-mode): Use define-minor-mode.
3090         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3091         (gnus-draft-mode): Use define-minor-mode.
3092         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3093         (gnus-dired-mode): Use define-minor-mode.
3094
3095 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
3096
3097         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3098         handles on recursive mml-to-mime translation and check them for
3099         boundary delimiter collisions.  Reported by Greg Troxel.
3100
3101 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3102
3103         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3104
3105 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3106
3107         * mm-util.el (mm-find-buffer-file-coding-system):
3108         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3109
3110 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
3111
3112         * message.el (message-generate-headers): Record insertion of optional
3113         headers as well.  Otherwise the check to prevent repeated insertion of
3114         optional headers is a no-op.
3115
3116 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
3117
3118         * smime.el: Don't mention CVS.
3119
3120         * nnrss.el (nnrss-fetch): Don't mention CVS.
3121
3122         * nnir.el: Don't mention CVS.
3123
3124 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3125
3126         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3127
3128 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3129
3130         * lpath.el: Fbind bookmark-default-handler,
3131         bookmark-get-bookmark-record, bookmark-make-record-default,
3132         bookmark-prop-get for Emacs <23 and XEmacs.
3133
3134 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3135
3136         * gnus-sum.el: Add bookmark declarations to silence the compiler.
3137         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3138         Use with-current-buffer to silence the byte-compiler.
3139         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3140         bother to require `gnus'.
3141         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
3142
3143 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3144
3145         * gnus-sum.el (gnus-summary-bookmark-make-record)
3146         (gnus-summary-bookmark-jump): New functions.
3147         (gnus-summary-mode): Setup bookmark support.
3148
3149 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
3150
3151         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3152         if set.
3153
3154 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3157         gnus-article-browse-html-save-cid-image; make it work recursively for
3158         forwarded messages as well.
3159         (gnus-article-browse-html-parts): Work when prefix arg is given.
3160         (gnus-article-browse-html-article): Doc fix.
3161
3162 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
3163
3164         * message.el (message-default-mail-headers):
3165         (message-default-headers): Carry the value mail-default-headers over
3166         into message-default-mail-headers, rather than message-default-headers.
3167
3168 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
3169
3170         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3171         charset.
3172
3173         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3174         charset into the <meta> tag when the article is encoded to utf-8.
3175
3176 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3177
3178         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3179         directories as well.
3180         (gnus-article-browse-html-parts): Work for images that do not specify
3181         file names; delete temp directory when quitting; insert header at the
3182         right place; use file: scheme for image files.
3183
3184 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
3185
3186         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3187         (gnus-article-browse-html-parts): Use it to make temporary cid image
3188         files in addition to html file so that browser may display them.
3189
3190 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3193
3194 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3197
3198 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
3199
3200         * auth-source.el (auth-sources): Change default to be simpler.  Explain
3201         about Secret Service API sources.  Improve Customize options.
3202         (auth-source-pick): Change to accept any number of search parameters.
3203         Implement fallbacks iteratively, not recursively.  Add scoring on the
3204         second pass and sort by score.  Call Secret Service API when needed.
3205         (auth-source-user-or-password): Use it.  Call Secret Service API
3206         directly when needed to get the user name and the password.
3207
3208 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
3209
3210         * message.el (message-interactive): Doc fix.
3211         (message-qmail-inject-args): Reflow.
3212         (message-kill-to-signature): Fix typo in docstring.
3213
3214         * smiley.el (smiley-buffer): Fix typo in docstring.
3215
3216 2010-03-24  Glenn Morris  <rgm@gnu.org>
3217
3218         * mail-source.el (gnus-message): Declare.
3219         (mail-source-delete-old-incoming): Require gnus-util.
3220
3221 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3222
3223         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3224
3225         * message.el (ecomplete-setup): Autoload it for Emacs <23.
3226
3227         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3228         password-cache's default if it is not bound.
3229         (mml-secure-passphrase-cache-expiry): Default to 16 that is
3230         password-cache-expiry's default if it is not bound.
3231
3232         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3233         available in Emacs 21.
3234
3235         * lpath.el: Suppress compiler warnings for:
3236         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3237         XEmacs;
3238         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3239         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3240         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3241
3242 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
3243
3244         * auth-source.el (auth-sources): Fix up definition so extra parameters
3245         are always inline.
3246
3247 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
3248
3249         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3250         wasn't updated after mismatch.  Clear cached mailbox info correctly
3251         when uidvalidity changes.
3252         (nnimap-group-prefixed-name): New function to avoid some code
3253         duplication.
3254         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3255         (nnimap-request-group): Use it.
3256         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3257         (nnimap-update-unseen): Significantly improved speed of Gnus startup
3258         with many imap folders.  This is done by caching the group status from
3259         the imap server persistently in a group parameter `imap-status'.  (This
3260         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3261         but not persistently, so every Gnus startup was still very slow.)
3262
3263 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
3264
3265         * assistant.el (assistant-render-text): Run `widget-setup' and don't
3266         delete the extra newline.  Otherwise editing of :string and :number
3267         types don't work.
3268
3269 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3270
3271         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
3272         secrets.el dependency.
3273         (auth-sources): Add optional user name.  Add secrets.el configuration
3274         choice (unused right now).
3275
3276 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3277
3278         * gnus-sum.el (gnus-summary-make-menu-bar): Let
3279         `gnus-registry-install-shortcuts' fill in the functions.
3280
3281         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3282         warnings.
3283         (gnus-registry-misc-menus): Variable to hold registry mark menus.
3284         (gnus-registry-install-shortcuts): Populate and use it in a
3285         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3286
3287 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
3288
3289         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3290         In-place substitutions for the group name encoding/decoding.
3291         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3292         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3293         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3294         (nnimap-update-unseen, nnimap-request-list)
3295         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3296         (nnimap-request-set-mark, nnimap-split-to-groups)
3297         (nnimap-split-articles, nnimap-request-newgroups)
3298         (nnimap-request-create-group, nnimap-request-accept-article)
3299         (nnimap-request-delete-group, nnimap-request-rename-group)
3300         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
3301         `encoded-mbx' for consistency.
3302         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3303         variable `imap-current-mailbox'.
3304
3305         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3306         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3307
3308 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
3309
3310         * pop3.el (pop3-display-message-size-flag): Display message size byte
3311         counts during POP3 download.
3312         (pop3-movemail): Use it.
3313         (pop3-list): Implement listing of available messages.
3314
3315 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
3316
3317         * nnir.el (nnir-get-article-nov-override-function): New function to
3318         override the normal NOV retrieval.
3319         (nnir-retrieve-headers): Use it.
3320
3321 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
3322
3323         * auth-source.el (netrc-machine-user-or-password): Autoload.
3324
3325 2010-03-19  Glenn Morris  <rgm@gnu.org>
3326
3327         Stop message.el from loading about 40 libraries it doesn't always need.
3328         The general approach is to autoload rather than require, and to
3329         require in the specific functions rather than the file.  (Bug#5642)
3330
3331         * gmm-utils.el: Don't require wid-edit.
3332         (widget-create-child-value, widget-convert, widget-default-get):
3333         Autoload.
3334
3335         * gnus-util.el: Don't require time-date, netrc.
3336         (message-fetch-field, gnus-group-name-decode): Declare rather than
3337         autoloading.
3338         (gnus-fetch-field): Require message.
3339         (gnus-decode-newsgroups): Require gnus-group.
3340
3341         * ietf-drums.el: Don't require time-date.
3342
3343         * message.el: Don't require hashcash, canlock, ecomplete.
3344         Do require mail-utils.  Require nnheader only when compiling.
3345         (smtpmail-default-smtp-server): Remove declaration.
3346         (message-send-mail-function): Check smtpmail-default-smtp-server
3347         is bound rather than requiring smtpmail.
3348         (message-auto-save-directory, message-insert-signature): Use
3349         expand-file-name rather than nnheader-concat.
3350         (nnheader-insert-file-contents): Autoload.
3351         (hashcash-wait-async): Declare.
3352         (message-send-mail): Only call gnus-setup-posting-charset if
3353         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
3354         (message-send-mail-with-sendmail): Require sendmail.
3355         (canlock-password, canlock-password-for-verify): Declare.
3356         (message-canlock-password): Require canlock.
3357         (nnheader-get-report): Autoload.
3358         (gnus-setup-posting-charset): Declare.
3359         (message-send-news): Require gnus-msg.
3360         (message-make-references, message-make-in-reply-to): Use mail-header-id
3361         rather than the alias mail-header-message-id.
3362         (ecomplete-add-item, ecomplete-save): Declare.
3363         (message-put-addresses-in-ecomplete): Require ecomplete.
3364         (ecomplete-display-matches): Autoload.
3365
3366         * mm-decode.el: Don't require mailcap, gnus-util.
3367         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3368         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3369         Autoload.
3370         (mailcap-mime-extensions): Declare.
3371
3372         * mm-encode.el: Don't require mailcap.
3373         (mailcap-extension-to-mime): Autoload.
3374
3375         * mml-sec.el: Don't require password-cache.
3376
3377         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3378         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3379         (mml-minibuffer-read-type): Require mailcap.
3380         (mml-preview): Require gnus-msg.
3381
3382         * mml1991.el: Require password-cache.
3383         (password-cache-expiry): Remove declaration.
3384
3385         * mml2015.el: Require password-cache.
3386         (password-cache-expiry): Remove declaration.
3387
3388         * nneething.el (mailcap): Require mailcap.
3389
3390         * nnheader.el (declare-function): Add compatibility stub.
3391         (message-remove-header): Declare rather than autoload.
3392         (nnheader-replace-header): Require message.
3393
3394         * nnimap.el (declare-function): Add compatibility stub.
3395         (netrc-parse, netrc-machine-user-or-password): Declare.
3396         (nnimap-open-connection): Require netrc.
3397
3398         * nntp.el (declare-function): Add compatibility stub.
3399         (netrc-parse, netrc-machine, netrc-get): Declare.
3400         (nntp-send-authinfo): Require netrc.
3401
3402         * rfc2047.el: Don't require qp.
3403         (quoted-printable-encode-region, quoted-printable-decode-string):
3404         Autoload.
3405
3406         * sieve-mode.el: Don't require easymenu.
3407         (easy-menu-add-item): Autoload it.
3408
3409         * spam-stat.el (time-to-number-of-days): Autoload it.
3410
3411 2010-03-19  Glenn Morris  <rgm@gnu.org>
3412
3413         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3414
3415 2010-03-18  Glenn Morris  <rgm@gnu.org>
3416
3417         * hashcash.el (declare-function): Remove duplicate definition.
3418
3419 2010-03-17  Kevin Ryde  <user42@zip.com.au>
3420
3421         * mml.el (mml-read-tag): Unquote values with `read' to reverse
3422         prin1 in mml-insert-tag (just stripping the quotes gave wrong
3423         value if any backslash escapes).
3424
3425 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3428         if it is available.  (bug#5647)
3429
3430         * lpath.el: Suppress compiler warning for coding-system-from-name for
3431         Emacs 21 and XEmacs.
3432
3433 2010-03-14  Juri Linkov  <juri@jurta.org>
3434
3435         * hmac-def.el:
3436         * hmac-md5.el:
3437         * netrc.el: Fix keywords.
3438
3439 2010-02-26  Glenn Morris  <rgm@gnu.org>
3440
3441         * message.el (message-send-mail-function): Change the default, so that
3442         it inherits from a customized send-mail-function.  (Bug#5643)
3443
3444 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3445
3446         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3447         shell-command-to-string signals an error (bug#5299).
3448
3449 2010-02-24  Glenn Morris  <rgm@gnu.org>
3450
3451         * message.el (message-smtpmail-send-it)
3452         (message-send-mail-with-mailclient): Doc fixes.
3453
3454 2010-02-16  Glenn Morris  <rgm@gnu.org>
3455
3456         * message.el (message-default-mail-headers): Change the default value
3457         to ease the transition from mail-mode to message-mode.  (Bug#5555)
3458
3459 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3462         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3463
3464 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3465
3466         * time-date.el (date-to-time): Doc fix (Bug#5408).
3467
3468 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3469
3470         * message.el (message-mail): Just pass yank-action on to message-setup.
3471         (message-setup): Handle (FUN . ARGS) form of yank-action.
3472         (message-with-reply-buffer, message-widen-reply)
3473         (message-yank-original): Handle non-buffer values of
3474         message-reply-buffer (Bug#4080).
3475         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3476
3477 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3478
3479         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3480         Fix typo in docstring.
3481
3482 2010-01-08  Jason Rumney  <jasonr@gnu.org>
3483
3484         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3485         response.
3486
3487 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3490
3491         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3492
3493         * message.el (message-check-news-header-syntax): Protect against a
3494         string that `rfc822-addresses' returns when parsing fails.
3495
3496 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3499         (gnus-previous-char-property-change): New functions.
3500
3501         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3502
3503 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
3504
3505         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3506         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
3507
3508 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3509
3510         * message.el (message-exchange-point-and-mark): Rework last change to
3511         avoid using optional arg of exchange-point-and-mark, for backward
3512         compatibility.
3513
3514 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3515
3516         * message.el (message-exchange-point-and-mark): Call
3517         exchange-point-and-mark with an argument rather than setting
3518         mark-active by hand (Bug#5175).
3519
3520 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * nntp.el (nntp-service-to-port): Work for service expressed with
3523         numeric string; replace [:digit:] with [0-9] for XEmacs.
3524
3525 2009-12-17  Glenn Morris  <rgm@gnu.org>
3526
3527         * gnus-group.el (gnus-bug-group-download-format-alist):
3528         Change emacs entry to debbugs.gnu.org.  Bump :version.
3529
3530 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
3531
3532         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3533
3534 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3535
3536         * message.el (message-info): Explain why we use `Info-goto-node'.
3537
3538 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3539
3540         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3541
3542 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3543
3544         * message.el (message-completion-in-region): New compatibility function.
3545         (message-expand-group): Use it.
3546
3547 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3548
3549         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3550         with no unread article should be listed if the 2nd arg `predicate' is
3551         given.
3552
3553 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3554
3555         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3556
3557 2009-11-29  Juri Linkov  <juri@jurta.org>
3558
3559         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3560         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3561         on `gnus-recenter'. (Bug#4698, Bug#4981)
3562
3563 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3564
3565         * sha1.el (sha1-string-external): default-directory "/" in case
3566         otherwise non-existent.  process-connection-type pipe for touch of
3567         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3568
3569 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3570
3571         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3572         it's comms related and sgml-mode.el has "comm" on that basis too.
3573
3574 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3577         containing tspecial characters if they have been already quoted.
3578
3579 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3580
3581         * dns-mode.el (auto-mode-alist): Purecopy string.
3582
3583 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3584
3585         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3586
3587 2009-10-24  Glenn Morris  <rgm@gnu.org>
3588
3589         * gnus-art.el (help-xref-stack-item): Define for compiler.
3590
3591 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3592
3593         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3594
3595 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3598
3599 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3600
3601         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3602         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3603
3604 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3607         (gnus-overlays-in): New alias to overlays-in.
3608
3609         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3610         gnus-overlay-get, and gnus-delete-overlay.
3611         (gnus-summary-show-thread): Make it work as well for systems in which
3612         next-single-char-property-change is not available.
3613         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3614
3615         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3616         (gnus-overlay-get): New alias to extent-property.
3617         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3618
3619         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3620         SXEmacs.
3621
3622         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3623         SXEmacs.
3624
3625 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3626
3627         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3628
3629 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3630
3631         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3632         and XEmacs that don't have `remove-overlays'.
3633
3634 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3635
3636         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3637         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3638         selective display.  Use overlays instead.
3639
3640 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3641
3642         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3643
3644 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3645
3646         * spam-stat.el (spam-stat-load): Fix typo in message.
3647
3648 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3649
3650         * dig.el (dig-invoke): Fix typo in docstring.
3651         (query-dig): Reflow docstring.
3652
3653 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3654
3655         * gnus-art.el (gnus-article-encrypt-body):
3656         * message.el (message-check-recipients):
3657         * mm-util.el (mm-codepage-setup):
3658         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3659         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3660
3661 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3662
3663         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3664         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3665         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3666         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3667         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3668
3669 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3670
3671         * dig.el: Add "Keywords: comm", as per net-utils.el.
3672
3673 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3674
3675         * dig.el (dig-mode): Use define-derived-mode.
3676
3677 2009-09-19  Glenn Morris  <rgm@gnu.org>
3678
3679         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3680
3681 2009-09-18  Glenn Morris  <rgm@gnu.org>
3682
3683         * gnus-diary.el (gnus-diary-check-message):
3684         * message.el (message-insert-formatted-citation-line):
3685         * nnbabyl.el (top-level):
3686         * nndiary.el (nndiary-schedule):
3687         Fix typos in condition-case handlers.
3688
3689 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3690
3691         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3692         configuration that provides the sole article window in a frame;
3693         position point correctly after deleting a part.
3694
3695 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3696
3697         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3698         (spam-resolve-registrations-routine): Use it to unregister articles
3699         that change status.
3700
3701 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3704         with XEmacs.
3705         (parse-time-string-chars): Use it.
3706
3707 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3708
3709         * imap.el (imap-interactive-login): Better messages.
3710         (imap-open): Fix bug with renamed buffer on reconnect.
3711         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3712         for easier debugging and cleaner code.  On successful (guessed based on
3713         server capabilities) secondary authentication, set imap-state
3714         correctly.
3715         (imap-last-authenticator): Define imap-last-authenticator as a variable
3716         to avoid warnings.
3717
3718 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * nnrss.el (nnrss-request-article): Remove binding of
3721         default-enable-multibyte-characters that has gotten needless by
3722         the 2007-07-13 change in rfc2047-encode-message-header.
3723
3724         * mml.el (mml-insert-multipart): Error on the message header.
3725         (mml-insert-part): Error on the message header; position point at
3726         the end of a MIME tag.
3727
3728 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3729
3730         * time-date.el (autoload): Expand define-obsolete-function-alias into
3731         defalias and make-obsolete for old Emacsen that Gnus supports.
3732         (with-no-warnings): Define it for old Emacsen.
3733         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3734         is available.
3735         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3736         float-time is available; suppress compile warning for time-to-seconds.
3737
3738         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3739         (gnus-float-time): Alias to float-time if it exists.
3740
3741         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3742         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3743         float-time is available; suppress compile warning for time-to-seconds.
3744
3745         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3746         XEmacs.
3747
3748 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3749
3750         * imap.el (imap-message-map): Docstring fix.
3751
3752 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3755         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3756         Add the optional argument `encoding' that overrides the default.
3757
3758         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3759         mm-encode-buffer.
3760
3761 2009-09-04  Glenn Morris  <rgm@gnu.org>
3762
3763         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3764         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3765         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3766         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3767         * mm-util.el (mm-with-unibyte-current-buffer)
3768         (mm-find-buffer-file-coding-system):
3769         * yenc.el (yenc-decode-region): Use default-value rather than
3770         default-enable-multibyte-characters.
3771
3772 2009-09-03  Glenn Morris  <rgm@gnu.org>
3773
3774         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3775         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3776         than default-enable-multibyte-characters.
3777
3778 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3779
3780         * gnus-art.el (gnus-article-read-summary-keys):
3781         Fix gnus-buffer-configuration's value temporarily used.
3782
3783 2009-09-02  Glenn Morris  <rgm@gnu.org>
3784
3785         * gnus-util.el (gnus-float-time): New function.
3786         * gnus-delay.el (gnus-delay-article):
3787         * gnus-sum.el (gnus-thread-latest-date):
3788         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3789         * nnspool.el (nnspool-request-newgroups):
3790         Use gnus-float-time rather than time-to-seconds.
3791         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3792
3793         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3794         (gnus-header-subject-face, gnus-header-newsgroups-face)
3795         (gnus-header-name-face, gnus-header-content-face):
3796         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3797         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3798         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3799         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3800         (gnus-cite-face-11):
3801         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3802         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3803         (gnus-server-closed-face, gnus-server-denied-face)
3804         (gnus-server-offline-face):
3805         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3806         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3807         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3808         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3809         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3810         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3811         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3812         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3813         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3814         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3815         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3816         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3817         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3818         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3819         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3820         (gnus-summary-high-undownloaded-face)
3821         (gnus-summary-low-undownloaded-face)
3822         (gnus-summary-normal-undownloaded-face)
3823         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3824         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3825         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3826         (gnus-splash-face):
3827         * message.el (message-header-to-face, message-header-cc-face)
3828         (message-header-subject-face, message-header-newsgroups-face)
3829         (message-header-other-face, message-header-name-face)
3830         (message-header-xheader-face, message-separator-face)
3831         (message-cited-text-face, message-mml-face):
3832         * sieve-mode.el (sieve-control-commands-face)
3833         (sieve-action-commands-face, sieve-test-commands-face)
3834         (sieve-tagged-arguments-face):
3835         * spam.el (spam-face):
3836         Mark face aliases with "-face" in the name as obsolete.
3837
3838 2009-09-01  Glenn Morris  <rgm@gnu.org>
3839
3840         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3841         than goto-line.
3842
3843 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3846         Don't move point if the command is invoked inside the message header.
3847
3848 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3849
3850         * imap.el (imap-send-command): Simplify.
3851         (imap-wait-for-tag): point-max -> buffer-size.
3852
3853 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3854
3855         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3856         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3857         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3858         * nnir.el (nnir-swish-e-index-file):
3859         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3860         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3861         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3862         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3863         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3864         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3865
3866 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3867
3868         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3869         Don't save excursion.
3870
3871 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3872
3873         * nnheader.el (nnheader-find-file-noselect):
3874         * mm-util.el (mm-insert-file-contents):
3875         Use (default-value 'major-mode) instead of default-major-mode.
3876
3877 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3878
3879         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3880
3881 2009-08-26  Glenn Morris  <rgm@gnu.org>
3882
3883         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3884         than placing in files.el.
3885
3886 2009-08-25  Glenn Morris  <rgm@gnu.org>
3887
3888         * nnir.el (top-level): Don't require cl at run-time.
3889         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3890         Replace cl-function substitute with gnus-replace-in-string.
3891         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3892         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3893         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3894         simplified expansions.
3895
3896 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3897
3898         * dig.el (dig): Add autoload cookie.
3899
3900 2009-08-22  Glenn Morris  <rgm@gnu.org>
3901
3902         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3903         goto-line.
3904
3905 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3906
3907         * parse-time.el (parse-time-string-chars): Save match data.
3908
3909 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3910
3911         * parse-time.el (parse-time-string-chars): Compute using character
3912         classes, to handle non-ascii characters (Bug#3190).
3913
3914 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3917
3918         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3919         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3920         (gnus-mm-display-part, gnus-mime-display-single)
3921         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3922         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3923
3924         * gnus-sum.el
3925         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3926         (gnus-summary-move-article): Add expirable mark to articles copied or
3927         moved to group that has auto-expire turned on if the option is non-nil.
3928
3929 2009-07-24  Glenn Morris  <rgm@gnu.org>
3930
3931         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3932         Fix typo.  (Bug#3903)
3933
3934 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3935
3936         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3937         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3938         that should not be used for draft articles.
3939         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3940         that has no concern in minor mode keys.
3941         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3942         Abolish.
3943
3944 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3945
3946         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3947         article without making inquiry to a user for unknown encoding.
3948
3949         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3950         (nnmaildir--scan): Assume i-node and device number that file-attributes
3951         returns might be cons-cell.
3952
3953         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3954
3955         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3956
3957 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3958
3959         * auth-source.el: Remove docs now in auth.texi.  Don't use
3960         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3961         `auth-source-hide-passwords' and use them.
3962
3963 2009-07-15  Glenn Morris  <rgm@gnu.org>
3964
3965         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3966
3967 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3970         excessive whitespace from the default values of title and description.
3971
3972 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3975         mail-fetch-field to fetch Content-Description header in order to
3976         exclude newlines.
3977
3978 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3979
3980         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3981         format used by GnuPG 2.0.11.
3982
3983 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3986         to deleted part.
3987
3988 2009-05-30  David Engster  <dengste@eml.cc>
3989
3990         * nnmairix.el: Remove old documentation in the commentary block.
3991         (nnmairix-request-group): Do not update active file for nnml back ends.
3992         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3993         end so that overview files are ignored.
3994         (nnmairix-update-groups): Make updating the groups more robust by using
3995         marks.
3996         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3997         with dollar characters in message-id.
3998
3999 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4000
4001         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4002         2008-12-25 in dns.el.
4003
4004 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4005
4006         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4007         could happen if the text is only composed of spaces and/or tabs.
4008
4009 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4010
4011         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4012         when sending a queued message to avoid extra mml tags.
4013
4014 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4017
4018 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4021         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4022         rmail-toggle-header for XEmacs;
4023         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4024
4025 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-dired.el: Remove autoload for gnus-setup-message.
4028         (gnus-dired-attach): Fake this-command value to prevent Gnus from
4029         displaying Gnus logo; always use compose-mail.
4030
4031 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4034
4035 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4036
4037         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4038         (gnus-nocem-issuers): List currently active issuers; fix custom type.
4039         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4040         available.
4041         (gnus-nocem-epg-verify): New function.
4042
4043 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
4044
4045         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4046
4047 2009-02-15  Glenn Morris  <rgm@gnu.org>
4048
4049         * gnus-util.el (rmail-insert-rmail-file-header)
4050         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4051         autoloads.
4052         (rmail-default-rmail-file): Remove unnecessary declaration.
4053         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4054
4055 2009-02-14  Glenn Morris  <rgm@gnu.org>
4056
4057         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4058         variable (only used in gnus-util, which declares it anyway).
4059         (rmail-output-to-rmail-file): Remove autoload of deleted function,
4060         which was only needed by gnus-art (changed to not use it any more).
4061         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4062         only used in gnus-util, which autoloads it itself.
4063         (rmail-update-summary): Fix autoload.
4064
4065         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4066         rather than rmail-output-to-rmail-file.
4067
4068 2009-02-07  Glenn Morris  <rgm@gnu.org>
4069
4070         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4071         autoload of function that no longer exists.
4072         (rmail-toggle-header): Declare.
4073         (message-forward-rmail-make-body): Handle mbox Rmail.
4074
4075 2009-01-31  Glenn Morris  <rgm@gnu.org>
4076
4077         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4078         2009-01-09 change.
4079
4080 2009-01-31  Dave Love  <fx@gnu.org>
4081
4082         * imap.el (imap-fetch-safe): Bind debug-on-error.
4083         (imap-debug): Add imap-fetch-safe.
4084
4085 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
4086
4087         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4088         (auth-source-forget-all-cached): New convenience function.
4089         (auth-source-user-or-password): Accept list of modes or a single mode.
4090
4091         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4092         auth-source modes.
4093
4094         * netrc.el (netrc-machine-user-or-password): Use list of
4095         auth-source modes.
4096
4097         * nnimap.el (nnimap-open-connection): Use list of
4098         auth-source modes.
4099
4100         * nntp.el (nntp-send-authinfo): Use list of
4101         auth-source modes.
4102
4103 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4104
4105         * auth-source.el: Update docs to reflect epa-file-enable is to be used
4106         now.
4107
4108 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4111         coding system in XEmacs; add a workaround for XEmacs.
4112
4113         * lpath.el: Fbind coding-system-aliasee.
4114
4115 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * mm-util.el (mm-coding-system-priorities): Protect against nil value
4118         of current-language-environment.
4119
4120 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4123         available at runtime.
4124
4125 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * gnus-art.el (article-date-ut): Fix end point of narrowing.
4128
4129 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
4130
4131         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4132         the greatest positive fixnum value doesn't work under an XEmacs with
4133         bignum support; use the most-positive-fixnum constant instead,
4134         available since Emacs 21.1 with cl and XEmacs 21.1.
4135
4136 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4139         XEmacs gets not to work.
4140
4141 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * mm-util.el (mm-coding-system-priorities): Allow the value like
4144         "Japanese (UTF-8)" of current-language-environment.
4145
4146 2009-01-09  Glenn Morris  <rgm@gnu.org>
4147
4148         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4149         with last-command-event.
4150
4151 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
4152
4153         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4154         in the doc string.
4155
4156         * message.el (message-fix-before-sending): Amend comment.
4157
4158 2009-01-08  Dave Love  <fx@gnu.org>
4159
4160         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4161
4162 2009-01-07  David Engster  <dengste@eml.cc>
4163
4164         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4165         simplified server definitions by converting it via
4166         gnus-server-to-method.
4167
4168 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4171         parameter's operands.
4172
4173 2009-01-06  David Engster  <dengste@eml.cc>
4174
4175         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4176         primary select method (for gnus-group-mark-article-as-read).
4177
4178 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
4179
4180         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4181         `(gnus)Face', not `(gnus)X-Face'.
4182
4183 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * mm-util.el (mm-ucs-to-char): New function.
4186
4187         * mm-url.el (mm-url-decode-entities): Use it.
4188
4189         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4190         unicode-to-char.
4191
4192 2009-01-05  Dave Love  <fx@gnu.org>
4193
4194         * time-date.el: Require cl for `declare'.
4195
4196 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
4197
4198         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
4199         Dave Love.
4200
4201 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4202
4203         * message.el (message-fix-before-sending): Add `eight-bit' to
4204         illegible-text check.
4205
4206 2009-01-03  Michael Olson  <mwolson@gnu.org>
4207
4208         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4209         `headers' is nil.  This can occur if the IMAP server does not have
4210         permissions to read messages from a folder, but can write new messages
4211         to the folder.
4212         (nnimap-request-article-part): Do not insert `data' if it is nil.
4213
4214         * imap.el (imap-parse-fetch): Courier can insert spurious blank
4215         characters which will confuse `read', so skip past them.
4216
4217 2009-01-01  Dave Love  <fx@gnu.org>
4218
4219         * imap.el (imap-string-to-integer): Fix typo.
4220         (imap-fetch-safe): New function.
4221         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4222
4223         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4224
4225         * imap.el (imap-process-connection-type, imap-debug, imap-open):
4226         (imap-parse-greeting): Fix doc strings.
4227         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4228         (imap-parse-flag-list): Make messages unique.
4229         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
4230
4231         * nnimap.el: Fix author email.
4232         (nnimap-split-rule): Add FIXME comment.
4233         (nnimap-debug): Fix doc string.
4234
4235 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4236
4237         * dns.el (dns-set-servers): Check "Address".  Fix typo.
4238
4239 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
4240
4241         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
4242         nslookup if resolv.conf isn't available.
4243         (dns-query): Rename from query-dns.
4244         (dns-query-cached): Rename from query-dns-cached.
4245
4246 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
4249         overlay-arrow-position and overlay-arrow-string buffer-local; no need
4250         to check if those variables exist (first appeared in Emacs 18.50).
4251
4252 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * mm-util.el (mm-line-number-at-pos): New function.
4255
4256         * spam-report.el (spam-report-process-queue): Use it.
4257
4258 2008-12-24  David Engster  <dengste@eml.cc>
4259
4260         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
4261         parameters that haven't existed as variables as buffer-local variables.
4262
4263 2008-12-23  Dave Love  <fx@gnu.org>
4264
4265         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
4266         cadar.
4267
4268         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
4269         imap-starttls-p.
4270         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
4271
4272 2008-12-22  Dave Love  <fx@gnu.org>
4273
4274         * imap.el: Fix author email.  Doc fixes.
4275         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
4276         reply.
4277
4278 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
4279
4280         * spam-report.el (spam-report-gmane-max-requests): New constant.
4281         (spam-report-gmane-wait): New variable.
4282         (spam-report-gmane-ham, spam-report-gmane-spam)
4283         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
4284         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
4285         the server.
4286
4287         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
4288         Add explanations.
4289
4290         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
4291         nnheader-accept-process-output and nnheader-read-timeout if available.
4292         (pop3-movemail): Use it.
4293
4294         * message.el (message-check-news-body-syntax): Fix signature check if
4295         there's an attachment.
4296
4297 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * mm-util.el: Add comments to the mm- emulating functions.
4300
4301 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
4302
4303         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
4304         by Stephen Berman <stephen.berman@gmx.net>.
4305
4306 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * mm-util.el (mm-substring-no-properties): New function.
4309         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
4310         (mm-special-display-p): Enable those lambda forms to be byte compiled.
4311         (mm-string-to-multibyte): Doc fix.
4312
4313         * mml.el (mml-attach-file): Use mm-substring-no-properties.
4314
4315 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
4316
4317         * mml.el (mml-attach-file): Strip text properties from file name.
4318         (Bug#1574)
4319
4320 2008-12-16  Glenn Morris  <rgm@gnu.org>
4321
4322         * mm-util.el (mm-charset-override-alist): Declare for compiler.
4323
4324 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
4327         knows since the charset specified might be a bogus alias that
4328         mm-charset-synonym-alist provides.
4329
4330 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
4331
4332         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
4333         "ISO_8859-1".
4334
4335         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
4336
4337 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * mm-util.el (mm-charset-eval-alist):
4340         Define it before mm-charset-to-coding-system.
4341         (mm-charset-to-coding-system): Add optional argument `silent';
4342         define it before mm-charset-override-alist.
4343         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
4344         default value if it can be used in Emacs currently running;
4345         silence mm-charset-to-coding-system.
4346
4347 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4350         `allow-override' which says whether to use `mm-charset-override-alist'.
4351         (rfc2047-decode-encoded-words): Use it.
4352
4353         * mm-util.el (mm-charset-override-alist): Fix custom type;
4354         add `(gb2312 . gbk)' to choices.
4355
4356 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
4359         fast.
4360
4361         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4362
4363         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
4364
4365 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
4366
4367         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
4368         on links.
4369
4370         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4371
4372 2008-12-03  Lute Kamstra  <lute@gnu.org>
4373
4374         * sha1.el: Remove leading * from docstrings of defcustoms,
4375         deffaces, defconsts and defuns.
4376
4377 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * message.el (message-idna-to-ascii-rhs-1): Protect against local
4380         users' addresses that don't have domain parts.
4381         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
4382         rather than message-narrow-to-head since there will be the message
4383         header separator.
4384
4385 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4386
4387         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
4388         since the result is inserted in a unibyte buffer anyway.
4389         (nnimap-demule-use-string-to-multibyte): Remove.
4390         (nnimap-demule): Alias it to mm-string-to-multibyte.
4391
4392 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
4393
4394         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4395         variable for debugging bug#464 and bug#1174.
4396         (nnimap-demule): Use it.
4397
4398 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
4399
4400         * gnus-score.el (gnus-score-find-trace): Handle default score in total
4401         score calculation correctly.
4402
4403 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4404
4405         * message.el (message-send-mail): Just set the buffer to unibyte
4406         rather than use mm-with-unibyte-current-buffer which does a lot more.
4407         (message-send-mail-partially): Don't bother with
4408         mm-with-unibyte-current-buffer since it's already been made unibyte by
4409         message-send-mail.
4410
4411 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
4412
4413         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
4414
4415 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
4416
4417         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
4418
4419 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
4422         require itself and to remove `with-no-warnings'.
4423
4424 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
4425
4426         * starttls.el (starttls-any-program-available): Get the name of the
4427         available TLS layer program.
4428         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
4429         well as the host name in the "opening" message.
4430
4431         * auth-source.el (auth-source-cache, auth-source-do-cache)
4432         (auth-source-user-or-password): Cache passwords and logins by default,
4433         allow override with `auth-source-do-cache'.
4434         (auth-source-forget-user-or-password): Allow users to remove cache
4435         entries if needed.
4436
4437 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
4438
4439         * md4.el (md4-buffer): Fix typo in docstring.
4440         (md4, md4-64): Doc fixes.
4441         (md4-pack-int32): Reflow docstring.
4442
4443 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4444
4445         * ietf-drums.el (ietf-drums-remove-comments): Localize second
4446         condition-case to only the forward-sexp call.
4447
4448 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
4449
4450         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
4451         quotes contained.  Make it more robust regardless by an extra
4452         condition-case wrapper.
4453
4454 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4455
4456         * lpath.el: No need to fbind codepage-setup for Emacs 23.
4457
4458 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4459
4460         * nnml.el (nnml-request-expire-articles): Check if the function set to
4461         `nnmail-expiry-target' returns the symbol `delete'.
4462
4463         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
4464
4465         * nnmail.el (nnmail-expiry-target): Fix custom type.
4466
4467 2008-10-02  Glenn Morris  <rgm@gnu.org>
4468
4469         * mm-util.el (mm-codepage-setup): Tweak codepage error.
4470         Silence compiler warning.
4471
4472 2008-10-01  Magnus Henoch  <mange@freemail.hu>
4473
4474         * tls.el (open-tls-stream): Show the actual command being
4475         executed, instead of the format string.
4476
4477 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4478
4479         * lpath.el: Fbind codepage-setup for Emacs 23.
4480
4481 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
4482
4483         * mml.el (mml-menu): Don't assume mml2015 is bound.
4484
4485 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
4488         exists.
4489
4490 2008-09-27  Glenn Morris  <rgm@gnu.org>
4491
4492         * gnus-util.el (mail-header-remove-comments): Autoload it.
4493
4494 2008-09-27  Andreas Schwab  <schwab@suse.de>
4495
4496         * gnus-util.el (gnus-split-references): Strip comments.
4497         (gnus-parent-id): Likewise.
4498
4499 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
4500
4501         * message.el (message-confirm-send): Fix version.
4502
4503 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * message.el (message-idna-to-ascii-rhs-1): Use
4506         mail-extract-address-components rather than mail-header-parse-addresses
4507         that is an alias by default to ietf-drums-parse-addresses that does not
4508         support non-ASCII names in headers' contents.
4509
4510 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * message.el (message-confirm-send): Fixed variable documentation to
4513         avoid the "y/n" wording.
4514
4515 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
4516
4517         * message.el (message-set-auto-save-file-name): Save to a different
4518         filename so multiple messages (especially drafts) can be recovered.
4519
4520 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
4521
4522         * message.el (message-confirm-send): Add appropriate version.
4523
4524 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4525
4526         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
4527         defvar.
4528
4529 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
4530
4531         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
4532         (mm-pkcs7-enveloped-magic): Ditto.
4533
4534 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4535
4536         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4537         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4538
4539 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4540
4541         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4542         default, it's better.
4543
4544 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4545
4546         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4547         summary line gnus-number property and ignore them (with a warning
4548         message).
4549
4550 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4551
4552         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4553         macro caddr in the interactive form since it won't be expanded.
4554
4555 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4556
4557         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4558         `charset'; fix name of function called recursively.
4559         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4560
4561 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4564         (gnus-mime-set-charset-parameters): New function.
4565         (gnus-mime-view-part-as-charset): Use it to correctly display part
4566         specifying wrong charset.
4567
4568 2008-09-08  David Engster  <dengste@eml.cc>
4569
4570         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4571         in completing-read for back end server.
4572
4573 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4574
4575         * message.el (message-confirm-send): New variable to confirm sending a
4576         message.
4577         (message-send): Use it.
4578
4579 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4580
4581         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4582
4583 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4586
4587 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4588
4589         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4590         prevent tracking too many groups.
4591         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4592         Use it.
4593
4594 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4595
4596         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4597         moving point to the bottom of the window in order to avoid recentering.
4598
4599 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4602
4603         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4604         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4605         (gnus-article-beginning-of-window): Fix calculation.
4606
4607 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-msg.el (gnus-summary-supersede-article)
4610         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4611         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4612         message header.
4613
4614 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4615
4616         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4617         pending output coming after the status change.
4618
4619 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4620
4621         * message.el:
4622         * gnus-start.el:
4623         * gnus-registry.el: Remove VMS support.
4624
4625 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4628         macro.
4629         (rfc2104-hash): Use it.
4630
4631 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4632
4633         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4634         (gnus-summary-sort-by-most-recent-date): New commands.
4635         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4636         and menu entries.
4637
4638 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4641         don't redisplay article for raw contents; remove plural articles stuff.
4642
4643         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4644         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4645         on gnus-summary-save-article; display results properly.
4646
4647 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * lpath.el: No need to fbind ns-focus-frame.
4650
4651 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4654
4655 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4658         gnus-save-all-headers.
4659
4660 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4661
4662         * gnus-util.el (ns-focus-frame): Remove declaration.
4663         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4664         like x.
4665
4666 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4667
4668         * rfc2104.el (rfc2104-zero): Delete defconst.
4669         (rfc2104-hex-alist): Likewise.
4670         (rfc2104-hex-to-int): Delete func.
4671         (rfc2104-hexstring-to-bitstring): Likewise.
4672         (rfc2104-nybbles): New defconst.
4673         (rfc2104-hash): Rewrite for speed.
4674
4675 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * tls.el (open-tls-stream): Make it work with the 2nd argument
4678         BUFFER that is a string but does not exist as a buffer object, as
4679         mentioned in the doc-string.
4680
4681 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4684         SXEmacs.
4685
4686 2008-07-16  Glenn Morris  <rgm@gnu.org>
4687
4688         * gnus-util.el (ns-focus-frame): Declare for compiler.
4689
4690 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4693         set as a group parameter.
4694         (gnus-summary-save-in-pipe): Work when it is called independently.
4695         (gnus-summary-pipe-to-muttprint): Don't modify
4696         gnus-summary-pipe-output-default-command.
4697
4698 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4699
4700         * message.el (message-send-mail-with-sendmail):
4701         Display the error message.
4702
4703 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-art.el (gnus-default-article-saver):
4706         Add gnus-summary-save-in-pipe to choices.
4707         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4708         gnus-summary-pipe-output-default-command as the default command.
4709         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4710         instead of gnus-last-shell-command.
4711
4712         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4713         New user option.
4714         (gnus-summary-muttprint-program): Mention the value will be changed.
4715         (gnus-summary-save-article): Force showing of all headers.
4716         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4717
4718 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4719
4720         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4721
4722 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4723
4724         * nnimap.el (nnimap-id):
4725         * sieve-manage.el (sieve-manage-open): Doc fixes.
4726
4727 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4728
4729         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4730         if available.
4731
4732 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4733
4734         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4735
4736         * nnkiboze.el (nnkiboze-generate-group):
4737         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4738
4739         * nnmairix.el: Require CL.
4740
4741 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * dgnushack.el: Autoload get-display-table and put-display-table for
4744         XEmacs 21.5.
4745
4746         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4747         21.4 and SXEmacs.
4748
4749 2008-06-15  David Engster  <dengste@eml.cc>
4750
4751         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4752
4753 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4754
4755         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4756         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4757         runtime choice under XEmacs.
4758
4759         * gnus-sum.el (gnus-summary-set-display-table):
4760         Use `gnus-put-display-table', `gnus-get-display-table',
4761         `gnus-set-display-table' for the display table, instead of `aset'.
4762
4763         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4764         Use `gnus-put-display-table', `gnus-get-display-table',
4765         `gnus-set-display-table' for the display table.
4766
4767 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4768
4769         * nnmairix.el: Add autoloads.
4770
4771 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * nnmairix.el (nnmairix-delete-recreate-group)
4774         (nnmairix-update-and-clear-marks): Fix error messages.
4775
4776 2008-06-14  David Engster  <dengste@eml.cc>
4777
4778         * nnmairix.el: Upgrade to version 0.6.
4779         (nnmairix-group-toggle-propmarks-this-group)
4780         (nnmairix-group-toggle-readmarks-this-group)
4781         (nnmairix-group-delete-recreate-this-group)
4782         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4783         (nnmairix-remove-tick-mark-original-article): New commands.
4784         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4785         (nnmairix-propagate-marks-to-nnmairix-groups)
4786         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4787         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4788         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4789         functions needed for marks propagation and manipulation of read marks.
4790         (nnmairix-update-groups): New function.
4791         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4792         (nnmairix-determine-original-group-from-registry)
4793         (nnmairix-determine-original-group-from-path)
4794         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4795         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4796         New helper functions.
4797         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4798         keystrokes for new commands.
4799         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4800         (nnmairix-request-group): Check allow-fast group parameter.
4801         (nnmairix-request-create-group): Set allow-fast group parameter if
4802         nnmairix-allowfast-default is set.
4803         (nnmairix-close-group): Propagate marks upon closing if needed.
4804         (nnmairix-group-toggle-threads-this-group): Use new.
4805         nnmairix-group-toggle-parameter helper function.
4806         (nnmairix-search): Better check for empty search result.
4807         (nnmairix-goto-original-article): Use new helper functions for
4808         determining original article.
4809         (nnmairix-show-original-article): Make sure message-id is in brackets.
4810         (nnmairix-call-mairix-binary): Change variable name.
4811         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4812         helper function.
4813         (nnmairix-widget-toggle-activate): Fix doc string.
4814
4815 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * nnir.el: Require edmacro when compiling with XEmacs.
4818         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4819         available in Emacs 21.
4820
4821 2008-06-11  Glenn Morris  <rgm@gnu.org>
4822
4823         * gnus-util.el (x-focus-frame):
4824         * gnus.el (image-size):
4825         * mm-decode.el (image-size): Declare.
4826
4827         * gnus-picon.el (declare-function): Add compat definition.
4828         (image-size): Declare.
4829
4830         * gnus-group.el (tool-bar-map):
4831         * gnus-sum.el (tool-bar-map): Define for compiler.
4832
4833         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4834
4835         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4836
4837         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4838         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4839         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4840         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4841         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4842         * sieve-manage.el, spam-report.el, spam.el:
4843         Remove unnecessary eval-and-compile of autoloads.
4844
4845 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4846
4847         * auth-source.el: Precise Tramp doc.
4848
4849 2008-06-07  Glenn Morris  <rgm@gnu.org>
4850
4851         * nnmairix.el: Remove unnecessary eval-when-compile.
4852
4853 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4854
4855         * lpath.el: Fbind propertize for XEmacs 21.4.
4856
4857 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4858
4859         * nnir.el: Move here from ../contrib.
4860
4861 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4862
4863         * gnus-util.el (gnus-read-shell-command): New function.
4864         * mm-decode.el (mm-pipe-part):
4865         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4866
4867 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4870
4871 2008-06-03  Glenn Morris  <rgm@gnu.org>
4872
4873         * pop3.el (nnheader-accept-process-output): Autoload it.
4874
4875 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4876
4877         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4878         are not 2-digit hexadecimal characters that follow `%'s.
4879
4880 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4881
4882         * message.el (message-bogus-recipient-p): Fix type in doc string.
4883         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4884         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4885         Improve custom options.
4886         (message-bogus-recipient-p): Adjust accordingly.
4887
4888 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4889
4890         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4891         long-form month and day names.
4892
4893 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * dgnushack.el: Autoload debug, eudc-expand-inline and
4896         pgg-snarf-keys-region for XEmacs.
4897
4898         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4899
4900         * nnmairix.el: Require edmacro when compiling with XEmacs.
4901
4902 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4903
4904         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4905         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4906
4907 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4908
4909         * auth-source.el: Add more docs.
4910
4911         * netrc.el (netrc-machine): Always match if the port is not given.
4912
4913 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4914
4915         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4916         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4917         retrieval faster in some cases, but might make CPU usage larger.  If
4918         this has any bad side effects, we might revert this change.
4919
4920         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4921         seems to make mail retrieval much, much faster.
4922         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4923         unconditionally.
4924
4925         * gnus-draft.el (gnus-group-send-queue): Bind
4926         message-send-mail-partially-limit to nil to avoid being prompted.
4927
4928 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4929
4930         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4931
4932         * message.el (message-bogus-address-regexp): Fix and improve custom
4933         type.
4934         (message-setup-hook): Add message-check-recipients as custom option.
4935
4936 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4937
4938         * message.el (message-cite-function): Remove bogus autoload which crept
4939         in during merge from v5-10.
4940
4941 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4942
4943         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4944
4945         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4946
4947         * auth-source.el: Preliminary Tramp docs.
4948         (auth-sources): Change the default auth-sources to use
4949         EPA .gpg files.
4950
4951 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4952
4953         * nntp.el: Autoload `auth-source-user-or-password'.
4954         (nntp-send-authinfo): Use it.
4955
4956         * nnimap.el: Autoload `auth-source-user-or-password'.
4957         (nnimap-open-connection): Use it.
4958
4959         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4960         for the gnus-message function.
4961         (auth-source-user-or-password): Use it.
4962
4963 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4964
4965         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4966         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4967         (rfc2104-hash): Use it.
4968
4969 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4970
4971         * gnus-art.el (gnus-article-toggle-truncate-lines):
4972         Don't use `iff' in docstring.
4973
4974 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4975
4976         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4977
4978         * gnus-util.el (gnus-extract-address-component-name)
4979         (gnus-extract-address-component-email): Convenience functions around
4980         `gnus-extract-address-components'.
4981
4982         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4983         Use `gnus-extract-address-component-email' to fix bug of comparing full
4984         sender name to `user-mail-address'.
4985
4986 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4987
4988         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4989         catch/throw to optimize.
4990         (gnus-registry-find-keywords): Just use member to find a keyword.
4991
4992 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4993
4994         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4995         is current before calling gnus-server-prepare.
4996         (gnus-server-setup-buffer, gnus-server-update-server)
4997         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4998
4999 2008-05-04  Juri Linkov  <juri@jurta.org>
5000
5001         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5002         (mailcap-file-default-commands): Use mailcap-replace-in-string
5003         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5004         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5005
5006 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5007
5008         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5009
5010 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5011
5012         * gnus.el: Bump version to 0.11.
5013
5014 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5015
5016         * gnus.el: No Gnus v0.10 is released.
5017
5018 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5021         hooks.
5022         (gnus-update-read-articles): Speed up non-marks-using users.
5023         (gnus-use-marks): Define gnus-use-marks.
5024         (gnus-propagate-marks): Rename variable to something more sensible.
5025
5026 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
5027
5028         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
5029         (gmm-image-load-path-for-library): Fix typos in docstrings.
5030         (gmm-message): Reflow docstring.
5031
5032 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
5033
5034         * mail-source.el (mail-source-set-1, mail-source-bind):
5035         Move auth-source code out of the macro to clean it up and fix bugs.
5036
5037 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
5038
5039         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
5040         by sender if it's equal to user-mail-address, it's likely to be
5041         useless.
5042
5043         * mail-source.el (mail-source-bind): Don't use user or password if they
5044         are not bound.  Unintern them if they are nil.  Don't use server unless
5045         it's bound, and default it to empty string otherwise.
5046
5047 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
5048
5049         * mail-source.el: Load auth-source.el.
5050         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
5051         get user name or password, if auth-sources is set up.
5052
5053         * gnus-registry.el (gnus-registry-split-strategy): New variable for
5054         strategy of splitting with parent.
5055         (gnus-registry-split-fancy-with-parent)
5056         (gnus-registry-post-process-groups): Use it and fix prior
5057         bug (returning a list as the split result).
5058
5059         * auth-source.el (auth-sources): Remove server parameter.
5060         (auth-source-pick, auth-source-user-or-password)
5061         (auth-source-user-or-password-imap)
5062         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5063         (auth-source-user-or-password-sftp)
5064         (auth-source-user-or-password-smtp): Remove server parameter.
5065
5066 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
5067
5068         * smime.el (smime-sign-region, smime-encrypt-region)
5069         (smime-decrypt-region):
5070         Remove redundant calls to `generate-new-buffer-name'.
5071
5072 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
5073
5074         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
5075         Don't use QP for message/rfc822.
5076         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
5077
5078 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5079
5080         * sieve-manage.el (sieve-string-bytes): Remove.
5081         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
5082         correct byte-length only if the process's coding-system is the same as
5083         the one used internally by Emacs to represent strings.
5084
5085 2008-04-22  Juri Linkov  <juri@jurta.org>
5086
5087         * mailcap.el (mailcap-file-default-commands): New function.
5088
5089 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5090
5091         * message.el (message-signature-separator, message-cite-function):
5092         Change custom version.
5093
5094 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
5095
5096         * tls.el (tls-program): Add -ign_eof argument to call the openssl
5097         commands.
5098         (tls-checktrust): Ditto.
5099
5100 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
5101
5102         * mm-decode.el (mm-display-external): Make temp file read-only.
5103
5104 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
5105
5106         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
5107         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
5108         `C-c C-f d'.
5109
5110 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
5111
5112         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
5113
5114 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * gnus.el: Bump version to 0.9.
5117
5118 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
5119
5120         * gnus.el: No Gnus v0.8 is released.
5121
5122 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5123
5124         * mail-source.el (mail-source-value):
5125         Prefer fboundp to functionp so it works with macros as well.
5126
5127 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5128
5129         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5130         Fix last change in case the element is not even a symbol.
5131
5132 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5133
5134         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
5135         Prefer fboundp to functionp so it works with macros as well.
5136
5137 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
5138
5139         * auth-source.el: Added docs.
5140         (auth-sources): Modify format to support server.
5141         (auth-source-pick, auth-source-user-or-password)
5142         (auth-source-user-or-password-imap)
5143         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5144         (auth-source-user-or-password-sftp)
5145         (auth-source-user-or-password-smtp): Add server parameter.
5146
5147 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
5148
5149         * gnus-registry.el: Initialize the registry when gnus-registry-install
5150         is t.
5151
5152 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * compface.el (uncompface): Make buffer unibyte.
5155
5156 2008-04-05  Glenn Morris  <rgm@gnu.org>
5157
5158         * gnus-ems.el (mm-disable-multibyte): Autoload it.
5159
5160 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5161
5162         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
5163         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
5164
5165         * nnheader.el (nnheader-init-server-buffer): Change buffer's
5166         multibyteness after rather than before erasing it.
5167
5168         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
5169         mm-with-multibyte.
5170         (gnus-request-article-this-buffer): Make sure the proper decoding is
5171         used if gnus-original-article-buffer happens to be unibyte.
5172
5173         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
5174         default-enable-multibyte-characters.
5175
5176         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
5177         default-enable-multibyte-characters.
5178
5179         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
5180
5181         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
5182
5183 2008-04-02  Simon Josefsson  <simon@josefsson.org>
5184
5185         * imap.el (imap-enable-exchange-bug-workaround): New variable.
5186         (imap-message-copyuid-1): Use it.
5187         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
5188         J. Williams in
5189         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
5190
5191         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
5192         imap-enable-exchange-bug-workaround.
5193         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
5194
5195 2008-04-01  Simon Josefsson  <simon@josefsson.org>
5196
5197         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
5198         a 100 byte status-checks into a 2-3MB transfer for each group.
5199         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
5200         to enable bug workaround or not.
5201         (nnimap-find-minmax-uid): Only enable workaround conditionally.
5202
5203 2008-03-31  Glenn Morris  <rgm@gnu.org>
5204
5205         * message.el (mml2015-use): Declare for compiler.
5206         (message-info): Require mml2015 when appropriate.
5207
5208 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * Makefile.in (EMACS_COMP): Quote directory name that might contain
5211         whitespace.
5212
5213 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5214
5215         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
5216         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
5217         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
5218         (nntp-service-to-port): New function.
5219         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
5220         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
5221         (nntp-open-netcat-stream): New function.
5222         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
5223
5224 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
5225
5226         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
5227
5228 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5229
5230         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
5231
5232 2008-03-28  Magnus Henoch  <mange@freemail.hu>
5233
5234         * dns.el (dns-write): Use set-buffer-multibyte.
5235
5236 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
5237
5238         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
5239
5240 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5241
5242         * message.el (message-signature-separator): Change default.
5243         Improve custom type.
5244         (message-cite-function): Change default to
5245         message-cite-original-without-signature.
5246
5247         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
5248         toggle.
5249
5250         * message.el (message-check-news-body-syntax): Fix signature check.
5251         (message-setup-1): Mark buffer as unmodified _after_ running
5252         message-setup-hook and handling message-alternative-emails.
5253         (message-shorten-references): Be more strict when building list of
5254         valid references to comply with GNKSA.
5255
5256         * gnus-group.el (gnus-read-ephemeral-bug-group)
5257         (gnus-read-ephemeral-debian-bug-group)
5258         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
5259
5260         * message.el (message-info): Don't use booleanp which isn't supported
5261         in Emacs 21 and XEmacs.
5262
5263 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * gnus-group.el (gnus-gmane-group-download-format): Rename from
5266         gnus-group-gmane-group-download-format.
5267         (gnus-group-read-ephemeral-gmane-group): Rename from
5268         gnus-group-read-ephemeral-gmane-group.
5269         (gnus-read-ephemeral-gmane-group-url): Rename from
5270         gnus-group-read-ephemeral-gmane-group-url.
5271         (gnus-bug-group-download-format-alist): New variable.
5272         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
5273         (gnus-read-ephemeral-emacs-bug-group): New commands.
5274
5275 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
5276
5277         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
5278         (gnus-visible-headers): Improve custom type.
5279
5280 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
5281
5282         * mml.el (mml-menu): Add workarounds for XEmacs.
5283
5284         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
5285         X-Boundary header.
5286
5287         * message.el (message-simplify-recipients): Fix previous commit.
5288
5289 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5290
5291         * mm-util.el (mm-set-buffer-multibyte): New function.
5292         * mm-decode.el (mm-copy-to-buffer): Use it.
5293
5294 2008-03-19  Glenn Morris  <rgm@gnu.org>
5295
5296         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
5297         Accidentally removed in the sync process with Emacs.
5298
5299 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5300
5301         * message.el (message-alter-recipients-discard-bogus-full-name):
5302         New function.
5303         (message-alter-recipients-function): New variable.
5304         (message-get-reply-headers): Use it.
5305         (message-replace-header): New helper function.
5306         (message-recipients-without-full-name): New variable.
5307         (message-simplify-recipients): New command.
5308
5309         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
5310
5311         * message.el (message-info): Handle EasyPG manual.
5312
5313         * mml.el (mml-menu): Add entry for EasyPG.
5314
5315 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
5316
5317         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
5318         parameter.
5319
5320         * message.el (message-disassociate-draft): Specify drafts group name
5321         fully.
5322
5323 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
5324
5325         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
5326         unnecessary duplicates from the match list.
5327
5328 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
5331
5332         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
5333
5334         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
5335         args of `how-many' of which the XEmacs version doesn't take; declare
5336         Info-index-next as function.
5337
5338 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
5339
5340         * gnus-score.el (gnus-score-headers): Fix handling of
5341         gnus-inhibit-slow-scoring.
5342
5343         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
5344         string.
5345         (gnus-button-url-regexp): Improve handling of parenthesis.
5346         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
5347         (gnus-button-handle-info-keystrokes): Handle index entries.
5348
5349 2008-03-15  Glenn Morris  <rgm@gnu.org>
5350
5351         * parse-time.el (parse-time-string): Simplify.
5352
5353 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
5356         Incoming* files.
5357
5358 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
5359
5360         * auth-source.el (auth-sources): Renamed from auth-source-choices.
5361         (auth-source-pick): Use it.
5362
5363 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5364
5365         * binhex.el (binhex-decode-region-internal):
5366         * uudecode.el (uudecode-decode-region-internal):
5367         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
5368         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
5369         setting default-enable-multibyte-characters.
5370
5371 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
5372
5373         * auth-source.el (auth-source-protocols)
5374         (auth-source-protocols-customize, auth-source-choices): Added and
5375         modified variable customizations and defaults.
5376         (auth-source-pick, auth-source-user-or-password)
5377         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5378         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5379         (auth-source-user-or-password-sftp)
5380         (auth-source-user-or-password-smtp): Use new variables and provide an
5381         interface to netrc.el.
5382
5383 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
5386         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
5387         Make sure the nntp port to specify is a string.
5388
5389 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5390
5391         * nntp.el: Use with-current-buffer.
5392         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5393         dubious mm-with-unibyte-current-buffer.
5394         (nntp-with-open-group-function): New function extracted from
5395         nntp-with-open-group macro.
5396         (nntp-with-open-group): Use the function, so it's easier to debug.
5397         Add indentation and debugging info.
5398         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
5399         the use of the netcat alternatives.
5400
5401         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
5402         Avoid mm-string-as-multibyte as well.
5403
5404         * nnweb.el (nnweb-insert-html):
5405         Remove use of nnheader-string-as-multibyte.
5406
5407         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
5408         (nnheader-string-as-multibyte): Remove.
5409
5410         * mm-view.el: Use inhibit-read-only.
5411         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
5412         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
5413         or unibyte-string.
5414
5415         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
5416         (mm-uu-yenc-extract): Use with-current-buffer.
5417
5418         * gnus-soup.el (gnus-soup-send-packet): Don't use
5419         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
5420
5421         * nnmh.el: Use with-current-buffer.
5422         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
5423         mm-string-as-multibyte on the output of mm-encode-coding-string.
5424
5425         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
5426         (nnimap-request-move-article): Use with-current-buffer.
5427
5428         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
5429         inserting the handle-buffer's text, so the implicit multibyte->unibyte
5430         conversion uses string-make-unibyte rather than string-as-unibyte.
5431
5432         * gnus-msg.el: Use with-current-buffer.
5433
5434         * message.el (message-ignored-resent-headers): Add "Delivered-To".
5435
5436 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
5437
5438         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
5439         string for caching if it is 'PIN.
5440
5441 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5442
5443         * lpath.el: Consider the case without Emacs/W3.
5444
5445 2008-03-08  Glenn Morris  <rgm@gnu.org>
5446
5447         * time-date.el (date-to-time, time-subtract, time-add)
5448         (safe-date-to-time): Doc fixes.
5449
5450 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
5451
5452         * mail-source.el (mail-source-delete-old-incoming-confirm):
5453         Change default to nil.
5454         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
5455
5456 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5457
5458         * lpath.el: Rearrange.
5459
5460         * gnus-art.el (gnus-narrow-to-page): Position point properly.
5461         (gnus-article-goto-prev-page): Work for articles having ^L's.
5462
5463         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
5464
5465         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
5466
5467 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
5468
5469         * gnus-bookmark.el: Adjust for renames in bookmark.el.
5470         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
5471         (gnus-bookmark-jump): Adjust some variable names.
5472
5473 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
5474
5475         * auth-source.el: New package.
5476         (auth-source-choices): Add customization entry point variable.
5477
5478         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
5479         bug.
5480
5481 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
5482
5483         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
5484         (gnus-registry-initialize, gnus-registry-install-p): Use it.
5485         (gnus-registry-install-shortcuts): Rename from
5486         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
5487         the `gnus-registry-mark-map' keymap dynamically from
5488         `gnus-registry-marks'.  The generated functions update the summary line
5489         when a registry mark is added or deleted, and will call
5490         `gnus-registry-install-p' (see the comments in the code).
5491         (gnus-registry-user-format-function-M): Use concat intelligently.
5492
5493         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
5494         the registry mark functions.
5495
5496 2008-03-05  Glenn Morris  <rgm@gnu.org>
5497
5498         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
5499         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
5500         gnus-art.
5501         (top-level): No need to load own source when compiling.
5502
5503 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
5506         Suggested by <chris.anderton@zetnet.co.uk>.
5507
5508 2008-03-04  Glenn Morris  <rgm@gnu.org>
5509
5510         * gnus-sum.el (top-level): No need to require gnus when compiling,
5511         since unconditionally required near start of file.
5512         (gnus-summary-display-while-building): Move definition before use.
5513
5514 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
5515
5516         * gnus-registry.el (gnus-registry-user-format-function-M): Add
5517         formatting function.
5518
5519 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
5520
5521         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
5522         with plists.
5523         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
5524         Use new format.
5525
5526 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
5529         `where-is-internal' that returns a range of key sequences.
5530
5531 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5532
5533         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
5534
5535         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5536         (gnus-summary-jump-to-group): Consider windows on other displayed
5537         frames as well.  Similar changes might be needed elsewhere, but that's
5538         the one I've bumped into during my use.
5539
5540         * nndoc.el (nndoc-oe-dbx-type-p):
5541         * gnus-msg.el (gnus-debug):
5542         * gnus-group.el (gnus-update-group-mark-positions):
5543         Use mm-string-to-multibyte.
5544
5545 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5546
5547         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5548         doesn't handle NotDashEscaped.
5549
5550         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5551         (mml-dnd-attach-options): Fix typo in custom choice.
5552
5553         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5554         nndoc-article-type to mbox.
5555         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5556
5557         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5558         to nil, instead of html2text.
5559
5560         * imap.el (imap-debug): Add `imap-ping-server'.
5561
5562         * gnus-bookmark.el: Add FIXMEs.
5563
5564         * message.el (message-form-letter-separator)
5565         (message-send-form-letter-delay): New variables.
5566         (message-send-form-letter): Use them.  New command to send form
5567         letters.  Requested by Uwe Siart.
5568         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5569
5570 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * Update copyright years.
5573
5574 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5575
5576         Sync from EMACS_22_BASE.
5577
5578         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5579
5580 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5581
5582         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5583         empty author.
5584
5585 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * gnus-registry.el (gnus-registry-marks): Add variable for
5588         customization of marks and their appearance.
5589         (gnus-registry-read-mark): Use it.
5590         (gnus-registry-do-marks): Add utility function to loop through
5591         `gnus-registry-marks'.
5592         (gnus-registry-install-shortcuts-and-menus): Add function to install
5593         shortcuts and menus.
5594         (gnus-registry-initialize): Use it.
5595         (gnus-registry-default-mark): Clarify documentation.
5596
5597 2008-02-29  Glenn Morris  <rgm@gnu.org>
5598
5599         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5600         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5601         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5602         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5603         Change defcustom :version from 23.0 to 23.1.
5604
5605 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5606
5607         * gnus-registry.el (gnus-registry-follow-group-p)
5608         (gnus-registry-post-process-groups): Add functions to aid registry
5609         splitting and improve logging.  Clarify behavior in function
5610         documentation.
5611         (gnus-registry-split-fancy-with-parent): Use them.
5612
5613 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5614
5615         * gnus-art.el: Use with-current-buffer.
5616
5617 2008-02-27  David Engster  <dengste@eml.cc>
5618
5619         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5620         Express real group name in the response.
5621
5622 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5625         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5626         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5627         autoload gnus-registry-fetch-group when compiling.
5628         (nnmairix-request-group-with-article-number-correction): Remove
5629         unreferenced argument passed to nnmairix-call-backend.
5630
5631 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5632
5633         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5634         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5635         Wilde.
5636
5637 2008-02-27  Glenn Morris  <rgm@gnu.org>
5638
5639         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5640         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5641         variables to defconsts.  Convert comments to doc-strings.
5642         (nnmairix-last-server, nnmairix-current-server): Convert from free
5643         variables to defvars.  Convert comments to doc-strings.
5644         (gnus-registry-fetch-group): Autoload.
5645         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5646         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5647         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5648         caddr.
5649         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5650         nnmairix-request-group-with-article-number-correction call.
5651         (nnmairix-fast, nnmairix-group): New, less general names, for free
5652         variables passed from nnmairix-request-group to
5653         nnmairix-request-group-with-article-number-correction.  Declare.
5654         (nnmairix-request-group-with-article-number-correction):
5655         Use nnmairix-fast, nnmairix-group rather than fast, group.
5656
5657 2008-02-26  David Engster  <dengste@eml.cc>
5658
5659         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5660         version 0.5.
5661
5662 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5665         instead of making an extra function call.  Don't add the current group
5666         to articles only when they have the group.  Use
5667         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5668         Reported by David <de_bb@arcor.de>.
5669
5670 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5673         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5674
5675 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5676
5677         * mail-source.el (mail-source-delete-incoming): Change default.
5678         Supplement doc string.
5679
5680         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5681
5682 2008-02-14  Glenn Morris  <rgm@gnu.org>
5683
5684         * time-date.el (format-seconds): New function.
5685
5686 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5687
5688         * nnmail.el (nnmail-message-id-cache-file): Derive from
5689         `gnus-home-directory'.
5690
5691 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5694         Document negative prefix.
5695
5696         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5697
5698 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699
5700         * message.el (message-unsent-separator): Add the Exim bounce
5701         separator.
5702
5703 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5704
5705         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5706         list.
5707         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5708         recipient/signer list.
5709
5710 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * Makefile.in (datarootdir): Define.
5713         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5714         name that might contain whitespace.
5715
5716 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5717
5718         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5719         fbound (Emacs 23 unicode), signal an error.
5720
5721 2008-02-08  Glenn Morris  <rgm@gnu.org>
5722
5723         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5724
5725 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5726
5727         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5728         ports to the calls to `netrc-machine-user-or-password' in addition to
5729         "imap" and "imaps".
5730
5731 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5732
5733         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5734
5735         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5736
5737 2008-02-01  Kenichi Handa  <handa@m17n.org>
5738
5739         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5740         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5741         (rfc2104-hash): Convert the result of concat to unibyte string.
5742
5743 2008-02-01  Dave Love  <fx@gnu.org>
5744
5745         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5746         coding-system-for-read.
5747         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5748
5749 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5750
5751         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5752         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5753         <hanche@math.ntnu.no>.
5754
5755 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5758
5759         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5760
5761 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5762
5763         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5764         * message.el (message-beginning-of-line): Use featurep instead of bound
5765         tests in order to resolve conditionals at compile time.
5766
5767 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5768
5769         * mail-source.el (mail-sources): Add `group' choice.
5770
5771         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5772         parameter `in-group' to control into which group the articles go.
5773         Add treatment of `group' mail-source.
5774
5775 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5778
5779         * mm-decode.el (mm-dissect-buffer): Decode description.
5780
5781         * mml.el (mml-to-mime): Encode message header first.
5782
5783 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5784
5785         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5786         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5787
5788         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5789         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5790
5791 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5792
5793         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5794
5795 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5798         prefix keys.
5799         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5800         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5801         gnus-xmas.el.
5802
5803         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5804         (gnus-xmas-article-describe-bindings): New function.
5805         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5806         gnus-xmas-article-describe-bindings.
5807
5808         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5809
5810 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5811
5812         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5813         Add new variables for article mark management.
5814         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5815         list of extra data entries which, when present, will indicate that the
5816         article ID should not be trimmed from the registry.
5817         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5818         functions.
5819         (gnus-registry-read-mark): New function to read a mark name from the
5820         user.
5821         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5822         (gnus-registry-set-article-mark-internal): New functions to add and
5823         remove marks.
5824         (gnus-registry-get-article-marks): New function to show the marks for
5825         an article, or retrieve them for further use.
5826
5827 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5828
5829         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5830         keys when no argument is given.
5831
5832 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5833
5834         * imap.el (imap-ping-server): New variable.
5835         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5836         (imap-ping-server): Minor doc string fixes.
5837
5838 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5839
5840         * imap.el (imap-ping-server): New function.
5841         (imap-opened): Call imap-ping-server.
5842
5843 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5844
5845         * gnus-sum.el (gnus-article-sort-by-random)
5846         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5847         jidanni@jidanni.org.
5848
5849 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5850
5851         * gnus-art.el (gnus-article-describe-bindings): New function.
5852         (gnus-article-read-summary-keys): Use it.
5853         (gnus-article-mode-map): Bind `C-h b' to it.
5854
5855 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5858         XEmacs.
5859         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5860         against non-character events.
5861
5862         * lpath.el: Fbind map-keymap for Emacs 21.
5863
5864 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5865
5866         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5867         command.
5868         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5869         instead of END.  Change name of the temp file.
5870         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5871         customizable.
5872
5873 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5876         bind `S W' to gnus-article-wide-reply-with-original; set default
5877         binding to gnus-article-read-summary-send-keys.
5878         (gnus-article-read-summary-keys): Fix the order of keys; display
5879         continuation keys correctly in the echo area; describe bindings
5880         correctly when keys end with `C-h'.
5881         (gnus-article-read-summary-send-keys): New function.
5882         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5883         for gnus-article-read-summary-send-keys; display continuation keys
5884         correctly in the echo area.
5885         (gnus-article-reply-with-original): Ignore prefix argument.
5886         (gnus-article-wide-reply-with-original): New function.
5887
5888         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5889         Emacs 21.
5890
5891 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5892
5893         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5894         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5895
5896 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5899         (gnus-group-read-ephemeral-gmane-group): New command.
5900
5901 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5902
5903         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5904
5905 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * message.el (message-send-mail-function): Increase custom version.
5908
5909         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5910         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5911
5912 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5913
5914         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5915         for the cases where imap-authenticate is called with a nil buffer
5916         parameter.
5917
5918 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5921         html parts correctly; support forwarded messages.
5922         (gnus-article-browse-html-article): Remove work buffers.
5923
5924         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5925         compiling.
5926         (netrc-bound-and-true-p): New macro.
5927         (netrc-parse): Use it instead of bound-and-true-p that is not available
5928         in XEmacs 21.4.
5929
5930 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5931
5932         * gnus-registry.el (gnus-registry-mark-article)
5933         (gnus-registry-article-marks): Add functionality to mark articles
5934         through the Gnus registry.
5935
5936         * encrypt.el: Clarify documentation for the new pgg method.
5937         (encrypt-file-alist): Add PGG option.
5938         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5939         functionality.  Abstract password key and messaging to external
5940         functions.
5941         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5942         (encrypt-message-method-and-cipher): Add new convenience external
5943         functions.
5944         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5945         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5946
5947         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5948         (netrc-parse): Use encrypt-file-alist to determine if
5949         encrypt-find-model or encrypt-insert-file-contents should be used.
5950
5951         * encrypt.el: Clarify documentation.  Load password-cache or
5952         password, whichever one is found first, instead of autoloading.
5953
5954 2007-12-19  Glenn Morris  <rgm@gnu.org>
5955
5956         * mml.el (message-options-set, message-narrow-to-head)
5957         (message-in-body-p, message-mail-p, message-encode-message-body):
5958         Autoload.
5959         (message-remove-header, message-narrow-to-headers-or-head)
5960         (message-subscribed-p, message-make-mail-followup-to)
5961         (message-position-on-field, message-news-p)
5962         (message-options-set-recipient, message-generate-headers)
5963         (message-sort-headers): Declare as functions.
5964
5965 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5966
5967         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5968         convention in doc string.
5969
5970 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5971
5972         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5973         title to html parts.
5974         (gnus-article-browse-html-article): Pass message header to it.
5975
5976         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5977
5978 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5979
5980         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5981         or password compatible with XEmacs.
5982
5983 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5986         format document.
5987         (gnus-mime-delete-part): Don't write description line if empty.
5988         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5989
5990 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5991
5992         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5993         (gnus-summary-mark-read-and-unread-as-read)
5994         (gnus-summary-mark-current-read-and-unread-as-read)
5995         (gnus-summary-mark-unread-as-ticked): Doc fix.
5996         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5997
5998 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5999
6000         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6001         Christoph Conrad <christoph.conrad@gmx.de>.
6002
6003 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6004
6005         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6006         yes-or-no-p.
6007
6008 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * mm-decode.el (mm-add-meta-html-tag): New function.
6011         (mm-save-part-to-file, mm-pipe-part): Use it.
6012
6013         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6014         gnus-y-or-n-p instead of y-or-n-p.
6015         (gnus-article-browse-html-parts): Work with message/external-body; use
6016         mm-add-meta-html-tag.
6017
6018 2007-12-11  Glenn Morris  <rgm@gnu.org>
6019
6020         * gnus-cache.el: Require gnus-sum not just when compiling.
6021
6022         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
6023
6024         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
6025         definitions before use.
6026
6027         * mm-decode.el: Require gnus-util.
6028         (mm-remove-part): Only call delete-annotation on XEmacs.
6029
6030         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
6031
6032         * nnmail.el: Require gnus-int.
6033
6034         * spam.el: Move `require's before `eval-when-compile's.
6035
6036         * gnus-ems.el (gnus-alive-p):
6037         * gnus-fun.el (message-goto-eoh):
6038         * gnus-util.el (gnus-group-name-decode):
6039         * mail-source.el (gnus-compress-sequence):
6040         * message.el (Info-goto-node, format-spec):
6041         * mm-bodies.el (message-options-get):
6042         * mm-decode.el (mm-view-pkcs7):
6043         * mm-util.el (gmm-write-region):
6044         * mml-smime.el (mml-compute-boundary)
6045         (gnus-completing-read-with-default):
6046         * mml.el (widget-button-press, gnus-make-hashtable):
6047         * mml1991.el (mm-decode-content-transfer-encoding)
6048         (mm-encode-content-transfer-encoding)
6049         (message-options-get, message-options-set):
6050         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
6051         * nnfolder.el (gnus-request-group):
6052         * nnheader.el (ietf-drums-unfold-fws):
6053         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
6054         * smime.el (gnus-run-mode-hooks):
6055         * spam-stat.el (gnus-message): Autoload.
6056
6057         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
6058         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
6059         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
6060         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
6061         Add declare-function compatibility definition.
6062
6063         * gnus-cache.el (nnvirtual-find-group-art):
6064         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
6065         (gnus-add-image, gnus-add-wash-type):
6066         * gnus-group.el (nnkiboze-score-file):
6067         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
6068         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
6069         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
6070         (message-tokenize-header, gnus-get-buffer-create)
6071         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
6072         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
6073         * gnus.el (gnus-group-decoded-name):
6074         * mail-source.el (imap-capability):
6075         * mm-bodies.el (message-options-set):
6076         * mm-decode.el (gnus-configure-windows):
6077         * mm-extern.el (message-goto-body):
6078         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
6079         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
6080         (epg-sub-key-validity, message-options-set):
6081         * mml.el (widget-event-point, gnus-configure-windows):
6082         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
6083         * mml2015.el (epg-check-configuration, epg-configuration)
6084         (message-options-set):
6085         * nndb.el (nndb-request-article):
6086         * nnfolder.el (gnus-request-create-group):
6087         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
6088         * nnmaildir.el (gnus-group-mark-article-read):
6089         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
6090         * rfc1843.el (message-fetch-field):
6091         * spam.el (gnus-extract-address-components):
6092         Declare as functions.
6093
6094 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
6097
6098         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
6099
6100         * lpath.el: Fbind run-mode-hooks for Emacs 21;
6101         bind show-trailing-whitespace for XEmacs.
6102
6103 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
6104
6105         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
6106         new no-op macro for backward compatibility.
6107
6108         * imap.el (imap-string-to-integer): New function.
6109
6110 2007-12-09  Glenn Morris  <rgm@gnu.org>
6111
6112         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
6113
6114         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
6115         * message.el, mm-view.el, sieve-manage.el, smime.el:
6116         Add declare-function compatibility definition.
6117
6118         * gnus-art.el (w3-region, w3m-region, Info-menu):
6119         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
6120         * gnus-sum.el (gnus-get-predicate):
6121         * gnus-util.el (mm-append-to-file, w32-focus-frame):
6122         * message.el (mail-abbrev-in-expansion-header-p):
6123         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
6124         (w3m-detect-meta-charset, w3m-region):
6125         * sieve-manage.el (password-read, password-cache-add)
6126         (password-cache-remove):
6127         * smime.el (password-read-and-add): Declare as functions.
6128
6129 2007-12-08  David Kastrup  <dak@gnu.org>
6130
6131         * gnus-sum.el (gnus-summary-simplify-subject-query):
6132         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
6133         `message'.
6134
6135 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
6138         it to bind idna-program, installation-directory, defined-colors, and
6139         face-attribute for XEmacs of the version that compiles defcustom forms.
6140
6141 2007-12-07  Glenn Morris  <rgm@gnu.org>
6142
6143         * gnus-art.el (article-make-date-line): Revert previous change.
6144
6145 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
6148
6149 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
6150
6151         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
6152         Call gnus-add-to-range ranges only once with a prepared article-list.
6153
6154 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
6155
6156         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
6157         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
6158         group names with backslashes.  Reported by Tassilo Horn
6159         <tassilo@member.fsf.org>.
6160
6161 2007-12-06  Deepak Goel  <deego3@gmail.com>
6162
6163         * gnus-art.el (article-make-date-line):
6164         * gnus-start.el (gnus-load):
6165         * pop3.el (pop3-read-response): Fix buggy call to `error'.
6166
6167 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus-art.el (gnus-use-idna)
6170         * gnus-start.el (gnus-site-init-file)
6171         * message.el (message-use-idna)
6172         * mm-uu.el (mm-uu-hide-markers)
6173         * smiley.el (smiley-style): Revert changes that suppress warnings.
6174
6175 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6176
6177         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
6178         specify charset to html source.  Reported by Christoph Conrad
6179         <christoph.conrad@gmx.de>.
6180
6181 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
6184         idna-program in order to suppress byte compile warning issued by XEmacs
6185         that came to byte compile the default value section of defcustom forms
6186         recently.
6187
6188         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
6189         value of installation-directory.
6190
6191         * message.el (message-use-idna): Don't directly refer to the value of
6192         idna-program.
6193
6194         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
6195
6196         * smiley.el (smiley-style): Don't directly call face-attribute.
6197
6198 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
6199
6200         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
6201
6202         * gnus-dired.el: Reduce Gnus dependencies.
6203         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
6204         require.  Use autoloads instead.
6205         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
6206         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
6207         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
6208         (gnus-dired-mode): Adjust doc string.
6209         (gnus-dired-mail-mode): New variable.
6210         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
6211         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
6212         (gnus-dired-mail-buffers): New function.  Return mail or message
6213         composition buffers.
6214         (gnus-dired-attach): Use it.
6215         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
6216         NO-DECODE.
6217         (gnus-dired-print): Use `gnus-print-buffer' depending on
6218         `gnus-dired-mail-mode'.
6219
6220 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * rfc2047.el (rfc2047-encoded-word-regexp)
6223         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
6224         explaining what regexp patterns are for.
6225
6226 2007-12-04  Glenn Morris  <rgm@gnu.org>
6227
6228         * password.el: Move to password-cache.el.
6229
6230         * mml1991.el (password-read, password-cache-add, password-cache-remove):
6231         * mml2015.el (password-read, password-cache-add, password-cache-remove):
6232         * mml-smime.el (password-read, password-cache-add)
6233         (password-cache-remove):
6234         No need to autoload, since mml-sec requires password.
6235
6236         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
6237         * message.el (gnus-extract-address-components):
6238         * mml-smime.el (gnus-extract-address-components): Define for compiler.
6239
6240         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
6241         password.
6242
6243 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
6244
6245         * mailcap.el: Reduce dependencies.
6246         (mail-header-parse-content-type): Autoload.
6247         (mailcap-delete-duplicates): New alias.
6248         (mailcap-mime-info): Add optional argument NO-DECODE.
6249         (mailcap-mime-types): Use mailcap-delete-duplicates.
6250
6251         * message.el (message-ignored-supersedes-headers): Add "X-ID".
6252
6253 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
6254
6255         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
6256         (imap-parse-status): Upcase status-att for servers that sends them
6257         lower-case (e.g., MS Exchange 2007).
6258
6259 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
6262         function.
6263
6264         * gnus-uu.el (gnus-uu-decode-yenc): New command.
6265         (gnus-uu-yenc-article): New function.
6266
6267         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
6268
6269         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
6270         buffer.
6271
6272 2007-12-02  Glenn Morris  <rgm@gnu.org>
6273
6274         * binhex.el (binhex): New custom group.
6275         (binhex-decoder-program, binhex-decoder-switches)
6276         (binhex-use-external): Move to the binhex custom group.
6277
6278         * uudecode.el (uudecode): New custom group.
6279         (uudecode-decoder-program, uudecode-decoder-switches)
6280         (uudecode-use-external): Move to the uudecode custom group.
6281
6282         * netrc.el (top-level): Don't load `encrypt' features.
6283         (netrc-parse): Don't use encrypt.
6284         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
6285
6286         * encrypt.el: Remove file.
6287
6288 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
6289
6290         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
6291         matches on patches.
6292
6293         * gnus-art.el (gnus-article-browse-html-article): Mention
6294         `mm-text-html-renderer' in the doc string.
6295
6296         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
6297         string.  Add comments.
6298
6299         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
6300         if rhs is ASCII.
6301
6302 2007-12-01  Glenn Morris  <rgm@gnu.org>
6303
6304         * mail-source.el (top-level): Require format-spec before
6305         eval-when-compile.
6306
6307 2007-11-30  Glenn Morris  <rgm@gnu.org>
6308
6309         * encrypt.el: Require password, rather than autoloading password-read.
6310
6311 2007-11-29  Glenn Morris  <rgm@gnu.org>
6312
6313         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
6314         (sasl-make-client, sasl-next-step, sasl-step-data)
6315         (sasl-step-set-data): Declare as functions.
6316
6317 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
6320
6321 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
6322
6323         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
6324         certs should be verified and what is to be done in the event of a
6325         verification failure.
6326
6327         * gnus.el (gnus-method-to-server): Add an optional parameter so the
6328         caller can indicate whether the cache should be disregarded for this
6329         call.  This way the result of the call is reproducible at all times and
6330         can be considered a canonical server name for the supplied method.
6331         (gnus-agent-method-p): Canonicalize server names by pushing their
6332         method through `gnus-method-to-server' using the no-cache argument.
6333
6334         * gnus-srvr.el (gnus-server-insert-server-line): Call
6335         `gnus-method-to-server' with `no-cache' argument.
6336
6337         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
6338         gnus-agent-possibly-synchronize-flags as this should be called when the
6339         server is actually being opened.
6340         (gnus-agent-possibly-synchronize-flags)
6341         (gnus-agent-possibly-synchronize-flags-server): Move check for the
6342         flags file of an agentized server to the latter function.
6343
6344         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
6345         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
6346         after a connection has been established successfully.
6347
6348 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-art.el (article-display-face): Force to display face if called
6351         interactively; check if gnus-article-x-face-too-ugly matches author.
6352         (article-display-x-face): Display face even if From header is missing
6353         as article-display-face does.
6354
6355 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
6356
6357         * hashcash.el (message-narrow-to-headers-or-head)
6358         (message-fetch-field, message-goto-eoh)
6359         (message-narrow-to-headers): Declare as functions.
6360
6361 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
6362
6363         * mail-source.el (mail-sources): Default to fetch from file for
6364         compatibility with default of nnmail-spool-file.
6365
6366 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
6369         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
6370         to look for encoded word that should be encoded again.
6371         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
6372         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
6373         encoding pattern.
6374         (rfc2047-decode-region): Switch strict regexp and loose one according
6375         to rfc2047-allow-irregular-q-encoded-words.
6376
6377 2007-11-25  Romain Francoise  <romain@orebokech.com>
6378
6379         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
6380
6381 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
6382
6383         * tls.el (tls-program): Provide more custom choices from
6384         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
6385         (tls-process-connection-type, tls-success): Remove "*" in doc string.
6386
6387 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6388
6389         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
6390         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
6391
6392         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
6393         `nnmail-spool-file'.
6394
6395         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
6396         `nnmail-spool-file'.
6397
6398         * gnus-move.el (gnus-change-server): Ditto.
6399
6400         * gnus-kill.el (gnus-batch-score): Ditto.
6401
6402         * gnus-cache.el (gnus-jog-cache): Ditto.
6403
6404         * gnus-msg.el (gnus-summary-reply):
6405         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
6406
6407 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
6410         version.  Minor improvement to doc strings.
6411         (tls-program): Add comment.
6412
6413 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
6414
6415         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
6416         (tls-checktrust): New variable.  Check if GNU TLS complained about a
6417         mismatch between the hostname provided in the certificate and the name
6418         of the host connnecting to.
6419         (open-tls-stream): Use them.  Check certificates against trusted root
6420         certificates.
6421
6422 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * gnus-cache.el (gnus-cache-generate-nov-databases):
6425         Use nnml-generate-nov-databases-directory instead of
6426         nnml-generate-nov-databases-1.
6427
6428 2007-11-24  Glenn Morris  <rgm@gnu.org>
6429
6430         * message.el (message-tool-bar-retro): Update for rename
6431         mail_send.xpm->mail-send.xpm.
6432
6433 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
6434
6435         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
6436         `smime-ldap-search' for Emacs 22 and up.
6437
6438 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6439
6440         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
6441
6442         * message.el (message-send-mail-function): Fix error convention.
6443         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
6444         (message-widen-reply, message-send-mail, message-talkative-question)
6445         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
6446         (message-clone-locals, message-send-news): Use with-current-buffer.
6447         (message-insert-or-toggle-importance): Remove unused var `valid'.
6448         (message-make-references): Remove unused var `new-references'.
6449         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
6450
6451 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
6452
6453         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
6454         (spam-split-symbolic-return-positive): Reflow docstring.
6455         (spam-backends, spam-summary-exit-behavior)
6456         (spam-mark-ham-unread-before-move-from-spam-group)
6457         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
6458         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
6459         (spam-clear-cache, spam-backend-check, spam-install-backend)
6460         (spam-install-statistical-backend, spam-list-of-processors)
6461         (spam-group-processor-p, spam-split, spam-bogofilter-score)
6462         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
6463         (spam-check-crm114, spam-initialize, spam-unload-hook):
6464         Fix typos in docstrings.
6465
6466 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
6469         been checked if they have never been read and those group levels are
6470         higher than the one that a user specified.
6471
6472 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
6475         foreign groups unless a group level is specified by a user.
6476         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
6477
6478 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
6479
6480         * message.el (message-send-mail-function): Require sendmail.
6481
6482 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * message.el (message-send-mail-function): Check for smtpmail too.
6485
6486         * utf7.el (utf7-encode, utf7-decode): Use coding system
6487         `utf-7'/`utf-7-imap' from utf-7.el' if available.
6488
6489         * message.el (message-send-mail-function): New function.
6490         (message-send-mail-function): Set default using
6491         message-send-mail-function.  Adjust doc string.
6492         (message-send-mail-with-mailclient): New function.
6493
6494 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6495
6496         * smime.el (from):
6497         * rfc2047.el (message-posting-charset):
6498         * qp.el (mm-use-ultra-safe-encoding):
6499         * pop3.el (parse-time-months):
6500         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
6501         * nnml.el (files):
6502         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
6503         (jka-compr-compression-info-list, ange-ftp-path-format)
6504         (efs-path-regexp):
6505         * nndiary.el (files):
6506         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
6507         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
6508         (epg-digest-algorithm-alist, inhibit-redisplay)
6509         (password-cache-expiry):
6510         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
6511         (pgg-output-buffer, password-cache-expiry):
6512         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
6513         (efs-path-regexp):
6514         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
6515         (inhibit-redisplay):
6516         * mm-uu.el (file-name, start-point, end-point, entry)
6517         (gnus-newsgroup-name, gnus-newsgroup-charset):
6518         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
6519         (latin-unity-ucs-list):
6520         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
6521         (mm-uu-binhex-decode-function):
6522         * message.el (gnus-message-group-art, gnus-list-identifiers)
6523         (rmail-enable-mime-composing, gnus-local-organization)
6524         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
6525         (gnus-read-active-file, facemenu-add-face-function)
6526         (facemenu-remove-face-function, gnus-article-decoded-p)
6527         (tool-bar-mode):
6528         * mail-source.el (display-time-mail-function):
6529         * gnus-util.el (nnmail-pathname-coding-system)
6530         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
6531         (gnus-original-article-buffer, gnus-user-agent)
6532         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
6533         (xemacs-codename, sxemacs-codename, emacs-program-version):
6534         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6535         * gnus-start.el (gnus-agent-covered-methods)
6536         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6537         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6538         (gnus-newsgroup-headers, gnus-group-list-mode)
6539         (gnus-group-mark-positions, gnus-newsgroup-data)
6540         (gnus-newsgroup-unreads, nnoo-state-alist)
6541         (gnus-current-select-method, mail-sources)
6542         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6543         (nnmail-spool-file, gnus-cache-active-hashtb):
6544         * gnus-mh.el (mh-lib-progs):
6545         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6546         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6547         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6548         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6549         (gnus-group-buffer):
6550         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6551         (font-lock-set-defaults):
6552         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6553         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6554         (gnus-summary-post-menu, total-parts, type, condition, length):
6555         * gnus-agent.el (gnus-agent-read-agentview):
6556         * flow-fill.el (show-trailing-whitespace):
6557         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6558         eval-and-compile wrappers for byte compiler pacifiers.
6559
6560         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6561         (mm-display-inline-fontify): Check for featurep 'xemacs not
6562         extent-list.
6563
6564         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6565         itimer-list.
6566         (mm-create-image-xemacs): Only do something for XEmacs.
6567         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6568
6569         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6570
6571         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6572         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6573
6574 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6575
6576         * nnimap.el (nnimap-split-download-body):
6577         * gnus-demon.el (gnus-demon):
6578         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6579
6580 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6581
6582         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6583         macros.
6584         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6585         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6586         copy data from unibyte buffer to multibyte current buffer.
6587         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6588         to copy data from unibyte current buffer to multibyte buffer.
6589         (nntp-make-process-buffer): Make process buffer unibyte.
6590
6591         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6592
6593 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6594
6595         * pop3.el (pop3-open-server): Accept and process data more robustly at
6596         connexion start to avoid spurious "POP SSL connexion failed" errors.
6597
6598 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6601         read group names.
6602
6603 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6604
6605         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6606
6607 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6610         (nnmail-save-active): Use a unibyte buffer when saving active file,
6611         which may contain non-ASCII group names.
6612
6613         * nnml.el (nnml-request-group): Decode group names in messages.
6614
6615 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         * message.el (message-citation-line-function)
6618         (message-insert-formatted-citation-line): Fix spelling of
6619         `message-insert-formated-citation-line'.
6620
6621 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6622
6623         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6624
6625 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6626
6627         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6628         nnmail-pathname-coding-system.
6629
6630         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6631         that a user enters; decode group names in messages.
6632
6633         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6634
6635 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6636
6637         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6638
6639         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6640
6641         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6642         risky local variable.
6643
6644         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6645
6646 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6647
6648         * encrypt.el: Improve documentation to fix function name typo.
6649         Reported by Daiki Ueno <ueno@unixuser.org>.
6650
6651 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6654         even if the point is not in the last page of an article.
6655         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6656         back to the previous page.
6657
6658 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6659
6660         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6661
6662 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6663
6664         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6665
6666 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6667
6668         * message.el (message-check-news-body-syntax): Avoid
6669         mm-string-as-multibyte.
6670         (message-hide-headers): Don't assume (point-min)==1.
6671
6672 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * message.el (message-remove-blank-cited-lines): Fix if remove is
6675         given.
6676         (message-bogus-address-regexp): New variable.
6677         (message-bogus-recipient-p): New function.
6678         (message-check-recipients): New command.
6679         (message-syntax-checks): Add `bogus-recipient'.
6680         (message-fix-before-sending): Add `bogus-recipient'.
6681
6682         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6683         (gnus-treat-body-boundary): Don't test window-system.
6684
6685 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6686
6687         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6688
6689 2007-10-28  Miles Bader  <miles@gnu.org>
6690
6691         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6692         at compile-time too.
6693
6694 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * gnus-msg.el (gnus-message-setup-hook): Add
6697         `message-remove-blank-cited-lines' to options.
6698
6699 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6700
6701         * message.el (message-remove-blank-cited-lines): New function.
6702         Suggested by Karl Plästerer.
6703
6704 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6707         mapc.
6708
6709         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6710         (top-level): Use mapc to set functions to be traced for debugging.
6711
6712         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6713         called for effect with while loop.
6714
6715         * message.el (message-talkative-question): Replace mapcar called for
6716         effect with mapc.
6717
6718         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6719         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6720         called for effect with dolist.
6721
6722         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6723
6724         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6725         gnus-extra-headers and nnmail-extra-headers.
6726
6727         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6728         called for effect with dolist.
6729         (top-level): Use mapc to set functions to be traced for debugging.
6730
6731         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6732         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6733         dolist.
6734
6735         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6736         Replace mapcar called for effect with mapc.
6737         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6738         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6739         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6740         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6741
6742         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6743         remove-if that's a cl function.
6744
6745         * webmail.el (webmail-debug): Replace mapcar called for effect with
6746         dolist.
6747
6748         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6749         with mapc.
6750
6751 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6754         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6755         with while loop.
6756
6757         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6758         functions from article-* functions.
6759         (gnus-multi-decode-header): Replace mapcar called for effect with
6760         dolist.
6761
6762         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6763         (gnus-bookmark-show-details): Replace mapcar called for effect with
6764         while loop.
6765
6766         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6767         called for effect with while loop.
6768
6769         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6770         with dolist.
6771
6772         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6773         mapcar called for effect with dolist.
6774
6775         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6776
6777         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6778         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6779         Replace mapcar called for effect with dolist.
6780         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6781         mapc.
6782
6783         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6784         Replace mapcar called for effect with dolist.
6785         (gnus-topic-list): Replace mapcar called for effect with mapc.
6786
6787         * gnus.el: Use mapc instead of mapcar to add autoloads.
6788
6789 2007-10-23  Richard Stallman  <rms@gnu.org>
6790
6791         * gnus-group.el (gnus-group-highlight): Mark as risky.
6792
6793 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * gnus.el (gnus-server-to-method): Return method found first in
6796         gnus-newsrc-alist.
6797
6798         * gnus-art.el (gnus-article-highlight-signature)
6799         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6800         button overlay without the front stickiness.
6801
6802 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6803
6804         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6805         overview buffer needed a catch to receive its throw.
6806         (gnus-agent-flush-cache): Declared as interactive to make this function
6807         easier to use.
6808
6809 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6812         `next-line'.
6813
6814 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6817         exclude address matching message-dont-reply-to-names.
6818
6819 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * gnus-util.el (gnus-string<): New function.
6822
6823         * gnus-sum.el (gnus-article-sort-by-author)
6824         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6825
6826 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6829         the frame-focus tag is set in gnus-buffer-configuration.
6830
6831 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6834         the front stickiness.
6835
6836 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6839         url pattern; remove duplicate one.
6840         (gnus-article-extend-url-button): New function.
6841         (gnus-article-add-buttons): Use it.
6842         (gnus-button-push): Use concatenated url that it makes.
6843
6844 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6845
6846         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6847
6848 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6849
6850         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6851         Don't hardcode point-min==1.
6852
6853 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6856         Fix comment about "iso8859-1".
6857
6858 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6859
6860         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6861         ones returned from the verify-function.
6862
6863         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6864         mml2015-extract-cleartext-signature if extraction failed.
6865
6866 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6867
6868         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6869         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6870         failed.
6871
6872 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6873
6874         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6875
6876 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6879         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6880         recommends to use EasyPG instead of PGG.
6881
6882         * pgg.el: Revert to revision 6.23.2.16.
6883
6884         * pgg-def.el: Revert to revision 6.6.2.14.
6885
6886         * pgg-gpg.el: Revert to revision 6.23.2.34.
6887
6888 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6889
6890         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6891         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6892         thread for both the null and zero (kill/expire thread) universal prefix
6893         cases.
6894         (gnus-summary-expire-thread): Add new function to expire a thread,
6895         using gnus-summary-kill-thread.
6896         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6897         shortcuts for gnus-summary-expire-thread.
6898         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6899         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6900
6901 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6902
6903         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6904         extras value, so an extras entry can be deleted.
6905         (gnus-registry-delete-extra-entry): Use it.
6906         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6907         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6908         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6909         storage through the gnus-registry, and provide an appropriate API for
6910         it.
6911
6912 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6915         Suggested by Leo <sdl.web@gmail.com>.
6916
6917         * gnus.el: Do.
6918
6919 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6920
6921         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6922         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6923
6924         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6925
6926         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6927         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6928
6929 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6932         newline.
6933         (nnmbox-request-accept-article): Don't change article in source buffer;
6934         narrow to header to use message-fetch-field rather than
6935         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6936         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6937         as delimiters; make sure article ends with newline.
6938         (nnmbox-delete-mail): Correct last position of article to be deleted;
6939         ignore X-Gnus-Newsgroup header in article body.
6940         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6941         positions; make sure article ends with newline.
6942
6943         * message.el (message-display-abbrev): Don't infloop when a user
6944         inserts SPC in the beginning of header.
6945
6946         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6947         coding-system-for-read and coding-system-for-write for XEmacs having no
6948         file-coding feature.
6949
6950         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6951
6952 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6953
6954         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6955         list of groups not followed by default.  Fix type to be regexp.
6956         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6957
6958 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6959
6960         * hmac-def.el (define-hmac-function): Switch from old-style to
6961         new-style backquotes.
6962
6963         * md4.el (md4-make-step): Likewise.
6964
6965 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6968         raw-text coding system when saving .newsrc file, which may contain
6969         non-ASCII group names.
6970
6971 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * gnus-cus.el (gnus-score-extra): New widget.
6974         (gnus-score-extra-convert): New function.
6975         (gnus-score-customize): Use it for Extra.
6976
6977 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6978
6979         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6980         (mml2015-mailcrypt-clear-verify): Use it.
6981         (mml2015-gpg-clear-verify): Use it.
6982         (mml2015-pgg-clear-verify): Use it.
6983         (mml2015-epg-clear-verify): Replace the current part with the output
6984         from GnuPG; don't extract the plaintext by itself.
6985
6986         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6987         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6988         mml2015-clear-verify-function; don't touch the armor headers or
6989         dash-escaped text here.
6990
6991 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6994         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6995         parts, or application/octet-stream as a last resort.
6996         (gnus-mime-view-part-as-type): Don't toggle display.
6997         (gnus-mime-view-part-as-charset): Don't turn off display before
6998         querying charset.
6999
7000         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7001         stuff to undisplayer function in Emacs.
7002         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7003
7004         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7005         text/calendar parts.
7006
7007 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7010         decoding text/calendar parts.
7011
7012         * message.el (message-forward-make-body-mime): Always mark body as
7013         having no illegible text; remove signed-or-encrypted argument.
7014         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7015
7016         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7017         (mml-generate-mime-1): Don't encode body if it is specified to be in
7018         raw form; don't make buffer be unibyte when inserting multibyte string.
7019
7020 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7021
7022         * sha1.el: Fix up comment style.
7023         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7024         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7025
7026         * hex-util.el: Fix up comment style.
7027         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7028
7029         * gnus-salt.el: Use with-current-buffer.
7030         (gnus-pick-setup-message): Fix long-standing typo.
7031
7032 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * imap.el (imap-logout-timeout): New variable.
7035         (imap-logout, imap-logout-wait): New functions.
7036         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7037
7038         * nnimap.el (nnimap-logout-timeout): New server variable.
7039         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7040         nnimap-logout-timeout.
7041
7042         * gnus-art.el (gnus-article-summary-command-nosave)
7043         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7044
7045 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus.el (gnus-maximum-newsgroup): New variable.
7048
7049         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
7050         according to gnus-maximum-newsgroup.
7051
7052         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7053         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
7054         Limit the range of articles according to gnus-maximum-newsgroup.
7055
7056 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
7057
7058         * gnus-art.el (gnus-sticky-article): Fixed problems described in
7059         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
7060         Don't perform gnus-configure-windows here; reuse existing sticky
7061         article buffer.
7062
7063         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
7064         it doesn't exist in gnus-article-mode.
7065
7066 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
7069         (gnus-agent-decoded-group-name): New function.
7070         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
7071         (gnus-agent-expire-group-1): Use it; decode group name in messages.
7072
7073 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
7074
7075         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
7076         Add binding for gnus-sticky-article.
7077         (gnus-summary-exit): Don't kill sticky article buffers.
7078
7079         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
7080         article buffer.
7081         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
7082         (gnus-kill-sticky-article-buffers): New commands.
7083
7084 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * nntp.el (nntp-xref-number-is-evil): New server variable.
7087         (nntp-find-group-and-number): If it is non-nil, don't trust article
7088         numbers in the Xref header.
7089
7090 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7091
7092         * gnus-agent.el (gnus-agent-read-group): New function.
7093         (gnus-agent-flush-group, gnus-agent-expire-group)
7094         (gnus-agent-regenerate-group): Use it.
7095         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
7096         nnmail-pathname-coding-system.
7097
7098 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7099
7100         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
7101
7102         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
7103         that are unread as unread, and also as selected so that information of
7104         marks having been changed by a user may be updated when exiting group.
7105
7106 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * gnus-art.el (gnus-mime-display-single): Pass part number that is
7109         calculated ignoring signature parts to gnus-treat-article.
7110
7111 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
7114         a point here in order to keep the window start.
7115         (gnus-insert-mime-security-button): Make a button overlay without the
7116         front stickiness.
7117         (gnus-mime-display-security): Goto the end of a button.
7118
7119         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
7120
7121 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
7124         group-name-at-point.
7125         (gnus-group-completing-read): New function that offers decoded
7126         non-ASCII group names for completion.
7127         (gnus-fetch-group, gnus-group-read-ephemeral-group)
7128         (gnus-group-jump-to-group, gnus-group-make-group-simple)
7129         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
7130         (gnus-group-fetch-control): Use it.
7131         (gnus-fetch-group): Use group-name-at-point for the initial value
7132         rather than the default value; use gnus-alive-p.
7133
7134         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
7135         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
7136         (gnus-summary-post-news): Use gnus-group-completing-read.
7137
7138         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
7139         (gnus-read-move-group-name): Decode group name for completion.
7140
7141 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
7142
7143         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
7144         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
7145         Yamaoka slightly modified the code).
7146
7147 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7148
7149         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
7150         (nnmail-split-incoming): Bind it.
7151
7152         * nnml.el (nnml-group-name-charset): New function.
7153         (nnml-decoded-group-name): Use it; don't decode group name if
7154         nnmail-group-names-not-encoded-p is non-nil.
7155         (nnml-encoded-group-name): New function.
7156         (nnml-group-pathname): Inline nnml-decoded-group-name.
7157         (nnml-request-expire-articles): Decode group name in message.
7158         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
7159         nnmail-pathname-coding-system.
7160         (nnml-save-mail, nnml-active-number): Work with decoded group names and
7161         not decoded ones according to nnmail-group-names-not-encoded-p.
7162         (nnml-generate-active-info): Use nnml-encoded-group-name.
7163
7164 2007-08-08  Glenn Morris  <rgm@gnu.org>
7165
7166         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
7167         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
7168         doc-strings and comments.
7169
7170 2007-07-25  Glenn Morris  <rgm@gnu.org>
7171
7172         * Relicense all FSF files to GPLv3 or later.
7173
7174 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-sum.el (gnus-summary-move-article): Make
7177         gnus-summary-respool-article work.
7178
7179 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
7180
7181         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
7182         string.
7183
7184 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
7185
7186         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
7187         that should be ignored when comparing distant RSS articles with local
7188         ones.
7189         (nnrss-make-hash-index): New function.  Create a hash index according
7190         to the ignored fields.
7191         (nnrss-check-group): Use it.
7192
7193 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7194
7195         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
7196
7197         * gnus-art.el (article-decode-group-name): Decode Xref header too.
7198
7199         * gnus-group.el (gnus-group-make-group): Encode group name here unless
7200         the new optional argument ENCODED is non-nil.
7201         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
7202         coding system for encoding group name.
7203         (gnus-group-make-rss-group): Pass un-encoded group name to
7204         gnus-group-make-group.
7205         (gnus-group-set-info): Tell gnus-group-make-group that group name is
7206         encoded.
7207
7208         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
7209         Encode group name to which articles are moved or copied.
7210         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
7211         coding system for encoding Newsgroup, Followup-To and Xref headers.
7212
7213         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
7214         marks; use nnheader-file-coding-system to write a file.
7215         (nnagent-retrieve-headers): Bind file-name-coding-system to
7216         nnmail-pathname-coding-system.
7217
7218         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
7219
7220         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
7221         (nnml-request-article, nnml-request-create-group)
7222         (nnml-request-rename-group, nnml-find-id)
7223         (nnml-possibly-change-directory, nnml-possibly-create-directory)
7224         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
7225         (nnml-save-marks): Use nnml-group-pathname instead of
7226         nnmail-group-pathname.
7227
7228         (nnml-request-create-group, nnml-request-expire-articles)
7229         (nnml-request-move-article, nnml-request-delete-group)
7230         (nnml-deletable-article-p, nnml-possibly-create-directory)
7231         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
7232         (nnml-open-marks): Bind file-name-coding-system to
7233         nnmail-pathname-coding-system.
7234
7235         (nnml-request-article): Pass server argument to nnml-find-group-number.
7236         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
7237         server argument to nnml-possibly-create-directory.
7238         (nnml-request-accept-article): Pass server argument to
7239         nnml-active-number and nnml-save-mail.
7240         (nnml-find-group-number): Pass server argument to nnml-find-id.
7241         (nnml-request-update-info): Pass server argument to
7242         nnml-marks-changed-p.
7243
7244         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
7245         (nnml-save-mail, nnml-active-number): Add server argument.
7246
7247         (nnml-request-delete-group): Warn if group is missing.
7248         (nnml-get-nov-buffer): Decode group name.
7249         (nnml-generate-active-info): Encode group name.
7250         (nnml-open-marks): Decode group name in messages.
7251
7252 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
7255         if it is not specified.
7256         (gnus-article-pipe-part, gnus-article-save-part)
7257         (gnus-article-interactively-view-part, gnus-article-copy-part)
7258         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
7259         (gnus-article-inline-part, gnus-article-save-part-and-strip)
7260         (gnus-article-replace-part, gnus-article-delete-part)
7261         (gnus-article-view-part-as-type): Pass raw prefix argument to
7262         gnus-article-part-wrapper.
7263
7264 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7265
7266         * gnus-agent.el (gnus-agent-save-active): Bind
7267         nnheader-file-coding-system to gnus-agent-file-coding-system.
7268
7269         * gnus-cache.el (gnus-cache-save-buffers)
7270         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
7271         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
7272         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
7273         (gnus-cache-braid-nov, gnus-cache-braid-heads)
7274         (gnus-cache-generate-active, gnus-cache-rename-group)
7275         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
7276         (gnus-cache-update-overview-total-fetched-for): Bind
7277         file-name-coding-system to nnmail-pathname-coding-system.
7278         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
7279         variables.
7280         (gnus-cache-decoded-group-name): New function.
7281         (gnus-cache-file-name): Use it.
7282         (gnus-cache-generate-active): Use non-decoded group name for active.
7283
7284         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
7285         right place.
7286         (gnus-write-active-file): Don't break non-ASCII group names.
7287
7288         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
7289         nnmail-pathname-coding-system.
7290
7291         * lpath.el: Bind default-file-name-coding-system,
7292         file-name-coding-system and language-info-alist for XEmacs.
7293
7294         * gnus-uu.el (gnus-uu-decode-save): Typo.
7295
7296 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7297
7298         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
7299
7300 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
7303         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
7304         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
7305         (gnus-agent-flush-group, gnus-agent-flush-cache)
7306         (gnus-agent-fetch-headers, gnus-agent-load-alist)
7307         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
7308         (gnus-agent-retrieve-headers, gnus-agent-request-article)
7309         (gnus-agent-regenerate-group)
7310         (gnus-agent-update-files-total-fetched-for)
7311         (gnus-agent-update-view-total-fetched-for): Bind
7312         file-name-coding-system to nnmail-pathname-coding-system.
7313         (gnus-agent-group-pathname): Don't encode file names by
7314         nnmail-pathname-coding-system.
7315         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
7316         coding-system-for-write instead of buffer-file-coding-system to
7317         gnus-agent-file-coding-system.
7318
7319         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
7320         Decode group name.
7321
7322         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
7323
7324         * gnus-start.el (gnus-update-active-hashtb-from-killed)
7325         (gnus-read-newsrc-el-file): Make group names unibyte.
7326
7327         * nnmail.el (nnmail-group-pathname): Don't encode file names by
7328         nnmail-pathname-coding-system.
7329
7330         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
7331         (nnrss-request-delete-group): Bind file-name-coding-system to
7332         nnmail-pathname-coding-system.
7333         (nnrss-read-server-data, nnrss-read-group-data): Bind
7334         file-name-coding-system correctly.
7335         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
7336
7337         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
7338         (nntp-server-to-method-cache): New variable.
7339         (nntp-group-pathname): New function that decodes non-ASCII group names.
7340         (nntp-possibly-create-directory, nntp-marks-changed-p)
7341         (nntp-save-marks, nntp-open-marks): Use it.
7342         (nntp-possibly-create-directory, nntp-open-marks):
7343         Bind file-name-coding-system to nnmail-pathname-coding-system.
7344         (nntp-open-marks): Decode group names when bootstrapping marks.
7345
7346         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
7347         Newsgroups and Folowup-To headers.
7348
7349 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7352         (gnus-server-closed-face, gnus-server-denied-face)
7353         (gnus-server-offline-face): Remove variable.
7354         (gnus-server-font-lock-keywords): Use faces that are not aliases.
7355
7356         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
7357         of modifying message-stack directly for XEmacs.
7358
7359         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
7360         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
7361         if the coding-system argument is nil for XEmacs.
7362
7363         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
7364         mm-charset-override-alist.
7365
7366         * rfc2047.el: Don't require base64; require rfc2045 for the function
7367         rfc2045-encode-string.
7368         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
7369         to quote the parameter value.
7370
7371 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
7374         form in gnus-group-name-charset-method-alist.
7375
7376         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
7377         overrides the default layout edit-form.
7378
7379         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
7380
7381         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
7382
7383 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
7386         as unfetched articles.
7387
7388 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
7389
7390         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
7391
7392 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7393
7394         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
7395         original back end that keeps marks in the local system.
7396
7397 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
7400         arg of pop-to-buffer for XEmacs.
7401         (gnus-article-read-summary-keys): Ditto; don't restore window
7402         configuration if summary command ends up with neither article buffer
7403         nor summary buffer; describe bindings if summary keys end with C-h.
7404
7405 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * message.el (message-fix-before-sending): Skip raw message part to be
7408         forwarded while checking illegible text.
7409         (message-forward-make-body-mime, message-forward-make-body): Mark
7410         signed or encrypted raw message as having no illegible text.
7411
7412 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
7415         (gnus-message-with-timestamp-1): New macro.
7416         (gnus-message-with-timestamp): New function.
7417         (gnus-message): Use them.
7418
7419         * nnheader.el (nnheader-message): Use them.
7420
7421 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
7422
7423         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
7424         .newsrc.eld file.
7425
7426 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-agent.el (gnus-agent-fetch-headers)
7429         (gnus-agent-retrieve-headers): Bind
7430         gnus-decode-encoded-address-function to identity.
7431
7432         * nntp.el (nntp-send-xover-command): Recognize an xover command is
7433         available also when the server returns simply a dot.
7434
7435         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
7436
7437 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
7440
7441 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7442
7443         * gnus-ems.el (gnus-x-splash): Make it work.
7444
7445         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
7446         from being used.
7447
7448         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
7449
7450 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
7453         4th and the 5th arguments.
7454
7455         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
7456         the front stickiness.
7457         (gnus-article-summary-command-nosave): Correct the order of the
7458         arguments passed to pop-to-buffer.
7459         (gnus-article-read-summary-keys): Ditto; make it work properly when the
7460         summary command ends up with the article buffer.
7461
7462         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
7463         the same faces.
7464
7465 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
7466
7467         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
7468
7469 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
7470
7471         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
7472         * gnus-sum.el (gnus-summary-highlight):
7473         * pgg.el (pgg-sign-region, pgg-sign):
7474         * mail-source.el (mail-source-delete-old-incoming-confirm):
7475         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
7476
7477 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7478
7479         * gnus-art.el (gnus-mime-view-part-externally)
7480         (gnus-mime-view-part-internally): Fix predicate function passed to
7481         completing-read.
7482
7483         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
7484
7485         * gnus.el (gnus-update-message-archive-method): Add :version.
7486
7487 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7488
7489         * gnus.el (gnus-update-message-archive-method): New variable.
7490
7491         * gnus-start.el (gnus-setup-news): Update saved "archive" method
7492         according to gnus-message-archive-method if
7493         gnus-update-message-archive-method is non-nil.
7494
7495 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
7498         by Loic Dachary <loic@dachary.org>.
7499         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
7500
7501 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7502
7503         * message.el (message-pop-to-buffer): Add switch-function argument.
7504         (message-mail): Pass switch-function argument to it.
7505
7506 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
7509         Improve doc string.
7510
7511 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7512
7513         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
7514         (gnus-header-content)
7515         * gnus-cite.el (gnus-cite-10)
7516         * gnus-srvr.el (gnus-server-closed)
7517         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
7518         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
7519         (gnus-group-mail-3-empty, gnus-group-mail-low)
7520         (gnus-group-mail-low-empty, gnus-splash)
7521         * message.el (message-header-to, message-header-cc)
7522         (message-header-subject, message-header-other, message-header-name)
7523         (message-header-xheader, message-separator, message-cited-text)
7524         (message-mml): Lighten colors of faces used for dark background.
7525
7526 2007-05-24  Simon Josefsson  <simon@josefsson.org>
7527
7528         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
7529         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
7530
7531 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * message.el (message-narrow-to-headers-or-head):
7534         Ignore mail-header-separator in the body.
7535
7536 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7539         same as window size.
7540
7541 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7542
7543         * message.el (message-font-lock-keywords): Use message-header-xheader
7544         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7545         ahead of the anything pattern, to get it recognised.
7546
7547 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7550         spam.el loads uses it in the compiled defadvice form.
7551
7552 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7553
7554         * gnus-sum.el (gnus-articles-to-read)
7555         (gnus-summary-insert-old-articles): Don't truncate group name for
7556         `read-string'.
7557
7558         * gnus-util.el (gnus-limit-string): Delete this function.
7559
7560         * gnus-sum.el (gnus-simplify-subject-fully): Use
7561         `truncate-string-to-width' instead.
7562
7563 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7564
7565         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7566         if, on summary exit, the next group has to be selected.
7567         (gnus-summary-exit): Use it.
7568
7569 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7572         non-break space.
7573
7574 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7575
7576         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7577         Check if group is not a directory.
7578         (nnfolder-request-expire-articles): Don't delete articles if the target
7579         group is not available.
7580
7581         * nnml.el (nnml-request-create-group): Properly check if group is not a
7582         file.
7583         (nnml-request-expire-articles): Don't delete articles if the target
7584         group is not available.
7585
7586         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7587         Don't quote characters that are within parentheses.
7588
7589 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7592         (gnus-handle-ephemeral-exit): Select article according to it.
7593
7594 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * message.el (message-insert-formated-citation-line): Remove newline.
7597         (message-citation-line-format): Add final \n here so that the user can
7598         avoid a blank line.
7599
7600 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7601
7602         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7603         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7604         Update lanl/arXiv support.
7605
7606 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * gnus.el: Bump version number.
7609
7610 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7611
7612         * gnus.el (gnus-version-number): Bump version.
7613
7614 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7615
7616         * gnus.el: No Gnus v0.6 is released.
7617
7618 2007-04-27  Didier Verna  <didier@xemacs.org>
7619
7620         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7621         * gmm-utils.el (gmm-regexp-concat): here.
7622         * message.el: Don't require 'gnus-util.
7623         (message-dont-reply-to-names): Handle name change above.
7624         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7625
7626 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7629         since the initial value varies according to the system.
7630
7631 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7634
7635 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7636
7637         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7638
7639 2007-04-24  Didier Verna  <didier@xemacs.org>
7640
7641         Improve the type of gnus-ignored-from-addresses.
7642         * gnus-util.el (gnus-orify-regexp): New function.
7643         * message.el (gnus-util): Require it.
7644         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7645         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7646         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7647
7648 2007-04-24  Didier Verna  <didier@xemacs.org>
7649
7650         * gnus-sum.el:
7651         * gnus-utils.el: Fix some trailing whitespaces.
7652
7653 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7656         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7657         article's Message-ID; refer parent article in summary buffer.
7658
7659         * message.el (message-bounce): Call mime-to-mml.
7660
7661         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7662         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7663         optimize and/or forms properly.
7664
7665 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7668         URL.
7669
7670 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7673
7674 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7677         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7678         displayed of multipart/alternative part if it is invoked from summary
7679         buffer.
7680
7681         * mm-view.el (mm-inline-text-html-render-with-w3m)
7682         (mm-inline-text-html-render-with-w3m-standalone)
7683         (mm-inline-render-with-function): Use mail-parse-charset by default.
7684
7685 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7686
7687         * parse-time.el (parse-time-string-chars): Check if CHAR
7688         is less than the length of parse-time-syntax.
7689
7690 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7691
7692         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7693         from gnus-newsgroup-processable.
7694
7695 2007-04-16  Didier Verna  <didier@xemacs.org>
7696
7697         * gnus-msg.el (gnus-configure-posting-styles): Handle
7698         message-signature-directory properly with :file syntax.  Reported by
7699         "Leo".
7700
7701 2007-04-11  Didier Verna  <didier@xemacs.org>
7702
7703         New user option: message-signature-directory.
7704         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7705         * message.el (message-insert-signature): Ditto.
7706         * message.el (message-signature-file): Doc update.
7707         * message.el (message-signature-directory): New.
7708
7709 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-msg.el (gnus-inews-yank-articles): Use
7712         message-exchange-point-and-mark instead of exchange-point-and-mark.
7713
7714 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * message.el (message-yank-original): Make sure cited text ends with
7717         newline; don't exchange point and mark.
7718
7719 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7720
7721         * tls.el (open-tls-stream): Properly handle case where there
7722         is no associated buffer.
7723
7724 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7725
7726         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7727         message-yank-original, make sure (< mark TEXT point).
7728
7729 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7730
7731         * message.el (message-fill-column): New variable.
7732         (message-mode): Use it.  Add comment on a possible new hook.
7733
7734         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7735         (nnmail-get-new-mail): Reformat.
7736
7737         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7738
7739         * gmm-utils.el: Fix Commentary.
7740         (gmm-tool-bar-from-list): Fix typo in doc string.
7741
7742 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7743
7744         * message.el (message-yank-original): Don't switch point and mark
7745         unnecessarily to put point and mark as documented.
7746
7747 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7748
7749         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7750         from the message heads.
7751
7752 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7753
7754         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7755         article buffer does not have a window.  This may not be the best
7756         solution but is certainly better than setting the start of the null,
7757         that is the current, window.
7758
7759 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7760
7761         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7762         (gnus-draft-setup): Run it.
7763
7764         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7765         gnus-score-fast-scoring.  Allow regexp.
7766         (gnus-score-headers): Use it.
7767
7768         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7769         XEmacs.
7770
7771         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7772         string.
7773         (gnus-button-alist): Also catch `<f1> k ...'.
7774         (gnus-treat-display-x-face): Fix doc string.
7775
7776 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7777
7778         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7779         evaluation of gnus-extended-version to ensure correct generation of the
7780         User-Agent header when message-generate-headers-first is used.
7781
7782 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7783
7784         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7785         hashcash-path is nil.  Don't call callback with incorrect number of
7786         parameters if val is 0.
7787
7788 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7789
7790         * message.el (message-required-news-headers):
7791         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7792
7793 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7794
7795         * tls.el (open-tls-stream): In handshake-waiting loop,
7796         don't wait more if there is output available to process.
7797
7798 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7799
7800         * tls.el (tls-program): Doc fix.
7801
7802 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * message.el (message-generate-new-buffers): Change the meaning of the
7805         nil value; add `standard' to the choices; treat t as `unique'; improve
7806         doc string.
7807         (gnus-select-frame-set-input-focus): Autoload.
7808         (message-buffer-name): Search for the existing message buffer if
7809         message-generate-new-buffers is nil or `standard'; treat the value t of
7810         message-generate-new-buffers as `unique'.
7811         (message-pop-to-buffer): Raise the frame already displaying the message
7812         buffer; clear the echo area after querying.
7813         (message-setup): Pass the `continue' argument to compose-mail.
7814         (message-mail): Prefer `switch-function' if it is given; search for the
7815         existing message buffer if the `continue' argument is non-nil; pass
7816         continue and switch-function arguments to compose-mail by way of
7817         message-setup.
7818         (message-mail-other-window): Adjust argument of message-setup.
7819         (message-mail-other-frame): Ditto.
7820
7821 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7824         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7825         to turn font-lock on when turning gnus-message-citation-mode on.
7826
7827 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7828
7829         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7830         (mml-smime-function-alist): New variable; add epg as the backend.
7831         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7832         mml-smime- functions instead.
7833         * mm-view.el: Require smime.
7834
7835 2007-03-05  Didier Verna  <didier@xemacs.org>
7836
7837         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7838         instead of just inheritance for posting styles.
7839         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7840
7841 2007-02-24  Chris Moore  <dooglus@gmail.com>
7842
7843         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7844         * pgg-pgp.el (pgg-pgp-encrypt-region):
7845         * pgg-gpg.el (pgg-gpg-encrypt-region):
7846         Check pgg-encrypt-for-me if no other recipients.
7847
7848 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7849
7850         * tls.el (tls-certtool-program): Fix custom type.
7851
7852 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7855         and point-at-eol instead of line-(beginning|end)-position.
7856
7857         * assistant.el (assistant-parse-buffer): Ditto.
7858
7859         * netrc.el (netrc-parse-services): Ditto.
7860
7861 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7862
7863         * mml2015.el (mml2015-epg-find-usable-key): New function.
7864         (mml2015-epg-sign): Use it.
7865         (mml2015-epg-encrypt): Use it.
7866
7867 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * message.el (message-make-in-reply-to): Quote name containing
7870         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7871         if there are special characters.  Reported by NAKAJI Hiroyuki
7872         <nakaji@jp.freebsd.org>.
7873
7874 2007-02-27  Didier Verna  <didier@xemacs.org>
7875
7876         Include the group parameters as well as the topic ones in the
7877         inheritance filter process.
7878         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7879         argument GROUP-PARAMS-LIST.
7880         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7881
7882 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * nntp.el (nntp-never-echoes-commands)
7885         (nntp-open-connection-functions-never-echo-commands): New variables.
7886         (nntp-send-command): Use them.
7887
7888 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7889
7890         * mml2015.el (mml2015-epg-verify): Simplified.
7891
7892 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * mml.el (mml-content-disposition-alist): New user option.
7895         (mml-content-disposition): New function.
7896         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7897         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7898
7899 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7900
7901         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7902         verification.
7903
7904 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7905
7906         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7907         articles posted in the last 24 hours.
7908
7909 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7910
7911         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7912
7913 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7914
7915         * nntp.el (nntp-send-command): Don't wait for echoes when
7916         nntp-open-ssl-stream is used.
7917
7918 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7921         (gnus-message-add-citation-keywords)
7922         (gnus-message-remove-citation-keywords): Remove.
7923         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7924         directly, make the variables in font-lock-defaults buffer-local, add
7925         gnus-message-citation-keywords to them and then update the value of
7926         font-lock-keywords.
7927
7928 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * message.el (message-cite-original-1): Don't call
7931         gnus-article-highlight-citation.
7932
7933         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7934         citations; fix line count.
7935
7936 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7937
7938         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7939         (gnus-message-add-citation-keywords)
7940         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7941         versions of font-lock-add-keywords and font-lock-remove-keywords to
7942         work with XEmacs correctly.
7943
7944 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7945
7946         * gnus-cite.el (gnus-cite-face-list): Set the values of
7947         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7948         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7949         (gnus-message-cite-prefix-regexp): New variable.
7950         (gnus-message-search-citation-line): Use it; protect against long
7951         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7952         the 0th match data for Emacs.
7953         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7954         (gnus-message-add-citation-keywords): Append keywords rather than
7955         prepending; emulate font-lock-add-keywords if it is not available.
7956         (gnus-message-remove-citation-keywords): Emulate
7957         font-lock-remove-keywords if it is not available.
7958
7959         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7960
7961         * message.el (message-cite-prefix-regexp): Set the value of
7962         gnus-message-cite-prefix-regexp.
7963
7964 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7965
7966         * nnweb.el (nnweb-google-parse-1): Update parser.
7967
7968 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7969
7970         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7971
7972 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7973
7974         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7975         regexp.
7976
7977 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7980         string-to-multibyte.
7981         (uudecode-decode-region-internal): Use it.
7982
7983         * lpath.el: Fbind string-as-multibyte for XEmacs.
7984
7985 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7986
7987         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7988         custom choice.
7989
7990         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7991
7992 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7993
7994         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7995
7996         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7997         `write-region' to respect `mm-inhibit-file-name-handlers'.
7998
7999 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8000
8001         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8002         Use gnus-home-directory instead of "~/" or "$HOME".
8003
8004 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8005
8006         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8007         to mention filename.
8008         Add comments at beginning regarding usage.
8009         (encrypt-write-file-contents): Change interactive so a string is
8010         acceptable.  If the file has no associated model, show an error instead
8011         of a nonsense prompt.
8012
8013 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8014
8015         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8016         Thanks to Yoshihiko Yamada for kind notification of this typo.
8017
8018 2007-01-12  Kenichi Handa  <handa@m17n.org>
8019
8020         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8021         multibyte buffer.
8022
8023 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8024
8025         * gnus-score.el (gnus-score-fast-scoring): New variable.
8026         (gnus-score-headers): Use it.
8027
8028         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8029
8030         * message.el (message-cite-original-1): Call
8031         gnus-article-highlight-citation if requested.
8032         (message-make-from): Allow name and address as optional arguments.
8033
8034         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8035
8036         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8037         bugs to doc string.
8038         (gnus-button-alist): Add mid\\|message-id.
8039         (gnus-button-fetch-group): Extend for use in
8040         `browse-url-browser-function'.
8041         (gnus-button-url-regexp): Try to catch paired parentheses like in
8042         Wikipedia URLs.
8043
8044         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8045         Suggested by Simon Krahnke <overlord@gmx.li>.
8046
8047 2007-01-13  Romain Francoise  <romain@orebokech.com>
8048
8049         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8050         Update copyright.
8051
8052 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8053
8054         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8055
8056 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8057
8058         * gnus-registry.el (gnus-registry-unfollowed-groups)
8059         (gnus-registry-split-fancy-with-parent): Fix documentation.
8060
8061 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8064         from nnweb groups.
8065
8066 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8067
8068         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8069         Xref urls.  Erase buffer before requesting head.
8070
8071 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8074         customizable.
8075
8076 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
8077
8078         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
8079         no signing key is found.
8080         (mml2015-epg-encrypt): Ask user whether to skip or abort if
8081         no encrypting and/or signing key is found.
8082
8083 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
8084
8085         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
8086
8087 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8088
8089         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
8090         headers read from disk with the ones newly found in the current search.
8091         This should no longer cause problems, because the article numbers in
8092         Gmane's `nov.php' output are ignored since the previous change.
8093
8094 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8095
8096         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
8097
8098 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
8101         replace-regexp-in-string; bind url-version; fbind display-images-p and
8102         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
8103         find-face and set-itimer-function for Emacs; bind itimer-list for
8104         Emacs.
8105
8106         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8107
8108 2007-01-01  Romain Francoise  <romain@orebokech.com>
8109
8110         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8111
8112 2006-12-31  Steve Youngs  <steve@sxemacs.org>
8113
8114         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
8115         `define-minor-mode' macro definition expanded properly.
8116         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
8117         exclude it there.
8118
8119         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
8120         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
8121         `fboundp' test.
8122         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
8123         This is OK to autoload in (S)XEmacs now.
8124
8125 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8126
8127         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
8128         keystroke.
8129         (gnus-summary-limit-to-singletons): Fix typo.
8130
8131         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
8132         else fails.
8133
8134 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8135
8136         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
8137         docstring.
8138
8139         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
8140         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
8141         (gnus-summary-insert-dormant-articles): Fix typo in message.
8142
8143 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
8144
8145         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
8146         nil for XEmacs.
8147         (gnus-message-citation-mode): Don't autoload in XEmacs.
8148
8149         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
8150
8151 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
8152
8153         * nnimap.el (nnimap-expunge-search-string): Mention
8154         nnimap-search-uids-not-since-is-evil in docstring.
8155
8156 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * spam.el: Revert to make-obsolete-variable because
8159         define-obsolete-variable-alias is not supported in Emacs 21.
8160
8161         * spam.el (spam-ifile-path, spam-ifile-database-path)
8162         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
8163         make-obsolete-variable.
8164         (spam-bsfilter-path, spam-bsfilter-program)
8165         (spam-spamassassin-path, spam-spamassassin-program)
8166         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
8167         use "path" inappropriately.
8168         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
8169         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
8170         variable names.
8171
8172 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
8173
8174         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
8175         summary buffer.
8176
8177         * password.el (password-cache-remove): Use clear-string to burn
8178         password, if available.
8179
8180 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
8183
8184         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
8185
8186         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
8187         (gnus-message-highlight-citation): Move defcustom here from
8188         gnus-cite.el.
8189         (gnus-message-citation-mode): Autoload.
8190
8191         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
8192         checks to make it compile with XEmacs.
8193         (gnus-message-citation-mode): New minor mode.
8194         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
8195         (gnus-message-highlight-citation): New variables.
8196         (gnus-message-search-citation-line)
8197         (gnus-message-add-citation-keywords)
8198         (gnus-message-remove-citation-keywords)
8199         (turn-on-gnus-message-citation-mode)
8200         (turn-off-gnus-message-citation-mode): New functions.
8201
8202 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
8203
8204         * gnus-cite.el: Enable highlighting of different citation levels in
8205         message-mode.
8206
8207 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
8208
8209         * message.el (message-make-fqdn): Fix comment.
8210         (message-bogus-system-names): Add ".local".
8211
8212         * spam.el (spam-ifile-path, spam-ifile-program)
8213         (spam-ifile-database-path, spam-ifile-database)
8214         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
8215         Don't use "path" inappropriately.
8216         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
8217         strings.
8218         (spam-check-ifile, spam-ifile-register-with-ifile)
8219         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
8220         new variable names.
8221
8222         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
8223         (gnus-treat-display-smileys): Simplify using
8224         gnus-image-type-available-p.
8225
8226         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
8227         available.
8228
8229         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
8230         `display-images-p' if available.
8231
8232 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
8235         one after turning on the buffer's multibyteness instead of decoding
8236         them directly in the unibyte buffer that causes unexpected conversion
8237         in Emacs 23 (unicode).
8238
8239 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8240
8241         * message.el (message-generate-hashcash): Fix custom type.
8242
8243 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8244
8245         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
8246
8247 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
8248
8249         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
8250         disconnect icons.  Add help text.
8251
8252 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
8253
8254         * spam.el (spam-extra-header-to-number): CRM114 spam score is
8255         negated to be consistent with the others we handle.
8256
8257 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8258
8259         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
8260         version of gnus-summary-buffer to something, so that we can use two
8261         article buffers at the same time.
8262
8263 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
8264
8265         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
8266         trigger all the extra headers.
8267         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
8268         sorting.
8269
8270 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8271
8272         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
8273         solid groups.
8274
8275 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
8276
8277         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
8278
8279 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * legacy-gnus-agent.el: Add Copyright notice.
8282
8283 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
8284
8285         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
8286
8287 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8288
8289         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
8290
8291         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
8292         to make it work reliably in CVS Emacs.
8293         (gnus-summary-limit-strange-charsets-predicate)
8294         (gnus-summary-limit-to-predicate): New functions.
8295
8296 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
8297
8298         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
8299         specifying array size.
8300         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
8301         array if it is too small.
8302         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
8303         (gnus-sort-threads-loop): New function.
8304
8305 2006-12-06  Chris Moore  <dooglus@gmail.com>
8306
8307         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
8308         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
8309
8310 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
8311
8312         * mm-url.el (mm-url-predefined-programs): Call curl with correct
8313         options.
8314
8315 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
8318         DOS-ing the recipient.
8319
8320         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
8321         the headers when creating the mapping to avoid mismappings.
8322         (nnweb-gmane-create-mapping): Always nix out old mapping.
8323
8324 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
8327         and mm-verify-option to never.
8328
8329 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8330
8331         * message.el (message-signed-or-encrypted-p): New function.
8332         (message-forward-make-body): Use it.
8333
8334         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
8335         Replace encode-coding-string with mm-encode-coding-string.
8336
8337 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * nneething.el (nneething-decode-file-name): Replace
8340         decode-coding-string with mm-decode-coding-string.
8341
8342         * gnus-int.el (gnus-open-server): Say failed server's name.
8343
8344 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8345
8346         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
8347         strings to a single string.  Quote `errors-file-name'.
8348         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
8349         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
8350         Adjust calls.  Use `shell-quote-argument'.
8351
8352 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
8353
8354         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
8355         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
8356
8357         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
8358         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
8359         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
8360         (gnus-group-make-directory-group, gnus-group-transpose-groups):
8361         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
8362         (gnus-subscribe-newsgroup, gnus-1):
8363         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
8364         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
8365         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
8366         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
8367
8368 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
8371         keystroke.
8372         (gnus-summary-limit-to-bodies): Implement headersp.
8373
8374 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8375
8376         * dns.el (query-dns): Protect against "Process dns deleted" strings.
8377
8378 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
8381
8382 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8383
8384         * message.el (message-generate-hashcash): Expand range of values to
8385         include `opportunistic'.
8386         (message-send-mail): Use it.
8387
8388 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8389
8390         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
8391         and comment it.
8392
8393         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
8394
8395 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
8396
8397         * gnus-util.el (gnus-extract-address-components): Improve comment.
8398
8399 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-util.el (gnus-extract-address-components): Work with address in
8402         which the name portion contains @.
8403
8404         * lpath.el: Fbind custom-autoload.
8405
8406 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * gnus.el (gnus-start): Move custom group up.
8409         (gnus-select-method): Don't autoload, but make it available for
8410         `customize-variable'.
8411         (gnus-getenv-nntpserver): Don't autoload.
8412
8413 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
8414
8415         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
8416
8417 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * message.el (message-sendmail-extra-arguments): New variable.
8420         (message-send-mail-with-sendmail): Use it.
8421
8422 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
8425         mm-with-unibyte-current-buffer to make string unibyte.
8426
8427         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
8428         mm-string-as-multibyte.
8429
8430 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
8431
8432         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
8433         Reported by Werner Koch <wk@gnupg.org>.
8434
8435 2006-11-14  Daiki Ueno  <ueno@p360>
8436
8437         * mml2015.el: Autoload epa-select-keys when compiling.
8438
8439 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8440
8441         * mml2015.el (mml2015-epg-sign): Save the signing keys in
8442         message-options.
8443         (mml2015-epg-encrypt): Save the recipient keys in message-options.
8444
8445 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
8446
8447         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
8448         EasyPG (< 0.0.6).
8449         (mml2015-always-trust): New user option.
8450         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
8451         prompt.
8452
8453 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * nntp.el (nntp-authinfo-force): New variable.
8456         (nntp-send-authinfo): Use it.
8457
8458 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * message.el (message-strip-subject-encoded-words): Allow _not_ to
8461         decode encoded words.  Improve prompt.  Add comment about forwarding.
8462         (message-replacement-char): Move up.
8463
8464 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
8465
8466         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
8467         instead of gnus-intersection because arguments of gnus-sorted-nunion
8468         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
8469
8470 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
8471
8472         * message.el (message-strip-subject-encoded-words): Reformat prompt.
8473         (message-simplify-subject-functions): Enable
8474         message-strip-subject-encoded-words by default.
8475
8476 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
8477
8478         * message.el (message-strip-subject-encoded-words): New function.
8479         (message-simplify-subject-functions): New variable.
8480         (message-simplify-subject): Use it.  Fix typo in doc string.
8481         Support message-strip-subject-encoded-words.
8482
8483 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
8484
8485         * gnus-diary.el (gnus-diary-delay-format-function):
8486         * nndiary.el (nndiary-reminders):
8487         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
8488
8489 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8490
8491         * gnus-art.el (article-hide-boring-headers): Fetch date from
8492         gnus-original-article-buffer to avoid problems with localized date
8493         strings.
8494
8495 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8496
8497         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
8498
8499 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
8500
8501         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
8502         New variables.
8503         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8504         (mm-charset-synonym-alist): Move some entries to
8505         mm-codepage-iso-8859-list.
8506         (mm-charset-synonym-alist, mm-charset-override-alist): Add
8507         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8508
8509 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
8512
8513 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8514
8515         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
8516         with Emacs 21 and XEmacs.
8517
8518 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
8519
8520         * spam.el (spam-parse-address): New function for better parsing,
8521         catching errors, etc.
8522         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
8523
8524 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8525
8526         * mm-view.el: Add interactive arg to html2text autoload.
8527
8528 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
8531
8532 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
8533
8534         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8535         variables.
8536         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8537         (mm-charset-synonym-alist): Move some entries to
8538         mm-codepage-iso-8859-list.
8539
8540         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8541
8542 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8543
8544         * message.el (message-citation-line-format)
8545         (message-insert-formated-citation-line): Fix implementation of %E, %N
8546         and %n according to the doc string.
8547
8548 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8549
8550         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8551         car-safe to avoid bad parses.
8552
8553 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8556         names.
8557
8558         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8559
8560 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8563         header.
8564
8565         * message.el (message-draft-headers): Add Date.
8566         (message-headers-to-generate): Fix typo in docstring.
8567
8568         * nndraft.el (nndraft-required-headers): New variable.
8569         (nndraft-generate-headers): Use it.
8570
8571         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8572
8573 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8574
8575         * gnus-registry.el (gnus-registry-wash-for-keywords)
8576         (gnus-registry-find-keywords): New functions to allow easy searching of
8577         articles that are in the registry.
8578
8579 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8580
8581         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8582         ietf-drums-parse-address instead of gnus-extract-address-components.
8583         Reported by Damien Elmes <damien@repose.cx>.
8584
8585 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * gnus.el (gnus-mime): Remove unused custom group.
8588
8589 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8590
8591         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8592         "blank line" when searching for end of armor headers.
8593
8594 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * gmm-utils.el (gmm-write-region): Fix variable name.
8597
8598 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * gmm-utils.el (gmm-write-region): New function based on compatibility
8601         code from `mm-make-temp-file'.
8602
8603         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8604
8605         * nnmaildir.el (nnmaildir--update-nov)
8606         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8607         Use `gmm-write-region'.
8608
8609 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8610
8611         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8612         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8613
8614         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8615
8616         * message.el (message-replacement-char): New variable.
8617         (message-fix-before-sending): Use it.
8618         (message-simplify-subject): New function to remove duplicate code.
8619         (message-reply, message-followup): Use it.
8620
8621         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8622         gnus-summary-limit-to-articles.
8623
8624 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * gnus-util.el (gnus-with-local-quit): New macro.
8627
8628         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8629
8630 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8631
8632         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8633         ignore non-string data.
8634
8635 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8636
8637         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8638         non-string data (needs to be done in the registry too).
8639
8640 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8641
8642         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8643         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8644         (gnus-registry-split-fancy-with-parent)
8645         (gnus-registry-fetch-simplified-message-subject-fast)
8646         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8647         Remove text properties on ingress into the registry and when it's saved.
8648         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8649         registry from entries with no groups.
8650
8651 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8652
8653         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8654         function to remove string properties.
8655
8656 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * gmm-utils.el (gmm): Adjust custom version.
8659
8660         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8661         custom version.
8662
8663         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8664
8665 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8666
8667         * gnus-art.el (gnus-insert-prev-page-button)
8668         (gnus-insert-next-page-button): Simplify.  Reformat.
8669
8670 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8671
8672         * gnus-art.el (gnus-insert-prev-page-button)
8673         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8674
8675 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8676
8677         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8678
8679 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8680
8681         * gnus-art.el (gnus-insert-mime-button)
8682         (gnus-insert-mime-security-button):
8683         Apply gnus-article-button-face to MIME and security buttons.
8684
8685 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8688         readable.
8689
8690 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8693
8694 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8695
8696         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8697         `browse-url-of-file' instead of `browse-url'.
8698
8699 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8700
8701         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8702         regexp.  Articles containing quotation were cut prematurely.
8703
8704 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * message.el (message-cite-original-1): Use nobody by default for the
8707         value of From header.
8708         (message-reply): Ditto.
8709
8710 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8711
8712         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8713         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8714         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8715
8716 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8719         mails in the doc string.  Add some URLs in comment.
8720         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8721
8722 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8723
8724         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8725         backslashes handling and the way to find boundaries of quoted strings.
8726
8727 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8728
8729         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8730         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8731         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8732         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8733
8734 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8737         doc string.
8738         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8739
8740 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * lpath.el: Fbind epg-check-configuration.
8743
8744 2006-09-06  Simon Josefsson  <jas@extundo.com>
8745
8746         * mml2015.el (mml2015-use): Doc fix, mention epg.
8747
8748 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8749
8750         * mml2015.el (mml2015-use): Default to epg, if available.
8751
8752 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8753
8754         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8755         message-sender.
8756         (mml1991-epg-encrypt): Ditto.
8757         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8758         message-sender.
8759         (mml2015-epg-encrypt): Ditto.
8760
8761 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8762
8763         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8764         several common directories.
8765
8766 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8767
8768         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8769         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8770
8771 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * gnus-art.el (article-decode-encoded-words): Make it fast.
8774
8775 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8776
8777         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8778
8779         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8780         in quoted string into `\'.
8781
8782 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8785         Use standard-syntax-table.
8786
8787 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-art.el (gnus-decode-address-function): New variable.
8790         (article-decode-encoded-words): Use it to decode headers which are
8791         assumed to contain addresses.
8792         (gnus-mime-delete-part): Remove useless `or'.
8793
8794         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8795         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8796         (gnus-nov-parse-line): Use it to decode From header.
8797         (gnus-get-newsgroup-headers): Ditto.
8798         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8799
8800         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8801         (mail-decode-encoded-address-string): New alias.
8802
8803         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8804         New function.
8805         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8806         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8807         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8808         (rfc2047-decode-string): Ditto.
8809         (rfc2047-decode-address-region): New function.
8810         (rfc2047-decode-address-string): New function.
8811
8812 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8813
8814         * message.el (message-caesar-buffer-body): Allow rotating headers.
8815
8816         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8817
8818         * message.el (message-insert-formated-citation-line): Fix %f.
8819         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8820
8821 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8824         (gnus-bookmark-mouse-available-p): New macro.
8825         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8826         (gnus-bookmark-bmenu-show-infos): Use it.
8827         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8828         (gnus-bookmark-bmenu-hide-infos): Ditto.
8829         (gnus-bookmark-remove-properties): New function.
8830         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8831         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8832         (gnus-bookmark-write-file): Bind coding-system-for-write.
8833         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8834         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8835         group before selecting it.
8836         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8837         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8838         quit-window if it is not available; use gnus-mouse-2 and bind it to
8839         gnus-bookmark-bmenu-select-by-mouse.
8840         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8841         (gnus-bookmark-bmenu-select-by-mouse): New function.
8842
8843 2006-08-13  Romain Francoise  <romain@orebokech.com>
8844
8845         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8846         space.
8847
8848 2006-08-10  Romain Francoise  <romain@orebokech.com>
8849
8850         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8851         (dns-mode-soa-auto-increment-serial): New user option.
8852         (dns-mode-soa-maybe-increment-serial): New function.
8853         (dns-mode): Add the latter to `write-contents-functions'.
8854
8855 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8856
8857         * compface.el (uncompface): Use binary rather than raw-text-unix.
8858
8859 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * compface.el (uncompface): Make sure the eol conversion doesn't take
8862         place when communicating with the external programs.  Reported by
8863         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8864
8865 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8868
8869 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8870
8871         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8872         Make it more robust by parsing author and date independently.
8873
8874 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8875
8876         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8877
8878 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8879
8880         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8881         first matching secret key.
8882         (mml2015-epg-encrypt): Ditto.
8883
8884         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8885         first matching secret key.
8886         (mml1991-epg-encrypt): Ditto.
8887
8888         * mml2015.el (mml2015-encrypt-to-self): New user option.
8889         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8890         mml2015-epg-encrypt-to-self is set.
8891
8892         * mml1991.el (mml1991-encrypt-to-self): New variable.
8893         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8894         mml1991-epg-encrypt-to-self is set.
8895
8896         * mml2015.el (mml2015-signers): New user option.
8897         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8898         (mml2015-epg-encrypt): Allow to select signing keys.
8899
8900         * mml1991.el (mml1991-signers): New variable.
8901         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8902         (mml1991-epg-encrypt): Allow to select signing keys.
8903
8904 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * nnheader.el (nnheader-insert-head): Make it work even if the file
8907         uses CRLF for the line-break code.
8908
8909 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8910
8911         * mml2015.el: Require mml-sec instead of password.
8912         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8913         (mml2015-cache-passphrase): Inherit the default value from
8914         mml-secure-cache-passphrase.
8915         (mml2015-passphrase-cache-expiry): Inherit the default value from
8916         mml-secure-passphrase-cache-expiry.
8917
8918         * mml1991.el: Require mml-sec instead of password.
8919         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8920         (mml1991-cache-passphrase): Inherit the default value from
8921         mml-secure-cache-passphrase.
8922         (mml1991-passphrase-cache-expiry): Inherit the default value from
8923         mml-secure-passphrase-cache-expiry.
8924
8925         * mml-sec.el: Require password.
8926         (mml-secure-verbose): New user option.
8927         (mml-secure-cache-passphrase): New user option.
8928         (mml-secure-passphrase-cache-expiry): New user option.
8929
8930 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8931
8932         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8933         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8934         andreas@altroot.de (Andreas Vögele).
8935
8936         FIXME: Use `tiny change'?
8937
8938 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8939
8940         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8941         workaround for the url package included with Emacs.
8942
8943         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8944
8945 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8946
8947         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8948         correctly.  This fixes a bug caused by the 2006-05-12 change.
8949
8950 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8951
8952         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8953         some information about the error when saying that the `bogus' mail
8954         group will be used.
8955
8956 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8957
8958         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8959         string.
8960
8961 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8962
8963         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8964
8965 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8966
8967         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8968
8969 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8970
8971         * mml1991.el (mml1991-function-alist): Add epg.
8972         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8973         (mml1991-epg-encrypt): New functions.
8974
8975 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8976
8977         * mml2015.el (mml2015-verbose): New variable.
8978         (mml2015-cache-passphrase): Ditto.
8979         (mml2015-passphrase-cache-expiry): Ditto.
8980         (mml2015-function-alist): Add epg.
8981         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8982         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8983         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8984         functions.
8985
8986 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8987
8988         * message.el (message-cite-original-1): Preserve region when removing
8989         quoted text due to X-No-Archive in order to avoid bogus attribution
8990         when citing multiple messages.
8991
8992 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8993
8994         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8995         Kenneth Jacker <khj@be.cs.appstate.edu>.
8996
8997 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-diary.el (gnus-user-format-function-d)
9000         (gnus-user-format-function-D): Autoload.
9001
9002         * imap.el (Commentary): Fix typo.
9003
9004         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9005         2006-04-22 contribution.
9006
9007 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9008
9009         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9010         It didn't really fix the bogosity I'm seeing with solid web groups.
9011
9012 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9013
9014         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9015         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9016         created using server names.  If we use the feature without declaring
9017         it, Gnus does not properly manage server and group state.
9018
9019         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9020         bound.
9021
9022 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9023
9024         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9025         looking up the method using GROUP's prefix before inventing a new one.
9026         It is used on killed/unknown groups in various places where returning
9027         an all-new method isn't expected by the caller.
9028
9029         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9030         and match semantics of gnus-group-real-prefix.
9031
9032 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * nnmail.el (nnmail-broken-references-mailers): New variable.
9035         (nnmail-ignore-broken-references): New function generalizing
9036         nnmail-fix-eudora-headers.
9037         (nnmail-fix-eudora-headers): Now obsolete.
9038
9039         * gnus-art.el (gnus-button-handle-custom): Support
9040         `customize-apropos*'.
9041
9042 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9045
9046         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9047         articles.
9048
9049 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * message.el (message-cite-reply-above): New variable.
9052         (message-yank-original): Use it.
9053
9054 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9057
9058 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9059
9060         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9061         as read.
9062
9063         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9064
9065 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9068         (gnus-bookmark-default-file): Use gnus-directory.
9069         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9070         Remove "*" in doc string.
9071         (gnus-bookmark-write-file): Simplify.
9072         (gnus-bookmark-maybe-sort-alist): Use `when'.
9073         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9074         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
9075         FIXME about Emacs 21 and XEmacs compatibility.
9076         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9077         compatibility.
9078         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9079         compatibility.
9080         (gnus-bookmark-menu-heading): Fix version.
9081
9082 2006-06-19  Bastien Guerry  <bzg@altern.org>
9083
9084         * gnus-bookmark.el: New file.
9085
9086 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9087
9088         * message.el (message-syntax-checks): Doc fix.
9089
9090 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9091
9092         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9093         unsubscribed groups as if they were killed ones.  It causes duplicate
9094         entries in gnus-newsrc-alist.
9095
9096 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9097
9098         * message.el (message-syntax-checks): Doc fix.
9099         (message-send-mail): Add check for continuation headers.
9100         (message-check-news-header-syntax): Fix regexp used to check for
9101         continuation headers.
9102
9103 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9106
9107 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9108
9109         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9110
9111 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9114         default-truncate-lines.
9115
9116 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9117
9118         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
9119         to fill the utf-8 entry.
9120
9121         * lpath.el: Fbind unicode-precedence-list.
9122
9123 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9124
9125         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9126
9127 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
9128
9129         * gnus-agent.el (directory-files-and-attributes): Move all the way
9130         forward (the third and final move).
9131         (gnus-agent-read-agentview): Trap reconstruction errors due to
9132         nonexistant directory.  Handle by returning nil.
9133
9134 2006-05-30  Didier Verna  <didier@xemacs.org>
9135
9136         * message.el (message-dont-reply-to-names): Update the custom type.
9137         * message.el (message-dont-reply-to-names): New defsubst: potentially
9138         convert a list of regexps into a single one.
9139         * message.el (message-get-reply-headers): Use it.
9140         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
9141
9142 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9143
9144         * gnus-agent.el (directory-files-and-attributes): Move forward.
9145
9146 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * gnus-ml.el (gnus-mailing-list-subscribe)
9149         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
9150         (gnus-mailing-list-message): Fix doc strings.
9151
9152 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9153
9154         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
9155         of doing it manually.
9156
9157 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
9160         comment.
9161
9162 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
9163
9164         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
9165         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
9166         (gnus-agent-read-local): All symbols allocated in my-obarray.
9167         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
9168         (gnus-agent-regenerate-group): Check numeric names to see if they are
9169         messages or groups.
9170         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
9171         better way of do this...)
9172
9173         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
9174         'dummy.group' (there should be a better way of do this...)
9175
9176 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
9179         (gnus-saved-headers): Ditto.
9180         (gnus-default-article-saver): Mention functions may have properties.
9181         (gnus-article-save): Override gnus-save-all-headers and
9182         gnus-saved-headers by :headers property which saver function may have.
9183         (gnus-summary-save-in-file): Add :headers property.
9184         (gnus-summary-write-to-file): Ditto.
9185
9186         * gnus-sum.el (gnus-summary-save-article): Bind
9187         gnus-prompt-before-saving to t when saving many articles in a file;
9188         always show all headers.
9189
9190         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
9191
9192 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9193
9194         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
9195         marks.
9196
9197         * message.el (message-indent-citation): Add optional arguments to allow
9198         using it outside of message buffers.
9199
9200         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
9201         (gnus-article-treat-unfold-headers): Use it.
9202         (gnus-article-truncate-lines): New variable.
9203         (gnus-article-mode): Use it.
9204         (gnus-article-toggle-truncate-lines): New function.
9205
9206         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
9207         gnus-article-toggle-truncate-lines.
9208
9209         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
9210         coding system in XEmacs, use binary.
9211
9212 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9213
9214         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
9215         after-load-alist.
9216
9217         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
9218         this function should save decoded articles.
9219         (gnus-summary-write-to-file): Use property to specify this function
9220         should save decoded articles and specify gnus-summary-save-in-file
9221         should be used to save articles other than the first one when saving
9222         many articles.
9223         (gnus-summary-save-body-in-file): Use property to specify this
9224         function should save decoded articles.
9225         (gnus-summary-write-body-to-file): Use property to specify this
9226         function should save decoded articles and specify
9227         gnus-summary-save-body-in-file should be used to save articles other
9228         than the first one when saving many articles.
9229
9230         * gnus-sum.el (gnus-summary-save-article): Simplify.
9231
9232 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9233
9234         * gnus-art.el (gnus-default-article-saver): Add
9235         gnus-summary-write-body-to-file.
9236         (gnus-article-save-coding-system): Don't use coding system object
9237         in XEmacs.
9238         (gnus-read-save-file-name): Add optional `dir-var' argument which
9239         specifies directory in which files are saved; work even if optional
9240         `variable' argument is not specified.
9241         (gnus-summary-write-to-file): Read file name.
9242         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
9243         (gnus-summary-write-body-to-file): New function.
9244
9245         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
9246         (gnus-summary-local-variables): Add it.
9247         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
9248         (gnus-summary-save-article): Remove optional `decode' argument;
9249         determine whether to decode articles by the value of
9250         gnus-default-article-saver; when saving many files using
9251         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
9252         it first and use gnus-summary-save-in-file or
9253         gnus-summary-save-body-in-file thereafter unless
9254         gnus-prompt-before-saving is always; move point to article which
9255         will be saved.
9256         (gnus-summary-save-article-file): Revert.
9257         (gnus-summary-write-article-file): Revert.
9258         (gnus-summary-save-article-body-file): Revert.
9259         (gnus-summary-write-article-body-file): New function.
9260
9261 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9262
9263         * gnus-art.el (gnus-default-article-saver): Doc fix.
9264         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
9265         from gnus-summary-save-article-coding-system, and default to a
9266         certain coding system.
9267         (gnus-output-to-file): Add coding cookie and encode text according
9268         to gnus-article-save-coding-system; don't use mm-append-to-file.
9269
9270         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
9271         gnus-art.el and rename to gnus-article-save-coding-system.
9272         (gnus-summary-save-article): Require gnus-art; don't show all
9273         headers if it decodes articles; don't add coding cookie here;
9274         don't bind mm-text-coding-system-for-write.
9275         (gnus-summary-save-article-file): Save decoded articles.
9276         (gnus-summary-write-article-file): When saving many files, use
9277         gnus-summary-write-to-file first and gnus-summary-save-in-file
9278         thereafter unless gnus-prompt-before-saving is always.
9279         (gnus-summary-save-article-body-file): Save decoded articles.
9280
9281         * lpath.el: Fbind select-safe-coding-system for XEmacs.
9282
9283 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * nnrss.el (nnrss-check-group): Bind hash-index.
9286
9287 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
9288
9289         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
9290         its hash index.  Store this hash in `nnrss-group-data'.
9291         (nnrss-read-group-data): Update accordingly.
9292
9293 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
9296         entry.
9297
9298         * gnus-sum.el (gnus-summary-make-menu-bar): Add
9299         gnus-article-browse-html-article.
9300
9301 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
9302
9303         * gnus-sum.el (gnus-summary-mime-map): Add
9304         gnus-article-browse-html-article.
9305
9306         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
9307
9308 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
9311         suitable coding systems in customize.
9312
9313 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * mail-source.el (mail-sources): Fix custom type.
9316
9317 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
9320         (gnus-summary-expire-articles-now): Shorten prompt.
9321
9322         * gmm-utils.el (wid-edit): Require.
9323         (defun-gmm): Renamed from `gmm-defun-compat'.
9324         (gmm-image-search-load-path): Use it.
9325         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
9326
9327 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * gnus-sum.el (gnus-summary-save-article-coding-system): New
9330         variable.
9331         (gnus-summary-save-article): Add optional `decode' argument.  If
9332         it is set and gnus-summary-save-article-coding-system is non-nil,
9333         save decoded article.
9334         (gnus-summary-write-article-file): Save decoded article if
9335         gnus-summary-save-article-coding-system is non-nil.
9336
9337         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
9338         type.
9339
9340 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
9343
9344 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9345
9346         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
9347         first to test gnus-single-article-buffer which may be buffer-local.
9348
9349         * gnus-sum.el (gnus-summary-setup-buffer): Make
9350         gnus-single-article-buffer buffer-local and nil in ephemeral
9351         group; make gnus-article-buffer, gnus-article-current, and
9352         gnus-original-article-buffer always buffer-local.
9353         (gnus-summary-exit): Kill article buffer belonging to ephemeral
9354         group.
9355         (gnus-handle-ephemeral-exit): Don't move to next summary line.
9356
9357 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * nnml.el (nnml-request-compact-group): Compressed files might not
9360         have .gz extension.
9361
9362 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9363
9364         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
9365         (mm-copy-to-buffer): Use with-current-buffer.
9366         (mm-display-part): Simplify.
9367         (mm-inlinable-p): Add optional arg `type'.
9368
9369 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9370
9371         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
9372         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
9373         Try harder to show the attachment internally or externally using
9374         gnus-mime-view-part-as-type.
9375
9376 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9377
9378         * message.el (message-from-style, message-signature-separator)
9379         (message-user-organization-file, message-send-mail-function)
9380         (message-citation-line-function, message-yank-prefix)
9381         (message-indent-citation-function, message-signature)
9382         (message-signature-file, message-signature-insert-empty-line):
9383         Remove autoloads.
9384
9385         * gnus-art.el (gnus-buttonized-mime-types): Remove
9386         "multipart/signed".  Revert 2006-04-26 change.
9387
9388 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389
9390         * gnus.el (gnus-version-number): Bump version.
9391
9392 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9393
9394         * gnus.el: No Gnus v0.5 is released.
9395
9396 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9397
9398         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
9399         fetching articles by message-id.
9400
9401 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402
9403         * message.el (hashcash): Require hashcash as normal.
9404
9405         * ecomplete.el (ecomplete-highlight-match-line): Use
9406         point-at-eol.
9407         (ecomplete-highlight-match-line): Use `highlight', because that
9408         face exists in both Emacs and XEmacs.
9409
9410         * message.el (message-display-abbrev): Use point-at-bol.
9411
9412         * mail-source.el: Don't require timer/timer-funcs.
9413
9414         * gnus-async.el: Ditto.
9415
9416         * password.el: Ditto.
9417
9418         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
9419
9420         * mm-url.el: Ditto.
9421
9422         * gnus-xmas.el: Don't require timer-funcs.
9423
9424         * mm-util.el: Require timer/timer-funcs.
9425
9426 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9427
9428         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
9429         Close.
9430
9431 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9432
9433         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
9434         unibyte after clear-decrypt function runs.
9435
9436         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
9437         returns as a unibyte string.
9438
9439 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * lpath.el: Revert.
9442
9443         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
9444         (pgg-gpg-process-sentinel): Revert.
9445
9446         * pgg-pgp.el (pgg-pgp-process-region): Revert.
9447         (pgg-pgp-lookup-key): Revert.
9448
9449         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
9450         (pgg-pgp5-lookup-key): Revert.
9451
9452         * pgg.el (pgg-fetch-key): Revert.
9453
9454 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9455
9456         * lpath.el: Fbind string-as-multibyte for XEmacs.
9457
9458         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
9459         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
9460         (mml1991-pgg-encrypt): Ditto.
9461
9462         * pgg-gpg.el (pgg-string-to-multibyte): New function.
9463         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
9464         a multibyte buffer.
9465
9466         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
9467         (pgg-pgp-lookup-key): Ditto.
9468
9469         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
9470         (pgg-pgp5-lookup-key): Ditto.
9471
9472         * pgg.el (pgg-fetch-key): Ditto.
9473
9474 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * message.el (message-user-organization-file): Check several
9477         locations of the organization file.
9478
9479         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
9480         Add gnus-article-view-part-as-type.
9481
9482         * gnus-art.el (gnus-article-view-part-as-type): New function.
9483
9484         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
9485         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
9486
9487         * mml.el: Simplify autoload.
9488         (mml-mode): defvar dnd-protocol-alist instead of using
9489         symbol-value.
9490         (mml-default-directory): New variable.
9491         (mml-minibuffer-read-file): Use it.
9492         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
9493
9494         * message.el (message-citation-line-format): New variable.
9495         (message-insert-formated-citation-line): New function.
9496         (message-citation-line-function): Add
9497         `message-insert-formated-citation-line' to custom type.
9498
9499         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
9500         to doc string.
9501
9502         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
9503         depending on mm-verify-option.
9504
9505 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
9508         binding pgg-* variables; reimplement the section which prevents
9509         MIME header from being signed.
9510         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
9511         pgg-text-mode; remove a blank line at the top of body.
9512
9513         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
9514         lines at the top of body; use gnus-newsgroup-charset if there's no
9515         Charset header.
9516
9517 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9518
9519         * message.el (message-self-insert-commands): Doc fix.
9520
9521         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
9522         (mm-uu-pgp-encrypted-test): Ditto.
9523         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
9524         between header and body; return application/pgp-encrypted handle
9525         if decryption failed; decode decrypted body by charset.
9526
9527         * mm-decode.el (mm-automatic-display): Don't make application/pgp
9528         element match to application/pgp-*.
9529
9530 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9531
9532         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
9533         HTML.
9534
9535 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9536
9537         * mail-source.el (mail-source-call-script): Message the error
9538         string.
9539
9540 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * gnus-util.el (gnus-byte-compile): Use it.
9543
9544 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9545
9546         * gnus-util.el (kill-empty-logs): New function.
9547
9548 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * message.el (message-mail-alias-type): Doc fix.
9551         (message-mail-alias-type-p): New function.
9552         (message-send): Use it.
9553         (message-mode): Ditto.
9554         (message-strip-forbidden-properties): Ditto.
9555
9556         * ecomplete.el (ecomplete-database-file-coding-system): New
9557         variable.
9558         (ecomplete-save): Use it.
9559         (ecomplete-setup): Use it.
9560
9561 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9562
9563         * message.el (message-self-insert-commands): New variable.
9564         (message-strip-forbidden-properties): Use it.
9565
9566 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9567
9568         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9569         that doesn't make XEmacs choke.
9570
9571 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * gnus-util.el (gnus-replace-in-string):
9574         Prefer replace-regexp-in-string over of replace-in-string.
9575
9576 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * gnus-util.el (gnus-select-frame-set-input-focus):
9579         Use select-frame-set-input-focus if it is available in XEmacs; use
9580         definition defined in Emacs 22 for old Emacsen.
9581
9582         * dgnushack.el: Autoload unmorse-region for XEmacs.
9583
9584         * lpath.el: Bind cursor-in-non-selected-windows and
9585         select-frame-set-input-focus for XEmacs.
9586
9587 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9588
9589         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9590
9591 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9592
9593         * gnus-registry.el (gnus-registry-cache-save): Remove text
9594         properties when saving via the temp buffer.
9595
9596 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9597
9598         * message.el (message-generate-hashcash): Honor custom type.
9599
9600 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * message.el (message-generate-hashcash): Default to non-nil when
9603         hashcash is found.
9604
9605         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9606         (gnus-refer-thread-limit): Increase default to 500.
9607
9608         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9609
9610         * flow-fill.el (fill-flowed): Allow delete-space.
9611
9612 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9613
9614         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9615         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9616         Remove autoloads.
9617
9618 2006-04-18  Simon Josefsson  <jas@extundo.com>
9619
9620         * message.el (message-generate-hashcash): Default to.
9621
9622 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9625         concatenating segments rather than before concatenating them.
9626
9627 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9630
9631 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9632
9633         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9634
9635         * message.el (message-forward-make-body-plain): Allow
9636         message-forward-ignored-headers to be a list.
9637         (message-remove-ignored-headers): Factor out into function.
9638         (message-forward-make-body-mml): Use it.
9639
9640         * imap.el (imap-quote-specials): New function.
9641         (imap-login-auth): Quote specials.
9642
9643         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9644         (rfc2231-parse-string): Allow concatanation of parameters that
9645         aren't contiguous.  The test case is
9646           (mail-header-parse-content-type "message/external-body;
9647             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9648             access-type=LOCAL-FILE;
9649             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9650
9651 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9652
9653         * nntp.el (nntp-accept-process-output): Return the value of
9654         `nnheader-accept-process-output'.
9655
9656 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9659         (gnus-button-alist): Recognize more diff formats.
9660         (gnus-button-patch): Strip directory.
9661
9662 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9665         Emacs 22 when setting focus.
9666
9667 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * gnus-art.el (gnus-article-treat-types): Do treatment of
9670         text/x-verbatim parts.
9671         (gnus-button-patch): New command.
9672
9673         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9674         addresses that contain invalid characters.
9675
9676 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * message.el (message-put-addresses-in-ecomplete): Use
9679         gnus-replace-in-string.
9680         (message-is-yours-p): Use the more correct
9681         mail-header-parse-address instead of
9682         mail-extract-address-components.
9683         (message-put-addresses-in-ecomplete): Fix typo.
9684
9685         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9686         keystroke.
9687
9688         * gnus-art.el (gnus-treatment-function-alist): Change order of
9689         newsgroups/generic header folding to avoid double-folding.
9690
9691         * message.el (message-hidden-headers): Add X-Draft-From.
9692
9693         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9694         command.
9695         (gnus-summary-repeat-search-article-backward): New command.
9696
9697         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9698         groups in the parent topic.
9699
9700 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9701
9702         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9703         (spam-extra-header-to-number): Return the CRM114 number as a
9704         number instead of a string.
9705
9706 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * gnus-art.el (gnus-face-properties-alist): Moved here from
9709         gnus-fun.
9710
9711         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9712
9713 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9714
9715         * message.el (message-strip-forbidden-properties): Only display on
9716         self-insert-command.
9717
9718         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9719         reindent.
9720         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9721
9722 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9723
9724         * smiley.el (smiley-style): Fix typo.
9725
9726 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9727
9728         * hashcash.el (hashcash-insert-payment-async-2): Use
9729         message-goto-eoh instead of doing it manually.
9730         (mail-add-payment): Use message-narrow-to-header instead of trying
9731         to do the same itself.
9732
9733         * message.el (message-hidden-headers): Add Face.
9734
9735         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9736         reparenting code.
9737         (gnus-summary-reparent-children): Refactored out code.
9738         (gnus-summary-thread-map): New keystroke.
9739         (gnus-summary-reparent-children): Make into command.
9740
9741         * smiley.el (smiley-style): Default to `medium' if using a large
9742         font.
9743
9744         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9745         does it itself.
9746
9747         * message.el (message-point-in-header-p): Simplify definition.
9748
9749 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9750
9751         * nnagent.el (nnagent-request-set-mark): Silence log file
9752         writing.
9753         (nnagent-request-set-mark): Use write-region instead of
9754         append-to-file.
9755
9756         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9757         strange select method.
9758
9759         * ecomplete.el (ecomplete-display-matches): Get highlightling
9760         right.
9761         (ecomplete-display-matches): Use literals.
9762         (ecomplete-display-matches): Disable message logging.
9763
9764         * message.el (message-display-abbrev): Small optimization.
9765
9766         * ecomplete.el (ecomplete-display-matches): Allow automatic
9767         display.
9768
9769         * message.el (message-strip-forbidden-properties): Display
9770         abbrevs.
9771         (message-display-abbrev): Get automatic display right.
9772
9773         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9774         keystrokes.
9775
9776 2006-04-13  Romain Francoise  <romain@orebokech.com>
9777
9778         TODO: Backport to v5-10!
9779
9780         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9781         Moved here (and renamed) from gnus-registry.el.
9782
9783         * gnus-registry.el: Require gnus-util.
9784         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9785
9786 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * gnus-group.el (gnus-group-catchup-current): Change
9789         if-then-else-if-then-else into cond.
9790         (gnus-group-catchup): Indent.
9791         (group-name-at-point): New function.
9792         (gnus-fetch-group): Provide default from thing at point.
9793
9794 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * message.el (message-display-abbrev): Fix regexp.
9797
9798         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9799         choosing.
9800         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9801         dead variables.
9802
9803         * message.el (message-newline-and-indent): Remove debugging.
9804         (message-display-abbrev): Use new implementation.
9805
9806 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * gnus-art.el (gnus-article-mode): Set
9809         cursor-in-non-selected-windows to nil.
9810
9811         * smiley.el: Revert previous change.
9812         (smiley-data-directory): defvar it before using it in the
9813         defcustom of `smiley-style'.
9814
9815 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9816
9817         * message.el (message-newline-and-indent): New function.
9818
9819         * ecomplete.el: Implement more bits.
9820
9821         * message.el (message-put-addresses-in-ecomplete): Clean up the
9822         string.
9823
9824         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9825
9826         * gnus-sum.el (gnus-summary-save-parts): Bind
9827         gnus-summary-save-parts-counter and use it to make unique file
9828         names.
9829
9830         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9831
9832         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9833         parameter to say whether to actually parse the individual
9834         addresses.
9835
9836         * message.el (message-put-addresses-in-ecomplete): New function.
9837         (ecomplete): Require.
9838         (message-mail-alias-type): Add ecomplete as an option.
9839
9840 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9841
9842         * flow-fill.el (fill-flowed): Remove trailing space from blank
9843         quoted lines.
9844
9845 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9846
9847         * smiley.el (smiley-style): Move definition later to avoid a
9848         compilation warning.
9849
9850 2006-04-12  Kenichi Handa  <handa@m17n.org>
9851
9852         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9853         buffer and then decode the buffer text if necessary.
9854         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9855         first, and after mm-encode-body, change the buffer to unibyte.
9856         Use mm-disable-multibyte instead of set-buffer-multibyte.
9857
9858 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9861         Content-Type header instead of Content-Disposition header.
9862         (gnus-mime-inline-part): Ditto.
9863         (gnus-mime-view-part-as-charset): Ignore charset that the part
9864         specifies.
9865
9866         * mm-decode.el (mm-display-part): Work with external parts and
9867         usual parts similarly.
9868
9869         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9870         instead of gnus-display-mime.
9871
9872         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9873         instead of with-temp-buffer.
9874
9875         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9876         tag to summarized topics part in order to encode non-ASCII text.
9877
9878 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * smiley.el (smiley-style): New variable.
9881         (smiley-directory): New function.
9882         (smiley-data-directory): Derive from `smiley-style' using
9883         `smiley-directory'.
9884         (smiley-regexp-alist): Add new entries.
9885
9886         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9887         (gnus-article-browse-delete-temp): Add :version.
9888
9889 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9890
9891         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9892         the sieve region.
9893
9894 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9895
9896         * gnus.el (gnus-version-number): Bump version.
9897
9898 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9899
9900         * gnus.el: No Gnus v0.4 is released.
9901
9902 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9903
9904         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9905         layout.
9906
9907         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9908         unknown charset.
9909
9910         * message.el (message-header-synonyms): Add Original-To to the
9911         default.
9912
9913         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9914         optional parameter.
9915
9916 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9917
9918         * gnus-fun.el (gnus): Require it for gnus-directory.
9919
9920 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9923
9924 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9925
9926         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9927
9928 2006-04-05  Simon Josefsson  <jas@extundo.com>
9929
9930         * password.el (password-reset): New function.
9931
9932 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9933
9934         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9935         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9936
9937 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9938
9939         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9940         Some whitespace was matched into the url, which broke browsing hits
9941         > 100 when mm-url-use-external was nil.
9942
9943 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9946         gnus-extra-headers for 'Newsgroups.
9947
9948         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9949         bound.
9950
9951 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9952
9953         * pgg-gpg.el: Clean up process buffers every time gpg processes
9954         complete.
9955
9956 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9959         doc string.
9960
9961 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9962
9963         * pgg-gpg.el (pgg-gpg-process-filter)
9964         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9965
9966         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9967         lines, temporary fix.
9968
9969 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9970
9971         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9972
9973 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9974
9975         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9976         default-enable-multibyte-characters.  This reverts the change from
9977         revision 6.17 which is no longer necessary because the passphrase
9978         is sent separately now.  GnuPG messages are unreadable under
9979         multibyte locales with default-enable-multibyte-characters set to
9980         nil.
9981
9982 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9983
9984         * message.el (message-tool-bar-gnome): Move "spell".
9985
9986 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9989         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9990         instead.
9991
9992 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9993
9994         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9995         newsgroups handling for NNTP overviews which don't include
9996         Newsgroups.
9997
9998 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9999
10000         * message.el (message-resend): Bind message-generate-hashcash to nil.
10001
10002 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10003
10004         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10005         when searching for already-paid recipients.
10006
10007 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10008
10009         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10010         passphrases when it is not needed.
10011         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10012         passphrase stuff from gpg, should only be necessary when you use
10013         gpg with a smartcard.
10014
10015 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * mml.el (mml-insert-mime): Ignore cached contents of
10018         message/external-body part.
10019
10020         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10021         (mm-insert-part): Ditto.
10022
10023 2006-03-23  Simon Josefsson  <jas@extundo.com>
10024
10025         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10026         Reiner.
10027         (pgg-gpg-use-agent-p): Use it again.
10028
10029 2006-03-23  Simon Josefsson  <jas@extundo.com>
10030
10031         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10032         older emacsen.
10033         (pgg-gpg-use-agent-p): Don't use it.
10034
10035 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10038         if we can.
10039
10040 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10041
10042         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10043         (pgg-gpg-update-agent): New function.
10044         (pgg-gpg-use-agent-p): New function.
10045         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10046         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10047         (pgg-gpg-sign-region): Use it.
10048
10049 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10052         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10053
10054 2006-03-21  Simon Josefsson  <jas@extundo.com>
10055
10056         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10057         <wilde@sha-bang.de>.
10058         (pgg-gpg-use-agent): New variable.
10059         (pgg-gpg-process-region): Use it.
10060         (pgg-gpg-encrypt-region): Likewise.
10061         (pgg-gpg-encrypt-symmetric-region): Likewise.
10062         (pgg-gpg-decrypt-region): Likewise.
10063         (pgg-gpg-sign-region): Likewise.
10064         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10065
10066 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10067
10068         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10069
10070         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10071         Add comment on version.
10072
10073 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10074
10075         * smiley.el: Add missing test smiley.
10076
10077 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10078
10079         * mm-decode.el (mm-with-part): New macro.
10080         (mm-get-part): Use it; work with message/external-body as well.
10081         (mm-save-part): Treat name and filename equally.
10082
10083         * mm-extern.el (mm-extern-cache-contents): New function.
10084         (mm-inline-external-body): Use it; force the part to be displayed;
10085         move undisplayer added to the cached handle to the parent.
10086
10087         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10088         (gnus-mime-view-part-as-type): Work with message/external-body.
10089
10090         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10091
10092 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10095         images in image-load-path.  [Sync with image.el, revision 1.60, in
10096         Emacs.]
10097
10098 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10101         path rather than symbol.  Always return list of directories.
10102         Guarantee that image directory comes first.  [Sync with image.el,
10103         revision 1.59, in Emacs.]
10104
10105         * message.el (message-make-tool-bar): Adjust to new API of
10106         `gmm-image-load-path-for-library'.
10107
10108         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10109
10110         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10111
10112 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10113
10114         * gnus-art.el (gnus-article-only-boring-p):
10115         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10116         intangible text.
10117         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10118
10119 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10120
10121         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
10122         `defun' instead of `gmm-defun-compat'.
10123
10124 2006-03-14  Simon Josefsson  <jas@extundo.com>
10125
10126         * message.el (message-unique-id): Don't use message-number-base36
10127         if (user-uid) is a float.
10128         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10129
10130 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10133
10134         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10135         empty line between a part and a message part.
10136
10137 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10138
10139         * smiley.el: Add more test smileys.
10140         (smiley-data-directory, smiley-regexp-alist)
10141         (gnus-smiley-file-types): Fix doc strings.
10142         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10143         adding new elements.
10144         (smiley-mouse-map): Unused code.  Make it a comment.
10145
10146 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
10149         scan latest NoCeM messages instead of old ones.
10150         (gnus-nocem-check-article): Fix regexps so as to match to PGP
10151         delimiters that are recently used.
10152         (gnus-nocem-load-cache): Add autoload cookie.
10153
10154         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
10155
10156         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
10157         level which is larger than gnus-use-nocem is specified.
10158
10159         * gnus-group.el (gnus-group-get-new-news): Ditto.
10160
10161 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10162
10163         * gnus-util.el (gnus-tool-bar-update): New function.
10164
10165         * gnus-group.el (gnus-group-update-tool-bar): New variable.
10166         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
10167
10168         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
10169
10170         * gnus-group.el (gnus-group-redraw-when-idle)
10171         (gnus-group-redraw-check): Remove.
10172         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
10173
10174 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10175
10176         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
10177         if optional last element is specified in splits (FIELD VALUE...).
10178
10179 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
10180
10181         * message.el (message-make-tool-bar): Rename gmm-image-load-path
10182         to gmm-image-load-path-for-library.  Call with no-error argument.
10183         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
10184
10185         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10186
10187         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10188
10189         * gmm-utils.el (gmm-image-load-path): Remove alias.
10190
10191 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * gmm-utils.el (gmm-image-load-path): Add alias.
10194
10195         * nnml.el (nnml-generate-nov-databases-directory): Rename from
10196         nnml-generate-nov-databases-1.
10197         (nnml-generate-nov-databases): Use it.
10198         (nnml-generate-nov-databases-directory): Document no-active
10199         argument.
10200
10201         * gmm-utils.el (gmm-image-load-path-for-library): Return single
10202         directory if path is t.  Add no-error.
10203
10204         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
10205         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10206
10207         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
10208         resetting gnus-article-browse-html-temp-list.
10209
10210         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
10211         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
10212         Add example to docstring.  Rename local variables.  Move error
10213         checks to default case in cond and simplify.
10214
10215 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10216
10217         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
10218         handle is multipart when calling it recursively.
10219         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
10220
10221 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
10222
10223         * nnimap.el (nnimap-request-update-info-internal): Optimize.
10224         Don't `gnus-uncompress-range' to avoid excessive memory usage.
10225
10226 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10227
10228         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
10229         is loaded.
10230
10231         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
10232         loaded.
10233
10234 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10235
10236         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
10237         to "Emacs 23 (unicode)" in doc string.
10238
10239         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
10240         "Emacs 23 (unicode)" in comment.
10241
10242 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10243
10244         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
10245
10246         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
10247         characters 160 through 255 in Emacs 23.
10248
10249 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10250
10251         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
10252         gnus-article-browse-html-temp.
10253         (gnus-article-browse-delete-temp): Make it customizable.  Add
10254         `file'.  Adjust doc string.
10255         (gnus-article-browse-delete-temp-files): Add argument.  Allow
10256         query for each file.  Adjust doc string.
10257         (gnus-article-browse-html-parts): Add
10258         `gnus-article-browse-delete-temp-files' to
10259         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
10260
10261 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
10262
10263         * gnus-art.el (gnus-article-browse-html-temp)
10264         (gnus-article-browse-delete-temp): New variables.
10265         (gnus-article-browse-delete-temp-files): New function.
10266         (gnus-article-browse-html-parts): Use it.
10267
10268 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10269
10270         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
10271
10272         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
10273         string.
10274
10275         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
10276         gnus-summary-insert-new-articles when unplugged.  Remove
10277         gnus-summary-search-article-forward.
10278
10279         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
10280         display-visual-class instead of display-color-cells.
10281
10282 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * dgnushack.el: Autoload customize-group for XEmacs.
10285
10286         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
10287         message/* containing non-ASCII text properly.
10288
10289 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * message.el: Require gmm-utils, remove autoloads.
10292         (message-tool-bar): Set default based on
10293         gmm-tool-bar-style.
10294         (message-tool-bar-gnome): Add gmm-customize-mode.
10295
10296         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
10297         gmm-tool-bar-style.
10298         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
10299
10300         * gnus-group.el (gnus-group-tool-bar): Set default based on
10301         gmm-tool-bar-style.
10302         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
10303
10304         * gmm-utils.el (gmm-image-directory): Rename variable from
10305         gmm-image-load-path.
10306         (gmm-image-load-path): Use gmm-image-directory.
10307         (gmm-customize-mode): New function.
10308         (gmm-tool-bar-style): New variable.
10309
10310         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
10311         gnus-group-redraw-line-number.
10312         (gnus-group-redraw-check): Simplify.
10313         (gnus-group-tool-bar-update): Remove redraw check.
10314         (gnus-group-make-tool-bar): Add redraw check.
10315
10316 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
10317
10318         * gnus-art.el (gnus-button): Add missing parentheses.
10319
10320 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * lpath.el: Fbind line-number-at-pos.
10323
10324 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
10327
10328 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10329
10330         * gnus-art.el (gnus-button): New face.
10331         (gnus-article-button-face): Use it.
10332
10333         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
10334         gnus-summary-next-page.  Re-order.
10335
10336         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
10337         next-node are now included.
10338         (gnus-group-redraw-line-number): New internal variable.
10339         (gnus-group-redraw-check): Helper function for updating the tool
10340         bar.
10341         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
10342
10343         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
10344
10345         * spam.el (spam-spamassassin-score-regexp): New internal variable.
10346         (spam-extra-header-to-number, spam-check-spamassassin-headers):
10347         Use it to match format of Spamassassin 3.0 and later.  Reported by
10348         IRIE Tetsuya <irie@t.email.ne.jp>.
10349         (spam-check-bogofilter)
10350         (spam-bogofilter-register-with-bogofilter): Fix args of
10351         `gnus-error' calls.
10352
10353 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
10356         unnecessary interaction when sending queued mails.  Reported by
10357         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
10358
10359 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
10362         first or last are nil.
10363
10364 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10365
10366         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
10367
10368 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10369
10370         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
10371
10372 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10373
10374         * dns.el (query-dns): Protect more against buggy tcp output.
10375
10376 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10377
10378         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
10379         nov.php.
10380
10381 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10382
10383         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
10384         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
10385         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
10386         output on the server side.
10387         (nnweb-google-create-mapping): Update regexps and add some
10388         progress indication.
10389
10390 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
10393         gnus-agent-toggle-plugged.  Re-order icons.
10394         (gnus-group-tool-bar-gnome): Add
10395         gnus-group-{prev,next}-unread-group.
10396         (gnus-group-tool-bar-gnome): Re-order icons.
10397
10398         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
10399         gnus-summary-insert-new-articles.
10400
10401         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
10402         comments.
10403
10404         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
10405         also available in Emacs 21.3.
10406
10407         * message.el (message-fix-before-sending): Change "Emacs 22" to
10408         "Emacs 23 (unicode)" in comment.
10409
10410         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
10411         "Emacs 23 (unicode)" in comment.
10412
10413         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
10414         comment.
10415         (mm-coding-system-p): Add comment about no-MULE XEmacs.
10416
10417         * mm-view.el (mm-fill-flowed): Add :version.
10418
10419 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10420
10421         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
10422         and load-path.
10423
10424 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
10425
10426         * message.el: Autoload gmm-image-load-path.
10427         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
10428         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
10429         consitency.
10430
10431         * gmm-utils.el (gmm-image-load-path): Also search in
10432         "../etc/images".  Don't set gmm-image-load-path if we don't find
10433         the image.
10434
10435 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * gmm-utils.el (gmm-image-load-path): Don't make
10438         `gmm-image-load-path' include subdirectories which the second arg
10439         `image' might specify.
10440
10441         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
10442         subdirectory to icon file names.
10443
10444         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
10445
10446 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10447
10448         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
10449         gmm-image-load-path calls.
10450
10451         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10452
10453         * message.el (message-make-tool-bar): Ditto.
10454
10455         * mml.el (mml-preview): Added comment concerning tool bar icons.
10456
10457         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
10458         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
10459
10460         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
10461         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
10462
10463         * message.el (message-tool-bar-gnome): Use new icon names.
10464         (message-make-tool-bar): Use `gmm-image-load-path'.
10465
10466         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
10467         functions from MH-E.
10468         (gmm-image-load-path): New variable from MH-E.
10469         (gmm-image-load-path): New function from MH-E.  Added arguments
10470         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
10471         *-image-load-path-called-flag.
10472
10473 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
10474
10475         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
10476
10477 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
10478
10479         * nnimap.el (nnimap-request-move-article): Change folder back to
10480         source group before deleting.
10481
10482 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
10483
10484         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
10485
10486         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
10487         mm-url.
10488
10489         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
10490
10491 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
10494         coding system which mm-charset-to-coding-system returns for a
10495         given charset is valid.
10496
10497 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
10498
10499         * html2text.el (html2text-remove-tag-list):
10500         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
10501
10502 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
10503
10504         * gnus-cus.el: Revert 2005-10-17 change.
10505
10506 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-art.el (article-strip-banner): Call
10509         article-really-strip-banner only when the regexp match is made.
10510
10511 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-art.el (article-strip-banner): Use
10514         gnus-extract-address-components instead of
10515         mail-header-parse-addresses to make it work with non-ASCII text;
10516         remove mail-encode-encoded-word-string.
10517
10518         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
10519         values which are surrounded with \"...\"; make it never cause a
10520         Lisp error; give up parsing of parameters if it failed in
10521         extracting type.
10522
10523 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
10524
10525         * smime.el (smime-cert-by-ldap-1): Fix bug where
10526         `smime-ldap-search' returns results without userCertificates.
10527
10528 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
10531
10532 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10533
10534         * spam.el (spam-check-spamassassin-headers): Adapt format for
10535         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10536         <ari@mbf.ocn.ne.jp>.
10537         (spam-list-of-processors): Add spam-use-gmane.
10538
10539 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10540
10541         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10542         make-temp-file; make it work with XEmacs as well.
10543
10544         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10545         mm-make-temp-file.
10546
10547         * mm-decode.el (mm-display-external): Use the 3rd arg of
10548         mm-make-temp-file.
10549         (mm-create-image-xemacs): Ditto.
10550
10551 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10554         with message-narrow-to-headers.
10555         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10556         (gnus-draft-check-draft-articles): New function.
10557         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10558
10559 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10560
10561         * gnus-art.el (gnus-article-browse-html-parts):
10562         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10563         Don't use suffix argument for mm-make-temp-file for Emacs 21
10564         compatibility.  Remove useless `format'.
10565
10566 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10567
10568         * nnweb.el (nnweb-google-wash-article): Update regexps.
10569         (nnweb-group-alist): Use defvoo instead of defvar.
10570
10571 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10574         re-loading nn* modules.
10575
10576 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10577
10578         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10579         for `tool-bar-mode' and don't check it's default-value.
10580
10581         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10582
10583         * message.el (message-make-tool-bar): Ditto.
10584
10585         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10586         `substring'.  Shorten tmp-file name.
10587
10588         * gnus.el: Remove bogus comment.
10589
10590 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10591
10592         * gnus-art.el (gnus-article-browse-html-parts): New function.
10593         (gnus-article-browse-html-article): New function for viewing html
10594         articles with a browser.
10595
10596 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10597
10598         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10599         in elisp.
10600         (pgg-gpg-encrypt-symmetric-region): Ditto.
10601         (pgg-gpg-sign-region): Ditto.
10602
10603         * pgg-def.el (pgg-text-mode): New variable.
10604
10605         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10606         (mml2015-pgg-encrypt): Ditto.
10607
10608         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10609         (mml1991-pgg-encrypt): Ditto.
10610
10611 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10614         message-make-date instead of current-time-string.
10615
10616         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10617         to gnus-decoded which mm-uu might set.
10618
10619 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10620
10621         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10622         don't decode quoted parameters; remove misimported Emacs code.
10623         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10624         (rfc2231-decode-encoded-string): Don't use split-string which
10625         behaves differently according to Emacs version; use
10626         mm-decode-coding-region to convert charset to coding-system.
10627         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10628         (rfc2231-encode-string): Remove misimported Emacs code.
10629
10630 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10631
10632         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10633         when calling mail-header-parse-content-type.
10634         (article-de-quoted-unreadable): Ditto.
10635         (article-de-base64-unreadable): Ditto.
10636         (article-wash-html): Ditto.
10637
10638         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10639         calling mail-header-parse-content-type and
10640         mail-header-parse-content-disposition.
10641         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10642         mail-header-parse-content-type.
10643
10644         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10645         insert charset and format parameters; encode description after
10646         inserting it to buffer.
10647         (mml-insert-parameter): Fold lines properly even if a parameter is
10648         segmented into two or more lines; change the max column to 76.
10649
10650         * rfc1843.el (rfc1843-decode-article-body): Don't use
10651         ignore-errors when calling mail-header-parse-content-type.
10652
10653         * rfc2231.el (rfc2231-parse-string): Return at least type if
10654         possible; don't cause an error even if it fails in parsing of
10655         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10656         (rfc2231-encode-string): Don't break lines at the beginning, leave
10657         it to mml-insert-parameter.
10658
10659         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10660         calling mail-header-parse-content-type.
10661
10662 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * spam-report.el (spam-report-gmane-use-article-number):
10665         Improve doc string.
10666         (spam-report-gmane-internal): Check if a suitable header was found
10667         in the article.
10668
10669 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10672         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10673
10674 2006-02-05  Romain Francoise  <romain@orebokech.com>
10675
10676         Update copyright notices of all files in the gnus directory.
10677
10678 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10679
10680         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10681
10682 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10685         segmented lines of parameter value to cope with Thunderbird 1.5
10686         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10687         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10688         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10689
10690 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10691
10692         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10693         parts.
10694
10695 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10696
10697         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10698         there's only one active file for all servers.
10699         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10700         solid groups.  Gnus might have used a FAST request to select the group.
10701         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10702         and nnweb-search redundantly in the active file.
10703         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10704         (nnweb-request-create-group): Don't use ARGS.
10705         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10706         initialisations.  Let nnoo do the work.
10707
10708 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10709
10710         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10711         Say the part has been decoded.
10712
10713         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10714
10715 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10716
10717         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10718         mailcap-viewer-test-cache when there's no 'test clause, since that
10719         will invert the meaning of a "nil" test previously determined by
10720         mailcap-mailcap-entry-passes-test.
10721
10722 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10723
10724         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10725         compiling.
10726
10727         * gnus-sum.el: Ditto.
10728
10729         * message.el: Don't bind tool-bar-map when compiling.
10730
10731 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10732
10733         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10734
10735 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10736
10737         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10738         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10739         current Google Groups.
10740
10741 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10742
10743         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10744         and tool-bar-mode.
10745
10746         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10747         and tool-bar-mode.
10748
10749         * message.el (message-tool-bar-update): Simplify.
10750         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10751
10752         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10753         gnus-summary-buffer.
10754         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10755         gnus-summary-reply.
10756
10757         * gmm-utils.el (gmm): Add :version.
10758
10759 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * Makefile.in (clean): New rule.
10762         (distclean): Use it.
10763
10764 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10765
10766         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10767         autoload.
10768
10769 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10770
10771         * gmm-utils.el (gmm-verbose): Add :group.
10772
10773 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10774
10775         * message.el: Change some comments WRT tool-bars.
10776
10777         * gnus-sum.el (gnus-summary-tool-bar)
10778         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10779         (gnus-summary-tool-bar-zap-list): New variables.
10780         (gnus-summary-make-tool-bar): Complete rewrite using
10781         `gmm-tool-bar-from-list'.
10782
10783         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10784         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10785         variables.
10786         (gnus-group-make-tool-bar): Complete rewrite using
10787         `gmm-tool-bar-from-list'.
10788         (gnus-group-tool-bar-update): New function.
10789
10790         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10791
10792 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10795         is dissected into a single part of which the type is the same as
10796         the given one; decode charset.
10797
10798 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10799
10800         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10801         into alists as symbol not string, since that's what
10802         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10803         look for.
10804
10805 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10808         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10809
10810         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10811
10812 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10813
10814         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10815         (gnus-xmas-mime-security-button-menu): New function.
10816
10817         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10818         (gnus-mime-security-button-menu): New definition.
10819         (gnus-mime-security-button-map): Use them.
10820         (gnus-mime-security-button-menu): New function.
10821         (gnus-insert-mime-security-button): Addition to help echo.
10822         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10823         (gnus-mime-security-pipe-part): New functions.
10824
10825         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10826         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10827
10828         * mm-decode.el (mm-handle-set-disposition): Remove.
10829         (mm-handle-set-description): Remove.
10830
10831 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10834         (mm-w3m-standalone-supports-m17n-p): New function.
10835         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10836         w3m usage.
10837
10838         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10839         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10840
10841 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * message.el (message-tool-bar-zap-list): Use
10844         gmm-tool-bar-zap-list as custom type.
10845         (message-tool-bar-update): New function.
10846         (message-tool-bar, message-tool-bar-gnome)
10847         (message-tool-bar-retro): Add message-tool-bar-update.
10848         (message-tool-bar-gnome): Add flyspell-buffer.
10849
10850         * gnus-util.el (gnus-error): Describe `args'.
10851
10852         * gmm-utils.el (gmm-error): Describe `args'.
10853         (gmm-tool-bar-zap-list): New widget.
10854         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10855
10856 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10859         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10860         the number of recursive calls.
10861
10862         * mm-decode.el (mm-handle-set-disposition): New macro.
10863         (mm-handle-set-description): New macro.
10864
10865 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10866
10867         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10868         encoding.
10869
10870 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10871
10872         * message.el (message-tool-bar-zap-list, message-tool-bar)
10873         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10874         (message-tool-bar-local-item-from-menu): Remove.
10875         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10876         (message-make-tool-bar): New function.
10877         (message-mode): Use `message-make-tool-bar'.
10878
10879         * gmm-utils.el: New file.
10880         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10881         (gmm-lazy): New widget copied from `nnmail.el'.
10882         (gmm-tool-bar-from-list): New function for creating customizable
10883         tool bars.
10884         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10885         output.
10886         (gmm): Add :prefix to defgroup.
10887
10888 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10889
10890         * gmm-utils.el (gmm-widget-p): New function.
10891
10892 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * mml.el (mml-attach-file): Describe `description' in doc string.
10895         (mml-menu): Add Emacs MIME manual and PGG manual.
10896
10897 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10898
10899         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10900
10901 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10902
10903         * nntp.el (nntp-end-of-line): Doc fix.
10904
10905 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10906
10907         * imap.el (imap-open): Handle case where buffer is a buffer
10908         object.
10909
10910 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10911
10912         * gnus-delay.el (gnus-delay): Don't autoload.
10913         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10914         to be re-loaded when customizing the `gnus-delay' group.
10915
10916 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10917
10918         * message.el (message-insert-citation-line): Use newlines.
10919
10920 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10921
10922         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10923         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10924         these routines, so the passphrase can be managed externally and
10925         passed in to the system.
10926         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10927         pgg-add-passphrase-to-cache function.
10928
10929         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10930         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10931         these routines, so the passphrase can be managed externally and
10932         passed in to the system.
10933         (pgg-pgp5-sign-region): Use new name of
10934         pgg-add-passphrase-to-cache function.
10935
10936 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10937
10938         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10939         part of the decoded armor to find the key-identifier.
10940         (pgg-gpg-lookup-key-owner): New function to return the
10941         human-readable identifier of a key owner.
10942         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10943         itself.
10944         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10945         the key value) if we have a key and can match it against a secret
10946         key.  Also, added a note pointing out fact that the prompt only
10947         indicates the first matching key.
10948
10949         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10950         pgg-decrypt-region.
10951         (pgg-add-passphrase-to-cache): Rename from
10952         `pgg-add-passphrase-cache' to reduce confusion (all callers
10953         changed).
10954         (pgg-remove-passphrase-from-cache): Rename from
10955         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10956         changed).
10957         (pgg-read-passphrase, pgg-add-passphrase-cache)
10958         (pgg-remove-passphrase-cache): Add informative docstrings.
10959         (pgg-decrypt): Convey provided passphrase in subordinate call to
10960         pgg-decrypt-region.
10961
10962 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10963
10964         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10965         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10966         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10967         'passphrase' argument, so the passphrase can be managed externally
10968         and then passed in to the system.
10969
10970         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10971         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10972         so the passphrase cache can be used reliably with identifiers
10973         besides a pgp packet's key id.
10974
10975         * pgg-gpg.el (pgg-gpg-encrypt-region)
10976         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10977         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10978         these routines, so the passphrase can be managed externally and
10979         passed in to the system.
10980
10981         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10982         'notruncate' argument, so the passphrase cache can be used
10983         reliably with identifiers besides a pgp packet's key id.
10984
10985 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10986
10987         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10988         symmetric encryption.
10989         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10990         encrypted session key.
10991         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10992         message ask for the passphrase in a proper way.
10993
10994         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10995         New user commands for symmetric encryption.
10996
10997 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11000
11001         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11002
11003 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11004
11005         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11006
11007 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11008
11009         * mm-decode.el (mm-inlined-types): Add application/pgp.
11010         (mm-automatic-display): Ditto.
11011
11012         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11013         part as text.
11014
11015 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * nnrss.el: Update copyright.
11018         (nnrss-opml-import): Query whether to subscribe to each entry.
11019
11020         * gnus-art.el:
11021         * gnus-sum.el:
11022         * gnus-xmas.el:
11023         * messagexmas.el:
11024         * mm-uu.el:
11025         * mm-view.el: Update copyright.
11026
11027 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * message.el (message-info): New function.
11030         (message-mode-menu): Add it.
11031         Update copyright.
11032
11033         * ChangeLog: Fix and update copyright.
11034
11035 2006-01-13  Romain Francoise  <romain@orebokech.com>
11036
11037         * message.el (message-forward-subject-name-subject): Prefer the
11038         address to 'nowhere' if the sender has no name.
11039         Fix typo.  Update copyright year.
11040
11041 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * gnus-art.el (article-wash-html): Use
11044         gnus-summary-show-article-charset-alist if a numeric arg is given.
11045         (gnus-article-wash-html-with-w3m-standalone): New function.
11046
11047         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11048         mm-inline-text-html-render-with-w3m-standalone.
11049         (mm-text-html-washer-alist): Map w3m-standalone to
11050         gnus-article-wash-html-with-w3m-standalone.
11051         (mm-inline-text-html-render-with-w3m-standalone): New function.
11052
11053 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11054
11055         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11056         Improve LaTeX.
11057
11058 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11061         (nnrss-request-article): Render text/plain parts as HTML.
11062
11063         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11064         the buffer.
11065
11066 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11067
11068         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11069         custom definition of `gnus-posting-styles'.
11070
11071         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
11072         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11073
11074 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11077         Use nntp for bug archive.
11078
11079 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11080
11081         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11082         parts.
11083         (nnrss-normalize-date): New function converts ISO 8601 date into
11084         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11085         (nnrss-check-group): Use it.
11086
11087 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11090
11091         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11092         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11093         (nnrss-insert-w3): Ditto.
11094
11095 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11098         the articles to be forwarded including the case where neither a
11099         number of articles nor a region is specified.
11100
11101 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11102
11103         * nnrss.el (nnrss-request-article): Fix last change; fill
11104         text/plain parts.
11105
11106 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11107
11108         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11109         in text/plain part.
11110         (nnrss-check-group): Don't add excessive newline to dc:subject.
11111
11112 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11113
11114         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11115         article.
11116
11117 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11120         (nnml-use-compressed-files, nnml-save-mail): Support other
11121         comression programs such as bzip2.
11122
11123 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11124
11125         * dns.el (query-dns): Make sure we check the buffer size before
11126         removing tcp headers.
11127
11128 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11131         remove MIME buttons associated with multipart/alternative parts.
11132         (gnus-mime-display-alternative): Tag buttons using `article-type'
11133         text property.
11134
11135         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11136         associated with multipart/alternative parts.
11137
11138         * gnus-art.el (gnus-signature-separator): Fix custom type.
11139
11140         * mm-decode.el (mm-inlined-types): Fix custom type.
11141         (mm-keep-viewer-alive-types): Ditto.
11142         (mm-automatic-display): Ditto.
11143         (mm-attachment-override-types): Ditto.
11144         (mm-inline-override-types): Ditto.
11145         (mm-automatic-external-display): Ditto.
11146
11147 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * spam-report.el (spam-report-user-mail-address)
11150         (spam-report-user-agent): New variables.
11151         (spam-report-url-ping-plain): Use spam-report-user-agent.
11152
11153 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11154
11155         * gnus-art.el (gnus-button-handle-custom): Do not just use
11156         `customize-apropos' for any "M-x customize-*" button but the
11157         function called for.  Accept both the function name and its
11158         argument in order to achieve this.
11159         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
11160         function name to `gnus-button-handle-custom' in case of "M-x
11161         customize-*" buttons.
11162
11163 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11166         multipart/alternative and add xref to mm-discouraged-alternatives
11167         in doc string.
11168
11169         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11170         gnus-buttonized-mime-types in doc string.
11171
11172 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11175         Suggest image/.* in the doc string.
11176
11177 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11180         message-marks (Debian bug #342521).
11181
11182 2005-12-12  Simon Josefsson  <jas@extundo.com>
11183
11184         * password.el (password-read-from-cache): Add.
11185         (password-read): Use it.
11186
11187 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
11190         us-ascii as a MIME charset.
11191
11192         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
11193         against the case where the 2nd arg TYPE is nil.
11194
11195 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * pop3.el (pop3-stream-type): Fix custom version.
11198
11199         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11200
11201 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11202
11203         * mm-decode.el (mm-display-external): Add missing cdr.
11204
11205 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11206
11207         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11208         RFC1524) if it is in mailcap or add a suffix according to
11209         mailcap-mime-extensions when generating a temp filename; postpone
11210         deleting a temp file for 2 seconds for some wrappers, shell
11211         scripts, and so on, which might exit right after having started a
11212         viewer command as a background job.
11213
11214 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * nntp.el (nntp-marks-directory): Fix custom group.
11217
11218         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11219         steps when < 10.
11220
11221         * gnus-start.el (gnus-no-server-1): Mention
11222         `gnus-level-default-subscribed' in doc string.
11223
11224 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11225
11226         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11227         parens.
11228
11229 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * gnus-xmas.el (gnus-use-toolbar): Revert.
11232         (gnus-xmas-setup-toolbar): Use global default-toolbar if
11233         gnus-use-toolbar is default.
11234
11235         * messagexmas.el (message-use-toolbar): Revert.
11236         (message-setup-toolbar): Use global default-toolbar if
11237         message-use-toolbar is default.
11238
11239 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
11242         according to default-toolbar-visible-p.
11243
11244         * messagexmas.el (message-use-toolbar): Ditto.
11245
11246 2005-11-26  Dave Love  <fx@gnu.org>
11247
11248         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11249         (tls-program, tls-success): Provide openssl alternative.
11250
11251         * starttls.el: Doc fixes.
11252         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11253         SERVICE to PORT.
11254
11255         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11256         port null or service name.
11257         (starttls-negotiate): Autoload.
11258
11259 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * message.el (message-kill-to-signature): Fix interactive spec.
11262
11263 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * pop3.el (pop3-open-server): Recognize a string as a service name.
11266
11267 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
11268
11269         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
11270
11271 2005-11-23  Dave Love  <fx@gnu.org>
11272
11273         Add pop3s, pop3/starttls.
11274
11275         * pop3.el (pop3-authentication-scheme): Clarify doc.
11276         (open-tls-stream, starttls-open-stream): Autoload.
11277         (pop3-stream-type): New.
11278         (pop3-open-server): Use it.
11279
11280         * mail-source.el (mail-sources): Fix some :types.  Add stream type
11281         for POP.
11282         (mail-source-keyword-map): Add :stream for POP.
11283         (mail-source-fetch-pop): Use pop3-stream-type.
11284
11285 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
11288         of current-time-string.
11289
11290 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
11291
11292         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
11293         date header.
11294
11295 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11296
11297         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
11298         it can seriously impact performance as it bypasses the agent's
11299         local caches.
11300
11301 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
11302
11303         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
11304         must be explicitly online rather than "not explicitly offline" for
11305         its flags to be synchronized.
11306
11307         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
11308         that gnus-uu-unmark-thread will function correctly.
11309
11310         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
11311         1024K is instead displayed as 1M.
11312
11313 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11314
11315         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
11316
11317 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
11318
11319         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
11320
11321 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
11322
11323         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
11324         error message to display actual error condition.
11325         (gnus-agent-save-local): Avoid saving symbols that are bound to
11326         nil as they simply result in a warning message in
11327         gnus-agent-read-local.
11328
11329 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
11332         rather than make-variable-buffer-local for file-precious-flag.
11333
11334 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11335
11336         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
11337         for duplicates which are removed.  The invalid sort check then
11338         triggers a rescan after the sort as sorting may have moved
11339         duplicate entries such that they can be cheaply detected.
11340
11341 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11342
11343         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
11344
11345 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
11346
11347         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
11348         internal variable to a custom variable.  Changed default value
11349         from compressed(2) to uncompressed(1).
11350         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
11351         support for uncompressed agentview files.  Taken together, reading
11352         the agentview file should now be 6-7 times faster.
11353
11354 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11355
11356         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
11357         as a buffer-local variable.  This avoids creating truncated
11358         dribble files as a result of a hang up, eg.
11359
11360 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
11361
11362         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
11363         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
11364         XEmacs.
11365
11366 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11367
11368         * gnus-start.el (gnus-start-draft-setup): Enforce
11369         `gnus-draft-mode' for nndraft:drafts at startup.
11370
11371         * gnus.el (gnus-splash): Change custom group.
11372         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
11373         allow-list argument.
11374
11375         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
11376         string.
11377
11378 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11379
11380         * gnus-art.el (gnus-default-article-saver): Add user-defined
11381         `function' to custom type.
11382
11383 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11384
11385         * imap.el (imap-open): Handle case where buffer is a buffer
11386         object.
11387
11388 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
11391         long lines.
11392         (gnus-cache-delete-group): Wrap doc strings.
11393
11394         * gnus-agent.el (gnus-agent-rename-group)
11395         (gnus-agent-delete-group): Wrap doc strings.
11396
11397 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11398
11399         * messagexmas.el (message-use-toolbar): Change the valid values
11400         into default, top, bottom, left, and right.
11401         (message-toolbar-thickness): New variable.
11402         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
11403         well.
11404         (message-setup-toolbar): Make it work.
11405
11406         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
11407         (gnus-use-toolbar): Change the valid values into default, top,
11408         bottom, left, and right.
11409         (gnus-toolbar-thickness): New variable.
11410         (gnus-xmas-setup-toolbar): New function.
11411         (gnus-xmas-setup-group-toolbar): Use it.
11412         (gnus-xmas-setup-summary-toolbar): Use it.
11413
11414 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11415
11416         * gnus-start.el (gnus-1): Add "native" to
11417         gnus-predefined-server-alist.
11418
11419         * gnus.el (gnus-method-to-server): Don't add "native" to the
11420         lists here, because that leads to problems when
11421         gnus-select-method is bound.
11422
11423 2005-11-09  Simon Josefsson  <jas@extundo.com>
11424
11425         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
11426         use (not sort-by-date) instead.
11427
11428 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11429
11430         * gnus-delay.el (gnus-delay-group): Don't autoload.
11431         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11432         to be re-loaded when customizing the `gnus-delay' group.
11433
11434 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
11435
11436         * message.el: Revert last changes.
11437         (message-insert-citation-line): Use newlines.
11438
11439 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
11440
11441         * message.el (message-courtesy-message)
11442         (message-mark-insert-begin, message-mark-insert-end)
11443         (message-elide-ellipsis, message-cancel-message)
11444         (message-add-header, message-change-subject)
11445         (message-cross-post-followup-to-header)
11446         (message-cross-post-insert-note, message-reduce-to-to-cc)
11447         (message-widen-reply, message-delete-not-region)
11448         (message-kill-to-signature, message-insert-signature)
11449         (message-insert-importance-high, message-insert-importance-low)
11450         (message-insert-or-toggle-importance)
11451         (message-insert-disposition-notification-to)
11452         (message-indent-citation, message-yank-original)
11453         (message-cite-original-without-signature, message-cite-original)
11454         (message-insert-citation-line, message-position-on-field)
11455         (message-fix-before-sending, message-send-mail-partially)
11456         (message-send-mail, message-send-mail-with-sendmail)
11457         (message-send-mail-with-qmail, message-send-news)
11458         (message-check-news-header-syntax, message-generate-headers)
11459         (message-insert-courtesy-copy, message-fill-address)
11460         (message-fill-header, message-shorten-references)
11461         (message-setup-1, message-cancel-news)
11462         (message-forward-make-body-plain, message-forward-make-body-mime)
11463         (message-forward-make-body-mml, message-encode-message-body)
11464         (message-forward-make-body-digest-plain)
11465         (message-forward-make-body-digest-mime)
11466         (message-use-alternative-email-as-from): Insert `hard-newline'
11467         instead of ordinary newlines.
11468
11469 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11470
11471         * message.el (message-generate-headers): Downcase the argument
11472         given to message-check-element.
11473
11474 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
11475
11476         * nntp.el (nntp-authinfo-rejected): New error condition.
11477         (nntp-wait-for): Use new error condition to signal authentication
11478         error.
11479         (nntp-retrieve-data): Rethrow new error condition to break out of
11480         recursive call to nntp-send-authinfo.
11481
11482 2005-11-08  Romain Francoise  <romain@orebokech.com>
11483
11484         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
11485         (gnus-summary-exit-map): Bind to `Z p'.
11486         (gnus-summary-make-menu-bar): Add menu item.
11487
11488 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
11489
11490         * gnus-art.el (gnus-article-treat-custom): Add `first'.
11491         (gnus-treat-*): Add `first' in all doc strings.
11492
11493         * gnus-group.el (gnus-group-compact-group): Fix typo.
11494
11495 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11496
11497         * gnus.el (gnus-parameters-case-fold-search): New variable.
11498         (gnus-parameters-get-parameter): Use it.
11499
11500         * gnus-score.el (gnus-home-score-file): Doc fix.
11501
11502 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
11503
11504         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
11505
11506 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11507
11508         * mm-util.el (mm-special-display-p): New function.
11509
11510         * mml.el (mml-preview): Use it; doc fix.
11511
11512 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
11513
11514         * imap.el (imap-open): Handle case where buffer is a buffer object.
11515
11516 2005-10-29  Romain Francoise  <romain@orebokech.com>
11517
11518         * message.el (message-fix-before-sending): Fix comment.
11519
11520 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11521
11522         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
11523
11524 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
11525
11526         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
11527         Used in gnus-score.el.
11528
11529 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
11532
11533 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11536         whitespace removed in revision 7.8.  Use concatenated string to
11537         protect trailing whitespace.
11538
11539 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11540
11541         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11542         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11543         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11544         Courier IMAP ("some version from 2004").  Mostly based on similar
11545         code in the same function.
11546
11547 2005-10-26  Didier Verna  <didier@xemacs.org>
11548
11549         * gnus-group.el (gnus-group-compact-group): Invalidate original
11550         article buffer.
11551         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11552         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11553         NOV database and in article itself.
11554         Invalidate article backlog.
11555
11556 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11559
11560 2005-10-26  Simon Josefsson  <jas@extundo.com>
11561
11562         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11563         part of 2004-07-25 change.
11564
11565 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * message.el (message-display-completion-list): New function.
11568         (message-expand-group): Use it; make sure the Completions buffer
11569         is modifiable.
11570 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11571
11572         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11573         user-mail-name is an empty string.
11574
11575 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11578         depending on gnus-score-decay-constant.
11579
11580         * encrypt.el (encrypt-insert-file-contents)
11581         (encrypt-write-file-contents): Don't use `gnus-message'.
11582
11583         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11584         arguments.
11585         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11586         arguments to mm-uu-verbatim-marks-extract.
11587         (mm-uu-hide-markers): New variable.
11588         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11589
11590         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11591         (gnus-convert-image-to-face-command): Use "convert" by default to
11592         allow other input image formats.
11593         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11594         accordingly.
11595
11596 2005-10-23  Simon Josefsson  <jas@extundo.com>
11597
11598         * imap.el (imap-gssapi-program): Align command line parameters
11599         with latest GNU SASL.
11600         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11601
11602 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603
11604         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11605         HTML.
11606         (nnslashdot-request-article): Ditto.
11607
11608         * lpath.el (featurep): Add nobreak-char-display.
11609
11610 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11611
11612         * mail-source.el (mail-source-fetch-pop): Require pop3.
11613         (mail-source-check-pop): Ditto.
11614
11615 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11618         errors.
11619
11620 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11621
11622         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11623         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11624
11625         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11626
11627         * mm-bodies.el (mm-decode-string): Call
11628         `mm-charset-to-coding-system' with allow-override argument.
11629
11630 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11631
11632         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11633         (rfc2047-charset-to-coding-system): New function.
11634         (rfc2047-decode-encoded-words): New function.
11635         (rfc2047-decode-region): Use them.
11636         (rfc2047-decode-cte): Remove.
11637         (rfc2047-parse-and-decode): Remove.
11638         (rfc2047-decode): Remove.
11639
11640 2005-10-15  Kenichi Handa  <handa@m17n.org>
11641
11642         * rfc2047.el (rfc2047-decode-cte): New function.
11643         (rfc2047-decode-region): Change the way to decode successive
11644         encoded-words: decode B- or Q-encoding in each encoded-word,
11645         concatenate them, and decode it as charset.
11646
11647 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11648
11649         * lpath.el: Fbind codepage-setup for XEmacs.
11650
11651 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11652
11653         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11654         widget-move-and-invoke.
11655         (gnus-custom-mode): Use gnus-custom-map.
11656
11657 2005-10-15  Bill Wohler  <wohler@newt.com>
11658
11659         * message.el (message-tool-bar-map): Renamed image file from
11660         mail_send to mail/send.
11661
11662 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11663
11664         * message.el (message-expand-group): Pass the common
11665         prefix substring of completion to `display-completion-list'.
11666
11667 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11668
11669         * mml-sec.el (mml-secure-method): New internal variable.
11670         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11671         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11672         functions using mml-secure-method.
11673
11674         * mml.el (mml-mode-map): Add key bindings for those functions.
11675         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11676         Harder <harder@myrealbox.com>.
11677         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11678         end of message if point is the headers of the message.
11679
11680         * message.el (message-in-body-p): New function.
11681
11682         * assistant.el: Autoload gnus-util and netrc.
11683
11684         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11685         Use `mm-charset-override-alist' only when decoding.
11686
11687         * mm-bodies.el (mm-decode-body): Call
11688         `mm-charset-to-coding-system' with allow-override argument.
11689
11690         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11691         `filename' from Content-Disposition if Content-Type doesn't
11692         provide `name'.
11693         (gnus-mime-view-part-as-type): Set default instead of
11694         initial-input.
11695
11696 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11697
11698         * format-spec.el (format-spec): Propagate text properties of % spec.
11699
11700 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11701
11702         * gnus-art.el (gnus-treat-predicate): Add `first'.
11703
11704 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11705
11706         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11707         (mm-charset-override-alist): New variable.
11708         (mm-charset-to-coding-system): Use it.
11709         (mm-codepage-setup): New helper function.
11710         (mm-charset-eval-alist): New variable.
11711         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11712         about unknown charsets.
11713
11714         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11715
11716 2005-10-04  David Hansen  <david.hansen@gmx.net>
11717
11718         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11719         (nnrss-check-group): Ditto.
11720
11721 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11724         Rename x-gnus-verbatim to x-verbatim.
11725         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11726
11727         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11728         x-verbatim.
11729
11730         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11731
11732         * gnus-util.el (gnus-remove-duplicates): Remove.
11733
11734         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11735         instead of gnus-remove-duplicates.
11736
11737         * message.el (message-remove-duplicates): Remove.
11738         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11739         message-remove-duplicates.
11740
11741         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11742         available, else use implementation from `delete-dups'.
11743
11744         * message.el (message-insert-expires): New function.
11745         (message-mode-map): Add key binding.
11746         (message-mode-field-menu): Add menu entry.
11747         (message-mode): Document it.
11748         (message-make-expires-date): Use `message-make-date'.
11749
11750 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11751
11752         * message.el (message-make-expires-date): New function.
11753
11754 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * Makefile.in (list-installed-shadows): New entry.
11757         (install): Use it.
11758         (remove-installed-shadows): New entry.
11759
11760         * dgnushack.el (dgnushack-default-load-path): New variable.
11761         (dgnushack-find-lisp-shadows): New function.
11762         (dgnushack-remove-lisp-shadows): New function.
11763
11764 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * Makefile.in (install-el-elc): New entry.
11767         (install): Use it so that .el files are necessarily installed.
11768
11769 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11772
11773 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11774
11775         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11776         function rather than the diff-mode.el package.
11777         (mm-display-external): Use with-current-buffer.
11778         (mm-viewer-completion-map, mm-viewer-completion-map):
11779         Move initialization inside declaration.
11780
11781 2005-09-29  Simon Josefsson  <jas@extundo.com>
11782
11783         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11784         autoload mail-check-payment.
11785         (spam-check-hashcash): Define unconditionally, since hashcash.el
11786         is part of Gnus now.  Ignore errors from payment checking.
11787
11788 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * message.el (message-bold-region, message-unbold-region): Rename
11791         from `bold-region' and `unbold-region'.
11792
11793         * message.el: Remove useless autoloads.
11794
11795 2005-09-28  Simon Josefsson  <jas@extundo.com>
11796
11797         * message.el (message-use-idna): Default to t.
11798         (message-use-idna): Test whether encoding works too.  Doc fix.
11799
11800 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * nntp.el (nntp-warn-about-losing-connection): Remove.
11803
11804 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11805
11806         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11807         customizable.  Change default value.
11808         (mm-uu-diff-groups-regexp): Change default value.
11809         (mm-uu-type-alist): Add doc string.
11810         (mm-uu-configure): Add doc string.  Make it interactive.
11811         (mm-uu-tex-groups-regexp): New variable.
11812         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11813         (mm-uu-type-alist): Add LaTeX documents.
11814         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11815         of "text/verbatim".
11816         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11817
11818         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11819         instead of "text/verbatim".
11820
11821         * message.el (message-mark-inserted-region)
11822         (message-mark-insert-file): Use slrn style marks when called with
11823         prefix argument.
11824
11825 2005-09-27  Simon Josefsson  <jas@extundo.com>
11826
11827         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11828
11829 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11830
11831         * message.el (message-remove-duplicates): New function.
11832         Implementation borrowed from `gnus-remove-duplicates'.
11833         (message-idna-to-ascii-rhs): Also encode idna addresses in
11834         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11835         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11836         only ask about the same idna domain once per header and also tell
11837         in what header to replace the idna domain.
11838
11839         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11840         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11841         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11842         a header is decoded and not just the last one.
11843
11844 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11845
11846         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11847         has been decoded.
11848
11849         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11850         (mm-insert-part): Don't modify text if it has been decoded.
11851
11852         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11853         decoded.
11854
11855         * mm-view.el (mm-inline-text): Don't strip text props unless
11856         decoding enriched or richtext parts.
11857
11858 2005-09-25  Romain Francoise  <romain@orebokech.com>
11859
11860         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11861         * gnus-start.el (gnus-subscribe-interactively):
11862         * gnus-uu.el (gnus-uu-grab-articles):
11863         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11864         space.
11865
11866 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11867
11868         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11869         * mm-view.el (mm-view-pkcs7-decrypt):
11870         * gnus-sum.el (gnus-summary-limit-to-extra)
11871         (gnus-summary-respool-article, gnus-read-move-group-name):
11872         * gnus-score.el (gnus-summary-increase-score):
11873         * gnus-util.el (gnus-completing-read-with-default):
11874         * gnus-art.el (gnus-read-save-file-name)
11875         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11876         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11877         * message.el (message-check-news-header-syntax):
11878         Follow convention for reading with the minibuffer.
11879
11880 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11881
11882         * spam-report.el (spam-report-url-ping-plain):
11883         Use gnus-extended-version as User-Agent.
11884
11885         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11886         default value is nil.
11887
11888         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11889         (mm-uu-verbatim-marks-extract): New function.
11890         (mm-uu-extract): New face.
11891         (mm-uu-copy-to-buffer): Use it.
11892
11893         * spam-report.el (spam-report-gmane-ham): Renamed from
11894         `spam-report-gmane-unspam'.
11895         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11896         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11897
11898         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11899         Autoload.
11900         (spam-report-gmane-unregister-routine): Renamed
11901         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11902
11903 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11904
11905         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11906         (spam-report-gmane-unregister-routine): Add support for gmane
11907         unregistration.
11908
11909         * spam-report.el (spam-report-gmane-unspam)
11910         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11911         (spam-report-gmane): Change to take a single article and do unspam
11912         registration.
11913
11914 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * mm-url.el (mm-url-decode-entities): Fix regexp.
11917
11918 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11919
11920         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11921         default to nil, to be able to use Gnus at all.  If the default
11922         switches to something else, then the function should be fixed not
11923         be exceedingly slow.
11924
11925 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11926
11927         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11928         fail hard.
11929
11930         * spam-report.el: Add better Keywords line.
11931
11932         * spam.el: Add Maintainer and better Keywords line.
11933
11934 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * gnus-art.el (gnus-article-replace-part)
11937         (gnus-mime-replace-part): New functions.
11938         (gnus-mime-action-alist, gnus-mime-button-commands)
11939         (gnus-mime-save-part-and-strip): Added file argument.
11940         (gnus-article-part-wrapper): Added interactive argument.
11941
11942         * gnus-sum.el (gnus-summary-mime-map): Add
11943         `gnus-article-replace-part'.
11944
11945 2005-09-19  Didier Verna  <didier@xemacs.org>
11946
11947         The nnml compaction feature:
11948         * nnml.el (nnml-request-compact-group): New function.
11949         * nnml.el (nnml-request-compact): New function.
11950         * gnus-int.el (gnus-request-compact-group): New function.
11951         * gnus-int.el (gnus-request-compact): New function.
11952         * gnus-group.el (gnus-group-compact-group): New function.
11953         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11954         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11955         * gnus-srvr.el (gnus-server-compact-server): New function.
11956         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11957         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11958
11959 2005-09-18  Deepak Goel  <deego@gnufans.org>
11960
11961         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11962         format spec.
11963
11964 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11967
11968 2005-09-15  Romain Francoise  <romain@orebokech.com>
11969
11970         * message.el (message-fill-paragraph): Clarify docstring.
11971
11972 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11973
11974         * gnus-art.el (gnus-mime-display-part): Protect against broken
11975         MIME messages.
11976
11977 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11980         before parsing header.
11981
11982 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11983
11984         * html2text.el (html2text-replace-list): Add new entities.
11985
11986 2005-09-11  Romain Francoise  <romain@orebokech.com>
11987
11988         * message.el (message-alternative-emails): Improve docstring.
11989         (message-setup-1): Call `message-use-alternative-email-as-from'
11990         after `message-setup-hook' to give it precedence over posting
11991         styles, etc.
11992         (message-use-alternative-email-as-from): Add docstring.  Remove
11993         the original From header if present.
11994
11995         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11996         (nnml-save-mail): Use it.
11997
11998         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11999         articles.  Add new argument `silent'.
12000         (gnus-uu-mark-all): Report the total number of marked articles.
12001
12002 2005-09-10  Romain Francoise  <romain@orebokech.com>
12003
12004         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12005         (gnus-uu-mark-series): Likewise.
12006
12007 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12008
12009         * spam-report.el (spam-report-gmane): Fix generation of spam
12010         report URL.
12011
12012 2005-09-10  Simon Josefsson  <jas@extundo.com>
12013
12014         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12015         t, based on discussion on the ding list with Robert Epprecht
12016         <epprecht@solnet.ch>.
12017
12018 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12019
12020         * spam-report.el (spam-report-gmane): Make it work without
12021         X-Report-Spam header.  Gmane now only provides Archived-At.
12022         This is only used if `spam-report-gmane-use-article-number' is nil.
12023         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12024
12025         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12026         make `gnus-summary-sort-by-recipient' work with threading.
12027
12028         * nnweb.el (nnweb-google-wash-article): Print a message if article
12029         is not available.
12030
12031 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12032
12033         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12034         change.  Decode text/* parts content before displaying.
12035
12036 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12039
12040 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12043
12044         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
12045         url-package-name, url-package-version,
12046         w3m-cid-retrieve-function-alist, w3m-current-buffer,
12047         w3m-display-inline-images, and w3m-minor-mode-map.
12048
12049 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12050
12051         * message.el (message-tab-body-function): Fix mismatched custom type.
12052
12053         * gnus.el (gnus-group-change-level-function): Ditto.
12054
12055         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12056
12057         * gnus-art.el (gnus-signature-limit)
12058         (gnus-article-mime-part-function): Ditto.
12059
12060 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12061
12062         * mml.el (mml-mode): Silence the byte compiler.
12063
12064         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12065         using `(sit-for 0)' before moving the point to the specified part;
12066         skip unbuttonized parts.
12067         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12068         return to the summary window if gnus-auto-select-part is non-nil.
12069
12070 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12071
12072         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
12073         variables.
12074         (mml-dnd-attach-file, mml-mode): Use them.
12075
12076         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12077         Make fetching article by MID work again for Google Groups.  Added
12078         FIXME concerning gnus-group-make-web-group.
12079
12080         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12081         Don't depend on Gnus by using mail-extract-address-components if
12082         gnus-extract-address-components is not bound.
12083
12084 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12085
12086         * gnus-art.el (gnus-mime-display-security): Don't display the
12087         signature, but only the signed part.
12088
12089 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12092
12093         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12094         list, not listp.
12095
12096 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12097
12098         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
12099         when encoding.
12100
12101         * mm-bodies.el (mm-decode-content-transfer-encoding):
12102         De-canonicalize CRLF for all text content types, not just
12103         text/plain.
12104
12105 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12108         valid article; point arrow and cursor at the MIME button.
12109
12110 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12113         Suggested by Dan Christensen <jdc@uwo.ca>.
12114
12115         * mm-decode.el (mm-save-part): Enable change of prompt.
12116
12117 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12118
12119         * gnus-msg.el (gnus-inews-add-send-actions): Made
12120         `message-post-method' lambda parameter ARG `&optional'.
12121
12122 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * gnus-sum.el (gnus-summary-mime-map): Added
12125         gnus-article-save-part-and-strip, gnus-article-delete-part and
12126         gnus-article-jump-to-part.
12127
12128         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
12129         (gnus-article-edit-part): Use it.
12130         (gnus-article-part-wrapper): Added no-handle argument.
12131         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
12132         functions.
12133
12134 2005-08-29  Romain Francoise  <romain@orebokech.com>
12135
12136         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12137         docstring.
12138         (gnus-face-from-file): Likewise.
12139
12140 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12143         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12144         non-nil.
12145         (gnus-auto-select-part): New variable.
12146         (gnus-article-jump-to-part): New function.
12147         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12148         (gnus-mime-delete-part): Allow selecting specified part after
12149         deleting or stripping parts.
12150         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12151         part if argument is bogus.
12152
12153 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12154
12155         * gnus-art.el (w3m-minor-mode-map):
12156         * gnus-spec.el (gnus-newsrc-file-version):
12157         * gnus-util.el (nnmail-active-file-coding-system)
12158         (gnus-original-article-buffer, gnus-user-agent):
12159         * gnus.el (gnus-ham-process-destinations)
12160         (gnus-parameter-ham-marks-alist)
12161         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12162         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12163         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12164         * mm-decode.el (gnus-current-window-configuration):
12165         * mm-extern.el (gnus-article-mime-handles):
12166         * mm-url.el (url-current-object, url-package-name)
12167         (url-package-version):
12168         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12169         (smime-keys, w3m-cid-retrieve-function-alist)
12170         (w3m-current-buffer, w3m-display-inline-images)
12171         (w3m-minor-mode-map):
12172         * mml-smime.el (gnus-extract-address-components):
12173         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12174         (gnus-newsrc-hashtb, message-default-charset)
12175         (message-deletable-headers, message-options)
12176         (message-posting-charset, message-required-mail-headers)
12177         (message-required-news-headers):
12178         * mml1991.el (mc-pgp-always-sign):
12179         * mml2015.el (mc-pgp-always-sign):
12180         * nnheader.el (nnmail-extra-headers):
12181         * rfc1843.el (gnus-decode-encoded-word-function)
12182         (gnus-decode-header-function, gnus-newsgroup-name):
12183         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12184
12185 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12186
12187         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12188         the end of the date treatments.
12189
12190 2005-08-15  Simon Josefsson  <jas@extundo.com>
12191
12192         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12193         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12194         Capello and Romain Francoise.
12195         (pgg-fetch-key-function): Removed, not used?
12196         (pgg-insert-url-with-w3): Require url, to get
12197         url-insert-file-contents regardless of where it is defined.
12198
12199 2005-08-13  Romain Francoise  <romain@orebokech.com>
12200
12201         * message.el (message-cite-original-1): New function.
12202         (message-cite-original): Use it.
12203         (message-cite-original-without-signature): Ditto.
12204
12205 2005-08-08  Romain Francoise  <romain@orebokech.com>
12206
12207         * message.el (message-yank-empty-prefix): New variable.
12208         (message-indent-citation): Use it.
12209         (message-cite-original-without-signature): Respect X-No-Archive.
12210
12211 2005-08-08  Simon Josefsson  <jas@extundo.com>
12212
12213         * pgg.el: Autoload url-insert-file-contents instead of loading
12214         w3/url.
12215         (pgg-insert-url-with-w3): Don't load url here.
12216
12217 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12218
12219         * message.el (message-kill-to-signature): Don't insert newline at
12220         bol.
12221         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12222
12223 2005-08-06  Romain Francoise  <romain@orebokech.com>
12224
12225         * message.el (message-user-fqdn): Fix typo in docstring.
12226
12227 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12228
12229         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12230
12231         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12232
12233 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12234
12235         * mm-bodies.el (mm-encode-body): Use coding system rather than
12236         charset to encode text.
12237
12238         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12239         number of charsets if utf-8 is available (XEmacs).
12240
12241 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12244         taken from `gnus-button-mid-or-mail-regexp'.
12245         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12246         (gnus-button-alist): Improve regexp for domain part of the MIDs
12247         for news:localpart@domain buttons.
12248         (gnus-button-ctan-directory-regexp): Update.
12249
12250 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * sieve-manage.el (sieve-manage-interactive-login): Use
12253         make-local-variable rather than make-variable-buffer-local.
12254         (sieve-manage-open): Ditto.
12255         (sieve-manage-authenticate): Ditto.
12256
12257         * mml.el (mml-generate-mime-1): Make the content type default to
12258         text/plain if the filename is not specified.
12259
12260 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12261
12262         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12263         instead of insert-buffer.
12264
12265         * message.el (message-yank-original): Ditto; set the mark at the
12266         end of the yanked message.
12267
12268 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12271         lines to scroll rather than to stop it.
12272
12273         * mml.el (mml-generate-default-type): Add doc string.
12274         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12275         default to application/octet-stream when determining the content
12276         type if it is not specified for the part or the mml contents; add
12277         a comment about mml-generate-default-type.
12278
12279 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12282         make it default to application/octet-stream when determining the
12283         content type if it is not specified for the external contents.
12284
12285 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12286
12287         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12288         segmented parameter but also other parameters might be there.
12289
12290 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * mm-decode.el (mm-display-external): Delete temp file, directory
12293         and buffer immediately if the external process is exited.
12294
12295 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12296
12297         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12298         fewer lines than that of scroll-margin.
12299         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12300
12301 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12302
12303         * gnus-art.el (gnus-article-next-page): Revert.
12304         (gnus-article-beginning-of-window): New macro.
12305         (gnus-article-next-page-1): Use it.
12306         (gnus-article-prev-page): Ditto.
12307         (gnus-article-edit-part): Use insert-buffer-substring instead of
12308         insert-buffer.
12309         (gnus-article-edit-exit): Ditto.
12310
12311         * gnus-util.el (gnus-beginning-of-window): Remove.
12312         (gnus-end-of-window): Remove.
12313
12314         * lpath.el: Don't bind header-line-format and scroll-margin.
12315
12316 2005-07-25  Simon Josefsson  <jas@extundo.com>
12317
12318         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
12319         to have the url package without w3.  Reported by Daiki Ueno
12320         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
12321
12322 2005-07-20  Didier Verna  <didier@xemacs.org>
12323
12324         * gnus-diary.el: Remove the description comment (nndiary is now
12325         properly documented in the Gnus manual).
12326         Fix the spelling of "Back End".
12327         * nndiary.el: Ditto.
12328         Fix the copyright notice.
12329
12330 2005-07-18  Romain Francoise  <romain@orebokech.com>
12331
12332         * gnus-sum.el (gnus-summary-to-prefix)
12333         (gnus-summary-newsgroup-prefix): New variables.
12334         (gnus-summary-from-or-to-or-newsgroups): Use them.
12335
12336 2005-07-17  Romain Francoise  <romain@orebokech.com>
12337
12338         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
12339         space as it's generally not especially interesting to the user.
12340
12341 2005-07-16  Romain Francoise  <romain@orebokech.com>
12342
12343         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
12344         nil to avoid prompting and file modification if one of the
12345         messages at the top of the nnfolder file contains a copyright
12346         notice.
12347         Update copyright notice.
12348
12349         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
12350         instead of `current-time-string' as the latter creates a time
12351         string that is not RFC 2822 compliant (it lacks the zone).
12352         Update copyright notice.
12353
12354 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12355
12356         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
12357         for text/rtf.  Display default in prompt.  Pass default for M-n.
12358
12359         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
12360
12361 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12362
12363         * gnus-msg.el (gnus-button-mailto): Remove
12364         save-selected-window-window hackery because it relies on
12365         save-selected-window internals.
12366
12367 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12368
12369         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
12370         (gnus-article-next-page-1): Use gnus-beginning-of-window.
12371         (gnus-article-prev-page): Ditto.
12372
12373         * gnus-util.el (gnus-beginning-of-window): New function.
12374         (gnus-end-of-window): New function.
12375
12376         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
12377
12378 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12379
12380         * gnus-score.el (gnus-score-edit-all-score): Set
12381         gnus-score-edit-exit-function to gnus-score-edit-done and call
12382         gnus-message.
12383
12384 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12385
12386         * gnus-msg.el (gnus-button-mailto): Remove
12387         save-selected-window-window hackery because it relies on
12388         save-selected-window internals.
12389
12390 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
12393         add-minor-mode.
12394         (gnus-binary-mode): Ditto.
12395
12396         * gnus-topic.el (gnus-topic-mode): Ditto.
12397
12398 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
12399
12400         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
12401         (gnus-article-prev-page): Take scroll-margin into consideration.
12402
12403 2005-07-04  Lute Kamstra  <lute@gnu.org>
12404
12405         Update FSF's address in GPL notices.
12406
12407 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12408
12409         * gnus.el (gnus-exit):
12410         * gnus-group.el (gnus-group-icons):
12411         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
12412
12413         * gnus-nocem.el (gnus-nocem):
12414         * message.el (message-various, message-buffers, message-sending)
12415         (message-interface, message-forwarding, message-insertion)
12416         (message-headers, message-news, message-mail):
12417         * pgg-gpg.el (pgg-gpg):
12418         * pgg-parse.el (pgg-parse):
12419         * pgg-pgp.el (pgg-pgp):
12420         * pgg-pgp5.el (pgg-pgp5):
12421         * pop3.el (pop3): Finish `defgroup' description with period.
12422
12423 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12424
12425         * gnus-art.el (article-display-face): Improve the efficiency.
12426         (article-display-x-face): Ditto; remove grey x-face stuff.
12427
12428 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12429
12430         * gnus-art.el (article-display-face): Correct the position in
12431         which Faces are inserted.
12432
12433 2005-06-29  Didier Verna  <didier@xemacs.org>
12434
12435         * gnus-art.el (article-display-face): Display faces in correct
12436         order.
12437
12438 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
12441         (gnus-fill-real-hashtb): Use hash table instead of obarray.
12442         (gnus-nocem-check-article): Fetch the Type header.
12443         (gnus-nocem-message-wanted-p): Fix the way to examine types.
12444         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
12445         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
12446         make sure gnus-nocem-hashtb is initialized.
12447         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
12448         (gnus-nocem-unwanted-article-p): Ditto.
12449
12450         * pgg.el (pgg-verify): Return the verification result.
12451
12452 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12453
12454         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
12455         is ascii.
12456
12457 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
12458
12459         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
12460         `show-nonbreak-escape'.
12461
12462 2005-06-23  Lute Kamstra  <lute@gnu.org>
12463
12464         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
12465
12466         * dig.el (dig-mode):
12467         * smime.el (smime-mode): Use gnus-run-mode-hooks.
12468
12469 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
12470
12471         * nnimap.el (nnimap-split-download-body): Fix spellings.
12472
12473 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
12474
12475         * gnus-art.el (gnus-article-encrypt-body):
12476         * gnus-cus.el (gnus-score-customize):
12477         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
12478         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
12479
12480 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
12481
12482         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
12483         header by looking for magic "MII" at the beginnig.
12484
12485 2005-06-16  Miles Bader  <miles@gnu.org>
12486
12487         * gnus-xmas.el (gnus-xmas-group-startup-message):
12488         Use renamed gnus-splash face.
12489
12490         * assistant.el (assistant-field): Remove "-face" suffix from face name.
12491         (assistant-field-face): New backward-compatibility alias for renamed
12492         face.
12493         (assistant-render-text): Use renamed assistant-field face.
12494
12495         * spam.el (spam): Remove "-face" suffix from face name.
12496         (spam-face): New backward-compatibility alias for renamed face.
12497         (spam-face, spam-initialize): Use renamed spam face.
12498
12499         * message.el (message-header-to, message-header-cc)
12500         (message-header-subject, message-header-newsgroups)
12501         (message-header-other, message-header-name)
12502         (message-header-xheader, message-separator, message-cited-text)
12503         (message-mml): Remove "-face" suffix from face names.
12504         (message-header-to-face, message-header-cc-face)
12505         (message-header-subject-face, message-header-newsgroups-face)
12506         (message-header-other-face, message-header-name-face)
12507         (message-header-xheader-face, message-separator-face)
12508         (message-cited-text-face, message-mml-face):
12509         New backward-compatibility aliases for renamed faces.
12510         (message-font-lock-keywords): Use renamed message faces.
12511
12512         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
12513         (sieve-test-commands, sieve-tagged-arguments):
12514         Remove "-face" suffix from face names.
12515         (sieve-control-commands-face, sieve-action-commands-face)
12516         (sieve-test-commands-face, sieve-tagged-arguments-face):
12517         New backward-compatibility aliases for renamed faces.
12518         (sieve-control-commands-face, sieve-action-commands-face)
12519         (sieve-test-commands-face, sieve-tagged-arguments-face):
12520         Use renamed sieve faces.
12521
12522         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
12523         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
12524         (gnus-group-news-3-empty, gnus-group-news-4)
12525         (gnus-group-news-4-empty, gnus-group-news-5)
12526         (gnus-group-news-5-empty, gnus-group-news-6)
12527         (gnus-group-news-6-empty, gnus-group-news-low)
12528         (gnus-group-news-low-empty, gnus-group-mail-1)
12529         (gnus-group-mail-1-empty, gnus-group-mail-2)
12530         (gnus-group-mail-2-empty, gnus-group-mail-3)
12531         (gnus-group-mail-3-empty, gnus-group-mail-low)
12532         (gnus-group-mail-low-empty, gnus-summary-selected)
12533         (gnus-summary-cancelled, gnus-summary-high-ticked)
12534         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12535         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12536         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12537         (gnus-summary-low-undownloaded)
12538         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12539         (gnus-summary-low-unread, gnus-summary-normal-unread)
12540         (gnus-summary-high-read, gnus-summary-low-read)
12541         (gnus-summary-normal-read, gnus-splash):
12542         Remove "-face" suffix from face names.
12543         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12544         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12545         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12546         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12547         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12548         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12549         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12550         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12551         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12552         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12553         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12554         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12555         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12556         (gnus-summary-normal-ticked-face)
12557         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12558         (gnus-summary-normal-ancient-face)
12559         (gnus-summary-high-undownloaded-face)
12560         (gnus-summary-low-undownloaded-face)
12561         (gnus-summary-normal-undownloaded-face)
12562         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12563         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12564         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12565         (gnus-splash-face):
12566         New backward-compatibility aliases for renamed faces.
12567         (gnus-group-startup-message): Use renamed gnus faces.
12568
12569         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12570         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12571         (gnus-server-agent): Remove "-face" suffix from face names.
12572         (gnus-server-agent-face, gnus-server-opened-face)
12573         (gnus-server-closed-face, gnus-server-denied-face)
12574         (gnus-server-offline-face):
12575         New backward-compatibility aliases for renamed faces.
12576         (gnus-server-agent-face, gnus-server-opened-face)
12577         (gnus-server-closed-face, gnus-server-denied-face)
12578         (gnus-server-offline-face): Use renamed gnus faces.
12579
12580         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12581         Remove "-face" suffix from face names.
12582         (gnus-picon-xbm-face, gnus-picon-face):
12583         New backward-compatibility aliases for renamed faces.
12584
12585         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12586         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12587         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12588         (gnus-cite-11): Remove "-face" suffix from face names.
12589         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12590         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12591         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12592         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12593         New backward-compatibility aliases for renamed faces.
12594         (gnus-cite-attribution-face, gnus-cite-face-list)
12595         (gnus-article-boring-faces): Use renamed gnus faces.
12596
12597         * gnus-art.el (gnus-signature, gnus-header-from)
12598         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12599         (gnus-header-content): Remove "-face" suffix from face names.
12600         (gnus-signature-face, gnus-header-from-face)
12601         (gnus-header-subject-face, gnus-header-newsgroups-face)
12602         (gnus-header-name-face, gnus-header-content-face):
12603         New backward-compatibility aliases for renamed faces.
12604         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12605
12606         * gnus-sum.el (gnus-summary-selected-face)
12607         (gnus-summary-highlight): Use renamed gnus faces.
12608         * gnus-group.el (gnus-group-highlight): Likewise.
12609
12610 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12611
12612         * gnus-sieve.el (gnus-sieve-article-add-rule):
12613         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12614         * spam-stat.el (spam-stat-buffer-change-to-spam)
12615         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12616
12617         * message.el (message-is-yours-p):
12618         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12619
12620 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * mm-view.el (mm-inline-text): Withdraw the last change.
12623
12624 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12627         executing enriched-decode.
12628
12629 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12632         charset of tar files.
12633
12634 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12635
12636         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12637
12638 2005-06-04  Lute Kamstra  <lute@gnu.org>
12639
12640         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12641         information is never recorded.
12642
12643 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12644
12645         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12646
12647 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12648
12649         * pop3.el (pop3-apop): Run md5 in the binary mode.
12650
12651         * starttls.el (starttls-set-process-query-on-exit-flag):
12652         Use eval-and-compile.
12653
12654 2005-05-31  Simon Josefsson  <jas@extundo.com>
12655
12656         * smime.el (smime-replace-in-string): Define.
12657         (smime-cert-by-ldap-1): Use it.
12658
12659 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * gnus-art.el (article-display-x-face): Replace
12662         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12663
12664         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12665         set-process-query-on-exit-flag or process-kill-without-query.
12666
12667         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12668         loop instead of replace-regexp.
12669
12670         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12671         instead of process-kill-without-query if it is available.
12672
12673         * lpath.el: Fbind ldap-search-entries.
12674
12675         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12676         instead of find-file-hooks if it is available.
12677
12678         * mml1991.el: Bind pgg-default-user-id when compiling.
12679
12680         * mml2015.el: Bind pgg-default-user-id when compiling.
12681
12682         * nndraft.el (nndraft-request-associate-buffer):
12683         Use write-contents-functions instead of write-contents-hooks if it is
12684         available.
12685
12686         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12687         instead of find-file-hooks if it is available.
12688
12689         * nntp.el (nntp-open-connection): Replace
12690         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12691         (nntp-open-ssl-stream): Ditto.
12692         (nntp-open-tls-stream): Ditto.
12693
12694         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12695         set-process-query-on-exit-flag or process-kill-without-query.
12696         (starttls-open-stream-gnutls): Use it instead of
12697         process-kill-without-query.
12698         (starttls-open-stream): Ditto.
12699
12700 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12701
12702         * smime.el (smime-cert-by-ldap-1): Don't use
12703         replace-regexp-in-string.
12704
12705 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12706
12707         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12708
12709         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12710         in PEM format.  Adjust to the XEmacs compability.
12711
12712 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12715         by `string-to-number'.
12716         * gnus-agent.el (gnus-agent-regenerate-group)
12717         (gnus-agent-fetch-articles): Ditto.
12718         * gnus-art.el (gnus-button-fetch-group): Ditto.
12719         * gnus-cache.el (gnus-cache-generate-active)
12720         (gnus-cache-articles-in-group): Ditto.
12721         * gnus-group.el (gnus-group-set-current-level)
12722         (gnus-group-insert-group-line): Ditto.
12723         * gnus-score.el (gnus-score-set-expunge-below)
12724         (gnus-score-set-mark-below, gnus-summary-score-effect)
12725         (gnus-summary-score-entry): Ditto.
12726         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12727         (gnus-soup-pack): Ditto.
12728         * gnus-spec.el (gnus-xmas-format): Ditto.
12729         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12730         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12731         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12732         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12733         * nndb.el (nndb-get-remote-expire-response): Ditto.
12734         * nndiary.el (nndiary-parse-schedule-value)
12735         (nndiary-string-to-number, nndiary-request-replace-article)
12736         (nndiary-request-article): Ditto.
12737         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12738         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12739         * nneething.el (nneething-make-head): Ditto.
12740         * nnfolder.el (nnfolder-request-article)
12741         (nnfolder-retrieve-headers): Ditto.
12742         * nnheader.el (nnheader-file-to-number): Ditto.
12743         * nnkiboze.el (nnkiboze-request-article): Ditto.
12744         * nnmail.el (nnmail-process-unix-mail-format)
12745         (nnmail-process-babyl-mail-format): Ditto.
12746         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12747         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12748         (nnmh-request-create-group, nnmh-request-list-1)
12749         (nnmh-request-group, nnmh-request-article): Ditto.
12750         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12751         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12752         * nnsoup.el (nnsoup-make-active): Ditto.
12753         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12754         * nntp.el (nntp-find-group-and-number)
12755         (nntp-retrieve-headers-with-xover): Ditto.
12756         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12757         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12758         (pgg-format-key-identifier): Ditto.
12759         * pop3.el (pop3-last, pop3-stat): Ditto.
12760         * qp.el (quoted-printable-decode-region): Ditto.
12761
12762         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12763         of concat.
12764
12765 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12766
12767         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12768
12769         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12770
12771         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12772
12773         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12774
12775         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12776
12777         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12778
12779         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12780         (gnus-carpal-mode): Ditto.
12781
12782         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12783         (gnus-browse-mode): Ditto.
12784
12785         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12786
12787         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12788
12789 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12790
12791         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12792
12793 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * gnus-util.el (gnus-run-mode-hooks): New function.
12796
12797         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12798
12799         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12800         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12801
12802 2005-05-27  Lute Kamstra  <lute@gnu.org>
12803
12804         * dns-mode.el (dns-mode): Specify customization group.
12805
12806 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12807
12808         * gnus-agent.el (gnus-agent-make-mode-line-string):
12809         Use mode-line-highlight as mouse-face.
12810
12811 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * canlock.el (canlock): Change the parent group to news.
12814
12815         * deuglify.el (gnus-outlook-deuglify): Add :group.
12816
12817         * dig.el (dig): Add :group.
12818
12819         * dns-mode.el (dns-mode): Add :group.
12820
12821         * encrypt.el (encrypt): Add :group.
12822
12823         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12824         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12825         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12826         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12827         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12828
12829         * gnus-diary.el (gnus-diary): Add :group.
12830
12831         * gnus.el (gnus-group-news-1-face): Add :group.
12832         (gnus-group-news-1-empty-face): Ditto.
12833         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12834         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12835         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12836         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12837         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12838         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12839         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12840         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12841         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12842         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12843         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12844         (gnus-summary-high-ticked-face): Ditto.
12845         (gnus-summary-low-ticked-face): Ditto.
12846         (gnus-summary-normal-ticked-face): Ditto.
12847         (gnus-summary-high-ancient-face): Ditto.
12848         (gnus-summary-low-ancient-face): Ditto.
12849         (gnus-summary-normal-ancient-face): Ditto.
12850         (gnus-summary-high-undownloaded-face): Ditto.
12851         (gnus-summary-low-undownloaded-face): Ditto.
12852         (gnus-summary-normal-undownloaded-face): Ditto.
12853         (gnus-summary-high-unread-face): Ditto.
12854         (gnus-summary-low-unread-face): Ditto.
12855         (gnus-summary-normal-unread-face): Ditto.
12856         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12857         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12858
12859         * hashcash.el (hashcash): New custom group.
12860         (hashcash-default-payment): Add :group.
12861         (hashcash-payment-alist): Ditto.
12862         (hashcash-default-accept-payment): Ditto.
12863         (hashcash-accept-resources): Ditto.
12864         (hashcash-path): Ditto.
12865         (hashcash-extra-generate-parameters): Ditto.
12866         (hashcash-double-spend-database): Ditto.
12867         (hashcash-in-news): Ditto.
12868
12869         * message.el (message-minibuffer-local-map): Add :group.
12870
12871         * netrc.el (netrc): Add :group.
12872
12873         * sieve-manage.el (sieve-manage-log): Add :group.
12874         (sieve-manage-default-user): Diito.
12875         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12876         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12877         (sieve-manage-authenticators): Ditto.
12878         (sieve-manage-authenticator-alist): Ditto.
12879         (sieve-manage-default-port): Ditto.
12880
12881         * sieve-mode.el (sieve-control-commands-face): Add :group.
12882         (sieve-action-commands-face): Ditto.
12883         (sieve-test-commands-face): Ditto.
12884         (sieve-tagged-arguments-face): Ditto.
12885
12886         * smime.el (smime): Add :group.
12887
12888         * spam-report.el (spam-report): Add :group.
12889
12890         * spam.el (spam, spam-face): Add :group.
12891
12892 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12893
12894         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12895         return \n.\n.\n at the end of articles.  Protect against that.
12896         (nntp-with-open-group): Allow debugging.
12897
12898         * nnheader.el (mail-header-set-extra): Make into a function
12899         because I just could't understand how to quote the list properly.
12900
12901         * dns.el (query-dns-cached): New function.
12902
12903 2005-05-26  Lute Kamstra  <lute@gnu.org>
12904
12905         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12906
12907 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12908
12909         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12910
12911         * gnus-art.el: Don't autoload mail-extract-address-components.
12912
12913         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12914         eval-and-compile to evaluate it.
12915
12916         * hashcash.el: Don't autoload executable-find.
12917
12918         * nndb.el: Don't declare the nndb back end two or more times; don't
12919         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12920
12921         * nntp.el: Autoload format-spec instead of format; use
12922         eval-and-compile to evaluate autoload forms.
12923
12924 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12925
12926         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12927
12928 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12929
12930         * gnus.el (gnus-version-number): Bump version.
12931
12932 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12933
12934         * gnus.el: No Gnus v0.3 is released.
12935
12936 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12937
12938         * lpath.el (featurep): Bind show-nonbreak-escape.
12939
12940 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-art.el (gnus-article-edit-part): Disable undo.
12943
12944 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12947         gnus-article-date-lapsed-new-header is t if date timer is active;
12948         skip headers in which the original date value is empty.
12949         (gnus-article-save-original-date): Redefine it as a macro.
12950         (gnus-display-mime): Use it.
12951
12952 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * gnus-art.el (article-date-ut): Support converting date in
12955         forwarded parts as well.
12956         (gnus-article-save-original-date): New function.
12957         (gnus-display-mime): Use it.
12958
12959 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12960
12961         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12962         enclosure element of <item>.
12963
12964 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12965
12966         * message.el (message-kill-buffer-query): Renamed from
12967         `message-kill-buffer-query-if-modified'.  Added :version.
12968
12969 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12972         window layout.
12973
12974 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * mml.el: Autoload dnd when compiling.
12977
12978 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12979
12980         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12981         x-dnd-*.
12982
12983 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12984
12985         * qp.el (quoted-printable-encode-region): Save excursion.
12986
12987 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12988
12989         * message.el (message-kill-buffer-query-if-modified): Add new variable
12990         so the user can kill a modified message buffer quickly.
12991         (message-kill-buffer): Use it.
12992
12993 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * lpath.el: Fbind display-time-event-handler; don't fbind
12996         string-to-multibyte.
12997
12998         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12999
13000 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13003         contained in text because xml.el decodes entities) with LFs.
13004
13005 2005-04-11  Lute Kamstra  <lute@gnu.org>
13006
13007         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13008         differently.
13009
13010 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13011
13012         * mm-util.el (mm-detect-coding-region): Typo.
13013
13014 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13015
13016         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13017
13018 2005-04-06  Deepak Goel  <deego@gnufans.org>
13019
13020         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13021         user-function allow user modifications of the scores.
13022         (spam-stat-score-buffer-user): New function, to allow
13023         user-computed modifications to the score.
13024         (spam-stat-score-buffer-user-functions): List of additional
13025         scoring functions.
13026         (spam-stat-error-holder): Global temporary error holder.
13027         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13028         variable.
13029
13030 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13031
13032         * gnus-registry.el (gnus-registry-clean-empty-function)
13033         (gnus-registry-trim, gnus-registry-fetch-groups)
13034         (gnus-registry-delete-group): Groups that match
13035         `gnus-registry-ignored-groups' are removed from the registry
13036         entries, not just ignored for splitting.  This helps clean up the
13037         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13038         to get all the groups a message ID is in.
13039
13040         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13041         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13042         (spam-stat-score-buffer-user-functions): Add :number custom type.
13043
13044 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13047         argument in XEmacs.
13048
13049         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13050         (nnrss-request-group): Decode group name first.
13051         (nnrss-request-article): Make a text/plain article if mml-to-mime
13052         failed.
13053         (nnrss-get-encoding): Return a compatible encoding according to
13054         nnrss-compatible-encoding-alist.
13055         (nnrss-find-el): Use consp instead of listp.
13056         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13057
13058 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13059
13060         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13061         which Emacs 20 doesn't support.
13062         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13063
13064 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13065
13066         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13067         silence the byte compiler inside the defun.
13068
13069         * gnus-demon.el (parse-time-string): Add autoload.
13070
13071         * gnus-delay.el (parse-time-string): Add autoload.
13072
13073         * gnus-art.el (parse-time-string): Add autoload.
13074
13075         * nnultimate.el (parse-time): Require for `parse-time-string'.
13076
13077 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13078
13079         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13080
13081         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13082
13083         * smime.el (smime-ldap-host-list): Add :version.
13084
13085 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13086
13087         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13088         pass it to `gnus-browse-read-group'.
13089         (gnus-browse-read-group): Add NUMBER argument and pass it to
13090         `gnus-group-read-ephemeral-group'.
13091
13092         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13093         argument and pass it to `gnus-group-read-group'.
13094
13095 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13096
13097         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13098         mm-xemacs-find-mime-charset-1 if we have the mule feature
13099         available at runtime.
13100
13101 2005-03-25  Werner Lemberg  <wl@gnu.org>
13102
13103         * nnmaildir.el: Replace `illegal' with `invalid'.
13104
13105 2005-03-23  Lute Kamstra  <lute@gnu.org>
13106
13107         * time-date.el: Add comment on time value formats.
13108         Don't require parse-time.
13109         (with-decoded-time-value): New macro.
13110         (encode-time-value): New function.
13111         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13112         (days-to-time): Return a valid time value when arg is huge.
13113         (time-since): Use time-subtract.
13114         (time-to-number-of-days): Use time-to-seconds.
13115
13116 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13117
13118         * gnus-start.el (gnus-display-time-event-handler):
13119         Check display-time-timer at runtime rather than only at load time
13120         in case display-time-mode is turned off in the mean time.
13121
13122 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13125         used.
13126
13127         * nneething.el (nneething-map-file-directory): Derive from
13128         `gnus-directory'.
13129
13130         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13131         the To/Cc button.
13132
13133 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13134
13135         * nnmaildir.el (nnmaildir-request-accept-article):
13136         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13137
13138 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13139
13140         * gnus-async.el: Require timer-funcs at compile time when in
13141         XEmacs for `run-with-idle-timer'.
13142
13143 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13144
13145         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13146         autoloaded function.
13147
13148 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13149
13150         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13151
13152 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13153
13154         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13155
13156 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13157
13158         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
13159         gnus-expert-user to default.
13160
13161 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13162
13163         * nnimap.el (nnimap-open-server): Ditto.
13164
13165         * imap.el (imap-authenticate): Fix typo.
13166
13167 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13168
13169         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13170         buffer (since IMAP server might return FETCH response out of
13171         order, and the nntp buffer must be sorted).
13172
13173 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13174
13175         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
13176         comparison on string.
13177
13178         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13179         (gnus-agent-score): Renamed category keywords to match gnus-cus.
13180         (gnus-agent-summary-fetch-series): Modified to protect against
13181         gnus-agent-summary-fetch-group clearing processable flags.
13182         (gnus-agent-synchronize-group-flags): Update live group buffer as
13183         synchronization may occur due to the user toggle the plugged
13184         status.
13185         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13186         successfully downloaded.
13187         (gnus-agent-expire-group-1): Avoid using markers when the overview
13188         is in ascending order; greatly improves performance.
13189         (gnus-agent-regenerate-group): Use
13190         gnus-agent-synchronize-group-flags to reset read status in both
13191         gnus and server.
13192         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
13193
13194 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13195
13196         * message.el: Don't autoload former message-utils variables.
13197         (message-strip-subject-trailing-was): Change doc string.
13198
13199         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13200         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13201         (nnweb-google-search): Add "hl=en" here.
13202         (nnweb-google-parse-1, nnweb-google-create-mapping):
13203         Don't hardcode URL.
13204
13205 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13206
13207         * message.el (message-get-reply-headers, message-followup):
13208         Mention related variables `message-use-followup-to' and
13209         `message-use-mail-followup-to', in the information buffer.
13210
13211         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13212         of broken groups(-beta).google.com.
13213
13214 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13215
13216         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13217         parameter to invoked gnus-request-move-article; remove the
13218         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13219         all at once instead of once per article.
13220         (gnus-summary-remove-process-mark): Accept a list of articles as
13221         well as a single article for processing.
13222
13223         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13224         parameter.
13225
13226         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13227
13228         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13229
13230         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13231         parameter.
13232
13233         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13234         parameter.
13235
13236         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13237         parameter and remove the gnus-sum-hint-move-is-internal variable.
13238
13239         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13240         parameter.
13241
13242         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13243         parameter.
13244
13245         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13246         parameter.
13247
13248         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13249
13250         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13251         parameter.
13252
13253         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13254         parameter.
13255
13256 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13257
13258         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13259         a more conservative way.
13260
13261 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13262
13263         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13264         buffer, so it moves the window's cursor.
13265
13266 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13267
13268         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13269         `mm-dissect-multipart' and receive the from field as an (optional)
13270         argument from `mm-dissect-multipart'.
13271         (mm-dissect-multipart): Receive the from field as an argument and
13272         pass it on when we call `mm-dissect-buffer' on MIME parts.
13273         Fixes verification/decryption of signed/encrypted MIME parts.
13274
13275 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13276
13277         * gnus-sum.el (gnus-summary-move-article): Set
13278         gnus-sum-hint-move-is-internal for gnus-request-move-article and
13279         whatever it calls (right now, only nnimap-request-move article
13280         respects it).
13281
13282         * nnimap.el (nnimap-request-move-article): When
13283         gnus-sum-hint-move-is-internal is set, don't do the extra
13284         nnimap-request-article.
13285
13286 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13287
13288         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13289
13290         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13291         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13292
13293         * gnus-sum.el (gnus-summary-caesar-message):
13294         Apply `gnus-treat-article' after rotation.
13295
13296         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13297         doc string.
13298
13299 2005-02-22  Simon Josefsson  <jas@extundo.com>
13300
13301         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13302         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13303         <arne@arnested.dk>.
13304         (encrypt): Add password-cache and password-cache-expiry as group
13305         members.
13306
13307 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13308
13309         * smime.el (smime-ldap-host-list): Doc fix.
13310         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13311         cache) password.
13312         (smime-sign-region): Use it.
13313         (smime-decrypt-region): Use it.
13314         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13315         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13316         fails.
13317         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13318         certificate from DER to PEM format rather than calling openssl.
13319
13320         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13321
13322         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13323         for signing/encryption.
13324
13325         * mml.el (mml-parse-1): Use them.
13326
13327 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13328
13329         * nnrss.el (nnrss-verbose): Removed.
13330         (nnrss-request-group): Use `nnheader-message' instead.
13331
13332 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13333
13334         * nnrss.el (nnrss-verbose): New variable.
13335         (nnrss-request-group): Make it say nnrss is requesting a group.
13336
13337 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13338
13339         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
13340         Handle news URL with given port correctly.
13341
13342 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
13345         containing special characters.
13346
13347         * gnus-sum.el (gnus-summary-edit-article): Ditto.
13348
13349         * mml.el (mime-to-mml): Ditto.
13350
13351         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
13352         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
13353         (rfc2047-decode-region): Quote decoded words containing special
13354         characters when rfc2047-quote-decoded-words-containing-tspecials
13355         is non-nil.
13356
13357 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13358
13359         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
13360
13361         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
13362
13363 2005-02-15  Simon Josefsson  <jas@extundo.com>
13364
13365         * nnimap.el (nnimap-debug): Doc fix.
13366
13367         * imap.el (imap-debug): Doc fix.
13368
13369 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13370
13371         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
13372
13373 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
13374
13375         * gnus.el (spam-contents): Improve docs for spam-contents
13376         parameter in its variable incarnation.
13377
13378 2005-02-14  Simon Josefsson  <jas@extundo.com>
13379
13380         * smime-ldap.el: Use require instead of load-library for ldap.
13381         (smime-ldap-search): Indent.
13382         (smime-ldap-search-internal): Shorten line.
13383
13384         * smime.el (smime-cert-by-dns): Add doc-string.
13385         (smime-cert-by-ldap-1): Indent.
13386
13387         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
13388         mml-smime-get-dns-ldap.
13389         (mml-smime-encrypt-query): Use new function.  Default to ldap.
13390
13391 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
13392
13393         * smime.el: Require smime-ldap.
13394         (smime-ldap-host-list): New variable.
13395         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
13396
13397         * mml-smime.el (mml-smime-encrypt-query): New function.
13398         (mml-smime-encrypt-query): Use it.
13399
13400         * smime-ldap.el: New file.
13401
13402 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
13405
13406 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
13409         argument in doc string.  Make query for type more clear.
13410
13411 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13412
13413         * gnus.el (gnus-group-startup-message): Search for gnus images in
13414         etc/images/gnus.
13415         * mm-util.el (mm-image-load-path): Likewise.
13416         * smiley.el (smiley-data-directory): Search for smilies in
13417         etc/images/smilies.
13418
13419 2005-02-09  Kim F. Storm  <storm@cua.dk>
13420
13421         Change Emacs release version from 21.4 to 22.1 throughout.
13422         Change Emacs development version from 21.3.50 to 22.0.50.
13423
13424 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
13427
13428         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
13429         non-Mule XEmacs as well.
13430         (mm-decompress-buffer): Signal an error intentionally if it does
13431         not decompress compressed data because auto-compression-mode is
13432         disabled.
13433
13434 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
13435
13436         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
13437         an ID in the registry even if it has no groups.
13438
13439 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13440
13441         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
13442         merge it into mm-decompress-buffer.
13443         (gnus-mime-copy-part): Use the MIME part charset, the value which
13444         a user specified or gnus-newsgroup-charset for decoding, like
13445         gnus-mime-inline-part does; set buffer-file-coding-system to tell
13446         save-buffer what was used.  Suggested by Kevin Ryde
13447         <user42@zip.com.au>.
13448         (gnus-mime-inline-part): Allow the name parameter as well as the
13449         filename parameter; force decompressing of compressed data; always
13450         display contents being not decoded as unibyte.
13451
13452         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
13453         as well as the filename parameter.
13454
13455         * mm-util.el (mm-decompress-buffer): Merge
13456         gnus-mime-jka-compr-maybe-uncompress.
13457         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
13458         of compressed data.
13459
13460 2005-02-08  Simon Josefsson  <jas@extundo.com>
13461
13462         * imap.el (imap-log): Doc fix.
13463
13464 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
13467         the coding cookies; decompress compressed parts.
13468
13469         * mml.el (mml-generate-mime-1): Add the charset parameter according
13470         to the value which a user specified manually or the coding cookie.
13471
13472         * mm-util.el (mm-string-to-multibyte): New function.
13473         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
13474         (mm-coding-system-to-mime-charset): New function.
13475         (mm-decompress-buffer): New function.
13476         (mm-find-buffer-file-coding-system): New function.
13477
13478         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
13479         (mm-display-inline-fontify): Rewrite for decoding and decompressing
13480         parts.
13481
13482 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13483
13484         * mm-view.el (mm-display-inline-fontify): Decode a part according
13485         to the charset parameter.
13486
13487 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13488
13489         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
13490         prefix arg is neither nil nor a number, as info specifies.
13491
13492 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
13495         timestamps.
13496
13497 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
13498
13499         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
13500         groups error checking and notify user.
13501
13502 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
13503
13504         * message.el (message-send-mail-function): Check existence of
13505         sendmail-program first before using default value
13506         `message-send-mail-with-sendmail'.  Otherwise use more generic
13507         `smtpmail-send-it'.
13508
13509 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13510
13511         * nntp.el (nntp-request-update-info): Always return nil.
13512
13513 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13514
13515         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
13516
13517 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13518
13519         * message.el (message-beginning-of-line): Change the behavior when
13520         invoked between BOL and : so that it first moves backward.
13521
13522 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
13525         article buffer when editing of the article is discarded.
13526         (gnus-article-prepare): Revert.
13527
13528 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13529
13530         * gnus-art.el (gnus-article-prepare):
13531         Remove message-strip-forbidden-properties from the local hook.
13532
13533 2005-01-27  Simon Josefsson  <jas@extundo.com>
13534
13535         * password.el (password-cache-add): Only start one timer per key.
13536         Reported by Derek Atkins <warlord@MIT.EDU>.
13537
13538 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13539
13540         * run-at-time.el: Removed.  It is no longer needed as
13541         timer-funcs.el in the xemacs-base package has a working version of
13542         `run-at-time'.
13543
13544         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13545
13546         * password.el: Require timer-funcs instead of run-at-time in
13547         XEmacs.
13548         Remove `password-run-at-time' macro.
13549         (password-cache-add): Use `run-at-time' instead of
13550         `password-run-at-time'.
13551
13552         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13553         Remove `nnheader-cancel-function-timers' alias,
13554         `cancel-function-timers' exists in XEmacs in timer-funcs.
13555
13556         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13557         for `run-with-idle-timer'.
13558
13559         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13560         for `run-at-time'.
13561
13562         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13563         for `with-timeout'.
13564
13565         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13566         the same as for XEmacs 21.4.
13567         No need to ignore `run-with-idle-timer', this function exists in
13568         XEmacs now in timer-funcs.el in the xemacs-base package.
13569         (dgnushack-compile): No need to delete
13570         run-at-time.el from the list of files to compile because it
13571         doesn't exist anymore.
13572
13573 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13576         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13577
13578 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13579
13580         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13581         sensitively.
13582
13583 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13584
13585         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13586
13587 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13588
13589         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13590         which will be inserted according to the multibyteness of a buffer
13591         rather than the type of contents.  Suggested by ARISAWA Akihiro
13592         <ari@mbf.ocn.ne.jp>.
13593
13594         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13595         of string which old xml.el may return rather than a string.
13596
13597 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13600
13601 2005-01-16  Simon Josefsson  <jas@extundo.com>
13602
13603         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13604         idn/idna.el isn't available.
13605         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13606         <michael@waxrat.com>.
13607
13608         * hashcash.el: Remove non-FSF copyright header.
13609
13610         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13611         (hashcash-generate-payment): Use it.
13612         (hashcash-generate-payment-async): Use it.
13613
13614 2005-01-15  Simon Josefsson  <jas@extundo.com>
13615
13616         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13617         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13618
13619         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13620         gnus-summary-idna-message.
13621         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13622         (gnus-summary-idna-message): New function.
13623
13624 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13627         gnus-novice-user.
13628
13629 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13630
13631         * nnrss.el (nnrss-request-delete-group): Delete entries in
13632         nnrss-group-alist as well.
13633         (nnrss-save-server-data): Insert newline.
13634
13635 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13636
13637         * gnus.el (gnus-user-agent): Use list of symbols instead of
13638         symbols.  Display full version number for (S)XEmacs.  Optionally
13639         display (S)XEmacs codename.
13640
13641         * gnus-util.el (gnus-emacs-version): Update for new
13642         `gnus-user-agent'.
13643
13644         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13645         Gnus version.
13646
13647 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13648
13649         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13650         which is unreadable in some setups.
13651
13652 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13653
13654         * gnus-spec.el (gnus-update-format-specifications): Flush the
13655         group format spec cache if it doesn't support decoded group names.
13656
13657 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13658
13659         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13660         Allow to apply decay on score files matching a regexp.
13661
13662 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13665         compatibility in %g and %c.
13666
13667 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13670         name for only %g and %c.
13671         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13672         of gnus-tmp-group to decoded group name.
13673         (gnus-group-make-rss-group): Exclude `/'s from group names.
13674
13675 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * nnrss.el (nnrss-get-encoding): Fix regexp.
13678
13679 2004-12-27  Simon Josefsson  <jas@extundo.com>
13680
13681         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13682         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13683         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13684
13685 2004-12-17  Kim F. Storm  <storm@cua.dk>
13686
13687         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13688
13689         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13690
13691 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13692
13693         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13694
13695 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * nnrss.el: Require rfc2047 and mml.
13698         (nnrss-file-coding-system): New variable.
13699         (nnrss-format-string): Redefine it as an inline function.
13700         (nnrss-decode-group-name): New function.
13701         (nnrss-string-as-multibyte): Remove.
13702         (nnrss-retrieve-headers): Decode group name; don't use
13703         nnrss-format-string.
13704         (nnrss-request-group): Decode group name.
13705         (nnrss-request-article): Decode group name; allow a Message-ID as
13706         well as an article number; don't use nnrss-format-string; encode a
13707         Message-ID string which may contain non-ASCII characters; use
13708         mml-to-mime to compose a MIME article.
13709         (nnrss-request-expire-articles): Decode group name.
13710         (nnrss-request-delete-group): Decode group name.
13711         (nnrss-fetch): Clarify error message.
13712         (nnrss-read-server-data): Use insert-file-contents instead of load;
13713         bind file-name-coding-system; use multibyte buffer.
13714         (nnrss-save-server-data): Bind coding-system-for-write to the
13715         value of nnrss-file-coding-system; bind file-name-coding-system;
13716         add coding cookie.
13717         (nnrss-read-group-data): Use insert-file-contents instead of load;
13718         bind file-name-coding-system; use multibyte buffer.
13719         (nnrss-save-group-data): Bind coding-system-for-write to the
13720         value of nnrss-file-coding-system; bind file-name-coding-system.
13721         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13722         make it work with non-ASCII text.
13723         (nnrss-find-el): Make it work with old xml.el as well.
13724
13725 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13726
13727         * nnrss.el (nnrss-get-encoding): New function.
13728         (nnrss-fetch): Use unibyte buffer initially; bind
13729         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13730         decode contents according to the encoding attribute.
13731         (nnrss-save-group-data): Add coding cookie.
13732         (nnrss-mime-encode-string): New function.
13733         (nnrss-check-group): Use it to encode subject and author.
13734
13735 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13736
13737         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13738         imaginary variable.
13739
13740 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13743         correctly even if there are wide characters.
13744
13745 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13746
13747         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13748         downcased symbol names; make a new cache instead of reusing
13749         bbdb-hashtable.
13750
13751 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13752
13753         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13754         concatenating segments rather than before concatenating them.
13755         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13756
13757         * message.el (message-get-reply-headers): Bind `extra'.
13758
13759 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13760
13761         * message.el (message-extra-wide-headers): New variable.
13762         (message-get-reply-headers): Use it.
13763
13764 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13767         (gnus-agent-group-pathname): Ditto.
13768
13769         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13770
13771         * gnus-group.el (gnus-group-make-group): Decode group name.
13772         (gnus-group-make-rss-group): Register the group data after opening
13773         the nnrss group.
13774
13775 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13776
13777         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13778         by expiry now get marked as read.
13779
13780 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13781
13782         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13783
13784 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13785
13786         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13787         unify Latin characters in XEmacs.
13788         (mm-find-mime-charset-region): Use it.
13789
13790 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * gnus-util.el (gnus-delete-directory): New function.
13793
13794         * gnus-agent.el (gnus-agent-delete-group): Use it.
13795
13796         * gnus-cache.el (gnus-cache-delete-group): Use it.
13797
13798 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13801         names.
13802
13803 2004-12-16  Simon Josefsson  <jas@extundo.com>
13804
13805         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13806
13807 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13808
13809         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13810
13811         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13812         (gnus-group-set-current-level): Decode group name.
13813
13814 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13815
13816         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13817         failed.
13818
13819 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13820
13821         * gnus-group.el (gnus-group-delete-group): Decode group name.
13822         (gnus-group-make-rss-group): Encode group name.
13823         (gnus-group-catchup-current): Decode group name.
13824         (gnus-group-kill-group): Decode group name.
13825
13826 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13827
13828         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13829
13830 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13831
13832         * gnus-group.el (gnus-group-make-rss-group):
13833         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13834
13835         * gnus-start.el (gnus-setup-news): Honor user's setting to
13836         gnus-message-archive-method.  Suggested by Lute Kamstra
13837         <lute@gnu.org>.
13838
13839 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13840
13841         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13842         global counterparts of the buffer-local variables.
13843
13844 2004-11-16  Romain Francoise  <romain@orebokech.com>
13845
13846         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13847         counterparts of the buffer-local variables.
13848
13849 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13850
13851         * message.el (message-forbidden-properties): Fixed typo in doc
13852         string.
13853
13854 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13855
13856         * gnus-util.el (gnus-replace-in-string): Added doc string.
13857
13858         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13859         to avoid problems when splitting mails with many recipients.
13860
13861 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13862
13863         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13864         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13865
13866 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13867
13868         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13869         if there is no hashtable in memory or file modification time is
13870         newer than cached timestamp.
13871
13872 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13873
13874         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13875         not-matching option.
13876
13877 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13878
13879         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13880         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13881         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13882         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13883         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13884         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13885
13886 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * message.el (message-forward-make-body-mml): Remove headers
13889         according to message-forward-ignored-headers if a message is decoded.
13890
13891 2004-12-02  Romain Francoise  <romain@orebokech.com>
13892
13893         * message.el (message-forward-make-body-plain): Always remove
13894         headers according to message-forward-ignored-headers.
13895
13896 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13897
13898         * spam.el (spam-summary-prepare-exit): Remove the
13899         gnus-summary-limit pop for now, it has problems with ham marks for
13900         me.
13901
13902 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13903
13904         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13905         correctly.
13906
13907 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13908
13909         * format-spec.el (format-spec): Message the char.
13910
13911 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13912
13913         * gnus-art.el (gnus-split-methods): Reformat comments.
13914
13915         * spam.el (spam-summary-prepare-exit): Remove article limits
13916         before exiting the summary buffer.
13917
13918 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13921         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13922
13923         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13924         order to silence the byte compiler.
13925
13926         * spam.el: Fix the way to silence the byte compiler, which
13927         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13928         bbdb-search-simple, spam-BBDB-register-routine,
13929         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13930         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13931         spam-stat-buffer-is-spam, spam-stat-load,
13932         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13933         spam-stat-save and spam-stat-split-fancy.
13934
13935 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13936
13937         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13938         which may confuse users.
13939         (canlock-password-for-verify): Ditto.
13940
13941         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13942
13943         * gnus-art.el (gnus-emphasis-alist): Ditto.
13944
13945         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13946
13947         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13948
13949         * gnus-start.el (gnus-save-killed-list): Ditto.
13950
13951         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13952         (gnus-sum-thread-tree-root): Ditto.
13953         (gnus-sum-thread-tree-false-root): Ditto.
13954         (gnus-sum-thread-tree-single-indent): Ditto.
13955
13956         * message.el (message-courtesy-message): Ditto.
13957         (message-archive-note): Ditto.
13958         (message-subscribed-address-file): Ditto.
13959         (message-user-fqdn): Ditto.
13960
13961         * spam-report.el (spam-report-gmane-regex): Ditto.
13962
13963         * spam.el (spam-blackhole-good-server-regex): Ditto.
13964
13965 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * mml.el (mml-preview): Widen the message buffer before copying
13968         the contents to the preview buffer; sort headers before previewing.
13969
13970         * message.el (message-hidden-headers): Fix the way to avoid a bug
13971         in the `repeat' widget in Emacs 21.3 or earlier.
13972
13973 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * message.el (message-hidden-headers): Default to "^References:".
13976         Improve customization type.  Suggested by Reiner Steib
13977         <Reiner.Steib@gmx.de>.
13978
13979 2004-11-25  Romain Francoise  <romain@orebokech.com>
13980
13981         * message.el (message-strip-forbidden-properties): Remove check for
13982         obsolete `message-hidden' text property, hidden headers are not
13983         accessible in the buffer anymore.
13984
13985 2004-11-22  Romain Francoise  <romain@orebokech.com>
13986
13987         * message.el (message-header-format-alist): Add `From' in list
13988         so that it can be sorted.
13989         (message-fix-before-sending): Widen and sort headers before
13990         sending.
13991         (message-hide-headers): Use narrowing to hide headers by moving
13992         them to the top of the buffer and narrowing to the region
13993         underneath.
13994
13995 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13996
13997         * message.el (message-strip-forbidden-properties): Bind
13998         buffer-read-only (etc) to nil.
13999
14000 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14003         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14004
14005 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14006
14007         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14008
14009 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14010
14011         * dns.el (query-dns): Use sit-for to time instead of
14012         accept-process-output, since that doesn't seem to work on udp
14013         sockets.
14014
14015 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14018
14019 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14020
14021         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14022         doc string.  Improve doc string.
14023
14024 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * nntp.el (nntp-request-update-info): Return nil if
14027         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14028         may not call gnus-activate-group which uselessly issues the GROUP
14029         commands for all nntp groups and wastes time.  Reported by Romain
14030         Francoise <romain@orebokech.com>.
14031
14032         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14033
14034 2004-11-15  Simon Josefsson  <jas@extundo.com>
14035
14036         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14037         headers separately.
14038         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14039         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14040
14041 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14042
14043         * gnus-start.el (gnus-convert-old-newsrc):
14044         Assign legacy-gnus-agent to 5.10.7.
14045
14046 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14047
14048         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14049         start of the lines.
14050
14051 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14052
14053         * hashcash.el (hashcash-default-payment): Change default to 20.
14054         (hashcash-default-accept-payment): Change default to 20.
14055         (hashcash-process-alist): New variable.
14056         (hashcash-generate-payment-async): Add.
14057         (hashcash-already-paid-p): Add.
14058         (hashcash-insert-payment): Don't generate payments twice.
14059         (hashcash-insert-payment-async): Add.
14060         (hashcash-insert-payment-async-2): Add.
14061         (hashcash-cancel-async): Add.
14062         (hashcash-wait-async): Add.
14063         (hashcash-processes-running-p): Add.
14064         (hashcash-wait-or-cancel): Add.
14065         (mail-add-payment): New optional argument.  Conditionally start
14066         asynchronous calculation.
14067         (mail-add-payment-async): Add.
14068
14069         * message.el (message-send-mail): Wait for asynchronous hashcash
14070         results.  Don't clobber existing X-Hashcash headers.
14071         (message-setup-1): Call mail-add-payment-async when
14072         message-generate-hashcash is non-nil.
14073
14074 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14075
14076         * message.el (message-use-alternative-email-as-from): Examine the
14077         From header as well; use message-make-from in order to include a
14078         user's full name.
14079
14080 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14081
14082         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14083         default; improve customization type.
14084         (gnus-emphasis-custom-with-format): New macro.
14085         (gnus-emphasis-custom-value-to-external): New function.
14086         (gnus-emphasis-custom-value-to-internal): New function.
14087
14088 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14089
14090         * dns.el (query-dns): Resolve reverse addresses.
14091
14092 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14093
14094         * gnus-group.el (gnus-group-get-new-news): Use it.
14095
14096         * gnus-start.el (gnus-check-reasonable-setup): New function.
14097
14098 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14099
14100         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14101         "Args out of range" error.  Reported by Arnaud Giersch
14102         <arnaud.giersch@free.fr>.
14103
14104 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14105
14106         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14107
14108 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14109
14110         * spam.el (spam group): Add :version.
14111
14112         * pgg-def.el (pgg group): Add :version.
14113
14114 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14115
14116         * gnus-art.el (gnus-article-edit-article): Don't associate the
14117         article buffer with a draft file.  This is a temporary measure
14118         against the 2004-08-22 change to gnus-article-edit-mode.
14119
14120 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14123         (html2text-format-tags): Remove unused variable `attr'.
14124
14125 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14126
14127         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14128
14129         * tls.el (tls-process-connection-type, tls-success)
14130         (tls-certtool-program): Add :version.
14131
14132         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
14133         (starttls-extra-arguments, starttls-process-connection-type)
14134         (starttls-connect, starttls-failure, starttls-success): Add :version.
14135
14136         * spam-stat.el (spam-stat): Add :version.
14137
14138         * sieve.el (sieve): Add :version.
14139
14140         * sha1.el (sha1): Add :version.
14141         (sha1-use-external): Remove redundant version.
14142
14143         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14144         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14145         (nnmail-split-fancy-match-partial-words)
14146         (nnmail-split-lowercase-expanded): Add :version.
14147
14148         * nndiary.el (nndiary): Add :version.
14149
14150         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14151
14152         * mml-sec.el (mml-default-sign-method)
14153         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14154         Add :version.
14155
14156         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14157
14158         * mm-url.el (mm-url-use-external, mm-url-program)
14159         (mm-url-arguments): Add :version.
14160
14161         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14162         (mm-attachment-file-modes, mm-decrypt-option)
14163         (mm-w3m-safe-url-regexp): Add :version.
14164
14165         * message.el (message-cite-prefix-regexp)
14166         (message-sendmail-envelope-from, message-minibuffer-local-map)
14167         (message-user-fqdn, message-completion-alist): Add :version.
14168
14169         * gnus-win.el (gnus-configure-windows-hook)
14170         (gnus-use-frames-on-any-display): Add :version.
14171
14172         * gnus-art.el (gnus-article-address-banner-alist)
14173         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14174         (gnus-treat-from-picon, gnus-treat-mail-picon)
14175         (gnus-treat-x-pgp-sig): Add :version.
14176
14177         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14178         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14179         (gnus-summary-article-delete-hook)
14180         (gnus-summary-display-while-building): Add :version.
14181
14182         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14183         (gnus-get-top-new-news-hook): Add :version.
14184
14185         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14186         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14187
14188         * gnus-registry.el (gnus-registry): Add :version.
14189
14190         * gnus-spec.el (gnus-use-correct-string-widths)
14191         (gnus-make-format-preserve-properties): Add :version.
14192
14193         * gnus.el (gnus-group-charter-alist)
14194         (gnus-group-fetch-control-use-browse-url)
14195         (gnus-install-group-spam-parameters): Add :version.
14196
14197         * gnus-diary.el (gnus-diary): Add :version.
14198
14199         * gnus-delay.el (gnus-delay): Add :version.
14200
14201         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14202         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14203         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14204         Add :version.
14205
14206         * gnus-agent.el (gnus-agent-max-fetch-size)
14207         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14208         (gnus-agent-prompt-send-queue): Add :version.
14209
14210         * deuglify.el (gnus-outlook-deuglify): Add :version.
14211
14212         * html2text.el: Beautify code.  Improve doc strings.  Some
14213         checkdoc cleanup.
14214         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14215
14216 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14217
14218         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14219
14220 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14221
14222         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14223         when package is loaded.
14224
14225         * spam.el (spam-summary-score-preferred-header): Add global preference
14226         for people who want to override the default SpamAssassin over
14227         Bogofilter preference (when both are set).
14228         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14229         (spam-user-format-function-S): Check
14230         spam-summary-score-preferred-header.
14231         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14232         (spam-user-format-function-S): Format the score correctly.
14233
14234 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14235
14236         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14237         signature file.  Suggested by Manoj Srivastava
14238         <srivasta@golden-gryphon.com>.
14239
14240         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14241         iso-2022-jp even in the Japanese language environment.
14242         Suggested by Jason Rumney <jasonr@gnu.org>.
14243
14244 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14247         use the same characters as the dummy marks; make it free from
14248         getting affected by the language environment.
14249         (gnus-summary-read-group-1): Update mark positions only when the
14250         format spec is updated.
14251
14252         * gnus-spec.el (gnus-update-format-specifications): Return a list
14253         of updated types.
14254
14255 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14258         of boundp to check if display-warning is available.
14259
14260 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14261
14262         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14263
14264 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * nnspool.el (nnspool-spool-directory): Use news-path if the
14267         news-directory variable is not bound.
14268
14269         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14270         function instead of display-warning if it is not available.
14271
14272 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14273
14274         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14275         v5-10: Use `point-at-bol'.
14276
14277 2004-10-26  Simon Josefsson  <jas@extundo.com>
14278
14279         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14280         <chenggao@gmail.com>.
14281
14282 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14283
14284         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14285         instead.
14286
14287 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14288
14289         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14290         to remove a server from the nnimap-server-buffer-alist.
14291         (nnimap-open-connection, nnimap-close-server): Use it.
14292
14293         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14294
14295 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14296
14297         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14298         running the major-mode function.
14299
14300 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14303         dummy marks in the right way.
14304
14305 2004-10-18  David Edmondson  <dme@dme.org>
14306
14307         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14308         excessively.
14309
14310 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14311
14312         * gnus-util.el (gnus-split-references): Accept a nil references
14313         string and go on blissfully.
14314
14315         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14316         cases where the references string is non-nil but has no references.
14317
14318         * encrypt.el: Add autoload tags.
14319
14320         * spam.el (spam-resolve-registrations-routine): Remove article
14321         from unregistration list too.  Reported by David Hanak
14322         <dhanak@isis.vanderbilt.edu>
14323
14324 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14325
14326         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14327         nil.  Changed custom type.
14328
14329 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14332
14333         * gnus-sum.el (gnus-summary-move-article): Use it.
14334
14335 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14336
14337         * encrypt.el: Add autoload cookies.
14338
14339         * spam.el (spam-backend-article-list-property)
14340         (spam-backend-get-article-todo-list)
14341         (spam-backend-put-article-todo-list)
14342         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14343         Resolve registrations separately.
14344         (spam-register-routine): Format comments.
14345         (spam-unregister-routine, spam-register-routine): Always call with
14346         specific-articles, no default list.
14347         (spam-summary-prepare-exit): Use the spam-classifications function.
14348
14349         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14350         gnus-encrypt.el.
14351
14352         * encrypt.el: Copied from gnus-encrypt.el.
14353
14354         * gnus-encrypt.el: Commented that it's obsolete.
14355
14356 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14357
14358         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14359         (gnus-score-save): Use it.
14360
14361         * message.el (message-bury): Use `window-dedicated-p'.
14362
14363 2004-10-15  Simon Josefsson  <jas@extundo.com>
14364
14365         * pop3.el (top-level): Don't require nnheader.
14366         (pop3-read-timeout): Add.
14367         (pop3-accept-process-output): Add.
14368         (pop3-read-response, pop3-retr): Use it.
14369
14370 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
14371
14372         * spam.el (spam-register-routine): Move comment.
14373         (spam-verify-bogofilter): Use 'unknown for the initial
14374         spam-bogofilter-valid state, not 'never.
14375
14376         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
14377         for netrc-machine.
14378
14379         * nnimap.el (nnimap-open-connection): Use
14380         netrc-machine-user-or-password.
14381
14382 2004-10-17  Richard M. Stallman  <rms@gnu.org>
14383
14384         * gnus-registry.el (gnus-registry-unload-hook):
14385         Set as a variable with add-hook.
14386
14387         * nnspool.el (nnspool-spool-directory): Use news-directory instead
14388         of news-path.
14389
14390         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
14391
14392         * spam.el: Delete duplicate `provide'.
14393         (spam-unload-hook): Set as a variable with add-hook.
14394
14395 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14396
14397         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
14398         in the doc string.
14399
14400         * message.el (message-ignored-news-headers)
14401         (message-ignored-supersedes-headers)
14402         (message-ignored-resent-headers)
14403         (message-forward-ignored-headers): Improve custom type.
14404
14405 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14406
14407         * message.el (message-tokenize-header): Fix 2004-09-06 change
14408         which used point-min in the wrong place.
14409
14410 2004-10-12  Simon Josefsson  <jas@extundo.com>
14411
14412         * tls.el (tls-certtool-program): New variable.
14413         (tls-certificate-information): New function, based on
14414         ssl-certificate-information.
14415
14416 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * compface.el: Move the version of ELisp-based uncompface program
14419         to the contrib directory because of the copyright problem.
14420
14421 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14422
14423         * message.el (message-kill-buffer): Raise the current frame.
14424
14425 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14426
14427         * gnus-sum.el: Mention that multibyte characters don't work as marks.
14428
14429         * gnus.el (message-y-or-n-p): Autoload.
14430
14431         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
14432         (pop3-password-required, pop3-authentication-scheme)
14433         (pop3-leave-mail-on-server): Made customizable.
14434         (pop3): New custom group.
14435         (pop3-retr): Remove `sleep-for' statements.
14436         Suggested by Dave Love <fx@gnu.org>.
14437
14438         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
14439         Windows/DOS.
14440
14441         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14442         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
14443         Dave Love <fx@gnu.org>.
14444
14445         * mml.el (mml-minibuffer-read-disposition): Require match.
14446         Suggested by Dave Love <fx@gnu.org>.
14447
14448 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14449
14450         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
14451         doc string.
14452
14453 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
14456
14457 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14458
14459         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
14460         instead of calling `mm-insert-inline', to decode text/* parts
14461         before displaying them.
14462
14463 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * mm-uu.el (mm-uu-text-plain-type): New variable.
14466         (mm-uu-pgp-signed-extract-1): Use it.
14467         (mm-uu-pgp-encrypted-extract-1): Use it.
14468         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
14469         bind mm-uu-text-plain-type with that value.
14470         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
14471         mm-uu-dissect.
14472
14473 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14474
14475         * gnus-group.el (gnus-update-group-mark-positions):
14476         * gnus-sum.el (gnus-update-summary-mark-positions):
14477         * message.el (message-check-news-body-syntax):
14478         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
14479         of string-as-multibyte.
14480
14481 2004-10-05  Juri Linkov  <juri@jurta.org>
14482
14483         * gnus-group.el (gnus-update-group-mark-positions):
14484         * gnus-sum.el (gnus-update-summary-mark-positions):
14485         * message.el (message-check-news-body-syntax):
14486         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
14487         8-bit unibyte values to a multibyte string for search functions.
14488
14489 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * mm-uu.el (mm-uu-dissect): Allow optional arg.
14492         (mm-uu-dissect-text-parts): New function.
14493
14494         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
14495         dissect text parts.
14496
14497         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
14498         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
14499
14500         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
14501
14502         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
14503         gnus-current-topics instead of gnus-current-topic.
14504
14505 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
14506
14507         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
14508
14509 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
14510
14511         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
14512         where approriate.
14513
14514         * nnml.el (nnml-generate-active-info): do.
14515
14516         * nndiary.el (nndiary-generate-active-info): do.
14517
14518         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
14519         (gnus-topic-move): do.
14520
14521         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
14522         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
14523
14524         * gnus-srvr.el (gnus-server-prepare)
14525         (gnus-server-open-all-servers): do.
14526
14527         * gnus-msg.el (gnus-summary-cancel-article)
14528         (gnus-summary-resend-message)
14529         (gnus-summary-mail-crosspost-complaint): do.
14530
14531         * gnus-move.el (gnus-change-server): do.
14532
14533         * gnus-group.el (gnus-group-unmark-all-groups)
14534         (gnus-group-set-current-level): do.
14535
14536 2004-10-04  Simon Josefsson  <jas@extundo.com>
14537
14538         * message.el (message-generate-hashcash): Doc fix.
14539
14540 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14541
14542         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14543         avoid infinite recursion via gnus-get-function.
14544
14545 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14546
14547         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14548
14549         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14550
14551         * nnmail.el (nnmail-split-history): do.
14552
14553         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14554         (nnml-request-delete-group): do.
14555
14556         * nnslashdot.el (nnslashdot-read-groups): do.
14557
14558         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14559         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14560
14561         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14562         (nnspool-sift-nov-with-sed): Use last.
14563         (nnspool-retrieve-headers-with-nov): Use mapc.
14564         (nnspool-request-newgroups): Use dolist.
14565         (nnspool-request-group): Use last.
14566
14567         * nntp.el (nntp-read-server-type): Use dolist.
14568
14569         * nnvirtual.el (nnvirtual-create-mapping)
14570         (nnvirtual-update-read-and-marked): Use dolist.
14571         (nnvirtual-convert-headers): Simplify.
14572
14573 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14574
14575         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14576         support for sync'ing tick marks.
14577
14578 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14581         there's no visible header.
14582
14583 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14584
14585         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14586         necessary, pass full group name to gnus-request-set-marks.
14587
14588 2004-10-01  Simon Josefsson  <jas@extundo.com>
14589
14590         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14591         acroread.
14592
14593 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14594
14595         * spam-report.el (spam-report-gmane): Fix interactive.
14596
14597         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14598
14599         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14600         when writing file.
14601         (gnus-agent-synchronize-flags): Don't default to being
14602         interactive.
14603
14604 2004-09-30  Simon Josefsson  <jas@extundo.com>
14605
14606         * message.el (message-generate-hashcash): Add.
14607         (message-send-mail): Use it, call mail-add-payment.
14608
14609 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14612
14613 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14614
14615         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14616         gnus-requst-update-info with explicit code to sync the in-memory
14617         info read flags with the marks being sync'd to the backend.
14618
14619         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14620
14621 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14622
14623         * spam.el (spam-verify-bogofilter): Add new function.
14624         (spam-check-bogofilter)
14625         (spam-bogofilter-register-with-bogofilter): Use it.
14626         (spam-verify-bogofilter): Add small fixes.
14627
14628 2004-09-28  Simon Josefsson  <jas@extundo.com>
14629
14630         * hashcash.el (hashcash-generate-payment): Revert.
14631
14632 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14633
14634         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14635         gnus-extract-references instead of gnus-split-references.
14636
14637         * gnus-util.el (gnus-extract-references): Add new function, analogous
14638         to gnus-split-references but extracts only the message-ID without
14639         anything extra.
14640
14641         * hashcash.el (hashcash-generate-payment)
14642         (hashcash-check-payment): Do the right thing if hashcash-path is
14643         nil (because the hashcash program could not be found).
14644
14645         * spam.el (spam-use-hashcash): Remove comment.
14646
14647 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14648
14649         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14650         (gnus-cache-enter-article, gnus-cache-remove-article)
14651         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14652
14653         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14654
14655         * gnus-art.el (article-hide-boring-headers)
14656         (article-translate-strings, article-display-face)
14657         (gnus-article-mime-match-handle-first)
14658         (gnus-article-highlight-headers)
14659         (gnus-article-add-buttons-to-head): do.
14660
14661 2004-09-27  Simon Josefsson  <jas@extundo.com>
14662
14663         * hashcash.el: New version, from
14664         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14665         ../contrib/.
14666
14667 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14668
14669         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14670
14671 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14672
14673         * gnus-dup.el (gnus-dup-open): Use mapc.
14674         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14675
14676         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14677         Reported by Stefan Wiens <s.wi@gmx.net>.
14678
14679         * gnus.el (gnus-shutdown): Use dolist.
14680
14681         * gnus-undo.el (gnus-undo): Use mapc.
14682
14683         * nnrss.el (nnrss-generate-active): do.
14684
14685         * message.el (message-cite-original-without-signature)
14686         (message-cite-original): Use mapc.
14687         (message-do-actions, message-make-forward-subject): Use dolist.
14688
14689 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14690
14691         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14692         deletion to remove entire duplicate line.  Fixes merged article
14693         number bug.
14694
14695 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14696
14697         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14698         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14699         first ask if you want to open a server and then, even when you
14700         responded with no, asking if you want to synchronize the server's
14701         flags.
14702         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14703         multi-line expressions.
14704         (gnus-agent-synchronize-group-flags): New internal function.
14705         Updates marks in memory (in the info structure) AND in the
14706         backend.
14707
14708         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14709
14710         * nnagent.el (nnagent-request-set-mark): Use
14711         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14712         method, to ensure that synchronization updates marks in the
14713         backend and in the info (in memory) structure.
14714
14715 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14716
14717         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14718         convention fully; don't miss the root article of a thread; make
14719         the X-Draft-From header with correct article numbers.
14720
14721 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14722
14723         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14724         unless plugged.  Disable the agent so that an open failure causes
14725         an error.
14726
14727         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14728         Reverted 2004-09-21 change.  The backend must be opened while
14729         synchronizing flags even when the backend stores the flags
14730         locally.
14731
14732 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14733
14734         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14735         in `header' match.  Reported by Svend Tollak Munkejord.
14736
14737         * message.el (message-cite-original): Fix use of
14738         `message-cite-articles-with-x-no-archive'.
14739
14740 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14743         (gnus-window-to-buffer): Ditto.
14744
14745         * mml.el (mml-preview-buffer): New variable.
14746         (mml-preview): Manage window layout with gnus-buffer-configuration.
14747
14748         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14749         X-Draft-From header even if those articles aren't quoted.
14750
14751 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14752
14753         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14754         (gnus-request-set-mark, gnus-request-update-mark): Use new
14755         g-s-t-u-l-m to decide to use backend even when unplugged.
14756
14757 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14760         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14761
14762 2004-09-20  Simon Josefsson  <jas@extundo.com>
14763
14764         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14765         "utf-16-le".
14766
14767 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14768
14769         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14770
14771 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14772
14773         * uudecode.el (uudecode-use-external): Add :version.
14774
14775         * smime.el (smime-CA-file, smime-encrypt-cipher)
14776         (smime-dns-server): Add :version.
14777
14778         * smiley.el (gnus-smiley-file-types): Add :version.
14779
14780         * sha1.el (sha1-use-external): Add :version.
14781
14782         * pgg-def.el (pgg-query-keyserver): Add :version.
14783
14784         * nnmail.el (nnmail-fancy-expiry-targets)
14785         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14786         Add :version.
14787
14788         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14789         (nnimap-retrieve-groups-asynchronous): Add :version.
14790         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14791
14792         * mml.el (mml-content-disposition-parameters)
14793         (mml-insert-mime-headers-always): Add :version.
14794
14795         * mm-util.el (mm-coding-system-priorities): Add :version.
14796
14797         * mm-decode.el (mm-inline-text-html-with-images)
14798         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14799         (mm-verify-option): Add :version.
14800         (mm-text-html-renderer): Change :version.
14801
14802         * message.el (message-fcc-externalize-attachments)
14803         (message-required-headers, message-draft-headers)
14804         (message-subject-trailing-was-query)
14805         (message-subject-trailing-was-ask-regexp)
14806         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14807         (message-mark-insert-end, message-archive-header)
14808         (message-archive-note, message-cross-post-default)
14809         (message-cross-post-note, message-followup-to-note)
14810         (message-cross-post-note-function, message-use-mail-followup-to)
14811         (message-subscribed-address-functions)
14812         (message-subscribed-address-file, message-subscribed-addresses)
14813         (message-subscribed-regexps, message-allow-no-recipients)
14814         (message-yank-cited-prefix, message-signature-insert-empty-line)
14815         (message-hidden-headers, message-hierarchical-addresses)
14816         (message-mail-user-agent, message-use-idna)
14817         (message-valid-fqdn-regexp)
14818         (message-strip-special-text-properties, message-header-synonyms)
14819         (message-beginning-of-line, message-tab-body-function): Add :version.
14820         (message-insert-canlock, message-wide-reply-confirm-recipients):
14821         Change :version.
14822
14823         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14824         and :version.
14825         (mail-source-delete-old-incoming-confirm)
14826         (mail-source-movemail-program): Add :version.
14827
14828         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14829         (gnus-agent-cache, gnus-agent): Change :version.
14830
14831         * gnus-util.el (gnus-use-byte-compile): Change :version.
14832
14833         * gnus-sum.el (gnus-summary-make-false-root-always)
14834         (gnus-summary-default-high-score)
14835         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14836         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14837         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14838         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14839         (gnus-sum-thread-tree-single-indent)
14840         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14841         (gnus-sum-thread-tree-leaf-with-other)
14842         (gnus-sum-thread-tree-single-leaf): Add :version.
14843         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14844         (gnus-article-loose-mime): Change :version.
14845
14846         * gnus-start.el (gnus-backup-startup-file)
14847         (gnus-save-startup-file-via-temp-buffer): Add :version.
14848
14849         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14850         (gnus-server-offline-face): Add :version.
14851
14852         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14853
14854         * gnus-msg.el (gnus-gcc-externalize-attachments)
14855         (gnus-debug-files, gnus-debug-exclude-variables)
14856         (gnus-discouraged-post-methods): Change :version.
14857         (gnus-confirm-mail-reply-to-news)
14858         (gnus-confirm-treat-mail-like-news): Add :version.
14859
14860         * gnus-int.el (gnus-server-unopen-status): Add :version.
14861
14862         * gnus-group.el (gnus-group-jump-to-group-prompt)
14863         (gnus-large-ephemeral-newsgroup)
14864         (gnus-fetch-old-ephemeral-headers): Add :version.
14865
14866         * gnus-fun.el (gnus-x-face-directory)
14867         (gnus-convert-pbm-to-x-face-command)
14868         (gnus-convert-image-to-x-face-command)
14869         (gnus-convert-image-to-face-command): Add :version.
14870
14871         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14872
14873         * gnus-cite.el (gnus-cite-blank-line-after-header)
14874         (gnus-article-boring-faces): Add :version.
14875
14876         * gnus-art.el (gnus-buttonized-mime-types)
14877         (gnus-inhibit-mime-unbuttonizing)
14878         (gnus-treat-display-face)
14879         (gnus-treat-body-boundary): Change :version.
14880         (gnus-body-boundary-delimiter, gnus-picon-databases)
14881         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14882         (gnus-treat-date-english, gnus-treat-fold-headers)
14883         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14884         (gnus-treat-mail-picon, gnus-treat-wash-html)
14885         (gnus-article-encrypt-protocol)
14886         (gnus-use-idna, gnus-article-over-scroll)
14887         (gnus-mime-display-multipart-alternative-as-mixed)
14888         (gnus-mime-display-multipart-related-as-mixed)
14889         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14890         (gnus-ctan-url, gnus-button-ctan-handler)
14891         (gnus-button-handle-ctan-bogus-regexp)
14892         (gnus-button-ctan-directory-regexp)
14893         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14894         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14895         (gnus-button-man-level, gnus-button-emacs-level)
14896         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14897
14898         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14899         (gnus-agent-go-online): Change :version.
14900         (gnus-agent-expire-unagentized-dirs)
14901         (gnus-agent-auto-agentize-methods): Add :version.
14902
14903         * flow-fill.el (fill-flowed-display-column)
14904         (fill-flowed-encode-column): Add :version.
14905
14906         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14907         (gnus-outlook-deuglify-unwrap-max)
14908         (gnus-outlook-deuglify-cite-marks)
14909         (gnus-outlook-deuglify-unwrap-stop-chars)
14910         (gnus-outlook-deuglify-no-wrap-chars)
14911         (gnus-outlook-deuglify-attrib-cut-regexp)
14912         (gnus-outlook-deuglify-attrib-verb-regexp)
14913         (gnus-outlook-deuglify-attrib-end-regexp)
14914         (gnus-outlook-display-hook): Add :version.
14915
14916         * binhex.el (binhex-use-external): Add :version.
14917
14918 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14921         and `invisible'.
14922
14923 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14924
14925         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14926         in gnus-registry-trim.
14927
14928 2004-09-13  Simon Josefsson  <jas@extundo.com>
14929
14930         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14931
14932         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14933
14934         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14935         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14936         <yamaoka@jpl.org>.
14937         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14938         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14939         <yamaoka@jpl.org>.
14940
14941         * sieve.el (sieve-manage-mode): Ditto.
14942
14943 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14944
14945         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14946
14947 2004-09-11  Simon Josefsson  <jas@extundo.com>
14948
14949         * dns-mode.el: Add.
14950
14951         * mm-view.el (mm-display-dns-inline): Add.
14952
14953         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14954         (mm-automatic-display): Ditto.
14955
14956         * mailcap.el (mailcap-mime-data): Add text/dns.
14957         (mailcap-mime-extensions): Map .soa to text/dns.
14958
14959 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14960
14961         * gnus-art.el (article-decode-mime-words, article-babel)
14962         (gnus-article-highlight-signature, gnus-article-add-buttons)
14963         (gnus-signature-toggle): Remove unnecessary bindings of
14964         `inhibit-read-only' inherited from v5.10 merge.
14965
14966 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14967
14968         * nntp.el (nntp): New customization group.
14969         (nntp-authinfo-file): Add customization group.
14970
14971         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14972
14973         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14974
14975         * gnus.el (to-address, to-list, subscribed)
14976         (large-newsgroup-initial): Ditto.
14977
14978         * flow-fill.el (fill-flowed-display-column)
14979         (fill-flowed-encode-column): Ditto.
14980
14981 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14982
14983         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14984         Use point-min rather than 1.
14985         (message-send-mail): Use buffer-size rather than point-max.
14986
14987         * gnus-sum.el (gnus-summary-search-article-forward):
14988         Signal a specific `search-failed' rather than a generic `error'.
14989
14990         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14991         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14992         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14993
14994 2004-09-10  Simon Josefsson  <jas@extundo.com>
14995
14996         * nndb.el (require): Remove tcp and duplicate cl.
14997
14998 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14999
15000         * gnus-agent.el (directory-files-and-attributes): Move forward.
15001
15002 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15003
15004         * gnus-agent.el (directory-files-and-attributes): Optionally
15005         defined to support XEmacs.
15006
15007 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15008
15009         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15010         to avoid run-time CL dependencies.
15011         (gnus-agent-unfetch-articles): New function.
15012         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15013         article numbers even when local .overview file is missing.
15014         (gnus-agent-read-article-number): New function.  Only accepts
15015         27-bit article numbers.
15016         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15017         gnus-agent-read-article-number.
15018         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15019         from backend while recognizing that article numbers in .overview
15020         must be valid.
15021         (gnus-agent-update-files-total-fetched-for): Use
15022         directory-files-and-attributes to improve performance.
15023         * gnus-int.el (gnus-request-move-article): Use
15024         gnus-agent-unfetch-articles in place of gnus-agent-expire to
15025         improve performance.
15026
15027         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
15028         some users confused by references to .newsrc when they only have a
15029         .newsrc.eld file.
15030         (gnus-convert-mark-converter-prompt)
15031         (gnus-convert-converter-needs-prompt): Fixed use of property list.
15032         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15033         New function.  Used internally to only display 'gnus converting
15034         files' message when actually necessary.
15035
15036         * gnus-sum.el (): Removed (require 'gnus-agent) as required
15037         methods now autoloaded.
15038
15039 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15040
15041         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15042         identifiers.
15043
15044 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15045
15046         * gnus-picon.el: Fix indentation and closing parenthesis.
15047
15048 2004-09-01  Simon Josefsson  <jas@extundo.com>
15049
15050         * message.el (message-canlock-generate): Require sha1, not
15051         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15052         to require within a function.  Sadly, if sha1.el isn't loaded, the
15053         let binding in m-c-g will hide the defcustom definition, which is
15054         bad.)
15055
15056         * canlock.el: Require sha1, not sha1-el.
15057
15058         * message.el: Don't autoload sha1 (there is a autoload cookie in
15059         sha1.el).
15060
15061         * sha1-el.el: Renamed to sha1.el.
15062
15063 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15064
15065         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15066
15067 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15068
15069         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15070
15071 2004-08-30  Kim F. Storm  <storm@cua.dk>
15072
15073         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15074
15075         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15076         Add :group 'nnimap.
15077
15078 2004-08-30  Andreas Schwab  <schwab@suse.de>
15079
15080         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15081         ?* and ?\;.
15082
15083         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15084         and ?\' to symbol instead of whitespace.
15085
15086 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15089
15090         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15091         instead of re-search-forward.
15092
15093         * gnus-uu.el (gnus-uu-save-article): Ditto.
15094         (gnus-uu-post-encode-uuencode): Ditto.
15095
15096         * html2text.el (html2text-clean-list-items): Ditto.
15097         (html2text-clean-dtdd): Ditto.
15098         (html2text-format-tags): Ditto.
15099
15100         * message.el (message-send-mail-with-sendmail): Fix regexp.
15101         (message-fill-field-general): Use search-forward instead of
15102         re-search-forward.
15103         (unbold-region): Ditto.
15104
15105         * nnrss.el (nnrss-request-article): Ditto.
15106
15107         * nnslashdot.el (nnslashdot-request-article): Ditto.
15108
15109         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15110
15111         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15112         "Unrecognized menu descriptor" error in XEmacs.
15113
15114 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15115
15116         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15117         parent article of a sparse article in the thread hashtb.
15118
15119 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15120
15121         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15122         (nnmail-expand-newtext): Lowercase expanded entries if
15123         nnmail-split-lowercase-expanded is non-nil.
15124
15125 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15128
15129         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15130         of gnus-tmp-news-method into string under XEmacs.  It will be
15131         passed to gnus-correct-length which takes only a string argument.
15132
15133 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15134
15135         * gnus-util.el (gnus-bind-print-variables): New macro.
15136         (gnus-prin1): Use it.
15137         (gnus-prin1-to-string): Use it.
15138         (gnus-pp): New function.
15139         (gnus-pp-to-string): New function.
15140
15141         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15142         Replace pp-to-string with gnus-pp-to-string.
15143         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15144         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15145         * gnus-msg.el (gnus-debug): Ditto.
15146         * gnus-score.el (gnus-score-save): Ditto.
15147         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15148         gnus-pp-to-string.
15149         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15150         with gnus-pp.
15151         * score-mode.el (gnus-score-pretty-print): Ditto.
15152         * webmail.el (webmail-debug): Ditto.
15153
15154 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * gnus-art.el (article-display-face, article-display-x-face):
15157         Use buffer-read-only.
15158
15159 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus-art.el (article-hide-list-identifiers):
15162         Bind inhibit-read-only as t.
15163
15164 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15165
15166         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15167
15168 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15169
15170         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15171         (gnus-narrow-to-page): Don't assume point-min == 1.
15172         (gnus-article-edit-mode): Derive from message-mode.
15173
15174         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15175         point-min == 1.
15176
15177         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15178         Disable incorrect use of `assert'.
15179
15180         * message.el (message-mode): Set comment-start-skip.
15181
15182
15183 2004-08-22  Sam Steingold  <sds@gnu.org>
15184
15185         * pop3.el (pop3-leave-mail-on-server): New user variable.
15186         (pop3-movemail): Delete mail only when it is nil.
15187
15188 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15189
15190         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15191
15192         * mml.el (mml-preview): Use `pop-to-buffer'.
15193
15194         * message.el (message-goto-mail-followup-to): Insert after "To".
15195         (message-carefully-insert-headers): Add comment.
15196
15197         * gnus.el: Remove unused variable `gnus-article-check-size'.
15198
15199         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15200
15201         * gnus-art.el (gnus-button-alist): Improve
15202         `gnus-button-handle-library' entry.
15203
15204 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15205
15206         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
15207         downcase, since XEmacs capitalizes error messages differently.
15208
15209 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15210
15211         * nntp.el: Add (require 'gnus) due to reference to
15212         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15213
15214 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15215
15216         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
15217         `mm-fill-flowed'.
15218
15219         * mm-decode.el (mm-dissect-singlepart): Check it.
15220
15221 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15222
15223         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15224         'imap' for netrc parsing.
15225
15226 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15227
15228         * mailcap.el (mailcap-mime-data): Mark as risky.
15229
15230 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15231
15232         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15233         may be included in the encoded word.
15234         (rfc2047-encode): Don't append a space if the encoded word
15235         includes close parenthesis.
15236
15237 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15238
15239         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15240         of text within parentheses.
15241
15242 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15243
15244         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15245         (gnus-encrypt-write-file-contents): Make the password key the file
15246         name PLUS the cipher, not just the cipher.  Also remove failed
15247         passwords from the cache.
15248
15249 2004-08-06  Simon Josefsson  <jas@extundo.com>
15250
15251         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
15252         fix.
15253
15254 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15255
15256         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15257         LWSP.
15258
15259 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15260
15261         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
15262         to append in-reply-to: data to the references: header.
15263
15264         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15265         (netrc-parse): Use gnus-encrypt.el functions.
15266
15267         * gnus-encrypt.el: Add new file for encryption support; currently
15268         does only a few GPG ciphers and an internal XOR cipher.
15269
15270         * password.el: Add comments on using password-read-and-add.
15271         (password-read-and-add): Add function to read and add the
15272         password to the cache at once.
15273
15274 2004-07-28  Simon Josefsson  <jas@extundo.com>
15275
15276         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15277         parameter (but don't use it, for now).
15278
15279         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15280         instead of hard coding to nil.
15281
15282 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15283
15284         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15285         as mm-inline-image-xemacs does.
15286
15287 2004-07-26  Simon Josefsson  <jas@extundo.com>
15288
15289         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15290         Revert part of 2004-07-17 change below.
15291
15292 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15293
15294         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
15295         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15296
15297 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15298
15299         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15300         quotes that actually start with ">" at the beginning of the
15301         lines.
15302
15303 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15304
15305         * rfc2047.el (rfc2047-encode-region): Fix last change.
15306         (rfc2047-encode-parameter): Remove useless concat.
15307
15308 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15311         encode special characters; fix some kind of misconfigured headers;
15312         signal a real error if debug-on-quit or debug-on-error is non-nil.
15313         (rfc2047-encode-max-chars): New variable.
15314         (rfc2047-encode-1): Use it.
15315         (rfc2047-encode-parameter): New function.
15316
15317         * mml.el (mml-insert-parameter): Remove an excessive space.
15318
15319 2004-07-17  Simon Josefsson  <jas@extundo.com>
15320
15321         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15322         Kai Grossjohann <kai@emptydomain.de>.
15323         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15324         (gnus-group-make-menu-bar): Ditto.
15325
15326         * gnus-util.el (gnus-group-server): Add.
15327
15328 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15329
15330         * message.el (message-clone-locals): Clone sendmail and smtp
15331         variables.
15332
15333 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15334
15335         * rfc2047.el (rfc2047-encode-region): Fix last change.
15336
15337 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15340         characters as non-special.
15341
15342 2004-07-09  Simon Josefsson  <jas@extundo.com>
15343
15344         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15345         Users will lose all flag changes made while unplugged with
15346         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15347         good default.  See numerous reports on ding mailing list.
15348
15349 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15350
15351         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15352         add generate-head-function and generate-article-function to the
15353         rfc822-forward entry.
15354         (nndoc-rfc822-forward-generate-article): New function.
15355         (nndoc-rfc822-forward-generate-head): New function.
15356
15357         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15358
15359 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15360
15361         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15362         respect display group parameter and gnus-summary-expunge-below.
15363         (gnus-articles-to-read): Remove unused reference to display group
15364         parameter.
15365
15366 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15367
15368         * nnheader.el (nnheader-uniquify-message-id): New experimental
15369         variable.
15370         (nnheader-nov-read-message-id): Use it.
15371
15372         * spam-report.el (spam-report-gmane): Add interactive.
15373
15374 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15375
15376         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
15377         qp-or-base64 for the application/* types.
15378
15379 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
15380
15381         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
15382
15383 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
15384
15385         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
15386         trim value.
15387
15388 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
15389
15390         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
15391         New macro and function.
15392         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
15393
15394 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15395
15396         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
15397         after-load-alist.
15398
15399 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15400
15401         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
15402         update info that isn't there.
15403
15404 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
15405
15406         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
15407         entry.
15408
15409 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15410
15411         * mm-view.el (mm-inline-render-with-function): Use multibyte
15412         buffer; decode html source by charset.
15413
15414         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
15415
15416         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
15417         Mule-UCS is loaded under XEmacs.
15418         (mm-mime-mule-charset-alist): Avoid duplicated entries.
15419
15420 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
15421
15422         * nnheader.el (nnheader-max-head-length): Increase to 8192.
15423
15424 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15425
15426         * mm-util.el (mm-coding-system-p): Return a coding-system.
15427         (mm-mime-mule-charset-alist): Use shift_jis instead of
15428         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
15429         entries for the mime charsets iso-2022-jp-3 and shift_jis.
15430         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
15431         instead of japanese-shift-jis and iso-latin-1 respectively in
15432         order to share the default value with both Emacs and XEmacs-mule.
15433         (mm-mule-charset-to-mime-charset): Make
15434         mm-coding-system-priorities effective.
15435         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
15436         while predicating of candidates upon the priorities.
15437
15438 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
15439
15440         * gnus-sum.el (gnus-summary-make-menu-bar): Add
15441         gnus-uu-invert-processable.
15442
15443         * gnus.el: Autoload gnus-uu-invert-processable.
15444
15445 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15446
15447         * mm-util.el (mm-with-multibyte-buffer): New macro.
15448
15449         * rfc2047.el (rfc2047-encode-string): Use it.
15450         (rfc2047-encode-region): Move point to the end of the region after
15451         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
15452
15453 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15454
15455         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
15456         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
15457
15458 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15459
15460         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
15461         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
15462         Karl Chen <quarl@nospam.quarl.org>.
15463
15464 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
15465
15466         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
15467         invalid addresses.
15468
15469 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
15470
15471         * spam.el: Change section markers, revise TODO list.
15472         (spam-backends): Make new master list of all installed backends.
15473         (spam-summary-exit-behavior): Add new variable to determine how
15474         messages moves are done at summary exit.
15475         (spam-move-spam-nonspam-groups-only)
15476         (spam-process-ham-in-nonham-groups)
15477         (spam-process-ham-in-spam-groups): Remove variables, the
15478         spam-summary-exit-behavior variable should be used to manage this
15479         behavior.
15480         (spam-old-ham-articles, spam-old-spam-articles): Remove.
15481         (spam-old-articles): Add variable, replacing spam-old-ham-articles
15482         and spam-old-spam-articles.
15483         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
15484         Add empty variables, placeholders for the backends they represent.
15485         (spam-set-difference): Move, unchanged.
15486         (spam-list-of-processors): Declare OBSOLETE, not used anymore
15487         unless the user has a processor variable.
15488         (spam-classifications, spam-classification-valid-p)
15489         (spam-backend-properties, spam-backend-property-valid-p)
15490         (spam-backend-function-type-valid-p)
15491         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
15492         (spam-report-articles-gmane, spam-report-articles-resend):
15493         Remove functions, they are not needed.
15494         (spam-install-backend-super, spam-backend-list)
15495         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
15496         (spam-backend-function, spam-backend-ham-registration-function)
15497         (spam-backend-spam-registration-function)
15498         (spam-backend-ham-unregistration-function)
15499         (spam-backend-spam-unregistration-function)
15500         (spam-backend-statistical-p, spam-backend-mover-p)
15501         (spam-install-backend-alias, spam-install-checkonly-backend)
15502         (spam-install-mover-backend, spam-install-nocheck-backend)
15503         (spam-install-backend, spam-install-statistical-backend)
15504         (spam-install-statistical-checkonly-backend): Add backend installation
15505         support.
15506         (spam-summary-prepare-exit): Rewrite to use the new backend code.
15507         (spam-group-processor-p): Use the new backend code and respect the
15508         summary exit behavior.
15509         (spam-mark-spam-as-expired-and-move-routine): Remove.
15510         (spam-summary-prepare): Change to use the new spam-old-articles
15511         variable.
15512         (spam-copy-or-move-routine, spam-copy-spam-routine)
15513         (spam-move-spam-routine, spam-copy-ham-routine)
15514         (spam-move-ham-routine): Add code to copy/move ham or spam.
15515         (spam-fetch-field-fast): Improve doc and code, plus allow the
15516         'number request.
15517         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
15518         variables.
15519         (spam-split, spam-find-spam): Use the new backend code.
15520         (spam-registration-functions): Remove variable.
15521         (spam-unregister-routine): Add convenience wrapper.
15522         (spam-log-undo-registration, spam-register-routine)
15523         (spam-log-processing-to-registry)
15524         (spam-log-unregistration-needed-p): Rename "check" to "backend"
15525         where possible.
15526         (spam-check-gmane-xref, spam-check-regex-headers)
15527         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
15528         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
15529         (spam-check-bogofilter-headers, spam-check-spamoracle)
15530         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
15531         (spam-check-crm114-headers): Use the spam-split-group that
15532         spam-split prepares, no need to determine it every time.
15533
15534         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15535         to the nnheader-parse-naked-head call.
15536
15537         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15538
15539         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15540         the nnheader-nov-read-message-id call.
15541
15542 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15543
15544         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15545         gnus-activate-group twice.  Suggested by Markus Peter
15546         <warp@spin.de>.
15547
15548 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * gnus-art.el (gnus-article-time-format): Exchange the order of
15551         day and month in the default value; fix customization type.
15552         (article-date-ut): Use add-text-properties.
15553         (article-make-date-line): Use message-make-date instead of
15554         current-time-string.
15555
15556         * message.el (message-fetch-field): Don't use set-text-properties.
15557         (message-make-date): Simplify.
15558
15559         * messagexmas.el (message-xmas-make-date): New function.
15560         (message-xmas-redefine): Defalias message-make-date to it.
15561
15562 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15563
15564         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15565         (rfc2047-encode-region): Treat text within parentheses as special;
15566         show the original text when error has occurred.
15567
15568         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15569         already-computed method to gnus-activate-group.
15570
15571         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15572         same select-methods identical Lisp objects.
15573
15574         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15575         object when modifying the info.
15576
15577 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15578
15579         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15580         gnus-opened-servers since it has never been opened with the new
15581         configuration yet.
15582
15583 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15584
15585         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15586         arg to nnheader-generate-fake-message-id.
15587
15588 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15589
15590         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15591         number and build a fake message ID localized to a group and
15592         article number (so it's repeatable from that point on).
15593         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15594         ID format.
15595
15596         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15597         nnheader-generate-fake-message-id with the article number.
15598
15599 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15600
15601         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15602         end-of-buffer.
15603
15604 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15605
15606         * message.el (message-ignored-supersedes-headers): Add Approved.
15607
15608 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15609
15610         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15611         goto-char.
15612         (rfc2047-encode): Fold the line before encoding.
15613
15614 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15615
15616         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15617         folding -- not all headers can be folded, and this should be done
15618         by the message composition mode.  Probably.  I think.
15619
15620 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15621
15622         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15623         fast.
15624
15625         * gnus-ems.el (gnus-remove-image): Don't use
15626         message-text-with-property; remove only the image found first.
15627
15628         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15629         found first.
15630
15631 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15632
15633         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15634
15635 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15636
15637         * message.el (message-text-with-property): Make it fast and accept
15638         optional arguments.
15639         (message-strip-forbidden-properties): Use it.
15640         (message-fix-before-sending): Follow the m-t-w-p change.
15641
15642         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15643
15644 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * gnus-art.el (article-hide-headers): Don't change the buffer
15647         mistakenly when performing mml-preview even if
15648         gnus-single-article-buffer is nil.
15649
15650 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15651
15652         * message.el (message-expand-name-databases): New user option.
15653         (message-expand-name): Use it.
15654
15655 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15656
15657         * spam.el (spam-report-articles-resend)
15658         (spam-report-resend-register-routine): Allow ham reporting.
15659         (spam-report-resend-register-ham-routine): Add wrapper.
15660         (spam-registration-functions): Add ham resending functions.
15661         (spam-list-of-processors): Add ham resend processor.
15662
15663         * gnus.el (ham-resend-to): Add new group parameter.
15664         (spam-process): Add ham resend option.
15665
15666         * spam-report.el (spam-report-resend): Allow reporting ham.
15667         (spam-report-resend-ham): Add wrapper.
15668
15669 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15670
15671         * message.el (message-cite-articles-with-x-no-archive): New
15672         variable.
15673         (message-cite-original): Use it.
15674
15675 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15676
15677         * message.el (message-cite-original): Respect X-No-Archive.
15678
15679 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15680
15681         * gnus-art.el (article-hide-headers): Refer to the values for
15682         gnus-ignored-headers and gnus-visible-headers in the summary
15683         buffer since a user may have set them as group parameters.
15684
15685 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15686
15687         * assistant.el (assistant-node-name): Add convenience function.
15688         (assistant-render-text, assistant-render-node): Add error handling,
15689         plus handle multiple next nodes.
15690         (assistant-find-next-node): Comment out for now.
15691         (assistant-find-next-nodes): Add function, returns list of next
15692         nodes.
15693
15694 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * mail-source.el (mail-source-directory): Fix doc-string.
15697
15698 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15699
15700         * assistant.el (assistant-render-text, assistant-eval): Add :set
15701         widget type, which is different because it takes and returns a
15702         list.  Much hilarity ensues.
15703
15704 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15707
15708         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15709         doc-string.
15710
15711         * gnus-start.el (gnus-activate-group): Added doc-string.
15712
15713 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15716
15717 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15718
15719         * assistant.el (assistant-render-text): Try to add a :set
15720         widget, more to come.
15721
15722         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15723         strings.
15724         (spam-report-articles-resend)
15725         (spam-register-routine): Do registration iff any articles warrant
15726         it.
15727         (spam-summary-prepare-exit): Change log message for nil group
15728         destinations.
15729
15730 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15731
15732         * spam.el (spam-report-resend-register-routine): Allow
15733         spam-report-resend-to to be a group parameter or a global value.
15734
15735 2004-05-26  Simon Josefsson  <jas@extundo.com>
15736
15737         * starttls.el: Merge with my GNUTLS based starttls.el.
15738         (starttls-gnutls-program, starttls-use-gnutls)
15739         (starttls-extra-arguments, starttls-process-connection-type)
15740         (starttls-connect, starttls-failure, starttls-success): New
15741         variables.
15742         (starttls-program, starttls-extra-args): Doc fix.
15743         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15744         functions.
15745         (starttls-negotiate, starttls-open-stream): Check
15746         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15747         function if it is set.
15748
15749 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15750
15751         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15752         structured fields.
15753
15754 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15755
15756         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15757
15758 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15759
15760         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15761         variable.
15762         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15763         assigning the spam-mark to new messages.
15764
15765 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15766
15767         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15768
15769 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15770
15771         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15772
15773         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15774         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15775         default.
15776
15777 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15778
15779         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15780         correct data.
15781
15782 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15783
15784         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15785         (spam-group-processor-p): Fix function.
15786         (spam-group-processor-multiple-p)
15787         (spam-group-spam-processor-report-gmane-p)
15788         (spam-group-spam-processor-report-resend-p)
15789         (spam-group-spam-processor-bogofilter-p)
15790         (spam-group-spam-processor-blacklist-p)
15791         (spam-group-spam-processor-ifile-p)
15792         (spam-group-ham-processor-ifile-p)
15793         (spam-group-spam-processor-spamoracle-p)
15794         (spam-group-spam-processor-crm114-p)
15795         (spam-group-ham-processor-bogofilter-p)
15796         (spam-group-spam-processor-stat-p)
15797         (spam-group-ham-processor-stat-p)
15798         (spam-group-ham-processor-whitelist-p)
15799         (spam-group-ham-processor-BBDB-p)
15800         (spam-group-ham-processor-spamoracle-p)
15801         (spam-group-ham-processor-copy-p): Remove functions with some
15802         prejudice against unneeded code.
15803         (spam-report-articles-resend)
15804         (spam-report-resend-register-routine): Allow the group/topic
15805         spam-resend-to value to override spam-report-resend-to.
15806         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15807         properly now.
15808
15809         * gnus.el (spam-resend-to): Add group/topic parameter.
15810         (spam-process): Move the OBSOLETE processors to the end of the
15811         choices.
15812
15813 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15814
15815         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15816         with resend-to set to nil, and then ask the user if necessary.
15817         (spam-report-resend): spam-report-resend takes a list of articles, not
15818         separate article numbers.
15819
15820 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15821
15822         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15823         addition to emacs-w3m.
15824
15825 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15826
15827         * assistant.el (assistant-authinfo-data): New function.
15828         (assistant-eval): Eval for entire assistant.
15829
15830         * netrc.el (netrc-services-file): New variable.
15831         (netrc-parse-services): New function.
15832         (netrc-find-service-name): New function.
15833         (netrc-find-service-number): New function.
15834         (netrc-port-equal): New function.
15835         (netrc-machine): Use it.
15836
15837         * nnimap.el (nnimap-open-connection): Use netrc.
15838
15839         * gnus-util.el (gnus-netrc-get): Remove aliases.
15840
15841         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15842
15843         * assistant.el (wid-edit): Fix compilation.
15844
15845         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15846
15847 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15848
15849         * gnus-util.el (gnus-set-file-modes): New function.  (small
15850         patch).
15851
15852 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15853
15854         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15855
15856         * assistant.el (assistant-render-node): Fix up rendering and
15857         read-only text.
15858         (assistant-render-node): Reset.
15859         (assistant-make-read-only): Not sticky.
15860
15861 2004-05-20  Danny Siu  <dsiu@adobe.com>
15862
15863         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15864         centered even when gnus-auto-center-summary is t.
15865
15866 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15867
15868         * dns.el (dns-get-txt-answer): New function.
15869         (dns-read-txt): Ditto.
15870         (query-dns): Use it.
15871
15872 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15873
15874         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15875         active for foreign groups even if the group level is higher than
15876         the specified value.
15877
15878 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15879
15880         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15881         non-active groups.
15882
15883         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15884
15885 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15886
15887         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15888
15889 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15890
15891         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15892         (spam-crm114-header, spam-crm114-spam-switch)
15893         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15894         (spam-crm114-positive-spam-header)
15895         (spam-crm114-database-directory, spam-list-of-processors)
15896         (spam-group-spam-processor-crm114-p)
15897         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15898         (spam-generic-score, spam-list-of-checks)
15899         (spam-list-of-statistical-checks, spam-registration-functions)
15900         (spam-check-crm114-headers, spam-crm114-score)
15901         (spam-check-crm114, spam-crm114-register-with-crm114)
15902         (spam-crm114-register-spam-routine)
15903         (spam-crm114-unregister-spam-routine)
15904         (spam-crm114-register-ham-routine)
15905         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15906         asjo@koldfront.dk (Adam Sjøgren).
15907
15908         * gnus.el: Add spam-use-crm114.
15909
15910         * spam.el (spam-list-of-processors, spam-registration-functions):
15911         Add spam-use-resend.
15912         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15913         (spam-report-articles-gmane): Add doc fix.
15914         (spam-report-articles-resend, spam-report-resend-register-routine):
15915         Add wrappers around spam-report-resend-to.
15916
15917         * spam-report.el (spam-report-resend-to, spam-report-resend):
15918         Add support for resending spam.
15919         (spam-report-gmane): Fix line length >80.
15920
15921         * gnus.el (spam-process): Add spam-use-resend.
15922
15923 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15924
15925         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15926         number of processed spam messages.
15927         (spam-ham-copy-or-move-routine): Return the number of processed
15928         ham messages.
15929         (spam-summary-prepare-exit): Use the above values to decide
15930         whether status messages shouled be displayed.
15931
15932 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15935         `rfc2047-encoding-function-alist' in order to avoid conflicting
15936         with the old version.
15937         (rfc2047-encode-region): Concatenate words containing non-ASCII
15938         characters in structured fields; don't encode space-delimited
15939         ASCII words even in unstructured fields; don't break words at
15940         char-category boundaries.
15941         (rfc2047-encode-1): New function.
15942         (rfc2047-encode): Use it; encode text so that it occupies the
15943         maximum width within 76-column; work correctly on Q encoding for
15944         iso-2022-* charsets.
15945         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15946         sure not to break a line just after the header name.
15947         (rfc2047-b-encode-region): Removed.
15948         (rfc2047-b-encode-string): New function.
15949         (rfc2047-q-encode-region): Removed.
15950         (rfc2047-q-encode-string): New function.
15951
15952         * mm-util.el (mm-replace-in-string): New function.
15953
15954 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15955
15956         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15957         get it right.
15958         (gnus-inews-make-draft): Really.
15959
15960 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15961
15962         * nnmh.el (nnmh-request-list-1): Don't check the link count
15963         before descending.  (small patch)
15964
15965 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15966
15967         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15968         stuff.
15969
15970         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15971         on real group name.
15972
15973         * gnus-art.el (gnus-signature-limit): Doc fix.
15974
15975         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15976
15977         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15978
15979 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15980
15981         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15982         isn't a string.
15983
15984 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15985
15986         * gnus-draft.el (gnus-draft-send): Bind
15987         rfc2047-encode-encoded-words.
15988
15989         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15990         (rfc2047-encodable-p): Say that =? needs encoding.
15991         (rfc2047-encode-encoded-words): New variable.
15992
15993         * gnus-group.el (gnus-group-select-group): Doc fix.
15994
15995         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15996
15997         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15998         to nil.
15999
16000         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16001
16002         * nnheader.el (nnheader-get-lines-and-char): New function.
16003
16004 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16005
16006         * gnus-msg.el (gnus-summary-followup-with-original): Document
16007         yanking of region when active.
16008
16009 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16012         groups if the group level is higher than the specified value.
16013
16014 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16015
16016         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16017         (gnus-group-jump-to-group): Added prefix argument using
16018         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16019         non-active group.
16020
16021         * compface.el (uncompface): Be verbose when changing
16022         `uncompface-use-external'.
16023
16024         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16025         handle manual section.
16026
16027 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16028
16029         * gnus-art.el (gnus-button-alist): Revert previous change.
16030
16031 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16032
16033         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16034
16035 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16036
16037         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16038         whether backend can accept message.
16039
16040         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16041
16042 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16043
16044         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16045         Avoid creating directory when nntp-marks-is-evil is true.
16046         Reported by Reiner Steib.
16047
16048 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16049
16050         * gnus-picon.el (gnus-picon-style): New variable.
16051         (gnus-picon-insert-glyph): Added optional `nostring' argument.
16052         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
16053         Jesper Harder <harder@ifa.au.dk>.
16054
16055 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16056
16057         * message.el (message-fill-field): Return point.
16058         (message-generate-headers): Go to end of field.
16059
16060         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16061         stuff for non-living groups.
16062
16063 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16064
16065         * gnus-art.el (gnus-article-followup-with-original)
16066         (gnus-article-reply-with-original): gnus-mark-active-p ->
16067         gnus-region-active-p.
16068
16069 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16070
16071         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16072         only when there is spam or ham to be processed.
16073
16074 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16075
16076         * mail-source.el (mail-source-delete-crash-box): Refactor.
16077         (mail-source-fetch): Use it.
16078         (mail-source-fetch-file): Ditto.
16079         (mail-source-fetch-directory): Run postscript in loop.
16080         (mail-source-fetch-pop): Delete.
16081         (mail-source-fetch-maildir): Ditto.
16082         (mail-source-fetch-imap): Ditto.
16083
16084         * imap.el (imap-authenticators): Comment out sasl.
16085
16086         * message.el (message-skip-to-next-address): New function.
16087         (message-fill-header-address): Refactor.
16088         (message-fill-address): Use it.
16089         (message-delete-address): Use it.
16090         (message-fill-header-general): Refactor.
16091         (message-fill-field-address): Rename.
16092         (message-narrow-to-field): Find the start of the header.
16093         (message-header-format-alist): Don't pre-fill.
16094         (message-fill-header): Removed.
16095         (message-insert-header): New function.
16096         (message-shorten-references): Use it.
16097
16098         * rfc2047.el (rfc2047-field-value): Strip props.
16099
16100         * mail-parse.el (mail-header-make-address): New alias.
16101
16102         * ietf-drums.el (ietf-drums-make-address): New function.
16103
16104         * imap.el: Add compiler directives.
16105
16106         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16107
16108         * gnus-art.el (article-decode-idna-rhs): Don't use
16109         message-idna-inside-rhs-p.
16110
16111 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16112
16113         * message.el (message-idna-inside-rhs-p): Removed.
16114         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16115
16116         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
16117         false positives.
16118
16119 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16120
16121         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16122
16123 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16124
16125         * nneething.el (nneething-file-name): Don't create spurious
16126         files.
16127
16128         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16129         (gnus-inews-do-gcc): Remove sleep.
16130
16131         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16132         part under point.
16133
16134         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16135         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16136
16137 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16138
16139         * spam.el (spam-summary-prepare-exit): Fixed (length).
16140
16141 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16142
16143         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16144         as expired without moving it" message when there are spam
16145         messages left.
16146
16147 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16148
16149         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16150         header is not nil.
16151
16152 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16153
16154         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
16155         nntp-possibly-create-directory, not nntp-possibly-change-group.
16156         (nntp-marks-changed-p): New arg SERVER.
16157         (nntp-request-update-info): Adjust caller.
16158
16159 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16160
16161         * nntp.el (nntp-save-marks): Pass missing arg.
16162
16163 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16164
16165         * nntp.el: Support marks.
16166         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16167         (nntp-marks-modtime, nntp-marks-directory): New variables.
16168         (nntp-request-set-mark, nntp-request-update-info)
16169         (nntp-possibly-create-directory, nntp-marks-changed-p)
16170         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
16171         functions.
16172
16173 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16174
16175         * gnus-xmas.el (gnus-xmas-select-lowest-window)
16176         (gnus-xmas-redefine): Rename.
16177
16178         * gnus-score.el (gnus-score-insert-help): Use
16179         gnus-select-lowest-window.
16180
16181         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16182         appt-select-lowest-window and rename to gnus-select-lowest-window.
16183
16184         * gnus.el: do.
16185
16186 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16187
16188         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16189         encodings of MIME-encoded words, in order to improve
16190         interoperability with several broken MUAs.
16191
16192 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16193
16194         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16195         tags, only when charsets are not specified in headers.
16196         (mm-inline-text-html-render-with-w3m): Ditto.
16197
16198         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
16199         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
16200
16201 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16202
16203         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16204         instead of MIME-decoded from fields when checking
16205         `gnus-article-address-banner-alist'.
16206
16207 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16208
16209         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16210         description rather than subject.
16211
16212 2004-05-02  Steve Youngs  <steve@youngs.au.com>
16213
16214         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
16215
16216 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16217
16218         * gnus.el (gnus-version-number): Bump.
16219
16220 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16221
16222         * gnus.el: No Gnus v0.2 is released.
16223
16224 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16225
16226         * gnus-agent.el (gnus-agent-read-agentview): Inline
16227         gnus-uncompress-range.
16228
16229 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16230
16231         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16232         `exec-installed-p'.
16233
16234 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16235
16236         * gnus.el (spam-process, spam-autodetect-methods): Add
16237         bsfilter and bsfilter-headers.
16238
16239         * spam.el (spam-bsfilter): New customize group.
16240         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16241         (spam-bsfilter-header, spam-bsfilter-probability-header)
16242         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16243         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16244         (spam-bsfilter-database-directory): New options.
16245         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16246         (spam-list-of-statistical-checks, spam-registration-functions):
16247         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16248         (spam-bsfilter-score): New command.
16249         (spam-check-bsfilter-headers, spam-check-bsfilter)
16250         (spam-bsfilter-register-with-bsfilter)
16251         (spam-bsfilter-register-spam-routine)
16252         (spam-bsfilter-unregister-spam-routine)
16253         (spam-bsfilter-register-ham-routine)
16254         (spam-bsfilter-unregister-ham-routine): New functions.
16255         (spam-generic-score): Support bsfilter; Accept an optional argument
16256         to recalcurate spam score even if scoring header has already been
16257         added.
16258         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16259         optional argument to recalcurate spam score even if scoring header
16260         has already been added.
16261
16262 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16263
16264         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16265         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16266         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16267         link is missing.
16268
16269 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16270
16271         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16272         (html2text-get-attr): Rewrite.
16273
16274         * message.el (message-setup-1): Remove redundant put-text-property
16275         on mail-header-separator.
16276
16277 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16278
16279         * gnus-registry.el (gnus-registry-cache-whitespace)
16280         (gnus-registry-action, gnus-registry-spool-action)
16281         (gnus-registry-split-fancy-with-parent): Change message levels
16282         from 5 to 3 or 7, as needed.
16283
16284         * spam.el (spam-summary-prepare-exit)
16285         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16286         (spam-split, spam-find-spam, spam-log-undo-registration)
16287         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
16288         level from 5 to 6.
16289
16290 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16291
16292         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16293         2004-03-04 change).
16294
16295 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16296
16297         * sieve-manage.el (sieve-manage-open):
16298         * nnweb.el (nnweb-insert-html):
16299         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16300         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16301         * nnspool.el (nnspool-request-group):
16302         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16303         * nnml.el (nnml-request-update-info):
16304         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16305         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16306         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16307         (nnimap-request-set-mark):
16308         * nnfolder.el (nnfolder-request-update-info):
16309         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16310         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16311         * gnus-uu.el (gnus-uu-find-articles-matching):
16312         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16313         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16314         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16315         * gnus-nocem.el (gnus-nocem-scan-groups):
16316         * gnus-int.el (gnus-start-news-server):
16317         * gnus-group.el (gnus-group-make-kiboze-group)
16318         (gnus-group-browse-foreign-server):
16319         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16320         Use mapc when appropriate.
16321
16322 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16323
16324         FIXME: Make separate entries for each person.
16325
16326         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16327         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16328         <shields@msrl.com>:
16329
16330         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16331         may need for spam sorting and scoring.
16332         (spam-user-format-function-S): Add user format function suitable for
16333         general use.
16334         (spam-article-sort-by-spam-status): Add sorting function for summary
16335         sorting.
16336         (spam-extra-header-to-number): Add function to get a score from a
16337         header.
16338         (spam-summary-score): Add function to get a numeric score from the
16339         headers.
16340         (spam-generic-score): Fix function doc, was in wrong place.
16341         (spam-initialize): Take symbols when it's run, and install the
16342         extra headers that spam-necessary-extra-headers thinks we need.
16343
16344 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16345
16346         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16347         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16348
16349 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16350
16351         * gnus-sum.el (gnus-set-global-variables)
16352         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16353         (gnus-article-get-xrefs, gnus-summary-best-group)
16354         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16355         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16356         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16357         Use with-current-buffer.
16358
16359 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16360
16361         * spam.el (spam-summary-prepare-exit): Simplify logic.
16362         (spam-fetch-article-header): Read the article header if it's not
16363         available.
16364         (spam-list-articles): Simplify logic.
16365         (spam-filelist-register-routine): Fix bug with unregister-list.
16366
16367         * gnus-registry.el: Fix comments at beginning.
16368
16369 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16370
16371         * message.el (message-cater-to-broken-inn): Remove.
16372         (message-shorten-references): Make sure the total folded length of
16373         References is shorter than 998 characters to cater to a bug in INN
16374         2.3.  Also, don't pretend that references aren't folded -- this
16375         hasn't worked for a while.
16376
16377 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16378
16379         * gnus-agent.el (gnus-agentize):
16380         gnus-agent-send-mail-real-function no longer set to current value
16381         of message-send-mail-function but rather a lambda that calls
16382         message-send-mail-function.  The change makes the agent real-time
16383         responsive to user changes to message-send-mail-function.
16384
16385 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16386
16387         * legacy-gnus-agent.el
16388         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
16389         help from Florian Weimer <fw@deneb.enyo.de>
16390
16391 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16392
16393         * nnmail.el (nnmail-cache-insert): Revert last change.
16394
16395 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * nnmail.el (nnmail-cache-insert): Always check whether
16398         nnmail-cache-ignore-groups matches a group name.
16399
16400 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
16401
16402         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
16403         (spam-find-spam, spam-log-processing-to-registry)
16404         (spam-log-registered-p, spam-log-unregistration-needed-p)
16405         (spam-log-undo-registration): Use gnus-message instead of
16406         gnus-error, none of these errors are fatal.
16407
16408         * gnus-registry.el (gnus-registry-clean-empty-function)
16409         (gnus-registry-clean-empty): Remove only empty entries without
16410         extra data.
16411
16412 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
16413
16414         * spam-stat.el (spam-stat-buffer-change-to-spam)
16415         (spam-stat-buffer-change-to-non-spam): Change (error) to
16416         (gnus-message 8) invocation.
16417
16418 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16419
16420         * nntp.el (nntp-via-netcat-command): New variable.
16421         (nntp-via-netcat-switches): New variable.
16422         (nntp-open-via-rlogin-and-netcat): New function.
16423         (nntp-open-connection-function): Doc fix.
16424         (nntp-telnet-command): Doc fix.
16425         (nntp-end-of-line): Doc fix.
16426         (nntp-via-rlogin-command): Doc fix.
16427         (nntp-via-user-name): Doc fix.
16428         (nntp-via-address): Doc fix.
16429
16430 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
16433         error in Emacs 21.1.
16434
16435 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
16436
16437         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
16438
16439 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16440
16441         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
16442         (gnus-agent-with-refreshed-group): New macro.
16443         (gnus-agent-rename-group): New function.
16444         (gnus-agent-delete-group): New function.
16445         (gnus-agent-save-group-info): Use gnus-command-method when
16446         `method' parameter is nil.  Don't write nil entries into the
16447         active file.
16448         (gnus-agent-get-group-info): New function.
16449         (gnus-agent-fetch-articles): Use
16450         gnus-agent-update-files-total-fetched-for to increment disk space
16451         used.
16452         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
16453         gnus-agent-update-view-total-fetched-for to increment disk space
16454         used.
16455         (gnus-agent-get-local): Added optional parameters to avoid calling
16456         gnus-group-real-name and gnus-find-method-for-group.
16457         (gnus-agent-set-local): Delete stored entry if either min, or max,
16458         are nil.
16459         (gnus-agent-fetch-session): Reworded error/quit messages.  On
16460         quit, use gnus-agent-regenerate-group to record existance of any
16461         articles fetched to disk before the quit occurred.
16462         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
16463         gnus-agent-update-view-total-fetched-for, and
16464         gnus-agent-update-files-total-fetched-for to decrement disk space
16465         used.
16466         (gnus-agent-retrieve-headers): Use
16467         gnus-agent-update-view-total-fetched-for to increment disk space
16468         used.
16469         (gnus-agent-regenerate-group): Replace gnus-group-update-group
16470         with gnus-agent-update-files-total-fetched-for to decrement disk
16471         space and fresh group buffer.
16472         (gnus-agent-inhibit-update-total-fetched-for): New variable.
16473         (gnus-agent-need-update-total-fetched-for): New variable.
16474         (gnus-agent-update-files-total-fetched-for): New function.
16475         (gnus-agent-update-view-total-fetched-for): New function.
16476         (gnus-agent-total-fetched-for): New function.
16477
16478         * gnus-cache.el (gnus-cache-save-buffers): Use
16479         gnus-cache-update-overview-total-fetched-for to change disk space
16480         used by this group.
16481         (gnus-cache-possibly-enter-article): Use
16482         gnus-cache-update-file-total-fetched-for to increment disk space
16483         used by this group.
16484         (gnus-cache-possibly-remove-article): Use
16485         gnus-cache-update-file-total-fetched-for to decrement disk space
16486         used by this group.
16487         (gnus-cache-generate-nov-databases): Purge total fetched cache.
16488         (gnus-cache-rename-group): New function.
16489         (gnus-cache-delete-group): New function.
16490         (gnus-cache-inhibit-update-total-fetched-for): New variable.
16491         (gnus-cache-need-update-total-fetched-for): New variable.
16492         (gnus-cache-with-refreshed-group): New macro.
16493         (gnus-cache-update-file-total-fetched-for): New function.
16494         (gnus-cache-update-overview-total-fetched-for): New function.
16495         (gnus-cache-rename-group-total-fetched-for): New function.
16496         (gnus-cache-delete-group-total-fetched-for): New function.
16497         (gnus-cache-total-fetched-for): New function.
16498
16499         * gnus-group.el: Require gnus-sum and autoload functions to
16500         resolve warnings when gnus-group.el compiled alone.
16501         (gnus-group-line-format): Documented new %F.
16502         (size of Fetched data) group line format; identifies disk space
16503         used by agent and cache.
16504         (gnus-group-line-format-alist): Defined new F format.
16505         (gnus-total-fetched-for): New function.
16506         (gnus-group-delete-group): No longer update
16507         gnus-cache-active-altered as gnus-request-delete-group now keeps
16508         the cache in sync.
16509         (gnus-group-list-active): Let the agent store a server's active
16510         list if currently plugged.
16511
16512         * gnus-int.el (gnus-request-delete-group):
16513         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
16514         local disk in sync with the server.
16515         (gnus-request-rename-group):
16516         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
16517         local disk in sync with the server.
16518
16519         * gnus-start.el (gnus-get-unread-articles):
16520         Cosmetic simplification to logic.
16521
16522         * gnus-util.el (gnus-rename-file): New function.
16523
16524 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
16525
16526         * mm-util.el (mm-image-load-path): Handle nil in load-path.
16527
16528 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
16529
16530         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
16531         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
16532
16533 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
16534
16535         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16536         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16537
16538 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16539
16540         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16541
16542 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16543
16544         * spam.el (spam-set-difference): Add function to replace
16545         gnus-set-difference in spam.el.
16546         (spam-summary-prepare-exit): Use spam-set-difference.
16547
16548 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16549
16550         * gnus-registry.el (gnus-registry-cache-file): Update to use
16551         gnus-dribble-directory OR gnus-home-directory OR ~.
16552         (gnus-registry-split-fancy-with-parent): Fix doc.
16553
16554 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * message.el (message-exchange-point-and-mark): Use
16557         message-mark-active-p.  Suggested by Jesper Harder
16558         <harder@ifa.au.dk>.
16559
16560 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * message.el (message-exchange-point-and-mark): Don't activate
16563         region if it was inactive.  Suggested by Hiroshi Fujishima
16564         <pooh@nature.tsukuba.ac.jp>.
16565
16566 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * gnus-art.el (article-display-face): Display Faces in the same
16569         order as X-Faces.
16570
16571 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16574
16575 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16576
16577         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16578         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16579         (gnus-article-mime-hierarchy): Remove.
16580         (gnus-article-mime-hierarchy-next): Remove.
16581         (gnus-article-mode): Revert 2004-03-19 change.
16582         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16583         (gnus-insert-mime-button): Revert 2004-03-19 change.
16584         (gnus-mime-accumulate-hierarchy): Remove.
16585         (gnus-mime-enter-multipart): Remove.
16586         (gnus-mime-leave-multipart): Remove.
16587         (gnus-mime-display-part): Revert 2004-03-19 change.
16588         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16589
16590         * mml.el (mml-preview): Revert 2004-03-19 change.
16591
16592 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16593
16594         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16595
16596 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16597
16598         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16599         t while entering a file name using the mm-with-multibyte macro.
16600         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16601
16602         * mm-util.el (mm-with-multibyte): New macro.
16603
16604 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16605
16606         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16607         user option.
16608         (gnus-mime-multipart-functions): Doc and customization fix.
16609         (gnus-article-mime-hierarchy): New variable.
16610         (gnus-article-mime-hierarchy-next): New variable.
16611         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16612         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16613         gnus-article-mime-hierarchy-next to nil.
16614         (gnus-insert-mime-button): Show hierarchy numbers.
16615         (gnus-mime-accumulate-hierarchy): New function.
16616         (gnus-mime-enter-multipart): New function.
16617         (gnus-mime-leave-multipart): New function.
16618         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16619         (gnus-mime-display-alternative): Show hierarchy numbers.
16620
16621         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16622         gnus-article-mime-hierarchy-next to nil.
16623
16624 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16625
16626         * dns.el: Don't require gnus-xmas.
16627
16628 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16629
16630         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16631         inline PGP.
16632         (mml-menu): Disable mml-quote-region if mark is inactive.
16633
16634 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16637         when the group's active is not available.
16638
16639 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16640
16641         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16642         error.
16643
16644 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16645
16646         * imap.el (imap-store-password): New variable.
16647         (imap-interactive-login): Use it.
16648         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16649
16650 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16653         window-start and hscroll to summary window.
16654
16655 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16656
16657         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16658         conversion message to newsrc-dribble when an actual conversion is
16659         performed.
16660
16661 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16662
16663         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16664
16665 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * mm-decode.el (mm-complicated-handles): New function reviving
16668         former definition of mm-multiple-handles.
16669
16670         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16671         (gnus-mime-delete-part): Use it.
16672
16673 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16674
16675         * gnus-agent.el (gnus-agent-read-local): Bind
16676         nnheader-file-coding-system to gnus-agent-file-coding-system to
16677         avoid the implicit assumption that they will always be equal.
16678         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16679         coding-system-for-write, as the with-temp-file macro first prints
16680         to a buffer then saves the buffer.
16681
16682 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * gnus-art.el (gnus-article-edit-part): New function.
16685         (gnus-mime-save-part-and-strip): Use it; do query instead of
16686         signaling an error; don't use mm-multiple-handles.
16687         (gnus-mime-delete-part): Ditto.
16688
16689 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16690
16691         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16692         old file versions.
16693         (gnus-group-prepare-hook): Removed function that converted list
16694         form of gnus-agent-expire-days to group properties.
16695
16696         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16697         (gnus-request-accept-article): Re-indented.
16698
16699         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16700         converters to handle old agent file formats.  Added logic for a
16701         "backup before upgrading warning".
16702         (gnus-convert-mark-converter-prompt): Developers can mark
16703         functions as needing (default), or not needing,
16704         gnus-convert-old-newsrc's "backup before upgrading warning".
16705         (gnus-convert-converter-needs-prompt): Tests whether the user
16706         should be protected from potentially irreversable changes by the
16707         function.
16708
16709         * legacy-gnus-agent.el: New.  Provides converters that are only
16710         loaded when gnus-convert-old-newsrc needs to call them.
16711
16712 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * mail-source.el (mail-source-touch-pop): Doc fix.
16715
16716         * message.el (message-smtpmail-send-it): Doc fix.
16717
16718 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16719
16720         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16721
16722         * nnmail.el (nnmail-split-fancy): do.
16723
16724         * gnus-kill.el (gnus-kill, gnus-execute): do.
16725
16726 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16727
16728         * gnus-sum.el (gnus-widget-reversible-match)
16729         (gnus-widget-reversible-to-internal)
16730         (gnus-widget-reversible-to-external): New functions.
16731         (gnus-widget-reversible): New widget.
16732         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16733
16734 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16735
16736         * gnus-sum.el (gnus-thread-sort-functions)
16737         (gnus-article-sort-functions): Document `(not F)' items.
16738
16739 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16740
16741         * spam.el (spam-use-gmane-xref): Add new backend.
16742         (spam-gmane-xref-spam-group): Add variable to control the name of the
16743         Gmane spam group.
16744         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16745         (spam-regex-headers-spam, spam-regex-headers-ham)
16746         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16747         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16748         backends and checks.
16749         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16750
16751         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16752         an autodetect method.
16753
16754 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16755
16756         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16757         articles are being added to a group.
16758         (gnus-request-replace-article): Inform the agent that articles
16759         need to be uncached as the cached contents are no longer valid.
16760
16761 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16762
16763         * binhex.el: Don't autoload executable-find.
16764
16765         * canlock.el: Don't autoload mail-fetch-field.
16766
16767         * dgnushack.el: Autoload c-mode for XEmacs.
16768
16769         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16770
16771         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16772         rmail-dont-reply-to and rmail-output.
16773
16774         * gnus-score.el: Don't autoload ffap-string-at-point.
16775
16776         * gnus-setup.el: Don't autoload sc-cite-original.
16777
16778         * imap.el: Don't autoload base64-decode-string,
16779         base64-encode-string and md5.
16780
16781         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16782         and rmail-msg-restore-non-pruned-header.
16783
16784         * mm-decode.el: Don't autoload executable-find.
16785
16786         * mm-url.el: Don't autoload executable-find.
16787
16788         * mm-view.el: Don't autoload diff-mode.
16789
16790         * nndb.el: Don't autoload news-reply-mode, news-setup,
16791         cancel-timer and telnet.
16792
16793         * password.el: Don't autoload run-at-time for Emacs.
16794
16795         * sha1-el.el: Don't autoload executable-find.
16796
16797         * sieve-mode.el: Don't autoload c-mode.
16798
16799         * uudecode.el: Don't autoload executable-find.
16800
16801 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16802
16803         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16804         (gnus-agent-possibly-alter-active): Avoid null in numeric
16805         comparison.
16806         (gnus-agent-set-local): Refuse to save null in local object table.
16807         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16808         list of articles that will be marked as unread.
16809
16810 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16813
16814 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16815
16816         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16817         language tags.
16818
16819 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16820
16821         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16822         Don't bind "obarray".
16823
16824         * gnus-sum.el (gnus-thread-sort-functions): Added
16825         `gnus-thread-sort-by-most-recent-number' and
16826         `gnus-thread-sort-by-most-recent-date'.
16827         Reported by Kai Grossjohann <kai@emptydomain.de>.
16828
16829 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16832
16833 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16834
16835         * gnus-cus.el (gnus-agent-customize-category): Removed
16836         ignore-errors macro reference that required cl to be loaded at
16837         run-time.
16838
16839         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16840         single-interval range of the form (min . max).  Previously the
16841         range had to look like ((min . max)).  Likewise, return
16842         (min . max) rather than ((min . max)).
16843         (gnus-range-map): Use gnus-range-normalize to accept
16844         single-interval range.
16845
16846         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16847         the cache, but not the agent, now appear with their usual face.
16848
16849         * dgnushack.el (loaddir): New variable that is bound to the
16850         directory containing the dgnushack.el file. Use loaddir, rather
16851         than srcdir, to update load-path. Change lets dgnushack compile
16852         code in directories other than GNUS/lisp.
16853
16854 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * lpath.el: Don't bind w3m-safe-url-regexp.
16857
16858         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16859         w3m-safe-url-regexp variable buffer-local.
16860
16861         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16862
16863 2004-02-27  Simon Josefsson  <jas@extundo.com>
16864
16865         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16866         gnus-group-real-prefix.
16867         (gnus-summary-move-article): Use it, instead of
16868         gnus-group-real-prefix.
16869
16870 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16871
16872         * lpath.el: Bind w3m-safe-url-regexp.
16873
16874         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16875         w3m-safe-url-regexp variable buffer-local and set it as the value
16876         of mm-w3m-safe-url-regexp.
16877
16878         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16879
16880         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16881         parsing gnus-posting-styles when the message is not for replying.
16882
16883         * dgnushack.el: Autoload sgml-mode for XEmacs.
16884
16885         * nnrss.el (nnrss-opml-export): Use
16886         mm-set-buffer-file-coding-system instead of
16887         set-buffer-file-coding-system.
16888
16889 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16890
16891         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16892         of checkdoc.el).
16893         * nnrss.el: do.
16894         * gnus-mlspl.el: do.
16895         * gnus-ml.el: do.
16896         * gnus-srvr.el: do.
16897
16898         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16899
16900 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16901
16902         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16903         Corrections to custom-manual links.
16904
16905         * gnus-art.el (gnus-article): Ditto.
16906
16907         * mm-decode.el (mime-display, mime-security): Ditto.
16908
16909 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16910
16911         * flow-fill.el: Typo.
16912
16913 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16914
16915         * spam-wash.el: New file.
16916
16917 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16918
16919         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16920
16921 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16922
16923         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16924         to be run with new-articles as LIST1, not LIST2.
16925         (spam-registration-functions): Add spam-use-ham-copy as a nil
16926         registration backend.
16927
16928 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16929
16930         * spam-stat.el (spam-stat-washing-hook): New option.
16931         (spam-stat-buffer-words): Use it.
16932         (spam-stat-process-directory, spam-stat-test-directory): Use
16933         insert-file-contents-literally.
16934         (spam-stat-coding-system): New variable.
16935         (spam-stat-load, spam-stat-save): Use it.
16936
16937 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16938
16939         * spam-report.el (spam-report-plug-agent): Quote
16940         spam-report-url-to-file and spam-report-url-ping-plain.
16941
16942 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16943
16944         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16945         / in mailto URLs.
16946
16947 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16948
16949         * spam-report.el (spam-report-process-queue): Fix interactive use.
16950         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16951         (spam-report-unplug-agent): Doc fixes.
16952         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16953         (spam-report-agentize, spam-report-deagentize): Autoload.
16954
16955 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16956
16957         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16958
16959         * message.el (message-setup-fill-variables): Add mml tags to
16960         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16961         <ajk@iu.edu>.
16962         (message-mode): Don't modify paragraph-separate there.
16963
16964 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16965
16966         * compface.el (uncompface-use-external): Default to undecided.
16967         (uncompface-use-external-threshold): New variable.
16968         (uncompface-float-time): New macro.
16969         (uncompface): Determine whether to use the external decoder if
16970         uncompface-use-external is undecided.
16971
16972 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16973
16974         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16975         after images.
16976
16977         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16978
16979 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16980
16981         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16982
16983         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16984
16985         * gnus-sum.el (gnus-summary-limit-to-age)
16986         (gnus-summary-limit-children): do.
16987
16988         * gnus-int.el (gnus-request-scan): do.
16989
16990         * gnus-group.el (gnus-group-suspend): do.
16991
16992         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16993
16994         * gnus-cite.el (gnus-cite-parse-attributions): do.
16995
16996         * gnus-agent.el (gnus-summary-set-agent-mark)
16997         (gnus-agent-regenerate-group): do.
16998
16999         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17000
17001         * binhex.el (binhex-decode-region-internal): do.
17002
17003 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17004
17005         * gnus-fun.el (gnus-face-properties-alist): New user option.
17006         (gnus-display-x-face-in-from): Use it.
17007
17008         * gnus-art.el (article-display-face): Ditto.
17009
17010         * compface.el (uncompface-use-external): Default to nil.
17011
17012 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17013
17014         * nntp.el (nntp-erase-buffer): New function.
17015         (nntp-retrieve-data, nntp-send-command)
17016         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17017         (nntp-possibly-change-group): Use it.
17018
17019         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17020         with-current-buffer.
17021
17022 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17023
17024         * compface.el: Merge the ELisp-based uncompface program.
17025         (compface): New customization group.
17026         (uncompface-use-external): New user option.
17027         (uncompface): Call uncompface-internal if uncompface-use-external
17028         is nil.
17029         (uncompface-internal): New function.  Note that there are also
17030         some other functions and variables added for this function.
17031
17032 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17033
17034         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17035         if necessary.
17036
17037 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17038
17039         * spam-report.el (spam-report-unplug-agent)
17040         (spam-report-plug-agent, spam-report-deagentize)
17041         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17042         Add support for the Agent in spam-report: when unplugged, report to a
17043         file; when plugged, submit all the requests.
17044
17045         * spam.el (spam-register-routine): Fix message about
17046         registration.
17047
17048 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17049
17050         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17051         dependencies.
17052         (rfc2047-encode): Use it.
17053
17054         * gnus-art.el (gnus-button-marker-list): Move before first
17055         reference.
17056
17057         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17058         (imap-parse-body): Fix format string mismatch.
17059
17060         * gnus-score.el (gnus-summary-increase-score): do.
17061
17062         * nnrss.el (nnrss-close): New function.
17063
17064 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17065
17066         * nnrss.el (nnrss-make-filename): New function.
17067         (nnrss-request-delete-group, nnrss-read-server-data)
17068         (nnrss-save-server-data, nnrss-read-group-data)
17069         (nnrss-save-group-data): Use it.
17070         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17071         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17072         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17073
17074 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17075
17076         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17077
17078 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17079
17080         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17081         files.
17082
17083         * message.el (message-generate-headers-first): Don't quote nil
17084         and t in docstrings.
17085
17086         * imap.el (imap-id): do.
17087
17088         * gnus-agent.el (gnus-agent-consider-all-articles)
17089         (gnus-agent-queue-mail): do.
17090
17091 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17092
17093         * spam-report.el (spam-report-process-queue): New function.
17094         Process requests from `spam-report-requests-file'.
17095         (spam-report-process-queue): Doc fix.
17096
17097 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17098
17099         * spam.el (spam-register-routine)
17100         (spam-log-processing-to-registry, spam-log-registered-p)
17101         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17102         Change "check" to "spam-check" for semi-clarity.
17103
17104 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17105
17106         * pop3.el: Require nnheader.
17107
17108         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17109
17110         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17111
17112         * gnus-picon.el: Require cl.
17113
17114         * gnus-fun.el: Require gnus-ems and gnus-util.
17115
17116         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17117
17118         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17119
17120         * gnus-art.el (gnus-article-edit-mode): Define before first
17121         reference.
17122
17123 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17124
17125         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17126         (gnus-uu-post-encoded): Use point-at-bol.
17127
17128         * gnus-topic.el (gnus-group-active-topic-p): do.
17129
17130         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17131
17132         * gnus-group.el (gnus-group-kill-region): do.
17133
17134         * gnus-art.el (article-date-ut): do.
17135
17136         * message.el (message-fetch-field): Remove redundant
17137         case-fold-search binding.
17138         (message-narrow-to-field): Simplify.
17139
17140 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17141
17142         * spam.el (spam-directory): Derive from `gnus-directory'.
17143
17144         * spam-report.el (spam-report-url-to-file)
17145         (spam-report-requests-file): New function and variable for offline
17146         reporting.
17147         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17148         and user defined function.
17149         (spam-report-url-ping-mm-url): Remove doubled slash.
17150
17151 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17152
17153         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17154
17155 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17156
17157         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
17158         format string mismatch.
17159
17160         * sieve.el (sieve-deactivate-all): do.
17161
17162         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17163
17164         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17165
17166         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17167
17168         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17169
17170 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17171
17172         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17173         the list of checks.
17174
17175 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17176
17177         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17178         padding.
17179
17180 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17181
17182         * mm-view.el (mm-fill-flowed): New variable.
17183         (mm-inline-text): Use it.
17184
17185 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17186
17187         * spam.el (spam-spamassassin-register-ham-routine)
17188         (spam-spamassassin-register-spam-routine): Fix function names.
17189
17190 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * gnus.el (gnus-tmp-grouplens): Remove.
17193         (gnus-summary-line-format): Remove grouplens.
17194
17195         * gnus-group.el (gnus-group-line-format): Ditto.
17196
17197         * gnus-spec.el (gnus-format-specs): Ditto.
17198         (gnus-update-format-specifications): Flush the group format spec
17199         cache if there's the grouplens stuff.
17200         (gnus-parse-simple-format): Replace %l with the empty string.
17201
17202 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17203
17204         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17205         omission.
17206
17207 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17208
17209         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17210         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17211
17212 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17213
17214         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17215         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17216         New macros and functions.
17217         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17218         Handle > NLINK_MAX messages.
17219         * nnmaildir.el (nnmaildir-request-set-mark): Use
17220         nnmaildir--emlink-p and nnmaildir--eexist-p.
17221
17222 2004-01-25  Alex Schroeder  <alex@gnu.org>
17223
17224         * spam-stat.el (spam-stat-process-directory-age): New option.
17225         (spam-stat-process-directory): Use it.
17226
17227 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17228
17229         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17230         (spam-stat-save): Accept prefix argument.
17231
17232 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17233
17234         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17235         links" error.
17236
17237 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17238
17239         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
17240         the rest of the and/or forms.
17241
17242 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17243
17244         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17245         compatibility with old .newsrc.eld files.
17246
17247         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
17248
17249         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17250
17251         * gnus-start.el (gnus-1): do.
17252
17253         * gnus-group.el (gnus-group-line-format-alist): do.
17254
17255         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17256
17257         * gnus-gl.el: Remove.
17258
17259 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17260
17261         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17262         marks consisting of a single range {for example, (3 . 5)} rather
17263         than a list of a single range { ((3 . 5)) }.
17264
17265 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17266
17267         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
17268         with-current-buffer.
17269         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17270         avoid consing a string.
17271
17272         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17273         Remove obsolete entries for big5 and gb2312.
17274
17275 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17276
17277         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17278         uncompressed list.
17279
17280 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17281
17282         * spam-stat.el (spam-stat-strip-xref): New function.
17283         (spam-stat-process-directory): Use it.
17284
17285         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17286         here -- it's done in message-fetch-field.
17287
17288 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17289
17290         * gnus-agent.el (gnus-agent-queue-mail)
17291         (gnus-agent-prompt-send-queue): New variables.
17292         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17293         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17294         "nndraft:queue" along to gnus-draft-send.  Use
17295         gnus-agent-prompt-send-queue.
17296         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17297         is "nndraft:queue".  Suggested by Gaute Strokkenes
17298         <gs234@srcf.ucam.org>
17299
17300         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
17301         (agent-enable-undownloaded-faces): Added.
17302         (gnus-agent-cat-groups): Use eval-and-compile, not
17303         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17304         method of gnus-agent-cat-groups even when the buffer has been
17305         evaled.
17306         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
17307         delete gnus-agent-save-active-1.
17308         (gnus-agent-save-groups): Deleted.  Identical to
17309         gnus-agent-save-active.
17310         (gnus-agent-write-active): No longer adjust agent's copy of active
17311         file as agent's adjustments are now stored in their own
17312         file.  Removed optional parameter.
17313         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17314         servers.  Add use of min/max range limits from server's local
17315         file.
17316         (gnus-agent-save-alist): Removed unused optional argument.
17317         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17318         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17319         (gnus-agent-set-local): A per-server file that keeps min/max range
17320         limits for articles known to the agent.  Provides a fast mechanism
17321         for altering many active ranges.
17322         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17323         active file (local makes it unnecessary).
17324         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
17325
17326         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
17327         (agent-enable-undownloaded-faces): Added.
17328
17329         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17330         disable it when sending to "nndraft:queue".
17331         (gnus-group-send-queue): Add safety check to avoid sending queue
17332         when unplugged.
17333
17334         * gnus-group.el (gnus-group-catchup): Use new
17335         gnus-sequence-of-unread-articles, not
17336         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17337         numbers of articles.  Use gnus-range-map to avoid having to
17338         uncompress the unread list.
17339         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17340         Fixed invalid ange-ftp reference.
17341
17342         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17343         (gnus-sorted-range-intersection): Intersection of two ranges
17344         without requiring that they first be uncompressed.
17345
17346         * gnus-start.el (gnus-activate-group): Unless blocked by the
17347         caller, possibly expand the active range to include both cached
17348         and agentized articles.
17349         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17350         multiple version-dependent converters.
17351         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
17352         gnus-agent-save-active.
17353         (gnus-save-newsrc-file): Save dirty agent range limits.
17354
17355         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
17356         gnus-agent-possibly-alter-active.
17357         (gnus-adjust-marked-articles): Faster handling of simple lists.
17358
17359 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17360
17361         * spam-stat.el (spam-stat-test-directory): New optional argument
17362         displays a list of files detected.  Suggested by Andrew Cohen
17363         <cohen@andy.bu.edu>.
17364         (spam-stat-buffer-words-with-scores): Don't narrow and change
17365         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17366
17367 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17368
17369         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17370         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17371         (spam-spamassassin-arguments)
17372         (spam-spamassassin-spam-flag-header)
17373         (spam-spamassassin-positive-spam-flag-header)
17374         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17375         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17376         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17377         (spam-list-of-processors, spam-list-of-checks)
17378         (spam-list-of-statistical-checks, spam-registration-functions)
17379         (spam-check-spamassassin-headers, spam-check-spamassassin)
17380         (spam-spamassassin-score)
17381         (spam-spamassassin-register-with-sa-learn)
17382         (spam-spamassassin-register-spam-routine)
17383         (spam-spamassassin-register-ham-routine)
17384         (spam-assassin-register-spam-routine)
17385         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17386         (spam-bogofilter-score): Fix to show article before scoring.
17387
17388 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17389
17390         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17391         default scoring function.
17392         (spam-generic-score): Call spam-spamassassin-score if
17393         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17394         spam-bogofilter-score otherwise.
17395
17396         * gnus.el (spam-process, spam-autodetect-methods): Add
17397         spamassassin and spamassassin-headers.
17398
17399 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17400
17401         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17402         Suppress unnecessary messages.
17403
17404 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17405
17406         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17407         make-hash-table.
17408
17409 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17410
17411         * canlock.el (base64-encode-string): Don't autoload it.
17412
17413 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17414
17415         * run-at-time.el: Remove useless (require 'itimer),
17416         eval-and-compile and (featurep 'xemacs).
17417
17418 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
17419
17420         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
17421         GROUP is a virtual group.
17422
17423 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
17424
17425         * gnus.el: Autoload `message-y-or-n-p'.
17426
17427 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
17428
17429         * pgg-parse.el: Remove unnecessary (require 'custom).
17430
17431         * pgg-def.el: do.
17432
17433         * nnmail.el: do.
17434
17435         * gnus-undo.el: do.
17436
17437         * gnus-picon.el: do.
17438
17439         * gnus-util.el: do.
17440
17441 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
17442
17443         * gnus-sum.el (gnus-pick-line-number): Add autoload.
17444
17445 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17446
17447         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
17448         handle, as well as a list.
17449
17450         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
17451         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
17452         (mm-w3m-cid-retrieve): Simplify.
17453
17454 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
17455
17456         * message.el (message-kill-to-signature): Allow prefix arg to
17457         specify number of lines to keep before signature.
17458
17459 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
17460
17461         * message.el (message-kill-to-signature): Change docstring.
17462
17463 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17464
17465         * canlock.el: Always require sha1-el.
17466         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
17467
17468         * message.el: Autoload sha1 only when compiling.
17469
17470         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
17471         eudc-expand-inline for XEmacs.
17472
17473 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17474
17475         * message.el (message-canlock-generate): Require sha1-el.
17476
17477 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
17478
17479         * message.el (message-expand-name): Silence the byte compiler.
17480
17481         * lpath.el: Add detect-coding-system.
17482
17483         * dgnushack.el (dgnushack-compile): Remove obsolete check for
17484         cus-edit.
17485
17486 2004-01-13  Simon Josefsson  <jas@extundo.com>
17487
17488         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
17489         Invoke gnus-score-mode.  Reported by
17490         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17491
17492         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
17493         Jim Blandy <jimb@redhat.com> (tiny change).
17494
17495 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17496
17497         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
17498
17499 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
17500
17501         * spam.el (spam-get-article-as-string): Update to use
17502         gnus-request-article-this-buffer, much simpler.
17503         (spam-get-article-as-buffer): Remove.
17504
17505 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
17506
17507         * message.el (message-expand-name): Use EUDC if the user uses that.
17508
17509 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
17510
17511         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
17512         character for the encoding to avoid consing a string.
17513
17514         * rfc2047.el (rfc2047-decode-string): Don't cons a string
17515         unnecessarily.
17516
17517         * mm-util.el (mm-replace-chars-in-string): Remove.
17518
17519         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
17520         of mm-replace-chars-in-string.
17521
17522 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
17523
17524         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
17525
17526         * mm-util.el (mm-subst-char-in-string): Support inplace.
17527
17528         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
17529         a new string in every iteration.  Use shy groups.
17530
17531 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
17532
17533         * gnus-srvr.el (gnus-browse-unsubscribe-group):
17534         * gnus-soup.el (gnus-soup-group-brew):
17535         * gnus-msg.el (gnus-put-message):
17536         * gnus-move.el (gnus-group-move-group-to-server):
17537         * gnus-kill.el (gnus-batch-score):
17538         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17539         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17540         (gnus-group-update-group, gnus-group-read-group)
17541         (gnus-group-make-group, gnus-group-make-help-group)
17542         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17543         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17544         (gnus-group-sort-by-unread, gnus-group-catchup)
17545         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17546         (gnus-group-yank-group, gnus-group-set-info)
17547         (gnus-group-list-groups):
17548         * gnus.el (gnus-generate-new-group-name):
17549         * gnus-delay.el (gnus-delay-send-queue):
17550         * nnvirtual.el (nnvirtual-catchup-group):
17551         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17552         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17553         (gnus-group-prepare-topics, gnus-topic-check-topology):
17554         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17555         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17556         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17557         (gnus-group-make-articles-read):
17558         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17559         (gnus-group-change-level, gnus-kill-newsgroup)
17560         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17561         (gnus-get-unread-articles, gnus-make-articles-unread)
17562         (gnus-make-ascending-articles-unread): Use accessor
17563         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17564         to get group information for improved readability.
17565
17566
17567 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17568
17569         * gnus-art.el (article-decode-mime-words, article-babel)
17570         (gnus-article-highlight-signature, gnus-article-add-buttons)
17571         (gnus-signature-toggle): Use gnus-with-article-buffer.
17572
17573         * gnus-art.el (gnus-article-highlight-headers)
17574         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17575
17576         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17577         (gnus-article-set-globals, gnus-request-article-this-buffer)
17578         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17579         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17580         (gnus-mime-display-alternative): Use with-current-buffer.
17581
17582 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17583
17584         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17585         also under 80 char limit, and call gnus-error if needed.
17586         (spam-fetch-article-header): Fix - it was a
17587         buffer-local variable (gnus-newsgroup-data).
17588         (spam-find-spam): Use spam-generate-fake-headers, forget about
17589         spam-insert-fake-headers.
17590         (spam-insert-fake-headers): Remove.
17591
17592 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17593
17594         * deuglify.el (gnus-article-outlook-unwrap-lines)
17595         (gnus-outlook-rearrange-article)
17596         (gnus-outlook-repair-attribution-outlook)
17597         (gnus-outlook-repair-attribution-block)
17598         (gnus-outlook-repair-attribution-other): Remove redundant
17599         save-excursion.
17600
17601 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17602
17603         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17604         (spam-fetch-field-subject-fast)
17605         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17606         (spam-fetch-article-header): Add functions to deal with Gnus
17607         internals for fast retrieval of article header data.
17608         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17609
17610 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17611
17612         * pop3.el (pop3-md5): Remove.
17613         (pop3-apop): Replace pop3-md5 with md5.
17614
17615         * mm-bodies.el: base64 is always built-in.
17616
17617         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17618         with-current-buffer.
17619
17620 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17621
17622         * canlock.el (canlock-insert-header): Remove excessive grouping in
17623         regexp.
17624
17625         * gnus-sum.el (gnus-summary-read-document): Ditto.
17626
17627         * gnus-uu.el (gnus-uu-part-number): Ditto.
17628
17629         * html2text.el (html2text-remove-tags): Ditto.
17630         (html2text-format-tags): Ditto.
17631         (html2text-format-single-elements): Ditto.
17632
17633         * mml.el (mml-parse-1): Ditto.
17634
17635 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17636
17637         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17638
17639         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17640
17641         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17642
17643         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17644
17645 2003-11-15  Simon Josefsson  <jas@extundo.com>
17646
17647         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17648         (pgg-gpg-lookup-key): Use regexp match instead of
17649         split-string (split-string is different between emacs 21.2 and
17650         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17651
17652 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17653
17654         * gnus-art.el (gnus-mime-view-all-parts)
17655         (gnus-article-part-wrapper, gnus-article-view-part): Use
17656         with-current-buffer.
17657
17658 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17659
17660         * spam.el (spam-disable-spam-split-during-ham-respool)
17661         (spam-spamoracle-database, spam-cache-lookups)
17662         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17663         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17664         (spam-group-ham-marks, spam-group-spam-marks)
17665         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17666         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17667         also add spam-use-blackholes to the statistical checks.
17668         (spam-fetch-field-fast): Add interface to fetching fields, may
17669         become a macro.
17670         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17671         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17672         (spam-insert-fake-headers): Fake an article when needed.
17673         (spam-find-spam): Fake article when possible.
17674         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17675         (spam-check-bogofilter-headers): Use message-fetch-field instead
17676         of nnmail-fetch-field.
17677
17678 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17679
17680         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17681
17682 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17683
17684         * spam.el (spam-split): Do not require spam-use-CHECK to be
17685         enabled if that check is passed to spam-split explicitly; also
17686         fix so 'spam doesn't get converted to spam-split-group when
17687         spam-split-symbolic-return is t.
17688         (spam-find-spam): Find registrations of the article and use those
17689         instead of re-running spam-split to find the spam/ham
17690         classification of the article.
17691         (spam-log-processing-to-registry, spam-log-registered-p)
17692         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17693         Use gnus-error instead of gnus-message.
17694         (spam-log-registration-type): Add function to determine the
17695         classification of a message based on registry entries; will
17696         return nil if both 'spam and 'ham are found.
17697         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17698         a reasonably fast local cache without the loading errors.
17699         (spam-cache-lookups): Set to t by default.
17700         (spam-find-spam): Don't try to guess spam-cache-lookups.
17701         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17702         spam-caches entry.
17703         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17704         caching of whitelist/blacklist entries.
17705         (spam-check-whitelist, spam-check-blacklist): Invoke
17706         spam-from-listed-p with a type, not a cache variable.
17707         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17708
17709 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17710
17711         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17712
17713         * nnmail.el (nnmail-split-fancy): do.
17714
17715         * mml.el (mml-parse): do.
17716
17717         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17718         (gnus-score-adaptive): do.
17719
17720 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17721
17722         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17723         (gnus-mime-button-map): Don't set keymap parent.
17724         (gnus-button-ctan-directory-regexp): Use shy grouping.
17725         (gnus-prev-page-map): Don't set keymap parent.
17726         (gnus-prev-page-map): Remove duplicated one.
17727         (gnus-next-page-map): Don't set keymap parent.
17728         (gnus-mime-security-button-map): Ditto.
17729
17730         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17731         version number.
17732
17733         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17734
17735 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17736
17737         * canlock.el (canlock-sha1-function): Remove.
17738         (canlock-sha1-function-for-verify): Remove.
17739         (canlock-openssl-program): Remove.
17740         (canlock-openssl-args): Remove.
17741         (canlock-ignore-errors): Remove.
17742         (canlock-sha1-with-openssl): Remove.
17743         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17744         (canlock-verify): Don't use canlock-ignore-errors.
17745
17746         * sha1-el.el (sha1-string-external): Make it can return a string
17747         in binary form.
17748         (sha1-region-external): Ditto.
17749         (sha1-string-internal): Ditto.
17750         (sha1-region-internal): Ditto.
17751         (sha1-region): Ditto.
17752         (sha1-string): Ditto.
17753         (sha1): Ditto.
17754
17755 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17756
17757         * spam.el (spam-report-articles-gmane): New command.
17758
17759 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17762
17763         * run-at-time.el (run-at-time-saved): Remove.
17764         (run-at-time): Doc fix.
17765
17766 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17767
17768         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17769         (gnus-summary-limit-map): Add it.
17770         (gnus-summary-make-menu-bar): do.
17771
17772 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17773
17774         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17775         Make attempt at some caching support (done for BBDB only now).
17776         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17777         addresses to be checked.
17778         (spam-clear-cache-BBDB): Add function, to be invoked by
17779         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17780         (spam-check-BBDB): Check and use the caches, if
17781         spam-cache-lookups is on, remove superfluous (provide).
17782
17783 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17784
17785         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17786
17787 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17788
17789         * run-at-time.el (run-at-time-saved): Move to after the definition
17790         of `run-at-time'.
17791
17792         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17793
17794 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17797         mm-w3m-local-map-property.
17798
17799         * mm-view.el (mm-w3m-mode-map): Remove.
17800         (mm-w3m-local-map-property): Remove.
17801         (mm-inline-text-html-render-with-w3m): Don't use
17802         mm-w3m-local-map-property.
17803
17804 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17805
17806         * run-at-time.el: New file.
17807
17808         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17809         under Emacs.
17810
17811         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17812         of gnus-set-text-properties.
17813
17814         * gnus-uu.el (gnus-uu-save-article): Ditto.
17815
17816         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17817
17818         * gnus-cite.el (gnus-cite-parse): Ditto.
17819
17820         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17821         of gnus-.
17822
17823         * gnus-xmas.el (run-at-time): Require run-at-time.
17824
17825         * gnus.el: Changed calls to nnheader-run-at-time and
17826         password-run-at-time throughout to use run-at-time directly.
17827
17828         * password.el: Removed definition of run-at-time.
17829
17830         * nnheaderxm.el: Remove definition of run-at-time.
17831
17832 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17833
17834         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17835         in prompt.
17836
17837 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17838
17839         * messagexmas.el (message-xmas-redefine): Alias
17840         `message-make-caesar-translation-table' to
17841         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17842         version.
17843
17844         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17845         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17846         `gnus-xmas-set-text-properties'.
17847         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17848         `gnus-xmas-completing-read'.
17849         (gnus-xmas-completing-read): Removed.
17850         (gnus-xmas-open-network-stream): Removed.
17851
17852         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17853         XEmacs version.
17854
17855         * dns.el (dns-make-network-process): Use `open-network-stream'
17856         instead of `gnus-xmas-open-network-stream'.
17857
17858         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17859
17860         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17861
17862 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17863
17864         * gnus-art.el (gnus-mime-display-alternative)
17865         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17866         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17867         Don't use gnus-local-map-property.
17868
17869         * gnus-util.el (gnus-local-map-property): Remove.
17870
17871         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17872         gnus-completing-read-maybe-default with completing-read.
17873
17874         * gnus-util.el (gnus-completing-read): do.
17875         (gnus-completing-read-maybe-default): Remove.
17876
17877 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17878
17879         * password.el: Only autoload `run-at-time' if not XEmacs.
17880         Only autoload the itimer functions if XEmacs.
17881
17882 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17883
17884         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17885         XEmacsen.
17886
17887         * dgnushack.el: Autoload executable-find for XEmacs.
17888
17889 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17890
17891         * gnus-art.el (gnus-read-string): Remove.
17892         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17893         read-string.
17894
17895 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17896
17897         * netrc.el: Autoload password-read.
17898         (netrc): Add configuration group.
17899         (netrc-encoding-method, netrc-openssl-path): Add
17900         variables for encoding and decoding of files with symmetric
17901         ciphers.
17902         (netrc-encode): Add assistant function to encode a file with
17903         netrc-encoding-method.
17904         (netrc-parse): Add interactive parameter, added optional
17905         decoding if netrc-encoding-method is non-nil but otherwise
17906         behavior is standard.
17907         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17908         Do s/encode/encrypt/ everywhere.
17909
17910         * spam.el: Remove executable-find autoload.
17911
17912 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17913
17914         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17915
17916         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17917
17918 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17919
17920         * gnus-art.el (gnus-treat-ansi-sequences)
17921         (article-treat-ansi-sequences): New variable and function.
17922         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17923
17924         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17925         Use it.
17926
17927 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17928
17929         * mm-util.el (mm-quote-arg): Remove.
17930
17931         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17932         shell-quote-argument.
17933
17934         * gnus-uu.el (gnus-uu-command): do.
17935
17936         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17937
17938         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17939         with make-char.
17940
17941         * mm-util.el (mm-make-char): Remove.
17942
17943         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17944         add-minor-mode.
17945
17946         * gnus-undo.el (gnus-undo-mode): do.
17947
17948         * gnus-topic.el (gnus-topic-mode): do.
17949
17950         * gnus-sum.el (gnus-dead-summary-mode): do.
17951
17952         * gnus-start.el (gnus-slave-mode): do.
17953
17954         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17955
17956         * gnus-ml.el (gnus-mailing-list-mode): do.
17957
17958         * gnus-gl.el (gnus-grouplens-mode): do.
17959
17960         * gnus-draft.el (gnus-draft-mode): do.
17961
17962         * gnus-dired.el (gnus-dired-mode): do.
17963
17964         * gnus-ems.el (gnus-add-minor-mode): Remove.
17965
17966         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17967         Replace gnus-char-width with char-width.
17968
17969         * gnus-ems.el (gnus-char-width): Remove.
17970
17971         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17972         Replace gnus-char-width with char-width.
17973
17974         * gnus-ems.el (gnus-char-width): Remove.
17975
17976         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17977         definition.
17978         Remove Emacs 20 hash table compatibility code.
17979
17980         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17981         20 compatibility code.
17982
17983         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17984
17985         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17986
17987         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17988         with point-at-{eol,bol}.
17989
17990         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17991
17992         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17993
17994         * flow-fill.el (fill-flowed-point-at-bol)
17995         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17996
17997         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17998         Replace with point-at-{eol,bol} throughout all files.
17999
18000 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18001
18002         * ntlm.el (ntlm-string-as-unibyte): New macro.
18003         (ntlm-build-auth-response): Use it.
18004
18005         Remove Emacs 20 stuff:
18006         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18007         (butlast, mapc, remove): Remove the compiler macros.
18008         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18009         of delq and copy-sequence.
18010         * gnus-art.el (popup-menu): Remove the compiler macro.
18011         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18012         Emacs 20.
18013
18014 2004-01-05  Simon Josefsson  <jas@extundo.com>
18015
18016         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18017         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18018         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18019         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18020         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18021         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18022         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18023         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18024         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18025         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18026         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18027         string-xor into ntlm-string-xor.  Suggested by
18028         Jesper Harder <harder@myrealbox.com>.
18029
18030         * ntlm.el: Don't include poem.
18031
18032         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
18033         Jesper Harder <harder@myrealbox.com>.
18034
18035         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18036
18037         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18038         probably breaks emacs with DL patch, but do we care? Is anyone
18039         still using the DL stuff?)
18040
18041         * sieve-manage.el: Use the password package.
18042         (sieve-manage-read-passwd): Remove.
18043         (sieve-manage-interactive-login): Use password.  Re-add
18044         condition-case around loop.
18045
18046         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18047         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
18048         the password package.
18049
18050 2003-02-19  Simon Josefsson  <jas@extundo.com>
18051
18052         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18053         token.
18054
18055 2002-08-07  Simon Josefsson  <jas@extundo.com>
18056
18057         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18058         (sieve-manage-authenticators):
18059         (sieve-manage-authenticator-alist): Add some SASL mechs.
18060         (sieve-sasl-auth): New function.
18061         (sieve-manage-cram-md5-auth):
18062         (sieve-manage-plain-auth): Rewrite using SASL library.
18063         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18064         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18065         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18066         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18067
18068 2004-01-05  Simon Josefsson  <jas@extundo.com>
18069
18070         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18071         New files.
18072
18073 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18074
18075         * gnus-group.el (gnus-no-groups-message): Update.
18076
18077         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18078
18079 2003-11-09  Simon Josefsson  <jas@extundo.com>
18080
18081         * imap.el: Support for ID IMAP extension (RFC 2971).
18082         (imap-local-variables): Add imap-id.
18083         (imap-id): New variable.
18084         (imap-id): New function.
18085         (imap-parse-response): Parse untagged ID response.
18086         * nnimap.el (nnimap-id): New variable.
18087         (nnimap-open-connection): Use it.
18088
18089 2003-12-28  Simon Josefsson  <jas@extundo.com>
18090
18091         * gnus-score.el (gnus-score-edit-all-score): New.
18092         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18093
18094 2004-01-04  Simon Josefsson  <jas@extundo.com>
18095
18096         * password.el: Add.
18097
18098 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18099
18100         * dns.el (dns-query-types): Fix typo.
18101         (dns-query-types): New function.
18102         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18103         PTR and SOA replies, see RFC 1035.
18104
18105 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18106
18107         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
18108
18109         * Moved to Changelog.2.
18110
18111 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18112
18113         * gnus.el (gnus-version-number): Bump version.
18114
18115 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18116
18117         * gnus.el: No Gnus v0.1 is released.
18118
18119 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18120
18121         * gnus.el: No Gnus v0.0 is released.
18122
18123 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18124
18125         * gnus.el (gnus-version-number): Bump.
18126         (gnus-version): No.
18127
18128 See ChangeLog.2 for earlier changes.
18129
18130     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18131       Free Software Foundation, Inc.
18132
18133   This file is part of GNU Emacs.
18134
18135   GNU Emacs is free software: you can redistribute it and/or modify
18136   it under the terms of the GNU General Public License as published by
18137   the Free Software Foundation, either version 3 of the License, or
18138   (at your option) any later version.
18139
18140   GNU Emacs is distributed in the hope that it will be useful,
18141   but WITHOUT ANY WARRANTY; without even the implied warranty of
18142   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18143   GNU General Public License for more details.
18144
18145   You should have received a copy of the GNU General Public License
18146   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18147
18148 ;; Local Variables:
18149 ;; coding: utf-8
18150 ;; fill-column: 79
18151 ;; add-log-time-zone-rule: t
18152 ;; End: