66864c8843ad8140ee41e6ca6bad6846428c67dc
[gnus] / lisp / ChangeLog
1 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
4         buffer isn't shown, then select the current article first instead of
5         bugging out.
6         (gnus-summary-select-article-buffer): Show both the article and summary
7         buffers again.
8
9         * shr.el (shr-fontize-cont): Protect against regions with no text.
10         Rename tag functions to shr-tag-* for enhanced security.
11         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
12
13 2010-10-03  Glenn Morris  <rgm@gnu.org>
14
15         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
16
17         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
18
19         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
20
21         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
22
23         * gnus-util.el (gnus-make-local-hook): Simplify.
24
25 2010-10-02  Julien Danjou  <julien@danjou.info>
26
27         * gnus-util.el (gnus-iswitchb-completing-read): New function.
28         (gnus-ido-completing-read): New function.
29         (gnus-emacs-completing-read): New function.
30         (gnus-completing-read): Use gnus-completing-read-function.
31         Add gnus-completing-read-function.
32
33 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * shr.el (shr-insert-document): Autoload.
36         (shr-img): Be silent.
37         (shr-insert): Add a newline after every picture before text.
38         (shr-add-font): Use overlays for combining faces.
39         (shr-insert): Pass upwards the text start point.
40
41         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
42         possible.
43         (mm-shr): New function.
44
45 2010-10-02  Julien Danjou  <julien@danjou.info>
46
47         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
48         should go backward.
49
50 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
51
52         * shr.el (shr): Fix typo in provide call.
53
54 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * shr.el: New file.
57
58         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
59
60         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
61         completing read.
62
63 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
66         we're being queried about.  Suggested by Dan Jacobson.
67
68         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
69         by Jason Eisner.
70
71         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
72         table, too.  Suggested by Stefan Wiens.
73         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
74         the table unnecessary.  Suggested by Stefan Wiens.
75
76         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
77         longer needed, and probably doesn't work either, as pointed out by
78         Stefan Wiens.
79         (gnus-summary-exit): Remove call to the clearing function.
80         (gnus-summary-exit-no-update): Ditto.
81
82         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
83         instead of gnus-eval-in-buffer-window to avoid popping up frames.
84         Reported by Stefan Monnier.
85         (gnus-summary-save-in-rmail): Ditto.
86
87         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
88         article buffer, instead of both the article buffer and the summary
89         buffer.  Sort of suggested by Dan Jacobson.
90
91         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
92
93         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
94         Suggested by Dan Jacobson.
95
96         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
97         documentation clearer.
98
99         * message.el (message-shorten-references): Comment on the number "21".
100         Suggested by Stefan Monnier.
101
102         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
103         Suggested by Dan Jacobson.
104
105         * gnus.el (gnus-large-newsgroup): Mention
106         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
107
108         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
109         externalize attachments.  Bug reported by Steve Wen.
110
111         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
112         really message anything to the user.
113
114         * nnmail.el (nnmail-article-group): Allow using the fancy split method
115         directly.
116
117         * nnimap.el (nnimap-request-group): Low higher than high to signal no
118         messages in empty groups.
119
120 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
121
122         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
123         non-UIDNEXT group.
124
125 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
128         not the value from the collection.
129
130         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
131         values.  This sometimes happens on some groups that have no info.
132         (nnimap-request-newgroups): New function.
133
134 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
135
136         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
137         check into `gnus-registry-initialize'.
138         (gnus-registry-initialize): Ditto.
139         Fix and extend header docs.
140
141 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
144         regexp backtrace overflows.
145
146         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
147         for starttls that tls.el implements; i.e. openssl.
148
149         * tls.el (tls-starttls-switches): Give up on using starttls with
150         gnutls-cli.
151         (tls-program): Add --insecure to be consistent with the defaults from
152         openssl s_client.  Now all three commands are insecure.
153
154 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
155
156         * lpath.el: Bind completion-styles-alist for XEmacs.
157
158         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
159         (gravatar-create-image): New function that's an alias to
160         gnus-xmas-create-image, gnus-create-image, or create-image.
161         (gravatar-data->image): Use it.
162
163 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
164
165         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
166         install the nnregistry refer method.
167         (gnus-registry-install-hooks): Use it.
168         (gnus-registry-unfollowed-groups): Add nnmairix to the default
169         unfollowed groups.
170
171 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
172
173         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
174         expanding threads.
175
176 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * nnir.el: Use the server names without suffixes (bug #7009).
179
180         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
181         unencrypted to STARTTLS, if possible.
182
183 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
184
185         * message.el (message-ignored-supersedes-headers): Strip Injection-*
186         headers before superseding.
187
188 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
189
190         * nnrss.el (nnrss-use-local): Add documentation.
191
192         * nnimap.el (nnimap-extend-tls-programs): New function.
193         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
194         (nnimap-wait-for-connection): Accept the greeting from the stupid
195         output from openssl s_client -starttls, too.
196
197         * tls.el (tls-starttls-switches): New variable.
198         (tls-find-starttls-argument): Use it.
199         (open-tls-stream): Ditto.
200
201         * netrc.el (netrc-credentials): Return the value of the "default"
202         entry.
203         (netrc-machine): Ditto.
204
205         * nnimap.el (nnimap-find-article-by-message-id): Really return the
206         article number.
207         (nnimap-split-fancy): New variable.
208         (nnimap-split-incoming-mail): Use it.
209
210         * nntp.el (nntp-server-list-active-group): Document.
211
212         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
213         SELECT to get the message-id.
214
215         * mail-source.el (mail-sources): Removed webmail support.
216         (defvar): Ditto.
217         (mail-source-fetcher-alist): Ditto.
218         (mail-source-fetch-webmail): Removed.
219
220         * webmail.el: Removed -- doesn't seem relevant any more.
221
222         * gnus.el: Fix up make-obsolete-variable declarations throughout.
223
224         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
225         the \r.
226
227 2010-09-30  Julien Danjou  <julien@danjou.info>
228
229         * gnus-agent.el (gnus-agent-add-group): Fix call to
230         gnus-completing-read.
231
232 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * nndoc.el (nndoc-retrieve-groups): New function.
235
236         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
237         `default', use nnmail-split-methods.
238         (nnimap-request-article): Downcase the NILs so that they are nil.
239
240         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
241         symbol.
242
243         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
244         code, since if the user has requested network, that's what they ought
245         to get.
246         (nnimap-request-set-mark): Erase the buffer before issuing commands.
247         (nnimap-split-rule): Mark as obsolete.
248
249         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
250         variable.
251
252         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
253         correct slot, too.
254
255 2010-09-29  Julien Danjou  <julien@danjou.info>
256
257         * gnus.el (gnus-local-domain): Declare variable obsolete.
258
259         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
260         computing.
261         (gnus-ido-completing-read): Require ido.
262
263 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264
265         * gnus-registry.el: Don't prompt on load, which makes it impossible to
266         build Gnus.
267
268         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
269         when interpreting the structures.
270         (nnimap-request-accept-article): Add \r\n to the lines to make this
271         work with Cyrus.
272
273         * nndraft.el (nndraft-request-expire-articles): Use the group name
274         instead if "nndraft".  Fix found by Nils Ackermann.
275
276 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
277
278         * nnregistry.el: Added.
279
280 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
281
282         * nnmail.el (group, group-art-list, group-art):
283         Remove unneeded directives.
284
285 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
288         (mm-mime-charset)
289         * rfc2047.el (rfc2047-syntax-table)
290         * utf7.el (utf7-utf-16-coding-system): Comment fix.
291
292         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
293         rather than `insert-file-contents' and `eval-region'.
294
295         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
296         construction.
297
298         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
299
300         * time-date.el: No need to require cl for Emacs 21.
301
302 2010-09-29  Julien Danjou  <julien@danjou.info>
303
304         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
305         replacement of `gnus-gravatar-relief' to mimic
306         `gnus-faces-properties-alist'.
307         Add :version property.
308
309 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * mail-source.el (mail-source-report-new-mail)
312         * message.el (message-default-mail-headers)
313         * mm-decode.el (mm-valid-image-format-p): Comment fix.
314
315         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
316
317 2010-09-28  Julien Danjou  <julien@danjou.info>
318
319         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
320         mail-address contains the same string as real-name.
321
322         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
323         non-blank in header, otherwise it'll get stripped.
324
325         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
326         real-name, and then for mail address rather than doing : or , search.
327
328 2010-09-27  Julien Danjou  <julien@danjou.info>
329
330         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
331         (gnus-server-goto-server): Use gnus-completing-read.
332
333         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
334
335         * mm-util.el (defalias): Use gnus-completing-read.
336         (mm-codepage-setup): Use gnus-completing-read.
337
338         * smime.el (smime-sign-buffer): Use gnus-completing-read.
339         (smime-decrypt-buffer): Use gnus-completing-read.
340
341         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
342
343         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
344         (mml-minibuffer-read-disposition): Use gnus-completing-read.
345         (mml-insert-multipart): Use gnus-completing-read.
346
347         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
348
349         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
350
351         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
352
353         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
354
355         * gnus.el (gnus-read-method): Use gnus-completing-read.
356
357         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
358
359         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
360         (gnus-mime-action-on-part): Use gnus-completing-read.
361         (gnus-article-encrypt-body): Use gnus-completing-read.
362
363         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
364         (gnus-topic-move-matching): Use gnus-completing-read.
365         (gnus-topic-copy-matching): Use gnus-completing-read.
366         (gnus-topic-sort-topics): Use gnus-completing-read.
367         (gnus-topic-move): Use gnus-completing-read.
368
369         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
370         (gnus-agent-add-group): Use gnus-completing-read.
371
372         * nnmairix.el (nnmairix-create-server-and-default-group): Use
373         gnus-completing-read.
374         (nnmairix-update-groups): Use gnus-completing-read.
375         (nnmairix-get-server): Use gnus-completing-read.
376         (nnmairix-backend-to-server): Use gnus-completing-read.
377         (nnmairix-goto-original-article): Use gnus-completing-read.
378         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
379
380         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
381
382         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
383         (gnus-group-make-useful-group): Use gnus-completing-read.
384         (gnus-group-make-web-group): Use gnus-completing-read.
385         (gnus-group-add-to-virtual): Use gnus-completing-read.
386         (gnus-group-browse-foreign-server): Use gnus-completing-read.
387
388         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
389         (gnus-summary-limit-to-extra): Use gnus-completing-read.
390         (gnus-summary-execute-command): Use gnus-completing-read.
391         (gnus-summary-respool-article): Use gnus-completing-read.
392         (gnus-read-move-group-name): Use gnus-completing-read.
393
394         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
395         (gnus-summary-score-effect): Use gnus-completing-read.
396
397         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
398
399         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
400         right completing-read function.
401         (gnus-use-ido): New variable
402         (gnus-completing-read-with-default): Remove.
403
404 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
405
406         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
407         x-focus-frame.
408
409         * nnimap.el (auth-source-forget-user-or-password)
410         (auth-source-user-or-password): Autoload.
411
412         * message.el (message-from-style, message-interactive)
413         (message-cite-prefix-regexp, message-sendmail-envelope-from)
414         (message-yank-prefix, message-indentation-spaces, message-signature)
415         (message-signature-file): Add comment.
416
417 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
420         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
421         new articles.
422
423         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
424         parts.
425         (nnimap-request-article): Work with the t setting, too.
426
427         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
428         that you don't get flashes of other buffers.
429         (gnus-summary-show-complete-article): Intern before setting.
430
431 2010-09-27  David Engster  <dengste@eml.cc>
432
433         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
434         well as HEADERS.
435         (nnmairix-retrieve-headers): Provide new argument for the above.
436
437 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * gnus-sum.el (gnus-summary-move-article): Don't alter
440         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
441         group.
442
443         * nnimap.el (nnimap-update-info): Don't destructively alter active.
444
445         * message.el (message-cite-prefix-regexp): Revert my last edit.
446
447         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
448         variable instead of the Gnus variable.
449
450         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
451
452         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
453         again.
454
455         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
456         since some servers don't like it.
457         (nnimap-open-connection): Forget credentials if the server says the
458         password was wrong.
459         (nnimap-parse-line): Protect against invalid data.
460
461         * gnus-sum.el (gnus-summary-move-article): Add comment.
462         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
463         nothing alters it while scanning for new messages.
464
465         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
466         which may or may not help.
467         (nnimap-open-connection): If we're doing a stream connection, and then
468         discover we're on a STARTTLS-capable server, then open a STARTTLS
469         connection instead.
470
471 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * nnimap.el (utf7): Required.
474
475         * message.el (message-cite-prefix-regexp): Remove "}" from citation
476         prefix.
477
478 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
479
480         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
481
482 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * nnimap.el (nnimap-request-accept-article): Message the error on
485         error.
486
487 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
488
489         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
490
491 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * nndoc.el (nndoc-request-list): Return success always.
494
495         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
496         `fetch-old' -- we only want to fetch the articles we've requested.  The
497         rest are in the agent, probably.
498         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
499         disappeared server" to something low.  It's not important.
500
501         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
502         arrived before the FETCH data.
503
504         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
505         target here, because we don't know the Gnus name of the group.
506
507         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
508         for the correct group.
509
510         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
511
512         * gnus.el (gnus): Give a final warning after startup.
513
514         * gnus-util.el (gnus-action-message-log): New variable.
515         (gnus-message): Use it.
516         (gnus-final-warning): New function.
517
518         * nnimap.el (nnimap-open-connection): Record the greeting.
519         (nnimap): Add greeting.
520
521 2010-09-26  Julien Danjou  <julien@danjou.info>
522
523         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
524         arguments.
525         (gnus-html-wash-images): Fix spec computing to include start/end.
526
527         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
528
529 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
532         deletion.
533         (nnimap-retrieve-headers): Don't select the group, because that's
534         already done by nnimap-possibly-change-group.
535
536         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
537         (gnus-picon-transform-address): Use it.
538
539         * mail-source.el (mail-source-value): Revert previous patch.
540
541         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
542         on failure.
543         (nnimap-open-connection): Look up both virtual and physical server name
544         credentials.
545
546         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
547
548 2009-02-07  Dave Love  <fx@gnu.org>
549
550         * tls.el (open-tls-stream): Don't query killing process.
551
552 2009-02-08  Dave Love  <fx@gnu.org>
553
554         * gnus-win.el (gnus-window-to-buffer-helper,
555         gnus-all-windows-visible-p): Function needn't be a symbol.
556
557         * mail-source.el (mail-source-value): Function needn't be a symbol.
558
559 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * message.el (message-cite-prefix-regexp): Remove } from the cite
562         prefix.
563
564         * gnus-art.el (gnus-treatment-function-alist): Do picons before
565         highlight again, so that the highlight is correct.
566
567         * gnus-picon.el (gnus-picon): Remove again.
568         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
569
570         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
571         doing the header highlightling, so that the background colour of the
572         picon is correct.
573
574         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
575         (gnus-picon): Ditto.
576         (gnus-picon): Reinstate.  The background colour for picons is white.
577         (gnus-picon-insert-glyph): Make the background white.
578
579         * nnml.el (nnml-open-nov): Don't return dead buffers.
580
581         * auth-source.el (auth-source-create): Query the user for whether to
582         store the credentials.
583
584         * netrc.el (netrc-store-data): New function.
585
586         * auth-source.el (auth-source-user-or-password): Use the existing auth
587         sources, if any, for creation.
588
589         * gnus.el (gnus-group-fast-parameter): Return the last matching
590         parameter instead of the first matching parameter.
591
592 2010-09-26  Julien Danjou  <julien@danjou.info>
593
594         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
595
596 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * mml2015.el (mml2015-use): Remove gpg support.
599
600         * mml1991.el (mml1991-function-alist): Remove gpg function.
601         (mml1991-gpg-sign): Removed.
602
603 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
604
605         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
606         (gnus-browse-unsubscribe-current-group): Document it.
607         (gnus-browse-unsubscribe-group): Use it.
608
609 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
610
611         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
612         address to the To list for easier response.
613
614         * gnus.el (gnus-play-startup-jingle): Removed.
615         (gnus-splash): Don't play jingle.
616         (gnus): Silence gnus-load message.
617
618         * gnus-art.el (gnus-treat-play-sounds): Removed.
619
620         * gnus.el (gnus-play-jingle): Remove audio support.
621
622         * gnus-cus.el (gnus-score-customize): Remove audio reference.
623
624         * earcon.el: Removed -- no users.
625
626         * gnus-audio.el: Removed -- no users of this package.
627
628         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
629
630         * gnus-start.el (gnus-setup-news): Remove nocem support.
631
632         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
633
634         * gnus.el (gnus-use-nocem): Removed.
635
636         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
637         Removed.
638
639         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
640         uses NoCeM any more.
641
642         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
643         (gnus-button-ctan-handler): Ditto.
644         (gnus-button-handle-ctan-bogus-regexp): Ditto.
645         (gnus-button-ctan-directory-regexp): Ditto.
646         (gnus-button-handle-ctan): Ditto.
647         (gnus-button-tex-level): Ditto.
648         (gnus-button-alist): Removed CTAN stuff.
649
650 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
653         nnimap-streaming test.
654
655         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
656         servers twice.
657
658         * nnimap.el (nnimap-open-connection): Add more error reporting when
659         nnimap fails early.
660
661         * nnheader.el (nnheader-get-report-string): New function.
662         (nnheader-get-report): Use it.
663
664         * gnus-int.el (gnus-check-server): Say what the error was when opening
665         failed.
666
667         * nnimap.el (nnimap-wait-for-response): Search further when we're not
668         using streaming.
669
670 2010-09-25  Julien Danjou  <julien@danjou.info>
671
672         * gnus-html.el (gnus-html-rescale-image): Use our defalias
673         gnus-window-inside-pixel-edges.
674
675 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
678
679         * mm-decode.el (mm-save-part): Allow saving to other directories the
680         normal Emacs way.
681
682         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
683         by Jay Berkenbilt.
684
685         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
686         there isn't a single byte.
687
688         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
689         just do it.  It doesn't really seem to matter what the user responds
690         here, I think, so it's just a confusing question.
691
692         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
693         non-streaming case.
694
695         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
696         (gnus-article-encrypt-body): Use it.
697
698         * gnus-sum.el (gnus-summary-show-complete-article): New command and
699         keystroke.
700
701         * nnimap.el (nnimap-find-wanted-parts-1): Use
702         gnus-fetch-partial-articles.
703
704         * gnus-art.el (gnus-fetch-partial-articles): New variable.
705
706         * nnimap.el (nnimap-insert-partial-structure): New function.
707         (nnimap-get-partial-article): New function.
708         (nnimap-request-article): Use it.
709         (nnimap-wait-for-response): Return whether the wait was successful.
710         (nnimap-finish-retrieve-group-infos): Don't do anything if the
711         retrieval wasn't successful.
712         (nnimap-retrieve-group-data-early): Allow throttling servers.
713         (nnimap-streaming): New variable.
714         (nnimap-fetch-partial-articles): Removed.
715
716         * mm-decode.el (mm-with-part): Protect against killed buffers.
717
718         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
719         for prettier summary display.
720
721 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
722
723         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
724         directly.
725
726 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
727
728         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
729         apparently third-party libraries depend on it.
730
731         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
732         before starting negotiation.
733
734         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
735         privacy reasons.
736         (gnus-treat-mail-gravatar): Ditto.
737
738         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
739         buffer when inserting images.  Inserting text into the headers, for
740         instance, can make them invalid.
741
742 2010-09-25  Julien Danjou  <julien@danjou.info>
743
744         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
745         variables.
746
747         * nnheader.el: Remove useless variables news-reply-yank-from and
748         news-reply-yank-message-id.
749
750         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
751         variables.
752
753         * mml1991.el: Remove useless mml1991-verbose.
754
755         * gnus.el: Remove useless variable gnus-use-generic-from.
756         Remove obsolete variable gnus-topic-indentation.
757
758         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
759
760         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
761
762         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
763
764         * gnus-group.el: Remove useless gnus-group-icon-cache.
765         Remove useless gnus-ephemeral-group-server.
766
767         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
768
769         * mml2015.el: Remove useless mml2015-verbose.
770
771         * mml-smime.el: Remove useless mml-smime-verbose.
772
773         * gnus.el: Remove useless gnus-local-domain.
774
775         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
776         gnus-gravatar-size.
777
778         * gnus-art.el: Remove useless gnus-treat-translate.
779
780 2010-09-24  Julien Danjou  <julien@danjou.info>
781
782         * gnus-sum.el: Add support for Gravatars.
783
784         * gnus-art.el: Add support for Gravatars.
785
786         * gnus-gravatar.el: Add this file.
787
788         * gravatar.el: Add this file.
789
790 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
791
792         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
793
794         * gnus-group.el (gnus-group-fetch-faq): Removed.
795
796         * gnus.el (gnus-group-faq-directory): Removed.
797
798         * gnus-group.el (gnus-group-fetch-charter): Removed.
799
800         * gnus.el (gnus-group-charter-alist): Removed.
801
802         * gnus-group.el (gnus-group-archive-directory): Removed.
803         (gnus-group-recent-archive-directory): Ditto.
804         (gnus-group-make-archive-group): Removed.
805
806         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
807
808         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
809         use the same article number for all the cached articles.
810
811         * nnimap.el (nnimap-command): Register the last command time so
812         that we can use it for idling NOOPs.
813         (nnimap-open-connection): Start the keeplive timer.
814         (nnimap-make-process-buffer): Store all the process buffers.
815         (nnimap-keepalive): New function.
816
817         * starttls.el: (starttls-open-stream): Add autoload cookie.
818
819 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
820
821         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
822         handling.
823
824 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
827         its data structures.
828
829         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
830         instead of the cl.el copy-list.
831         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
832         equalp.
833
834 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
837         and tool-bar-local-item-from-menu.
838
839         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
840         mode-line-highlight face for Emacs.
841
842         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
843         loading gnus-sum.elc; fix comment for canlock-verify.
844         (gnus-article-jump-to-part): Use read-number.
845         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
846         Emacs pre-21 compatible code for help-echo.
847         (gnus-article-next-page-1): No need to adjust the number of lines.
848         (gnus-article-describe-bindings): Always use help-buffer.
849
850         * gnus-audio.el (gnus-audio-inline-sound)
851         * gnus-cus.el (gnus-custom-mode)
852         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
853
854         * gnus-sum.el (gnus-remove-overlays): Doc fix.
855
856         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
857         compatible code.
858
859 2010-09-24  Glenn Morris  <rgm@gnu.org>
860
861         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
862         visiting the fcc file in rmail-mode.
863
864         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
865
866 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
867
868         * nnir.el: Silence the byte compiler.
869
870         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
871         alias to browse-url-url-encode-chars if any.
872         (gnus-html-encode-url): Use it.
873
874 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-start.el (gnus-use-backend-marks): New variable.
877         (gnus-get-unread-articles-in-group): Use it.
878
879         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
880         makeover.
881
882 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
883
884         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
885
886 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
889         Removed.
890         (gnus-setup-news-hook): Removed
891         gnus-fixup-nnimap-unread-after-getting-new-news.
892
893         * gnus-int.el (gnus-request-update-info): Protect against backends not
894         having the function.
895
896         * nnimap.el (nnimap-stream): Mention starttls.
897         (nnimap-open-connection): Add starttls support.
898
899 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
900
901         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
902
903 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
906         BODYSTRUCTUREs.
907         (nnimap-transform-headers): Unfold quoted {42} headers.
908
909         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
910         the info.
911         (gnus-get-unread-articles): Only call updatep on backends that support
912         it.
913
914         * nnweb.el (nnweb-request-update-info): NOOP.
915
916         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
917
918         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
919         since it only deals with marks.
920
921         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
922         gnus-request-marks, and make a new gnus-request-update-info.
923
924         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
925         the active instead of the high number, which is usually too low.
926
927 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
928
929         * netrc.el (netrc-parse): Remove encrypt.el mentions.
930         * encrypt.el: Removed.
931
932 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
935         server in symbolic form.
936
937         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
938         0.9.
939
940 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
943         (nnimap-update-info): Fix up code slightly.
944
945         * gnus-int.el (gnus-open-server): Add tracing for performance
946         debugging.
947
948         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
949         (gnus-group-insert-group-line): Pass the real group name so that it
950         gets the right data.
951
952         * gnus-start.el (gnus-get-unread-articles): Don't have
953         `gnus-get-unread-articles-in-group' update info, since that can be
954         really slow and doesn't seem to be needed?
955
956 2010-09-22  Dan Christensen  <jdc@uwo.ca>
957
958         * time-date.el (date-to-time): Try using parse-time-string first before
959         using the slower timezone-make-date-arpa-standard.
960
961 2010-09-22  Julien Danjou  <julien@danjou.info>
962
963         * gnus-group.el (gnus-group-insert-group-line): Call
964         gnus-group-highlight-line.
965         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
966         default hook list.
967         (gnus-group-update-eval-form): Add new function.
968         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
969         (gnus-group-get-icon): Use gnus-group-update-eval-form.
970
971 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972
973         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
974         immediate, then expire all articles.
975         (nnimap-update-info): Fix off-by-one errors.
976         (nnimap-flags-to-marks): Would return no marks lists for group with no
977         flags.  Instead return the other data.
978
979 2010-09-22  Julien Danjou  <julien@danjou.info>
980
981         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
982         Only return an icon.
983         (gnus-group-insert-group-line): Compute icon to return.
984
985         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
986         variable.
987         (gnus-html-image-fetched): Only cache if
988         gnus-html-image-automatic-caching is set.
989         (gnus-html-image-fetched): Check for errors.
990
991 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
992
993         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
994         once per method on `g'.  This ensures that backends like nnfolder don't
995         open all their folders.
996
997         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
998         (nnimap-request-list): Nix out group in the correct buffer.
999         (nnimap-parse-flags): Implement by using `read' instead of
1000         hand-parsing.
1001         (nnimap-flags-to-marks): Pass on permanent-flags.
1002         (nnimap-make-process-buffer): Record the server name.
1003         (nnimap-parse-flags): Fix typo.
1004         (nnimap-request-scan): Run split on the server in general, not just a
1005         single group.
1006
1007         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1008         parameter, and propagate this downwards.
1009
1010         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1011         since EXAMINE changes it on the server.
1012
1013         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1014         this command might take a while.
1015
1016 2010-09-22  Julien Danjou  <julien@danjou.info>
1017
1018         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1019         harmful if you have 2 images side-by-side, they can't be properly
1020         update on text deletion.  Using text-property is safer here.
1021         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1022         data.
1023
1024 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * nnimap.el (nnimap-expunge-inbox): Removed.
1027         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1028         (nnimap-expunge): Flip default to t.
1029
1030         * gnus.el (gnus-method-to-server): Don't push things to the cache
1031         unless it's unique.
1032         (gnus-server-to-method): Ditto.
1033
1034 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1035
1036         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1037
1038 2010-09-22  Julien Danjou  <julien@danjou.info>
1039
1040         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1041         get the start of data.
1042         (gnus-html-encode-url): Add this function to encode special chars in
1043         URL.
1044         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1045         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1046
1047         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1048         default.
1049         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1050
1051         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1052         images alt-text.
1053         (gnus-html-put-image): Put alt-text as help-echo.
1054
1055 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1058         * mm-util.el (mm-decompress-buffer)
1059         * nnir.el (nnir-run-find-grep)
1060         * pop3.el (pop3-list): Use 3rd arg of split-string.
1061
1062         * time-date.el (format-seconds): Comment fix.
1063
1064         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1065         and byte-optimize-form-code-walker.
1066         (dgnushack-make-auto-load): Don't advise make-autoload.
1067
1068         * lpath.el: Remove Emacs 21 stuff.
1069
1070 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1073         outside the active range.  Suggested by Dan Christensen.
1074
1075         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1076         slightly later to avoid double-getting it.
1077
1078         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1079         previous patch.
1080
1081         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1082
1083 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1084
1085         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1086
1087 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088
1089         * gnus-int.el (gnus-open-server): Give a better error message in the
1090         "go offline" case.
1091
1092         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1093         marks for nnimap, which is seldom the right thing to do.
1094
1095         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1096         (gnus-same-method-different-name): New function.
1097
1098         * nnimap.el (parse-time): Require.
1099
1100         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1101         method in the presence of many similar methods.
1102
1103         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1104
1105         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1106         nnml-inhibit-expiry.
1107
1108         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1109         find out whether methods are equal.
1110
1111         * nnimap.el (nnimap-find-expired-articles): New function.
1112         (nnimap-process-expiry-targets): New function.
1113         (nnimap-request-move-article): Request the article before looking at
1114         what the Message-ID is.  Fix found by Andrew Cohen.
1115         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1116
1117         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1118         for oldness in addition to being a predicate.
1119
1120         * nnimap.el (nnimap-request-group): When we have zero articles, return
1121         the right data to Gnus.
1122         (nnimap-request-expire-articles): Only delete articles immediately if
1123         the target is 'delete.
1124
1125         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1126         method, this would bug out.
1127
1128         * gnus-group.el (gnus-group-expunge-group): Renamed from
1129         gnus-group-nnimap-expunge, and implemented as a normal interface
1130         function.
1131
1132         * gnus-int.el (gnus-request-expunge-group): New function.
1133
1134         * nnimap.el (nnimap-request-create-group): Implement.
1135         (nnimap-request-expunge-group): New function.
1136
1137 2010-09-21  Julien Danjou  <julien@danjou.info>
1138
1139         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1140         (gnus-html-cache-expired): Add new function.
1141         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1142         wethever we should display image for fetch it.
1143         Compute alt-text earlier to pass it to the fetching function too.
1144         (gnus-html-schedule-image-fetching): Change function argument to only
1145         get one image at a time, not a list.
1146         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1147         cache.
1148         (gnus-html-get-image-data): New function to retrieve image data from
1149         cache.
1150         (gnus-html-put-image): Change buffer argument to use image data rather
1151         than file, and place image above region rather than inserting a new
1152         one. Do not take alt-text as argument, since it's useless now: we place
1153         the image above alt-text.
1154         (gnus-html-prune-cache): Remove.
1155         (gnus-html-show-images): Start to fetch image when we find one, do not
1156         push into a temporary list.
1157         (gnus-html-prefetch-images): Only fetch image if they have expired.
1158         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1159         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1160
1161 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1162
1163         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1164
1165 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1168         spec inser "*" if the group isn't active instead of 0.
1169
1170         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1171         opening the server.
1172         (nnimap-request-delete-group): Implement group deletion.
1173         (nnimap-transform-headers): Return the size of the entire message in
1174         the Bytes header, not just the size of the first part.
1175         (nnimap-request-move-article): When moving an article from nnimap,
1176         request the article first so the accepting form has an article to
1177         accept.  Reported by Dan Christensen.
1178         (nnimap-command): Make sure that the error message doesn't error out.
1179
1180 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1181
1182         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1183         we haven't requested anything.
1184
1185 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1186
1187         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1188         "".  Fix found by Andrew Cohen.
1189
1190         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1191         instead of -encode-string.
1192
1193 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1194
1195         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1196
1197         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1198         by mm-subst-char-in-string.
1199
1200 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1201
1202         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1203         waiting for the connection string.
1204
1205         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1206         arriving.
1207
1208         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1209         bogus characters.  This allows selecting certain Gmail groups.
1210
1211         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1212         (nnimap-fetch-partial-articles): New variable.
1213         (nnimap-open-connection): When looking for credentials, also use the
1214         nnimap-server-port.
1215         (nnimap-request-article): Return the group/article number, so that Gnus
1216         `^' works as expected.
1217         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1218         them.
1219
1220         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1221         comments.
1222         (gnus-methods-sloppily-equal): New function.
1223         (gnus): When using the development version of Gnus, load the gnus-load
1224         file.
1225
1226         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1227         `gnus-open-server' on each method before trying to scan them etc.  This
1228         ensures that all the backend parameters are set correctly.
1229
1230         * nnimap.el (nnimap-authenticator): New variable.
1231         (nnimap-open-connection): Allow anonymous login.
1232         (nnimap-transform-headers): The chars header is called Chars not
1233         Bytes.
1234         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1235         drops.
1236
1237         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1238         patch, found by Knut Anders Hatlen.
1239
1240 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1241
1242         * gnus-agent.el (gnus-agent-batch-confirmation)
1243         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1244         to gnus-message.
1245         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1246         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1247         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1248         * gnus-int.el (gnus-open-server): Likewise.
1249         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1250         (gnus-score-check-syntax): Likewise.
1251         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1252         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1253         Likewise.
1254         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1255
1256 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1257
1258         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1259         calling conventions so that prefetch doesn't bug out.
1260
1261 2010-09-19  Julien Danjou  <julien@danjou.info>
1262
1263         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1264         rather than `subst-char-in-region' in order to be able to replace ASCII
1265         char by UTF-8 ones.
1266
1267         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1268         than curl.
1269         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1270         the right URL and ALT text on images.
1271         (gnus-html-wash-tags): Fix tag case.
1272         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1273         (gnus-article-html): Add -o display_ins_del=2 option.
1274         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1275
1276 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1277
1278         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1279         the extra mail headers, which sometimes seem to happen for unknown
1280         reasons.
1281
1282         * mail-parse.el (mail-header-encode-parameter): Define as
1283         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1284         (or most, perhaps?) mail readers don't understand the latter, but do
1285         understand the former.
1286
1287         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1288         to nil, so that no methods are automatically agentized.  I think this
1289         is probably what most users want.
1290
1291         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1292         from url-retrieve, for instance about invalid URLs.
1293
1294         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1295         groups that have no articles.
1296         (nnimap-request-article): Check that we really got an article when we
1297         requested one.
1298
1299         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1300         doesn't exist.
1301
1302         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1303         nntp buffer so the agent can save it.
1304         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1305         that CRLF doesn't get translated to \n.
1306         (nnimap-open-connection): Don't make 'shell commands only send \n.
1307
1308 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1309
1310         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1311         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1312         Update var name.
1313         (nnml-generate-nov-file): Use dolist.
1314         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1315         Use with-current-buffer.
1316
1317 2010-09-18  Julien Danjou  <julien@danjou.info>
1318
1319         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1320         parallel.
1321
1322 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1325         the range update right.
1326         (nnimap-request-group): Don't make `M-g' bug out on group with no
1327         marks.
1328         (nnoo): Required, so that other packages can require nnimap.
1329         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1330         command we're looking for.  This helps when the server sends more
1331         responses after we've gotten everything we expected.
1332         (nnimap): Add a `newlinep' field to keep track of end-of-line
1333         conventions.
1334         Don't send CRLF to things that don't want it.
1335         (nnimap-request-accept-article): Ditto.
1336
1337 2010-09-18  Julien Danjou  <julien@danjou.info>
1338
1339         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1340         than curl to retrieve images.
1341
1342 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1345         the marks.
1346         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1347         (nnimap-wait-for-connection): New function.
1348         (nnimap-open-connection): If we have PREAUTH, don't query for login
1349         credentials.
1350         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1351         when doing a partial update.
1352
1353 2010-09-18  Julien Danjou  <julien@danjou.info>
1354
1355         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1356         tags.
1357
1358 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * nnimap.el (nnimap-credentials): New function.
1361         (nnimap-open-connection): Use the new function to look for credentials
1362         also on the numeric equivalents of "imap" and "imaps".
1363
1364         * gnus-start.el (gnus-activate-group): Send the info to
1365         gnus-request-group.
1366
1367         * nnimap.el (nnimap-request-group): Have the "check" version of the
1368         function parse flags and update the info, so that a `M-g' get a total
1369         resync of all flags from the group.
1370
1371         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1372         to allow backends to alter the info on group selection.  Also alter all
1373         the backend -request-group functions to take the parameter.
1374
1375         * nnimap.el (nnimap-store-info): New function.
1376         (nnimap-update-info): Store the info for later usage.
1377         (nnimap-request-group): Use the stored info for the dont-check case, so
1378         that we don't retrieve all marks when we enter a group.
1379
1380         * nnimap.el: Use deffoo instead of defun for interface functions.
1381
1382         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1383         update the group info.  This makes the nndraft groups, for instance, go
1384         back to their old behaviour.
1385
1386         * gnus-sum.el (gnus-select-newsgroup): Indent.
1387
1388         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1389         in.
1390         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1391         nothing.
1392
1393         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1394         from methods that are denied.
1395
1396         * gnus-int.el (gnus-method-denied-p): New function.
1397
1398         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1399         store the password instead of netrc.
1400         (nnimap-open-connection): Don't error out when we can't make a
1401         connections.
1402
1403         * auth-source.el (auth-source-create): In the password prompt, say what
1404         we're querying for.  Also prompt for user name if that hasn't been
1405         given.
1406
1407         * nnimap.el (nnimap-with-process-buffer): Removed.
1408
1409 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1412         method when we're reading from the agent.
1413
1414         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1415
1416         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1417         that's probably most useful for users.
1418
1419         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1420         "failed" all the time.
1421
1422         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1423         ...)) with (with-current-buffer ... ).
1424
1425         * nntp.el (nntp-open-server): Return whether the open was successful or
1426         not.
1427
1428         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1429         select an unread unseen article first.
1430
1431         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1432         /etc/services, supply some sensible port defaults.
1433
1434         * dgnushack.el: Define netrc-credentials.
1435
1436 2010-09-17  Julien Danjou  <julien@danjou.info>
1437
1438         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1439
1440 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1441
1442         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1443         doesn't have any parameters.
1444
1445 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1448         only upcased checks.
1449
1450         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1451
1452         * nnimap.el (nnimap-open-shell-stream): New function.
1453         (nnimap-open-connection): Use it.
1454         (nnimap-transform-headers): Get the number of lines in each message.
1455         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1456         number of lines.
1457         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1458         problem.
1459
1460         * utf7.el (utf7-encode): Autoload.
1461
1462         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1463         to allow the mail splitting to not return a default group.  This is
1464         useful for nnimap, which will leave unmatched mail in the inbox.
1465
1466         * nnimap.el: Rewritten.
1467
1468         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1469         nnimap usage.
1470
1471         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1472         if the move is internal, so that nnimap can do fast internal moves.
1473
1474         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1475         data.
1476         (gnus-read-active-for-groups): Support finishing the early retrieval of
1477         data.
1478
1479         * gnus-range.el (gnus-range-nconcat): New function.
1480
1481         * gnus-int.el (gnus-finish-retrieve-group-infos)
1482         (gnus-retrieve-group-data-early): New functions.
1483
1484 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1485
1486         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1487         (nnrss-retrieve-groups):
1488         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1489         (pop3-quit): Use with-current-buffer.
1490
1491 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1494         instead of nnheader-accept-process-output.
1495
1496         * dgnushack.el (dgnushack-compile): Add comment.
1497
1498         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1499
1500         * gnus-html.el (gnus-html-schedule-image-fetching)
1501         (gnus-html-prefetch-images): Replace process-kill-without-query by
1502         gnus-set-process-query-on-exit-flag.
1503
1504 2010-09-16  Romain Francoise  <romain@orebokech.com>
1505
1506         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1507
1508 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1511         parameter to unintern is mandatory-ish in Emacs 24.
1512
1513         * gnus-html.el (gnus-html-schedule-image-fetching)
1514         (gnus-html-prefetch-images): Check for curl before using it.
1515
1516         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1517         depend on curl, which isn't essential.
1518
1519         * imap.el: Revert back to version
1520         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1521         seem problematic.
1522
1523 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1524
1525         * gnus-registry.el (gnus-registry-install-shortcuts):
1526         Explicitly pass `obarray' to `unintern' to avoid a warning.
1527
1528 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529
1530         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1531         change.
1532
1533         * nnrss.el (nnrss-request-list): Removed this function and related
1534         functions, including the moreover stuff.
1535
1536 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1537
1538         * nnrss.el (nnrss-retrieve-groups): New function.
1539
1540 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1541
1542         * .dir-locals.el: Add no-byte-compile cookie.
1543
1544 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1545
1546         * time-date.el (format-seconds): Comment fix.
1547
1548         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1549         for back end that doesn't support request-scan.
1550
1551 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1552
1553         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1554         then do request scans from the backends.
1555
1556         * netrc.el (netrc-credentials): New conveniency function.
1557
1558         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1559         avoid running a hook per line, since this takes a lot of time,
1560         profiling shows.
1561         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1562         directly if gnus-visual-p is true.
1563
1564 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1567         groups; replace mapcar with dolist which is a bit faster; pass groups
1568         info to gnus-read-active-file-1.
1569         (gnus-read-active-file-1): Scan only specified groups if the new
1570         optional arg `infos' is given.
1571
1572 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1575
1576         * pop3.el (pop3-movemail): Removed.
1577         (pop3-streaming-movemail): Renamed to pop3-movemail.
1578
1579         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1580         don't restrict end-tag searches to the end of the line.
1581
1582 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1585         articles of every unchecked group to t, which means unknown since the
1586         server has never been opened.
1587
1588 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1589
1590         * gnus-html.el (gnus-html-show-alt-text): New command.
1591         (gnus-html-browse-image): Ditto.
1592         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1593         to browse the image directly.
1594         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1595         better.
1596
1597         * gnus-async.el (gnus-async-article-callback): Call
1598         `gnus-html-prefetch-images' unconditionally.
1599
1600         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1601         before feeding URLs to curl.
1602
1603 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1606         internal images as deletable by `W D D'.
1607
1608         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1609         (gnus-async-article-callback): Fix typo.
1610
1611 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1612
1613         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1614         current line to work around bugs in the output from w3m.
1615
1616         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1617         for groups that want that.
1618
1619         * nntp.el (nntp-wait-for-string): Supply a timeout for
1620         accept-process-output to ensure progress.
1621
1622         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1623         level to get unread articles from, then use that for foreign groups,
1624         too.
1625
1626         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1627         confuses the rest of the function.
1628
1629         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1630         for the methods that support -retrieve-groups, too.
1631
1632         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1633
1634 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1637         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1638
1639         * pop3.el: Require cl when compiling.
1640         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1641
1642 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1643
1644         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1645         that aren't going to be activated.
1646         (gnus-get-unread-articles): Fix up the last commit.
1647
1648         * gnus-html.el (gnus-article-html): Allow calling without specifying
1649         the handle.  In that case, dissect the buffer first.
1650
1651         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1652
1653         * nnimap.el (nnimap-open-connection): Revert the change that would look
1654         into authinfo for imaps instead of imap.
1655
1656         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1657         say that you don't want to call gnus-request-group with don-check, but
1658         do check the reponse.  This is for virtual groups only.
1659         (gnus-get-unread-articles): Count the archive groups as secondary, so
1660         that they're activated the same way as before.
1661
1662         * imap.el (imap-message-map): Removed optional buffer parameter, since
1663         no callers use it.
1664         (imap-message-get): Ditto.
1665         (imap-message-put): Ditto.
1666         (imap-mailbox-map): Ditto.
1667         (imap-mailbox-put): Ditto.
1668         (imap-mailbox-get): Ditto.
1669         (imap-mailbox-get): Revert last change for this function.
1670
1671         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1672         case-insensitively.
1673         (nnimap-debug): Removed.
1674
1675         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1676         to use `imap-fetch' instead.  According to the comments, this should be
1677         safe, since all other IMAP clients use the 1:* syntax.
1678         (imap-enable-exchange-bug-workaround): Removed.
1679         (imap-debug): Removed -- doesn't seem very useful.
1680
1681         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1682         mail from a file, and the file doesn't exist.
1683
1684         * imap.el (imap-log): New convenience function used throughout instead
1685         of repeating the same code all over the place.
1686
1687         * pop3.el (pop3-streaming-movemail): Return t for success.
1688
1689         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1690         .authinfo if we're using ssl connection.
1691
1692         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1693         already have if we're in a main Gnus `g' run.
1694
1695         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1696
1697 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1700
1701         * nnmh.el (nnmh-request-list-1): Bind `file'.
1702
1703         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1704         alias to set-process-query-on-exit-flag or process-kill-without-query.
1705         (pop3-open-server): Use it.
1706
1707 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1710         box to the Incoming file.  Fixes mistake in previous checkin.
1711
1712         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1713         request loop (for debugging purposes) removed.
1714
1715         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1716         culprit is more visible.
1717         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1718         (nnml-add-incremental-nov): New functions to do "incremental" nov
1719         updates, where we just append to the end of the existing nov files
1720         without reading/writing them in full.
1721
1722         * mail-source.el (mail-source-delete-crash-box): Really only check the
1723         incoming files once in a while.
1724
1725         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1726
1727         * mail-source.el (mail-source-delete-crash-box): Only check the
1728         incoming files for deletion once per day to save a lot of file
1729         accesses.
1730
1731         * pop3.el (pop3-logon): Fix up unbound variable typo.
1732
1733         * mail-source.el (pop3-streaming-movemail): Autoload.
1734
1735         * pop3.el (pop3-streaming-movemail): Respect
1736         pop3-leave-mail-on-server.
1737
1738         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1739         retrieval.
1740
1741         * pop3.el (pop3-process-filter): Removed unused function.
1742         (pop3-streaming-movemail, pop3-send-streaming-command)
1743         (pop3-wait-for-messages, pop3-write-to-file)
1744         (pop3-number-of-responses): New functions for streaming pop3
1745         retrieval.
1746
1747         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1748         come from no known methods.
1749         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1750         list.
1751
1752         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1753         message sizes.
1754         (pop3-movemail): Use erase-buffer instead of looping and deleting
1755         regions, which seems rather odd.
1756
1757         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1758         file once per `g' run.
1759
1760         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1761         directories.  This makes the draft queue directory work.
1762
1763         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1764         data from the backends, so that we only request the list of groups from
1765         each method once.  This should speed things up considerably.
1766
1767         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1768         detect that it's not implemented.
1769
1770         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1771         we actually do recurse down into the tree, but don't stat all leaf
1772         nodes.
1773
1774         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1775         then say so instead of bugging out.
1776
1777         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1778         files exist before trying to read them.
1779
1780         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1781         around <pre_int>.
1782
1783         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1784
1785         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1786
1787 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * mm-util.el (mm-image-load-path): Just return the image directories,
1790         not all directories in the path in addition to the image directories.
1791         (mm-image-load-path): Maintain a cache of the image directories so that
1792         the `g' command in Gnus doesn't have to stat dozens of directories each
1793         time.
1794
1795         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1796         (gnus-html-wash-tags): Add a new `i' command to insert images.
1797         (gnus-html-insert-image): New command and keystroke.
1798         (gnus-html-redisplay-with-images): New command and keystroke.
1799         (gnus-html-show-images): Renamed command.
1800         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1801         spacers.
1802         (gnus-html-wash-tags): Decode entities at the end, so that entities
1803         inside the tags don't mess up the rest of the "parsing".
1804
1805         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1806         so that nnimap methods aren't agentized by default.  There's apparently
1807         many problems related to agent/imap behaviour.
1808
1809         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1810
1811         * gnus-html.el: Doc fix.
1812
1813 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1816         specifier-spec-list for Emacs 21.
1817
1818         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1819         glyph-width and glyph-height instead of display-graphic-p and
1820         image-size; make avoidance of displaying small images work for XEmacs.
1821
1822         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1823         for XEmacs.
1824
1825         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1826         of symbol that holds plist data.
1827         (gnus-process-plist): Remove plist of process after getting it.
1828
1829 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * message.el (message-generate-hashcash): Change default to
1832         'opportunistic if hashcash is installed.
1833
1834         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1835         (gnus-html-put-image): Only call image-size once, since it's somewhat
1836         time-consuming on remote X servers.
1837
1838 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1841         type on data, not a file name.
1842
1843         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1844         window-pixel-edges for Emacs 21.
1845
1846         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1847         decoded contents.
1848         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1849
1850 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1853         group line format, since it isn't very interesting.
1854
1855         * gnus-agent.el (gnus-agent-short-article),
1856         (gnus-agent-long-article): Increase values for these two variables,
1857         since most people are likely to have more network connection and
1858         storage than before.
1859
1860         * gnus.el (gnus-refer-article-method): Change default to 'current.
1861         When referring an article, the common behaviour is to refer it from the
1862         current select method, not the native select method.  The chances of
1863         the native select method having the message in question is rather slim
1864         these days.
1865
1866         * gnus-sum.el (gnus-auto-select-subject): Change default to
1867         `unseen-or-unread'.  I think it's likely that most people want to
1868         select an unseen article over a previously seen, but unread one.
1869
1870         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1871         means that in the article buffer none of the minor mode elements will
1872         be shown, usually, and this is not desirable in most cases.
1873
1874         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1875         that commands like `d' (and the like) go to the next line in the
1876         buffer, instead of the next unread article.  I think this is the
1877         behaviour that is most natural for most users.
1878         (gnus-single-article-buffer): Change default to nil, so that people can
1879         have as many article buffers open as they have summary buffer.  I think
1880         this is the most natural way for the groups to behave.
1881
1882         * message.el (message-generate-new-buffers): Change default to
1883         `unsent', so that all new message buffers start their names with the
1884         string "*unsent", and it's easier to find the buffers if you move from
1885         them.
1886
1887 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1888
1889         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1890         small.  They're probably tracking images.
1891         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1892         (gnus-html-rescale-image): Yet another try at getting the image sizing
1893         right.
1894
1895         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1896         nntp-marks-file-name is nil.
1897
1898 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1899
1900         * gnus-html.el (gnus-html-wash-tags)
1901         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1902         Better logging.
1903
1904 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1905
1906         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1907
1908         * gnus-html.el (gnus-html-wash-tags): Check the value of
1909         gnus-blocked-images in the summary buffer.
1910
1911 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1912
1913         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1914
1915 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916
1917         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1918         like "a", it seems like.
1919         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1920         since it needs to be picked from the correct buffer.
1921
1922         * nnwfm.el: Removed.
1923
1924         * nnlistserv.el: Removed.
1925
1926 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1927
1928         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1929         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1930
1931 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * nnkiboze.el: Removed.
1934
1935         * nndb.el: Removed.
1936
1937         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1938         alt text.
1939         (gnus-html-rescale-image): Try to get the rescaling logic right for
1940         images that are just wide and not tall.
1941
1942         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1943         overshadow variable bindings.
1944
1945 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1946
1947         * gnus-html.el (gnus-html-wash-tags)
1948         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1949         extra logging.
1950
1951 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952
1953         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1954         (gnus-max-image-proportion): New variable.
1955         (gnus-html-rescale-image): New function.
1956         (gnus-html-put-image): Rescale images.
1957
1958 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1959
1960         Fix up some byte-compiler warnings.
1961         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1962         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1963         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1964         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1965         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1966         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1967         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1968
1969 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1970
1971         * gnus-html.el (gnus-article-html): Decode contents by charset.
1972
1973 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1976         (gnus-html-frame-width, gnus-blocked-images)
1977         * message.el (message-prune-recipient-rules): Add custom version.
1978         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1979
1980         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1981         functions.
1982
1983         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1984         gnus-process-get.
1985
1986 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1987
1988         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1989         instead of lsub directly.
1990
1991 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1992
1993         * nnwarchive.el: Removed.
1994
1995         * gnus-soup.el: Removed.
1996
1997         * nnsoup.el: Removed.
1998
1999         * nnultimate.el: Removed.
2000
2001         * gnus-html.el (gnus-blocked-images): New variable.
2002
2003         * message.el (message-prune-recipients): New function.
2004         (message-prune-recipient-rules): New variable.
2005
2006         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2007         guess whether a long line is natural text or not.
2008
2009         * gnus-html.el (gnus-html-schedule-image-fetching): Use
2010         gnus-process-plist and friends for compatibility.
2011
2012 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2013
2014         * gnus-html.el: Require packages that define macros used in this file.
2015         (gnus-article-mouse-face): Declare to silence byte-compiler.
2016         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2017         process-get.
2018         (gnus-html-put-image): Use plist-get to avoid getf.
2019         (gnus-html-prefetch-images): Use with-current-buffer.
2020
2021 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2022
2023         * gnus-ems.el: Provide compatibility functions for
2024         gnus-set-process-plist.
2025
2026         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2027         header-line-format for XEmacs 21.4.
2028
2029         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2030         * gnus.el (gnus-valid-select-methods)
2031         * message.el (message-send-mail-partially-limit)
2032         * mm-decode.el (mm-text-html-renderer)
2033         * mml.el (mml-insert-mime-headers-always)
2034         * smiley.el (smiley-regexp-alist): Bump custom version.
2035
2036 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2037
2038         * gnus-html.el: require mm-url.
2039         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2040         with the url to `url'.
2041         (gnus-html-wash-tags): Support cid: URLs/images.
2042
2043 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2044
2045         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2046         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2047         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2048
2049         * gnus-move.el: Removed file, since it doesn't really work.
2050
2051         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2052         UTF-8.  This seems to fix problems with some German web feeds.
2053
2054         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2055         at the top so that the proper colours are applied.
2056
2057         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2058         don't have dots in their names.
2059
2060         * gnus-art.el (gnus-article-view-part): Doc fix.
2061
2062         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2063         XEmacs-compatible.
2064         (gnus-html-put-image): Don't do images on non-graphic displays.
2065
2066         * nnslashdot.el: Removed this unused backend.
2067
2068         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2069         actions.
2070         (gnus-undo-register-1): Revert last change.
2071
2072         * gnus-group.el (gnus-group-completing-read): Protect against not
2073         having completion-styles bound.
2074
2075         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2076         make broken recipients happier.
2077
2078         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2079
2080         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2081         point parameter.
2082
2083         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2084
2085         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2086         completion-styles for group selection.
2087
2088 2009-02-04  Andreas Schwab  <schwab@suse.de>
2089
2090         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2091         headers and regexp-quote the match if necessary.
2092
2093 2009-03-24  Miles Bader  <miles@gnu.org>
2094
2095         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2096         the blinking smiley.
2097
2098 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2099
2100         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2101         blink smiley.
2102
2103 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2104
2105         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2106         where the dribbel file lives exists.
2107
2108         * message.el (message-send-mail-partially-limit): Change the default to
2109         nil, since most people don't want this.
2110
2111         * mm-url.el (mm-url-decode-entities): Also decode entities like
2112         &#x3212.
2113
2114 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2115
2116         * gnus-sum.el (gnus-summary-idna-message):
2117         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2118         Hyperlink urls in docstrings with URL `...'.
2119
2120 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2121
2122         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2123         functions.
2124
2125 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2126
2127         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2128         say what the mouseover text should be.
2129
2130         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2131         version of the mm-w3m-safe-url-regexp variable to only download images
2132         in the groups where we want that to happen.
2133
2134         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2135
2136         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2137         easier debugging.
2138         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2139         big pictures in the article buffer.
2140
2141         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2142         gnus-article-html.
2143         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2144         w3m.
2145
2146         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2147
2148 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2149
2150         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2151         which doesn't exist.
2152
2153         * message.el (message-inhibit-ecomplete): New variable to allow some
2154         function to inhibit ecomplete address storage.
2155         (message-resend): Disable ecomplete message storage when resending
2156         messages.
2157
2158         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2159
2160 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2161
2162         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2163         Save excursion while copying, moving, and deleting articles in order to
2164         prevent the cursor from jumping to unforeseen place.
2165
2166 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * lpath.el: No need to bind bookmark-current-buffer,
2169         bookmark-yank-point and bookmark-make-record-function.
2170
2171 2010-08-17  Glenn Morris  <rgm@gnu.org>
2172
2173         * gnus-sync.el: Require gnus components whose functions are used.
2174
2175         * gnus-art.el (bookmark-make-record-function):
2176         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2177         Declare for compiler.
2178
2179         * mm-url.el (mml-compute-boundary): Autoload.
2180
2181 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2184
2185 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2186
2187         Typo fix "hoo4a" -> "hook".
2188
2189         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2190
2191 2010-08-14  Glenn Morris  <rgm@gnu.org>
2192
2193         * gnus-sync.el (gnus-sync): Fix defgroup version.
2194
2195 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2196
2197         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2198
2199         * gnus-sync.el: Fix docs.
2200         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2201         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2202
2203 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2204
2205         Optimizations for gnus-sync.el.
2206
2207         * gnus-sync.el: Add docs about gnus-sync-backend
2208         possibilities.
2209         (gnus-sync-save): Remove unnecessary message.
2210         (gnus-sync-read): Optimize and show what groups were skipped.
2211
2212 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2213
2214         Minor bug fixes for gnus-sync.el.
2215
2216         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2217         read the sync on get-new-news.
2218
2219         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2220         quiet.
2221
2222         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2223
2224 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2225
2226         Make saving and restoring of hidden threads work with overlays.
2227         Patch applied by Ted Zlatanov.
2228
2229         * gnus-sum.el (gnus-hidden-threads-configuration)
2230         (gnus-restore-hidden-threads-configuration): Update to deal with text
2231         properties, rather than searching for a magic character.
2232
2233 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2234
2235         New gnus-sync.el library for synchronization of marks.
2236
2237         * gnus-sync.el: New library for synchronization of marks.
2238
2239         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2240         renamed from `gnus-registry-grep-in-list'.
2241
2242         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2243
2244         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2245
2246 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2249         determining charset of text fails.
2250
2251 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2252
2253         * nnmail.el (nnmail-get-new-mail-1): Revert.
2254
2255         * nnml.el (nnml-active-number): Make sure names of newly created groups
2256         in nnml-group-alist are encoded.
2257
2258 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2259
2260         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2261         containing non-ASCII characters in active file for nnml back end.
2262
2263 2010-07-24  David Engster  <dengste@eml.cc>
2264
2265         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2266         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2267
2268 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2269
2270         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2271         tag (Bug#6654).
2272
2273 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2274
2275         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2276         the article buffer, not the summary buffer.
2277
2278 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2279
2280         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2281         Emacs 23 as well.
2282
2283 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2286         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2287
2288 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2289
2290         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2291         Patch applied by Karl Fogel.
2292
2293         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2294         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2295
2296 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2297
2298         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2299         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2300         C-w still not working correctly from Article buffers; Thierry's
2301         patch to fix that will be applied after this.
2302
2303         * gnus-art.el (bookmark-make-record-function): New local variable.
2304
2305         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2306         article buffer.
2307         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2308
2309 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2310
2311         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2312         on changes in bookmark.el.
2313
2314 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2317         `no-log' instead of message not to log prompt string.
2318
2319 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2320
2321         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2322         the *other* type of HTML form submission.
2323
2324 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2325
2326         * auth-source.el (auth-source-pick): If choice does not contain a
2327         questioned keyword, set the check to t.
2328
2329 2010-06-12  Romain Francoise  <romain@orebokech.com>
2330
2331         * gnus-util.el (gnus-date-get-time): Move up before first use.
2332
2333 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2334
2335         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2336         (gnus-article-edit-part): Bind it to make last part that is substituted
2337         or deleted visible.
2338         (gnus-mime-display-single): Buttonize part of which id equals to
2339         gnus-mime-buttonized-part-id.
2340
2341 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2342
2343         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2344         (gnus-dd-mmm): Use gnus-date-get-time.
2345         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2346         simplify logic.
2347         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2348         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2349
2350 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2351
2352         * auth-source.el (top): Autoload `secrets-list-collections',
2353         `secrets-create-item', `secrets-delete-item'.
2354         (auth-sources): Fix tag string.
2355         (auth-get-source, auth-source-retrieve, auth-source-create)
2356         (auth-source-delete): New defuns.
2357         (auth-source-pick): Rewrite in order to avoid 2 passes.
2358         (auth-source-forget-user-or-password): New parameter USERNAME.
2359         (auth-source-user-or-password): New parameters CREATE-MISSING and
2360         DELETE-EXISTING.  Retrieve password interactively, if needed.
2361
2362 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2363
2364         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2365         deleting unused directories when gnus-expert-user is t.
2366
2367 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2370         for each temp file when gnus-article-browse-delete-temp is ask.
2371
2372 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2373
2374         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2375         Lisp calls to delete-backward-char by calls to delete-char.
2376
2377 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2378
2379         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2380
2381 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2382
2383         * password-cache.el (password-cache-remove): Fix docstring.
2384
2385 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2388         article unless decoding article to be saved.
2389
2390 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2391
2392         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2393         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2394         generated within the mm-with-unibyte-current-buffer macro.
2395
2396 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2399         to nil when we're in a mml-preview buffer and no group is selected.
2400
2401 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2402
2403         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2404         when catching the `C-g'.  Reported by "Leo".
2405
2406 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * message.el (message-forward-make-body-plain)
2409         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2410         multibyte-string-p.
2411
2412         * lpath.el: Revert.
2413
2414 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2415
2416         * message.el (message-forward-make-body-mml): Assume original message
2417         is multibyte string; error on unibyte.
2418         (message-forward-make-body-plain): Ditto; don't add excessive newline
2419         in body end.
2420
2421         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2422
2423 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2424
2425         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2426         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2427
2428 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * mm-extern.el (mm-extern-url): Don't use
2431         mm-with-unibyte-current-buffer.
2432         (mm-extern-cache-contents): Use with-current-buffer instead of
2433         save-excursion + set-buffer.
2434
2435 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * mm-util.el (mm-emacs-mule): Remove.
2438
2439 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2440
2441         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2442         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2443         change.
2444
2445 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2446
2447         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2448         bind the default value of enable-multibyte-characters to nil.
2449
2450 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2451
2452         * message.el (message-forward-make-body-plain)
2453         (message-forward-make-body-mml):
2454         Don't use mm-with-unibyte-current-buffer.
2455
2456 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2457
2458         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2459
2460 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2461
2462         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2463         (Bug#5592).
2464
2465 2010-05-07  Julien Danjou  <julien@danjou.info>
2466
2467         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2468         it to mm-pipe-part.
2469
2470         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2471         it is given.
2472
2473 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * binhex.el (binhex-decode-region-internal)
2476         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2477         (dns-query)
2478         * nnweb.el (nnweb-gmane-search)
2479         * pgg-parse.el (pgg-parse-armor)
2480         * pgg.el (pgg-verify-region)
2481         * sha1.el (sha1-string-external)
2482         * uudecode.el (uudecode-decode-region-internal)
2483         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2484         XEmacs.
2485
2486         * gnus-art.el (gnus-article-browse-html-parts)
2487         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2488         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2489         make-temp-file.
2490
2491         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2492         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2493         compiling.
2494
2495         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2496         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2497         XEmacs when compiling.
2498
2499         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2500         gnus-pick-mode-off-hook for XEmacs when compiling.
2501         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2502         gnus-binary-mode-off-hook for XEmacs when compiling.
2503
2504         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2505         nil if char-charset is not available.
2506
2507         * imap.el (imap-disable-multibyte)
2508         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2509         macros.
2510
2511         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2512         instead of encode-coding-string.
2513
2514         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2515         'xemacs) instead of mm-emacs-mule to switch function definitions.
2516         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2517
2518         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2519         bind temporary-file-directory for XEmacs;
2520         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2521         timer-set-function for XEmacs 21.4 and SXEmacs;
2522         bind timer-list for XEmacs 21.4 and SXEmacs;
2523         fbind char-charset and find-charset-region for non-Mule XEmacs;
2524         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2525         encode-coding-region and encode-coding-string for XEmacs having no
2526         file-coding feature.
2527
2528 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2529
2530         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2531
2532 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2533
2534         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2535         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2536
2537 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2538
2539         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2540         alias `jka-compr-delete-temp-file' no longer exists.
2541
2542 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2543
2544         Use define-minor-mode in Gnus where applicable.
2545         * mml.el (mml-mode): Use define-minor-mode.
2546         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2547         (gnus-undo-mode): Use define-minor-mode.
2548         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2549         (gnus-dead-summary-mode): Use define-minor-mode.
2550         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2551         Initialize in declaration.
2552         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2553         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2554         (gnus-mailing-list-mode): Use define-minor-mode.
2555         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2556         (gnus-draft-mode): Use define-minor-mode.
2557         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2558         (gnus-dired-mode): Use define-minor-mode.
2559
2560 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2561
2562         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2563         handles on recursive mml-to-mime translation and check them for
2564         boundary delimiter collisions.  Reported by Greg Troxel.
2565
2566 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2569
2570 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2571
2572         * mm-util.el (mm-find-buffer-file-coding-system):
2573         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2574
2575 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2576
2577         * message.el (message-generate-headers): Record insertion of optional
2578         headers as well.  Otherwise the check to prevent repeated insertion of
2579         optional headers is a no-op.
2580
2581 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2582
2583         * smime.el: Don't mention CVS.
2584
2585         * nnrss.el (nnrss-fetch): Don't mention CVS.
2586
2587         * nnir.el: Don't mention CVS.
2588
2589 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2590
2591         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2592
2593 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2594
2595         * lpath.el: Fbind bookmark-default-handler,
2596         bookmark-get-bookmark-record, bookmark-make-record-default,
2597         bookmark-prop-get for Emacs <23 and XEmacs.
2598
2599 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2600
2601         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2602         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2603         Use with-current-buffer to silence the byte-compiler.
2604         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2605         bother to require `gnus'.
2606         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2607
2608 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2609
2610         * gnus-sum.el (gnus-summary-bookmark-make-record)
2611         (gnus-summary-bookmark-jump): New functions.
2612         (gnus-summary-mode): Setup bookmark support.
2613
2614 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2615
2616         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2617         if set.
2618
2619 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2620
2621         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2622         gnus-article-browse-html-save-cid-image; make it work recursively for
2623         forwarded messages as well.
2624         (gnus-article-browse-html-parts): Work when prefix arg is given.
2625         (gnus-article-browse-html-article): Doc fix.
2626
2627 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2628
2629         * message.el (message-default-mail-headers):
2630         (message-default-headers): Carry the value mail-default-headers over
2631         into message-default-mail-headers, rather than message-default-headers.
2632
2633 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2634
2635         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2636         charset.
2637
2638         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2639         charset into the <meta> tag when the article is encoded to utf-8.
2640
2641 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2644         directories as well.
2645         (gnus-article-browse-html-parts): Work for images that do not specify
2646         file names; delete temp directory when quitting; insert header at the
2647         right place; use file: scheme for image files.
2648
2649 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2650
2651         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2652         (gnus-article-browse-html-parts): Use it to make temporary cid image
2653         files in addition to html file so that browser may display them.
2654
2655 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2658
2659 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2660
2661         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2662
2663 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2664
2665         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2666         about Secret Service API sources.  Improve Customize options.
2667         (auth-source-pick): Change to accept any number of search parameters.
2668         Implement fallbacks iteratively, not recursively.  Add scoring on the
2669         second pass and sort by score.  Call Secret Service API when needed.
2670         (auth-source-user-or-password): Use it.  Call Secret Service API
2671         directly when needed to get the user name and the password.
2672
2673 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2674
2675         * message.el (message-interactive): Doc fix.
2676         (message-qmail-inject-args): Reflow.
2677         (message-kill-to-signature): Fix typo in docstring.
2678
2679         * smiley.el (smiley-buffer): Fix typo in docstring.
2680
2681 2010-03-24  Glenn Morris  <rgm@gnu.org>
2682
2683         * mail-source.el (gnus-message): Declare.
2684         (mail-source-delete-old-incoming): Require gnus-util.
2685
2686 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2689
2690         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2691
2692         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2693         password-cache's default if it is not bound.
2694         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2695         password-cache-expiry's default if it is not bound.
2696
2697         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2698         available in Emacs 21.
2699
2700         * lpath.el: Suppress compiler warnings for:
2701         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2702         XEmacs;
2703         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2704         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2705         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2706
2707 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2708
2709         * auth-source.el (auth-sources): Fix up definition so extra parameters
2710         are always inline.
2711
2712 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2713
2714         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2715         wasn't updated after mismatch.  Clear cached mailbox info correctly
2716         when uidvalidity changes.
2717         (nnimap-group-prefixed-name): New function to avoid some code
2718         duplication.
2719         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2720         (nnimap-request-group): Use it.
2721         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2722         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2723         with many imap folders.  This is done by caching the group status from
2724         the imap server persistently in a group parameter `imap-status'.  (This
2725         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2726         but not persistently, so every Gnus startup was still very slow.)
2727
2728 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2729
2730         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2731         delete the extra newline.  Otherwise editing of :string and :number
2732         types don't work.
2733
2734 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2735
2736         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2737         secrets.el dependency.
2738         (auth-sources): Add optional user name.  Add secrets.el configuration
2739         choice (unused right now).
2740
2741 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2742
2743         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2744         `gnus-registry-install-shortcuts' fill in the functions.
2745
2746         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2747         warnings.
2748         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2749         (gnus-registry-install-shortcuts): Populate and use it in a
2750         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2751
2752 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2753
2754         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2755         In-place substitutions for the group name encoding/decoding.
2756         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2757         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2758         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2759         (nnimap-update-unseen, nnimap-request-list)
2760         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2761         (nnimap-request-set-mark, nnimap-split-to-groups)
2762         (nnimap-split-articles, nnimap-request-newgroups)
2763         (nnimap-request-create-group, nnimap-request-accept-article)
2764         (nnimap-request-delete-group, nnimap-request-rename-group)
2765         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2766         `encoded-mbx' for consistency.
2767         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2768         variable `imap-current-mailbox'.
2769
2770         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2771         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2772
2773 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2774
2775         * pop3.el (pop3-display-message-size-flag): Display message size byte
2776         counts during POP3 download.
2777         (pop3-movemail): Use it.
2778         (pop3-list): Implement listing of available messages.
2779
2780 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2781
2782         * nnir.el (nnir-get-article-nov-override-function): New function to
2783         override the normal NOV retrieval.
2784         (nnir-retrieve-headers): Use it.
2785
2786 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2787
2788         * auth-source.el (netrc-machine-user-or-password): Autoload.
2789
2790 2010-03-19  Glenn Morris  <rgm@gnu.org>
2791
2792         Stop message.el from loading about 40 libraries it doesn't always need.
2793         The general approach is to autoload rather than require, and to
2794         require in the specific functions rather than the file.  (Bug#5642)
2795
2796         * gmm-utils.el: Don't require wid-edit.
2797         (widget-create-child-value, widget-convert, widget-default-get):
2798         Autoload.
2799
2800         * gnus-util.el: Don't require time-date, netrc.
2801         (message-fetch-field, gnus-group-name-decode): Declare rather than
2802         autoloading.
2803         (gnus-fetch-field): Require message.
2804         (gnus-decode-newsgroups): Require gnus-group.
2805
2806         * ietf-drums.el: Don't require time-date.
2807
2808         * message.el: Don't require hashcash, canlock, ecomplete.
2809         Do require mail-utils.  Require nnheader only when compiling.
2810         (smtpmail-default-smtp-server): Remove declaration.
2811         (message-send-mail-function): Check smtpmail-default-smtp-server
2812         is bound rather than requiring smtpmail.
2813         (message-auto-save-directory, message-insert-signature): Use
2814         expand-file-name rather than nnheader-concat.
2815         (nnheader-insert-file-contents): Autoload.
2816         (hashcash-wait-async): Declare.
2817         (message-send-mail): Only call gnus-setup-posting-charset if
2818         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2819         (message-send-mail-with-sendmail): Require sendmail.
2820         (canlock-password, canlock-password-for-verify): Declare.
2821         (message-canlock-password): Require canlock.
2822         (nnheader-get-report): Autoload.
2823         (gnus-setup-posting-charset): Declare.
2824         (message-send-news): Require gnus-msg.
2825         (message-make-references, message-make-in-reply-to): Use mail-header-id
2826         rather than the alias mail-header-message-id.
2827         (ecomplete-add-item, ecomplete-save): Declare.
2828         (message-put-addresses-in-ecomplete): Require ecomplete.
2829         (ecomplete-display-matches): Autoload.
2830
2831         * mm-decode.el: Don't require mailcap, gnus-util.
2832         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2833         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2834         Autoload.
2835         (mailcap-mime-extensions): Declare.
2836
2837         * mm-encode.el: Don't require mailcap.
2838         (mailcap-extension-to-mime): Autoload.
2839
2840         * mml-sec.el: Don't require password-cache.
2841
2842         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2843         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2844         (mml-minibuffer-read-type): Require mailcap.
2845         (mml-preview): Require gnus-msg.
2846
2847         * mml1991.el: Require password-cache.
2848         (password-cache-expiry): Remove declaration.
2849
2850         * mml2015.el: Require password-cache.
2851         (password-cache-expiry): Remove declaration.
2852
2853         * nneething.el (mailcap): Require mailcap.
2854
2855         * nnheader.el (declare-function): Add compatibility stub.
2856         (message-remove-header): Declare rather than autoload.
2857         (nnheader-replace-header): Require message.
2858
2859         * nnimap.el (declare-function): Add compatibility stub.
2860         (netrc-parse, netrc-machine-user-or-password): Declare.
2861         (nnimap-open-connection): Require netrc.
2862
2863         * nntp.el (declare-function): Add compatibility stub.
2864         (netrc-parse, netrc-machine, netrc-get): Declare.
2865         (nntp-send-authinfo): Require netrc.
2866
2867         * rfc2047.el: Don't require qp.
2868         (quoted-printable-encode-region, quoted-printable-decode-string):
2869         Autoload.
2870
2871         * sieve-mode.el: Don't require easymenu.
2872         (easy-menu-add-item): Autoload it.
2873
2874         * spam-stat.el (time-to-number-of-days): Autoload it.
2875
2876 2010-03-19  Glenn Morris  <rgm@gnu.org>
2877
2878         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2879
2880 2010-03-18  Glenn Morris  <rgm@gnu.org>
2881
2882         * hashcash.el (declare-function): Remove duplicate definition.
2883
2884 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2885
2886         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2887         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2888         value if any backslash escapes).
2889
2890 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2893         if it is available.  (bug#5647)
2894
2895         * lpath.el: Suppress compiler warning for coding-system-from-name for
2896         Emacs 21 and XEmacs.
2897
2898 2010-03-14  Juri Linkov  <juri@jurta.org>
2899
2900         * hmac-def.el:
2901         * hmac-md5.el:
2902         * netrc.el: Fix keywords.
2903
2904 2010-02-26  Glenn Morris  <rgm@gnu.org>
2905
2906         * message.el (message-send-mail-function): Change the default, so that
2907         it inherits from a customized send-mail-function.  (Bug#5643)
2908
2909 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2910
2911         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2912         shell-command-to-string signals an error (bug#5299).
2913
2914 2010-02-24  Glenn Morris  <rgm@gnu.org>
2915
2916         * message.el (message-smtpmail-send-it)
2917         (message-send-mail-with-mailclient): Doc fixes.
2918
2919 2010-02-16  Glenn Morris  <rgm@gnu.org>
2920
2921         * message.el (message-default-mail-headers): Change the default value
2922         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2923
2924 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2925
2926         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2927         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2928
2929 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2930
2931         * time-date.el (date-to-time): Doc fix (Bug#5408).
2932
2933 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2934
2935         * message.el (message-mail): Just pass yank-action on to message-setup.
2936         (message-setup): Handle (FUN . ARGS) form of yank-action.
2937         (message-with-reply-buffer, message-widen-reply)
2938         (message-yank-original): Handle non-buffer values of
2939         message-reply-buffer (Bug#4080).
2940         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2941
2942 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2943
2944         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2945         Fix typo in docstring.
2946
2947 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2948
2949         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2950         response.
2951
2952 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2953
2954         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2955
2956         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2957
2958         * message.el (message-check-news-header-syntax): Protect against a
2959         string that `rfc822-addresses' returns when parsing fails.
2960
2961 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2962
2963         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2964         (gnus-previous-char-property-change): New functions.
2965
2966         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2967
2968 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2969
2970         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2971         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2972
2973 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2974
2975         * message.el (message-exchange-point-and-mark): Rework last change to
2976         avoid using optional arg of exchange-point-and-mark, for backward
2977         compatibility.
2978
2979 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2980
2981         * message.el (message-exchange-point-and-mark): Call
2982         exchange-point-and-mark with an argument rather than setting
2983         mark-active by hand (Bug#5175).
2984
2985 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * nntp.el (nntp-service-to-port): Work for service expressed with
2988         numeric string; replace [:digit:] with [0-9] for XEmacs.
2989
2990 2009-12-17  Glenn Morris  <rgm@gnu.org>
2991
2992         * gnus-group.el (gnus-bug-group-download-format-alist):
2993         Change emacs entry to debbugs.gnu.org.  Bump :version.
2994
2995 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2996
2997         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2998
2999 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
3000
3001         * message.el (message-info): Explain why we use `Info-goto-node'.
3002
3003 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3006
3007 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3008
3009         * message.el (message-completion-in-region): New compatibility function.
3010         (message-expand-group): Use it.
3011
3012 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3013
3014         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3015         with no unread article should be listed if the 2nd arg `predicate' is
3016         given.
3017
3018 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3019
3020         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3021
3022 2009-11-29  Juri Linkov  <juri@jurta.org>
3023
3024         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3025         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3026         on `gnus-recenter'. (Bug#4698, Bug#4981)
3027
3028 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3029
3030         * sha1.el (sha1-string-external): default-directory "/" in case
3031         otherwise non-existent.  process-connection-type pipe for touch of
3032         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3033
3034 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3035
3036         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3037         it's comms related and sgml-mode.el has "comm" on that basis too.
3038
3039 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3040
3041         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3042         containing tspecial characters if they have been already quoted.
3043
3044 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3045
3046         * dns-mode.el (auto-mode-alist): Purecopy string.
3047
3048 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3049
3050         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3051
3052 2009-10-24  Glenn Morris  <rgm@gnu.org>
3053
3054         * gnus-art.el (help-xref-stack-item): Define for compiler.
3055
3056 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3057
3058         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3059
3060 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3063
3064 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3065
3066         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3067         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3068
3069 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3072         (gnus-overlays-in): New alias to overlays-in.
3073
3074         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3075         gnus-overlay-get, and gnus-delete-overlay.
3076         (gnus-summary-show-thread): Make it work as well for systems in which
3077         next-single-char-property-change is not available.
3078         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3079
3080         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3081         (gnus-overlay-get): New alias to extent-property.
3082         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3083
3084         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3085         SXEmacs.
3086
3087         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3088         SXEmacs.
3089
3090 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3091
3092         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3093
3094 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3095
3096         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3097         and XEmacs that don't have `remove-overlays'.
3098
3099 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3100
3101         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3102         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3103         selective display.  Use overlays instead.
3104
3105 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3106
3107         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3108
3109 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3110
3111         * spam-stat.el (spam-stat-load): Fix typo in message.
3112
3113 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3114
3115         * dig.el (dig-invoke): Fix typo in docstring.
3116         (query-dig): Reflow docstring.
3117
3118 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3119
3120         * gnus-art.el (gnus-article-encrypt-body):
3121         * message.el (message-check-recipients):
3122         * mm-util.el (mm-codepage-setup):
3123         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3124         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3125
3126 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3127
3128         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3129         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3130         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3131         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3132         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3133
3134 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3135
3136         * dig.el: Add "Keywords: comm", as per net-utils.el.
3137
3138 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3139
3140         * dig.el (dig-mode): Use define-derived-mode.
3141
3142 2009-09-19  Glenn Morris  <rgm@gnu.org>
3143
3144         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3145
3146 2009-09-18  Glenn Morris  <rgm@gnu.org>
3147
3148         * gnus-diary.el (gnus-diary-check-message):
3149         * message.el (message-insert-formatted-citation-line):
3150         * nnbabyl.el (top-level):
3151         * nndiary.el (nndiary-schedule):
3152         Fix typos in condition-case handlers.
3153
3154 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3157         configuration that provides the sole article window in a frame;
3158         position point correctly after deleting a part.
3159
3160 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3161
3162         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3163         (spam-resolve-registrations-routine): Use it to unregister articles
3164         that change status.
3165
3166 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3169         with XEmacs.
3170         (parse-time-string-chars): Use it.
3171
3172 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3173
3174         * imap.el (imap-interactive-login): Better messages.
3175         (imap-open): Fix bug with renamed buffer on reconnect.
3176         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3177         for easier debugging and cleaner code.  On successful (guessed based on
3178         server capabilities) secondary authentication, set imap-state
3179         correctly.
3180         (imap-last-authenticator): Define imap-last-authenticator as a variable
3181         to avoid warnings.
3182
3183 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * nnrss.el (nnrss-request-article): Remove binding of
3186         default-enable-multibyte-characters that has gotten needless by
3187         the 2007-07-13 change in rfc2047-encode-message-header.
3188
3189         * mml.el (mml-insert-multipart): Error on the message header.
3190         (mml-insert-part): Error on the message header; position point at
3191         the end of a MIME tag.
3192
3193 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3194
3195         * time-date.el (autoload): Expand define-obsolete-function-alias into
3196         defalias and make-obsolete for old Emacsen that Gnus supports.
3197         (with-no-warnings): Define it for old Emacsen.
3198         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3199         is available.
3200         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3201         float-time is available; suppress compile warning for time-to-seconds.
3202
3203         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3204         (gnus-float-time): Alias to float-time if it exists.
3205
3206         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3207         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3208         float-time is available; suppress compile warning for time-to-seconds.
3209
3210         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3211         XEmacs.
3212
3213 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3214
3215         * imap.el (imap-message-map): Docstring fix.
3216
3217 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3220         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3221         Add the optional argument `encoding' that overrides the default.
3222
3223         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3224         mm-encode-buffer.
3225
3226 2009-09-04  Glenn Morris  <rgm@gnu.org>
3227
3228         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3229         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3230         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3231         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3232         * mm-util.el (mm-with-unibyte-current-buffer)
3233         (mm-find-buffer-file-coding-system):
3234         * yenc.el (yenc-decode-region): Use default-value rather than
3235         default-enable-multibyte-characters.
3236
3237 2009-09-03  Glenn Morris  <rgm@gnu.org>
3238
3239         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3240         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3241         than default-enable-multibyte-characters.
3242
3243 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3244
3245         * gnus-art.el (gnus-article-read-summary-keys):
3246         Fix gnus-buffer-configuration's value temporarily used.
3247
3248 2009-09-02  Glenn Morris  <rgm@gnu.org>
3249
3250         * gnus-util.el (gnus-float-time): New function.
3251         * gnus-delay.el (gnus-delay-article):
3252         * gnus-sum.el (gnus-thread-latest-date):
3253         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3254         * nnspool.el (nnspool-request-newgroups):
3255         Use gnus-float-time rather than time-to-seconds.
3256         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3257
3258         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3259         (gnus-header-subject-face, gnus-header-newsgroups-face)
3260         (gnus-header-name-face, gnus-header-content-face):
3261         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3262         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3263         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3264         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3265         (gnus-cite-face-11):
3266         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3267         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3268         (gnus-server-closed-face, gnus-server-denied-face)
3269         (gnus-server-offline-face):
3270         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3271         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3272         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3273         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3274         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3275         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3276         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3277         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3278         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3279         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3280         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3281         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3282         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3283         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3284         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3285         (gnus-summary-high-undownloaded-face)
3286         (gnus-summary-low-undownloaded-face)
3287         (gnus-summary-normal-undownloaded-face)
3288         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3289         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3290         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3291         (gnus-splash-face):
3292         * message.el (message-header-to-face, message-header-cc-face)
3293         (message-header-subject-face, message-header-newsgroups-face)
3294         (message-header-other-face, message-header-name-face)
3295         (message-header-xheader-face, message-separator-face)
3296         (message-cited-text-face, message-mml-face):
3297         * sieve-mode.el (sieve-control-commands-face)
3298         (sieve-action-commands-face, sieve-test-commands-face)
3299         (sieve-tagged-arguments-face):
3300         * spam.el (spam-face):
3301         Mark face aliases with "-face" in the name as obsolete.
3302
3303 2009-09-01  Glenn Morris  <rgm@gnu.org>
3304
3305         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3306         than goto-line.
3307
3308 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3311         Don't move point if the command is invoked inside the message header.
3312
3313 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3314
3315         * imap.el (imap-send-command): Simplify.
3316         (imap-wait-for-tag): point-max -> buffer-size.
3317
3318 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3319
3320         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3321         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3322         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3323         * nnir.el (nnir-swish-e-index-file):
3324         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3325         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3326         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3327         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3328         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3329         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3330
3331 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3332
3333         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3334         Don't save excursion.
3335
3336 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3337
3338         * nnheader.el (nnheader-find-file-noselect):
3339         * mm-util.el (mm-insert-file-contents):
3340         Use (default-value 'major-mode) instead of default-major-mode.
3341
3342 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3343
3344         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3345
3346 2009-08-26  Glenn Morris  <rgm@gnu.org>
3347
3348         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3349         than placing in files.el.
3350
3351 2009-08-25  Glenn Morris  <rgm@gnu.org>
3352
3353         * nnir.el (top-level): Don't require cl at run-time.
3354         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3355         Replace cl-function substitute with gnus-replace-in-string.
3356         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3357         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3358         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3359         simplified expansions.
3360
3361 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3362
3363         * dig.el (dig): Add autoload cookie.
3364
3365 2009-08-22  Glenn Morris  <rgm@gnu.org>
3366
3367         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3368         goto-line.
3369
3370 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3371
3372         * parse-time.el (parse-time-string-chars): Save match data.
3373
3374 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3375
3376         * parse-time.el (parse-time-string-chars): Compute using character
3377         classes, to handle non-ascii characters (Bug#3190).
3378
3379 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3382
3383         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3384         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3385         (gnus-mm-display-part, gnus-mime-display-single)
3386         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3387         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3388
3389         * gnus-sum.el
3390         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3391         (gnus-summary-move-article): Add expirable mark to articles copied or
3392         moved to group that has auto-expire turned on if the option is non-nil.
3393
3394 2009-07-24  Glenn Morris  <rgm@gnu.org>
3395
3396         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3397         Fix typo.  (Bug#3903)
3398
3399 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3402         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3403         that should not be used for draft articles.
3404         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3405         that has no concern in minor mode keys.
3406         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3407         Abolish.
3408
3409 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3412         article without making inquiry to a user for unknown encoding.
3413
3414         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3415         (nnmaildir--scan): Assume i-node and device number that file-attributes
3416         returns might be cons-cell.
3417
3418         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3419
3420         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3421
3422 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3423
3424         * auth-source.el: Remove docs now in auth.texi.  Don't use
3425         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3426         `auth-source-hide-passwords' and use them.
3427
3428 2009-07-15  Glenn Morris  <rgm@gnu.org>
3429
3430         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3431
3432 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3435         excessive whitespace from the default values of title and description.
3436
3437 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3438
3439         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3440         mail-fetch-field to fetch Content-Description header in order to
3441         exclude newlines.
3442
3443 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3444
3445         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3446         format used by GnuPG 2.0.11.
3447
3448 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3449
3450         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3451         to deleted part.
3452
3453 2009-05-30  David Engster  <dengste@eml.cc>
3454
3455         * nnmairix.el: Remove old documentation in the commentary block.
3456         (nnmairix-request-group): Do not update active file for nnml back ends.
3457         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3458         end so that overview files are ignored.
3459         (nnmairix-update-groups): Make updating the groups more robust by using
3460         marks.
3461         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3462         with dollar characters in message-id.
3463
3464 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3465
3466         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3467         2008-12-25 in dns.el.
3468
3469 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3470
3471         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3472         could happen if the text is only composed of spaces and/or tabs.
3473
3474 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3475
3476         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3477         when sending a queued message to avoid extra mml tags.
3478
3479 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3482
3483 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3484
3485         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3486         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3487         rmail-toggle-header for XEmacs;
3488         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3489
3490 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-dired.el: Remove autoload for gnus-setup-message.
3493         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3494         displaying Gnus logo; always use compose-mail.
3495
3496 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3497
3498         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3499
3500 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3503         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3504         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3505         available.
3506         (gnus-nocem-epg-verify): New function.
3507
3508 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3509
3510         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3511
3512 2009-02-15  Glenn Morris  <rgm@gnu.org>
3513
3514         * gnus-util.el (rmail-insert-rmail-file-header)
3515         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3516         autoloads.
3517         (rmail-default-rmail-file): Remove unnecessary declaration.
3518         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3519
3520 2009-02-14  Glenn Morris  <rgm@gnu.org>
3521
3522         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3523         variable (only used in gnus-util, which declares it anyway).
3524         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3525         which was only needed by gnus-art (changed to not use it any more).
3526         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3527         only used in gnus-util, which autoloads it itself.
3528         (rmail-update-summary): Fix autoload.
3529
3530         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3531         rather than rmail-output-to-rmail-file.
3532
3533 2009-02-07  Glenn Morris  <rgm@gnu.org>
3534
3535         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3536         autoload of function that no longer exists.
3537         (rmail-toggle-header): Declare.
3538         (message-forward-rmail-make-body): Handle mbox Rmail.
3539
3540 2009-01-31  Glenn Morris  <rgm@gnu.org>
3541
3542         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3543         2009-01-09 change.
3544
3545 2009-01-31  Dave Love  <fx@gnu.org>
3546
3547         * imap.el (imap-fetch-safe): Bind debug-on-error.
3548         (imap-debug): Add imap-fetch-safe.
3549
3550 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3551
3552         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3553         (auth-source-forget-all-cached): New convenience function.
3554         (auth-source-user-or-password): Accept list of modes or a single mode.
3555
3556         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3557         auth-source modes.
3558
3559         * netrc.el (netrc-machine-user-or-password): Use list of
3560         auth-source modes.
3561
3562         * nnimap.el (nnimap-open-connection): Use list of
3563         auth-source modes.
3564
3565         * nntp.el (nntp-send-authinfo): Use list of
3566         auth-source modes.
3567
3568 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3569
3570         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3571         now.
3572
3573 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3576         coding system in XEmacs; add a workaround for XEmacs.
3577
3578         * lpath.el: Fbind coding-system-aliasee.
3579
3580 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3583         of current-language-environment.
3584
3585 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3586
3587         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3588         available at runtime.
3589
3590 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3593
3594 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3595
3596         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3597         the greatest positive fixnum value doesn't work under an XEmacs with
3598         bignum support; use the most-positive-fixnum constant instead,
3599         available since Emacs 21.1 with cl and XEmacs 21.1.
3600
3601 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3604         XEmacs gets not to work.
3605
3606 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * mm-util.el (mm-coding-system-priorities): Allow the value like
3609         "Japanese (UTF-8)" of current-language-environment.
3610
3611 2009-01-09  Glenn Morris  <rgm@gnu.org>
3612
3613         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3614         with last-command-event.
3615
3616 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3617
3618         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3619         in the doc string.
3620
3621         * message.el (message-fix-before-sending): Amend comment.
3622
3623 2009-01-08  Dave Love  <fx@gnu.org>
3624
3625         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3626
3627 2009-01-07  David Engster  <dengste@eml.cc>
3628
3629         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3630         simplified server definitions by converting it via
3631         gnus-server-to-method.
3632
3633 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3636         parameter's operands.
3637
3638 2009-01-06  David Engster  <dengste@eml.cc>
3639
3640         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3641         primary select method (for gnus-group-mark-article-as-read).
3642
3643 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3644
3645         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3646         `(gnus)Face', not `(gnus)X-Face'.
3647
3648 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * mm-util.el (mm-ucs-to-char): New function.
3651
3652         * mm-url.el (mm-url-decode-entities): Use it.
3653
3654         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3655         unicode-to-char.
3656
3657 2009-01-05  Dave Love  <fx@gnu.org>
3658
3659         * time-date.el: Require cl for `declare'.
3660
3661 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3662
3663         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3664         Dave Love.
3665
3666 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3667
3668         * message.el (message-fix-before-sending): Add `eight-bit' to
3669         illegible-text check.
3670
3671 2009-01-03  Michael Olson  <mwolson@gnu.org>
3672
3673         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3674         `headers' is nil.  This can occur if the IMAP server does not have
3675         permissions to read messages from a folder, but can write new messages
3676         to the folder.
3677         (nnimap-request-article-part): Do not insert `data' if it is nil.
3678
3679         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3680         characters which will confuse `read', so skip past them.
3681
3682 2009-01-01  Dave Love  <fx@gnu.org>
3683
3684         * imap.el (imap-string-to-integer): Fix typo.
3685         (imap-fetch-safe): New function.
3686         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3687
3688         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3689
3690         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3691         (imap-parse-greeting): Fix doc strings.
3692         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3693         (imap-parse-flag-list): Make messages unique.
3694         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3695
3696         * nnimap.el: Fix author email.
3697         (nnimap-split-rule): Add FIXME comment.
3698         (nnimap-debug): Fix doc string.
3699
3700 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3701
3702         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3703
3704 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3705
3706         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3707         nslookup if resolv.conf isn't available.
3708         (dns-query): Rename from query-dns.
3709         (dns-query-cached): Rename from query-dns-cached.
3710
3711 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3712
3713         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3714         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3715         to check if those variables exist (first appeared in Emacs 18.50).
3716
3717 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3718
3719         * mm-util.el (mm-line-number-at-pos): New function.
3720
3721         * spam-report.el (spam-report-process-queue): Use it.
3722
3723 2008-12-24  David Engster  <dengste@eml.cc>
3724
3725         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3726         parameters that haven't existed as variables as buffer-local variables.
3727
3728 2008-12-23  Dave Love  <fx@gnu.org>
3729
3730         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3731         cadar.
3732
3733         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3734         imap-starttls-p.
3735         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3736
3737 2008-12-22  Dave Love  <fx@gnu.org>
3738
3739         * imap.el: Fix author email.  Doc fixes.
3740         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3741         reply.
3742
3743 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3744
3745         * spam-report.el (spam-report-gmane-max-requests): New constant.
3746         (spam-report-gmane-wait): New variable.
3747         (spam-report-gmane-ham, spam-report-gmane-spam)
3748         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3749         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3750         the server.
3751
3752         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3753         Add explanations.
3754
3755         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3756         nnheader-accept-process-output and nnheader-read-timeout if available.
3757         (pop3-movemail): Use it.
3758
3759         * message.el (message-check-news-body-syntax): Fix signature check if
3760         there's an attachment.
3761
3762 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * mm-util.el: Add comments to the mm- emulating functions.
3765
3766 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3767
3768         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3769         by Stephen Berman <stephen.berman@gmx.net>.
3770
3771 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * mm-util.el (mm-substring-no-properties): New function.
3774         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3775         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3776         (mm-string-to-multibyte): Doc fix.
3777
3778         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3779
3780 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3781
3782         * mml.el (mml-attach-file): Strip text properties from file name.
3783         (Bug#1574)
3784
3785 2008-12-16  Glenn Morris  <rgm@gnu.org>
3786
3787         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3788
3789 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3792         knows since the charset specified might be a bogus alias that
3793         mm-charset-synonym-alist provides.
3794
3795 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3796
3797         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3798         "ISO_8859-1".
3799
3800         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3801
3802 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * mm-util.el (mm-charset-eval-alist):
3805         Define it before mm-charset-to-coding-system.
3806         (mm-charset-to-coding-system): Add optional argument `silent';
3807         define it before mm-charset-override-alist.
3808         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3809         default value if it can be used in Emacs currently running;
3810         silence mm-charset-to-coding-system.
3811
3812 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3815         `allow-override' which says whether to use `mm-charset-override-alist'.
3816         (rfc2047-decode-encoded-words): Use it.
3817
3818         * mm-util.el (mm-charset-override-alist): Fix custom type;
3819         add `(gb2312 . gbk)' to choices.
3820
3821 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3824         fast.
3825
3826         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3827
3828         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3829
3830 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3831
3832         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3833         on links.
3834
3835         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3836
3837 2008-12-03  Lute Kamstra  <lute@gnu.org>
3838
3839         * sha1.el: Remove leading * from docstrings of defcustoms,
3840         deffaces, defconsts and defuns.
3841
3842 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3845         users' addresses that don't have domain parts.
3846         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3847         rather than message-narrow-to-head since there will be the message
3848         header separator.
3849
3850 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3851
3852         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3853         since the result is inserted in a unibyte buffer anyway.
3854         (nnimap-demule-use-string-to-multibyte): Remove.
3855         (nnimap-demule): Alias it to mm-string-to-multibyte.
3856
3857 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3858
3859         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3860         variable for debugging bug#464 and bug#1174.
3861         (nnimap-demule): Use it.
3862
3863 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3864
3865         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3866         score calculation correctly.
3867
3868 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3869
3870         * message.el (message-send-mail): Just set the buffer to unibyte
3871         rather than use mm-with-unibyte-current-buffer which does a lot more.
3872         (message-send-mail-partially): Don't bother with
3873         mm-with-unibyte-current-buffer since it's already been made unibyte by
3874         message-send-mail.
3875
3876 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3877
3878         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3879
3880 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3881
3882         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3883
3884 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3887         require itself and to remove `with-no-warnings'.
3888
3889 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3890
3891         * starttls.el (starttls-any-program-available): Get the name of the
3892         available TLS layer program.
3893         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3894         well as the host name in the "opening" message.
3895
3896         * auth-source.el (auth-source-cache, auth-source-do-cache)
3897         (auth-source-user-or-password): Cache passwords and logins by default,
3898         allow override with `auth-source-do-cache'.
3899         (auth-source-forget-user-or-password): Allow users to remove cache
3900         entries if needed.
3901
3902 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3903
3904         * md4.el (md4-buffer): Fix typo in docstring.
3905         (md4, md4-64): Doc fixes.
3906         (md4-pack-int32): Reflow docstring.
3907
3908 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3909
3910         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3911         condition-case to only the forward-sexp call.
3912
3913 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3914
3915         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3916         quotes contained.  Make it more robust regardless by an extra
3917         condition-case wrapper.
3918
3919 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3922
3923 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * nnml.el (nnml-request-expire-articles): Check if the function set to
3926         `nnmail-expiry-target' returns the symbol `delete'.
3927
3928         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3929
3930         * nnmail.el (nnmail-expiry-target): Fix custom type.
3931
3932 2008-10-02  Glenn Morris  <rgm@gnu.org>
3933
3934         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3935         Silence compiler warning.
3936
3937 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3938
3939         * tls.el (open-tls-stream): Show the actual command being
3940         executed, instead of the format string.
3941
3942 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * lpath.el: Fbind codepage-setup for Emacs 23.
3945
3946 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3947
3948         * mml.el (mml-menu): Don't assume mml2015 is bound.
3949
3950 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3953         exists.
3954
3955 2008-09-27  Glenn Morris  <rgm@gnu.org>
3956
3957         * gnus-util.el (mail-header-remove-comments): Autoload it.
3958
3959 2008-09-27  Andreas Schwab  <schwab@suse.de>
3960
3961         * gnus-util.el (gnus-split-references): Strip comments.
3962         (gnus-parent-id): Likewise.
3963
3964 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3965
3966         * message.el (message-confirm-send): Fix version.
3967
3968 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3969
3970         * message.el (message-idna-to-ascii-rhs-1): Use
3971         mail-extract-address-components rather than mail-header-parse-addresses
3972         that is an alias by default to ietf-drums-parse-addresses that does not
3973         support non-ASCII names in headers' contents.
3974
3975 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3976
3977         * message.el (message-confirm-send): Fixed variable documentation to
3978         avoid the "y/n" wording.
3979
3980 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3981
3982         * message.el (message-set-auto-save-file-name): Save to a different
3983         filename so multiple messages (especially drafts) can be recovered.
3984
3985 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3986
3987         * message.el (message-confirm-send): Add appropriate version.
3988
3989 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3990
3991         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3992         defvar.
3993
3994 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3995
3996         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3997         (mm-pkcs7-enveloped-magic): Ditto.
3998
3999 2008-09-17  Simon Josefsson  <simon@josefsson.org>
4000
4001         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
4002         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
4003
4004 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
4005
4006         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
4007         default, it's better.
4008
4009 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
4010
4011         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4012         summary line gnus-number property and ignore them (with a warning
4013         message).
4014
4015 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4018         macro caddr in the interactive form since it won't be expanded.
4019
4020 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4023         `charset'; fix name of function called recursively.
4024         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4025
4026 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4029         (gnus-mime-set-charset-parameters): New function.
4030         (gnus-mime-view-part-as-charset): Use it to correctly display part
4031         specifying wrong charset.
4032
4033 2008-09-08  David Engster  <dengste@eml.cc>
4034
4035         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4036         in completing-read for back end server.
4037
4038 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4039
4040         * message.el (message-confirm-send): New variable to confirm sending a
4041         message.
4042         (message-send): Use it.
4043
4044 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4045
4046         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4047
4048 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4051
4052 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4053
4054         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4055         prevent tracking too many groups.
4056         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4057         Use it.
4058
4059 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4060
4061         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4062         moving point to the bottom of the window in order to avoid recentering.
4063
4064 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4067
4068         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4069         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4070         (gnus-article-beginning-of-window): Fix calculation.
4071
4072 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * gnus-msg.el (gnus-summary-supersede-article)
4075         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4076         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4077         message header.
4078
4079 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4080
4081         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4082         pending output coming after the status change.
4083
4084 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4085
4086         * message.el:
4087         * gnus-start.el:
4088         * gnus-registry.el: Remove VMS support.
4089
4090 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4091
4092         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4093         macro.
4094         (rfc2104-hash): Use it.
4095
4096 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4097
4098         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4099         (gnus-summary-sort-by-most-recent-date): New commands.
4100         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4101         and menu entries.
4102
4103 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4106         don't redisplay article for raw contents; remove plural articles stuff.
4107
4108         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4109         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4110         on gnus-summary-save-article; display results properly.
4111
4112 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4113
4114         * lpath.el: No need to fbind ns-focus-frame.
4115
4116 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4119
4120 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4121
4122         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4123         gnus-save-all-headers.
4124
4125 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4126
4127         * gnus-util.el (ns-focus-frame): Remove declaration.
4128         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4129         like x.
4130
4131 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4132
4133         * rfc2104.el (rfc2104-zero): Delete defconst.
4134         (rfc2104-hex-alist): Likewise.
4135         (rfc2104-hex-to-int): Delete func.
4136         (rfc2104-hexstring-to-bitstring): Likewise.
4137         (rfc2104-nybbles): New defconst.
4138         (rfc2104-hash): Rewrite for speed.
4139
4140 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4141
4142         * tls.el (open-tls-stream): Make it work with the 2nd argument
4143         BUFFER that is a string but does not exist as a buffer object, as
4144         mentioned in the doc-string.
4145
4146 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4149         SXEmacs.
4150
4151 2008-07-16  Glenn Morris  <rgm@gnu.org>
4152
4153         * gnus-util.el (ns-focus-frame): Declare for compiler.
4154
4155 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4156
4157         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4158         set as a group parameter.
4159         (gnus-summary-save-in-pipe): Work when it is called independently.
4160         (gnus-summary-pipe-to-muttprint): Don't modify
4161         gnus-summary-pipe-output-default-command.
4162
4163 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4164
4165         * message.el (message-send-mail-with-sendmail):
4166         Display the error message.
4167
4168 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4169
4170         * gnus-art.el (gnus-default-article-saver):
4171         Add gnus-summary-save-in-pipe to choices.
4172         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4173         gnus-summary-pipe-output-default-command as the default command.
4174         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4175         instead of gnus-last-shell-command.
4176
4177         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4178         New user option.
4179         (gnus-summary-muttprint-program): Mention the value will be changed.
4180         (gnus-summary-save-article): Force showing of all headers.
4181         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4182
4183 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4184
4185         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4186
4187 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4188
4189         * nnimap.el (nnimap-id):
4190         * sieve-manage.el (sieve-manage-open): Doc fixes.
4191
4192 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4193
4194         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4195         if available.
4196
4197 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4198
4199         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4200
4201         * nnkiboze.el (nnkiboze-generate-group):
4202         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4203
4204         * nnmairix.el: Require CL.
4205
4206 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4207
4208         * dgnushack.el: Autoload get-display-table and put-display-table for
4209         XEmacs 21.5.
4210
4211         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4212         21.4 and SXEmacs.
4213
4214 2008-06-15  David Engster  <dengste@eml.cc>
4215
4216         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4217
4218 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4219
4220         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4221         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4222         runtime choice under XEmacs.
4223
4224         * gnus-sum.el (gnus-summary-set-display-table):
4225         Use `gnus-put-display-table', `gnus-get-display-table',
4226         `gnus-set-display-table' for the display table, instead of `aset'.
4227
4228         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4229         Use `gnus-put-display-table', `gnus-get-display-table',
4230         `gnus-set-display-table' for the display table.
4231
4232 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4233
4234         * nnmairix.el: Add autoloads.
4235
4236 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4237
4238         * nnmairix.el (nnmairix-delete-recreate-group)
4239         (nnmairix-update-and-clear-marks): Fix error messages.
4240
4241 2008-06-14  David Engster  <dengste@eml.cc>
4242
4243         * nnmairix.el: Upgrade to version 0.6.
4244         (nnmairix-group-toggle-propmarks-this-group)
4245         (nnmairix-group-toggle-readmarks-this-group)
4246         (nnmairix-group-delete-recreate-this-group)
4247         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4248         (nnmairix-remove-tick-mark-original-article): New commands.
4249         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4250         (nnmairix-propagate-marks-to-nnmairix-groups)
4251         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4252         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4253         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4254         functions needed for marks propagation and manipulation of read marks.
4255         (nnmairix-update-groups): New function.
4256         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4257         (nnmairix-determine-original-group-from-registry)
4258         (nnmairix-determine-original-group-from-path)
4259         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4260         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4261         New helper functions.
4262         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4263         keystrokes for new commands.
4264         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4265         (nnmairix-request-group): Check allow-fast group parameter.
4266         (nnmairix-request-create-group): Set allow-fast group parameter if
4267         nnmairix-allowfast-default is set.
4268         (nnmairix-close-group): Propagate marks upon closing if needed.
4269         (nnmairix-group-toggle-threads-this-group): Use new.
4270         nnmairix-group-toggle-parameter helper function.
4271         (nnmairix-search): Better check for empty search result.
4272         (nnmairix-goto-original-article): Use new helper functions for
4273         determining original article.
4274         (nnmairix-show-original-article): Make sure message-id is in brackets.
4275         (nnmairix-call-mairix-binary): Change variable name.
4276         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4277         helper function.
4278         (nnmairix-widget-toggle-activate): Fix doc string.
4279
4280 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * nnir.el: Require edmacro when compiling with XEmacs.
4283         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4284         available in Emacs 21.
4285
4286 2008-06-11  Glenn Morris  <rgm@gnu.org>
4287
4288         * gnus-util.el (x-focus-frame):
4289         * gnus.el (image-size):
4290         * mm-decode.el (image-size): Declare.
4291
4292         * gnus-picon.el (declare-function): Add compat definition.
4293         (image-size): Declare.
4294
4295         * gnus-group.el (tool-bar-map):
4296         * gnus-sum.el (tool-bar-map): Define for compiler.
4297
4298         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4299
4300         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4301
4302         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4303         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4304         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4305         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4306         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4307         * sieve-manage.el, spam-report.el, spam.el:
4308         Remove unnecessary eval-and-compile of autoloads.
4309
4310 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4311
4312         * auth-source.el: Precise Tramp doc.
4313
4314 2008-06-07  Glenn Morris  <rgm@gnu.org>
4315
4316         * nnmairix.el: Remove unnecessary eval-when-compile.
4317
4318 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * lpath.el: Fbind propertize for XEmacs 21.4.
4321
4322 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4323
4324         * nnir.el: Move here from ../contrib.
4325
4326 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4327
4328         * gnus-util.el (gnus-read-shell-command): New function.
4329         * mm-decode.el (mm-pipe-part):
4330         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4331
4332 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4335
4336 2008-06-03  Glenn Morris  <rgm@gnu.org>
4337
4338         * pop3.el (nnheader-accept-process-output): Autoload it.
4339
4340 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4343         are not 2-digit hexadecimal characters that follow `%'s.
4344
4345 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4346
4347         * message.el (message-bogus-recipient-p): Fix type in doc string.
4348         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4349         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4350         Improve custom options.
4351         (message-bogus-recipient-p): Adjust accordingly.
4352
4353 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4354
4355         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4356         long-form month and day names.
4357
4358 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * dgnushack.el: Autoload debug, eudc-expand-inline and
4361         pgg-snarf-keys-region for XEmacs.
4362
4363         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4364
4365         * nnmairix.el: Require edmacro when compiling with XEmacs.
4366
4367 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4368
4369         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4370         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4371
4372 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4373
4374         * auth-source.el: Add more docs.
4375
4376         * netrc.el (netrc-machine): Always match if the port is not given.
4377
4378 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4381         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4382         retrieval faster in some cases, but might make CPU usage larger.  If
4383         this has any bad side effects, we might revert this change.
4384
4385         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4386         seems to make mail retrieval much, much faster.
4387         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4388         unconditionally.
4389
4390         * gnus-draft.el (gnus-group-send-queue): Bind
4391         message-send-mail-partially-limit to nil to avoid being prompted.
4392
4393 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4396
4397         * message.el (message-bogus-address-regexp): Fix and improve custom
4398         type.
4399         (message-setup-hook): Add message-check-recipients as custom option.
4400
4401 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4402
4403         * message.el (message-cite-function): Remove bogus autoload which crept
4404         in during merge from v5-10.
4405
4406 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4407
4408         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4409
4410         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4411
4412         * auth-source.el: Preliminary Tramp docs.
4413         (auth-sources): Change the default auth-sources to use
4414         EPA .gpg files.
4415
4416 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4417
4418         * nntp.el: Autoload `auth-source-user-or-password'.
4419         (nntp-send-authinfo): Use it.
4420
4421         * nnimap.el: Autoload `auth-source-user-or-password'.
4422         (nnimap-open-connection): Use it.
4423
4424         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4425         for the gnus-message function.
4426         (auth-source-user-or-password): Use it.
4427
4428 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4429
4430         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4431         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4432         (rfc2104-hash): Use it.
4433
4434 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4435
4436         * gnus-art.el (gnus-article-toggle-truncate-lines):
4437         Don't use `iff' in docstring.
4438
4439 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4442
4443         * gnus-util.el (gnus-extract-address-component-name)
4444         (gnus-extract-address-component-email): Convenience functions around
4445         `gnus-extract-address-components'.
4446
4447         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4448         Use `gnus-extract-address-component-email' to fix bug of comparing full
4449         sender name to `user-mail-address'.
4450
4451 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4454         catch/throw to optimize.
4455         (gnus-registry-find-keywords): Just use member to find a keyword.
4456
4457 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4458
4459         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4460         is current before calling gnus-server-prepare.
4461         (gnus-server-setup-buffer, gnus-server-update-server)
4462         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4463
4464 2008-05-04  Juri Linkov  <juri@jurta.org>
4465
4466         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4467         (mailcap-file-default-commands): Use mailcap-replace-in-string
4468         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4469         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4470
4471 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4472
4473         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4474
4475 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4476
4477         * gnus.el: Bump version to 0.11.
4478
4479 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4480
4481         * gnus.el: No Gnus v0.10 is released.
4482
4483 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4484
4485         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4486         hooks.
4487         (gnus-update-read-articles): Speed up non-marks-using users.
4488         (gnus-use-marks): Define gnus-use-marks.
4489         (gnus-propagate-marks): Rename variable to something more sensible.
4490
4491 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4492
4493         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4494         (gmm-image-load-path-for-library): Fix typos in docstrings.
4495         (gmm-message): Reflow docstring.
4496
4497 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4498
4499         * mail-source.el (mail-source-set-1, mail-source-bind):
4500         Move auth-source code out of the macro to clean it up and fix bugs.
4501
4502 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4503
4504         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4505         by sender if it's equal to user-mail-address, it's likely to be
4506         useless.
4507
4508         * mail-source.el (mail-source-bind): Don't use user or password if they
4509         are not bound.  Unintern them if they are nil.  Don't use server unless
4510         it's bound, and default it to empty string otherwise.
4511
4512 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4513
4514         * mail-source.el: Load auth-source.el.
4515         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4516         get user name or password, if auth-sources is set up.
4517
4518         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4519         strategy of splitting with parent.
4520         (gnus-registry-split-fancy-with-parent)
4521         (gnus-registry-post-process-groups): Use it and fix prior
4522         bug (returning a list as the split result).
4523
4524         * auth-source.el (auth-sources): Remove server parameter.
4525         (auth-source-pick, auth-source-user-or-password)
4526         (auth-source-user-or-password-imap)
4527         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4528         (auth-source-user-or-password-sftp)
4529         (auth-source-user-or-password-smtp): Remove server parameter.
4530
4531 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4532
4533         * smime.el (smime-sign-region, smime-encrypt-region)
4534         (smime-decrypt-region):
4535         Remove redundant calls to `generate-new-buffer-name'.
4536
4537 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4538
4539         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4540         Don't use QP for message/rfc822.
4541         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4542
4543 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4544
4545         * sieve-manage.el (sieve-string-bytes): Remove.
4546         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4547         correct byte-length only if the process's coding-system is the same as
4548         the one used internally by Emacs to represent strings.
4549
4550 2008-04-22  Juri Linkov  <juri@jurta.org>
4551
4552         * mailcap.el (mailcap-file-default-commands): New function.
4553
4554 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4555
4556         * message.el (message-signature-separator, message-cite-function):
4557         Change custom version.
4558
4559 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4560
4561         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4562         commands.
4563         (tls-checktrust): Ditto.
4564
4565 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4566
4567         * mm-decode.el (mm-display-external): Make temp file read-only.
4568
4569 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4572         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4573         `C-c C-f d'.
4574
4575 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4576
4577         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4578
4579 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4580
4581         * gnus.el: Bump version to 0.9.
4582
4583 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4584
4585         * gnus.el: No Gnus v0.8 is released.
4586
4587 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4588
4589         * mail-source.el (mail-source-value):
4590         Prefer fboundp to functionp so it works with macros as well.
4591
4592 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4593
4594         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4595         Fix last change in case the element is not even a symbol.
4596
4597 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4598
4599         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4600         Prefer fboundp to functionp so it works with macros as well.
4601
4602 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4603
4604         * auth-source.el: Added docs.
4605         (auth-sources): Modify format to support server.
4606         (auth-source-pick, auth-source-user-or-password)
4607         (auth-source-user-or-password-imap)
4608         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4609         (auth-source-user-or-password-sftp)
4610         (auth-source-user-or-password-smtp): Add server parameter.
4611
4612 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4613
4614         * gnus-registry.el: Initialize the registry when gnus-registry-install
4615         is t.
4616
4617 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * compface.el (uncompface): Make buffer unibyte.
4620
4621 2008-04-05  Glenn Morris  <rgm@gnu.org>
4622
4623         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4624
4625 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4626
4627         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4628         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4629
4630         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4631         multibyteness after rather than before erasing it.
4632
4633         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4634         mm-with-multibyte.
4635         (gnus-request-article-this-buffer): Make sure the proper decoding is
4636         used if gnus-original-article-buffer happens to be unibyte.
4637
4638         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4639         default-enable-multibyte-characters.
4640
4641         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4642         default-enable-multibyte-characters.
4643
4644         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4645
4646         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4647
4648 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4649
4650         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4651         (imap-message-copyuid-1): Use it.
4652         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4653         J. Williams in
4654         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4655
4656         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4657         imap-enable-exchange-bug-workaround.
4658         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4659
4660 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4661
4662         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4663         a 100 byte status-checks into a 2-3MB transfer for each group.
4664         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4665         to enable bug workaround or not.
4666         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4667
4668 2008-03-31  Glenn Morris  <rgm@gnu.org>
4669
4670         * message.el (mml2015-use): Declare for compiler.
4671         (message-info): Require mml2015 when appropriate.
4672
4673 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4674
4675         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4676         whitespace.
4677
4678 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4679
4680         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4681         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4682         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4683         (nntp-service-to-port): New function.
4684         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4685         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4686         (nntp-open-netcat-stream): New function.
4687         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4688
4689 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4690
4691         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4692
4693 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4694
4695         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4696
4697 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4698
4699         * dns.el (dns-write): Use set-buffer-multibyte.
4700
4701 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4702
4703         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4704
4705 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4706
4707         * message.el (message-signature-separator): Change default.
4708         Improve custom type.
4709         (message-cite-function): Change default to
4710         message-cite-original-without-signature.
4711
4712         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4713         toggle.
4714
4715         * message.el (message-check-news-body-syntax): Fix signature check.
4716         (message-setup-1): Mark buffer as unmodified _after_ running
4717         message-setup-hook and handling message-alternative-emails.
4718         (message-shorten-references): Be more strict when building list of
4719         valid references to comply with GNKSA.
4720
4721         * gnus-group.el (gnus-read-ephemeral-bug-group)
4722         (gnus-read-ephemeral-debian-bug-group)
4723         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4724
4725         * message.el (message-info): Don't use booleanp which isn't supported
4726         in Emacs 21 and XEmacs.
4727
4728 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4729
4730         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4731         gnus-group-gmane-group-download-format.
4732         (gnus-group-read-ephemeral-gmane-group): Rename from
4733         gnus-group-read-ephemeral-gmane-group.
4734         (gnus-read-ephemeral-gmane-group-url): Rename from
4735         gnus-group-read-ephemeral-gmane-group-url.
4736         (gnus-bug-group-download-format-alist): New variable.
4737         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4738         (gnus-read-ephemeral-emacs-bug-group): New commands.
4739
4740 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4741
4742         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4743         (gnus-visible-headers): Improve custom type.
4744
4745 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * mml.el (mml-menu): Add workarounds for XEmacs.
4748
4749         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4750         X-Boundary header.
4751
4752         * message.el (message-simplify-recipients): Fix previous commit.
4753
4754 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4755
4756         * mm-util.el (mm-set-buffer-multibyte): New function.
4757         * mm-decode.el (mm-copy-to-buffer): Use it.
4758
4759 2008-03-19  Glenn Morris  <rgm@gnu.org>
4760
4761         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4762         Accidentally removed in the sync process with Emacs.
4763
4764 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4765
4766         * message.el (message-alter-recipients-discard-bogus-full-name):
4767         New function.
4768         (message-alter-recipients-function): New variable.
4769         (message-get-reply-headers): Use it.
4770         (message-replace-header): New helper function.
4771         (message-recipients-without-full-name): New variable.
4772         (message-simplify-recipients): New command.
4773
4774         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4775
4776         * message.el (message-info): Handle EasyPG manual.
4777
4778         * mml.el (mml-menu): Add entry for EasyPG.
4779
4780 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4781
4782         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4783         parameter.
4784
4785         * message.el (message-disassociate-draft): Specify drafts group name
4786         fully.
4787
4788 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4789
4790         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4791         unnecessary duplicates from the match list.
4792
4793 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4796
4797         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4798
4799         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4800         args of `how-many' of which the XEmacs version doesn't take; declare
4801         Info-index-next as function.
4802
4803 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4804
4805         * gnus-score.el (gnus-score-headers): Fix handling of
4806         gnus-inhibit-slow-scoring.
4807
4808         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4809         string.
4810         (gnus-button-url-regexp): Improve handling of parenthesis.
4811         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4812         (gnus-button-handle-info-keystrokes): Handle index entries.
4813
4814 2008-03-15  Glenn Morris  <rgm@gnu.org>
4815
4816         * parse-time.el (parse-time-string): Simplify.
4817
4818 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4821         Incoming* files.
4822
4823 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4826         (auth-source-pick): Use it.
4827
4828 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4829
4830         * binhex.el (binhex-decode-region-internal):
4831         * uudecode.el (uudecode-decode-region-internal):
4832         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4833         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4834         setting default-enable-multibyte-characters.
4835
4836 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4837
4838         * auth-source.el (auth-source-protocols)
4839         (auth-source-protocols-customize, auth-source-choices): Added and
4840         modified variable customizations and defaults.
4841         (auth-source-pick, auth-source-user-or-password)
4842         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4843         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4844         (auth-source-user-or-password-sftp)
4845         (auth-source-user-or-password-smtp): Use new variables and provide an
4846         interface to netrc.el.
4847
4848 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4849
4850         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4851         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4852         Make sure the nntp port to specify is a string.
4853
4854 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4855
4856         * nntp.el: Use with-current-buffer.
4857         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4858         dubious mm-with-unibyte-current-buffer.
4859         (nntp-with-open-group-function): New function extracted from
4860         nntp-with-open-group macro.
4861         (nntp-with-open-group): Use the function, so it's easier to debug.
4862         Add indentation and debugging info.
4863         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4864         the use of the netcat alternatives.
4865
4866         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4867         Avoid mm-string-as-multibyte as well.
4868
4869         * nnweb.el (nnweb-insert-html):
4870         Remove use of nnheader-string-as-multibyte.
4871
4872         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4873         (nnheader-string-as-multibyte): Remove.
4874
4875         * mm-view.el: Use inhibit-read-only.
4876         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4877         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4878         or unibyte-string.
4879
4880         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4881         (mm-uu-yenc-extract): Use with-current-buffer.
4882
4883         * gnus-soup.el (gnus-soup-send-packet): Don't use
4884         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4885
4886         * nnmh.el: Use with-current-buffer.
4887         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4888         mm-string-as-multibyte on the output of mm-encode-coding-string.
4889
4890         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4891         (nnimap-request-move-article): Use with-current-buffer.
4892
4893         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4894         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4895         conversion uses string-make-unibyte rather than string-as-unibyte.
4896
4897         * gnus-msg.el: Use with-current-buffer.
4898
4899         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4900
4901 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4902
4903         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4904         string for caching if it is 'PIN.
4905
4906 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * lpath.el: Consider the case without Emacs/W3.
4909
4910 2008-03-08  Glenn Morris  <rgm@gnu.org>
4911
4912         * time-date.el (date-to-time, time-subtract, time-add)
4913         (safe-date-to-time): Doc fixes.
4914
4915 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4916
4917         * mail-source.el (mail-source-delete-old-incoming-confirm):
4918         Change default to nil.
4919         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4920
4921 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * lpath.el: Rearrange.
4924
4925         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4926         (gnus-article-goto-prev-page): Work for articles having ^L's.
4927
4928         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4929
4930         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4931
4932 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4933
4934         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4935         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4936         (gnus-bookmark-jump): Adjust some variable names.
4937
4938 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4939
4940         * auth-source.el: New package.
4941         (auth-source-choices): Add customization entry point variable.
4942
4943         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4944         bug.
4945
4946 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4947
4948         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4949         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4950         (gnus-registry-install-shortcuts): Rename from
4951         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4952         the `gnus-registry-mark-map' keymap dynamically from
4953         `gnus-registry-marks'.  The generated functions update the summary line
4954         when a registry mark is added or deleted, and will call
4955         `gnus-registry-install-p' (see the comments in the code).
4956         (gnus-registry-user-format-function-M): Use concat intelligently.
4957
4958         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4959         the registry mark functions.
4960
4961 2008-03-05  Glenn Morris  <rgm@gnu.org>
4962
4963         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4964         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4965         gnus-art.
4966         (top-level): No need to load own source when compiling.
4967
4968 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4969
4970         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4971         Suggested by <chris.anderton@zetnet.co.uk>.
4972
4973 2008-03-04  Glenn Morris  <rgm@gnu.org>
4974
4975         * gnus-sum.el (top-level): No need to require gnus when compiling,
4976         since unconditionally required near start of file.
4977         (gnus-summary-display-while-building): Move definition before use.
4978
4979 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4980
4981         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4982         formatting function.
4983
4984 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4985
4986         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4987         with plists.
4988         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4989         Use new format.
4990
4991 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4994         `where-is-internal' that returns a range of key sequences.
4995
4996 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4997
4998         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4999
5000         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
5001         (gnus-summary-jump-to-group): Consider windows on other displayed
5002         frames as well.  Similar changes might be needed elsewhere, but that's
5003         the one I've bumped into during my use.
5004
5005         * nndoc.el (nndoc-oe-dbx-type-p):
5006         * gnus-msg.el (gnus-debug):
5007         * gnus-group.el (gnus-update-group-mark-positions):
5008         Use mm-string-to-multibyte.
5009
5010 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5013         doesn't handle NotDashEscaped.
5014
5015         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5016         (mml-dnd-attach-options): Fix typo in custom choice.
5017
5018         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5019         nndoc-article-type to mbox.
5020         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5021
5022         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5023         to nil, instead of html2text.
5024
5025         * imap.el (imap-debug): Add `imap-ping-server'.
5026
5027         * gnus-bookmark.el: Add FIXMEs.
5028
5029         * message.el (message-form-letter-separator)
5030         (message-send-form-letter-delay): New variables.
5031         (message-send-form-letter): Use them.  New command to send form
5032         letters.  Requested by Uwe Siart.
5033         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5034
5035 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5036
5037         * Update copyright years.
5038
5039 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5040
5041         Sync from EMACS_22_BASE.
5042
5043         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5044
5045 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5046
5047         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5048         empty author.
5049
5050 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5051
5052         * gnus-registry.el (gnus-registry-marks): Add variable for
5053         customization of marks and their appearance.
5054         (gnus-registry-read-mark): Use it.
5055         (gnus-registry-do-marks): Add utility function to loop through
5056         `gnus-registry-marks'.
5057         (gnus-registry-install-shortcuts-and-menus): Add function to install
5058         shortcuts and menus.
5059         (gnus-registry-initialize): Use it.
5060         (gnus-registry-default-mark): Clarify documentation.
5061
5062 2008-02-29  Glenn Morris  <rgm@gnu.org>
5063
5064         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5065         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5066         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5067         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5068         Change defcustom :version from 23.0 to 23.1.
5069
5070 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5071
5072         * gnus-registry.el (gnus-registry-follow-group-p)
5073         (gnus-registry-post-process-groups): Add functions to aid registry
5074         splitting and improve logging.  Clarify behavior in function
5075         documentation.
5076         (gnus-registry-split-fancy-with-parent): Use them.
5077
5078 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5079
5080         * gnus-art.el: Use with-current-buffer.
5081
5082 2008-02-27  David Engster  <dengste@eml.cc>
5083
5084         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5085         Express real group name in the response.
5086
5087 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5090         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5091         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5092         autoload gnus-registry-fetch-group when compiling.
5093         (nnmairix-request-group-with-article-number-correction): Remove
5094         unreferenced argument passed to nnmairix-call-backend.
5095
5096 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5097
5098         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5099         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5100         Wilde.
5101
5102 2008-02-27  Glenn Morris  <rgm@gnu.org>
5103
5104         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5105         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5106         variables to defconsts.  Convert comments to doc-strings.
5107         (nnmairix-last-server, nnmairix-current-server): Convert from free
5108         variables to defvars.  Convert comments to doc-strings.
5109         (gnus-registry-fetch-group): Autoload.
5110         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5111         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5112         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5113         caddr.
5114         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5115         nnmairix-request-group-with-article-number-correction call.
5116         (nnmairix-fast, nnmairix-group): New, less general names, for free
5117         variables passed from nnmairix-request-group to
5118         nnmairix-request-group-with-article-number-correction.  Declare.
5119         (nnmairix-request-group-with-article-number-correction):
5120         Use nnmairix-fast, nnmairix-group rather than fast, group.
5121
5122 2008-02-26  David Engster  <dengste@eml.cc>
5123
5124         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5125         version 0.5.
5126
5127 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5128
5129         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5130         instead of making an extra function call.  Don't add the current group
5131         to articles only when they have the group.  Use
5132         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5133         Reported by David <de_bb@arcor.de>.
5134
5135 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5138         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5139
5140 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5141
5142         * mail-source.el (mail-source-delete-incoming): Change default.
5143         Supplement doc string.
5144
5145         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5146
5147 2008-02-14  Glenn Morris  <rgm@gnu.org>
5148
5149         * time-date.el (format-seconds): New function.
5150
5151 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5152
5153         * nnmail.el (nnmail-message-id-cache-file): Derive from
5154         `gnus-home-directory'.
5155
5156 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5157
5158         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5159         Document negative prefix.
5160
5161         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5162
5163 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5164
5165         * message.el (message-unsent-separator): Add the Exim bounce
5166         separator.
5167
5168 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5169
5170         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5171         list.
5172         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5173         recipient/signer list.
5174
5175 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * Makefile.in (datarootdir): Define.
5178         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5179         name that might contain whitespace.
5180
5181 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5182
5183         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5184         fbound (Emacs 23 unicode), signal an error.
5185
5186 2008-02-08  Glenn Morris  <rgm@gnu.org>
5187
5188         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5189
5190 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5191
5192         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5193         ports to the calls to `netrc-machine-user-or-password' in addition to
5194         "imap" and "imaps".
5195
5196 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5197
5198         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5199
5200         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5201
5202 2008-02-01  Kenichi Handa  <handa@m17n.org>
5203
5204         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5205         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5206         (rfc2104-hash): Convert the result of concat to unibyte string.
5207
5208 2008-02-01  Dave Love  <fx@gnu.org>
5209
5210         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5211         coding-system-for-read.
5212         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5213
5214 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5215
5216         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5217         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5218         <hanche@math.ntnu.no>.
5219
5220 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5223
5224         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5225
5226 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5227
5228         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5229         * message.el (message-beginning-of-line): Use featurep instead of bound
5230         tests in order to resolve conditionals at compile time.
5231
5232 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5233
5234         * mail-source.el (mail-sources): Add `group' choice.
5235
5236         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5237         parameter `in-group' to control into which group the articles go.
5238         Add treatment of `group' mail-source.
5239
5240 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5243
5244         * mm-decode.el (mm-dissect-buffer): Decode description.
5245
5246         * mml.el (mml-to-mime): Encode message header first.
5247
5248 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5251         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5252
5253         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5254         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5255
5256 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5257
5258         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5259
5260 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5263         prefix keys.
5264         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5265         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5266         gnus-xmas.el.
5267
5268         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5269         (gnus-xmas-article-describe-bindings): New function.
5270         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5271         gnus-xmas-article-describe-bindings.
5272
5273         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5274
5275 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5276
5277         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5278         Add new variables for article mark management.
5279         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5280         list of extra data entries which, when present, will indicate that the
5281         article ID should not be trimmed from the registry.
5282         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5283         functions.
5284         (gnus-registry-read-mark): New function to read a mark name from the
5285         user.
5286         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5287         (gnus-registry-set-article-mark-internal): New functions to add and
5288         remove marks.
5289         (gnus-registry-get-article-marks): New function to show the marks for
5290         an article, or retrieve them for further use.
5291
5292 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5295         keys when no argument is given.
5296
5297 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * imap.el (imap-ping-server): New variable.
5300         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5301         (imap-ping-server): Minor doc string fixes.
5302
5303 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5304
5305         * imap.el (imap-ping-server): New function.
5306         (imap-opened): Call imap-ping-server.
5307
5308 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5309
5310         * gnus-sum.el (gnus-article-sort-by-random)
5311         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5312         jidanni@jidanni.org.
5313
5314 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * gnus-art.el (gnus-article-describe-bindings): New function.
5317         (gnus-article-read-summary-keys): Use it.
5318         (gnus-article-mode-map): Bind `C-h b' to it.
5319
5320 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5323         XEmacs.
5324         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5325         against non-character events.
5326
5327         * lpath.el: Fbind map-keymap for Emacs 21.
5328
5329 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5332         command.
5333         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5334         instead of END.  Change name of the temp file.
5335         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5336         customizable.
5337
5338 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5341         bind `S W' to gnus-article-wide-reply-with-original; set default
5342         binding to gnus-article-read-summary-send-keys.
5343         (gnus-article-read-summary-keys): Fix the order of keys; display
5344         continuation keys correctly in the echo area; describe bindings
5345         correctly when keys end with `C-h'.
5346         (gnus-article-read-summary-send-keys): New function.
5347         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5348         for gnus-article-read-summary-send-keys; display continuation keys
5349         correctly in the echo area.
5350         (gnus-article-reply-with-original): Ignore prefix argument.
5351         (gnus-article-wide-reply-with-original): New function.
5352
5353         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5354         Emacs 21.
5355
5356 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5359         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5360
5361 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5364         (gnus-group-read-ephemeral-gmane-group): New command.
5365
5366 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5367
5368         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5369
5370 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5371
5372         * message.el (message-send-mail-function): Increase custom version.
5373
5374         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5375         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5376
5377 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5378
5379         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5380         for the cases where imap-authenticate is called with a nil buffer
5381         parameter.
5382
5383 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5386         html parts correctly; support forwarded messages.
5387         (gnus-article-browse-html-article): Remove work buffers.
5388
5389         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5390         compiling.
5391         (netrc-bound-and-true-p): New macro.
5392         (netrc-parse): Use it instead of bound-and-true-p that is not available
5393         in XEmacs 21.4.
5394
5395 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5396
5397         * gnus-registry.el (gnus-registry-mark-article)
5398         (gnus-registry-article-marks): Add functionality to mark articles
5399         through the Gnus registry.
5400
5401         * encrypt.el: Clarify documentation for the new pgg method.
5402         (encrypt-file-alist): Add PGG option.
5403         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5404         functionality.  Abstract password key and messaging to external
5405         functions.
5406         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5407         (encrypt-message-method-and-cipher): Add new convenience external
5408         functions.
5409         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5410         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5411
5412         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5413         (netrc-parse): Use encrypt-file-alist to determine if
5414         encrypt-find-model or encrypt-insert-file-contents should be used.
5415
5416         * encrypt.el: Clarify documentation.  Load password-cache or
5417         password, whichever one is found first, instead of autoloading.
5418
5419 2007-12-19  Glenn Morris  <rgm@gnu.org>
5420
5421         * mml.el (message-options-set, message-narrow-to-head)
5422         (message-in-body-p, message-mail-p, message-encode-message-body):
5423         Autoload.
5424         (message-remove-header, message-narrow-to-headers-or-head)
5425         (message-subscribed-p, message-make-mail-followup-to)
5426         (message-position-on-field, message-news-p)
5427         (message-options-set-recipient, message-generate-headers)
5428         (message-sort-headers): Declare as functions.
5429
5430 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5431
5432         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5433         convention in doc string.
5434
5435 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5438         title to html parts.
5439         (gnus-article-browse-html-article): Pass message header to it.
5440
5441         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5442
5443 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5444
5445         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5446         or password compatible with XEmacs.
5447
5448 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5449
5450         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5451         format document.
5452         (gnus-mime-delete-part): Don't write description line if empty.
5453         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5454
5455 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5456
5457         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5458         (gnus-summary-mark-read-and-unread-as-read)
5459         (gnus-summary-mark-current-read-and-unread-as-read)
5460         (gnus-summary-mark-unread-as-ticked): Doc fix.
5461         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5462
5463 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5464
5465         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5466         Christoph Conrad <christoph.conrad@gmx.de>.
5467
5468 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5469
5470         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5471         yes-or-no-p.
5472
5473 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * mm-decode.el (mm-add-meta-html-tag): New function.
5476         (mm-save-part-to-file, mm-pipe-part): Use it.
5477
5478         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5479         gnus-y-or-n-p instead of y-or-n-p.
5480         (gnus-article-browse-html-parts): Work with message/external-body; use
5481         mm-add-meta-html-tag.
5482
5483 2007-12-11  Glenn Morris  <rgm@gnu.org>
5484
5485         * gnus-cache.el: Require gnus-sum not just when compiling.
5486
5487         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5488
5489         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5490         definitions before use.
5491
5492         * mm-decode.el: Require gnus-util.
5493         (mm-remove-part): Only call delete-annotation on XEmacs.
5494
5495         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5496
5497         * nnmail.el: Require gnus-int.
5498
5499         * spam.el: Move `require's before `eval-when-compile's.
5500
5501         * gnus-ems.el (gnus-alive-p):
5502         * gnus-fun.el (message-goto-eoh):
5503         * gnus-util.el (gnus-group-name-decode):
5504         * mail-source.el (gnus-compress-sequence):
5505         * message.el (Info-goto-node, format-spec):
5506         * mm-bodies.el (message-options-get):
5507         * mm-decode.el (mm-view-pkcs7):
5508         * mm-util.el (gmm-write-region):
5509         * mml-smime.el (mml-compute-boundary)
5510         (gnus-completing-read-with-default):
5511         * mml.el (widget-button-press, gnus-make-hashtable):
5512         * mml1991.el (mm-decode-content-transfer-encoding)
5513         (mm-encode-content-transfer-encoding)
5514         (message-options-get, message-options-set):
5515         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5516         * nnfolder.el (gnus-request-group):
5517         * nnheader.el (ietf-drums-unfold-fws):
5518         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5519         * smime.el (gnus-run-mode-hooks):
5520         * spam-stat.el (gnus-message): Autoload.
5521
5522         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5523         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5524         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5525         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5526         Add declare-function compatibility definition.
5527
5528         * gnus-cache.el (nnvirtual-find-group-art):
5529         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5530         (gnus-add-image, gnus-add-wash-type):
5531         * gnus-group.el (nnkiboze-score-file):
5532         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5533         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5534         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5535         (message-tokenize-header, gnus-get-buffer-create)
5536         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5537         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5538         * gnus.el (gnus-group-decoded-name):
5539         * mail-source.el (imap-capability):
5540         * mm-bodies.el (message-options-set):
5541         * mm-decode.el (gnus-configure-windows):
5542         * mm-extern.el (message-goto-body):
5543         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5544         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5545         (epg-sub-key-validity, message-options-set):
5546         * mml.el (widget-event-point, gnus-configure-windows):
5547         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5548         * mml2015.el (epg-check-configuration, epg-configuration)
5549         (message-options-set):
5550         * nndb.el (nndb-request-article):
5551         * nnfolder.el (gnus-request-create-group):
5552         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5553         * nnmaildir.el (gnus-group-mark-article-read):
5554         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5555         * rfc1843.el (message-fetch-field):
5556         * spam.el (gnus-extract-address-components):
5557         Declare as functions.
5558
5559 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5562
5563         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5564
5565         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5566         bind show-trailing-whitespace for XEmacs.
5567
5568 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5569
5570         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5571         new no-op macro for backward compatibility.
5572
5573         * imap.el (imap-string-to-integer): New function.
5574
5575 2007-12-09  Glenn Morris  <rgm@gnu.org>
5576
5577         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5578
5579         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5580         * message.el, mm-view.el, sieve-manage.el, smime.el:
5581         Add declare-function compatibility definition.
5582
5583         * gnus-art.el (w3-region, w3m-region, Info-menu):
5584         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5585         * gnus-sum.el (gnus-get-predicate):
5586         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5587         * message.el (mail-abbrev-in-expansion-header-p):
5588         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5589         (w3m-detect-meta-charset, w3m-region):
5590         * sieve-manage.el (password-read, password-cache-add)
5591         (password-cache-remove):
5592         * smime.el (password-read-and-add): Declare as functions.
5593
5594 2007-12-08  David Kastrup  <dak@gnu.org>
5595
5596         * gnus-sum.el (gnus-summary-simplify-subject-query):
5597         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5598         `message'.
5599
5600 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5603         it to bind idna-program, installation-directory, defined-colors, and
5604         face-attribute for XEmacs of the version that compiles defcustom forms.
5605
5606 2007-12-07  Glenn Morris  <rgm@gnu.org>
5607
5608         * gnus-art.el (article-make-date-line): Revert previous change.
5609
5610 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5611
5612         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5613
5614 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5615
5616         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5617         Call gnus-add-to-range ranges only once with a prepared article-list.
5618
5619 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5620
5621         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5622         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5623         group names with backslashes.  Reported by Tassilo Horn
5624         <tassilo@member.fsf.org>.
5625
5626 2007-12-06  Deepak Goel  <deego3@gmail.com>
5627
5628         * gnus-art.el (article-make-date-line):
5629         * gnus-start.el (gnus-load):
5630         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5631
5632 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus-art.el (gnus-use-idna)
5635         * gnus-start.el (gnus-site-init-file)
5636         * message.el (message-use-idna)
5637         * mm-uu.el (mm-uu-hide-markers)
5638         * smiley.el (smiley-style): Revert changes that suppress warnings.
5639
5640 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5643         specify charset to html source.  Reported by Christoph Conrad
5644         <christoph.conrad@gmx.de>.
5645
5646 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5649         idna-program in order to suppress byte compile warning issued by XEmacs
5650         that came to byte compile the default value section of defcustom forms
5651         recently.
5652
5653         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5654         value of installation-directory.
5655
5656         * message.el (message-use-idna): Don't directly refer to the value of
5657         idna-program.
5658
5659         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5660
5661         * smiley.el (smiley-style): Don't directly call face-attribute.
5662
5663 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5664
5665         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5666
5667         * gnus-dired.el: Reduce Gnus dependencies.
5668         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5669         require.  Use autoloads instead.
5670         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5671         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5672         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5673         (gnus-dired-mode): Adjust doc string.
5674         (gnus-dired-mail-mode): New variable.
5675         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5676         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5677         (gnus-dired-mail-buffers): New function.  Return mail or message
5678         composition buffers.
5679         (gnus-dired-attach): Use it.
5680         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5681         NO-DECODE.
5682         (gnus-dired-print): Use `gnus-print-buffer' depending on
5683         `gnus-dired-mail-mode'.
5684
5685 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * rfc2047.el (rfc2047-encoded-word-regexp)
5688         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5689         explaining what regexp patterns are for.
5690
5691 2007-12-04  Glenn Morris  <rgm@gnu.org>
5692
5693         * password.el: Move to password-cache.el.
5694
5695         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5696         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5697         * mml-smime.el (password-read, password-cache-add)
5698         (password-cache-remove):
5699         No need to autoload, since mml-sec requires password.
5700
5701         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5702         * message.el (gnus-extract-address-components):
5703         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5704
5705         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5706         password.
5707
5708 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * mailcap.el: Reduce dependencies.
5711         (mail-header-parse-content-type): Autoload.
5712         (mailcap-delete-duplicates): New alias.
5713         (mailcap-mime-info): Add optional argument NO-DECODE.
5714         (mailcap-mime-types): Use mailcap-delete-duplicates.
5715
5716         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5717
5718 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5719
5720         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5721         (imap-parse-status): Upcase status-att for servers that sends them
5722         lower-case (e.g., MS Exchange 2007).
5723
5724 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5725
5726         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5727         function.
5728
5729         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5730         (gnus-uu-yenc-article): New function.
5731
5732         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5733
5734         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5735         buffer.
5736
5737 2007-12-02  Glenn Morris  <rgm@gnu.org>
5738
5739         * binhex.el (binhex): New custom group.
5740         (binhex-decoder-program, binhex-decoder-switches)
5741         (binhex-use-external): Move to the binhex custom group.
5742
5743         * uudecode.el (uudecode): New custom group.
5744         (uudecode-decoder-program, uudecode-decoder-switches)
5745         (uudecode-use-external): Move to the uudecode custom group.
5746
5747         * netrc.el (top-level): Don't load `encrypt' features.
5748         (netrc-parse): Don't use encrypt.
5749         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5750
5751         * encrypt.el: Remove file.
5752
5753 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5754
5755         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5756         matches on patches.
5757
5758         * gnus-art.el (gnus-article-browse-html-article): Mention
5759         `mm-text-html-renderer' in the doc string.
5760
5761         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5762         string.  Add comments.
5763
5764         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5765         if rhs is ASCII.
5766
5767 2007-12-01  Glenn Morris  <rgm@gnu.org>
5768
5769         * mail-source.el (top-level): Require format-spec before
5770         eval-when-compile.
5771
5772 2007-11-30  Glenn Morris  <rgm@gnu.org>
5773
5774         * encrypt.el: Require password, rather than autoloading password-read.
5775
5776 2007-11-29  Glenn Morris  <rgm@gnu.org>
5777
5778         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5779         (sasl-make-client, sasl-next-step, sasl-step-data)
5780         (sasl-step-set-data): Declare as functions.
5781
5782 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5785
5786 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5787
5788         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5789         certs should be verified and what is to be done in the event of a
5790         verification failure.
5791
5792         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5793         caller can indicate whether the cache should be disregarded for this
5794         call.  This way the result of the call is reproducible at all times and
5795         can be considered a canonical server name for the supplied method.
5796         (gnus-agent-method-p): Canonicalize server names by pushing their
5797         method through `gnus-method-to-server' using the no-cache argument.
5798
5799         * gnus-srvr.el (gnus-server-insert-server-line): Call
5800         `gnus-method-to-server' with `no-cache' argument.
5801
5802         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5803         gnus-agent-possibly-synchronize-flags as this should be called when the
5804         server is actually being opened.
5805         (gnus-agent-possibly-synchronize-flags)
5806         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5807         flags file of an agentized server to the latter function.
5808
5809         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5810         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5811         after a connection has been established successfully.
5812
5813 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5814
5815         * gnus-art.el (article-display-face): Force to display face if called
5816         interactively; check if gnus-article-x-face-too-ugly matches author.
5817         (article-display-x-face): Display face even if From header is missing
5818         as article-display-face does.
5819
5820 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5821
5822         * hashcash.el (message-narrow-to-headers-or-head)
5823         (message-fetch-field, message-goto-eoh)
5824         (message-narrow-to-headers): Declare as functions.
5825
5826 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5827
5828         * mail-source.el (mail-sources): Default to fetch from file for
5829         compatibility with default of nnmail-spool-file.
5830
5831 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5832
5833         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5834         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5835         to look for encoded word that should be encoded again.
5836         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5837         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5838         encoding pattern.
5839         (rfc2047-decode-region): Switch strict regexp and loose one according
5840         to rfc2047-allow-irregular-q-encoded-words.
5841
5842 2007-11-25  Romain Francoise  <romain@orebokech.com>
5843
5844         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5845
5846 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5847
5848         * tls.el (tls-program): Provide more custom choices from
5849         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5850         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5851
5852 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5853
5854         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5855         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5856
5857         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5858         `nnmail-spool-file'.
5859
5860         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5861         `nnmail-spool-file'.
5862
5863         * gnus-move.el (gnus-change-server): Ditto.
5864
5865         * gnus-kill.el (gnus-batch-score): Ditto.
5866
5867         * gnus-cache.el (gnus-jog-cache): Ditto.
5868
5869         * gnus-msg.el (gnus-summary-reply):
5870         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5871
5872 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5873
5874         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5875         version.  Minor improvement to doc strings.
5876         (tls-program): Add comment.
5877
5878 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5879
5880         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5881         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5882         mismatch between the hostname provided in the certificate and the name
5883         of the host connnecting to.
5884         (open-tls-stream): Use them.  Check certificates against trusted root
5885         certificates.
5886
5887 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5888
5889         * gnus-cache.el (gnus-cache-generate-nov-databases):
5890         Use nnml-generate-nov-databases-directory instead of
5891         nnml-generate-nov-databases-1.
5892
5893 2007-11-24  Glenn Morris  <rgm@gnu.org>
5894
5895         * message.el (message-tool-bar-retro): Update for rename
5896         mail_send.xpm->mail-send.xpm.
5897
5898 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5901         `smime-ldap-search' for Emacs 22 and up.
5902
5903 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5904
5905         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5906
5907         * message.el (message-send-mail-function): Fix error convention.
5908         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5909         (message-widen-reply, message-send-mail, message-talkative-question)
5910         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5911         (message-clone-locals, message-send-news): Use with-current-buffer.
5912         (message-insert-or-toggle-importance): Remove unused var `valid'.
5913         (message-make-references): Remove unused var `new-references'.
5914         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5915
5916 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5917
5918         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5919         (spam-split-symbolic-return-positive): Reflow docstring.
5920         (spam-backends, spam-summary-exit-behavior)
5921         (spam-mark-ham-unread-before-move-from-spam-group)
5922         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5923         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5924         (spam-clear-cache, spam-backend-check, spam-install-backend)
5925         (spam-install-statistical-backend, spam-list-of-processors)
5926         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5927         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5928         (spam-check-crm114, spam-initialize, spam-unload-hook):
5929         Fix typos in docstrings.
5930
5931 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5934         been checked if they have never been read and those group levels are
5935         higher than the one that a user specified.
5936
5937 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5940         foreign groups unless a group level is specified by a user.
5941         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5942
5943 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * message.el (message-send-mail-function): Require sendmail.
5946
5947 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * message.el (message-send-mail-function): Check for smtpmail too.
5950
5951         * utf7.el (utf7-encode, utf7-decode): Use coding system
5952         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5953
5954         * message.el (message-send-mail-function): New function.
5955         (message-send-mail-function): Set default using
5956         message-send-mail-function.  Adjust doc string.
5957         (message-send-mail-with-mailclient): New function.
5958
5959 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5960
5961         * smime.el (from):
5962         * rfc2047.el (message-posting-charset):
5963         * qp.el (mm-use-ultra-safe-encoding):
5964         * pop3.el (parse-time-months):
5965         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5966         * nnml.el (files):
5967         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5968         (jka-compr-compression-info-list, ange-ftp-path-format)
5969         (efs-path-regexp):
5970         * nndiary.el (files):
5971         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5972         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5973         (epg-digest-algorithm-alist, inhibit-redisplay)
5974         (password-cache-expiry):
5975         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5976         (pgg-output-buffer, password-cache-expiry):
5977         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5978         (efs-path-regexp):
5979         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5980         (inhibit-redisplay):
5981         * mm-uu.el (file-name, start-point, end-point, entry)
5982         (gnus-newsgroup-name, gnus-newsgroup-charset):
5983         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5984         (latin-unity-ucs-list):
5985         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5986         (mm-uu-binhex-decode-function):
5987         * message.el (gnus-message-group-art, gnus-list-identifiers)
5988         (rmail-enable-mime-composing, gnus-local-organization)
5989         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5990         (gnus-read-active-file, facemenu-add-face-function)
5991         (facemenu-remove-face-function, gnus-article-decoded-p)
5992         (tool-bar-mode):
5993         * mail-source.el (display-time-mail-function):
5994         * gnus-util.el (nnmail-pathname-coding-system)
5995         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5996         (gnus-original-article-buffer, gnus-user-agent)
5997         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5998         (xemacs-codename, sxemacs-codename, emacs-program-version):
5999         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
6000         * gnus-start.el (gnus-agent-covered-methods)
6001         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
6002         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
6003         (gnus-newsgroup-headers, gnus-group-list-mode)
6004         (gnus-group-mark-positions, gnus-newsgroup-data)
6005         (gnus-newsgroup-unreads, nnoo-state-alist)
6006         (gnus-current-select-method, mail-sources)
6007         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
6008         (nnmail-spool-file, gnus-cache-active-hashtb):
6009         * gnus-mh.el (mh-lib-progs):
6010         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
6011         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6012         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6013         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6014         (gnus-group-buffer):
6015         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6016         (font-lock-set-defaults):
6017         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6018         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6019         (gnus-summary-post-menu, total-parts, type, condition, length):
6020         * gnus-agent.el (gnus-agent-read-agentview):
6021         * flow-fill.el (show-trailing-whitespace):
6022         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6023         eval-and-compile wrappers for byte compiler pacifiers.
6024
6025         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6026         (mm-display-inline-fontify): Check for featurep 'xemacs not
6027         extent-list.
6028
6029         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6030         itimer-list.
6031         (mm-create-image-xemacs): Only do something for XEmacs.
6032         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6033
6034         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6035
6036         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6037         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6038
6039 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6040
6041         * nnimap.el (nnimap-split-download-body):
6042         * gnus-demon.el (gnus-demon):
6043         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6044
6045 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6046
6047         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6048         macros.
6049         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6050         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6051         copy data from unibyte buffer to multibyte current buffer.
6052         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6053         to copy data from unibyte current buffer to multibyte buffer.
6054         (nntp-make-process-buffer): Make process buffer unibyte.
6055
6056         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6057
6058 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6059
6060         * pop3.el (pop3-open-server): Accept and process data more robustly at
6061         connexion start to avoid spurious "POP SSL connexion failed" errors.
6062
6063 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6066         read group names.
6067
6068 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6069
6070         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6071
6072 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6075         (nnmail-save-active): Use a unibyte buffer when saving active file,
6076         which may contain non-ASCII group names.
6077
6078         * nnml.el (nnml-request-group): Decode group names in messages.
6079
6080 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * message.el (message-citation-line-function)
6083         (message-insert-formatted-citation-line): Fix spelling of
6084         `message-insert-formated-citation-line'.
6085
6086 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6087
6088         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6089
6090 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6093         nnmail-pathname-coding-system.
6094
6095         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6096         that a user enters; decode group names in messages.
6097
6098         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6099
6100 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6103
6104         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6105
6106         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6107         risky local variable.
6108
6109         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6110
6111 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6112
6113         * encrypt.el: Improve documentation to fix function name typo.
6114         Reported by Daiki Ueno <ueno@unixuser.org>.
6115
6116 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6119         even if the point is not in the last page of an article.
6120         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6121         back to the previous page.
6122
6123 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6126
6127 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6130
6131 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6132
6133         * message.el (message-check-news-body-syntax): Avoid
6134         mm-string-as-multibyte.
6135         (message-hide-headers): Don't assume (point-min)==1.
6136
6137 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * message.el (message-remove-blank-cited-lines): Fix if remove is
6140         given.
6141         (message-bogus-address-regexp): New variable.
6142         (message-bogus-recipient-p): New function.
6143         (message-check-recipients): New command.
6144         (message-syntax-checks): Add `bogus-recipient'.
6145         (message-fix-before-sending): Add `bogus-recipient'.
6146
6147         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6148         (gnus-treat-body-boundary): Don't test window-system.
6149
6150 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6151
6152         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6153
6154 2007-10-28  Miles Bader  <miles@gnu.org>
6155
6156         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6157         at compile-time too.
6158
6159 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * gnus-msg.el (gnus-message-setup-hook): Add
6162         `message-remove-blank-cited-lines' to options.
6163
6164 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * message.el (message-remove-blank-cited-lines): New function.
6167         Suggested by Karl Plästerer.
6168
6169 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6170
6171         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6172         mapc.
6173
6174         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6175         (top-level): Use mapc to set functions to be traced for debugging.
6176
6177         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6178         called for effect with while loop.
6179
6180         * message.el (message-talkative-question): Replace mapcar called for
6181         effect with mapc.
6182
6183         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6184         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6185         called for effect with dolist.
6186
6187         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6188
6189         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6190         gnus-extra-headers and nnmail-extra-headers.
6191
6192         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6193         called for effect with dolist.
6194         (top-level): Use mapc to set functions to be traced for debugging.
6195
6196         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6197         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6198         dolist.
6199
6200         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6201         Replace mapcar called for effect with mapc.
6202         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6203         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6204         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6205         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6206
6207         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6208         remove-if that's a cl function.
6209
6210         * webmail.el (webmail-debug): Replace mapcar called for effect with
6211         dolist.
6212
6213         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6214         with mapc.
6215
6216 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6219         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6220         with while loop.
6221
6222         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6223         functions from article-* functions.
6224         (gnus-multi-decode-header): Replace mapcar called for effect with
6225         dolist.
6226
6227         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6228         (gnus-bookmark-show-details): Replace mapcar called for effect with
6229         while loop.
6230
6231         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6232         called for effect with while loop.
6233
6234         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6235         with dolist.
6236
6237         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6238         mapcar called for effect with dolist.
6239
6240         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6241
6242         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6243         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6244         Replace mapcar called for effect with dolist.
6245         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6246         mapc.
6247
6248         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6249         Replace mapcar called for effect with dolist.
6250         (gnus-topic-list): Replace mapcar called for effect with mapc.
6251
6252         * gnus.el: Use mapc instead of mapcar to add autoloads.
6253
6254 2007-10-23  Richard Stallman  <rms@gnu.org>
6255
6256         * gnus-group.el (gnus-group-highlight): Mark as risky.
6257
6258 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gnus.el (gnus-server-to-method): Return method found first in
6261         gnus-newsrc-alist.
6262
6263         * gnus-art.el (gnus-article-highlight-signature)
6264         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6265         button overlay without the front stickiness.
6266
6267 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6268
6269         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6270         overview buffer needed a catch to receive its throw.
6271         (gnus-agent-flush-cache): Declared as interactive to make this function
6272         easier to use.
6273
6274 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6275
6276         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6277         `next-line'.
6278
6279 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6282         exclude address matching message-dont-reply-to-names.
6283
6284 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * gnus-util.el (gnus-string<): New function.
6287
6288         * gnus-sum.el (gnus-article-sort-by-author)
6289         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6290
6291 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6292
6293         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6294         the frame-focus tag is set in gnus-buffer-configuration.
6295
6296 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6297
6298         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6299         the front stickiness.
6300
6301 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6302
6303         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6304         url pattern; remove duplicate one.
6305         (gnus-article-extend-url-button): New function.
6306         (gnus-article-add-buttons): Use it.
6307         (gnus-button-push): Use concatenated url that it makes.
6308
6309 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6310
6311         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6312
6313 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6314
6315         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6316         Don't hardcode point-min==1.
6317
6318 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6319
6320         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6321         Fix comment about "iso8859-1".
6322
6323 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6324
6325         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6326         ones returned from the verify-function.
6327
6328         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6329         mml2015-extract-cleartext-signature if extraction failed.
6330
6331 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6332
6333         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6334         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6335         failed.
6336
6337 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6338
6339         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6340
6341 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6344         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6345         recommends to use EasyPG instead of PGG.
6346
6347         * pgg.el: Revert to revision 6.23.2.16.
6348
6349         * pgg-def.el: Revert to revision 6.6.2.14.
6350
6351         * pgg-gpg.el: Revert to revision 6.23.2.34.
6352
6353 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6354
6355         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6356         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6357         thread for both the null and zero (kill/expire thread) universal prefix
6358         cases.
6359         (gnus-summary-expire-thread): Add new function to expire a thread,
6360         using gnus-summary-kill-thread.
6361         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6362         shortcuts for gnus-summary-expire-thread.
6363         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6364         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6365
6366 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6367
6368         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6369         extras value, so an extras entry can be deleted.
6370         (gnus-registry-delete-extra-entry): Use it.
6371         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6372         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6373         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6374         storage through the gnus-registry, and provide an appropriate API for
6375         it.
6376
6377 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6380         Suggested by Leo <sdl.web@gmail.com>.
6381
6382         * gnus.el: Do.
6383
6384 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6385
6386         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6387         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6388
6389         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6390
6391         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6392         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6393
6394 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6397         newline.
6398         (nnmbox-request-accept-article): Don't change article in source buffer;
6399         narrow to header to use message-fetch-field rather than
6400         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6401         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6402         as delimiters; make sure article ends with newline.
6403         (nnmbox-delete-mail): Correct last position of article to be deleted;
6404         ignore X-Gnus-Newsgroup header in article body.
6405         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6406         positions; make sure article ends with newline.
6407
6408         * message.el (message-display-abbrev): Don't infloop when a user
6409         inserts SPC in the beginning of header.
6410
6411         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6412         coding-system-for-read and coding-system-for-write for XEmacs having no
6413         file-coding feature.
6414
6415         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6416
6417 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6418
6419         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6420         list of groups not followed by default.  Fix type to be regexp.
6421         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6422
6423 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6424
6425         * hmac-def.el (define-hmac-function): Switch from old-style to
6426         new-style backquotes.
6427
6428         * md4.el (md4-make-step): Likewise.
6429
6430 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6433         raw-text coding system when saving .newsrc file, which may contain
6434         non-ASCII group names.
6435
6436 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * gnus-cus.el (gnus-score-extra): New widget.
6439         (gnus-score-extra-convert): New function.
6440         (gnus-score-customize): Use it for Extra.
6441
6442 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6443
6444         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6445         (mml2015-mailcrypt-clear-verify): Use it.
6446         (mml2015-gpg-clear-verify): Use it.
6447         (mml2015-pgg-clear-verify): Use it.
6448         (mml2015-epg-clear-verify): Replace the current part with the output
6449         from GnuPG; don't extract the plaintext by itself.
6450
6451         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6452         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6453         mml2015-clear-verify-function; don't touch the armor headers or
6454         dash-escaped text here.
6455
6456 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6459         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6460         parts, or application/octet-stream as a last resort.
6461         (gnus-mime-view-part-as-type): Don't toggle display.
6462         (gnus-mime-view-part-as-charset): Don't turn off display before
6463         querying charset.
6464
6465         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6466         stuff to undisplayer function in Emacs.
6467         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6468
6469         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6470         text/calendar parts.
6471
6472 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6473
6474         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6475         decoding text/calendar parts.
6476
6477         * message.el (message-forward-make-body-mime): Always mark body as
6478         having no illegible text; remove signed-or-encrypted argument.
6479         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6480
6481         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6482         (mml-generate-mime-1): Don't encode body if it is specified to be in
6483         raw form; don't make buffer be unibyte when inserting multibyte string.
6484
6485 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6486
6487         * sha1.el: Fix up comment style.
6488         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6489         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6490
6491         * hex-util.el: Fix up comment style.
6492         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6493
6494         * gnus-salt.el: Use with-current-buffer.
6495         (gnus-pick-setup-message): Fix long-standing typo.
6496
6497 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * imap.el (imap-logout-timeout): New variable.
6500         (imap-logout, imap-logout-wait): New functions.
6501         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6502
6503         * nnimap.el (nnimap-logout-timeout): New server variable.
6504         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6505         nnimap-logout-timeout.
6506
6507         * gnus-art.el (gnus-article-summary-command-nosave)
6508         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6509
6510 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus.el (gnus-maximum-newsgroup): New variable.
6513
6514         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6515         according to gnus-maximum-newsgroup.
6516
6517         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6518         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6519         Limit the range of articles according to gnus-maximum-newsgroup.
6520
6521 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6522
6523         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6524         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6525         Don't perform gnus-configure-windows here; reuse existing sticky
6526         article buffer.
6527
6528         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6529         it doesn't exist in gnus-article-mode.
6530
6531 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6532
6533         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6534         (gnus-agent-decoded-group-name): New function.
6535         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6536         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6537
6538 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6539
6540         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6541         Add binding for gnus-sticky-article.
6542         (gnus-summary-exit): Don't kill sticky article buffers.
6543
6544         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6545         article buffer.
6546         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6547         (gnus-kill-sticky-article-buffers): New commands.
6548
6549 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6550
6551         * nntp.el (nntp-xref-number-is-evil): New server variable.
6552         (nntp-find-group-and-number): If it is non-nil, don't trust article
6553         numbers in the Xref header.
6554
6555 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6556
6557         * gnus-agent.el (gnus-agent-read-group): New function.
6558         (gnus-agent-flush-group, gnus-agent-expire-group)
6559         (gnus-agent-regenerate-group): Use it.
6560         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6561         nnmail-pathname-coding-system.
6562
6563 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6566
6567         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6568         that are unread as unread, and also as selected so that information of
6569         marks having been changed by a user may be updated when exiting group.
6570
6571 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6572
6573         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6574         calculated ignoring signature parts to gnus-treat-article.
6575
6576 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6579         a point here in order to keep the window start.
6580         (gnus-insert-mime-security-button): Make a button overlay without the
6581         front stickiness.
6582         (gnus-mime-display-security): Goto the end of a button.
6583
6584         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6585
6586 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6587
6588         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6589         group-name-at-point.
6590         (gnus-group-completing-read): New function that offers decoded
6591         non-ASCII group names for completion.
6592         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6593         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6594         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6595         (gnus-group-fetch-control): Use it.
6596         (gnus-fetch-group): Use group-name-at-point for the initial value
6597         rather than the default value; use gnus-alive-p.
6598
6599         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6600         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6601         (gnus-summary-post-news): Use gnus-group-completing-read.
6602
6603         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6604         (gnus-read-move-group-name): Decode group name for completion.
6605
6606 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6607
6608         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6609         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6610         Yamaoka slightly modified the code).
6611
6612 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6613
6614         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6615         (nnmail-split-incoming): Bind it.
6616
6617         * nnml.el (nnml-group-name-charset): New function.
6618         (nnml-decoded-group-name): Use it; don't decode group name if
6619         nnmail-group-names-not-encoded-p is non-nil.
6620         (nnml-encoded-group-name): New function.
6621         (nnml-group-pathname): Inline nnml-decoded-group-name.
6622         (nnml-request-expire-articles): Decode group name in message.
6623         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6624         nnmail-pathname-coding-system.
6625         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6626         not decoded ones according to nnmail-group-names-not-encoded-p.
6627         (nnml-generate-active-info): Use nnml-encoded-group-name.
6628
6629 2007-08-08  Glenn Morris  <rgm@gnu.org>
6630
6631         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6632         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6633         doc-strings and comments.
6634
6635 2007-07-25  Glenn Morris  <rgm@gnu.org>
6636
6637         * Relicense all FSF files to GPLv3 or later.
6638
6639 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6640
6641         * gnus-sum.el (gnus-summary-move-article): Make
6642         gnus-summary-respool-article work.
6643
6644 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6645
6646         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6647         string.
6648
6649 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6650
6651         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6652         that should be ignored when comparing distant RSS articles with local
6653         ones.
6654         (nnrss-make-hash-index): New function.  Create a hash index according
6655         to the ignored fields.
6656         (nnrss-check-group): Use it.
6657
6658 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6659
6660         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6661
6662         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6663
6664         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6665         the new optional argument ENCODED is non-nil.
6666         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6667         coding system for encoding group name.
6668         (gnus-group-make-rss-group): Pass un-encoded group name to
6669         gnus-group-make-group.
6670         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6671         encoded.
6672
6673         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6674         Encode group name to which articles are moved or copied.
6675         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6676         coding system for encoding Newsgroup, Followup-To and Xref headers.
6677
6678         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6679         marks; use nnheader-file-coding-system to write a file.
6680         (nnagent-retrieve-headers): Bind file-name-coding-system to
6681         nnmail-pathname-coding-system.
6682
6683         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6684
6685         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6686         (nnml-request-article, nnml-request-create-group)
6687         (nnml-request-rename-group, nnml-find-id)
6688         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6689         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6690         (nnml-save-marks): Use nnml-group-pathname instead of
6691         nnmail-group-pathname.
6692
6693         (nnml-request-create-group, nnml-request-expire-articles)
6694         (nnml-request-move-article, nnml-request-delete-group)
6695         (nnml-deletable-article-p, nnml-possibly-create-directory)
6696         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6697         (nnml-open-marks): Bind file-name-coding-system to
6698         nnmail-pathname-coding-system.
6699
6700         (nnml-request-article): Pass server argument to nnml-find-group-number.
6701         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6702         server argument to nnml-possibly-create-directory.
6703         (nnml-request-accept-article): Pass server argument to
6704         nnml-active-number and nnml-save-mail.
6705         (nnml-find-group-number): Pass server argument to nnml-find-id.
6706         (nnml-request-update-info): Pass server argument to
6707         nnml-marks-changed-p.
6708
6709         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6710         (nnml-save-mail, nnml-active-number): Add server argument.
6711
6712         (nnml-request-delete-group): Warn if group is missing.
6713         (nnml-get-nov-buffer): Decode group name.
6714         (nnml-generate-active-info): Encode group name.
6715         (nnml-open-marks): Decode group name in messages.
6716
6717 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6720         if it is not specified.
6721         (gnus-article-pipe-part, gnus-article-save-part)
6722         (gnus-article-interactively-view-part, gnus-article-copy-part)
6723         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6724         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6725         (gnus-article-replace-part, gnus-article-delete-part)
6726         (gnus-article-view-part-as-type): Pass raw prefix argument to
6727         gnus-article-part-wrapper.
6728
6729 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * gnus-agent.el (gnus-agent-save-active): Bind
6732         nnheader-file-coding-system to gnus-agent-file-coding-system.
6733
6734         * gnus-cache.el (gnus-cache-save-buffers)
6735         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6736         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6737         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6738         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6739         (gnus-cache-generate-active, gnus-cache-rename-group)
6740         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6741         (gnus-cache-update-overview-total-fetched-for): Bind
6742         file-name-coding-system to nnmail-pathname-coding-system.
6743         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6744         variables.
6745         (gnus-cache-decoded-group-name): New function.
6746         (gnus-cache-file-name): Use it.
6747         (gnus-cache-generate-active): Use non-decoded group name for active.
6748
6749         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6750         right place.
6751         (gnus-write-active-file): Don't break non-ASCII group names.
6752
6753         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6754         nnmail-pathname-coding-system.
6755
6756         * lpath.el: Bind default-file-name-coding-system,
6757         file-name-coding-system and language-info-alist for XEmacs.
6758
6759         * gnus-uu.el (gnus-uu-decode-save): Typo.
6760
6761 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6764
6765 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6768         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6769         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6770         (gnus-agent-flush-group, gnus-agent-flush-cache)
6771         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6772         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6773         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6774         (gnus-agent-regenerate-group)
6775         (gnus-agent-update-files-total-fetched-for)
6776         (gnus-agent-update-view-total-fetched-for): Bind
6777         file-name-coding-system to nnmail-pathname-coding-system.
6778         (gnus-agent-group-pathname): Don't encode file names by
6779         nnmail-pathname-coding-system.
6780         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6781         coding-system-for-write instead of buffer-file-coding-system to
6782         gnus-agent-file-coding-system.
6783
6784         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6785         Decode group name.
6786
6787         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6788
6789         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6790         (gnus-read-newsrc-el-file): Make group names unibyte.
6791
6792         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6793         nnmail-pathname-coding-system.
6794
6795         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6796         (nnrss-request-delete-group): Bind file-name-coding-system to
6797         nnmail-pathname-coding-system.
6798         (nnrss-read-server-data, nnrss-read-group-data): Bind
6799         file-name-coding-system correctly.
6800         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6801
6802         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6803         (nntp-server-to-method-cache): New variable.
6804         (nntp-group-pathname): New function that decodes non-ASCII group names.
6805         (nntp-possibly-create-directory, nntp-marks-changed-p)
6806         (nntp-save-marks, nntp-open-marks): Use it.
6807         (nntp-possibly-create-directory, nntp-open-marks):
6808         Bind file-name-coding-system to nnmail-pathname-coding-system.
6809         (nntp-open-marks): Decode group names when bootstrapping marks.
6810
6811         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6812         Newsgroups and Folowup-To headers.
6813
6814 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6817         (gnus-server-closed-face, gnus-server-denied-face)
6818         (gnus-server-offline-face): Remove variable.
6819         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6820
6821         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6822         of modifying message-stack directly for XEmacs.
6823
6824         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6825         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6826         if the coding-system argument is nil for XEmacs.
6827
6828         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6829         mm-charset-override-alist.
6830
6831         * rfc2047.el: Don't require base64; require rfc2045 for the function
6832         rfc2045-encode-string.
6833         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6834         to quote the parameter value.
6835
6836 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6839         form in gnus-group-name-charset-method-alist.
6840
6841         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6842         overrides the default layout edit-form.
6843
6844         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6845
6846         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6847
6848 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6851         as unfetched articles.
6852
6853 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6856
6857 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6860         original back end that keeps marks in the local system.
6861
6862 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6865         arg of pop-to-buffer for XEmacs.
6866         (gnus-article-read-summary-keys): Ditto; don't restore window
6867         configuration if summary command ends up with neither article buffer
6868         nor summary buffer; describe bindings if summary keys end with C-h.
6869
6870 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6871
6872         * message.el (message-fix-before-sending): Skip raw message part to be
6873         forwarded while checking illegible text.
6874         (message-forward-make-body-mime, message-forward-make-body): Mark
6875         signed or encrypted raw message as having no illegible text.
6876
6877 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6878
6879         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6880         (gnus-message-with-timestamp-1): New macro.
6881         (gnus-message-with-timestamp): New function.
6882         (gnus-message): Use them.
6883
6884         * nnheader.el (nnheader-message): Use them.
6885
6886 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6887
6888         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6889         .newsrc.eld file.
6890
6891 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * gnus-agent.el (gnus-agent-fetch-headers)
6894         (gnus-agent-retrieve-headers): Bind
6895         gnus-decode-encoded-address-function to identity.
6896
6897         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6898         available also when the server returns simply a dot.
6899
6900         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6901
6902 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6905
6906 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-ems.el (gnus-x-splash): Make it work.
6909
6910         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6911         from being used.
6912
6913         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6914
6915 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6918         4th and the 5th arguments.
6919
6920         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6921         the front stickiness.
6922         (gnus-article-summary-command-nosave): Correct the order of the
6923         arguments passed to pop-to-buffer.
6924         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6925         summary command ends up with the article buffer.
6926
6927         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6928         the same faces.
6929
6930 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6931
6932         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6933
6934 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6935
6936         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6937         * gnus-sum.el (gnus-summary-highlight):
6938         * pgg.el (pgg-sign-region, pgg-sign):
6939         * mail-source.el (mail-source-delete-old-incoming-confirm):
6940         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6941
6942 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * gnus-art.el (gnus-mime-view-part-externally)
6945         (gnus-mime-view-part-internally): Fix predicate function passed to
6946         completing-read.
6947
6948         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6949
6950         * gnus.el (gnus-update-message-archive-method): Add :version.
6951
6952 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus.el (gnus-update-message-archive-method): New variable.
6955
6956         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6957         according to gnus-message-archive-method if
6958         gnus-update-message-archive-method is non-nil.
6959
6960 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6963         by Loic Dachary <loic@dachary.org>.
6964         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6965
6966 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * message.el (message-pop-to-buffer): Add switch-function argument.
6969         (message-mail): Pass switch-function argument to it.
6970
6971 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6974         Improve doc string.
6975
6976 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6979         (gnus-header-content)
6980         * gnus-cite.el (gnus-cite-10)
6981         * gnus-srvr.el (gnus-server-closed)
6982         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6983         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6984         (gnus-group-mail-3-empty, gnus-group-mail-low)
6985         (gnus-group-mail-low-empty, gnus-splash)
6986         * message.el (message-header-to, message-header-cc)
6987         (message-header-subject, message-header-other, message-header-name)
6988         (message-header-xheader, message-separator, message-cited-text)
6989         (message-mml): Lighten colors of faces used for dark background.
6990
6991 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6992
6993         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6994         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6995
6996 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * message.el (message-narrow-to-headers-or-head):
6999         Ignore mail-header-separator in the body.
7000
7001 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
7004         same as window size.
7005
7006 2007-05-22  Kevin Ryde  <user42@zip.com.au>
7007
7008         * message.el (message-font-lock-keywords): Use message-header-xheader
7009         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
7010         ahead of the anything pattern, to get it recognised.
7011
7012 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7015         spam.el loads uses it in the compiled defadvice form.
7016
7017 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7018
7019         * gnus-sum.el (gnus-articles-to-read)
7020         (gnus-summary-insert-old-articles): Don't truncate group name for
7021         `read-string'.
7022
7023         * gnus-util.el (gnus-limit-string): Delete this function.
7024
7025         * gnus-sum.el (gnus-simplify-subject-fully): Use
7026         `truncate-string-to-width' instead.
7027
7028 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7029
7030         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7031         if, on summary exit, the next group has to be selected.
7032         (gnus-summary-exit): Use it.
7033
7034 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7035
7036         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7037         non-break space.
7038
7039 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7042         Check if group is not a directory.
7043         (nnfolder-request-expire-articles): Don't delete articles if the target
7044         group is not available.
7045
7046         * nnml.el (nnml-request-create-group): Properly check if group is not a
7047         file.
7048         (nnml-request-expire-articles): Don't delete articles if the target
7049         group is not available.
7050
7051         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7052         Don't quote characters that are within parentheses.
7053
7054 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7055
7056         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7057         (gnus-handle-ephemeral-exit): Select article according to it.
7058
7059 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7060
7061         * message.el (message-insert-formated-citation-line): Remove newline.
7062         (message-citation-line-format): Add final \n here so that the user can
7063         avoid a blank line.
7064
7065 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7066
7067         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7068         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7069         Update lanl/arXiv support.
7070
7071 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7072
7073         * gnus.el: Bump version number.
7074
7075 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076
7077         * gnus.el (gnus-version-number): Bump version.
7078
7079 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7080
7081         * gnus.el: No Gnus v0.6 is released.
7082
7083 2007-04-27  Didier Verna  <didier@xemacs.org>
7084
7085         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7086         * gmm-utils.el (gmm-regexp-concat): here.
7087         * message.el: Don't require 'gnus-util.
7088         (message-dont-reply-to-names): Handle name change above.
7089         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7090
7091 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7094         since the initial value varies according to the system.
7095
7096 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7099
7100 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7101
7102         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7103
7104 2007-04-24  Didier Verna  <didier@xemacs.org>
7105
7106         Improve the type of gnus-ignored-from-addresses.
7107         * gnus-util.el (gnus-orify-regexp): New function.
7108         * message.el (gnus-util): Require it.
7109         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7110         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7111         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7112
7113 2007-04-24  Didier Verna  <didier@xemacs.org>
7114
7115         * gnus-sum.el:
7116         * gnus-utils.el: Fix some trailing whitespaces.
7117
7118 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7119
7120         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7121         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7122         article's Message-ID; refer parent article in summary buffer.
7123
7124         * message.el (message-bounce): Call mime-to-mml.
7125
7126         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7127         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7128         optimize and/or forms properly.
7129
7130 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7133         URL.
7134
7135 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7138
7139 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7140
7141         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7142         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7143         displayed of multipart/alternative part if it is invoked from summary
7144         buffer.
7145
7146         * mm-view.el (mm-inline-text-html-render-with-w3m)
7147         (mm-inline-text-html-render-with-w3m-standalone)
7148         (mm-inline-render-with-function): Use mail-parse-charset by default.
7149
7150 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7151
7152         * parse-time.el (parse-time-string-chars): Check if CHAR
7153         is less than the length of parse-time-syntax.
7154
7155 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7156
7157         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7158         from gnus-newsgroup-processable.
7159
7160 2007-04-16  Didier Verna  <didier@xemacs.org>
7161
7162         * gnus-msg.el (gnus-configure-posting-styles): Handle
7163         message-signature-directory properly with :file syntax.  Reported by
7164         "Leo".
7165
7166 2007-04-11  Didier Verna  <didier@xemacs.org>
7167
7168         New user option: message-signature-directory.
7169         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7170         * message.el (message-insert-signature): Ditto.
7171         * message.el (message-signature-file): Doc update.
7172         * message.el (message-signature-directory): New.
7173
7174 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-msg.el (gnus-inews-yank-articles): Use
7177         message-exchange-point-and-mark instead of exchange-point-and-mark.
7178
7179 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * message.el (message-yank-original): Make sure cited text ends with
7182         newline; don't exchange point and mark.
7183
7184 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7185
7186         * tls.el (open-tls-stream): Properly handle case where there
7187         is no associated buffer.
7188
7189 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7190
7191         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7192         message-yank-original, make sure (< mark TEXT point).
7193
7194 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * message.el (message-fill-column): New variable.
7197         (message-mode): Use it.  Add comment on a possible new hook.
7198
7199         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7200         (nnmail-get-new-mail): Reformat.
7201
7202         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7203
7204         * gmm-utils.el: Fix Commentary.
7205         (gmm-tool-bar-from-list): Fix typo in doc string.
7206
7207 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7208
7209         * message.el (message-yank-original): Don't switch point and mark
7210         unnecessarily to put point and mark as documented.
7211
7212 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7213
7214         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7215         from the message heads.
7216
7217 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7218
7219         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7220         article buffer does not have a window.  This may not be the best
7221         solution but is certainly better than setting the start of the null,
7222         that is the current, window.
7223
7224 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7225
7226         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7227         (gnus-draft-setup): Run it.
7228
7229         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7230         gnus-score-fast-scoring.  Allow regexp.
7231         (gnus-score-headers): Use it.
7232
7233         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7234         XEmacs.
7235
7236         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7237         string.
7238         (gnus-button-alist): Also catch `<f1> k ...'.
7239         (gnus-treat-display-x-face): Fix doc string.
7240
7241 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7242
7243         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7244         evaluation of gnus-extended-version to ensure correct generation of the
7245         User-Agent header when message-generate-headers-first is used.
7246
7247 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7248
7249         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7250         hashcash-path is nil.  Don't call callback with incorrect number of
7251         parameters if val is 0.
7252
7253 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7254
7255         * message.el (message-required-news-headers):
7256         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7257
7258 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7259
7260         * tls.el (open-tls-stream): In handshake-waiting loop,
7261         don't wait more if there is output available to process.
7262
7263 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7264
7265         * tls.el (tls-program): Doc fix.
7266
7267 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * message.el (message-generate-new-buffers): Change the meaning of the
7270         nil value; add `standard' to the choices; treat t as `unique'; improve
7271         doc string.
7272         (gnus-select-frame-set-input-focus): Autoload.
7273         (message-buffer-name): Search for the existing message buffer if
7274         message-generate-new-buffers is nil or `standard'; treat the value t of
7275         message-generate-new-buffers as `unique'.
7276         (message-pop-to-buffer): Raise the frame already displaying the message
7277         buffer; clear the echo area after querying.
7278         (message-setup): Pass the `continue' argument to compose-mail.
7279         (message-mail): Prefer `switch-function' if it is given; search for the
7280         existing message buffer if the `continue' argument is non-nil; pass
7281         continue and switch-function arguments to compose-mail by way of
7282         message-setup.
7283         (message-mail-other-window): Adjust argument of message-setup.
7284         (message-mail-other-frame): Ditto.
7285
7286 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7287
7288         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7289         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7290         to turn font-lock on when turning gnus-message-citation-mode on.
7291
7292 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7293
7294         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7295         (mml-smime-function-alist): New variable; add epg as the backend.
7296         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7297         mml-smime- functions instead.
7298         * mm-view.el: Require smime.
7299
7300 2007-03-05  Didier Verna  <didier@xemacs.org>
7301
7302         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7303         instead of just inheritance for posting styles.
7304         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7305
7306 2007-02-24  Chris Moore  <dooglus@gmail.com>
7307
7308         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7309         * pgg-pgp.el (pgg-pgp-encrypt-region):
7310         * pgg-gpg.el (pgg-gpg-encrypt-region):
7311         Check pgg-encrypt-for-me if no other recipients.
7312
7313 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7314
7315         * tls.el (tls-certtool-program): Fix custom type.
7316
7317 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7320         and point-at-eol instead of line-(beginning|end)-position.
7321
7322         * assistant.el (assistant-parse-buffer): Ditto.
7323
7324         * netrc.el (netrc-parse-services): Ditto.
7325
7326 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7327
7328         * mml2015.el (mml2015-epg-find-usable-key): New function.
7329         (mml2015-epg-sign): Use it.
7330         (mml2015-epg-encrypt): Use it.
7331
7332 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7333
7334         * message.el (message-make-in-reply-to): Quote name containing
7335         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7336         if there are special characters.  Reported by NAKAJI Hiroyuki
7337         <nakaji@jp.freebsd.org>.
7338
7339 2007-02-27  Didier Verna  <didier@xemacs.org>
7340
7341         Include the group parameters as well as the topic ones in the
7342         inheritance filter process.
7343         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7344         argument GROUP-PARAMS-LIST.
7345         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7346
7347 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7348
7349         * nntp.el (nntp-never-echoes-commands)
7350         (nntp-open-connection-functions-never-echo-commands): New variables.
7351         (nntp-send-command): Use them.
7352
7353 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7354
7355         * mml2015.el (mml2015-epg-verify): Simplified.
7356
7357 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7358
7359         * mml.el (mml-content-disposition-alist): New user option.
7360         (mml-content-disposition): New function.
7361         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7362         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7363
7364 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7365
7366         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7367         verification.
7368
7369 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7370
7371         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7372         articles posted in the last 24 hours.
7373
7374 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7375
7376         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7377
7378 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7379
7380         * nntp.el (nntp-send-command): Don't wait for echoes when
7381         nntp-open-ssl-stream is used.
7382
7383 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7386         (gnus-message-add-citation-keywords)
7387         (gnus-message-remove-citation-keywords): Remove.
7388         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7389         directly, make the variables in font-lock-defaults buffer-local, add
7390         gnus-message-citation-keywords to them and then update the value of
7391         font-lock-keywords.
7392
7393 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * message.el (message-cite-original-1): Don't call
7396         gnus-article-highlight-citation.
7397
7398         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7399         citations; fix line count.
7400
7401 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7404         (gnus-message-add-citation-keywords)
7405         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7406         versions of font-lock-add-keywords and font-lock-remove-keywords to
7407         work with XEmacs correctly.
7408
7409 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * gnus-cite.el (gnus-cite-face-list): Set the values of
7412         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7413         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7414         (gnus-message-cite-prefix-regexp): New variable.
7415         (gnus-message-search-citation-line): Use it; protect against long
7416         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7417         the 0th match data for Emacs.
7418         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7419         (gnus-message-add-citation-keywords): Append keywords rather than
7420         prepending; emulate font-lock-add-keywords if it is not available.
7421         (gnus-message-remove-citation-keywords): Emulate
7422         font-lock-remove-keywords if it is not available.
7423
7424         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7425
7426         * message.el (message-cite-prefix-regexp): Set the value of
7427         gnus-message-cite-prefix-regexp.
7428
7429 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7430
7431         * nnweb.el (nnweb-google-parse-1): Update parser.
7432
7433 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7434
7435         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7436
7437 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7438
7439         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7440         regexp.
7441
7442 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7443
7444         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7445         string-to-multibyte.
7446         (uudecode-decode-region-internal): Use it.
7447
7448         * lpath.el: Fbind string-as-multibyte for XEmacs.
7449
7450 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7451
7452         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7453         custom choice.
7454
7455         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7456
7457 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7458
7459         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7460
7461         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7462         `write-region' to respect `mm-inhibit-file-name-handlers'.
7463
7464 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7465
7466         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7467         Use gnus-home-directory instead of "~/" or "$HOME".
7468
7469 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7470
7471         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7472         to mention filename.
7473         Add comments at beginning regarding usage.
7474         (encrypt-write-file-contents): Change interactive so a string is
7475         acceptable.  If the file has no associated model, show an error instead
7476         of a nonsense prompt.
7477
7478 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7479
7480         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7481         Thanks to Yoshihiko Yamada for kind notification of this typo.
7482
7483 2007-01-12  Kenichi Handa  <handa@m17n.org>
7484
7485         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7486         multibyte buffer.
7487
7488 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * gnus-score.el (gnus-score-fast-scoring): New variable.
7491         (gnus-score-headers): Use it.
7492
7493         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7494
7495         * message.el (message-cite-original-1): Call
7496         gnus-article-highlight-citation if requested.
7497         (message-make-from): Allow name and address as optional arguments.
7498
7499         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7500
7501         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7502         bugs to doc string.
7503         (gnus-button-alist): Add mid\\|message-id.
7504         (gnus-button-fetch-group): Extend for use in
7505         `browse-url-browser-function'.
7506         (gnus-button-url-regexp): Try to catch paired parentheses like in
7507         Wikipedia URLs.
7508
7509         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7510         Suggested by Simon Krahnke <overlord@gmx.li>.
7511
7512 2007-01-13  Romain Francoise  <romain@orebokech.com>
7513
7514         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7515         Update copyright.
7516
7517 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7518
7519         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7520
7521 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7522
7523         * gnus-registry.el (gnus-registry-unfollowed-groups)
7524         (gnus-registry-split-fancy-with-parent): Fix documentation.
7525
7526 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7527
7528         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7529         from nnweb groups.
7530
7531 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7532
7533         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7534         Xref urls.  Erase buffer before requesting head.
7535
7536 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7537
7538         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7539         customizable.
7540
7541 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7542
7543         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7544         no signing key is found.
7545         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7546         no encrypting and/or signing key is found.
7547
7548 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7551
7552 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7553
7554         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7555         headers read from disk with the ones newly found in the current search.
7556         This should no longer cause problems, because the article numbers in
7557         Gmane's `nov.php' output are ignored since the previous change.
7558
7559 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7560
7561         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7562
7563 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7564
7565         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7566         replace-regexp-in-string; bind url-version; fbind display-images-p and
7567         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7568         find-face and set-itimer-function for Emacs; bind itimer-list for
7569         Emacs.
7570
7571         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7572
7573 2007-01-01  Romain Francoise  <romain@orebokech.com>
7574
7575         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7576
7577 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7578
7579         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7580         `define-minor-mode' macro definition expanded properly.
7581         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7582         exclude it there.
7583
7584         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7585         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7586         `fboundp' test.
7587         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7588         This is OK to autoload in (S)XEmacs now.
7589
7590 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7591
7592         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7593         keystroke.
7594         (gnus-summary-limit-to-singletons): Fix typo.
7595
7596         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7597         else fails.
7598
7599 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7600
7601         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7602         docstring.
7603
7604         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7605         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7606         (gnus-summary-insert-dormant-articles): Fix typo in message.
7607
7608 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7609
7610         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7611         nil for XEmacs.
7612         (gnus-message-citation-mode): Don't autoload in XEmacs.
7613
7614         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7615
7616 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7617
7618         * nnimap.el (nnimap-expunge-search-string): Mention
7619         nnimap-search-uids-not-since-is-evil in docstring.
7620
7621 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7622
7623         * spam.el: Revert to make-obsolete-variable because
7624         define-obsolete-variable-alias is not supported in Emacs 21.
7625
7626         * spam.el (spam-ifile-path, spam-ifile-database-path)
7627         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7628         make-obsolete-variable.
7629         (spam-bsfilter-path, spam-bsfilter-program)
7630         (spam-spamassassin-path, spam-spamassassin-program)
7631         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7632         use "path" inappropriately.
7633         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7634         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7635         variable names.
7636
7637 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7638
7639         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7640         summary buffer.
7641
7642         * password.el (password-cache-remove): Use clear-string to burn
7643         password, if available.
7644
7645 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7648
7649         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7650
7651         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7652         (gnus-message-highlight-citation): Move defcustom here from
7653         gnus-cite.el.
7654         (gnus-message-citation-mode): Autoload.
7655
7656         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7657         checks to make it compile with XEmacs.
7658         (gnus-message-citation-mode): New minor mode.
7659         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7660         (gnus-message-highlight-citation): New variables.
7661         (gnus-message-search-citation-line)
7662         (gnus-message-add-citation-keywords)
7663         (gnus-message-remove-citation-keywords)
7664         (turn-on-gnus-message-citation-mode)
7665         (turn-off-gnus-message-citation-mode): New functions.
7666
7667 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7668
7669         * gnus-cite.el: Enable highlighting of different citation levels in
7670         message-mode.
7671
7672 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * message.el (message-make-fqdn): Fix comment.
7675         (message-bogus-system-names): Add ".local".
7676
7677         * spam.el (spam-ifile-path, spam-ifile-program)
7678         (spam-ifile-database-path, spam-ifile-database)
7679         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7680         Don't use "path" inappropriately.
7681         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7682         strings.
7683         (spam-check-ifile, spam-ifile-register-with-ifile)
7684         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7685         new variable names.
7686
7687         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7688         (gnus-treat-display-smileys): Simplify using
7689         gnus-image-type-available-p.
7690
7691         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7692         available.
7693
7694         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7695         `display-images-p' if available.
7696
7697 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7700         one after turning on the buffer's multibyteness instead of decoding
7701         them directly in the unibyte buffer that causes unexpected conversion
7702         in Emacs 23 (unicode).
7703
7704 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7705
7706         * message.el (message-generate-hashcash): Fix custom type.
7707
7708 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7709
7710         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7711
7712 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7713
7714         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7715         disconnect icons.  Add help text.
7716
7717 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7718
7719         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7720         negated to be consistent with the others we handle.
7721
7722 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7723
7724         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7725         version of gnus-summary-buffer to something, so that we can use two
7726         article buffers at the same time.
7727
7728 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7729
7730         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7731         trigger all the extra headers.
7732         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7733         sorting.
7734
7735 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7736
7737         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7738         solid groups.
7739
7740 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7741
7742         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7743
7744 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7745
7746         * legacy-gnus-agent.el: Add Copyright notice.
7747
7748 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7749
7750         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7751
7752 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7753
7754         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7755
7756         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7757         to make it work reliably in CVS Emacs.
7758         (gnus-summary-limit-strange-charsets-predicate)
7759         (gnus-summary-limit-to-predicate): New functions.
7760
7761 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7762
7763         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7764         specifying array size.
7765         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7766         array if it is too small.
7767         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7768         (gnus-sort-threads-loop): New function.
7769
7770 2006-12-06  Chris Moore  <dooglus@gmail.com>
7771
7772         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7773         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7774
7775 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7776
7777         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7778         options.
7779
7780 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7781
7782         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7783         DOS-ing the recipient.
7784
7785         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7786         the headers when creating the mapping to avoid mismappings.
7787         (nnweb-gmane-create-mapping): Always nix out old mapping.
7788
7789 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7792         and mm-verify-option to never.
7793
7794 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * message.el (message-signed-or-encrypted-p): New function.
7797         (message-forward-make-body): Use it.
7798
7799         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7800         Replace encode-coding-string with mm-encode-coding-string.
7801
7802 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * nneething.el (nneething-decode-file-name): Replace
7805         decode-coding-string with mm-decode-coding-string.
7806
7807         * gnus-int.el (gnus-open-server): Say failed server's name.
7808
7809 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7810
7811         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7812         strings to a single string.  Quote `errors-file-name'.
7813         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7814         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7815         Adjust calls.  Use `shell-quote-argument'.
7816
7817 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7818
7819         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7820         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7821
7822         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7823         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7824         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7825         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7826         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7827         (gnus-subscribe-newsgroup, gnus-1):
7828         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7829         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7830         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7831         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7832
7833 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7834
7835         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7836         keystroke.
7837         (gnus-summary-limit-to-bodies): Implement headersp.
7838
7839 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7840
7841         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7842
7843 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7844
7845         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7846
7847 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7848
7849         * message.el (message-generate-hashcash): Expand range of values to
7850         include `opportunistic'.
7851         (message-send-mail): Use it.
7852
7853 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7854
7855         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7856         and comment it.
7857
7858         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7859
7860 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7861
7862         * gnus-util.el (gnus-extract-address-components): Improve comment.
7863
7864 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gnus-util.el (gnus-extract-address-components): Work with address in
7867         which the name portion contains @.
7868
7869         * lpath.el: Fbind custom-autoload.
7870
7871 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7872
7873         * gnus.el (gnus-start): Move custom group up.
7874         (gnus-select-method): Don't autoload, but make it available for
7875         `customize-variable'.
7876         (gnus-getenv-nntpserver): Don't autoload.
7877
7878 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7879
7880         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7881
7882 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * message.el (message-sendmail-extra-arguments): New variable.
7885         (message-send-mail-with-sendmail): Use it.
7886
7887 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7890         mm-with-unibyte-current-buffer to make string unibyte.
7891
7892         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7893         mm-string-as-multibyte.
7894
7895 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7896
7897         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7898         Reported by Werner Koch <wk@gnupg.org>.
7899
7900 2006-11-14  Daiki Ueno  <ueno@p360>
7901
7902         * mml2015.el: Autoload epa-select-keys when compiling.
7903
7904 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7905
7906         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7907         message-options.
7908         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7909
7910 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7911
7912         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7913         EasyPG (< 0.0.6).
7914         (mml2015-always-trust): New user option.
7915         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7916         prompt.
7917
7918 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * nntp.el (nntp-authinfo-force): New variable.
7921         (nntp-send-authinfo): Use it.
7922
7923 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7926         decode encoded words.  Improve prompt.  Add comment about forwarding.
7927         (message-replacement-char): Move up.
7928
7929 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7930
7931         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7932         instead of gnus-intersection because arguments of gnus-sorted-nunion
7933         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7934
7935 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7936
7937         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7938         (message-simplify-subject-functions): Enable
7939         message-strip-subject-encoded-words by default.
7940
7941 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7942
7943         * message.el (message-strip-subject-encoded-words): New function.
7944         (message-simplify-subject-functions): New variable.
7945         (message-simplify-subject): Use it.  Fix typo in doc string.
7946         Support message-strip-subject-encoded-words.
7947
7948 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7949
7950         * gnus-diary.el (gnus-diary-delay-format-function):
7951         * nndiary.el (nndiary-reminders):
7952         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7953
7954 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7955
7956         * gnus-art.el (article-hide-boring-headers): Fetch date from
7957         gnus-original-article-buffer to avoid problems with localized date
7958         strings.
7959
7960 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7963
7964 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7967         New variables.
7968         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7969         (mm-charset-synonym-alist): Move some entries to
7970         mm-codepage-iso-8859-list.
7971         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7972         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7973
7974 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7977
7978 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7979
7980         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7981         with Emacs 21 and XEmacs.
7982
7983 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7984
7985         * spam.el (spam-parse-address): New function for better parsing,
7986         catching errors, etc.
7987         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7988
7989 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         * mm-view.el: Add interactive arg to html2text autoload.
7992
7993 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7994
7995         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7996
7997 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7998
7999         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
8000         variables.
8001         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
8002         (mm-charset-synonym-alist): Move some entries to
8003         mm-codepage-iso-8859-list.
8004
8005         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
8006
8007 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
8008
8009         * message.el (message-citation-line-format)
8010         (message-insert-formated-citation-line): Fix implementation of %E, %N
8011         and %n according to the doc string.
8012
8013 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8014
8015         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8016         car-safe to avoid bad parses.
8017
8018 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8021         names.
8022
8023         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8024
8025 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8026
8027         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8028         header.
8029
8030         * message.el (message-draft-headers): Add Date.
8031         (message-headers-to-generate): Fix typo in docstring.
8032
8033         * nndraft.el (nndraft-required-headers): New variable.
8034         (nndraft-generate-headers): Use it.
8035
8036         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8037
8038 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8039
8040         * gnus-registry.el (gnus-registry-wash-for-keywords)
8041         (gnus-registry-find-keywords): New functions to allow easy searching of
8042         articles that are in the registry.
8043
8044 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8045
8046         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8047         ietf-drums-parse-address instead of gnus-extract-address-components.
8048         Reported by Damien Elmes <damien@repose.cx>.
8049
8050 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8051
8052         * gnus.el (gnus-mime): Remove unused custom group.
8053
8054 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8055
8056         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8057         "blank line" when searching for end of armor headers.
8058
8059 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gmm-utils.el (gmm-write-region): Fix variable name.
8062
8063 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8064
8065         * gmm-utils.el (gmm-write-region): New function based on compatibility
8066         code from `mm-make-temp-file'.
8067
8068         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8069
8070         * nnmaildir.el (nnmaildir--update-nov)
8071         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8072         Use `gmm-write-region'.
8073
8074 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8075
8076         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8077         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8078
8079         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8080
8081         * message.el (message-replacement-char): New variable.
8082         (message-fix-before-sending): Use it.
8083         (message-simplify-subject): New function to remove duplicate code.
8084         (message-reply, message-followup): Use it.
8085
8086         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8087         gnus-summary-limit-to-articles.
8088
8089 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8090
8091         * gnus-util.el (gnus-with-local-quit): New macro.
8092
8093         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8094
8095 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8096
8097         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8098         ignore non-string data.
8099
8100 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8101
8102         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8103         non-string data (needs to be done in the registry too).
8104
8105 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8106
8107         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8108         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8109         (gnus-registry-split-fancy-with-parent)
8110         (gnus-registry-fetch-simplified-message-subject-fast)
8111         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8112         Remove text properties on ingress into the registry and when it's saved.
8113         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8114         registry from entries with no groups.
8115
8116 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8117
8118         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8119         function to remove string properties.
8120
8121 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * gmm-utils.el (gmm): Adjust custom version.
8124
8125         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8126         custom version.
8127
8128         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8129
8130 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * gnus-art.el (gnus-insert-prev-page-button)
8133         (gnus-insert-next-page-button): Simplify.  Reformat.
8134
8135 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8136
8137         * gnus-art.el (gnus-insert-prev-page-button)
8138         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8139
8140 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8141
8142         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8143
8144 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8145
8146         * gnus-art.el (gnus-insert-mime-button)
8147         (gnus-insert-mime-security-button):
8148         Apply gnus-article-button-face to MIME and security buttons.
8149
8150 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8151
8152         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8153         readable.
8154
8155 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8158
8159 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8160
8161         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8162         `browse-url-of-file' instead of `browse-url'.
8163
8164 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8165
8166         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8167         regexp.  Articles containing quotation were cut prematurely.
8168
8169 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * message.el (message-cite-original-1): Use nobody by default for the
8172         value of From header.
8173         (message-reply): Ditto.
8174
8175 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8176
8177         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8178         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8179         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8180
8181 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8182
8183         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8184         mails in the doc string.  Add some URLs in comment.
8185         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8186
8187 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8188
8189         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8190         backslashes handling and the way to find boundaries of quoted strings.
8191
8192 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8193
8194         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8195         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8196         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8197         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8198
8199 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8200
8201         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8202         doc string.
8203         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8204
8205 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * lpath.el: Fbind epg-check-configuration.
8208
8209 2006-09-06  Simon Josefsson  <jas@extundo.com>
8210
8211         * mml2015.el (mml2015-use): Doc fix, mention epg.
8212
8213 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8214
8215         * mml2015.el (mml2015-use): Default to epg, if available.
8216
8217 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8218
8219         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8220         message-sender.
8221         (mml1991-epg-encrypt): Ditto.
8222         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8223         message-sender.
8224         (mml2015-epg-encrypt): Ditto.
8225
8226 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8227
8228         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8229         several common directories.
8230
8231 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8232
8233         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8234         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8235
8236 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * gnus-art.el (article-decode-encoded-words): Make it fast.
8239
8240 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8243
8244         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8245         in quoted string into `\'.
8246
8247 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8250         Use standard-syntax-table.
8251
8252 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-art.el (gnus-decode-address-function): New variable.
8255         (article-decode-encoded-words): Use it to decode headers which are
8256         assumed to contain addresses.
8257         (gnus-mime-delete-part): Remove useless `or'.
8258
8259         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8260         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8261         (gnus-nov-parse-line): Use it to decode From header.
8262         (gnus-get-newsgroup-headers): Ditto.
8263         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8264
8265         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8266         (mail-decode-encoded-address-string): New alias.
8267
8268         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8269         New function.
8270         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8271         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8272         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8273         (rfc2047-decode-string): Ditto.
8274         (rfc2047-decode-address-region): New function.
8275         (rfc2047-decode-address-string): New function.
8276
8277 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8278
8279         * message.el (message-caesar-buffer-body): Allow rotating headers.
8280
8281         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8282
8283         * message.el (message-insert-formated-citation-line): Fix %f.
8284         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8285
8286 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8287
8288         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8289         (gnus-bookmark-mouse-available-p): New macro.
8290         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8291         (gnus-bookmark-bmenu-show-infos): Use it.
8292         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8293         (gnus-bookmark-bmenu-hide-infos): Ditto.
8294         (gnus-bookmark-remove-properties): New function.
8295         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8296         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8297         (gnus-bookmark-write-file): Bind coding-system-for-write.
8298         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8299         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8300         group before selecting it.
8301         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8302         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8303         quit-window if it is not available; use gnus-mouse-2 and bind it to
8304         gnus-bookmark-bmenu-select-by-mouse.
8305         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8306         (gnus-bookmark-bmenu-select-by-mouse): New function.
8307
8308 2006-08-13  Romain Francoise  <romain@orebokech.com>
8309
8310         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8311         space.
8312
8313 2006-08-10  Romain Francoise  <romain@orebokech.com>
8314
8315         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8316         (dns-mode-soa-auto-increment-serial): New user option.
8317         (dns-mode-soa-maybe-increment-serial): New function.
8318         (dns-mode): Add the latter to `write-contents-functions'.
8319
8320 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8321
8322         * compface.el (uncompface): Use binary rather than raw-text-unix.
8323
8324 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8325
8326         * compface.el (uncompface): Make sure the eol conversion doesn't take
8327         place when communicating with the external programs.  Reported by
8328         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8329
8330 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8333
8334 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8335
8336         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8337         Make it more robust by parsing author and date independently.
8338
8339 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8342
8343 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8344
8345         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8346         first matching secret key.
8347         (mml2015-epg-encrypt): Ditto.
8348
8349         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8350         first matching secret key.
8351         (mml1991-epg-encrypt): Ditto.
8352
8353         * mml2015.el (mml2015-encrypt-to-self): New user option.
8354         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8355         mml2015-epg-encrypt-to-self is set.
8356
8357         * mml1991.el (mml1991-encrypt-to-self): New variable.
8358         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8359         mml1991-epg-encrypt-to-self is set.
8360
8361         * mml2015.el (mml2015-signers): New user option.
8362         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8363         (mml2015-epg-encrypt): Allow to select signing keys.
8364
8365         * mml1991.el (mml1991-signers): New variable.
8366         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8367         (mml1991-epg-encrypt): Allow to select signing keys.
8368
8369 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * nnheader.el (nnheader-insert-head): Make it work even if the file
8372         uses CRLF for the line-break code.
8373
8374 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8375
8376         * mml2015.el: Require mml-sec instead of password.
8377         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8378         (mml2015-cache-passphrase): Inherit the default value from
8379         mml-secure-cache-passphrase.
8380         (mml2015-passphrase-cache-expiry): Inherit the default value from
8381         mml-secure-passphrase-cache-expiry.
8382
8383         * mml1991.el: Require mml-sec instead of password.
8384         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8385         (mml1991-cache-passphrase): Inherit the default value from
8386         mml-secure-cache-passphrase.
8387         (mml1991-passphrase-cache-expiry): Inherit the default value from
8388         mml-secure-passphrase-cache-expiry.
8389
8390         * mml-sec.el: Require password.
8391         (mml-secure-verbose): New user option.
8392         (mml-secure-cache-passphrase): New user option.
8393         (mml-secure-passphrase-cache-expiry): New user option.
8394
8395 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8396
8397         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8398         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8399         andreas@altroot.de (Andreas Vögele).
8400
8401         FIXME: Use `tiny change'?
8402
8403 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8404
8405         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8406         workaround for the url package included with Emacs.
8407
8408         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8409
8410 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8413         correctly.  This fixes a bug caused by the 2006-05-12 change.
8414
8415 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8416
8417         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8418         some information about the error when saying that the `bogus' mail
8419         group will be used.
8420
8421 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8422
8423         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8424         string.
8425
8426 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8427
8428         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8429
8430 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8431
8432         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8433
8434 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8435
8436         * mml1991.el (mml1991-function-alist): Add epg.
8437         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8438         (mml1991-epg-encrypt): New functions.
8439
8440 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8441
8442         * mml2015.el (mml2015-verbose): New variable.
8443         (mml2015-cache-passphrase): Ditto.
8444         (mml2015-passphrase-cache-expiry): Ditto.
8445         (mml2015-function-alist): Add epg.
8446         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8447         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8448         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8449         functions.
8450
8451 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8452
8453         * message.el (message-cite-original-1): Preserve region when removing
8454         quoted text due to X-No-Archive in order to avoid bogus attribution
8455         when citing multiple messages.
8456
8457 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8458
8459         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8460         Kenneth Jacker <khj@be.cs.appstate.edu>.
8461
8462 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * gnus-diary.el (gnus-user-format-function-d)
8465         (gnus-user-format-function-D): Autoload.
8466
8467         * imap.el (Commentary): Fix typo.
8468
8469         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8470         2006-04-22 contribution.
8471
8472 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8473
8474         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8475         It didn't really fix the bogosity I'm seeing with solid web groups.
8476
8477 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8478
8479         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8480         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8481         created using server names.  If we use the feature without declaring
8482         it, Gnus does not properly manage server and group state.
8483
8484         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8485         bound.
8486
8487 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8488
8489         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8490         looking up the method using GROUP's prefix before inventing a new one.
8491         It is used on killed/unknown groups in various places where returning
8492         an all-new method isn't expected by the caller.
8493
8494         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8495         and match semantics of gnus-group-real-prefix.
8496
8497 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8498
8499         * nnmail.el (nnmail-broken-references-mailers): New variable.
8500         (nnmail-ignore-broken-references): New function generalizing
8501         nnmail-fix-eudora-headers.
8502         (nnmail-fix-eudora-headers): Now obsolete.
8503
8504         * gnus-art.el (gnus-button-handle-custom): Support
8505         `customize-apropos*'.
8506
8507 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8508
8509         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8510
8511         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8512         articles.
8513
8514 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * message.el (message-cite-reply-above): New variable.
8517         (message-yank-original): Use it.
8518
8519 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8520
8521         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8522
8523 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8524
8525         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8526         as read.
8527
8528         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8529
8530 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8531
8532         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8533         (gnus-bookmark-default-file): Use gnus-directory.
8534         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8535         Remove "*" in doc string.
8536         (gnus-bookmark-write-file): Simplify.
8537         (gnus-bookmark-maybe-sort-alist): Use `when'.
8538         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8539         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8540         FIXME about Emacs 21 and XEmacs compatibility.
8541         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8542         compatibility.
8543         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8544         compatibility.
8545         (gnus-bookmark-menu-heading): Fix version.
8546
8547 2006-06-19  Bastien Guerry  <bzg@altern.org>
8548
8549         * gnus-bookmark.el: New file.
8550
8551 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * message.el (message-syntax-checks): Doc fix.
8554
8555 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8556
8557         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8558         unsubscribed groups as if they were killed ones.  It causes duplicate
8559         entries in gnus-newsrc-alist.
8560
8561 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * message.el (message-syntax-checks): Doc fix.
8564         (message-send-mail): Add check for continuation headers.
8565         (message-check-news-header-syntax): Fix regexp used to check for
8566         continuation headers.
8567
8568 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8571
8572 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8573
8574         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8575
8576 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8579         default-truncate-lines.
8580
8581 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8584         to fill the utf-8 entry.
8585
8586         * lpath.el: Fbind unicode-precedence-list.
8587
8588 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8589
8590         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8591
8592 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8593
8594         * gnus-agent.el (directory-files-and-attributes): Move all the way
8595         forward (the third and final move).
8596         (gnus-agent-read-agentview): Trap reconstruction errors due to
8597         nonexistant directory.  Handle by returning nil.
8598
8599 2006-05-30  Didier Verna  <didier@xemacs.org>
8600
8601         * message.el (message-dont-reply-to-names): Update the custom type.
8602         * message.el (message-dont-reply-to-names): New defsubst: potentially
8603         convert a list of regexps into a single one.
8604         * message.el (message-get-reply-headers): Use it.
8605         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8606
8607 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8608
8609         * gnus-agent.el (directory-files-and-attributes): Move forward.
8610
8611 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8612
8613         * gnus-ml.el (gnus-mailing-list-subscribe)
8614         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8615         (gnus-mailing-list-message): Fix doc strings.
8616
8617 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8618
8619         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8620         of doing it manually.
8621
8622 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8623
8624         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8625         comment.
8626
8627 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8628
8629         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8630         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8631         (gnus-agent-read-local): All symbols allocated in my-obarray.
8632         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8633         (gnus-agent-regenerate-group): Check numeric names to see if they are
8634         messages or groups.
8635         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8636         better way of do this...)
8637
8638         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8639         'dummy.group' (there should be a better way of do this...)
8640
8641 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8644         (gnus-saved-headers): Ditto.
8645         (gnus-default-article-saver): Mention functions may have properties.
8646         (gnus-article-save): Override gnus-save-all-headers and
8647         gnus-saved-headers by :headers property which saver function may have.
8648         (gnus-summary-save-in-file): Add :headers property.
8649         (gnus-summary-write-to-file): Ditto.
8650
8651         * gnus-sum.el (gnus-summary-save-article): Bind
8652         gnus-prompt-before-saving to t when saving many articles in a file;
8653         always show all headers.
8654
8655         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8656
8657 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8660         marks.
8661
8662         * message.el (message-indent-citation): Add optional arguments to allow
8663         using it outside of message buffers.
8664
8665         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8666         (gnus-article-treat-unfold-headers): Use it.
8667         (gnus-article-truncate-lines): New variable.
8668         (gnus-article-mode): Use it.
8669         (gnus-article-toggle-truncate-lines): New function.
8670
8671         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8672         gnus-article-toggle-truncate-lines.
8673
8674         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8675         coding system in XEmacs, use binary.
8676
8677 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8680         after-load-alist.
8681
8682         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8683         this function should save decoded articles.
8684         (gnus-summary-write-to-file): Use property to specify this function
8685         should save decoded articles and specify gnus-summary-save-in-file
8686         should be used to save articles other than the first one when saving
8687         many articles.
8688         (gnus-summary-save-body-in-file): Use property to specify this
8689         function should save decoded articles.
8690         (gnus-summary-write-body-to-file): Use property to specify this
8691         function should save decoded articles and specify
8692         gnus-summary-save-body-in-file should be used to save articles other
8693         than the first one when saving many articles.
8694
8695         * gnus-sum.el (gnus-summary-save-article): Simplify.
8696
8697 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * gnus-art.el (gnus-default-article-saver): Add
8700         gnus-summary-write-body-to-file.
8701         (gnus-article-save-coding-system): Don't use coding system object
8702         in XEmacs.
8703         (gnus-read-save-file-name): Add optional `dir-var' argument which
8704         specifies directory in which files are saved; work even if optional
8705         `variable' argument is not specified.
8706         (gnus-summary-write-to-file): Read file name.
8707         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8708         (gnus-summary-write-body-to-file): New function.
8709
8710         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8711         (gnus-summary-local-variables): Add it.
8712         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8713         (gnus-summary-save-article): Remove optional `decode' argument;
8714         determine whether to decode articles by the value of
8715         gnus-default-article-saver; when saving many files using
8716         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8717         it first and use gnus-summary-save-in-file or
8718         gnus-summary-save-body-in-file thereafter unless
8719         gnus-prompt-before-saving is always; move point to article which
8720         will be saved.
8721         (gnus-summary-save-article-file): Revert.
8722         (gnus-summary-write-article-file): Revert.
8723         (gnus-summary-save-article-body-file): Revert.
8724         (gnus-summary-write-article-body-file): New function.
8725
8726 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8727
8728         * gnus-art.el (gnus-default-article-saver): Doc fix.
8729         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8730         from gnus-summary-save-article-coding-system, and default to a
8731         certain coding system.
8732         (gnus-output-to-file): Add coding cookie and encode text according
8733         to gnus-article-save-coding-system; don't use mm-append-to-file.
8734
8735         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8736         gnus-art.el and rename to gnus-article-save-coding-system.
8737         (gnus-summary-save-article): Require gnus-art; don't show all
8738         headers if it decodes articles; don't add coding cookie here;
8739         don't bind mm-text-coding-system-for-write.
8740         (gnus-summary-save-article-file): Save decoded articles.
8741         (gnus-summary-write-article-file): When saving many files, use
8742         gnus-summary-write-to-file first and gnus-summary-save-in-file
8743         thereafter unless gnus-prompt-before-saving is always.
8744         (gnus-summary-save-article-body-file): Save decoded articles.
8745
8746         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8747
8748 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * nnrss.el (nnrss-check-group): Bind hash-index.
8751
8752 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8753
8754         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8755         its hash index.  Store this hash in `nnrss-group-data'.
8756         (nnrss-read-group-data): Update accordingly.
8757
8758 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8759
8760         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8761         entry.
8762
8763         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8764         gnus-article-browse-html-article.
8765
8766 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8767
8768         * gnus-sum.el (gnus-summary-mime-map): Add
8769         gnus-article-browse-html-article.
8770
8771         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8772
8773 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8776         suitable coding systems in customize.
8777
8778 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * mail-source.el (mail-sources): Fix custom type.
8781
8782 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8783
8784         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8785         (gnus-summary-expire-articles-now): Shorten prompt.
8786
8787         * gmm-utils.el (wid-edit): Require.
8788         (defun-gmm): Renamed from `gmm-defun-compat'.
8789         (gmm-image-search-load-path): Use it.
8790         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8791
8792 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8795         variable.
8796         (gnus-summary-save-article): Add optional `decode' argument.  If
8797         it is set and gnus-summary-save-article-coding-system is non-nil,
8798         save decoded article.
8799         (gnus-summary-write-article-file): Save decoded article if
8800         gnus-summary-save-article-coding-system is non-nil.
8801
8802         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8803         type.
8804
8805 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8806
8807         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8808
8809 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8812         first to test gnus-single-article-buffer which may be buffer-local.
8813
8814         * gnus-sum.el (gnus-summary-setup-buffer): Make
8815         gnus-single-article-buffer buffer-local and nil in ephemeral
8816         group; make gnus-article-buffer, gnus-article-current, and
8817         gnus-original-article-buffer always buffer-local.
8818         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8819         group.
8820         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8821
8822 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * nnml.el (nnml-request-compact-group): Compressed files might not
8825         have .gz extension.
8826
8827 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8828
8829         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8830         (mm-copy-to-buffer): Use with-current-buffer.
8831         (mm-display-part): Simplify.
8832         (mm-inlinable-p): Add optional arg `type'.
8833
8834 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8835
8836         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8837         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8838         Try harder to show the attachment internally or externally using
8839         gnus-mime-view-part-as-type.
8840
8841 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * message.el (message-from-style, message-signature-separator)
8844         (message-user-organization-file, message-send-mail-function)
8845         (message-citation-line-function, message-yank-prefix)
8846         (message-indent-citation-function, message-signature)
8847         (message-signature-file, message-signature-insert-empty-line):
8848         Remove autoloads.
8849
8850         * gnus-art.el (gnus-buttonized-mime-types): Remove
8851         "multipart/signed".  Revert 2006-04-26 change.
8852
8853 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8854
8855         * gnus.el (gnus-version-number): Bump version.
8856
8857 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8858
8859         * gnus.el: No Gnus v0.5 is released.
8860
8861 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8862
8863         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8864         fetching articles by message-id.
8865
8866 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8867
8868         * message.el (hashcash): Require hashcash as normal.
8869
8870         * ecomplete.el (ecomplete-highlight-match-line): Use
8871         point-at-eol.
8872         (ecomplete-highlight-match-line): Use `highlight', because that
8873         face exists in both Emacs and XEmacs.
8874
8875         * message.el (message-display-abbrev): Use point-at-bol.
8876
8877         * mail-source.el: Don't require timer/timer-funcs.
8878
8879         * gnus-async.el: Ditto.
8880
8881         * password.el: Ditto.
8882
8883         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8884
8885         * mm-url.el: Ditto.
8886
8887         * gnus-xmas.el: Don't require timer-funcs.
8888
8889         * mm-util.el: Require timer/timer-funcs.
8890
8891 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8892
8893         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8894         Close.
8895
8896 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8899         unibyte after clear-decrypt function runs.
8900
8901         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8902         returns as a unibyte string.
8903
8904 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * lpath.el: Revert.
8907
8908         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8909         (pgg-gpg-process-sentinel): Revert.
8910
8911         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8912         (pgg-pgp-lookup-key): Revert.
8913
8914         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8915         (pgg-pgp5-lookup-key): Revert.
8916
8917         * pgg.el (pgg-fetch-key): Revert.
8918
8919 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * lpath.el: Fbind string-as-multibyte for XEmacs.
8922
8923         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8924         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8925         (mml1991-pgg-encrypt): Ditto.
8926
8927         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8928         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8929         a multibyte buffer.
8930
8931         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8932         (pgg-pgp-lookup-key): Ditto.
8933
8934         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8935         (pgg-pgp5-lookup-key): Ditto.
8936
8937         * pgg.el (pgg-fetch-key): Ditto.
8938
8939 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8940
8941         * message.el (message-user-organization-file): Check several
8942         locations of the organization file.
8943
8944         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8945         Add gnus-article-view-part-as-type.
8946
8947         * gnus-art.el (gnus-article-view-part-as-type): New function.
8948
8949         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8950         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8951
8952         * mml.el: Simplify autoload.
8953         (mml-mode): defvar dnd-protocol-alist instead of using
8954         symbol-value.
8955         (mml-default-directory): New variable.
8956         (mml-minibuffer-read-file): Use it.
8957         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8958
8959         * message.el (message-citation-line-format): New variable.
8960         (message-insert-formated-citation-line): New function.
8961         (message-citation-line-function): Add
8962         `message-insert-formated-citation-line' to custom type.
8963
8964         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8965         to doc string.
8966
8967         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8968         depending on mm-verify-option.
8969
8970 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8973         binding pgg-* variables; reimplement the section which prevents
8974         MIME header from being signed.
8975         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8976         pgg-text-mode; remove a blank line at the top of body.
8977
8978         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8979         lines at the top of body; use gnus-newsgroup-charset if there's no
8980         Charset header.
8981
8982 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8983
8984         * message.el (message-self-insert-commands): Doc fix.
8985
8986         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8987         (mm-uu-pgp-encrypted-test): Ditto.
8988         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8989         between header and body; return application/pgp-encrypted handle
8990         if decryption failed; decode decrypted body by charset.
8991
8992         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8993         element match to application/pgp-*.
8994
8995 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8996
8997         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8998         HTML.
8999
9000 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * mail-source.el (mail-source-call-script): Message the error
9003         string.
9004
9005 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * gnus-util.el (gnus-byte-compile): Use it.
9008
9009 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
9010
9011         * gnus-util.el (kill-empty-logs): New function.
9012
9013 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9014
9015         * message.el (message-mail-alias-type): Doc fix.
9016         (message-mail-alias-type-p): New function.
9017         (message-send): Use it.
9018         (message-mode): Ditto.
9019         (message-strip-forbidden-properties): Ditto.
9020
9021         * ecomplete.el (ecomplete-database-file-coding-system): New
9022         variable.
9023         (ecomplete-save): Use it.
9024         (ecomplete-setup): Use it.
9025
9026 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9027
9028         * message.el (message-self-insert-commands): New variable.
9029         (message-strip-forbidden-properties): Use it.
9030
9031 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032
9033         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9034         that doesn't make XEmacs choke.
9035
9036 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * gnus-util.el (gnus-replace-in-string):
9039         Prefer replace-regexp-in-string over of replace-in-string.
9040
9041 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9042
9043         * gnus-util.el (gnus-select-frame-set-input-focus):
9044         Use select-frame-set-input-focus if it is available in XEmacs; use
9045         definition defined in Emacs 22 for old Emacsen.
9046
9047         * dgnushack.el: Autoload unmorse-region for XEmacs.
9048
9049         * lpath.el: Bind cursor-in-non-selected-windows and
9050         select-frame-set-input-focus for XEmacs.
9051
9052 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9055
9056 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9057
9058         * gnus-registry.el (gnus-registry-cache-save): Remove text
9059         properties when saving via the temp buffer.
9060
9061 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9062
9063         * message.el (message-generate-hashcash): Honor custom type.
9064
9065 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9066
9067         * message.el (message-generate-hashcash): Default to non-nil when
9068         hashcash is found.
9069
9070         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9071         (gnus-refer-thread-limit): Increase default to 500.
9072
9073         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9074
9075         * flow-fill.el (fill-flowed): Allow delete-space.
9076
9077 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9078
9079         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9080         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9081         Remove autoloads.
9082
9083 2006-04-18  Simon Josefsson  <jas@extundo.com>
9084
9085         * message.el (message-generate-hashcash): Default to.
9086
9087 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9090         concatenating segments rather than before concatenating them.
9091
9092 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9093
9094         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9095
9096 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9097
9098         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9099
9100         * message.el (message-forward-make-body-plain): Allow
9101         message-forward-ignored-headers to be a list.
9102         (message-remove-ignored-headers): Factor out into function.
9103         (message-forward-make-body-mml): Use it.
9104
9105         * imap.el (imap-quote-specials): New function.
9106         (imap-login-auth): Quote specials.
9107
9108         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9109         (rfc2231-parse-string): Allow concatanation of parameters that
9110         aren't contiguous.  The test case is
9111           (mail-header-parse-content-type "message/external-body;
9112             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9113             access-type=LOCAL-FILE;
9114             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9115
9116 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9117
9118         * nntp.el (nntp-accept-process-output): Return the value of
9119         `nnheader-accept-process-output'.
9120
9121 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9122
9123         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9124         (gnus-button-alist): Recognize more diff formats.
9125         (gnus-button-patch): Strip directory.
9126
9127 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9128
9129         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9130         Emacs 22 when setting focus.
9131
9132 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9133
9134         * gnus-art.el (gnus-article-treat-types): Do treatment of
9135         text/x-verbatim parts.
9136         (gnus-button-patch): New command.
9137
9138         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9139         addresses that contain invalid characters.
9140
9141 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142
9143         * message.el (message-put-addresses-in-ecomplete): Use
9144         gnus-replace-in-string.
9145         (message-is-yours-p): Use the more correct
9146         mail-header-parse-address instead of
9147         mail-extract-address-components.
9148         (message-put-addresses-in-ecomplete): Fix typo.
9149
9150         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9151         keystroke.
9152
9153         * gnus-art.el (gnus-treatment-function-alist): Change order of
9154         newsgroups/generic header folding to avoid double-folding.
9155
9156         * message.el (message-hidden-headers): Add X-Draft-From.
9157
9158         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9159         command.
9160         (gnus-summary-repeat-search-article-backward): New command.
9161
9162         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9163         groups in the parent topic.
9164
9165 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9166
9167         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9168         (spam-extra-header-to-number): Return the CRM114 number as a
9169         number instead of a string.
9170
9171 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9172
9173         * gnus-art.el (gnus-face-properties-alist): Moved here from
9174         gnus-fun.
9175
9176         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9177
9178 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9179
9180         * message.el (message-strip-forbidden-properties): Only display on
9181         self-insert-command.
9182
9183         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9184         reindent.
9185         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9186
9187 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9188
9189         * smiley.el (smiley-style): Fix typo.
9190
9191 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9192
9193         * hashcash.el (hashcash-insert-payment-async-2): Use
9194         message-goto-eoh instead of doing it manually.
9195         (mail-add-payment): Use message-narrow-to-header instead of trying
9196         to do the same itself.
9197
9198         * message.el (message-hidden-headers): Add Face.
9199
9200         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9201         reparenting code.
9202         (gnus-summary-reparent-children): Refactored out code.
9203         (gnus-summary-thread-map): New keystroke.
9204         (gnus-summary-reparent-children): Make into command.
9205
9206         * smiley.el (smiley-style): Default to `medium' if using a large
9207         font.
9208
9209         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9210         does it itself.
9211
9212         * message.el (message-point-in-header-p): Simplify definition.
9213
9214 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9215
9216         * nnagent.el (nnagent-request-set-mark): Silence log file
9217         writing.
9218         (nnagent-request-set-mark): Use write-region instead of
9219         append-to-file.
9220
9221         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9222         strange select method.
9223
9224         * ecomplete.el (ecomplete-display-matches): Get highlightling
9225         right.
9226         (ecomplete-display-matches): Use literals.
9227         (ecomplete-display-matches): Disable message logging.
9228
9229         * message.el (message-display-abbrev): Small optimization.
9230
9231         * ecomplete.el (ecomplete-display-matches): Allow automatic
9232         display.
9233
9234         * message.el (message-strip-forbidden-properties): Display
9235         abbrevs.
9236         (message-display-abbrev): Get automatic display right.
9237
9238         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9239         keystrokes.
9240
9241 2006-04-13  Romain Francoise  <romain@orebokech.com>
9242
9243         TODO: Backport to v5-10!
9244
9245         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9246         Moved here (and renamed) from gnus-registry.el.
9247
9248         * gnus-registry.el: Require gnus-util.
9249         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9250
9251 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9252
9253         * gnus-group.el (gnus-group-catchup-current): Change
9254         if-then-else-if-then-else into cond.
9255         (gnus-group-catchup): Indent.
9256         (group-name-at-point): New function.
9257         (gnus-fetch-group): Provide default from thing at point.
9258
9259 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9260
9261         * message.el (message-display-abbrev): Fix regexp.
9262
9263         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9264         choosing.
9265         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9266         dead variables.
9267
9268         * message.el (message-newline-and-indent): Remove debugging.
9269         (message-display-abbrev): Use new implementation.
9270
9271 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9272
9273         * gnus-art.el (gnus-article-mode): Set
9274         cursor-in-non-selected-windows to nil.
9275
9276         * smiley.el: Revert previous change.
9277         (smiley-data-directory): defvar it before using it in the
9278         defcustom of `smiley-style'.
9279
9280 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9281
9282         * message.el (message-newline-and-indent): New function.
9283
9284         * ecomplete.el: Implement more bits.
9285
9286         * message.el (message-put-addresses-in-ecomplete): Clean up the
9287         string.
9288
9289         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9290
9291         * gnus-sum.el (gnus-summary-save-parts): Bind
9292         gnus-summary-save-parts-counter and use it to make unique file
9293         names.
9294
9295         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9296
9297         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9298         parameter to say whether to actually parse the individual
9299         addresses.
9300
9301         * message.el (message-put-addresses-in-ecomplete): New function.
9302         (ecomplete): Require.
9303         (message-mail-alias-type): Add ecomplete as an option.
9304
9305 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9306
9307         * flow-fill.el (fill-flowed): Remove trailing space from blank
9308         quoted lines.
9309
9310 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311
9312         * smiley.el (smiley-style): Move definition later to avoid a
9313         compilation warning.
9314
9315 2006-04-12  Kenichi Handa  <handa@m17n.org>
9316
9317         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9318         buffer and then decode the buffer text if necessary.
9319         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9320         first, and after mm-encode-body, change the buffer to unibyte.
9321         Use mm-disable-multibyte instead of set-buffer-multibyte.
9322
9323 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9324
9325         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9326         Content-Type header instead of Content-Disposition header.
9327         (gnus-mime-inline-part): Ditto.
9328         (gnus-mime-view-part-as-charset): Ignore charset that the part
9329         specifies.
9330
9331         * mm-decode.el (mm-display-part): Work with external parts and
9332         usual parts similarly.
9333
9334         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9335         instead of gnus-display-mime.
9336
9337         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9338         instead of with-temp-buffer.
9339
9340         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9341         tag to summarized topics part in order to encode non-ASCII text.
9342
9343 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * smiley.el (smiley-style): New variable.
9346         (smiley-directory): New function.
9347         (smiley-data-directory): Derive from `smiley-style' using
9348         `smiley-directory'.
9349         (smiley-regexp-alist): Add new entries.
9350
9351         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9352         (gnus-article-browse-delete-temp): Add :version.
9353
9354 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9355
9356         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9357         the sieve region.
9358
9359 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * gnus.el (gnus-version-number): Bump version.
9362
9363 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9364
9365         * gnus.el: No Gnus v0.4 is released.
9366
9367 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9368
9369         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9370         layout.
9371
9372         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9373         unknown charset.
9374
9375         * message.el (message-header-synonyms): Add Original-To to the
9376         default.
9377
9378         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9379         optional parameter.
9380
9381 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9382
9383         * gnus-fun.el (gnus): Require it for gnus-directory.
9384
9385 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9388
9389 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9390
9391         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9392
9393 2006-04-05  Simon Josefsson  <jas@extundo.com>
9394
9395         * password.el (password-reset): New function.
9396
9397 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9398
9399         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9400         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9401
9402 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9403
9404         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9405         Some whitespace was matched into the url, which broke browsing hits
9406         > 100 when mm-url-use-external was nil.
9407
9408 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9411         gnus-extra-headers for 'Newsgroups.
9412
9413         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9414         bound.
9415
9416 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9417
9418         * pgg-gpg.el: Clean up process buffers every time gpg processes
9419         complete.
9420
9421 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9422
9423         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9424         doc string.
9425
9426 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9427
9428         * pgg-gpg.el (pgg-gpg-process-filter)
9429         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9430
9431         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9432         lines, temporary fix.
9433
9434 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9435
9436         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9437
9438 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9439
9440         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9441         default-enable-multibyte-characters.  This reverts the change from
9442         revision 6.17 which is no longer necessary because the passphrase
9443         is sent separately now.  GnuPG messages are unreadable under
9444         multibyte locales with default-enable-multibyte-characters set to
9445         nil.
9446
9447 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * message.el (message-tool-bar-gnome): Move "spell".
9450
9451 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9454         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9455         instead.
9456
9457 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9458
9459         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9460         newsgroups handling for NNTP overviews which don't include
9461         Newsgroups.
9462
9463 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9464
9465         * message.el (message-resend): Bind message-generate-hashcash to nil.
9466
9467 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9468
9469         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9470         when searching for already-paid recipients.
9471
9472 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9473
9474         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9475         passphrases when it is not needed.
9476         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9477         passphrase stuff from gpg, should only be necessary when you use
9478         gpg with a smartcard.
9479
9480 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * mml.el (mml-insert-mime): Ignore cached contents of
9483         message/external-body part.
9484
9485         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9486         (mm-insert-part): Ditto.
9487
9488 2006-03-23  Simon Josefsson  <jas@extundo.com>
9489
9490         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9491         Reiner.
9492         (pgg-gpg-use-agent-p): Use it again.
9493
9494 2006-03-23  Simon Josefsson  <jas@extundo.com>
9495
9496         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9497         older emacsen.
9498         (pgg-gpg-use-agent-p): Don't use it.
9499
9500 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9501
9502         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9503         if we can.
9504
9505 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9506
9507         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9508         (pgg-gpg-update-agent): New function.
9509         (pgg-gpg-use-agent-p): New function.
9510         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9511         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9512         (pgg-gpg-sign-region): Use it.
9513
9514 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9517         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9518
9519 2006-03-21  Simon Josefsson  <jas@extundo.com>
9520
9521         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9522         <wilde@sha-bang.de>.
9523         (pgg-gpg-use-agent): New variable.
9524         (pgg-gpg-process-region): Use it.
9525         (pgg-gpg-encrypt-region): Likewise.
9526         (pgg-gpg-encrypt-symmetric-region): Likewise.
9527         (pgg-gpg-decrypt-region): Likewise.
9528         (pgg-gpg-sign-region): Likewise.
9529         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9530
9531 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9534
9535         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9536         Add comment on version.
9537
9538 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * smiley.el: Add missing test smiley.
9541
9542 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * mm-decode.el (mm-with-part): New macro.
9545         (mm-get-part): Use it; work with message/external-body as well.
9546         (mm-save-part): Treat name and filename equally.
9547
9548         * mm-extern.el (mm-extern-cache-contents): New function.
9549         (mm-inline-external-body): Use it; force the part to be displayed;
9550         move undisplayer added to the cached handle to the parent.
9551
9552         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9553         (gnus-mime-view-part-as-type): Work with message/external-body.
9554
9555         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9556
9557 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9560         images in image-load-path.  [Sync with image.el, revision 1.60, in
9561         Emacs.]
9562
9563 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9566         path rather than symbol.  Always return list of directories.
9567         Guarantee that image directory comes first.  [Sync with image.el,
9568         revision 1.59, in Emacs.]
9569
9570         * message.el (message-make-tool-bar): Adjust to new API of
9571         `gmm-image-load-path-for-library'.
9572
9573         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9574
9575         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9576
9577 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9578
9579         * gnus-art.el (gnus-article-only-boring-p):
9580         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9581         intangible text.
9582         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9583
9584 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9585
9586         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9587         `defun' instead of `gmm-defun-compat'.
9588
9589 2006-03-14  Simon Josefsson  <jas@extundo.com>
9590
9591         * message.el (message-unique-id): Don't use message-number-base36
9592         if (user-uid) is a float.
9593         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9594
9595 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9598
9599         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9600         empty line between a part and a message part.
9601
9602 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9603
9604         * smiley.el: Add more test smileys.
9605         (smiley-data-directory, smiley-regexp-alist)
9606         (gnus-smiley-file-types): Fix doc strings.
9607         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9608         adding new elements.
9609         (smiley-mouse-map): Unused code.  Make it a comment.
9610
9611 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9614         scan latest NoCeM messages instead of old ones.
9615         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9616         delimiters that are recently used.
9617         (gnus-nocem-load-cache): Add autoload cookie.
9618
9619         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9620
9621         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9622         level which is larger than gnus-use-nocem is specified.
9623
9624         * gnus-group.el (gnus-group-get-new-news): Ditto.
9625
9626 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * gnus-util.el (gnus-tool-bar-update): New function.
9629
9630         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9631         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9632
9633         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9634
9635         * gnus-group.el (gnus-group-redraw-when-idle)
9636         (gnus-group-redraw-check): Remove.
9637         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9638
9639 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9642         if optional last element is specified in splits (FIELD VALUE...).
9643
9644 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9647         to gmm-image-load-path-for-library.  Call with no-error argument.
9648         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9649
9650         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9651
9652         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9653
9654         * gmm-utils.el (gmm-image-load-path): Remove alias.
9655
9656 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * gmm-utils.el (gmm-image-load-path): Add alias.
9659
9660         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9661         nnml-generate-nov-databases-1.
9662         (nnml-generate-nov-databases): Use it.
9663         (nnml-generate-nov-databases-directory): Document no-active
9664         argument.
9665
9666         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9667         directory if path is t.  Add no-error.
9668
9669         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9670         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9671
9672         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9673         resetting gnus-article-browse-html-temp-list.
9674
9675         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9676         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9677         Add example to docstring.  Rename local variables.  Move error
9678         checks to default case in cond and simplify.
9679
9680 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9683         handle is multipart when calling it recursively.
9684         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9685
9686 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9687
9688         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9689         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9690
9691 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9694         is loaded.
9695
9696         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9697         loaded.
9698
9699 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9702         to "Emacs 23 (unicode)" in doc string.
9703
9704         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9705         "Emacs 23 (unicode)" in comment.
9706
9707 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9708
9709         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9710
9711         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9712         characters 160 through 255 in Emacs 23.
9713
9714 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9715
9716         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9717         gnus-article-browse-html-temp.
9718         (gnus-article-browse-delete-temp): Make it customizable.  Add
9719         `file'.  Adjust doc string.
9720         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9721         query for each file.  Adjust doc string.
9722         (gnus-article-browse-html-parts): Add
9723         `gnus-article-browse-delete-temp-files' to
9724         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9725
9726 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9727
9728         * gnus-art.el (gnus-article-browse-html-temp)
9729         (gnus-article-browse-delete-temp): New variables.
9730         (gnus-article-browse-delete-temp-files): New function.
9731         (gnus-article-browse-html-parts): Use it.
9732
9733 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9736
9737         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9738         string.
9739
9740         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9741         gnus-summary-insert-new-articles when unplugged.  Remove
9742         gnus-summary-search-article-forward.
9743
9744         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9745         display-visual-class instead of display-color-cells.
9746
9747 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9748
9749         * dgnushack.el: Autoload customize-group for XEmacs.
9750
9751         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9752         message/* containing non-ASCII text properly.
9753
9754 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9755
9756         * message.el: Require gmm-utils, remove autoloads.
9757         (message-tool-bar): Set default based on
9758         gmm-tool-bar-style.
9759         (message-tool-bar-gnome): Add gmm-customize-mode.
9760
9761         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9762         gmm-tool-bar-style.
9763         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9764
9765         * gnus-group.el (gnus-group-tool-bar): Set default based on
9766         gmm-tool-bar-style.
9767         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9768
9769         * gmm-utils.el (gmm-image-directory): Rename variable from
9770         gmm-image-load-path.
9771         (gmm-image-load-path): Use gmm-image-directory.
9772         (gmm-customize-mode): New function.
9773         (gmm-tool-bar-style): New variable.
9774
9775         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9776         gnus-group-redraw-line-number.
9777         (gnus-group-redraw-check): Simplify.
9778         (gnus-group-tool-bar-update): Remove redraw check.
9779         (gnus-group-make-tool-bar): Add redraw check.
9780
9781 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9782
9783         * gnus-art.el (gnus-button): Add missing parentheses.
9784
9785 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * lpath.el: Fbind line-number-at-pos.
9788
9789 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9792
9793 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9794
9795         * gnus-art.el (gnus-button): New face.
9796         (gnus-article-button-face): Use it.
9797
9798         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9799         gnus-summary-next-page.  Re-order.
9800
9801         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9802         next-node are now included.
9803         (gnus-group-redraw-line-number): New internal variable.
9804         (gnus-group-redraw-check): Helper function for updating the tool
9805         bar.
9806         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9807
9808         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9809
9810         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9811         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9812         Use it to match format of Spamassassin 3.0 and later.  Reported by
9813         IRIE Tetsuya <irie@t.email.ne.jp>.
9814         (spam-check-bogofilter)
9815         (spam-bogofilter-register-with-bogofilter): Fix args of
9816         `gnus-error' calls.
9817
9818 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9819
9820         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9821         unnecessary interaction when sending queued mails.  Reported by
9822         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9823
9824 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9827         first or last are nil.
9828
9829 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9830
9831         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9832
9833 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9834
9835         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9836
9837 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9838
9839         * dns.el (query-dns): Protect more against buggy tcp output.
9840
9841 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9844         nov.php.
9845
9846 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9847
9848         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9849         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9850         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9851         output on the server side.
9852         (nnweb-google-create-mapping): Update regexps and add some
9853         progress indication.
9854
9855 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9856
9857         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9858         gnus-agent-toggle-plugged.  Re-order icons.
9859         (gnus-group-tool-bar-gnome): Add
9860         gnus-group-{prev,next}-unread-group.
9861         (gnus-group-tool-bar-gnome): Re-order icons.
9862
9863         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9864         gnus-summary-insert-new-articles.
9865
9866         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9867         comments.
9868
9869         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9870         also available in Emacs 21.3.
9871
9872         * message.el (message-fix-before-sending): Change "Emacs 22" to
9873         "Emacs 23 (unicode)" in comment.
9874
9875         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9876         "Emacs 23 (unicode)" in comment.
9877
9878         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9879         comment.
9880         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9881
9882         * mm-view.el (mm-fill-flowed): Add :version.
9883
9884 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9885
9886         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9887         and load-path.
9888
9889 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9890
9891         * message.el: Autoload gmm-image-load-path.
9892         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9893         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9894         consitency.
9895
9896         * gmm-utils.el (gmm-image-load-path): Also search in
9897         "../etc/images".  Don't set gmm-image-load-path if we don't find
9898         the image.
9899
9900 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gmm-utils.el (gmm-image-load-path): Don't make
9903         `gmm-image-load-path' include subdirectories which the second arg
9904         `image' might specify.
9905
9906         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9907         subdirectory to icon file names.
9908
9909         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9910
9911 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9912
9913         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9914         gmm-image-load-path calls.
9915
9916         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9917
9918         * message.el (message-make-tool-bar): Ditto.
9919
9920         * mml.el (mml-preview): Added comment concerning tool bar icons.
9921
9922         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9923         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9924
9925         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9926         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9927
9928         * message.el (message-tool-bar-gnome): Use new icon names.
9929         (message-make-tool-bar): Use `gmm-image-load-path'.
9930
9931         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9932         functions from MH-E.
9933         (gmm-image-load-path): New variable from MH-E.
9934         (gmm-image-load-path): New function from MH-E.  Added arguments
9935         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9936         *-image-load-path-called-flag.
9937
9938 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9939
9940         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9941
9942 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9943
9944         * nnimap.el (nnimap-request-move-article): Change folder back to
9945         source group before deleting.
9946
9947 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9948
9949         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9950
9951         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9952         mm-url.
9953
9954         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9955
9956 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9959         coding system which mm-charset-to-coding-system returns for a
9960         given charset is valid.
9961
9962 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9963
9964         * html2text.el (html2text-remove-tag-list):
9965         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9966
9967 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9968
9969         * gnus-cus.el: Revert 2005-10-17 change.
9970
9971 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9972
9973         * gnus-art.el (article-strip-banner): Call
9974         article-really-strip-banner only when the regexp match is made.
9975
9976 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * gnus-art.el (article-strip-banner): Use
9979         gnus-extract-address-components instead of
9980         mail-header-parse-addresses to make it work with non-ASCII text;
9981         remove mail-encode-encoded-word-string.
9982
9983         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9984         values which are surrounded with \"...\"; make it never cause a
9985         Lisp error; give up parsing of parameters if it failed in
9986         extracting type.
9987
9988 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9989
9990         * smime.el (smime-cert-by-ldap-1): Fix bug where
9991         `smime-ldap-search' returns results without userCertificates.
9992
9993 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9996
9997 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * spam.el (spam-check-spamassassin-headers): Adapt format for
10000         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
10001         <ari@mbf.ocn.ne.jp>.
10002         (spam-list-of-processors): Add spam-use-gmane.
10003
10004 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
10007         make-temp-file; make it work with XEmacs as well.
10008
10009         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
10010         mm-make-temp-file.
10011
10012         * mm-decode.el (mm-display-external): Use the 3rd arg of
10013         mm-make-temp-file.
10014         (mm-create-image-xemacs): Ditto.
10015
10016 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10019         with message-narrow-to-headers.
10020         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10021         (gnus-draft-check-draft-articles): New function.
10022         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10023
10024 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10025
10026         * gnus-art.el (gnus-article-browse-html-parts):
10027         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10028         Don't use suffix argument for mm-make-temp-file for Emacs 21
10029         compatibility.  Remove useless `format'.
10030
10031 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10032
10033         * nnweb.el (nnweb-google-wash-article): Update regexps.
10034         (nnweb-group-alist): Use defvoo instead of defvar.
10035
10036 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10037
10038         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10039         re-loading nn* modules.
10040
10041 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10042
10043         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10044         for `tool-bar-mode' and don't check it's default-value.
10045
10046         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10047
10048         * message.el (message-make-tool-bar): Ditto.
10049
10050         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10051         `substring'.  Shorten tmp-file name.
10052
10053         * gnus.el: Remove bogus comment.
10054
10055 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10056
10057         * gnus-art.el (gnus-article-browse-html-parts): New function.
10058         (gnus-article-browse-html-article): New function for viewing html
10059         articles with a browser.
10060
10061 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10062
10063         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10064         in elisp.
10065         (pgg-gpg-encrypt-symmetric-region): Ditto.
10066         (pgg-gpg-sign-region): Ditto.
10067
10068         * pgg-def.el (pgg-text-mode): New variable.
10069
10070         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10071         (mml2015-pgg-encrypt): Ditto.
10072
10073         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10074         (mml1991-pgg-encrypt): Ditto.
10075
10076 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10079         message-make-date instead of current-time-string.
10080
10081         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10082         to gnus-decoded which mm-uu might set.
10083
10084 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10085
10086         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10087         don't decode quoted parameters; remove misimported Emacs code.
10088         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10089         (rfc2231-decode-encoded-string): Don't use split-string which
10090         behaves differently according to Emacs version; use
10091         mm-decode-coding-region to convert charset to coding-system.
10092         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10093         (rfc2231-encode-string): Remove misimported Emacs code.
10094
10095 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10098         when calling mail-header-parse-content-type.
10099         (article-de-quoted-unreadable): Ditto.
10100         (article-de-base64-unreadable): Ditto.
10101         (article-wash-html): Ditto.
10102
10103         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10104         calling mail-header-parse-content-type and
10105         mail-header-parse-content-disposition.
10106         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10107         mail-header-parse-content-type.
10108
10109         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10110         insert charset and format parameters; encode description after
10111         inserting it to buffer.
10112         (mml-insert-parameter): Fold lines properly even if a parameter is
10113         segmented into two or more lines; change the max column to 76.
10114
10115         * rfc1843.el (rfc1843-decode-article-body): Don't use
10116         ignore-errors when calling mail-header-parse-content-type.
10117
10118         * rfc2231.el (rfc2231-parse-string): Return at least type if
10119         possible; don't cause an error even if it fails in parsing of
10120         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10121         (rfc2231-encode-string): Don't break lines at the beginning, leave
10122         it to mml-insert-parameter.
10123
10124         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10125         calling mail-header-parse-content-type.
10126
10127 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10128
10129         * spam-report.el (spam-report-gmane-use-article-number):
10130         Improve doc string.
10131         (spam-report-gmane-internal): Check if a suitable header was found
10132         in the article.
10133
10134 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10137         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10138
10139 2006-02-05  Romain Francoise  <romain@orebokech.com>
10140
10141         Update copyright notices of all files in the gnus directory.
10142
10143 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10144
10145         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10146
10147 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10150         segmented lines of parameter value to cope with Thunderbird 1.5
10151         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10152         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10153         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10154
10155 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10156
10157         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10158         parts.
10159
10160 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10161
10162         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10163         there's only one active file for all servers.
10164         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10165         solid groups.  Gnus might have used a FAST request to select the group.
10166         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10167         and nnweb-search redundantly in the active file.
10168         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10169         (nnweb-request-create-group): Don't use ARGS.
10170         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10171         initialisations.  Let nnoo do the work.
10172
10173 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10176         Say the part has been decoded.
10177
10178         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10179
10180 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10181
10182         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10183         mailcap-viewer-test-cache when there's no 'test clause, since that
10184         will invert the meaning of a "nil" test previously determined by
10185         mailcap-mailcap-entry-passes-test.
10186
10187 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10190         compiling.
10191
10192         * gnus-sum.el: Ditto.
10193
10194         * message.el: Don't bind tool-bar-map when compiling.
10195
10196 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10199
10200 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10201
10202         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10203         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10204         current Google Groups.
10205
10206 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10207
10208         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10209         and tool-bar-mode.
10210
10211         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10212         and tool-bar-mode.
10213
10214         * message.el (message-tool-bar-update): Simplify.
10215         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10216
10217         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10218         gnus-summary-buffer.
10219         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10220         gnus-summary-reply.
10221
10222         * gmm-utils.el (gmm): Add :version.
10223
10224 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10225
10226         * Makefile.in (clean): New rule.
10227         (distclean): Use it.
10228
10229 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10230
10231         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10232         autoload.
10233
10234 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * gmm-utils.el (gmm-verbose): Add :group.
10237
10238 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10239
10240         * message.el: Change some comments WRT tool-bars.
10241
10242         * gnus-sum.el (gnus-summary-tool-bar)
10243         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10244         (gnus-summary-tool-bar-zap-list): New variables.
10245         (gnus-summary-make-tool-bar): Complete rewrite using
10246         `gmm-tool-bar-from-list'.
10247
10248         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10249         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10250         variables.
10251         (gnus-group-make-tool-bar): Complete rewrite using
10252         `gmm-tool-bar-from-list'.
10253         (gnus-group-tool-bar-update): New function.
10254
10255         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10256
10257 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10260         is dissected into a single part of which the type is the same as
10261         the given one; decode charset.
10262
10263 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10264
10265         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10266         into alists as symbol not string, since that's what
10267         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10268         look for.
10269
10270 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10271
10272         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10273         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10274
10275         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10276
10277 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10280         (gnus-xmas-mime-security-button-menu): New function.
10281
10282         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10283         (gnus-mime-security-button-menu): New definition.
10284         (gnus-mime-security-button-map): Use them.
10285         (gnus-mime-security-button-menu): New function.
10286         (gnus-insert-mime-security-button): Addition to help echo.
10287         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10288         (gnus-mime-security-pipe-part): New functions.
10289
10290         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10291         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10292
10293         * mm-decode.el (mm-handle-set-disposition): Remove.
10294         (mm-handle-set-description): Remove.
10295
10296 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10299         (mm-w3m-standalone-supports-m17n-p): New function.
10300         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10301         w3m usage.
10302
10303         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10304         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10305
10306 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10307
10308         * message.el (message-tool-bar-zap-list): Use
10309         gmm-tool-bar-zap-list as custom type.
10310         (message-tool-bar-update): New function.
10311         (message-tool-bar, message-tool-bar-gnome)
10312         (message-tool-bar-retro): Add message-tool-bar-update.
10313         (message-tool-bar-gnome): Add flyspell-buffer.
10314
10315         * gnus-util.el (gnus-error): Describe `args'.
10316
10317         * gmm-utils.el (gmm-error): Describe `args'.
10318         (gmm-tool-bar-zap-list): New widget.
10319         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10320
10321 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10324         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10325         the number of recursive calls.
10326
10327         * mm-decode.el (mm-handle-set-disposition): New macro.
10328         (mm-handle-set-description): New macro.
10329
10330 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10333         encoding.
10334
10335 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * message.el (message-tool-bar-zap-list, message-tool-bar)
10338         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10339         (message-tool-bar-local-item-from-menu): Remove.
10340         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10341         (message-make-tool-bar): New function.
10342         (message-mode): Use `message-make-tool-bar'.
10343
10344         * gmm-utils.el: New file.
10345         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10346         (gmm-lazy): New widget copied from `nnmail.el'.
10347         (gmm-tool-bar-from-list): New function for creating customizable
10348         tool bars.
10349         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10350         output.
10351         (gmm): Add :prefix to defgroup.
10352
10353 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10354
10355         * gmm-utils.el (gmm-widget-p): New function.
10356
10357 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * mml.el (mml-attach-file): Describe `description' in doc string.
10360         (mml-menu): Add Emacs MIME manual and PGG manual.
10361
10362 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10363
10364         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10365
10366 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10367
10368         * nntp.el (nntp-end-of-line): Doc fix.
10369
10370 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10371
10372         * imap.el (imap-open): Handle case where buffer is a buffer
10373         object.
10374
10375 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10376
10377         * gnus-delay.el (gnus-delay): Don't autoload.
10378         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10379         to be re-loaded when customizing the `gnus-delay' group.
10380
10381 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10382
10383         * message.el (message-insert-citation-line): Use newlines.
10384
10385 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10386
10387         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10388         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10389         these routines, so the passphrase can be managed externally and
10390         passed in to the system.
10391         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10392         pgg-add-passphrase-to-cache function.
10393
10394         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10395         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10396         these routines, so the passphrase can be managed externally and
10397         passed in to the system.
10398         (pgg-pgp5-sign-region): Use new name of
10399         pgg-add-passphrase-to-cache function.
10400
10401 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10402
10403         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10404         part of the decoded armor to find the key-identifier.
10405         (pgg-gpg-lookup-key-owner): New function to return the
10406         human-readable identifier of a key owner.
10407         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10408         itself.
10409         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10410         the key value) if we have a key and can match it against a secret
10411         key.  Also, added a note pointing out fact that the prompt only
10412         indicates the first matching key.
10413
10414         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10415         pgg-decrypt-region.
10416         (pgg-add-passphrase-to-cache): Rename from
10417         `pgg-add-passphrase-cache' to reduce confusion (all callers
10418         changed).
10419         (pgg-remove-passphrase-from-cache): Rename from
10420         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10421         changed).
10422         (pgg-read-passphrase, pgg-add-passphrase-cache)
10423         (pgg-remove-passphrase-cache): Add informative docstrings.
10424         (pgg-decrypt): Convey provided passphrase in subordinate call to
10425         pgg-decrypt-region.
10426
10427 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10428
10429         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10430         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10431         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10432         'passphrase' argument, so the passphrase can be managed externally
10433         and then passed in to the system.
10434
10435         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10436         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10437         so the passphrase cache can be used reliably with identifiers
10438         besides a pgp packet's key id.
10439
10440         * pgg-gpg.el (pgg-gpg-encrypt-region)
10441         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10442         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10443         these routines, so the passphrase can be managed externally and
10444         passed in to the system.
10445
10446         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10447         'notruncate' argument, so the passphrase cache can be used
10448         reliably with identifiers besides a pgp packet's key id.
10449
10450 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10451
10452         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10453         symmetric encryption.
10454         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10455         encrypted session key.
10456         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10457         message ask for the passphrase in a proper way.
10458
10459         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10460         New user commands for symmetric encryption.
10461
10462 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10465
10466         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10467
10468 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10469
10470         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10471
10472 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * mm-decode.el (mm-inlined-types): Add application/pgp.
10475         (mm-automatic-display): Ditto.
10476
10477         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10478         part as text.
10479
10480 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * nnrss.el: Update copyright.
10483         (nnrss-opml-import): Query whether to subscribe to each entry.
10484
10485         * gnus-art.el:
10486         * gnus-sum.el:
10487         * gnus-xmas.el:
10488         * messagexmas.el:
10489         * mm-uu.el:
10490         * mm-view.el: Update copyright.
10491
10492 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10493
10494         * message.el (message-info): New function.
10495         (message-mode-menu): Add it.
10496         Update copyright.
10497
10498         * ChangeLog: Fix and update copyright.
10499
10500 2006-01-13  Romain Francoise  <romain@orebokech.com>
10501
10502         * message.el (message-forward-subject-name-subject): Prefer the
10503         address to 'nowhere' if the sender has no name.
10504         Fix typo.  Update copyright year.
10505
10506 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10507
10508         * gnus-art.el (article-wash-html): Use
10509         gnus-summary-show-article-charset-alist if a numeric arg is given.
10510         (gnus-article-wash-html-with-w3m-standalone): New function.
10511
10512         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10513         mm-inline-text-html-render-with-w3m-standalone.
10514         (mm-text-html-washer-alist): Map w3m-standalone to
10515         gnus-article-wash-html-with-w3m-standalone.
10516         (mm-inline-text-html-render-with-w3m-standalone): New function.
10517
10518 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10519
10520         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10521         Improve LaTeX.
10522
10523 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10524
10525         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10526         (nnrss-request-article): Render text/plain parts as HTML.
10527
10528         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10529         the buffer.
10530
10531 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10532
10533         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10534         custom definition of `gnus-posting-styles'.
10535
10536         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10537         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10538
10539 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10542         Use nntp for bug archive.
10543
10544 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10545
10546         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10547         parts.
10548         (nnrss-normalize-date): New function converts ISO 8601 date into
10549         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10550         (nnrss-check-group): Use it.
10551
10552 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10555
10556         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10557         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10558         (nnrss-insert-w3): Ditto.
10559
10560 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10563         the articles to be forwarded including the case where neither a
10564         number of articles nor a region is specified.
10565
10566 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * nnrss.el (nnrss-request-article): Fix last change; fill
10569         text/plain parts.
10570
10571 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10574         in text/plain part.
10575         (nnrss-check-group): Don't add excessive newline to dc:subject.
10576
10577 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10578
10579         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10580         article.
10581
10582 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10583
10584         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10585         (nnml-use-compressed-files, nnml-save-mail): Support other
10586         comression programs such as bzip2.
10587
10588 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10589
10590         * dns.el (query-dns): Make sure we check the buffer size before
10591         removing tcp headers.
10592
10593 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10594
10595         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10596         remove MIME buttons associated with multipart/alternative parts.
10597         (gnus-mime-display-alternative): Tag buttons using `article-type'
10598         text property.
10599
10600         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10601         associated with multipart/alternative parts.
10602
10603         * gnus-art.el (gnus-signature-separator): Fix custom type.
10604
10605         * mm-decode.el (mm-inlined-types): Fix custom type.
10606         (mm-keep-viewer-alive-types): Ditto.
10607         (mm-automatic-display): Ditto.
10608         (mm-attachment-override-types): Ditto.
10609         (mm-inline-override-types): Ditto.
10610         (mm-automatic-external-display): Ditto.
10611
10612 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * spam-report.el (spam-report-user-mail-address)
10615         (spam-report-user-agent): New variables.
10616         (spam-report-url-ping-plain): Use spam-report-user-agent.
10617
10618 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10619
10620         * gnus-art.el (gnus-button-handle-custom): Do not just use
10621         `customize-apropos' for any "M-x customize-*" button but the
10622         function called for.  Accept both the function name and its
10623         argument in order to achieve this.
10624         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10625         function name to `gnus-button-handle-custom' in case of "M-x
10626         customize-*" buttons.
10627
10628 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10631         multipart/alternative and add xref to mm-discouraged-alternatives
10632         in doc string.
10633
10634         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10635         gnus-buttonized-mime-types in doc string.
10636
10637 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10640         Suggest image/.* in the doc string.
10641
10642 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10643
10644         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10645         message-marks (Debian bug #342521).
10646
10647 2005-12-12  Simon Josefsson  <jas@extundo.com>
10648
10649         * password.el (password-read-from-cache): Add.
10650         (password-read): Use it.
10651
10652 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10655         us-ascii as a MIME charset.
10656
10657         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10658         against the case where the 2nd arg TYPE is nil.
10659
10660 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * pop3.el (pop3-stream-type): Fix custom version.
10663
10664         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10665
10666 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10667
10668         * mm-decode.el (mm-display-external): Add missing cdr.
10669
10670 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10671
10672         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10673         RFC1524) if it is in mailcap or add a suffix according to
10674         mailcap-mime-extensions when generating a temp filename; postpone
10675         deleting a temp file for 2 seconds for some wrappers, shell
10676         scripts, and so on, which might exit right after having started a
10677         viewer command as a background job.
10678
10679 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10680
10681         * nntp.el (nntp-marks-directory): Fix custom group.
10682
10683         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10684         steps when < 10.
10685
10686         * gnus-start.el (gnus-no-server-1): Mention
10687         `gnus-level-default-subscribed' in doc string.
10688
10689 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10690
10691         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10692         parens.
10693
10694 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * gnus-xmas.el (gnus-use-toolbar): Revert.
10697         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10698         gnus-use-toolbar is default.
10699
10700         * messagexmas.el (message-use-toolbar): Revert.
10701         (message-setup-toolbar): Use global default-toolbar if
10702         message-use-toolbar is default.
10703
10704 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10707         according to default-toolbar-visible-p.
10708
10709         * messagexmas.el (message-use-toolbar): Ditto.
10710
10711 2005-11-26  Dave Love  <fx@gnu.org>
10712
10713         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10714         (tls-program, tls-success): Provide openssl alternative.
10715
10716         * starttls.el: Doc fixes.
10717         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10718         SERVICE to PORT.
10719
10720         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10721         port null or service name.
10722         (starttls-negotiate): Autoload.
10723
10724 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * message.el (message-kill-to-signature): Fix interactive spec.
10727
10728 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * pop3.el (pop3-open-server): Recognize a string as a service name.
10731
10732 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10733
10734         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10735
10736 2005-11-23  Dave Love  <fx@gnu.org>
10737
10738         Add pop3s, pop3/starttls.
10739
10740         * pop3.el (pop3-authentication-scheme): Clarify doc.
10741         (open-tls-stream, starttls-open-stream): Autoload.
10742         (pop3-stream-type): New.
10743         (pop3-open-server): Use it.
10744
10745         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10746         for POP.
10747         (mail-source-keyword-map): Add :stream for POP.
10748         (mail-source-fetch-pop): Use pop3-stream-type.
10749
10750 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10751
10752         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10753         of current-time-string.
10754
10755 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10756
10757         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10758         date header.
10759
10760 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10761
10762         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10763         it can seriously impact performance as it bypasses the agent's
10764         local caches.
10765
10766 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10767
10768         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10769         must be explicitly online rather than "not explicitly offline" for
10770         its flags to be synchronized.
10771
10772         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10773         that gnus-uu-unmark-thread will function correctly.
10774
10775         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10776         1024K is instead displayed as 1M.
10777
10778 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10779
10780         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10781
10782 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10783
10784         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10785
10786 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10787
10788         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10789         error message to display actual error condition.
10790         (gnus-agent-save-local): Avoid saving symbols that are bound to
10791         nil as they simply result in a warning message in
10792         gnus-agent-read-local.
10793
10794 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10797         rather than make-variable-buffer-local for file-precious-flag.
10798
10799 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10800
10801         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10802         for duplicates which are removed.  The invalid sort check then
10803         triggers a rescan after the sort as sorting may have moved
10804         duplicate entries such that they can be cheaply detected.
10805
10806 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10807
10808         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10809
10810 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10811
10812         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10813         internal variable to a custom variable.  Changed default value
10814         from compressed(2) to uncompressed(1).
10815         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10816         support for uncompressed agentview files.  Taken together, reading
10817         the agentview file should now be 6-7 times faster.
10818
10819 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10820
10821         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10822         as a buffer-local variable.  This avoids creating truncated
10823         dribble files as a result of a hang up, eg.
10824
10825 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10826
10827         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10828         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10829         XEmacs.
10830
10831 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * gnus-start.el (gnus-start-draft-setup): Enforce
10834         `gnus-draft-mode' for nndraft:drafts at startup.
10835
10836         * gnus.el (gnus-splash): Change custom group.
10837         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10838         allow-list argument.
10839
10840         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10841         string.
10842
10843 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * gnus-art.el (gnus-default-article-saver): Add user-defined
10846         `function' to custom type.
10847
10848 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10849
10850         * imap.el (imap-open): Handle case where buffer is a buffer
10851         object.
10852
10853 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10856         long lines.
10857         (gnus-cache-delete-group): Wrap doc strings.
10858
10859         * gnus-agent.el (gnus-agent-rename-group)
10860         (gnus-agent-delete-group): Wrap doc strings.
10861
10862 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * messagexmas.el (message-use-toolbar): Change the valid values
10865         into default, top, bottom, left, and right.
10866         (message-toolbar-thickness): New variable.
10867         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10868         well.
10869         (message-setup-toolbar): Make it work.
10870
10871         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10872         (gnus-use-toolbar): Change the valid values into default, top,
10873         bottom, left, and right.
10874         (gnus-toolbar-thickness): New variable.
10875         (gnus-xmas-setup-toolbar): New function.
10876         (gnus-xmas-setup-group-toolbar): Use it.
10877         (gnus-xmas-setup-summary-toolbar): Use it.
10878
10879 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10880
10881         * gnus-start.el (gnus-1): Add "native" to
10882         gnus-predefined-server-alist.
10883
10884         * gnus.el (gnus-method-to-server): Don't add "native" to the
10885         lists here, because that leads to problems when
10886         gnus-select-method is bound.
10887
10888 2005-11-09  Simon Josefsson  <jas@extundo.com>
10889
10890         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10891         use (not sort-by-date) instead.
10892
10893 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10894
10895         * gnus-delay.el (gnus-delay-group): Don't autoload.
10896         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10897         to be re-loaded when customizing the `gnus-delay' group.
10898
10899 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10900
10901         * message.el: Revert last changes.
10902         (message-insert-citation-line): Use newlines.
10903
10904 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10905
10906         * message.el (message-courtesy-message)
10907         (message-mark-insert-begin, message-mark-insert-end)
10908         (message-elide-ellipsis, message-cancel-message)
10909         (message-add-header, message-change-subject)
10910         (message-cross-post-followup-to-header)
10911         (message-cross-post-insert-note, message-reduce-to-to-cc)
10912         (message-widen-reply, message-delete-not-region)
10913         (message-kill-to-signature, message-insert-signature)
10914         (message-insert-importance-high, message-insert-importance-low)
10915         (message-insert-or-toggle-importance)
10916         (message-insert-disposition-notification-to)
10917         (message-indent-citation, message-yank-original)
10918         (message-cite-original-without-signature, message-cite-original)
10919         (message-insert-citation-line, message-position-on-field)
10920         (message-fix-before-sending, message-send-mail-partially)
10921         (message-send-mail, message-send-mail-with-sendmail)
10922         (message-send-mail-with-qmail, message-send-news)
10923         (message-check-news-header-syntax, message-generate-headers)
10924         (message-insert-courtesy-copy, message-fill-address)
10925         (message-fill-header, message-shorten-references)
10926         (message-setup-1, message-cancel-news)
10927         (message-forward-make-body-plain, message-forward-make-body-mime)
10928         (message-forward-make-body-mml, message-encode-message-body)
10929         (message-forward-make-body-digest-plain)
10930         (message-forward-make-body-digest-mime)
10931         (message-use-alternative-email-as-from): Insert `hard-newline'
10932         instead of ordinary newlines.
10933
10934 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * message.el (message-generate-headers): Downcase the argument
10937         given to message-check-element.
10938
10939 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10940
10941         * nntp.el (nntp-authinfo-rejected): New error condition.
10942         (nntp-wait-for): Use new error condition to signal authentication
10943         error.
10944         (nntp-retrieve-data): Rethrow new error condition to break out of
10945         recursive call to nntp-send-authinfo.
10946
10947 2005-11-08  Romain Francoise  <romain@orebokech.com>
10948
10949         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10950         (gnus-summary-exit-map): Bind to `Z p'.
10951         (gnus-summary-make-menu-bar): Add menu item.
10952
10953 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10954
10955         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10956         (gnus-treat-*): Add `first' in all doc strings.
10957
10958         * gnus-group.el (gnus-group-compact-group): Fix typo.
10959
10960 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * gnus.el (gnus-parameters-case-fold-search): New variable.
10963         (gnus-parameters-get-parameter): Use it.
10964
10965         * gnus-score.el (gnus-home-score-file): Doc fix.
10966
10967 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10968
10969         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10970
10971 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * mm-util.el (mm-special-display-p): New function.
10974
10975         * mml.el (mml-preview): Use it; doc fix.
10976
10977 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10978
10979         * imap.el (imap-open): Handle case where buffer is a buffer object.
10980
10981 2005-10-29  Romain Francoise  <romain@orebokech.com>
10982
10983         * message.el (message-fix-before-sending): Fix comment.
10984
10985 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10986
10987         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10988
10989 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10990
10991         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10992         Used in gnus-score.el.
10993
10994 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10995
10996         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10997
10998 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10999
11000         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
11001         whitespace removed in revision 7.8.  Use concatenated string to
11002         protect trailing whitespace.
11003
11004 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
11005
11006         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
11007         (nnimap-request-expire-articles): Use it to avoid sending 'UID
11008         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
11009         Courier IMAP ("some version from 2004").  Mostly based on similar
11010         code in the same function.
11011
11012 2005-10-26  Didier Verna  <didier@xemacs.org>
11013
11014         * gnus-group.el (gnus-group-compact-group): Invalidate original
11015         article buffer.
11016         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11017         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11018         NOV database and in article itself.
11019         Invalidate article backlog.
11020
11021 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11022
11023         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11024
11025 2005-10-26  Simon Josefsson  <jas@extundo.com>
11026
11027         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11028         part of 2004-07-25 change.
11029
11030 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * message.el (message-display-completion-list): New function.
11033         (message-expand-group): Use it; make sure the Completions buffer
11034         is modifiable.
11035 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11036
11037         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11038         user-mail-name is an empty string.
11039
11040 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11041
11042         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11043         depending on gnus-score-decay-constant.
11044
11045         * encrypt.el (encrypt-insert-file-contents)
11046         (encrypt-write-file-contents): Don't use `gnus-message'.
11047
11048         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11049         arguments.
11050         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11051         arguments to mm-uu-verbatim-marks-extract.
11052         (mm-uu-hide-markers): New variable.
11053         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11054
11055         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11056         (gnus-convert-image-to-face-command): Use "convert" by default to
11057         allow other input image formats.
11058         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11059         accordingly.
11060
11061 2005-10-23  Simon Josefsson  <jas@extundo.com>
11062
11063         * imap.el (imap-gssapi-program): Align command line parameters
11064         with latest GNU SASL.
11065         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11066
11067 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11070         HTML.
11071         (nnslashdot-request-article): Ditto.
11072
11073         * lpath.el (featurep): Add nobreak-char-display.
11074
11075 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11076
11077         * mail-source.el (mail-source-fetch-pop): Require pop3.
11078         (mail-source-check-pop): Ditto.
11079
11080 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11083         errors.
11084
11085 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11086
11087         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11088         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11089
11090         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11091
11092         * mm-bodies.el (mm-decode-string): Call
11093         `mm-charset-to-coding-system' with allow-override argument.
11094
11095 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11098         (rfc2047-charset-to-coding-system): New function.
11099         (rfc2047-decode-encoded-words): New function.
11100         (rfc2047-decode-region): Use them.
11101         (rfc2047-decode-cte): Remove.
11102         (rfc2047-parse-and-decode): Remove.
11103         (rfc2047-decode): Remove.
11104
11105 2005-10-15  Kenichi Handa  <handa@m17n.org>
11106
11107         * rfc2047.el (rfc2047-decode-cte): New function.
11108         (rfc2047-decode-region): Change the way to decode successive
11109         encoded-words: decode B- or Q-encoding in each encoded-word,
11110         concatenate them, and decode it as charset.
11111
11112 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11113
11114         * lpath.el: Fbind codepage-setup for XEmacs.
11115
11116 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11117
11118         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11119         widget-move-and-invoke.
11120         (gnus-custom-mode): Use gnus-custom-map.
11121
11122 2005-10-15  Bill Wohler  <wohler@newt.com>
11123
11124         * message.el (message-tool-bar-map): Renamed image file from
11125         mail_send to mail/send.
11126
11127 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11128
11129         * message.el (message-expand-group): Pass the common
11130         prefix substring of completion to `display-completion-list'.
11131
11132 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11133
11134         * mml-sec.el (mml-secure-method): New internal variable.
11135         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11136         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11137         functions using mml-secure-method.
11138
11139         * mml.el (mml-mode-map): Add key bindings for those functions.
11140         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11141         Harder <harder@myrealbox.com>.
11142         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11143         end of message if point is the headers of the message.
11144
11145         * message.el (message-in-body-p): New function.
11146
11147         * assistant.el: Autoload gnus-util and netrc.
11148
11149         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11150         Use `mm-charset-override-alist' only when decoding.
11151
11152         * mm-bodies.el (mm-decode-body): Call
11153         `mm-charset-to-coding-system' with allow-override argument.
11154
11155         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11156         `filename' from Content-Disposition if Content-Type doesn't
11157         provide `name'.
11158         (gnus-mime-view-part-as-type): Set default instead of
11159         initial-input.
11160
11161 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11162
11163         * format-spec.el (format-spec): Propagate text properties of % spec.
11164
11165 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11166
11167         * gnus-art.el (gnus-treat-predicate): Add `first'.
11168
11169 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11170
11171         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11172         (mm-charset-override-alist): New variable.
11173         (mm-charset-to-coding-system): Use it.
11174         (mm-codepage-setup): New helper function.
11175         (mm-charset-eval-alist): New variable.
11176         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11177         about unknown charsets.
11178
11179         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11180
11181 2005-10-04  David Hansen  <david.hansen@gmx.net>
11182
11183         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11184         (nnrss-check-group): Ditto.
11185
11186 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11189         Rename x-gnus-verbatim to x-verbatim.
11190         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11191
11192         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11193         x-verbatim.
11194
11195         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11196
11197         * gnus-util.el (gnus-remove-duplicates): Remove.
11198
11199         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11200         instead of gnus-remove-duplicates.
11201
11202         * message.el (message-remove-duplicates): Remove.
11203         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11204         message-remove-duplicates.
11205
11206         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11207         available, else use implementation from `delete-dups'.
11208
11209         * message.el (message-insert-expires): New function.
11210         (message-mode-map): Add key binding.
11211         (message-mode-field-menu): Add menu entry.
11212         (message-mode): Document it.
11213         (message-make-expires-date): Use `message-make-date'.
11214
11215 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11216
11217         * message.el (message-make-expires-date): New function.
11218
11219 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * Makefile.in (list-installed-shadows): New entry.
11222         (install): Use it.
11223         (remove-installed-shadows): New entry.
11224
11225         * dgnushack.el (dgnushack-default-load-path): New variable.
11226         (dgnushack-find-lisp-shadows): New function.
11227         (dgnushack-remove-lisp-shadows): New function.
11228
11229 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * Makefile.in (install-el-elc): New entry.
11232         (install): Use it so that .el files are necessarily installed.
11233
11234 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11235
11236         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11237
11238 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11239
11240         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11241         function rather than the diff-mode.el package.
11242         (mm-display-external): Use with-current-buffer.
11243         (mm-viewer-completion-map, mm-viewer-completion-map):
11244         Move initialization inside declaration.
11245
11246 2005-09-29  Simon Josefsson  <jas@extundo.com>
11247
11248         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11249         autoload mail-check-payment.
11250         (spam-check-hashcash): Define unconditionally, since hashcash.el
11251         is part of Gnus now.  Ignore errors from payment checking.
11252
11253 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * message.el (message-bold-region, message-unbold-region): Rename
11256         from `bold-region' and `unbold-region'.
11257
11258         * message.el: Remove useless autoloads.
11259
11260 2005-09-28  Simon Josefsson  <jas@extundo.com>
11261
11262         * message.el (message-use-idna): Default to t.
11263         (message-use-idna): Test whether encoding works too.  Doc fix.
11264
11265 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * nntp.el (nntp-warn-about-losing-connection): Remove.
11268
11269 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11270
11271         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11272         customizable.  Change default value.
11273         (mm-uu-diff-groups-regexp): Change default value.
11274         (mm-uu-type-alist): Add doc string.
11275         (mm-uu-configure): Add doc string.  Make it interactive.
11276         (mm-uu-tex-groups-regexp): New variable.
11277         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11278         (mm-uu-type-alist): Add LaTeX documents.
11279         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11280         of "text/verbatim".
11281         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11282
11283         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11284         instead of "text/verbatim".
11285
11286         * message.el (message-mark-inserted-region)
11287         (message-mark-insert-file): Use slrn style marks when called with
11288         prefix argument.
11289
11290 2005-09-27  Simon Josefsson  <jas@extundo.com>
11291
11292         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11293
11294 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11295
11296         * message.el (message-remove-duplicates): New function.
11297         Implementation borrowed from `gnus-remove-duplicates'.
11298         (message-idna-to-ascii-rhs): Also encode idna addresses in
11299         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11300         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11301         only ask about the same idna domain once per header and also tell
11302         in what header to replace the idna domain.
11303
11304         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11305         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11306         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11307         a header is decoded and not just the last one.
11308
11309 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11310
11311         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11312         has been decoded.
11313
11314         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11315         (mm-insert-part): Don't modify text if it has been decoded.
11316
11317         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11318         decoded.
11319
11320         * mm-view.el (mm-inline-text): Don't strip text props unless
11321         decoding enriched or richtext parts.
11322
11323 2005-09-25  Romain Francoise  <romain@orebokech.com>
11324
11325         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11326         * gnus-start.el (gnus-subscribe-interactively):
11327         * gnus-uu.el (gnus-uu-grab-articles):
11328         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11329         space.
11330
11331 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11332
11333         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11334         * mm-view.el (mm-view-pkcs7-decrypt):
11335         * gnus-sum.el (gnus-summary-limit-to-extra)
11336         (gnus-summary-respool-article, gnus-read-move-group-name):
11337         * gnus-score.el (gnus-summary-increase-score):
11338         * gnus-util.el (gnus-completing-read-with-default):
11339         * gnus-art.el (gnus-read-save-file-name)
11340         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11341         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11342         * message.el (message-check-news-header-syntax):
11343         Follow convention for reading with the minibuffer.
11344
11345 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11346
11347         * spam-report.el (spam-report-url-ping-plain):
11348         Use gnus-extended-version as User-Agent.
11349
11350         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11351         default value is nil.
11352
11353         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11354         (mm-uu-verbatim-marks-extract): New function.
11355         (mm-uu-extract): New face.
11356         (mm-uu-copy-to-buffer): Use it.
11357
11358         * spam-report.el (spam-report-gmane-ham): Renamed from
11359         `spam-report-gmane-unspam'.
11360         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11361         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11362
11363         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11364         Autoload.
11365         (spam-report-gmane-unregister-routine): Renamed
11366         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11367
11368 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11369
11370         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11371         (spam-report-gmane-unregister-routine): Add support for gmane
11372         unregistration.
11373
11374         * spam-report.el (spam-report-gmane-unspam)
11375         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11376         (spam-report-gmane): Change to take a single article and do unspam
11377         registration.
11378
11379 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * mm-url.el (mm-url-decode-entities): Fix regexp.
11382
11383 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11384
11385         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11386         default to nil, to be able to use Gnus at all.  If the default
11387         switches to something else, then the function should be fixed not
11388         be exceedingly slow.
11389
11390 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11391
11392         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11393         fail hard.
11394
11395         * spam-report.el: Add better Keywords line.
11396
11397         * spam.el: Add Maintainer and better Keywords line.
11398
11399 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11400
11401         * gnus-art.el (gnus-article-replace-part)
11402         (gnus-mime-replace-part): New functions.
11403         (gnus-mime-action-alist, gnus-mime-button-commands)
11404         (gnus-mime-save-part-and-strip): Added file argument.
11405         (gnus-article-part-wrapper): Added interactive argument.
11406
11407         * gnus-sum.el (gnus-summary-mime-map): Add
11408         `gnus-article-replace-part'.
11409
11410 2005-09-19  Didier Verna  <didier@xemacs.org>
11411
11412         The nnml compaction feature:
11413         * nnml.el (nnml-request-compact-group): New function.
11414         * nnml.el (nnml-request-compact): New function.
11415         * gnus-int.el (gnus-request-compact-group): New function.
11416         * gnus-int.el (gnus-request-compact): New function.
11417         * gnus-group.el (gnus-group-compact-group): New function.
11418         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11419         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11420         * gnus-srvr.el (gnus-server-compact-server): New function.
11421         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11422         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11423
11424 2005-09-18  Deepak Goel  <deego@gnufans.org>
11425
11426         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11427         format spec.
11428
11429 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11430
11431         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11432
11433 2005-09-15  Romain Francoise  <romain@orebokech.com>
11434
11435         * message.el (message-fill-paragraph): Clarify docstring.
11436
11437 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * gnus-art.el (gnus-mime-display-part): Protect against broken
11440         MIME messages.
11441
11442 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11443
11444         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11445         before parsing header.
11446
11447 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11448
11449         * html2text.el (html2text-replace-list): Add new entities.
11450
11451 2005-09-11  Romain Francoise  <romain@orebokech.com>
11452
11453         * message.el (message-alternative-emails): Improve docstring.
11454         (message-setup-1): Call `message-use-alternative-email-as-from'
11455         after `message-setup-hook' to give it precedence over posting
11456         styles, etc.
11457         (message-use-alternative-email-as-from): Add docstring.  Remove
11458         the original From header if present.
11459
11460         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11461         (nnml-save-mail): Use it.
11462
11463         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11464         articles.  Add new argument `silent'.
11465         (gnus-uu-mark-all): Report the total number of marked articles.
11466
11467 2005-09-10  Romain Francoise  <romain@orebokech.com>
11468
11469         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11470         (gnus-uu-mark-series): Likewise.
11471
11472 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * spam-report.el (spam-report-gmane): Fix generation of spam
11475         report URL.
11476
11477 2005-09-10  Simon Josefsson  <jas@extundo.com>
11478
11479         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11480         t, based on discussion on the ding list with Robert Epprecht
11481         <epprecht@solnet.ch>.
11482
11483 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * spam-report.el (spam-report-gmane): Make it work without
11486         X-Report-Spam header.  Gmane now only provides Archived-At.
11487         This is only used if `spam-report-gmane-use-article-number' is nil.
11488         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11489
11490         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11491         make `gnus-summary-sort-by-recipient' work with threading.
11492
11493         * nnweb.el (nnweb-google-wash-article): Print a message if article
11494         is not available.
11495
11496 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11497
11498         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11499         change.  Decode text/* parts content before displaying.
11500
11501 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11504
11505 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11508
11509         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11510         url-package-name, url-package-version,
11511         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11512         w3m-display-inline-images, and w3m-minor-mode-map.
11513
11514 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11515
11516         * message.el (message-tab-body-function): Fix mismatched custom type.
11517
11518         * gnus.el (gnus-group-change-level-function): Ditto.
11519
11520         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11521
11522         * gnus-art.el (gnus-signature-limit)
11523         (gnus-article-mime-part-function): Ditto.
11524
11525 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * mml.el (mml-mode): Silence the byte compiler.
11528
11529         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11530         using `(sit-for 0)' before moving the point to the specified part;
11531         skip unbuttonized parts.
11532         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11533         return to the summary window if gnus-auto-select-part is non-nil.
11534
11535 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11538         variables.
11539         (mml-dnd-attach-file, mml-mode): Use them.
11540
11541         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11542         Make fetching article by MID work again for Google Groups.  Added
11543         FIXME concerning gnus-group-make-web-group.
11544
11545         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11546         Don't depend on Gnus by using mail-extract-address-components if
11547         gnus-extract-address-components is not bound.
11548
11549 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11550
11551         * gnus-art.el (gnus-mime-display-security): Don't display the
11552         signature, but only the signed part.
11553
11554 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11557
11558         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11559         list, not listp.
11560
11561 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11562
11563         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11564         when encoding.
11565
11566         * mm-bodies.el (mm-decode-content-transfer-encoding):
11567         De-canonicalize CRLF for all text content types, not just
11568         text/plain.
11569
11570 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11573         valid article; point arrow and cursor at the MIME button.
11574
11575 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11578         Suggested by Dan Christensen <jdc@uwo.ca>.
11579
11580         * mm-decode.el (mm-save-part): Enable change of prompt.
11581
11582 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11583
11584         * gnus-msg.el (gnus-inews-add-send-actions): Made
11585         `message-post-method' lambda parameter ARG `&optional'.
11586
11587 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11588
11589         * gnus-sum.el (gnus-summary-mime-map): Added
11590         gnus-article-save-part-and-strip, gnus-article-delete-part and
11591         gnus-article-jump-to-part.
11592
11593         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11594         (gnus-article-edit-part): Use it.
11595         (gnus-article-part-wrapper): Added no-handle argument.
11596         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11597         functions.
11598
11599 2005-08-29  Romain Francoise  <romain@orebokech.com>
11600
11601         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11602         docstring.
11603         (gnus-face-from-file): Likewise.
11604
11605 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11608         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11609         non-nil.
11610         (gnus-auto-select-part): New variable.
11611         (gnus-article-jump-to-part): New function.
11612         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11613         (gnus-mime-delete-part): Allow selecting specified part after
11614         deleting or stripping parts.
11615         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11616         part if argument is bogus.
11617
11618 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11619
11620         * gnus-art.el (w3m-minor-mode-map):
11621         * gnus-spec.el (gnus-newsrc-file-version):
11622         * gnus-util.el (nnmail-active-file-coding-system)
11623         (gnus-original-article-buffer, gnus-user-agent):
11624         * gnus.el (gnus-ham-process-destinations)
11625         (gnus-parameter-ham-marks-alist)
11626         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11627         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11628         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11629         * mm-decode.el (gnus-current-window-configuration):
11630         * mm-extern.el (gnus-article-mime-handles):
11631         * mm-url.el (url-current-object, url-package-name)
11632         (url-package-version):
11633         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11634         (smime-keys, w3m-cid-retrieve-function-alist)
11635         (w3m-current-buffer, w3m-display-inline-images)
11636         (w3m-minor-mode-map):
11637         * mml-smime.el (gnus-extract-address-components):
11638         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11639         (gnus-newsrc-hashtb, message-default-charset)
11640         (message-deletable-headers, message-options)
11641         (message-posting-charset, message-required-mail-headers)
11642         (message-required-news-headers):
11643         * mml1991.el (mc-pgp-always-sign):
11644         * mml2015.el (mc-pgp-always-sign):
11645         * nnheader.el (nnmail-extra-headers):
11646         * rfc1843.el (gnus-decode-encoded-word-function)
11647         (gnus-decode-header-function, gnus-newsgroup-name):
11648         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11649
11650 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11651
11652         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11653         the end of the date treatments.
11654
11655 2005-08-15  Simon Josefsson  <jas@extundo.com>
11656
11657         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11658         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11659         Capello and Romain Francoise.
11660         (pgg-fetch-key-function): Removed, not used?
11661         (pgg-insert-url-with-w3): Require url, to get
11662         url-insert-file-contents regardless of where it is defined.
11663
11664 2005-08-13  Romain Francoise  <romain@orebokech.com>
11665
11666         * message.el (message-cite-original-1): New function.
11667         (message-cite-original): Use it.
11668         (message-cite-original-without-signature): Ditto.
11669
11670 2005-08-08  Romain Francoise  <romain@orebokech.com>
11671
11672         * message.el (message-yank-empty-prefix): New variable.
11673         (message-indent-citation): Use it.
11674         (message-cite-original-without-signature): Respect X-No-Archive.
11675
11676 2005-08-08  Simon Josefsson  <jas@extundo.com>
11677
11678         * pgg.el: Autoload url-insert-file-contents instead of loading
11679         w3/url.
11680         (pgg-insert-url-with-w3): Don't load url here.
11681
11682 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11683
11684         * message.el (message-kill-to-signature): Don't insert newline at
11685         bol.
11686         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11687
11688 2005-08-06  Romain Francoise  <romain@orebokech.com>
11689
11690         * message.el (message-user-fqdn): Fix typo in docstring.
11691
11692 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11693
11694         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11695
11696         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11697
11698 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11699
11700         * mm-bodies.el (mm-encode-body): Use coding system rather than
11701         charset to encode text.
11702
11703         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11704         number of charsets if utf-8 is available (XEmacs).
11705
11706 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11707
11708         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11709         taken from `gnus-button-mid-or-mail-regexp'.
11710         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11711         (gnus-button-alist): Improve regexp for domain part of the MIDs
11712         for news:localpart@domain buttons.
11713         (gnus-button-ctan-directory-regexp): Update.
11714
11715 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11716
11717         * sieve-manage.el (sieve-manage-interactive-login): Use
11718         make-local-variable rather than make-variable-buffer-local.
11719         (sieve-manage-open): Ditto.
11720         (sieve-manage-authenticate): Ditto.
11721
11722         * mml.el (mml-generate-mime-1): Make the content type default to
11723         text/plain if the filename is not specified.
11724
11725 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11726
11727         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11728         instead of insert-buffer.
11729
11730         * message.el (message-yank-original): Ditto; set the mark at the
11731         end of the yanked message.
11732
11733 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11736         lines to scroll rather than to stop it.
11737
11738         * mml.el (mml-generate-default-type): Add doc string.
11739         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11740         default to application/octet-stream when determining the content
11741         type if it is not specified for the part or the mml contents; add
11742         a comment about mml-generate-default-type.
11743
11744 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11745
11746         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11747         make it default to application/octet-stream when determining the
11748         content type if it is not specified for the external contents.
11749
11750 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11753         segmented parameter but also other parameters might be there.
11754
11755 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * mm-decode.el (mm-display-external): Delete temp file, directory
11758         and buffer immediately if the external process is exited.
11759
11760 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11761
11762         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11763         fewer lines than that of scroll-margin.
11764         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11765
11766 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11767
11768         * gnus-art.el (gnus-article-next-page): Revert.
11769         (gnus-article-beginning-of-window): New macro.
11770         (gnus-article-next-page-1): Use it.
11771         (gnus-article-prev-page): Ditto.
11772         (gnus-article-edit-part): Use insert-buffer-substring instead of
11773         insert-buffer.
11774         (gnus-article-edit-exit): Ditto.
11775
11776         * gnus-util.el (gnus-beginning-of-window): Remove.
11777         (gnus-end-of-window): Remove.
11778
11779         * lpath.el: Don't bind header-line-format and scroll-margin.
11780
11781 2005-07-25  Simon Josefsson  <jas@extundo.com>
11782
11783         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11784         to have the url package without w3.  Reported by Daiki Ueno
11785         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11786
11787 2005-07-20  Didier Verna  <didier@xemacs.org>
11788
11789         * gnus-diary.el: Remove the description comment (nndiary is now
11790         properly documented in the Gnus manual).
11791         Fix the spelling of "Back End".
11792         * nndiary.el: Ditto.
11793         Fix the copyright notice.
11794
11795 2005-07-18  Romain Francoise  <romain@orebokech.com>
11796
11797         * gnus-sum.el (gnus-summary-to-prefix)
11798         (gnus-summary-newsgroup-prefix): New variables.
11799         (gnus-summary-from-or-to-or-newsgroups): Use them.
11800
11801 2005-07-17  Romain Francoise  <romain@orebokech.com>
11802
11803         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11804         space as it's generally not especially interesting to the user.
11805
11806 2005-07-16  Romain Francoise  <romain@orebokech.com>
11807
11808         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11809         nil to avoid prompting and file modification if one of the
11810         messages at the top of the nnfolder file contains a copyright
11811         notice.
11812         Update copyright notice.
11813
11814         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11815         instead of `current-time-string' as the latter creates a time
11816         string that is not RFC 2822 compliant (it lacks the zone).
11817         Update copyright notice.
11818
11819 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11820
11821         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11822         for text/rtf.  Display default in prompt.  Pass default for M-n.
11823
11824         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11825
11826 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11827
11828         * gnus-msg.el (gnus-button-mailto): Remove
11829         save-selected-window-window hackery because it relies on
11830         save-selected-window internals.
11831
11832 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11833
11834         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11835         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11836         (gnus-article-prev-page): Ditto.
11837
11838         * gnus-util.el (gnus-beginning-of-window): New function.
11839         (gnus-end-of-window): New function.
11840
11841         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11842
11843 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11844
11845         * gnus-score.el (gnus-score-edit-all-score): Set
11846         gnus-score-edit-exit-function to gnus-score-edit-done and call
11847         gnus-message.
11848
11849 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11850
11851         * gnus-msg.el (gnus-button-mailto): Remove
11852         save-selected-window-window hackery because it relies on
11853         save-selected-window internals.
11854
11855 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11858         add-minor-mode.
11859         (gnus-binary-mode): Ditto.
11860
11861         * gnus-topic.el (gnus-topic-mode): Ditto.
11862
11863 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11864
11865         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11866         (gnus-article-prev-page): Take scroll-margin into consideration.
11867
11868 2005-07-04  Lute Kamstra  <lute@gnu.org>
11869
11870         Update FSF's address in GPL notices.
11871
11872 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11873
11874         * gnus.el (gnus-exit):
11875         * gnus-group.el (gnus-group-icons):
11876         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11877
11878         * gnus-nocem.el (gnus-nocem):
11879         * message.el (message-various, message-buffers, message-sending)
11880         (message-interface, message-forwarding, message-insertion)
11881         (message-headers, message-news, message-mail):
11882         * pgg-gpg.el (pgg-gpg):
11883         * pgg-parse.el (pgg-parse):
11884         * pgg-pgp.el (pgg-pgp):
11885         * pgg-pgp5.el (pgg-pgp5):
11886         * pop3.el (pop3): Finish `defgroup' description with period.
11887
11888 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * gnus-art.el (article-display-face): Improve the efficiency.
11891         (article-display-x-face): Ditto; remove grey x-face stuff.
11892
11893 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11894
11895         * gnus-art.el (article-display-face): Correct the position in
11896         which Faces are inserted.
11897
11898 2005-06-29  Didier Verna  <didier@xemacs.org>
11899
11900         * gnus-art.el (article-display-face): Display faces in correct
11901         order.
11902
11903 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11906         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11907         (gnus-nocem-check-article): Fetch the Type header.
11908         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11909         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11910         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11911         make sure gnus-nocem-hashtb is initialized.
11912         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11913         (gnus-nocem-unwanted-article-p): Ditto.
11914
11915         * pgg.el (pgg-verify): Return the verification result.
11916
11917 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11918
11919         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11920         is ascii.
11921
11922 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11923
11924         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11925         `show-nonbreak-escape'.
11926
11927 2005-06-23  Lute Kamstra  <lute@gnu.org>
11928
11929         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11930
11931         * dig.el (dig-mode):
11932         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11933
11934 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11935
11936         * nnimap.el (nnimap-split-download-body): Fix spellings.
11937
11938 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11939
11940         * gnus-art.el (gnus-article-encrypt-body):
11941         * gnus-cus.el (gnus-score-customize):
11942         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11943         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11944
11945 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11946
11947         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11948         header by looking for magic "MII" at the beginnig.
11949
11950 2005-06-16  Miles Bader  <miles@gnu.org>
11951
11952         * gnus-xmas.el (gnus-xmas-group-startup-message):
11953         Use renamed gnus-splash face.
11954
11955         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11956         (assistant-field-face): New backward-compatibility alias for renamed
11957         face.
11958         (assistant-render-text): Use renamed assistant-field face.
11959
11960         * spam.el (spam): Remove "-face" suffix from face name.
11961         (spam-face): New backward-compatibility alias for renamed face.
11962         (spam-face, spam-initialize): Use renamed spam face.
11963
11964         * message.el (message-header-to, message-header-cc)
11965         (message-header-subject, message-header-newsgroups)
11966         (message-header-other, message-header-name)
11967         (message-header-xheader, message-separator, message-cited-text)
11968         (message-mml): Remove "-face" suffix from face names.
11969         (message-header-to-face, message-header-cc-face)
11970         (message-header-subject-face, message-header-newsgroups-face)
11971         (message-header-other-face, message-header-name-face)
11972         (message-header-xheader-face, message-separator-face)
11973         (message-cited-text-face, message-mml-face):
11974         New backward-compatibility aliases for renamed faces.
11975         (message-font-lock-keywords): Use renamed message faces.
11976
11977         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11978         (sieve-test-commands, sieve-tagged-arguments):
11979         Remove "-face" suffix from face names.
11980         (sieve-control-commands-face, sieve-action-commands-face)
11981         (sieve-test-commands-face, sieve-tagged-arguments-face):
11982         New backward-compatibility aliases for renamed faces.
11983         (sieve-control-commands-face, sieve-action-commands-face)
11984         (sieve-test-commands-face, sieve-tagged-arguments-face):
11985         Use renamed sieve faces.
11986
11987         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11988         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11989         (gnus-group-news-3-empty, gnus-group-news-4)
11990         (gnus-group-news-4-empty, gnus-group-news-5)
11991         (gnus-group-news-5-empty, gnus-group-news-6)
11992         (gnus-group-news-6-empty, gnus-group-news-low)
11993         (gnus-group-news-low-empty, gnus-group-mail-1)
11994         (gnus-group-mail-1-empty, gnus-group-mail-2)
11995         (gnus-group-mail-2-empty, gnus-group-mail-3)
11996         (gnus-group-mail-3-empty, gnus-group-mail-low)
11997         (gnus-group-mail-low-empty, gnus-summary-selected)
11998         (gnus-summary-cancelled, gnus-summary-high-ticked)
11999         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
12000         (gnus-summary-high-ancient, gnus-summary-low-ancient)
12001         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
12002         (gnus-summary-low-undownloaded)
12003         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
12004         (gnus-summary-low-unread, gnus-summary-normal-unread)
12005         (gnus-summary-high-read, gnus-summary-low-read)
12006         (gnus-summary-normal-read, gnus-splash):
12007         Remove "-face" suffix from face names.
12008         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
12009         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
12010         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
12011         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12012         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12013         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12014         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12015         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12016         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12017         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12018         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12019         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12020         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12021         (gnus-summary-normal-ticked-face)
12022         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12023         (gnus-summary-normal-ancient-face)
12024         (gnus-summary-high-undownloaded-face)
12025         (gnus-summary-low-undownloaded-face)
12026         (gnus-summary-normal-undownloaded-face)
12027         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12028         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12029         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12030         (gnus-splash-face):
12031         New backward-compatibility aliases for renamed faces.
12032         (gnus-group-startup-message): Use renamed gnus faces.
12033
12034         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12035         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12036         (gnus-server-agent): Remove "-face" suffix from face names.
12037         (gnus-server-agent-face, gnus-server-opened-face)
12038         (gnus-server-closed-face, gnus-server-denied-face)
12039         (gnus-server-offline-face):
12040         New backward-compatibility aliases for renamed faces.
12041         (gnus-server-agent-face, gnus-server-opened-face)
12042         (gnus-server-closed-face, gnus-server-denied-face)
12043         (gnus-server-offline-face): Use renamed gnus faces.
12044
12045         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12046         Remove "-face" suffix from face names.
12047         (gnus-picon-xbm-face, gnus-picon-face):
12048         New backward-compatibility aliases for renamed faces.
12049
12050         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12051         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12052         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12053         (gnus-cite-11): Remove "-face" suffix from face names.
12054         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12055         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12056         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12057         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12058         New backward-compatibility aliases for renamed faces.
12059         (gnus-cite-attribution-face, gnus-cite-face-list)
12060         (gnus-article-boring-faces): Use renamed gnus faces.
12061
12062         * gnus-art.el (gnus-signature, gnus-header-from)
12063         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12064         (gnus-header-content): Remove "-face" suffix from face names.
12065         (gnus-signature-face, gnus-header-from-face)
12066         (gnus-header-subject-face, gnus-header-newsgroups-face)
12067         (gnus-header-name-face, gnus-header-content-face):
12068         New backward-compatibility aliases for renamed faces.
12069         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12070
12071         * gnus-sum.el (gnus-summary-selected-face)
12072         (gnus-summary-highlight): Use renamed gnus faces.
12073         * gnus-group.el (gnus-group-highlight): Likewise.
12074
12075 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12076
12077         * gnus-sieve.el (gnus-sieve-article-add-rule):
12078         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12079         * spam-stat.el (spam-stat-buffer-change-to-spam)
12080         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12081
12082         * message.el (message-is-yours-p):
12083         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12084
12085 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * mm-view.el (mm-inline-text): Withdraw the last change.
12088
12089 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12090
12091         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12092         executing enriched-decode.
12093
12094 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12095
12096         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12097         charset of tar files.
12098
12099 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12100
12101         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12102
12103 2005-06-04  Lute Kamstra  <lute@gnu.org>
12104
12105         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12106         information is never recorded.
12107
12108 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12109
12110         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12111
12112 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * pop3.el (pop3-apop): Run md5 in the binary mode.
12115
12116         * starttls.el (starttls-set-process-query-on-exit-flag):
12117         Use eval-and-compile.
12118
12119 2005-05-31  Simon Josefsson  <jas@extundo.com>
12120
12121         * smime.el (smime-replace-in-string): Define.
12122         (smime-cert-by-ldap-1): Use it.
12123
12124 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12125
12126         * gnus-art.el (article-display-x-face): Replace
12127         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12128
12129         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12130         set-process-query-on-exit-flag or process-kill-without-query.
12131
12132         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12133         loop instead of replace-regexp.
12134
12135         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12136         instead of process-kill-without-query if it is available.
12137
12138         * lpath.el: Fbind ldap-search-entries.
12139
12140         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12141         instead of find-file-hooks if it is available.
12142
12143         * mml1991.el: Bind pgg-default-user-id when compiling.
12144
12145         * mml2015.el: Bind pgg-default-user-id when compiling.
12146
12147         * nndraft.el (nndraft-request-associate-buffer):
12148         Use write-contents-functions instead of write-contents-hooks if it is
12149         available.
12150
12151         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12152         instead of find-file-hooks if it is available.
12153
12154         * nntp.el (nntp-open-connection): Replace
12155         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12156         (nntp-open-ssl-stream): Ditto.
12157         (nntp-open-tls-stream): Ditto.
12158
12159         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12160         set-process-query-on-exit-flag or process-kill-without-query.
12161         (starttls-open-stream-gnutls): Use it instead of
12162         process-kill-without-query.
12163         (starttls-open-stream): Ditto.
12164
12165 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12166
12167         * smime.el (smime-cert-by-ldap-1): Don't use
12168         replace-regexp-in-string.
12169
12170 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12171
12172         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12173
12174         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12175         in PEM format.  Adjust to the XEmacs compability.
12176
12177 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12178
12179         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12180         by `string-to-number'.
12181         * gnus-agent.el (gnus-agent-regenerate-group)
12182         (gnus-agent-fetch-articles): Ditto.
12183         * gnus-art.el (gnus-button-fetch-group): Ditto.
12184         * gnus-cache.el (gnus-cache-generate-active)
12185         (gnus-cache-articles-in-group): Ditto.
12186         * gnus-group.el (gnus-group-set-current-level)
12187         (gnus-group-insert-group-line): Ditto.
12188         * gnus-score.el (gnus-score-set-expunge-below)
12189         (gnus-score-set-mark-below, gnus-summary-score-effect)
12190         (gnus-summary-score-entry): Ditto.
12191         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12192         (gnus-soup-pack): Ditto.
12193         * gnus-spec.el (gnus-xmas-format): Ditto.
12194         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12195         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12196         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12197         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12198         * nndb.el (nndb-get-remote-expire-response): Ditto.
12199         * nndiary.el (nndiary-parse-schedule-value)
12200         (nndiary-string-to-number, nndiary-request-replace-article)
12201         (nndiary-request-article): Ditto.
12202         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12203         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12204         * nneething.el (nneething-make-head): Ditto.
12205         * nnfolder.el (nnfolder-request-article)
12206         (nnfolder-retrieve-headers): Ditto.
12207         * nnheader.el (nnheader-file-to-number): Ditto.
12208         * nnkiboze.el (nnkiboze-request-article): Ditto.
12209         * nnmail.el (nnmail-process-unix-mail-format)
12210         (nnmail-process-babyl-mail-format): Ditto.
12211         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12212         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12213         (nnmh-request-create-group, nnmh-request-list-1)
12214         (nnmh-request-group, nnmh-request-article): Ditto.
12215         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12216         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12217         * nnsoup.el (nnsoup-make-active): Ditto.
12218         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12219         * nntp.el (nntp-find-group-and-number)
12220         (nntp-retrieve-headers-with-xover): Ditto.
12221         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12222         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12223         (pgg-format-key-identifier): Ditto.
12224         * pop3.el (pop3-last, pop3-stat): Ditto.
12225         * qp.el (quoted-printable-decode-region): Ditto.
12226
12227         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12228         of concat.
12229
12230 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12231
12232         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12233
12234         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12235
12236         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12237
12238         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12239
12240         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12241
12242         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12243
12244         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12245         (gnus-carpal-mode): Ditto.
12246
12247         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12248         (gnus-browse-mode): Ditto.
12249
12250         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12251
12252         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12253
12254 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12255
12256         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12257
12258 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12259
12260         * gnus-util.el (gnus-run-mode-hooks): New function.
12261
12262         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12263
12264         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12265         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12266
12267 2005-05-27  Lute Kamstra  <lute@gnu.org>
12268
12269         * dns-mode.el (dns-mode): Specify customization group.
12270
12271 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12272
12273         * gnus-agent.el (gnus-agent-make-mode-line-string):
12274         Use mode-line-highlight as mouse-face.
12275
12276 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * canlock.el (canlock): Change the parent group to news.
12279
12280         * deuglify.el (gnus-outlook-deuglify): Add :group.
12281
12282         * dig.el (dig): Add :group.
12283
12284         * dns-mode.el (dns-mode): Add :group.
12285
12286         * encrypt.el (encrypt): Add :group.
12287
12288         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12289         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12290         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12291         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12292         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12293
12294         * gnus-diary.el (gnus-diary): Add :group.
12295
12296         * gnus.el (gnus-group-news-1-face): Add :group.
12297         (gnus-group-news-1-empty-face): Ditto.
12298         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12299         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12300         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12301         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12302         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12303         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12304         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12305         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12306         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12307         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12308         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12309         (gnus-summary-high-ticked-face): Ditto.
12310         (gnus-summary-low-ticked-face): Ditto.
12311         (gnus-summary-normal-ticked-face): Ditto.
12312         (gnus-summary-high-ancient-face): Ditto.
12313         (gnus-summary-low-ancient-face): Ditto.
12314         (gnus-summary-normal-ancient-face): Ditto.
12315         (gnus-summary-high-undownloaded-face): Ditto.
12316         (gnus-summary-low-undownloaded-face): Ditto.
12317         (gnus-summary-normal-undownloaded-face): Ditto.
12318         (gnus-summary-high-unread-face): Ditto.
12319         (gnus-summary-low-unread-face): Ditto.
12320         (gnus-summary-normal-unread-face): Ditto.
12321         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12322         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12323
12324         * hashcash.el (hashcash): New custom group.
12325         (hashcash-default-payment): Add :group.
12326         (hashcash-payment-alist): Ditto.
12327         (hashcash-default-accept-payment): Ditto.
12328         (hashcash-accept-resources): Ditto.
12329         (hashcash-path): Ditto.
12330         (hashcash-extra-generate-parameters): Ditto.
12331         (hashcash-double-spend-database): Ditto.
12332         (hashcash-in-news): Ditto.
12333
12334         * message.el (message-minibuffer-local-map): Add :group.
12335
12336         * netrc.el (netrc): Add :group.
12337
12338         * sieve-manage.el (sieve-manage-log): Add :group.
12339         (sieve-manage-default-user): Diito.
12340         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12341         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12342         (sieve-manage-authenticators): Ditto.
12343         (sieve-manage-authenticator-alist): Ditto.
12344         (sieve-manage-default-port): Ditto.
12345
12346         * sieve-mode.el (sieve-control-commands-face): Add :group.
12347         (sieve-action-commands-face): Ditto.
12348         (sieve-test-commands-face): Ditto.
12349         (sieve-tagged-arguments-face): Ditto.
12350
12351         * smime.el (smime): Add :group.
12352
12353         * spam-report.el (spam-report): Add :group.
12354
12355         * spam.el (spam, spam-face): Add :group.
12356
12357 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12358
12359         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12360         return \n.\n.\n at the end of articles.  Protect against that.
12361         (nntp-with-open-group): Allow debugging.
12362
12363         * nnheader.el (mail-header-set-extra): Make into a function
12364         because I just could't understand how to quote the list properly.
12365
12366         * dns.el (query-dns-cached): New function.
12367
12368 2005-05-26  Lute Kamstra  <lute@gnu.org>
12369
12370         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12371
12372 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12375
12376         * gnus-art.el: Don't autoload mail-extract-address-components.
12377
12378         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12379         eval-and-compile to evaluate it.
12380
12381         * hashcash.el: Don't autoload executable-find.
12382
12383         * nndb.el: Don't declare the nndb back end two or more times; don't
12384         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12385
12386         * nntp.el: Autoload format-spec instead of format; use
12387         eval-and-compile to evaluate autoload forms.
12388
12389 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12390
12391         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12392
12393 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12394
12395         * gnus.el (gnus-version-number): Bump version.
12396
12397 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12398
12399         * gnus.el: No Gnus v0.3 is released.
12400
12401 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12402
12403         * lpath.el (featurep): Bind show-nonbreak-escape.
12404
12405 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-art.el (gnus-article-edit-part): Disable undo.
12408
12409 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12412         gnus-article-date-lapsed-new-header is t if date timer is active;
12413         skip headers in which the original date value is empty.
12414         (gnus-article-save-original-date): Redefine it as a macro.
12415         (gnus-display-mime): Use it.
12416
12417 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12418
12419         * gnus-art.el (article-date-ut): Support converting date in
12420         forwarded parts as well.
12421         (gnus-article-save-original-date): New function.
12422         (gnus-display-mime): Use it.
12423
12424 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12425
12426         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12427         enclosure element of <item>.
12428
12429 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * message.el (message-kill-buffer-query): Renamed from
12432         `message-kill-buffer-query-if-modified'.  Added :version.
12433
12434 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12437         window layout.
12438
12439 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * mml.el: Autoload dnd when compiling.
12442
12443 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12444
12445         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12446         x-dnd-*.
12447
12448 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * qp.el (quoted-printable-encode-region): Save excursion.
12451
12452 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12453
12454         * message.el (message-kill-buffer-query-if-modified): Add new variable
12455         so the user can kill a modified message buffer quickly.
12456         (message-kill-buffer): Use it.
12457
12458 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * lpath.el: Fbind display-time-event-handler; don't fbind
12461         string-to-multibyte.
12462
12463         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12464
12465 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12466
12467         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12468         contained in text because xml.el decodes entities) with LFs.
12469
12470 2005-04-11  Lute Kamstra  <lute@gnu.org>
12471
12472         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12473         differently.
12474
12475 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12476
12477         * mm-util.el (mm-detect-coding-region): Typo.
12478
12479 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12482
12483 2005-04-06  Deepak Goel  <deego@gnufans.org>
12484
12485         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12486         user-function allow user modifications of the scores.
12487         (spam-stat-score-buffer-user): New function, to allow
12488         user-computed modifications to the score.
12489         (spam-stat-score-buffer-user-functions): List of additional
12490         scoring functions.
12491         (spam-stat-error-holder): Global temporary error holder.
12492         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12493         variable.
12494
12495 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12496
12497         * gnus-registry.el (gnus-registry-clean-empty-function)
12498         (gnus-registry-trim, gnus-registry-fetch-groups)
12499         (gnus-registry-delete-group): Groups that match
12500         `gnus-registry-ignored-groups' are removed from the registry
12501         entries, not just ignored for splitting.  This helps clean up the
12502         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12503         to get all the groups a message ID is in.
12504
12505         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12506         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12507         (spam-stat-score-buffer-user-functions): Add :number custom type.
12508
12509 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12512         argument in XEmacs.
12513
12514         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12515         (nnrss-request-group): Decode group name first.
12516         (nnrss-request-article): Make a text/plain article if mml-to-mime
12517         failed.
12518         (nnrss-get-encoding): Return a compatible encoding according to
12519         nnrss-compatible-encoding-alist.
12520         (nnrss-find-el): Use consp instead of listp.
12521         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12522
12523 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12526         which Emacs 20 doesn't support.
12527         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12528
12529 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12532         silence the byte compiler inside the defun.
12533
12534         * gnus-demon.el (parse-time-string): Add autoload.
12535
12536         * gnus-delay.el (parse-time-string): Add autoload.
12537
12538         * gnus-art.el (parse-time-string): Add autoload.
12539
12540         * nnultimate.el (parse-time): Require for `parse-time-string'.
12541
12542 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12543
12544         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12545
12546         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12547
12548         * smime.el (smime-ldap-host-list): Add :version.
12549
12550 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12551
12552         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12553         pass it to `gnus-browse-read-group'.
12554         (gnus-browse-read-group): Add NUMBER argument and pass it to
12555         `gnus-group-read-ephemeral-group'.
12556
12557         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12558         argument and pass it to `gnus-group-read-group'.
12559
12560 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12561
12562         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12563         mm-xemacs-find-mime-charset-1 if we have the mule feature
12564         available at runtime.
12565
12566 2005-03-25  Werner Lemberg  <wl@gnu.org>
12567
12568         * nnmaildir.el: Replace `illegal' with `invalid'.
12569
12570 2005-03-23  Lute Kamstra  <lute@gnu.org>
12571
12572         * time-date.el: Add comment on time value formats.
12573         Don't require parse-time.
12574         (with-decoded-time-value): New macro.
12575         (encode-time-value): New function.
12576         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12577         (days-to-time): Return a valid time value when arg is huge.
12578         (time-since): Use time-subtract.
12579         (time-to-number-of-days): Use time-to-seconds.
12580
12581 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12582
12583         * gnus-start.el (gnus-display-time-event-handler):
12584         Check display-time-timer at runtime rather than only at load time
12585         in case display-time-mode is turned off in the mean time.
12586
12587 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12590         used.
12591
12592         * nneething.el (nneething-map-file-directory): Derive from
12593         `gnus-directory'.
12594
12595         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12596         the To/Cc button.
12597
12598 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12599
12600         * nnmaildir.el (nnmaildir-request-accept-article):
12601         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12602
12603 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12604
12605         * gnus-async.el: Require timer-funcs at compile time when in
12606         XEmacs for `run-with-idle-timer'.
12607
12608 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12609
12610         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12611         autoloaded function.
12612
12613 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12614
12615         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12616
12617 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12618
12619         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12620
12621 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12622
12623         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12624         gnus-expert-user to default.
12625
12626 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12627
12628         * nnimap.el (nnimap-open-server): Ditto.
12629
12630         * imap.el (imap-authenticate): Fix typo.
12631
12632 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12633
12634         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12635         buffer (since IMAP server might return FETCH response out of
12636         order, and the nntp buffer must be sorted).
12637
12638 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12639
12640         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12641         comparison on string.
12642
12643         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12644         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12645         (gnus-agent-summary-fetch-series): Modified to protect against
12646         gnus-agent-summary-fetch-group clearing processable flags.
12647         (gnus-agent-synchronize-group-flags): Update live group buffer as
12648         synchronization may occur due to the user toggle the plugged
12649         status.
12650         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12651         successfully downloaded.
12652         (gnus-agent-expire-group-1): Avoid using markers when the overview
12653         is in ascending order; greatly improves performance.
12654         (gnus-agent-regenerate-group): Use
12655         gnus-agent-synchronize-group-flags to reset read status in both
12656         gnus and server.
12657         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12658
12659 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * message.el: Don't autoload former message-utils variables.
12662         (message-strip-subject-trailing-was): Change doc string.
12663
12664         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12665         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12666         (nnweb-google-search): Add "hl=en" here.
12667         (nnweb-google-parse-1, nnweb-google-create-mapping):
12668         Don't hardcode URL.
12669
12670 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12671
12672         * message.el (message-get-reply-headers, message-followup):
12673         Mention related variables `message-use-followup-to' and
12674         `message-use-mail-followup-to', in the information buffer.
12675
12676         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12677         of broken groups(-beta).google.com.
12678
12679 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12680
12681         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12682         parameter to invoked gnus-request-move-article; remove the
12683         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12684         all at once instead of once per article.
12685         (gnus-summary-remove-process-mark): Accept a list of articles as
12686         well as a single article for processing.
12687
12688         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12689         parameter.
12690
12691         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12692
12693         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12694
12695         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12696         parameter.
12697
12698         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12699         parameter.
12700
12701         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12702         parameter and remove the gnus-sum-hint-move-is-internal variable.
12703
12704         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12705         parameter.
12706
12707         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12708         parameter.
12709
12710         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12711         parameter.
12712
12713         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12714
12715         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12716         parameter.
12717
12718         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12719         parameter.
12720
12721 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12722
12723         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12724         a more conservative way.
12725
12726 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12727
12728         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12729         buffer, so it moves the window's cursor.
12730
12731 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12732
12733         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12734         `mm-dissect-multipart' and receive the from field as an (optional)
12735         argument from `mm-dissect-multipart'.
12736         (mm-dissect-multipart): Receive the from field as an argument and
12737         pass it on when we call `mm-dissect-buffer' on MIME parts.
12738         Fixes verification/decryption of signed/encrypted MIME parts.
12739
12740 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12741
12742         * gnus-sum.el (gnus-summary-move-article): Set
12743         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12744         whatever it calls (right now, only nnimap-request-move article
12745         respects it).
12746
12747         * nnimap.el (nnimap-request-move-article): When
12748         gnus-sum-hint-move-is-internal is set, don't do the extra
12749         nnimap-request-article.
12750
12751 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12754
12755         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12756         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12757
12758         * gnus-sum.el (gnus-summary-caesar-message):
12759         Apply `gnus-treat-article' after rotation.
12760
12761         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12762         doc string.
12763
12764 2005-02-22  Simon Josefsson  <jas@extundo.com>
12765
12766         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12767         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12768         <arne@arnested.dk>.
12769         (encrypt): Add password-cache and password-cache-expiry as group
12770         members.
12771
12772 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12773
12774         * smime.el (smime-ldap-host-list): Doc fix.
12775         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12776         cache) password.
12777         (smime-sign-region): Use it.
12778         (smime-decrypt-region): Use it.
12779         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12780         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12781         fails.
12782         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12783         certificate from DER to PEM format rather than calling openssl.
12784
12785         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12786
12787         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12788         for signing/encryption.
12789
12790         * mml.el (mml-parse-1): Use them.
12791
12792 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12793
12794         * nnrss.el (nnrss-verbose): Removed.
12795         (nnrss-request-group): Use `nnheader-message' instead.
12796
12797 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12798
12799         * nnrss.el (nnrss-verbose): New variable.
12800         (nnrss-request-group): Make it say nnrss is requesting a group.
12801
12802 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12805         Handle news URL with given port correctly.
12806
12807 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12808
12809         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12810         containing special characters.
12811
12812         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12813
12814         * mml.el (mime-to-mml): Ditto.
12815
12816         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12817         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12818         (rfc2047-decode-region): Quote decoded words containing special
12819         characters when rfc2047-quote-decoded-words-containing-tspecials
12820         is non-nil.
12821
12822 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12823
12824         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12825
12826         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12827
12828 2005-02-15  Simon Josefsson  <jas@extundo.com>
12829
12830         * nnimap.el (nnimap-debug): Doc fix.
12831
12832         * imap.el (imap-debug): Doc fix.
12833
12834 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12835
12836         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12837
12838 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12839
12840         * gnus.el (spam-contents): Improve docs for spam-contents
12841         parameter in its variable incarnation.
12842
12843 2005-02-14  Simon Josefsson  <jas@extundo.com>
12844
12845         * smime-ldap.el: Use require instead of load-library for ldap.
12846         (smime-ldap-search): Indent.
12847         (smime-ldap-search-internal): Shorten line.
12848
12849         * smime.el (smime-cert-by-dns): Add doc-string.
12850         (smime-cert-by-ldap-1): Indent.
12851
12852         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12853         mml-smime-get-dns-ldap.
12854         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12855
12856 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12857
12858         * smime.el: Require smime-ldap.
12859         (smime-ldap-host-list): New variable.
12860         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12861
12862         * mml-smime.el (mml-smime-encrypt-query): New function.
12863         (mml-smime-encrypt-query): Use it.
12864
12865         * smime-ldap.el: New file.
12866
12867 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12870
12871 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12872
12873         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12874         argument in doc string.  Make query for type more clear.
12875
12876 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * gnus.el (gnus-group-startup-message): Search for gnus images in
12879         etc/images/gnus.
12880         * mm-util.el (mm-image-load-path): Likewise.
12881         * smiley.el (smiley-data-directory): Search for smilies in
12882         etc/images/smilies.
12883
12884 2005-02-09  Kim F. Storm  <storm@cua.dk>
12885
12886         Change Emacs release version from 21.4 to 22.1 throughout.
12887         Change Emacs development version from 21.3.50 to 22.0.50.
12888
12889 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12890
12891         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12892
12893         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12894         non-Mule XEmacs as well.
12895         (mm-decompress-buffer): Signal an error intentionally if it does
12896         not decompress compressed data because auto-compression-mode is
12897         disabled.
12898
12899 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12900
12901         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12902         an ID in the registry even if it has no groups.
12903
12904 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12905
12906         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12907         merge it into mm-decompress-buffer.
12908         (gnus-mime-copy-part): Use the MIME part charset, the value which
12909         a user specified or gnus-newsgroup-charset for decoding, like
12910         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12911         save-buffer what was used.  Suggested by Kevin Ryde
12912         <user42@zip.com.au>.
12913         (gnus-mime-inline-part): Allow the name parameter as well as the
12914         filename parameter; force decompressing of compressed data; always
12915         display contents being not decoded as unibyte.
12916
12917         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12918         as well as the filename parameter.
12919
12920         * mm-util.el (mm-decompress-buffer): Merge
12921         gnus-mime-jka-compr-maybe-uncompress.
12922         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12923         of compressed data.
12924
12925 2005-02-08  Simon Josefsson  <jas@extundo.com>
12926
12927         * imap.el (imap-log): Doc fix.
12928
12929 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12930
12931         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12932         the coding cookies; decompress compressed parts.
12933
12934         * mml.el (mml-generate-mime-1): Add the charset parameter according
12935         to the value which a user specified manually or the coding cookie.
12936
12937         * mm-util.el (mm-string-to-multibyte): New function.
12938         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12939         (mm-coding-system-to-mime-charset): New function.
12940         (mm-decompress-buffer): New function.
12941         (mm-find-buffer-file-coding-system): New function.
12942
12943         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12944         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12945         parts.
12946
12947 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12948
12949         * mm-view.el (mm-display-inline-fontify): Decode a part according
12950         to the charset parameter.
12951
12952 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12955         prefix arg is neither nil nor a number, as info specifies.
12956
12957 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12960         timestamps.
12961
12962 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12963
12964         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12965         groups error checking and notify user.
12966
12967 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12968
12969         * message.el (message-send-mail-function): Check existence of
12970         sendmail-program first before using default value
12971         `message-send-mail-with-sendmail'.  Otherwise use more generic
12972         `smtpmail-send-it'.
12973
12974 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * nntp.el (nntp-request-update-info): Always return nil.
12977
12978 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12979
12980         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12981
12982 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12983
12984         * message.el (message-beginning-of-line): Change the behavior when
12985         invoked between BOL and : so that it first moves backward.
12986
12987 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12988
12989         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12990         article buffer when editing of the article is discarded.
12991         (gnus-article-prepare): Revert.
12992
12993 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12994
12995         * gnus-art.el (gnus-article-prepare):
12996         Remove message-strip-forbidden-properties from the local hook.
12997
12998 2005-01-27  Simon Josefsson  <jas@extundo.com>
12999
13000         * password.el (password-cache-add): Only start one timer per key.
13001         Reported by Derek Atkins <warlord@MIT.EDU>.
13002
13003 2005-01-26  Steve Youngs  <steve@sxemacs.org>
13004
13005         * run-at-time.el: Removed.  It is no longer needed as
13006         timer-funcs.el in the xemacs-base package has a working version of
13007         `run-at-time'.
13008
13009         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
13010
13011         * password.el: Require timer-funcs instead of run-at-time in
13012         XEmacs.
13013         Remove `password-run-at-time' macro.
13014         (password-cache-add): Use `run-at-time' instead of
13015         `password-run-at-time'.
13016
13017         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13018         Remove `nnheader-cancel-function-timers' alias,
13019         `cancel-function-timers' exists in XEmacs in timer-funcs.
13020
13021         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13022         for `run-with-idle-timer'.
13023
13024         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13025         for `run-at-time'.
13026
13027         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13028         for `with-timeout'.
13029
13030         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13031         the same as for XEmacs 21.4.
13032         No need to ignore `run-with-idle-timer', this function exists in
13033         XEmacs now in timer-funcs.el in the xemacs-base package.
13034         (dgnushack-compile): No need to delete
13035         run-at-time.el from the list of files to compile because it
13036         doesn't exist anymore.
13037
13038 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13041         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13042
13043 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13044
13045         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13046         sensitively.
13047
13048 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13049
13050         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13051
13052 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13055         which will be inserted according to the multibyteness of a buffer
13056         rather than the type of contents.  Suggested by ARISAWA Akihiro
13057         <ari@mbf.ocn.ne.jp>.
13058
13059         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13060         of string which old xml.el may return rather than a string.
13061
13062 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13065
13066 2005-01-16  Simon Josefsson  <jas@extundo.com>
13067
13068         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13069         idn/idna.el isn't available.
13070         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13071         <michael@waxrat.com>.
13072
13073         * hashcash.el: Remove non-FSF copyright header.
13074
13075         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13076         (hashcash-generate-payment): Use it.
13077         (hashcash-generate-payment-async): Use it.
13078
13079 2005-01-15  Simon Josefsson  <jas@extundo.com>
13080
13081         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13082         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13083
13084         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13085         gnus-summary-idna-message.
13086         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13087         (gnus-summary-idna-message): New function.
13088
13089 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13090
13091         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13092         gnus-novice-user.
13093
13094 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * nnrss.el (nnrss-request-delete-group): Delete entries in
13097         nnrss-group-alist as well.
13098         (nnrss-save-server-data): Insert newline.
13099
13100 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * gnus.el (gnus-user-agent): Use list of symbols instead of
13103         symbols.  Display full version number for (S)XEmacs.  Optionally
13104         display (S)XEmacs codename.
13105
13106         * gnus-util.el (gnus-emacs-version): Update for new
13107         `gnus-user-agent'.
13108
13109         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13110         Gnus version.
13111
13112 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13113
13114         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13115         which is unreadable in some setups.
13116
13117 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13118
13119         * gnus-spec.el (gnus-update-format-specifications): Flush the
13120         group format spec cache if it doesn't support decoded group names.
13121
13122 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13123
13124         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13125         Allow to apply decay on score files matching a regexp.
13126
13127 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13128
13129         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13130         compatibility in %g and %c.
13131
13132 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13133
13134         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13135         name for only %g and %c.
13136         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13137         of gnus-tmp-group to decoded group name.
13138         (gnus-group-make-rss-group): Exclude `/'s from group names.
13139
13140 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * nnrss.el (nnrss-get-encoding): Fix regexp.
13143
13144 2004-12-27  Simon Josefsson  <jas@extundo.com>
13145
13146         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13147         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13148         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13149
13150 2004-12-17  Kim F. Storm  <storm@cua.dk>
13151
13152         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13153
13154         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13155
13156 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13157
13158         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13159
13160 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13161
13162         * nnrss.el: Require rfc2047 and mml.
13163         (nnrss-file-coding-system): New variable.
13164         (nnrss-format-string): Redefine it as an inline function.
13165         (nnrss-decode-group-name): New function.
13166         (nnrss-string-as-multibyte): Remove.
13167         (nnrss-retrieve-headers): Decode group name; don't use
13168         nnrss-format-string.
13169         (nnrss-request-group): Decode group name.
13170         (nnrss-request-article): Decode group name; allow a Message-ID as
13171         well as an article number; don't use nnrss-format-string; encode a
13172         Message-ID string which may contain non-ASCII characters; use
13173         mml-to-mime to compose a MIME article.
13174         (nnrss-request-expire-articles): Decode group name.
13175         (nnrss-request-delete-group): Decode group name.
13176         (nnrss-fetch): Clarify error message.
13177         (nnrss-read-server-data): Use insert-file-contents instead of load;
13178         bind file-name-coding-system; use multibyte buffer.
13179         (nnrss-save-server-data): Bind coding-system-for-write to the
13180         value of nnrss-file-coding-system; bind file-name-coding-system;
13181         add coding cookie.
13182         (nnrss-read-group-data): Use insert-file-contents instead of load;
13183         bind file-name-coding-system; use multibyte buffer.
13184         (nnrss-save-group-data): Bind coding-system-for-write to the
13185         value of nnrss-file-coding-system; bind file-name-coding-system.
13186         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13187         make it work with non-ASCII text.
13188         (nnrss-find-el): Make it work with old xml.el as well.
13189
13190 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13191
13192         * nnrss.el (nnrss-get-encoding): New function.
13193         (nnrss-fetch): Use unibyte buffer initially; bind
13194         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13195         decode contents according to the encoding attribute.
13196         (nnrss-save-group-data): Add coding cookie.
13197         (nnrss-mime-encode-string): New function.
13198         (nnrss-check-group): Use it to encode subject and author.
13199
13200 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13201
13202         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13203         imaginary variable.
13204
13205 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13208         correctly even if there are wide characters.
13209
13210 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13211
13212         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13213         downcased symbol names; make a new cache instead of reusing
13214         bbdb-hashtable.
13215
13216 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13219         concatenating segments rather than before concatenating them.
13220         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13221
13222         * message.el (message-get-reply-headers): Bind `extra'.
13223
13224 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * message.el (message-extra-wide-headers): New variable.
13227         (message-get-reply-headers): Use it.
13228
13229 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13232         (gnus-agent-group-pathname): Ditto.
13233
13234         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13235
13236         * gnus-group.el (gnus-group-make-group): Decode group name.
13237         (gnus-group-make-rss-group): Register the group data after opening
13238         the nnrss group.
13239
13240 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13241
13242         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13243         by expiry now get marked as read.
13244
13245 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13248
13249 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13250
13251         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13252         unify Latin characters in XEmacs.
13253         (mm-find-mime-charset-region): Use it.
13254
13255 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * gnus-util.el (gnus-delete-directory): New function.
13258
13259         * gnus-agent.el (gnus-agent-delete-group): Use it.
13260
13261         * gnus-cache.el (gnus-cache-delete-group): Use it.
13262
13263 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13266         names.
13267
13268 2004-12-16  Simon Josefsson  <jas@extundo.com>
13269
13270         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13271
13272 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13275
13276         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13277         (gnus-group-set-current-level): Decode group name.
13278
13279 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13280
13281         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13282         failed.
13283
13284 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * gnus-group.el (gnus-group-delete-group): Decode group name.
13287         (gnus-group-make-rss-group): Encode group name.
13288         (gnus-group-catchup-current): Decode group name.
13289         (gnus-group-kill-group): Decode group name.
13290
13291 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13292
13293         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13294
13295 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13296
13297         * gnus-group.el (gnus-group-make-rss-group):
13298         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13299
13300         * gnus-start.el (gnus-setup-news): Honor user's setting to
13301         gnus-message-archive-method.  Suggested by Lute Kamstra
13302         <lute@gnu.org>.
13303
13304 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13305
13306         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13307         global counterparts of the buffer-local variables.
13308
13309 2004-11-16  Romain Francoise  <romain@orebokech.com>
13310
13311         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13312         counterparts of the buffer-local variables.
13313
13314 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * message.el (message-forbidden-properties): Fixed typo in doc
13317         string.
13318
13319 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13320
13321         * gnus-util.el (gnus-replace-in-string): Added doc string.
13322
13323         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13324         to avoid problems when splitting mails with many recipients.
13325
13326 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13327
13328         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13329         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13330
13331 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13332
13333         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13334         if there is no hashtable in memory or file modification time is
13335         newer than cached timestamp.
13336
13337 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13338
13339         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13340         not-matching option.
13341
13342 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13343
13344         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13345         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13346         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13347         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13348         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13349         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13350
13351 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * message.el (message-forward-make-body-mml): Remove headers
13354         according to message-forward-ignored-headers if a message is decoded.
13355
13356 2004-12-02  Romain Francoise  <romain@orebokech.com>
13357
13358         * message.el (message-forward-make-body-plain): Always remove
13359         headers according to message-forward-ignored-headers.
13360
13361 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13362
13363         * spam.el (spam-summary-prepare-exit): Remove the
13364         gnus-summary-limit pop for now, it has problems with ham marks for
13365         me.
13366
13367 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13368
13369         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13370         correctly.
13371
13372 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13373
13374         * format-spec.el (format-spec): Message the char.
13375
13376 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13377
13378         * gnus-art.el (gnus-split-methods): Reformat comments.
13379
13380         * spam.el (spam-summary-prepare-exit): Remove article limits
13381         before exiting the summary buffer.
13382
13383 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13386         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13387
13388         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13389         order to silence the byte compiler.
13390
13391         * spam.el: Fix the way to silence the byte compiler, which
13392         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13393         bbdb-search-simple, spam-BBDB-register-routine,
13394         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13395         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13396         spam-stat-buffer-is-spam, spam-stat-load,
13397         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13398         spam-stat-save and spam-stat-split-fancy.
13399
13400 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13403         which may confuse users.
13404         (canlock-password-for-verify): Ditto.
13405
13406         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13407
13408         * gnus-art.el (gnus-emphasis-alist): Ditto.
13409
13410         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13411
13412         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13413
13414         * gnus-start.el (gnus-save-killed-list): Ditto.
13415
13416         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13417         (gnus-sum-thread-tree-root): Ditto.
13418         (gnus-sum-thread-tree-false-root): Ditto.
13419         (gnus-sum-thread-tree-single-indent): Ditto.
13420
13421         * message.el (message-courtesy-message): Ditto.
13422         (message-archive-note): Ditto.
13423         (message-subscribed-address-file): Ditto.
13424         (message-user-fqdn): Ditto.
13425
13426         * spam-report.el (spam-report-gmane-regex): Ditto.
13427
13428         * spam.el (spam-blackhole-good-server-regex): Ditto.
13429
13430 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13431
13432         * mml.el (mml-preview): Widen the message buffer before copying
13433         the contents to the preview buffer; sort headers before previewing.
13434
13435         * message.el (message-hidden-headers): Fix the way to avoid a bug
13436         in the `repeat' widget in Emacs 21.3 or earlier.
13437
13438 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13439
13440         * message.el (message-hidden-headers): Default to "^References:".
13441         Improve customization type.  Suggested by Reiner Steib
13442         <Reiner.Steib@gmx.de>.
13443
13444 2004-11-25  Romain Francoise  <romain@orebokech.com>
13445
13446         * message.el (message-strip-forbidden-properties): Remove check for
13447         obsolete `message-hidden' text property, hidden headers are not
13448         accessible in the buffer anymore.
13449
13450 2004-11-22  Romain Francoise  <romain@orebokech.com>
13451
13452         * message.el (message-header-format-alist): Add `From' in list
13453         so that it can be sorted.
13454         (message-fix-before-sending): Widen and sort headers before
13455         sending.
13456         (message-hide-headers): Use narrowing to hide headers by moving
13457         them to the top of the buffer and narrowing to the region
13458         underneath.
13459
13460 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13461
13462         * message.el (message-strip-forbidden-properties): Bind
13463         buffer-read-only (etc) to nil.
13464
13465 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13468         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13469
13470 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13471
13472         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13473
13474 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13475
13476         * dns.el (query-dns): Use sit-for to time instead of
13477         accept-process-output, since that doesn't seem to work on udp
13478         sockets.
13479
13480 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13483
13484 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13485
13486         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13487         doc string.  Improve doc string.
13488
13489 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * nntp.el (nntp-request-update-info): Return nil if
13492         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13493         may not call gnus-activate-group which uselessly issues the GROUP
13494         commands for all nntp groups and wastes time.  Reported by Romain
13495         Francoise <romain@orebokech.com>.
13496
13497         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13498
13499 2004-11-15  Simon Josefsson  <jas@extundo.com>
13500
13501         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13502         headers separately.
13503         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13504         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13505
13506 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13507
13508         * gnus-start.el (gnus-convert-old-newsrc):
13509         Assign legacy-gnus-agent to 5.10.7.
13510
13511 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13512
13513         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13514         start of the lines.
13515
13516 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13517
13518         * hashcash.el (hashcash-default-payment): Change default to 20.
13519         (hashcash-default-accept-payment): Change default to 20.
13520         (hashcash-process-alist): New variable.
13521         (hashcash-generate-payment-async): Add.
13522         (hashcash-already-paid-p): Add.
13523         (hashcash-insert-payment): Don't generate payments twice.
13524         (hashcash-insert-payment-async): Add.
13525         (hashcash-insert-payment-async-2): Add.
13526         (hashcash-cancel-async): Add.
13527         (hashcash-wait-async): Add.
13528         (hashcash-processes-running-p): Add.
13529         (hashcash-wait-or-cancel): Add.
13530         (mail-add-payment): New optional argument.  Conditionally start
13531         asynchronous calculation.
13532         (mail-add-payment-async): Add.
13533
13534         * message.el (message-send-mail): Wait for asynchronous hashcash
13535         results.  Don't clobber existing X-Hashcash headers.
13536         (message-setup-1): Call mail-add-payment-async when
13537         message-generate-hashcash is non-nil.
13538
13539 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13540
13541         * message.el (message-use-alternative-email-as-from): Examine the
13542         From header as well; use message-make-from in order to include a
13543         user's full name.
13544
13545 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13546
13547         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13548         default; improve customization type.
13549         (gnus-emphasis-custom-with-format): New macro.
13550         (gnus-emphasis-custom-value-to-external): New function.
13551         (gnus-emphasis-custom-value-to-internal): New function.
13552
13553 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13554
13555         * dns.el (query-dns): Resolve reverse addresses.
13556
13557 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13558
13559         * gnus-group.el (gnus-group-get-new-news): Use it.
13560
13561         * gnus-start.el (gnus-check-reasonable-setup): New function.
13562
13563 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13566         "Args out of range" error.  Reported by Arnaud Giersch
13567         <arnaud.giersch@free.fr>.
13568
13569 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13570
13571         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13572
13573 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13574
13575         * spam.el (spam group): Add :version.
13576
13577         * pgg-def.el (pgg group): Add :version.
13578
13579 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gnus-art.el (gnus-article-edit-article): Don't associate the
13582         article buffer with a draft file.  This is a temporary measure
13583         against the 2004-08-22 change to gnus-article-edit-mode.
13584
13585 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13588         (html2text-format-tags): Remove unused variable `attr'.
13589
13590 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13591
13592         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13593
13594         * tls.el (tls-process-connection-type, tls-success)
13595         (tls-certtool-program): Add :version.
13596
13597         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13598         (starttls-extra-arguments, starttls-process-connection-type)
13599         (starttls-connect, starttls-failure, starttls-success): Add :version.
13600
13601         * spam-stat.el (spam-stat): Add :version.
13602
13603         * sieve.el (sieve): Add :version.
13604
13605         * sha1.el (sha1): Add :version.
13606         (sha1-use-external): Remove redundant version.
13607
13608         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13609         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13610         (nnmail-split-fancy-match-partial-words)
13611         (nnmail-split-lowercase-expanded): Add :version.
13612
13613         * nndiary.el (nndiary): Add :version.
13614
13615         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13616
13617         * mml-sec.el (mml-default-sign-method)
13618         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13619         Add :version.
13620
13621         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13622
13623         * mm-url.el (mm-url-use-external, mm-url-program)
13624         (mm-url-arguments): Add :version.
13625
13626         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13627         (mm-attachment-file-modes, mm-decrypt-option)
13628         (mm-w3m-safe-url-regexp): Add :version.
13629
13630         * message.el (message-cite-prefix-regexp)
13631         (message-sendmail-envelope-from, message-minibuffer-local-map)
13632         (message-user-fqdn, message-completion-alist): Add :version.
13633
13634         * gnus-win.el (gnus-configure-windows-hook)
13635         (gnus-use-frames-on-any-display): Add :version.
13636
13637         * gnus-art.el (gnus-article-address-banner-alist)
13638         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13639         (gnus-treat-from-picon, gnus-treat-mail-picon)
13640         (gnus-treat-x-pgp-sig): Add :version.
13641
13642         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13643         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13644         (gnus-summary-article-delete-hook)
13645         (gnus-summary-display-while-building): Add :version.
13646
13647         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13648         (gnus-get-top-new-news-hook): Add :version.
13649
13650         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13651         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13652
13653         * gnus-registry.el (gnus-registry): Add :version.
13654
13655         * gnus-spec.el (gnus-use-correct-string-widths)
13656         (gnus-make-format-preserve-properties): Add :version.
13657
13658         * gnus.el (gnus-group-charter-alist)
13659         (gnus-group-fetch-control-use-browse-url)
13660         (gnus-install-group-spam-parameters): Add :version.
13661
13662         * gnus-diary.el (gnus-diary): Add :version.
13663
13664         * gnus-delay.el (gnus-delay): Add :version.
13665
13666         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13667         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13668         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13669         Add :version.
13670
13671         * gnus-agent.el (gnus-agent-max-fetch-size)
13672         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13673         (gnus-agent-prompt-send-queue): Add :version.
13674
13675         * deuglify.el (gnus-outlook-deuglify): Add :version.
13676
13677         * html2text.el: Beautify code.  Improve doc strings.  Some
13678         checkdoc cleanup.
13679         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13680
13681 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13682
13683         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13684
13685 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13686
13687         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13688         when package is loaded.
13689
13690         * spam.el (spam-summary-score-preferred-header): Add global preference
13691         for people who want to override the default SpamAssassin over
13692         Bogofilter preference (when both are set).
13693         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13694         (spam-user-format-function-S): Check
13695         spam-summary-score-preferred-header.
13696         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13697         (spam-user-format-function-S): Format the score correctly.
13698
13699 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13700
13701         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13702         signature file.  Suggested by Manoj Srivastava
13703         <srivasta@golden-gryphon.com>.
13704
13705         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13706         iso-2022-jp even in the Japanese language environment.
13707         Suggested by Jason Rumney <jasonr@gnu.org>.
13708
13709 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13712         use the same characters as the dummy marks; make it free from
13713         getting affected by the language environment.
13714         (gnus-summary-read-group-1): Update mark positions only when the
13715         format spec is updated.
13716
13717         * gnus-spec.el (gnus-update-format-specifications): Return a list
13718         of updated types.
13719
13720 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13723         of boundp to check if display-warning is available.
13724
13725 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13726
13727         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13728
13729 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * nnspool.el (nnspool-spool-directory): Use news-path if the
13732         news-directory variable is not bound.
13733
13734         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13735         function instead of display-warning if it is not available.
13736
13737 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13738
13739         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13740         v5-10: Use `point-at-bol'.
13741
13742 2004-10-26  Simon Josefsson  <jas@extundo.com>
13743
13744         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13745         <chenggao@gmail.com>.
13746
13747 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13750         instead.
13751
13752 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13753
13754         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13755         to remove a server from the nnimap-server-buffer-alist.
13756         (nnimap-open-connection, nnimap-close-server): Use it.
13757
13758         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13759
13760 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13763         running the major-mode function.
13764
13765 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13768         dummy marks in the right way.
13769
13770 2004-10-18  David Edmondson  <dme@dme.org>
13771
13772         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13773         excessively.
13774
13775 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13776
13777         * gnus-util.el (gnus-split-references): Accept a nil references
13778         string and go on blissfully.
13779
13780         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13781         cases where the references string is non-nil but has no references.
13782
13783         * encrypt.el: Add autoload tags.
13784
13785         * spam.el (spam-resolve-registrations-routine): Remove article
13786         from unregistration list too.  Reported by David Hanak
13787         <dhanak@isis.vanderbilt.edu>
13788
13789 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13790
13791         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13792         nil.  Changed custom type.
13793
13794 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13795
13796         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13797
13798         * gnus-sum.el (gnus-summary-move-article): Use it.
13799
13800 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13801
13802         * encrypt.el: Add autoload cookies.
13803
13804         * spam.el (spam-backend-article-list-property)
13805         (spam-backend-get-article-todo-list)
13806         (spam-backend-put-article-todo-list)
13807         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13808         Resolve registrations separately.
13809         (spam-register-routine): Format comments.
13810         (spam-unregister-routine, spam-register-routine): Always call with
13811         specific-articles, no default list.
13812         (spam-summary-prepare-exit): Use the spam-classifications function.
13813
13814         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13815         gnus-encrypt.el.
13816
13817         * encrypt.el: Copied from gnus-encrypt.el.
13818
13819         * gnus-encrypt.el: Commented that it's obsolete.
13820
13821 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13824         (gnus-score-save): Use it.
13825
13826         * message.el (message-bury): Use `window-dedicated-p'.
13827
13828 2004-10-15  Simon Josefsson  <jas@extundo.com>
13829
13830         * pop3.el (top-level): Don't require nnheader.
13831         (pop3-read-timeout): Add.
13832         (pop3-accept-process-output): Add.
13833         (pop3-read-response, pop3-retr): Use it.
13834
13835 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13836
13837         * spam.el (spam-register-routine): Move comment.
13838         (spam-verify-bogofilter): Use 'unknown for the initial
13839         spam-bogofilter-valid state, not 'never.
13840
13841         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13842         for netrc-machine.
13843
13844         * nnimap.el (nnimap-open-connection): Use
13845         netrc-machine-user-or-password.
13846
13847 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13848
13849         * gnus-registry.el (gnus-registry-unload-hook):
13850         Set as a variable with add-hook.
13851
13852         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13853         of news-path.
13854
13855         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13856
13857         * spam.el: Delete duplicate `provide'.
13858         (spam-unload-hook): Set as a variable with add-hook.
13859
13860 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13861
13862         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13863         in the doc string.
13864
13865         * message.el (message-ignored-news-headers)
13866         (message-ignored-supersedes-headers)
13867         (message-ignored-resent-headers)
13868         (message-forward-ignored-headers): Improve custom type.
13869
13870 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * message.el (message-tokenize-header): Fix 2004-09-06 change
13873         which used point-min in the wrong place.
13874
13875 2004-10-12  Simon Josefsson  <jas@extundo.com>
13876
13877         * tls.el (tls-certtool-program): New variable.
13878         (tls-certificate-information): New function, based on
13879         ssl-certificate-information.
13880
13881 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * compface.el: Move the version of ELisp-based uncompface program
13884         to the contrib directory because of the copyright problem.
13885
13886 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13887
13888         * message.el (message-kill-buffer): Raise the current frame.
13889
13890 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13891
13892         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13893
13894         * gnus.el (message-y-or-n-p): Autoload.
13895
13896         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13897         (pop3-password-required, pop3-authentication-scheme)
13898         (pop3-leave-mail-on-server): Made customizable.
13899         (pop3): New custom group.
13900         (pop3-retr): Remove `sleep-for' statements.
13901         Suggested by Dave Love <fx@gnu.org>.
13902
13903         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13904         Windows/DOS.
13905
13906         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13907         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13908         Dave Love <fx@gnu.org>.
13909
13910         * mml.el (mml-minibuffer-read-disposition): Require match.
13911         Suggested by Dave Love <fx@gnu.org>.
13912
13913 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13914
13915         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13916         doc string.
13917
13918 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13919
13920         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13921
13922 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13923
13924         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13925         instead of calling `mm-insert-inline', to decode text/* parts
13926         before displaying them.
13927
13928 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13929
13930         * mm-uu.el (mm-uu-text-plain-type): New variable.
13931         (mm-uu-pgp-signed-extract-1): Use it.
13932         (mm-uu-pgp-encrypted-extract-1): Use it.
13933         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13934         bind mm-uu-text-plain-type with that value.
13935         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13936         mm-uu-dissect.
13937
13938 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus-group.el (gnus-update-group-mark-positions):
13941         * gnus-sum.el (gnus-update-summary-mark-positions):
13942         * message.el (message-check-news-body-syntax):
13943         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13944         of string-as-multibyte.
13945
13946 2004-10-05  Juri Linkov  <juri@jurta.org>
13947
13948         * gnus-group.el (gnus-update-group-mark-positions):
13949         * gnus-sum.el (gnus-update-summary-mark-positions):
13950         * message.el (message-check-news-body-syntax):
13951         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13952         8-bit unibyte values to a multibyte string for search functions.
13953
13954 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13957         (mm-uu-dissect-text-parts): New function.
13958
13959         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13960         dissect text parts.
13961
13962         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13963         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13964
13965         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13966
13967         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13968         gnus-current-topics instead of gnus-current-topic.
13969
13970 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13971
13972         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13973
13974 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13975
13976         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13977         where approriate.
13978
13979         * nnml.el (nnml-generate-active-info): do.
13980
13981         * nndiary.el (nndiary-generate-active-info): do.
13982
13983         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13984         (gnus-topic-move): do.
13985
13986         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13987         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13988
13989         * gnus-srvr.el (gnus-server-prepare)
13990         (gnus-server-open-all-servers): do.
13991
13992         * gnus-msg.el (gnus-summary-cancel-article)
13993         (gnus-summary-resend-message)
13994         (gnus-summary-mail-crosspost-complaint): do.
13995
13996         * gnus-move.el (gnus-change-server): do.
13997
13998         * gnus-group.el (gnus-group-unmark-all-groups)
13999         (gnus-group-set-current-level): do.
14000
14001 2004-10-04  Simon Josefsson  <jas@extundo.com>
14002
14003         * message.el (message-generate-hashcash): Doc fix.
14004
14005 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
14006
14007         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
14008         avoid infinite recursion via gnus-get-function.
14009
14010 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
14011
14012         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14013
14014         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14015
14016         * nnmail.el (nnmail-split-history): do.
14017
14018         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14019         (nnml-request-delete-group): do.
14020
14021         * nnslashdot.el (nnslashdot-read-groups): do.
14022
14023         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14024         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14025
14026         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14027         (nnspool-sift-nov-with-sed): Use last.
14028         (nnspool-retrieve-headers-with-nov): Use mapc.
14029         (nnspool-request-newgroups): Use dolist.
14030         (nnspool-request-group): Use last.
14031
14032         * nntp.el (nntp-read-server-type): Use dolist.
14033
14034         * nnvirtual.el (nnvirtual-create-mapping)
14035         (nnvirtual-update-read-and-marked): Use dolist.
14036         (nnvirtual-convert-headers): Simplify.
14037
14038 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14039
14040         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14041         support for sync'ing tick marks.
14042
14043 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14044
14045         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14046         there's no visible header.
14047
14048 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14049
14050         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14051         necessary, pass full group name to gnus-request-set-marks.
14052
14053 2004-10-01  Simon Josefsson  <jas@extundo.com>
14054
14055         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14056         acroread.
14057
14058 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14059
14060         * spam-report.el (spam-report-gmane): Fix interactive.
14061
14062         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14063
14064         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14065         when writing file.
14066         (gnus-agent-synchronize-flags): Don't default to being
14067         interactive.
14068
14069 2004-09-30  Simon Josefsson  <jas@extundo.com>
14070
14071         * message.el (message-generate-hashcash): Add.
14072         (message-send-mail): Use it, call mail-add-payment.
14073
14074 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14075
14076         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14077
14078 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14079
14080         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14081         gnus-requst-update-info with explicit code to sync the in-memory
14082         info read flags with the marks being sync'd to the backend.
14083
14084         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14085
14086 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14087
14088         * spam.el (spam-verify-bogofilter): Add new function.
14089         (spam-check-bogofilter)
14090         (spam-bogofilter-register-with-bogofilter): Use it.
14091         (spam-verify-bogofilter): Add small fixes.
14092
14093 2004-09-28  Simon Josefsson  <jas@extundo.com>
14094
14095         * hashcash.el (hashcash-generate-payment): Revert.
14096
14097 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14098
14099         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14100         gnus-extract-references instead of gnus-split-references.
14101
14102         * gnus-util.el (gnus-extract-references): Add new function, analogous
14103         to gnus-split-references but extracts only the message-ID without
14104         anything extra.
14105
14106         * hashcash.el (hashcash-generate-payment)
14107         (hashcash-check-payment): Do the right thing if hashcash-path is
14108         nil (because the hashcash program could not be found).
14109
14110         * spam.el (spam-use-hashcash): Remove comment.
14111
14112 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14113
14114         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14115         (gnus-cache-enter-article, gnus-cache-remove-article)
14116         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14117
14118         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14119
14120         * gnus-art.el (article-hide-boring-headers)
14121         (article-translate-strings, article-display-face)
14122         (gnus-article-mime-match-handle-first)
14123         (gnus-article-highlight-headers)
14124         (gnus-article-add-buttons-to-head): do.
14125
14126 2004-09-27  Simon Josefsson  <jas@extundo.com>
14127
14128         * hashcash.el: New version, from
14129         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14130         ../contrib/.
14131
14132 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14133
14134         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14135
14136 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14137
14138         * gnus-dup.el (gnus-dup-open): Use mapc.
14139         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14140
14141         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14142         Reported by Stefan Wiens <s.wi@gmx.net>.
14143
14144         * gnus.el (gnus-shutdown): Use dolist.
14145
14146         * gnus-undo.el (gnus-undo): Use mapc.
14147
14148         * nnrss.el (nnrss-generate-active): do.
14149
14150         * message.el (message-cite-original-without-signature)
14151         (message-cite-original): Use mapc.
14152         (message-do-actions, message-make-forward-subject): Use dolist.
14153
14154 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14155
14156         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14157         deletion to remove entire duplicate line.  Fixes merged article
14158         number bug.
14159
14160 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14161
14162         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14163         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14164         first ask if you want to open a server and then, even when you
14165         responded with no, asking if you want to synchronize the server's
14166         flags.
14167         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14168         multi-line expressions.
14169         (gnus-agent-synchronize-group-flags): New internal function.
14170         Updates marks in memory (in the info structure) AND in the
14171         backend.
14172
14173         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14174
14175         * nnagent.el (nnagent-request-set-mark): Use
14176         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14177         method, to ensure that synchronization updates marks in the
14178         backend and in the info (in memory) structure.
14179
14180 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14183         convention fully; don't miss the root article of a thread; make
14184         the X-Draft-From header with correct article numbers.
14185
14186 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14187
14188         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14189         unless plugged.  Disable the agent so that an open failure causes
14190         an error.
14191
14192         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14193         Reverted 2004-09-21 change.  The backend must be opened while
14194         synchronizing flags even when the backend stores the flags
14195         locally.
14196
14197 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14198
14199         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14200         in `header' match.  Reported by Svend Tollak Munkejord.
14201
14202         * message.el (message-cite-original): Fix use of
14203         `message-cite-articles-with-x-no-archive'.
14204
14205 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14208         (gnus-window-to-buffer): Ditto.
14209
14210         * mml.el (mml-preview-buffer): New variable.
14211         (mml-preview): Manage window layout with gnus-buffer-configuration.
14212
14213         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14214         X-Draft-From header even if those articles aren't quoted.
14215
14216 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14217
14218         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14219         (gnus-request-set-mark, gnus-request-update-mark): Use new
14220         g-s-t-u-l-m to decide to use backend even when unplugged.
14221
14222 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14225         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14226
14227 2004-09-20  Simon Josefsson  <jas@extundo.com>
14228
14229         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14230         "utf-16-le".
14231
14232 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14233
14234         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14235
14236 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14237
14238         * uudecode.el (uudecode-use-external): Add :version.
14239
14240         * smime.el (smime-CA-file, smime-encrypt-cipher)
14241         (smime-dns-server): Add :version.
14242
14243         * smiley.el (gnus-smiley-file-types): Add :version.
14244
14245         * sha1.el (sha1-use-external): Add :version.
14246
14247         * pgg-def.el (pgg-query-keyserver): Add :version.
14248
14249         * nnmail.el (nnmail-fancy-expiry-targets)
14250         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14251         Add :version.
14252
14253         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14254         (nnimap-retrieve-groups-asynchronous): Add :version.
14255         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14256
14257         * mml.el (mml-content-disposition-parameters)
14258         (mml-insert-mime-headers-always): Add :version.
14259
14260         * mm-util.el (mm-coding-system-priorities): Add :version.
14261
14262         * mm-decode.el (mm-inline-text-html-with-images)
14263         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14264         (mm-verify-option): Add :version.
14265         (mm-text-html-renderer): Change :version.
14266
14267         * message.el (message-fcc-externalize-attachments)
14268         (message-required-headers, message-draft-headers)
14269         (message-subject-trailing-was-query)
14270         (message-subject-trailing-was-ask-regexp)
14271         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14272         (message-mark-insert-end, message-archive-header)
14273         (message-archive-note, message-cross-post-default)
14274         (message-cross-post-note, message-followup-to-note)
14275         (message-cross-post-note-function, message-use-mail-followup-to)
14276         (message-subscribed-address-functions)
14277         (message-subscribed-address-file, message-subscribed-addresses)
14278         (message-subscribed-regexps, message-allow-no-recipients)
14279         (message-yank-cited-prefix, message-signature-insert-empty-line)
14280         (message-hidden-headers, message-hierarchical-addresses)
14281         (message-mail-user-agent, message-use-idna)
14282         (message-valid-fqdn-regexp)
14283         (message-strip-special-text-properties, message-header-synonyms)
14284         (message-beginning-of-line, message-tab-body-function): Add :version.
14285         (message-insert-canlock, message-wide-reply-confirm-recipients):
14286         Change :version.
14287
14288         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14289         and :version.
14290         (mail-source-delete-old-incoming-confirm)
14291         (mail-source-movemail-program): Add :version.
14292
14293         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14294         (gnus-agent-cache, gnus-agent): Change :version.
14295
14296         * gnus-util.el (gnus-use-byte-compile): Change :version.
14297
14298         * gnus-sum.el (gnus-summary-make-false-root-always)
14299         (gnus-summary-default-high-score)
14300         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14301         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14302         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14303         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14304         (gnus-sum-thread-tree-single-indent)
14305         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14306         (gnus-sum-thread-tree-leaf-with-other)
14307         (gnus-sum-thread-tree-single-leaf): Add :version.
14308         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14309         (gnus-article-loose-mime): Change :version.
14310
14311         * gnus-start.el (gnus-backup-startup-file)
14312         (gnus-save-startup-file-via-temp-buffer): Add :version.
14313
14314         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14315         (gnus-server-offline-face): Add :version.
14316
14317         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14318
14319         * gnus-msg.el (gnus-gcc-externalize-attachments)
14320         (gnus-debug-files, gnus-debug-exclude-variables)
14321         (gnus-discouraged-post-methods): Change :version.
14322         (gnus-confirm-mail-reply-to-news)
14323         (gnus-confirm-treat-mail-like-news): Add :version.
14324
14325         * gnus-int.el (gnus-server-unopen-status): Add :version.
14326
14327         * gnus-group.el (gnus-group-jump-to-group-prompt)
14328         (gnus-large-ephemeral-newsgroup)
14329         (gnus-fetch-old-ephemeral-headers): Add :version.
14330
14331         * gnus-fun.el (gnus-x-face-directory)
14332         (gnus-convert-pbm-to-x-face-command)
14333         (gnus-convert-image-to-x-face-command)
14334         (gnus-convert-image-to-face-command): Add :version.
14335
14336         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14337
14338         * gnus-cite.el (gnus-cite-blank-line-after-header)
14339         (gnus-article-boring-faces): Add :version.
14340
14341         * gnus-art.el (gnus-buttonized-mime-types)
14342         (gnus-inhibit-mime-unbuttonizing)
14343         (gnus-treat-display-face)
14344         (gnus-treat-body-boundary): Change :version.
14345         (gnus-body-boundary-delimiter, gnus-picon-databases)
14346         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14347         (gnus-treat-date-english, gnus-treat-fold-headers)
14348         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14349         (gnus-treat-mail-picon, gnus-treat-wash-html)
14350         (gnus-article-encrypt-protocol)
14351         (gnus-use-idna, gnus-article-over-scroll)
14352         (gnus-mime-display-multipart-alternative-as-mixed)
14353         (gnus-mime-display-multipart-related-as-mixed)
14354         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14355         (gnus-ctan-url, gnus-button-ctan-handler)
14356         (gnus-button-handle-ctan-bogus-regexp)
14357         (gnus-button-ctan-directory-regexp)
14358         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14359         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14360         (gnus-button-man-level, gnus-button-emacs-level)
14361         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14362
14363         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14364         (gnus-agent-go-online): Change :version.
14365         (gnus-agent-expire-unagentized-dirs)
14366         (gnus-agent-auto-agentize-methods): Add :version.
14367
14368         * flow-fill.el (fill-flowed-display-column)
14369         (fill-flowed-encode-column): Add :version.
14370
14371         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14372         (gnus-outlook-deuglify-unwrap-max)
14373         (gnus-outlook-deuglify-cite-marks)
14374         (gnus-outlook-deuglify-unwrap-stop-chars)
14375         (gnus-outlook-deuglify-no-wrap-chars)
14376         (gnus-outlook-deuglify-attrib-cut-regexp)
14377         (gnus-outlook-deuglify-attrib-verb-regexp)
14378         (gnus-outlook-deuglify-attrib-end-regexp)
14379         (gnus-outlook-display-hook): Add :version.
14380
14381         * binhex.el (binhex-use-external): Add :version.
14382
14383 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14386         and `invisible'.
14387
14388 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14389
14390         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14391         in gnus-registry-trim.
14392
14393 2004-09-13  Simon Josefsson  <jas@extundo.com>
14394
14395         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14396
14397         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14398
14399         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14400         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14401         <yamaoka@jpl.org>.
14402         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14403         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14404         <yamaoka@jpl.org>.
14405
14406         * sieve.el (sieve-manage-mode): Ditto.
14407
14408 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14409
14410         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14411
14412 2004-09-11  Simon Josefsson  <jas@extundo.com>
14413
14414         * dns-mode.el: Add.
14415
14416         * mm-view.el (mm-display-dns-inline): Add.
14417
14418         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14419         (mm-automatic-display): Ditto.
14420
14421         * mailcap.el (mailcap-mime-data): Add text/dns.
14422         (mailcap-mime-extensions): Map .soa to text/dns.
14423
14424 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14425
14426         * gnus-art.el (article-decode-mime-words, article-babel)
14427         (gnus-article-highlight-signature, gnus-article-add-buttons)
14428         (gnus-signature-toggle): Remove unnecessary bindings of
14429         `inhibit-read-only' inherited from v5.10 merge.
14430
14431 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14432
14433         * nntp.el (nntp): New customization group.
14434         (nntp-authinfo-file): Add customization group.
14435
14436         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14437
14438         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14439
14440         * gnus.el (to-address, to-list, subscribed)
14441         (large-newsgroup-initial): Ditto.
14442
14443         * flow-fill.el (fill-flowed-display-column)
14444         (fill-flowed-encode-column): Ditto.
14445
14446 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14447
14448         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14449         Use point-min rather than 1.
14450         (message-send-mail): Use buffer-size rather than point-max.
14451
14452         * gnus-sum.el (gnus-summary-search-article-forward):
14453         Signal a specific `search-failed' rather than a generic `error'.
14454
14455         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14456         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14457         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14458
14459 2004-09-10  Simon Josefsson  <jas@extundo.com>
14460
14461         * nndb.el (require): Remove tcp and duplicate cl.
14462
14463 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * gnus-agent.el (directory-files-and-attributes): Move forward.
14466
14467 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14468
14469         * gnus-agent.el (directory-files-and-attributes): Optionally
14470         defined to support XEmacs.
14471
14472 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14473
14474         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14475         to avoid run-time CL dependencies.
14476         (gnus-agent-unfetch-articles): New function.
14477         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14478         article numbers even when local .overview file is missing.
14479         (gnus-agent-read-article-number): New function.  Only accepts
14480         27-bit article numbers.
14481         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14482         gnus-agent-read-article-number.
14483         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14484         from backend while recognizing that article numbers in .overview
14485         must be valid.
14486         (gnus-agent-update-files-total-fetched-for): Use
14487         directory-files-and-attributes to improve performance.
14488         * gnus-int.el (gnus-request-move-article): Use
14489         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14490         improve performance.
14491
14492         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14493         some users confused by references to .newsrc when they only have a
14494         .newsrc.eld file.
14495         (gnus-convert-mark-converter-prompt)
14496         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14497         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14498         New function.  Used internally to only display 'gnus converting
14499         files' message when actually necessary.
14500
14501         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14502         methods now autoloaded.
14503
14504 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14505
14506         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14507         identifiers.
14508
14509 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14510
14511         * gnus-picon.el: Fix indentation and closing parenthesis.
14512
14513 2004-09-01  Simon Josefsson  <jas@extundo.com>
14514
14515         * message.el (message-canlock-generate): Require sha1, not
14516         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14517         to require within a function.  Sadly, if sha1.el isn't loaded, the
14518         let binding in m-c-g will hide the defcustom definition, which is
14519         bad.)
14520
14521         * canlock.el: Require sha1, not sha1-el.
14522
14523         * message.el: Don't autoload sha1 (there is a autoload cookie in
14524         sha1.el).
14525
14526         * sha1-el.el: Renamed to sha1.el.
14527
14528 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14529
14530         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14531
14532 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14533
14534         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14535
14536 2004-08-30  Kim F. Storm  <storm@cua.dk>
14537
14538         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14539
14540         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14541         Add :group 'nnimap.
14542
14543 2004-08-30  Andreas Schwab  <schwab@suse.de>
14544
14545         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14546         ?* and ?\;.
14547
14548         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14549         and ?\' to symbol instead of whitespace.
14550
14551 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14554
14555         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14556         instead of re-search-forward.
14557
14558         * gnus-uu.el (gnus-uu-save-article): Ditto.
14559         (gnus-uu-post-encode-uuencode): Ditto.
14560
14561         * html2text.el (html2text-clean-list-items): Ditto.
14562         (html2text-clean-dtdd): Ditto.
14563         (html2text-format-tags): Ditto.
14564
14565         * message.el (message-send-mail-with-sendmail): Fix regexp.
14566         (message-fill-field-general): Use search-forward instead of
14567         re-search-forward.
14568         (unbold-region): Ditto.
14569
14570         * nnrss.el (nnrss-request-article): Ditto.
14571
14572         * nnslashdot.el (nnslashdot-request-article): Ditto.
14573
14574         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14575
14576         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14577         "Unrecognized menu descriptor" error in XEmacs.
14578
14579 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14580
14581         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14582         parent article of a sparse article in the thread hashtb.
14583
14584 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14585
14586         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14587         (nnmail-expand-newtext): Lowercase expanded entries if
14588         nnmail-split-lowercase-expanded is non-nil.
14589
14590 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14593
14594         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14595         of gnus-tmp-news-method into string under XEmacs.  It will be
14596         passed to gnus-correct-length which takes only a string argument.
14597
14598 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * gnus-util.el (gnus-bind-print-variables): New macro.
14601         (gnus-prin1): Use it.
14602         (gnus-prin1-to-string): Use it.
14603         (gnus-pp): New function.
14604         (gnus-pp-to-string): New function.
14605
14606         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14607         Replace pp-to-string with gnus-pp-to-string.
14608         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14609         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14610         * gnus-msg.el (gnus-debug): Ditto.
14611         * gnus-score.el (gnus-score-save): Ditto.
14612         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14613         gnus-pp-to-string.
14614         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14615         with gnus-pp.
14616         * score-mode.el (gnus-score-pretty-print): Ditto.
14617         * webmail.el (webmail-debug): Ditto.
14618
14619 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * gnus-art.el (article-display-face, article-display-x-face):
14622         Use buffer-read-only.
14623
14624 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * gnus-art.el (article-hide-list-identifiers):
14627         Bind inhibit-read-only as t.
14628
14629 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14630
14631         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14632
14633 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14634
14635         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14636         (gnus-narrow-to-page): Don't assume point-min == 1.
14637         (gnus-article-edit-mode): Derive from message-mode.
14638
14639         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14640         point-min == 1.
14641
14642         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14643         Disable incorrect use of `assert'.
14644
14645         * message.el (message-mode): Set comment-start-skip.
14646
14647
14648 2004-08-22  Sam Steingold  <sds@gnu.org>
14649
14650         * pop3.el (pop3-leave-mail-on-server): New user variable.
14651         (pop3-movemail): Delete mail only when it is nil.
14652
14653 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14654
14655         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14656
14657         * mml.el (mml-preview): Use `pop-to-buffer'.
14658
14659         * message.el (message-goto-mail-followup-to): Insert after "To".
14660         (message-carefully-insert-headers): Add comment.
14661
14662         * gnus.el: Remove unused variable `gnus-article-check-size'.
14663
14664         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14665
14666         * gnus-art.el (gnus-button-alist): Improve
14667         `gnus-button-handle-library' entry.
14668
14669 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14670
14671         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14672         downcase, since XEmacs capitalizes error messages differently.
14673
14674 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14675
14676         * nntp.el: Add (require 'gnus) due to reference to
14677         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14678
14679 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14680
14681         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14682         `mm-fill-flowed'.
14683
14684         * mm-decode.el (mm-dissect-singlepart): Check it.
14685
14686 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14689         'imap' for netrc parsing.
14690
14691 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14692
14693         * mailcap.el (mailcap-mime-data): Mark as risky.
14694
14695 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14698         may be included in the encoded word.
14699         (rfc2047-encode): Don't append a space if the encoded word
14700         includes close parenthesis.
14701
14702 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14703
14704         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14705         of text within parentheses.
14706
14707 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14708
14709         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14710         (gnus-encrypt-write-file-contents): Make the password key the file
14711         name PLUS the cipher, not just the cipher.  Also remove failed
14712         passwords from the cache.
14713
14714 2004-08-06  Simon Josefsson  <jas@extundo.com>
14715
14716         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14717         fix.
14718
14719 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14720
14721         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14722         LWSP.
14723
14724 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14725
14726         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14727         to append in-reply-to: data to the references: header.
14728
14729         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14730         (netrc-parse): Use gnus-encrypt.el functions.
14731
14732         * gnus-encrypt.el: Add new file for encryption support; currently
14733         does only a few GPG ciphers and an internal XOR cipher.
14734
14735         * password.el: Add comments on using password-read-and-add.
14736         (password-read-and-add): Add function to read and add the
14737         password to the cache at once.
14738
14739 2004-07-28  Simon Josefsson  <jas@extundo.com>
14740
14741         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14742         parameter (but don't use it, for now).
14743
14744         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14745         instead of hard coding to nil.
14746
14747 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14750         as mm-inline-image-xemacs does.
14751
14752 2004-07-26  Simon Josefsson  <jas@extundo.com>
14753
14754         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14755         Revert part of 2004-07-17 change below.
14756
14757 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14760         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14761
14762 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14763
14764         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14765         quotes that actually start with ">" at the beginning of the
14766         lines.
14767
14768 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * rfc2047.el (rfc2047-encode-region): Fix last change.
14771         (rfc2047-encode-parameter): Remove useless concat.
14772
14773 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14776         encode special characters; fix some kind of misconfigured headers;
14777         signal a real error if debug-on-quit or debug-on-error is non-nil.
14778         (rfc2047-encode-max-chars): New variable.
14779         (rfc2047-encode-1): Use it.
14780         (rfc2047-encode-parameter): New function.
14781
14782         * mml.el (mml-insert-parameter): Remove an excessive space.
14783
14784 2004-07-17  Simon Josefsson  <jas@extundo.com>
14785
14786         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14787         Kai Grossjohann <kai@emptydomain.de>.
14788         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14789         (gnus-group-make-menu-bar): Ditto.
14790
14791         * gnus-util.el (gnus-group-server): Add.
14792
14793 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14794
14795         * message.el (message-clone-locals): Clone sendmail and smtp
14796         variables.
14797
14798 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * rfc2047.el (rfc2047-encode-region): Fix last change.
14801
14802 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14805         characters as non-special.
14806
14807 2004-07-09  Simon Josefsson  <jas@extundo.com>
14808
14809         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14810         Users will lose all flag changes made while unplugged with
14811         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14812         good default.  See numerous reports on ding mailing list.
14813
14814 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14815
14816         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14817         add generate-head-function and generate-article-function to the
14818         rfc822-forward entry.
14819         (nndoc-rfc822-forward-generate-article): New function.
14820         (nndoc-rfc822-forward-generate-head): New function.
14821
14822         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14823
14824 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14825
14826         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14827         respect display group parameter and gnus-summary-expunge-below.
14828         (gnus-articles-to-read): Remove unused reference to display group
14829         parameter.
14830
14831 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14832
14833         * nnheader.el (nnheader-uniquify-message-id): New experimental
14834         variable.
14835         (nnheader-nov-read-message-id): Use it.
14836
14837         * spam-report.el (spam-report-gmane): Add interactive.
14838
14839 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14842         qp-or-base64 for the application/* types.
14843
14844 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14845
14846         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14847
14848 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14849
14850         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14851         trim value.
14852
14853 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14854
14855         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14856         New macro and function.
14857         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14858
14859 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14862         after-load-alist.
14863
14864 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14865
14866         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14867         update info that isn't there.
14868
14869 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14870
14871         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14872         entry.
14873
14874 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14875
14876         * mm-view.el (mm-inline-render-with-function): Use multibyte
14877         buffer; decode html source by charset.
14878
14879         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14880
14881         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14882         Mule-UCS is loaded under XEmacs.
14883         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14884
14885 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14886
14887         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14888
14889 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14890
14891         * mm-util.el (mm-coding-system-p): Return a coding-system.
14892         (mm-mime-mule-charset-alist): Use shift_jis instead of
14893         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14894         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14895         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14896         instead of japanese-shift-jis and iso-latin-1 respectively in
14897         order to share the default value with both Emacs and XEmacs-mule.
14898         (mm-mule-charset-to-mime-charset): Make
14899         mm-coding-system-priorities effective.
14900         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14901         while predicating of candidates upon the priorities.
14902
14903 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14904
14905         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14906         gnus-uu-invert-processable.
14907
14908         * gnus.el: Autoload gnus-uu-invert-processable.
14909
14910 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14911
14912         * mm-util.el (mm-with-multibyte-buffer): New macro.
14913
14914         * rfc2047.el (rfc2047-encode-string): Use it.
14915         (rfc2047-encode-region): Move point to the end of the region after
14916         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14917
14918 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14921         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14922
14923 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14926         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14927         Karl Chen <quarl@nospam.quarl.org>.
14928
14929 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14930
14931         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14932         invalid addresses.
14933
14934 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14935
14936         * spam.el: Change section markers, revise TODO list.
14937         (spam-backends): Make new master list of all installed backends.
14938         (spam-summary-exit-behavior): Add new variable to determine how
14939         messages moves are done at summary exit.
14940         (spam-move-spam-nonspam-groups-only)
14941         (spam-process-ham-in-nonham-groups)
14942         (spam-process-ham-in-spam-groups): Remove variables, the
14943         spam-summary-exit-behavior variable should be used to manage this
14944         behavior.
14945         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14946         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14947         and spam-old-spam-articles.
14948         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14949         Add empty variables, placeholders for the backends they represent.
14950         (spam-set-difference): Move, unchanged.
14951         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14952         unless the user has a processor variable.
14953         (spam-classifications, spam-classification-valid-p)
14954         (spam-backend-properties, spam-backend-property-valid-p)
14955         (spam-backend-function-type-valid-p)
14956         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14957         (spam-report-articles-gmane, spam-report-articles-resend):
14958         Remove functions, they are not needed.
14959         (spam-install-backend-super, spam-backend-list)
14960         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14961         (spam-backend-function, spam-backend-ham-registration-function)
14962         (spam-backend-spam-registration-function)
14963         (spam-backend-ham-unregistration-function)
14964         (spam-backend-spam-unregistration-function)
14965         (spam-backend-statistical-p, spam-backend-mover-p)
14966         (spam-install-backend-alias, spam-install-checkonly-backend)
14967         (spam-install-mover-backend, spam-install-nocheck-backend)
14968         (spam-install-backend, spam-install-statistical-backend)
14969         (spam-install-statistical-checkonly-backend): Add backend installation
14970         support.
14971         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14972         (spam-group-processor-p): Use the new backend code and respect the
14973         summary exit behavior.
14974         (spam-mark-spam-as-expired-and-move-routine): Remove.
14975         (spam-summary-prepare): Change to use the new spam-old-articles
14976         variable.
14977         (spam-copy-or-move-routine, spam-copy-spam-routine)
14978         (spam-move-spam-routine, spam-copy-ham-routine)
14979         (spam-move-ham-routine): Add code to copy/move ham or spam.
14980         (spam-fetch-field-fast): Improve doc and code, plus allow the
14981         'number request.
14982         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14983         variables.
14984         (spam-split, spam-find-spam): Use the new backend code.
14985         (spam-registration-functions): Remove variable.
14986         (spam-unregister-routine): Add convenience wrapper.
14987         (spam-log-undo-registration, spam-register-routine)
14988         (spam-log-processing-to-registry)
14989         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14990         where possible.
14991         (spam-check-gmane-xref, spam-check-regex-headers)
14992         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14993         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14994         (spam-check-bogofilter-headers, spam-check-spamoracle)
14995         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14996         (spam-check-crm114-headers): Use the spam-split-group that
14997         spam-split prepares, no need to determine it every time.
14998
14999         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
15000         to the nnheader-parse-naked-head call.
15001
15002         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
15003
15004         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
15005         the nnheader-nov-read-message-id call.
15006
15007 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
15010         gnus-activate-group twice.  Suggested by Markus Peter
15011         <warp@spin.de>.
15012
15013 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15014
15015         * gnus-art.el (gnus-article-time-format): Exchange the order of
15016         day and month in the default value; fix customization type.
15017         (article-date-ut): Use add-text-properties.
15018         (article-make-date-line): Use message-make-date instead of
15019         current-time-string.
15020
15021         * message.el (message-fetch-field): Don't use set-text-properties.
15022         (message-make-date): Simplify.
15023
15024         * messagexmas.el (message-xmas-make-date): New function.
15025         (message-xmas-redefine): Defalias message-make-date to it.
15026
15027 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15028
15029         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15030         (rfc2047-encode-region): Treat text within parentheses as special;
15031         show the original text when error has occurred.
15032
15033         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15034         already-computed method to gnus-activate-group.
15035
15036         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15037         same select-methods identical Lisp objects.
15038
15039         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15040         object when modifying the info.
15041
15042 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15045         gnus-opened-servers since it has never been opened with the new
15046         configuration yet.
15047
15048 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15051         arg to nnheader-generate-fake-message-id.
15052
15053 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15054
15055         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15056         number and build a fake message ID localized to a group and
15057         article number (so it's repeatable from that point on).
15058         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15059         ID format.
15060
15061         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15062         nnheader-generate-fake-message-id with the article number.
15063
15064 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15065
15066         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15067         end-of-buffer.
15068
15069 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15070
15071         * message.el (message-ignored-supersedes-headers): Add Approved.
15072
15073 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15076         goto-char.
15077         (rfc2047-encode): Fold the line before encoding.
15078
15079 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15080
15081         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15082         folding -- not all headers can be folded, and this should be done
15083         by the message composition mode.  Probably.  I think.
15084
15085 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15086
15087         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15088         fast.
15089
15090         * gnus-ems.el (gnus-remove-image): Don't use
15091         message-text-with-property; remove only the image found first.
15092
15093         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15094         found first.
15095
15096 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15097
15098         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15099
15100 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15101
15102         * message.el (message-text-with-property): Make it fast and accept
15103         optional arguments.
15104         (message-strip-forbidden-properties): Use it.
15105         (message-fix-before-sending): Follow the m-t-w-p change.
15106
15107         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15108
15109 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15110
15111         * gnus-art.el (article-hide-headers): Don't change the buffer
15112         mistakenly when performing mml-preview even if
15113         gnus-single-article-buffer is nil.
15114
15115 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15116
15117         * message.el (message-expand-name-databases): New user option.
15118         (message-expand-name): Use it.
15119
15120 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15121
15122         * spam.el (spam-report-articles-resend)
15123         (spam-report-resend-register-routine): Allow ham reporting.
15124         (spam-report-resend-register-ham-routine): Add wrapper.
15125         (spam-registration-functions): Add ham resending functions.
15126         (spam-list-of-processors): Add ham resend processor.
15127
15128         * gnus.el (ham-resend-to): Add new group parameter.
15129         (spam-process): Add ham resend option.
15130
15131         * spam-report.el (spam-report-resend): Allow reporting ham.
15132         (spam-report-resend-ham): Add wrapper.
15133
15134 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15135
15136         * message.el (message-cite-articles-with-x-no-archive): New
15137         variable.
15138         (message-cite-original): Use it.
15139
15140 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15141
15142         * message.el (message-cite-original): Respect X-No-Archive.
15143
15144 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15145
15146         * gnus-art.el (article-hide-headers): Refer to the values for
15147         gnus-ignored-headers and gnus-visible-headers in the summary
15148         buffer since a user may have set them as group parameters.
15149
15150 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15151
15152         * assistant.el (assistant-node-name): Add convenience function.
15153         (assistant-render-text, assistant-render-node): Add error handling,
15154         plus handle multiple next nodes.
15155         (assistant-find-next-node): Comment out for now.
15156         (assistant-find-next-nodes): Add function, returns list of next
15157         nodes.
15158
15159 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15160
15161         * mail-source.el (mail-source-directory): Fix doc-string.
15162
15163 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15164
15165         * assistant.el (assistant-render-text, assistant-eval): Add :set
15166         widget type, which is different because it takes and returns a
15167         list.  Much hilarity ensues.
15168
15169 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15170
15171         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15172
15173         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15174         doc-string.
15175
15176         * gnus-start.el (gnus-activate-group): Added doc-string.
15177
15178 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15179
15180         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15181
15182 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15183
15184         * assistant.el (assistant-render-text): Try to add a :set
15185         widget, more to come.
15186
15187         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15188         strings.
15189         (spam-report-articles-resend)
15190         (spam-register-routine): Do registration iff any articles warrant
15191         it.
15192         (spam-summary-prepare-exit): Change log message for nil group
15193         destinations.
15194
15195 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15196
15197         * spam.el (spam-report-resend-register-routine): Allow
15198         spam-report-resend-to to be a group parameter or a global value.
15199
15200 2004-05-26  Simon Josefsson  <jas@extundo.com>
15201
15202         * starttls.el: Merge with my GNUTLS based starttls.el.
15203         (starttls-gnutls-program, starttls-use-gnutls)
15204         (starttls-extra-arguments, starttls-process-connection-type)
15205         (starttls-connect, starttls-failure, starttls-success): New
15206         variables.
15207         (starttls-program, starttls-extra-args): Doc fix.
15208         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15209         functions.
15210         (starttls-negotiate, starttls-open-stream): Check
15211         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15212         function if it is set.
15213
15214 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15217         structured fields.
15218
15219 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15222
15223 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15224
15225         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15226         variable.
15227         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15228         assigning the spam-mark to new messages.
15229
15230 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15231
15232         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15233
15234 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15235
15236         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15237
15238         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15239         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15240         default.
15241
15242 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15243
15244         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15245         correct data.
15246
15247 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15248
15249         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15250         (spam-group-processor-p): Fix function.
15251         (spam-group-processor-multiple-p)
15252         (spam-group-spam-processor-report-gmane-p)
15253         (spam-group-spam-processor-report-resend-p)
15254         (spam-group-spam-processor-bogofilter-p)
15255         (spam-group-spam-processor-blacklist-p)
15256         (spam-group-spam-processor-ifile-p)
15257         (spam-group-ham-processor-ifile-p)
15258         (spam-group-spam-processor-spamoracle-p)
15259         (spam-group-spam-processor-crm114-p)
15260         (spam-group-ham-processor-bogofilter-p)
15261         (spam-group-spam-processor-stat-p)
15262         (spam-group-ham-processor-stat-p)
15263         (spam-group-ham-processor-whitelist-p)
15264         (spam-group-ham-processor-BBDB-p)
15265         (spam-group-ham-processor-spamoracle-p)
15266         (spam-group-ham-processor-copy-p): Remove functions with some
15267         prejudice against unneeded code.
15268         (spam-report-articles-resend)
15269         (spam-report-resend-register-routine): Allow the group/topic
15270         spam-resend-to value to override spam-report-resend-to.
15271         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15272         properly now.
15273
15274         * gnus.el (spam-resend-to): Add group/topic parameter.
15275         (spam-process): Move the OBSOLETE processors to the end of the
15276         choices.
15277
15278 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15279
15280         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15281         with resend-to set to nil, and then ask the user if necessary.
15282         (spam-report-resend): spam-report-resend takes a list of articles, not
15283         separate article numbers.
15284
15285 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15288         addition to emacs-w3m.
15289
15290 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15291
15292         * assistant.el (assistant-authinfo-data): New function.
15293         (assistant-eval): Eval for entire assistant.
15294
15295         * netrc.el (netrc-services-file): New variable.
15296         (netrc-parse-services): New function.
15297         (netrc-find-service-name): New function.
15298         (netrc-find-service-number): New function.
15299         (netrc-port-equal): New function.
15300         (netrc-machine): Use it.
15301
15302         * nnimap.el (nnimap-open-connection): Use netrc.
15303
15304         * gnus-util.el (gnus-netrc-get): Remove aliases.
15305
15306         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15307
15308         * assistant.el (wid-edit): Fix compilation.
15309
15310         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15311
15312 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15313
15314         * gnus-util.el (gnus-set-file-modes): New function.  (small
15315         patch).
15316
15317 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15318
15319         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15320
15321         * assistant.el (assistant-render-node): Fix up rendering and
15322         read-only text.
15323         (assistant-render-node): Reset.
15324         (assistant-make-read-only): Not sticky.
15325
15326 2004-05-20  Danny Siu  <dsiu@adobe.com>
15327
15328         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15329         centered even when gnus-auto-center-summary is t.
15330
15331 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15332
15333         * dns.el (dns-get-txt-answer): New function.
15334         (dns-read-txt): Ditto.
15335         (query-dns): Use it.
15336
15337 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15340         active for foreign groups even if the group level is higher than
15341         the specified value.
15342
15343 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15344
15345         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15346         non-active groups.
15347
15348         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15349
15350 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15351
15352         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15353
15354 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15355
15356         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15357         (spam-crm114-header, spam-crm114-spam-switch)
15358         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15359         (spam-crm114-positive-spam-header)
15360         (spam-crm114-database-directory, spam-list-of-processors)
15361         (spam-group-spam-processor-crm114-p)
15362         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15363         (spam-generic-score, spam-list-of-checks)
15364         (spam-list-of-statistical-checks, spam-registration-functions)
15365         (spam-check-crm114-headers, spam-crm114-score)
15366         (spam-check-crm114, spam-crm114-register-with-crm114)
15367         (spam-crm114-register-spam-routine)
15368         (spam-crm114-unregister-spam-routine)
15369         (spam-crm114-register-ham-routine)
15370         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15371         asjo@koldfront.dk (Adam Sjøgren).
15372
15373         * gnus.el: Add spam-use-crm114.
15374
15375         * spam.el (spam-list-of-processors, spam-registration-functions):
15376         Add spam-use-resend.
15377         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15378         (spam-report-articles-gmane): Add doc fix.
15379         (spam-report-articles-resend, spam-report-resend-register-routine):
15380         Add wrappers around spam-report-resend-to.
15381
15382         * spam-report.el (spam-report-resend-to, spam-report-resend):
15383         Add support for resending spam.
15384         (spam-report-gmane): Fix line length >80.
15385
15386         * gnus.el (spam-process): Add spam-use-resend.
15387
15388 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15389
15390         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15391         number of processed spam messages.
15392         (spam-ham-copy-or-move-routine): Return the number of processed
15393         ham messages.
15394         (spam-summary-prepare-exit): Use the above values to decide
15395         whether status messages shouled be displayed.
15396
15397 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15398
15399         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15400         `rfc2047-encoding-function-alist' in order to avoid conflicting
15401         with the old version.
15402         (rfc2047-encode-region): Concatenate words containing non-ASCII
15403         characters in structured fields; don't encode space-delimited
15404         ASCII words even in unstructured fields; don't break words at
15405         char-category boundaries.
15406         (rfc2047-encode-1): New function.
15407         (rfc2047-encode): Use it; encode text so that it occupies the
15408         maximum width within 76-column; work correctly on Q encoding for
15409         iso-2022-* charsets.
15410         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15411         sure not to break a line just after the header name.
15412         (rfc2047-b-encode-region): Removed.
15413         (rfc2047-b-encode-string): New function.
15414         (rfc2047-q-encode-region): Removed.
15415         (rfc2047-q-encode-string): New function.
15416
15417         * mm-util.el (mm-replace-in-string): New function.
15418
15419 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15420
15421         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15422         get it right.
15423         (gnus-inews-make-draft): Really.
15424
15425 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15426
15427         * nnmh.el (nnmh-request-list-1): Don't check the link count
15428         before descending.  (small patch)
15429
15430 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15431
15432         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15433         stuff.
15434
15435         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15436         on real group name.
15437
15438         * gnus-art.el (gnus-signature-limit): Doc fix.
15439
15440         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15441
15442         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15443
15444 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15445
15446         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15447         isn't a string.
15448
15449 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15450
15451         * gnus-draft.el (gnus-draft-send): Bind
15452         rfc2047-encode-encoded-words.
15453
15454         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15455         (rfc2047-encodable-p): Say that =? needs encoding.
15456         (rfc2047-encode-encoded-words): New variable.
15457
15458         * gnus-group.el (gnus-group-select-group): Doc fix.
15459
15460         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15461
15462         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15463         to nil.
15464
15465         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15466
15467         * nnheader.el (nnheader-get-lines-and-char): New function.
15468
15469 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15470
15471         * gnus-msg.el (gnus-summary-followup-with-original): Document
15472         yanking of region when active.
15473
15474 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15477         groups if the group level is higher than the specified value.
15478
15479 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15480
15481         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15482         (gnus-group-jump-to-group): Added prefix argument using
15483         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15484         non-active group.
15485
15486         * compface.el (uncompface): Be verbose when changing
15487         `uncompface-use-external'.
15488
15489         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15490         handle manual section.
15491
15492 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15493
15494         * gnus-art.el (gnus-button-alist): Revert previous change.
15495
15496 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15497
15498         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15499
15500 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15501
15502         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15503         whether backend can accept message.
15504
15505         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15506
15507 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15508
15509         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15510         Avoid creating directory when nntp-marks-is-evil is true.
15511         Reported by Reiner Steib.
15512
15513 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15514
15515         * gnus-picon.el (gnus-picon-style): New variable.
15516         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15517         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15518         Jesper Harder <harder@ifa.au.dk>.
15519
15520 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15521
15522         * message.el (message-fill-field): Return point.
15523         (message-generate-headers): Go to end of field.
15524
15525         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15526         stuff for non-living groups.
15527
15528 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15529
15530         * gnus-art.el (gnus-article-followup-with-original)
15531         (gnus-article-reply-with-original): gnus-mark-active-p ->
15532         gnus-region-active-p.
15533
15534 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15535
15536         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15537         only when there is spam or ham to be processed.
15538
15539 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15540
15541         * mail-source.el (mail-source-delete-crash-box): Refactor.
15542         (mail-source-fetch): Use it.
15543         (mail-source-fetch-file): Ditto.
15544         (mail-source-fetch-directory): Run postscript in loop.
15545         (mail-source-fetch-pop): Delete.
15546         (mail-source-fetch-maildir): Ditto.
15547         (mail-source-fetch-imap): Ditto.
15548
15549         * imap.el (imap-authenticators): Comment out sasl.
15550
15551         * message.el (message-skip-to-next-address): New function.
15552         (message-fill-header-address): Refactor.
15553         (message-fill-address): Use it.
15554         (message-delete-address): Use it.
15555         (message-fill-header-general): Refactor.
15556         (message-fill-field-address): Rename.
15557         (message-narrow-to-field): Find the start of the header.
15558         (message-header-format-alist): Don't pre-fill.
15559         (message-fill-header): Removed.
15560         (message-insert-header): New function.
15561         (message-shorten-references): Use it.
15562
15563         * rfc2047.el (rfc2047-field-value): Strip props.
15564
15565         * mail-parse.el (mail-header-make-address): New alias.
15566
15567         * ietf-drums.el (ietf-drums-make-address): New function.
15568
15569         * imap.el: Add compiler directives.
15570
15571         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15572
15573         * gnus-art.el (article-decode-idna-rhs): Don't use
15574         message-idna-inside-rhs-p.
15575
15576 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577
15578         * message.el (message-idna-inside-rhs-p): Removed.
15579         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15580
15581         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15582         false positives.
15583
15584 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15585
15586         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15587
15588 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15589
15590         * nneething.el (nneething-file-name): Don't create spurious
15591         files.
15592
15593         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15594         (gnus-inews-do-gcc): Remove sleep.
15595
15596         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15597         part under point.
15598
15599         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15600         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15601
15602 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15603
15604         * spam.el (spam-summary-prepare-exit): Fixed (length).
15605
15606 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15607
15608         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15609         as expired without moving it" message when there are spam
15610         messages left.
15611
15612 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15613
15614         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15615         header is not nil.
15616
15617 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15618
15619         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15620         nntp-possibly-create-directory, not nntp-possibly-change-group.
15621         (nntp-marks-changed-p): New arg SERVER.
15622         (nntp-request-update-info): Adjust caller.
15623
15624 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15625
15626         * nntp.el (nntp-save-marks): Pass missing arg.
15627
15628 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15629
15630         * nntp.el: Support marks.
15631         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15632         (nntp-marks-modtime, nntp-marks-directory): New variables.
15633         (nntp-request-set-mark, nntp-request-update-info)
15634         (nntp-possibly-create-directory, nntp-marks-changed-p)
15635         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15636         functions.
15637
15638 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15639
15640         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15641         (gnus-xmas-redefine): Rename.
15642
15643         * gnus-score.el (gnus-score-insert-help): Use
15644         gnus-select-lowest-window.
15645
15646         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15647         appt-select-lowest-window and rename to gnus-select-lowest-window.
15648
15649         * gnus.el: do.
15650
15651 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15652
15653         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15654         encodings of MIME-encoded words, in order to improve
15655         interoperability with several broken MUAs.
15656
15657 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15658
15659         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15660         tags, only when charsets are not specified in headers.
15661         (mm-inline-text-html-render-with-w3m): Ditto.
15662
15663         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15664         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15665
15666 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15667
15668         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15669         instead of MIME-decoded from fields when checking
15670         `gnus-article-address-banner-alist'.
15671
15672 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15673
15674         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15675         description rather than subject.
15676
15677 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15678
15679         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15680
15681 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15682
15683         * gnus.el (gnus-version-number): Bump.
15684
15685 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15686
15687         * gnus.el: No Gnus v0.2 is released.
15688
15689 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15690
15691         * gnus-agent.el (gnus-agent-read-agentview): Inline
15692         gnus-uncompress-range.
15693
15694 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15695
15696         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15697         `exec-installed-p'.
15698
15699 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15700
15701         * gnus.el (spam-process, spam-autodetect-methods): Add
15702         bsfilter and bsfilter-headers.
15703
15704         * spam.el (spam-bsfilter): New customize group.
15705         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15706         (spam-bsfilter-header, spam-bsfilter-probability-header)
15707         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15708         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15709         (spam-bsfilter-database-directory): New options.
15710         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15711         (spam-list-of-statistical-checks, spam-registration-functions):
15712         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15713         (spam-bsfilter-score): New command.
15714         (spam-check-bsfilter-headers, spam-check-bsfilter)
15715         (spam-bsfilter-register-with-bsfilter)
15716         (spam-bsfilter-register-spam-routine)
15717         (spam-bsfilter-unregister-spam-routine)
15718         (spam-bsfilter-register-ham-routine)
15719         (spam-bsfilter-unregister-ham-routine): New functions.
15720         (spam-generic-score): Support bsfilter; Accept an optional argument
15721         to recalcurate spam score even if scoring header has already been
15722         added.
15723         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15724         optional argument to recalcurate spam score even if scoring header
15725         has already been added.
15726
15727 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15728
15729         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15730         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15731         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15732         link is missing.
15733
15734 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15735
15736         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15737         (html2text-get-attr): Rewrite.
15738
15739         * message.el (message-setup-1): Remove redundant put-text-property
15740         on mail-header-separator.
15741
15742 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15743
15744         * gnus-registry.el (gnus-registry-cache-whitespace)
15745         (gnus-registry-action, gnus-registry-spool-action)
15746         (gnus-registry-split-fancy-with-parent): Change message levels
15747         from 5 to 3 or 7, as needed.
15748
15749         * spam.el (spam-summary-prepare-exit)
15750         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15751         (spam-split, spam-find-spam, spam-log-undo-registration)
15752         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15753         level from 5 to 6.
15754
15755 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15756
15757         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15758         2004-03-04 change).
15759
15760 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15761
15762         * sieve-manage.el (sieve-manage-open):
15763         * nnweb.el (nnweb-insert-html):
15764         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15765         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15766         * nnspool.el (nnspool-request-group):
15767         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15768         * nnml.el (nnml-request-update-info):
15769         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15770         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15771         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15772         (nnimap-request-set-mark):
15773         * nnfolder.el (nnfolder-request-update-info):
15774         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15775         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15776         * gnus-uu.el (gnus-uu-find-articles-matching):
15777         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15778         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15779         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15780         * gnus-nocem.el (gnus-nocem-scan-groups):
15781         * gnus-int.el (gnus-start-news-server):
15782         * gnus-group.el (gnus-group-make-kiboze-group)
15783         (gnus-group-browse-foreign-server):
15784         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15785         Use mapc when appropriate.
15786
15787 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15788
15789         FIXME: Make separate entries for each person.
15790
15791         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15792         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15793         <shields@msrl.com>:
15794
15795         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15796         may need for spam sorting and scoring.
15797         (spam-user-format-function-S): Add user format function suitable for
15798         general use.
15799         (spam-article-sort-by-spam-status): Add sorting function for summary
15800         sorting.
15801         (spam-extra-header-to-number): Add function to get a score from a
15802         header.
15803         (spam-summary-score): Add function to get a numeric score from the
15804         headers.
15805         (spam-generic-score): Fix function doc, was in wrong place.
15806         (spam-initialize): Take symbols when it's run, and install the
15807         extra headers that spam-necessary-extra-headers thinks we need.
15808
15809 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15810
15811         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15812         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15813
15814 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15815
15816         * gnus-sum.el (gnus-set-global-variables)
15817         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15818         (gnus-article-get-xrefs, gnus-summary-best-group)
15819         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15820         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15821         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15822         Use with-current-buffer.
15823
15824 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15825
15826         * spam.el (spam-summary-prepare-exit): Simplify logic.
15827         (spam-fetch-article-header): Read the article header if it's not
15828         available.
15829         (spam-list-articles): Simplify logic.
15830         (spam-filelist-register-routine): Fix bug with unregister-list.
15831
15832         * gnus-registry.el: Fix comments at beginning.
15833
15834 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15835
15836         * message.el (message-cater-to-broken-inn): Remove.
15837         (message-shorten-references): Make sure the total folded length of
15838         References is shorter than 998 characters to cater to a bug in INN
15839         2.3.  Also, don't pretend that references aren't folded -- this
15840         hasn't worked for a while.
15841
15842 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15843
15844         * gnus-agent.el (gnus-agentize):
15845         gnus-agent-send-mail-real-function no longer set to current value
15846         of message-send-mail-function but rather a lambda that calls
15847         message-send-mail-function.  The change makes the agent real-time
15848         responsive to user changes to message-send-mail-function.
15849
15850 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15851
15852         * legacy-gnus-agent.el
15853         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15854         help from Florian Weimer <fw@deneb.enyo.de>
15855
15856 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * nnmail.el (nnmail-cache-insert): Revert last change.
15859
15860 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15861
15862         * nnmail.el (nnmail-cache-insert): Always check whether
15863         nnmail-cache-ignore-groups matches a group name.
15864
15865 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15866
15867         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15868         (spam-find-spam, spam-log-processing-to-registry)
15869         (spam-log-registered-p, spam-log-unregistration-needed-p)
15870         (spam-log-undo-registration): Use gnus-message instead of
15871         gnus-error, none of these errors are fatal.
15872
15873         * gnus-registry.el (gnus-registry-clean-empty-function)
15874         (gnus-registry-clean-empty): Remove only empty entries without
15875         extra data.
15876
15877 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15878
15879         * spam-stat.el (spam-stat-buffer-change-to-spam)
15880         (spam-stat-buffer-change-to-non-spam): Change (error) to
15881         (gnus-message 8) invocation.
15882
15883 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * nntp.el (nntp-via-netcat-command): New variable.
15886         (nntp-via-netcat-switches): New variable.
15887         (nntp-open-via-rlogin-and-netcat): New function.
15888         (nntp-open-connection-function): Doc fix.
15889         (nntp-telnet-command): Doc fix.
15890         (nntp-end-of-line): Doc fix.
15891         (nntp-via-rlogin-command): Doc fix.
15892         (nntp-via-user-name): Doc fix.
15893         (nntp-via-address): Doc fix.
15894
15895 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15898         error in Emacs 21.1.
15899
15900 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15901
15902         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15903
15904 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15905
15906         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15907         (gnus-agent-with-refreshed-group): New macro.
15908         (gnus-agent-rename-group): New function.
15909         (gnus-agent-delete-group): New function.
15910         (gnus-agent-save-group-info): Use gnus-command-method when
15911         `method' parameter is nil.  Don't write nil entries into the
15912         active file.
15913         (gnus-agent-get-group-info): New function.
15914         (gnus-agent-fetch-articles): Use
15915         gnus-agent-update-files-total-fetched-for to increment disk space
15916         used.
15917         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15918         gnus-agent-update-view-total-fetched-for to increment disk space
15919         used.
15920         (gnus-agent-get-local): Added optional parameters to avoid calling
15921         gnus-group-real-name and gnus-find-method-for-group.
15922         (gnus-agent-set-local): Delete stored entry if either min, or max,
15923         are nil.
15924         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15925         quit, use gnus-agent-regenerate-group to record existance of any
15926         articles fetched to disk before the quit occurred.
15927         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15928         gnus-agent-update-view-total-fetched-for, and
15929         gnus-agent-update-files-total-fetched-for to decrement disk space
15930         used.
15931         (gnus-agent-retrieve-headers): Use
15932         gnus-agent-update-view-total-fetched-for to increment disk space
15933         used.
15934         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15935         with gnus-agent-update-files-total-fetched-for to decrement disk
15936         space and fresh group buffer.
15937         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15938         (gnus-agent-need-update-total-fetched-for): New variable.
15939         (gnus-agent-update-files-total-fetched-for): New function.
15940         (gnus-agent-update-view-total-fetched-for): New function.
15941         (gnus-agent-total-fetched-for): New function.
15942
15943         * gnus-cache.el (gnus-cache-save-buffers): Use
15944         gnus-cache-update-overview-total-fetched-for to change disk space
15945         used by this group.
15946         (gnus-cache-possibly-enter-article): Use
15947         gnus-cache-update-file-total-fetched-for to increment disk space
15948         used by this group.
15949         (gnus-cache-possibly-remove-article): Use
15950         gnus-cache-update-file-total-fetched-for to decrement disk space
15951         used by this group.
15952         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15953         (gnus-cache-rename-group): New function.
15954         (gnus-cache-delete-group): New function.
15955         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15956         (gnus-cache-need-update-total-fetched-for): New variable.
15957         (gnus-cache-with-refreshed-group): New macro.
15958         (gnus-cache-update-file-total-fetched-for): New function.
15959         (gnus-cache-update-overview-total-fetched-for): New function.
15960         (gnus-cache-rename-group-total-fetched-for): New function.
15961         (gnus-cache-delete-group-total-fetched-for): New function.
15962         (gnus-cache-total-fetched-for): New function.
15963
15964         * gnus-group.el: Require gnus-sum and autoload functions to
15965         resolve warnings when gnus-group.el compiled alone.
15966         (gnus-group-line-format): Documented new %F.
15967         (size of Fetched data) group line format; identifies disk space
15968         used by agent and cache.
15969         (gnus-group-line-format-alist): Defined new F format.
15970         (gnus-total-fetched-for): New function.
15971         (gnus-group-delete-group): No longer update
15972         gnus-cache-active-altered as gnus-request-delete-group now keeps
15973         the cache in sync.
15974         (gnus-group-list-active): Let the agent store a server's active
15975         list if currently plugged.
15976
15977         * gnus-int.el (gnus-request-delete-group):
15978         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15979         local disk in sync with the server.
15980         (gnus-request-rename-group):
15981         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15982         local disk in sync with the server.
15983
15984         * gnus-start.el (gnus-get-unread-articles):
15985         Cosmetic simplification to logic.
15986
15987         * gnus-util.el (gnus-rename-file): New function.
15988
15989 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15990
15991         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15992
15993 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15994
15995         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15996         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15997
15998 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15999
16000         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
16001         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
16002
16003 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
16004
16005         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
16006
16007 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
16008
16009         * spam.el (spam-set-difference): Add function to replace
16010         gnus-set-difference in spam.el.
16011         (spam-summary-prepare-exit): Use spam-set-difference.
16012
16013 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16014
16015         * gnus-registry.el (gnus-registry-cache-file): Update to use
16016         gnus-dribble-directory OR gnus-home-directory OR ~.
16017         (gnus-registry-split-fancy-with-parent): Fix doc.
16018
16019 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * message.el (message-exchange-point-and-mark): Use
16022         message-mark-active-p.  Suggested by Jesper Harder
16023         <harder@ifa.au.dk>.
16024
16025 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16026
16027         * message.el (message-exchange-point-and-mark): Don't activate
16028         region if it was inactive.  Suggested by Hiroshi Fujishima
16029         <pooh@nature.tsukuba.ac.jp>.
16030
16031 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16032
16033         * gnus-art.el (article-display-face): Display Faces in the same
16034         order as X-Faces.
16035
16036 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16039
16040 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16041
16042         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16043         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16044         (gnus-article-mime-hierarchy): Remove.
16045         (gnus-article-mime-hierarchy-next): Remove.
16046         (gnus-article-mode): Revert 2004-03-19 change.
16047         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16048         (gnus-insert-mime-button): Revert 2004-03-19 change.
16049         (gnus-mime-accumulate-hierarchy): Remove.
16050         (gnus-mime-enter-multipart): Remove.
16051         (gnus-mime-leave-multipart): Remove.
16052         (gnus-mime-display-part): Revert 2004-03-19 change.
16053         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16054
16055         * mml.el (mml-preview): Revert 2004-03-19 change.
16056
16057 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16058
16059         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16060
16061 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16064         t while entering a file name using the mm-with-multibyte macro.
16065         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16066
16067         * mm-util.el (mm-with-multibyte): New macro.
16068
16069 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16070
16071         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16072         user option.
16073         (gnus-mime-multipart-functions): Doc and customization fix.
16074         (gnus-article-mime-hierarchy): New variable.
16075         (gnus-article-mime-hierarchy-next): New variable.
16076         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16077         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16078         gnus-article-mime-hierarchy-next to nil.
16079         (gnus-insert-mime-button): Show hierarchy numbers.
16080         (gnus-mime-accumulate-hierarchy): New function.
16081         (gnus-mime-enter-multipart): New function.
16082         (gnus-mime-leave-multipart): New function.
16083         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16084         (gnus-mime-display-alternative): Show hierarchy numbers.
16085
16086         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16087         gnus-article-mime-hierarchy-next to nil.
16088
16089 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16090
16091         * dns.el: Don't require gnus-xmas.
16092
16093 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16094
16095         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16096         inline PGP.
16097         (mml-menu): Disable mml-quote-region if mark is inactive.
16098
16099 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16100
16101         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16102         when the group's active is not available.
16103
16104 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16105
16106         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16107         error.
16108
16109 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16110
16111         * imap.el (imap-store-password): New variable.
16112         (imap-interactive-login): Use it.
16113         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16114
16115 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16116
16117         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16118         window-start and hscroll to summary window.
16119
16120 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16121
16122         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16123         conversion message to newsrc-dribble when an actual conversion is
16124         performed.
16125
16126 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16127
16128         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16129
16130 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16131
16132         * mm-decode.el (mm-complicated-handles): New function reviving
16133         former definition of mm-multiple-handles.
16134
16135         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16136         (gnus-mime-delete-part): Use it.
16137
16138 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16139
16140         * gnus-agent.el (gnus-agent-read-local): Bind
16141         nnheader-file-coding-system to gnus-agent-file-coding-system to
16142         avoid the implicit assumption that they will always be equal.
16143         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16144         coding-system-for-write, as the with-temp-file macro first prints
16145         to a buffer then saves the buffer.
16146
16147 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16148
16149         * gnus-art.el (gnus-article-edit-part): New function.
16150         (gnus-mime-save-part-and-strip): Use it; do query instead of
16151         signaling an error; don't use mm-multiple-handles.
16152         (gnus-mime-delete-part): Ditto.
16153
16154 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16155
16156         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16157         old file versions.
16158         (gnus-group-prepare-hook): Removed function that converted list
16159         form of gnus-agent-expire-days to group properties.
16160
16161         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16162         (gnus-request-accept-article): Re-indented.
16163
16164         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16165         converters to handle old agent file formats.  Added logic for a
16166         "backup before upgrading warning".
16167         (gnus-convert-mark-converter-prompt): Developers can mark
16168         functions as needing (default), or not needing,
16169         gnus-convert-old-newsrc's "backup before upgrading warning".
16170         (gnus-convert-converter-needs-prompt): Tests whether the user
16171         should be protected from potentially irreversable changes by the
16172         function.
16173
16174         * legacy-gnus-agent.el: New.  Provides converters that are only
16175         loaded when gnus-convert-old-newsrc needs to call them.
16176
16177 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16178
16179         * mail-source.el (mail-source-touch-pop): Doc fix.
16180
16181         * message.el (message-smtpmail-send-it): Doc fix.
16182
16183 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16184
16185         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16186
16187         * nnmail.el (nnmail-split-fancy): do.
16188
16189         * gnus-kill.el (gnus-kill, gnus-execute): do.
16190
16191 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16192
16193         * gnus-sum.el (gnus-widget-reversible-match)
16194         (gnus-widget-reversible-to-internal)
16195         (gnus-widget-reversible-to-external): New functions.
16196         (gnus-widget-reversible): New widget.
16197         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16198
16199 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16200
16201         * gnus-sum.el (gnus-thread-sort-functions)
16202         (gnus-article-sort-functions): Document `(not F)' items.
16203
16204 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16205
16206         * spam.el (spam-use-gmane-xref): Add new backend.
16207         (spam-gmane-xref-spam-group): Add variable to control the name of the
16208         Gmane spam group.
16209         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16210         (spam-regex-headers-spam, spam-regex-headers-ham)
16211         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16212         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16213         backends and checks.
16214         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16215
16216         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16217         an autodetect method.
16218
16219 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16220
16221         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16222         articles are being added to a group.
16223         (gnus-request-replace-article): Inform the agent that articles
16224         need to be uncached as the cached contents are no longer valid.
16225
16226 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * binhex.el: Don't autoload executable-find.
16229
16230         * canlock.el: Don't autoload mail-fetch-field.
16231
16232         * dgnushack.el: Autoload c-mode for XEmacs.
16233
16234         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16235
16236         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16237         rmail-dont-reply-to and rmail-output.
16238
16239         * gnus-score.el: Don't autoload ffap-string-at-point.
16240
16241         * gnus-setup.el: Don't autoload sc-cite-original.
16242
16243         * imap.el: Don't autoload base64-decode-string,
16244         base64-encode-string and md5.
16245
16246         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16247         and rmail-msg-restore-non-pruned-header.
16248
16249         * mm-decode.el: Don't autoload executable-find.
16250
16251         * mm-url.el: Don't autoload executable-find.
16252
16253         * mm-view.el: Don't autoload diff-mode.
16254
16255         * nndb.el: Don't autoload news-reply-mode, news-setup,
16256         cancel-timer and telnet.
16257
16258         * password.el: Don't autoload run-at-time for Emacs.
16259
16260         * sha1-el.el: Don't autoload executable-find.
16261
16262         * sieve-mode.el: Don't autoload c-mode.
16263
16264         * uudecode.el: Don't autoload executable-find.
16265
16266 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16267
16268         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16269         (gnus-agent-possibly-alter-active): Avoid null in numeric
16270         comparison.
16271         (gnus-agent-set-local): Refuse to save null in local object table.
16272         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16273         list of articles that will be marked as unread.
16274
16275 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16276
16277         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16278
16279 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16280
16281         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16282         language tags.
16283
16284 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16285
16286         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16287         Don't bind "obarray".
16288
16289         * gnus-sum.el (gnus-thread-sort-functions): Added
16290         `gnus-thread-sort-by-most-recent-number' and
16291         `gnus-thread-sort-by-most-recent-date'.
16292         Reported by Kai Grossjohann <kai@emptydomain.de>.
16293
16294 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16295
16296         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16297
16298 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16299
16300         * gnus-cus.el (gnus-agent-customize-category): Removed
16301         ignore-errors macro reference that required cl to be loaded at
16302         run-time.
16303
16304         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16305         single-interval range of the form (min . max).  Previously the
16306         range had to look like ((min . max)).  Likewise, return
16307         (min . max) rather than ((min . max)).
16308         (gnus-range-map): Use gnus-range-normalize to accept
16309         single-interval range.
16310
16311         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16312         the cache, but not the agent, now appear with their usual face.
16313
16314         * dgnushack.el (loaddir): New variable that is bound to the
16315         directory containing the dgnushack.el file. Use loaddir, rather
16316         than srcdir, to update load-path. Change lets dgnushack compile
16317         code in directories other than GNUS/lisp.
16318
16319 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16320
16321         * lpath.el: Don't bind w3m-safe-url-regexp.
16322
16323         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16324         w3m-safe-url-regexp variable buffer-local.
16325
16326         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16327
16328 2004-02-27  Simon Josefsson  <jas@extundo.com>
16329
16330         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16331         gnus-group-real-prefix.
16332         (gnus-summary-move-article): Use it, instead of
16333         gnus-group-real-prefix.
16334
16335 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16336
16337         * lpath.el: Bind w3m-safe-url-regexp.
16338
16339         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16340         w3m-safe-url-regexp variable buffer-local and set it as the value
16341         of mm-w3m-safe-url-regexp.
16342
16343         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16344
16345         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16346         parsing gnus-posting-styles when the message is not for replying.
16347
16348         * dgnushack.el: Autoload sgml-mode for XEmacs.
16349
16350         * nnrss.el (nnrss-opml-export): Use
16351         mm-set-buffer-file-coding-system instead of
16352         set-buffer-file-coding-system.
16353
16354 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16355
16356         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16357         of checkdoc.el).
16358         * nnrss.el: do.
16359         * gnus-mlspl.el: do.
16360         * gnus-ml.el: do.
16361         * gnus-srvr.el: do.
16362
16363         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16364
16365 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16366
16367         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16368         Corrections to custom-manual links.
16369
16370         * gnus-art.el (gnus-article): Ditto.
16371
16372         * mm-decode.el (mime-display, mime-security): Ditto.
16373
16374 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16375
16376         * flow-fill.el: Typo.
16377
16378 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16379
16380         * spam-wash.el: New file.
16381
16382 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16383
16384         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16385
16386 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16387
16388         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16389         to be run with new-articles as LIST1, not LIST2.
16390         (spam-registration-functions): Add spam-use-ham-copy as a nil
16391         registration backend.
16392
16393 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16394
16395         * spam-stat.el (spam-stat-washing-hook): New option.
16396         (spam-stat-buffer-words): Use it.
16397         (spam-stat-process-directory, spam-stat-test-directory): Use
16398         insert-file-contents-literally.
16399         (spam-stat-coding-system): New variable.
16400         (spam-stat-load, spam-stat-save): Use it.
16401
16402 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16403
16404         * spam-report.el (spam-report-plug-agent): Quote
16405         spam-report-url-to-file and spam-report-url-ping-plain.
16406
16407 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16408
16409         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16410         / in mailto URLs.
16411
16412 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16413
16414         * spam-report.el (spam-report-process-queue): Fix interactive use.
16415         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16416         (spam-report-unplug-agent): Doc fixes.
16417         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16418         (spam-report-agentize, spam-report-deagentize): Autoload.
16419
16420 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16421
16422         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16423
16424         * message.el (message-setup-fill-variables): Add mml tags to
16425         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16426         <ajk@iu.edu>.
16427         (message-mode): Don't modify paragraph-separate there.
16428
16429 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * compface.el (uncompface-use-external): Default to undecided.
16432         (uncompface-use-external-threshold): New variable.
16433         (uncompface-float-time): New macro.
16434         (uncompface): Determine whether to use the external decoder if
16435         uncompface-use-external is undecided.
16436
16437 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16438
16439         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16440         after images.
16441
16442         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16443
16444 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16445
16446         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16447
16448         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16449
16450         * gnus-sum.el (gnus-summary-limit-to-age)
16451         (gnus-summary-limit-children): do.
16452
16453         * gnus-int.el (gnus-request-scan): do.
16454
16455         * gnus-group.el (gnus-group-suspend): do.
16456
16457         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16458
16459         * gnus-cite.el (gnus-cite-parse-attributions): do.
16460
16461         * gnus-agent.el (gnus-summary-set-agent-mark)
16462         (gnus-agent-regenerate-group): do.
16463
16464         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16465
16466         * binhex.el (binhex-decode-region-internal): do.
16467
16468 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16469
16470         * gnus-fun.el (gnus-face-properties-alist): New user option.
16471         (gnus-display-x-face-in-from): Use it.
16472
16473         * gnus-art.el (article-display-face): Ditto.
16474
16475         * compface.el (uncompface-use-external): Default to nil.
16476
16477 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16478
16479         * nntp.el (nntp-erase-buffer): New function.
16480         (nntp-retrieve-data, nntp-send-command)
16481         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16482         (nntp-possibly-change-group): Use it.
16483
16484         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16485         with-current-buffer.
16486
16487 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16488
16489         * compface.el: Merge the ELisp-based uncompface program.
16490         (compface): New customization group.
16491         (uncompface-use-external): New user option.
16492         (uncompface): Call uncompface-internal if uncompface-use-external
16493         is nil.
16494         (uncompface-internal): New function.  Note that there are also
16495         some other functions and variables added for this function.
16496
16497 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16498
16499         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16500         if necessary.
16501
16502 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16503
16504         * spam-report.el (spam-report-unplug-agent)
16505         (spam-report-plug-agent, spam-report-deagentize)
16506         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16507         Add support for the Agent in spam-report: when unplugged, report to a
16508         file; when plugged, submit all the requests.
16509
16510         * spam.el (spam-register-routine): Fix message about
16511         registration.
16512
16513 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16514
16515         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16516         dependencies.
16517         (rfc2047-encode): Use it.
16518
16519         * gnus-art.el (gnus-button-marker-list): Move before first
16520         reference.
16521
16522         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16523         (imap-parse-body): Fix format string mismatch.
16524
16525         * gnus-score.el (gnus-summary-increase-score): do.
16526
16527         * nnrss.el (nnrss-close): New function.
16528
16529 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16530
16531         * nnrss.el (nnrss-make-filename): New function.
16532         (nnrss-request-delete-group, nnrss-read-server-data)
16533         (nnrss-save-server-data, nnrss-read-group-data)
16534         (nnrss-save-group-data): Use it.
16535         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16536         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16537         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16538
16539 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16540
16541         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16542
16543 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16544
16545         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16546         files.
16547
16548         * message.el (message-generate-headers-first): Don't quote nil
16549         and t in docstrings.
16550
16551         * imap.el (imap-id): do.
16552
16553         * gnus-agent.el (gnus-agent-consider-all-articles)
16554         (gnus-agent-queue-mail): do.
16555
16556 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16557
16558         * spam-report.el (spam-report-process-queue): New function.
16559         Process requests from `spam-report-requests-file'.
16560         (spam-report-process-queue): Doc fix.
16561
16562 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16563
16564         * spam.el (spam-register-routine)
16565         (spam-log-processing-to-registry, spam-log-registered-p)
16566         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16567         Change "check" to "spam-check" for semi-clarity.
16568
16569 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16570
16571         * pop3.el: Require nnheader.
16572
16573         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16574
16575         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16576
16577         * gnus-picon.el: Require cl.
16578
16579         * gnus-fun.el: Require gnus-ems and gnus-util.
16580
16581         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16582
16583         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16584
16585         * gnus-art.el (gnus-article-edit-mode): Define before first
16586         reference.
16587
16588 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16589
16590         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16591         (gnus-uu-post-encoded): Use point-at-bol.
16592
16593         * gnus-topic.el (gnus-group-active-topic-p): do.
16594
16595         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16596
16597         * gnus-group.el (gnus-group-kill-region): do.
16598
16599         * gnus-art.el (article-date-ut): do.
16600
16601         * message.el (message-fetch-field): Remove redundant
16602         case-fold-search binding.
16603         (message-narrow-to-field): Simplify.
16604
16605 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16606
16607         * spam.el (spam-directory): Derive from `gnus-directory'.
16608
16609         * spam-report.el (spam-report-url-to-file)
16610         (spam-report-requests-file): New function and variable for offline
16611         reporting.
16612         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16613         and user defined function.
16614         (spam-report-url-ping-mm-url): Remove doubled slash.
16615
16616 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16617
16618         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16619
16620 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16621
16622         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16623         format string mismatch.
16624
16625         * sieve.el (sieve-deactivate-all): do.
16626
16627         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16628
16629         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16630
16631         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16632
16633         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16634
16635 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16636
16637         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16638         the list of checks.
16639
16640 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16641
16642         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16643         padding.
16644
16645 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16646
16647         * mm-view.el (mm-fill-flowed): New variable.
16648         (mm-inline-text): Use it.
16649
16650 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16651
16652         * spam.el (spam-spamassassin-register-ham-routine)
16653         (spam-spamassassin-register-spam-routine): Fix function names.
16654
16655 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * gnus.el (gnus-tmp-grouplens): Remove.
16658         (gnus-summary-line-format): Remove grouplens.
16659
16660         * gnus-group.el (gnus-group-line-format): Ditto.
16661
16662         * gnus-spec.el (gnus-format-specs): Ditto.
16663         (gnus-update-format-specifications): Flush the group format spec
16664         cache if there's the grouplens stuff.
16665         (gnus-parse-simple-format): Replace %l with the empty string.
16666
16667 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16668
16669         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16670         omission.
16671
16672 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16673
16674         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16675         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16676
16677 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16678
16679         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16680         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16681         New macros and functions.
16682         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16683         Handle > NLINK_MAX messages.
16684         * nnmaildir.el (nnmaildir-request-set-mark): Use
16685         nnmaildir--emlink-p and nnmaildir--eexist-p.
16686
16687 2004-01-25  Alex Schroeder  <alex@gnu.org>
16688
16689         * spam-stat.el (spam-stat-process-directory-age): New option.
16690         (spam-stat-process-directory): Use it.
16691
16692 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16693
16694         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16695         (spam-stat-save): Accept prefix argument.
16696
16697 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16698
16699         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16700         links" error.
16701
16702 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16703
16704         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16705         the rest of the and/or forms.
16706
16707 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16708
16709         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16710         compatibility with old .newsrc.eld files.
16711
16712         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16713
16714         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16715
16716         * gnus-start.el (gnus-1): do.
16717
16718         * gnus-group.el (gnus-group-line-format-alist): do.
16719
16720         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16721
16722         * gnus-gl.el: Remove.
16723
16724 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16725
16726         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16727         marks consisting of a single range {for example, (3 . 5)} rather
16728         than a list of a single range { ((3 . 5)) }.
16729
16730 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16731
16732         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16733         with-current-buffer.
16734         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16735         avoid consing a string.
16736
16737         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16738         Remove obsolete entries for big5 and gb2312.
16739
16740 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16741
16742         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16743         uncompressed list.
16744
16745 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16746
16747         * spam-stat.el (spam-stat-strip-xref): New function.
16748         (spam-stat-process-directory): Use it.
16749
16750         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16751         here -- it's done in message-fetch-field.
16752
16753 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16754
16755         * gnus-agent.el (gnus-agent-queue-mail)
16756         (gnus-agent-prompt-send-queue): New variables.
16757         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16758         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16759         "nndraft:queue" along to gnus-draft-send.  Use
16760         gnus-agent-prompt-send-queue.
16761         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16762         is "nndraft:queue".  Suggested by Gaute Strokkenes
16763         <gs234@srcf.ucam.org>
16764
16765         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16766         (agent-enable-undownloaded-faces): Added.
16767         (gnus-agent-cat-groups): Use eval-and-compile, not
16768         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16769         method of gnus-agent-cat-groups even when the buffer has been
16770         evaled.
16771         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16772         delete gnus-agent-save-active-1.
16773         (gnus-agent-save-groups): Deleted.  Identical to
16774         gnus-agent-save-active.
16775         (gnus-agent-write-active): No longer adjust agent's copy of active
16776         file as agent's adjustments are now stored in their own
16777         file.  Removed optional parameter.
16778         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16779         servers.  Add use of min/max range limits from server's local
16780         file.
16781         (gnus-agent-save-alist): Removed unused optional argument.
16782         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16783         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16784         (gnus-agent-set-local): A per-server file that keeps min/max range
16785         limits for articles known to the agent.  Provides a fast mechanism
16786         for altering many active ranges.
16787         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16788         active file (local makes it unnecessary).
16789         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16790
16791         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16792         (agent-enable-undownloaded-faces): Added.
16793
16794         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16795         disable it when sending to "nndraft:queue".
16796         (gnus-group-send-queue): Add safety check to avoid sending queue
16797         when unplugged.
16798
16799         * gnus-group.el (gnus-group-catchup): Use new
16800         gnus-sequence-of-unread-articles, not
16801         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16802         numbers of articles.  Use gnus-range-map to avoid having to
16803         uncompress the unread list.
16804         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16805         Fixed invalid ange-ftp reference.
16806
16807         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16808         (gnus-sorted-range-intersection): Intersection of two ranges
16809         without requiring that they first be uncompressed.
16810
16811         * gnus-start.el (gnus-activate-group): Unless blocked by the
16812         caller, possibly expand the active range to include both cached
16813         and agentized articles.
16814         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16815         multiple version-dependent converters.
16816         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16817         gnus-agent-save-active.
16818         (gnus-save-newsrc-file): Save dirty agent range limits.
16819
16820         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16821         gnus-agent-possibly-alter-active.
16822         (gnus-adjust-marked-articles): Faster handling of simple lists.
16823
16824 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16825
16826         * spam-stat.el (spam-stat-test-directory): New optional argument
16827         displays a list of files detected.  Suggested by Andrew Cohen
16828         <cohen@andy.bu.edu>.
16829         (spam-stat-buffer-words-with-scores): Don't narrow and change
16830         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16831
16832 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16833
16834         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16835         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16836         (spam-spamassassin-arguments)
16837         (spam-spamassassin-spam-flag-header)
16838         (spam-spamassassin-positive-spam-flag-header)
16839         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16840         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16841         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16842         (spam-list-of-processors, spam-list-of-checks)
16843         (spam-list-of-statistical-checks, spam-registration-functions)
16844         (spam-check-spamassassin-headers, spam-check-spamassassin)
16845         (spam-spamassassin-score)
16846         (spam-spamassassin-register-with-sa-learn)
16847         (spam-spamassassin-register-spam-routine)
16848         (spam-spamassassin-register-ham-routine)
16849         (spam-assassin-register-spam-routine)
16850         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16851         (spam-bogofilter-score): Fix to show article before scoring.
16852
16853 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16854
16855         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16856         default scoring function.
16857         (spam-generic-score): Call spam-spamassassin-score if
16858         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16859         spam-bogofilter-score otherwise.
16860
16861         * gnus.el (spam-process, spam-autodetect-methods): Add
16862         spamassassin and spamassassin-headers.
16863
16864 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16865
16866         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16867         Suppress unnecessary messages.
16868
16869 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16870
16871         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16872         make-hash-table.
16873
16874 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16875
16876         * canlock.el (base64-encode-string): Don't autoload it.
16877
16878 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16879
16880         * run-at-time.el: Remove useless (require 'itimer),
16881         eval-and-compile and (featurep 'xemacs).
16882
16883 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16884
16885         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16886         GROUP is a virtual group.
16887
16888 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16889
16890         * gnus.el: Autoload `message-y-or-n-p'.
16891
16892 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16893
16894         * pgg-parse.el: Remove unnecessary (require 'custom).
16895
16896         * pgg-def.el: do.
16897
16898         * nnmail.el: do.
16899
16900         * gnus-undo.el: do.
16901
16902         * gnus-picon.el: do.
16903
16904         * gnus-util.el: do.
16905
16906 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16907
16908         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16909
16910 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16911
16912         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16913         handle, as well as a list.
16914
16915         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16916         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16917         (mm-w3m-cid-retrieve): Simplify.
16918
16919 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16920
16921         * message.el (message-kill-to-signature): Allow prefix arg to
16922         specify number of lines to keep before signature.
16923
16924 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16925
16926         * message.el (message-kill-to-signature): Change docstring.
16927
16928 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * canlock.el: Always require sha1-el.
16931         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16932
16933         * message.el: Autoload sha1 only when compiling.
16934
16935         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16936         eudc-expand-inline for XEmacs.
16937
16938 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16939
16940         * message.el (message-canlock-generate): Require sha1-el.
16941
16942 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16943
16944         * message.el (message-expand-name): Silence the byte compiler.
16945
16946         * lpath.el: Add detect-coding-system.
16947
16948         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16949         cus-edit.
16950
16951 2004-01-13  Simon Josefsson  <jas@extundo.com>
16952
16953         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16954         Invoke gnus-score-mode.  Reported by
16955         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16956
16957         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16958         Jim Blandy <jimb@redhat.com> (tiny change).
16959
16960 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16961
16962         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16963
16964 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16965
16966         * spam.el (spam-get-article-as-string): Update to use
16967         gnus-request-article-this-buffer, much simpler.
16968         (spam-get-article-as-buffer): Remove.
16969
16970 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16971
16972         * message.el (message-expand-name): Use EUDC if the user uses that.
16973
16974 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16975
16976         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16977         character for the encoding to avoid consing a string.
16978
16979         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16980         unnecessarily.
16981
16982         * mm-util.el (mm-replace-chars-in-string): Remove.
16983
16984         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16985         of mm-replace-chars-in-string.
16986
16987 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16988
16989         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16990
16991         * mm-util.el (mm-subst-char-in-string): Support inplace.
16992
16993         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16994         a new string in every iteration.  Use shy groups.
16995
16996 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16997
16998         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16999         * gnus-soup.el (gnus-soup-group-brew):
17000         * gnus-msg.el (gnus-put-message):
17001         * gnus-move.el (gnus-group-move-group-to-server):
17002         * gnus-kill.el (gnus-batch-score):
17003         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
17004         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
17005         (gnus-group-update-group, gnus-group-read-group)
17006         (gnus-group-make-group, gnus-group-make-help-group)
17007         (gnus-group-make-archive-group, gnus-group-make-directory-group)
17008         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
17009         (gnus-group-sort-by-unread, gnus-group-catchup)
17010         (gnus-group-unsubscribe-group, gnus-group-kill-group)
17011         (gnus-group-yank-group, gnus-group-set-info)
17012         (gnus-group-list-groups):
17013         * gnus.el (gnus-generate-new-group-name):
17014         * gnus-delay.el (gnus-delay-send-queue):
17015         * nnvirtual.el (nnvirtual-catchup-group):
17016         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17017         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17018         (gnus-group-prepare-topics, gnus-topic-check-topology):
17019         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17020         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17021         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17022         (gnus-group-make-articles-read):
17023         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17024         (gnus-group-change-level, gnus-kill-newsgroup)
17025         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17026         (gnus-get-unread-articles, gnus-make-articles-unread)
17027         (gnus-make-ascending-articles-unread): Use accessor
17028         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17029         to get group information for improved readability.
17030
17031
17032 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17033
17034         * gnus-art.el (article-decode-mime-words, article-babel)
17035         (gnus-article-highlight-signature, gnus-article-add-buttons)
17036         (gnus-signature-toggle): Use gnus-with-article-buffer.
17037
17038         * gnus-art.el (gnus-article-highlight-headers)
17039         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17040
17041         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17042         (gnus-article-set-globals, gnus-request-article-this-buffer)
17043         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17044         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17045         (gnus-mime-display-alternative): Use with-current-buffer.
17046
17047 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17048
17049         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17050         also under 80 char limit, and call gnus-error if needed.
17051         (spam-fetch-article-header): Fix - it was a
17052         buffer-local variable (gnus-newsgroup-data).
17053         (spam-find-spam): Use spam-generate-fake-headers, forget about
17054         spam-insert-fake-headers.
17055         (spam-insert-fake-headers): Remove.
17056
17057 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17058
17059         * deuglify.el (gnus-article-outlook-unwrap-lines)
17060         (gnus-outlook-rearrange-article)
17061         (gnus-outlook-repair-attribution-outlook)
17062         (gnus-outlook-repair-attribution-block)
17063         (gnus-outlook-repair-attribution-other): Remove redundant
17064         save-excursion.
17065
17066 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17067
17068         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17069         (spam-fetch-field-subject-fast)
17070         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17071         (spam-fetch-article-header): Add functions to deal with Gnus
17072         internals for fast retrieval of article header data.
17073         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17074
17075 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17076
17077         * pop3.el (pop3-md5): Remove.
17078         (pop3-apop): Replace pop3-md5 with md5.
17079
17080         * mm-bodies.el: base64 is always built-in.
17081
17082         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17083         with-current-buffer.
17084
17085 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17086
17087         * canlock.el (canlock-insert-header): Remove excessive grouping in
17088         regexp.
17089
17090         * gnus-sum.el (gnus-summary-read-document): Ditto.
17091
17092         * gnus-uu.el (gnus-uu-part-number): Ditto.
17093
17094         * html2text.el (html2text-remove-tags): Ditto.
17095         (html2text-format-tags): Ditto.
17096         (html2text-format-single-elements): Ditto.
17097
17098         * mml.el (mml-parse-1): Ditto.
17099
17100 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17101
17102         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17103
17104         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17105
17106         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17107
17108         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17109
17110 2003-11-15  Simon Josefsson  <jas@extundo.com>
17111
17112         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17113         (pgg-gpg-lookup-key): Use regexp match instead of
17114         split-string (split-string is different between emacs 21.2 and
17115         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17116
17117 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17118
17119         * gnus-art.el (gnus-mime-view-all-parts)
17120         (gnus-article-part-wrapper, gnus-article-view-part): Use
17121         with-current-buffer.
17122
17123 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17124
17125         * spam.el (spam-disable-spam-split-during-ham-respool)
17126         (spam-spamoracle-database, spam-cache-lookups)
17127         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17128         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17129         (spam-group-ham-marks, spam-group-spam-marks)
17130         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17131         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17132         also add spam-use-blackholes to the statistical checks.
17133         (spam-fetch-field-fast): Add interface to fetching fields, may
17134         become a macro.
17135         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17136         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17137         (spam-insert-fake-headers): Fake an article when needed.
17138         (spam-find-spam): Fake article when possible.
17139         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17140         (spam-check-bogofilter-headers): Use message-fetch-field instead
17141         of nnmail-fetch-field.
17142
17143 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17144
17145         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17146
17147 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17148
17149         * spam.el (spam-split): Do not require spam-use-CHECK to be
17150         enabled if that check is passed to spam-split explicitly; also
17151         fix so 'spam doesn't get converted to spam-split-group when
17152         spam-split-symbolic-return is t.
17153         (spam-find-spam): Find registrations of the article and use those
17154         instead of re-running spam-split to find the spam/ham
17155         classification of the article.
17156         (spam-log-processing-to-registry, spam-log-registered-p)
17157         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17158         Use gnus-error instead of gnus-message.
17159         (spam-log-registration-type): Add function to determine the
17160         classification of a message based on registry entries; will
17161         return nil if both 'spam and 'ham are found.
17162         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17163         a reasonably fast local cache without the loading errors.
17164         (spam-cache-lookups): Set to t by default.
17165         (spam-find-spam): Don't try to guess spam-cache-lookups.
17166         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17167         spam-caches entry.
17168         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17169         caching of whitelist/blacklist entries.
17170         (spam-check-whitelist, spam-check-blacklist): Invoke
17171         spam-from-listed-p with a type, not a cache variable.
17172         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17173
17174 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17175
17176         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17177
17178         * nnmail.el (nnmail-split-fancy): do.
17179
17180         * mml.el (mml-parse): do.
17181
17182         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17183         (gnus-score-adaptive): do.
17184
17185 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17188         (gnus-mime-button-map): Don't set keymap parent.
17189         (gnus-button-ctan-directory-regexp): Use shy grouping.
17190         (gnus-prev-page-map): Don't set keymap parent.
17191         (gnus-prev-page-map): Remove duplicated one.
17192         (gnus-next-page-map): Don't set keymap parent.
17193         (gnus-mime-security-button-map): Ditto.
17194
17195         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17196         version number.
17197
17198         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17199
17200 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17201
17202         * canlock.el (canlock-sha1-function): Remove.
17203         (canlock-sha1-function-for-verify): Remove.
17204         (canlock-openssl-program): Remove.
17205         (canlock-openssl-args): Remove.
17206         (canlock-ignore-errors): Remove.
17207         (canlock-sha1-with-openssl): Remove.
17208         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17209         (canlock-verify): Don't use canlock-ignore-errors.
17210
17211         * sha1-el.el (sha1-string-external): Make it can return a string
17212         in binary form.
17213         (sha1-region-external): Ditto.
17214         (sha1-string-internal): Ditto.
17215         (sha1-region-internal): Ditto.
17216         (sha1-region): Ditto.
17217         (sha1-string): Ditto.
17218         (sha1): Ditto.
17219
17220 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17221
17222         * spam.el (spam-report-articles-gmane): New command.
17223
17224 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17225
17226         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17227
17228         * run-at-time.el (run-at-time-saved): Remove.
17229         (run-at-time): Doc fix.
17230
17231 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17232
17233         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17234         (gnus-summary-limit-map): Add it.
17235         (gnus-summary-make-menu-bar): do.
17236
17237 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17238
17239         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17240         Make attempt at some caching support (done for BBDB only now).
17241         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17242         addresses to be checked.
17243         (spam-clear-cache-BBDB): Add function, to be invoked by
17244         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17245         (spam-check-BBDB): Check and use the caches, if
17246         spam-cache-lookups is on, remove superfluous (provide).
17247
17248 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17249
17250         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17251
17252 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17253
17254         * run-at-time.el (run-at-time-saved): Move to after the definition
17255         of `run-at-time'.
17256
17257         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17258
17259 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17260
17261         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17262         mm-w3m-local-map-property.
17263
17264         * mm-view.el (mm-w3m-mode-map): Remove.
17265         (mm-w3m-local-map-property): Remove.
17266         (mm-inline-text-html-render-with-w3m): Don't use
17267         mm-w3m-local-map-property.
17268
17269 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17270
17271         * run-at-time.el: New file.
17272
17273         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17274         under Emacs.
17275
17276         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17277         of gnus-set-text-properties.
17278
17279         * gnus-uu.el (gnus-uu-save-article): Ditto.
17280
17281         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17282
17283         * gnus-cite.el (gnus-cite-parse): Ditto.
17284
17285         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17286         of gnus-.
17287
17288         * gnus-xmas.el (run-at-time): Require run-at-time.
17289
17290         * gnus.el: Changed calls to nnheader-run-at-time and
17291         password-run-at-time throughout to use run-at-time directly.
17292
17293         * password.el: Removed definition of run-at-time.
17294
17295         * nnheaderxm.el: Remove definition of run-at-time.
17296
17297 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17298
17299         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17300         in prompt.
17301
17302 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17303
17304         * messagexmas.el (message-xmas-redefine): Alias
17305         `message-make-caesar-translation-table' to
17306         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17307         version.
17308
17309         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17310         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17311         `gnus-xmas-set-text-properties'.
17312         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17313         `gnus-xmas-completing-read'.
17314         (gnus-xmas-completing-read): Removed.
17315         (gnus-xmas-open-network-stream): Removed.
17316
17317         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17318         XEmacs version.
17319
17320         * dns.el (dns-make-network-process): Use `open-network-stream'
17321         instead of `gnus-xmas-open-network-stream'.
17322
17323         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17324
17325         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17326
17327 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17328
17329         * gnus-art.el (gnus-mime-display-alternative)
17330         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17331         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17332         Don't use gnus-local-map-property.
17333
17334         * gnus-util.el (gnus-local-map-property): Remove.
17335
17336         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17337         gnus-completing-read-maybe-default with completing-read.
17338
17339         * gnus-util.el (gnus-completing-read): do.
17340         (gnus-completing-read-maybe-default): Remove.
17341
17342 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17343
17344         * password.el: Only autoload `run-at-time' if not XEmacs.
17345         Only autoload the itimer functions if XEmacs.
17346
17347 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17350         XEmacsen.
17351
17352         * dgnushack.el: Autoload executable-find for XEmacs.
17353
17354 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17355
17356         * gnus-art.el (gnus-read-string): Remove.
17357         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17358         read-string.
17359
17360 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17361
17362         * netrc.el: Autoload password-read.
17363         (netrc): Add configuration group.
17364         (netrc-encoding-method, netrc-openssl-path): Add
17365         variables for encoding and decoding of files with symmetric
17366         ciphers.
17367         (netrc-encode): Add assistant function to encode a file with
17368         netrc-encoding-method.
17369         (netrc-parse): Add interactive parameter, added optional
17370         decoding if netrc-encoding-method is non-nil but otherwise
17371         behavior is standard.
17372         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17373         Do s/encode/encrypt/ everywhere.
17374
17375         * spam.el: Remove executable-find autoload.
17376
17377 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17378
17379         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17380
17381         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17382
17383 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17384
17385         * gnus-art.el (gnus-treat-ansi-sequences)
17386         (article-treat-ansi-sequences): New variable and function.
17387         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17388
17389         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17390         Use it.
17391
17392 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17393
17394         * mm-util.el (mm-quote-arg): Remove.
17395
17396         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17397         shell-quote-argument.
17398
17399         * gnus-uu.el (gnus-uu-command): do.
17400
17401         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17402
17403         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17404         with make-char.
17405
17406         * mm-util.el (mm-make-char): Remove.
17407
17408         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17409         add-minor-mode.
17410
17411         * gnus-undo.el (gnus-undo-mode): do.
17412
17413         * gnus-topic.el (gnus-topic-mode): do.
17414
17415         * gnus-sum.el (gnus-dead-summary-mode): do.
17416
17417         * gnus-start.el (gnus-slave-mode): do.
17418
17419         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17420
17421         * gnus-ml.el (gnus-mailing-list-mode): do.
17422
17423         * gnus-gl.el (gnus-grouplens-mode): do.
17424
17425         * gnus-draft.el (gnus-draft-mode): do.
17426
17427         * gnus-dired.el (gnus-dired-mode): do.
17428
17429         * gnus-ems.el (gnus-add-minor-mode): Remove.
17430
17431         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17432         Replace gnus-char-width with char-width.
17433
17434         * gnus-ems.el (gnus-char-width): Remove.
17435
17436         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17437         Replace gnus-char-width with char-width.
17438
17439         * gnus-ems.el (gnus-char-width): Remove.
17440
17441         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17442         definition.
17443         Remove Emacs 20 hash table compatibility code.
17444
17445         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17446         20 compatibility code.
17447
17448         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17449
17450         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17451
17452         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17453         with point-at-{eol,bol}.
17454
17455         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17456
17457         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17458
17459         * flow-fill.el (fill-flowed-point-at-bol)
17460         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17461
17462         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17463         Replace with point-at-{eol,bol} throughout all files.
17464
17465 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * ntlm.el (ntlm-string-as-unibyte): New macro.
17468         (ntlm-build-auth-response): Use it.
17469
17470         Remove Emacs 20 stuff:
17471         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17472         (butlast, mapc, remove): Remove the compiler macros.
17473         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17474         of delq and copy-sequence.
17475         * gnus-art.el (popup-menu): Remove the compiler macro.
17476         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17477         Emacs 20.
17478
17479 2004-01-05  Simon Josefsson  <jas@extundo.com>
17480
17481         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17482         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17483         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17484         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17485         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17486         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17487         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17488         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17489         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17490         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17491         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17492         string-xor into ntlm-string-xor.  Suggested by
17493         Jesper Harder <harder@myrealbox.com>.
17494
17495         * ntlm.el: Don't include poem.
17496
17497         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17498         Jesper Harder <harder@myrealbox.com>.
17499
17500         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17501
17502         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17503         probably breaks emacs with DL patch, but do we care? Is anyone
17504         still using the DL stuff?)
17505
17506         * sieve-manage.el: Use the password package.
17507         (sieve-manage-read-passwd): Remove.
17508         (sieve-manage-interactive-login): Use password.  Re-add
17509         condition-case around loop.
17510
17511         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17512         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17513         the password package.
17514
17515 2003-02-19  Simon Josefsson  <jas@extundo.com>
17516
17517         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17518         token.
17519
17520 2002-08-07  Simon Josefsson  <jas@extundo.com>
17521
17522         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17523         (sieve-manage-authenticators):
17524         (sieve-manage-authenticator-alist): Add some SASL mechs.
17525         (sieve-sasl-auth): New function.
17526         (sieve-manage-cram-md5-auth):
17527         (sieve-manage-plain-auth): Rewrite using SASL library.
17528         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17529         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17530         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17531         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17532
17533 2004-01-05  Simon Josefsson  <jas@extundo.com>
17534
17535         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17536         New files.
17537
17538 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17539
17540         * gnus-group.el (gnus-no-groups-message): Update.
17541
17542         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17543
17544 2003-11-09  Simon Josefsson  <jas@extundo.com>
17545
17546         * imap.el: Support for ID IMAP extension (RFC 2971).
17547         (imap-local-variables): Add imap-id.
17548         (imap-id): New variable.
17549         (imap-id): New function.
17550         (imap-parse-response): Parse untagged ID response.
17551         * nnimap.el (nnimap-id): New variable.
17552         (nnimap-open-connection): Use it.
17553
17554 2003-12-28  Simon Josefsson  <jas@extundo.com>
17555
17556         * gnus-score.el (gnus-score-edit-all-score): New.
17557         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17558
17559 2004-01-04  Simon Josefsson  <jas@extundo.com>
17560
17561         * password.el: Add.
17562
17563 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17564
17565         * dns.el (dns-query-types): Fix typo.
17566         (dns-query-types): New function.
17567         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17568         PTR and SOA replies, see RFC 1035.
17569
17570 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17571
17572         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17573
17574         * Moved to Changelog.2.
17575
17576 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17577
17578         * gnus.el (gnus-version-number): Bump version.
17579
17580 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17581
17582         * gnus.el: No Gnus v0.1 is released.
17583
17584 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17585
17586         * gnus.el: No Gnus v0.0 is released.
17587
17588 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17589
17590         * gnus.el (gnus-version-number): Bump.
17591         (gnus-version): No.
17592
17593 See ChangeLog.2 for earlier changes.
17594
17595     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17596       Free Software Foundation, Inc.
17597
17598   This file is part of GNU Emacs.
17599
17600   GNU Emacs is free software: you can redistribute it and/or modify
17601   it under the terms of the GNU General Public License as published by
17602   the Free Software Foundation, either version 3 of the License, or
17603   (at your option) any later version.
17604
17605   GNU Emacs is distributed in the hope that it will be useful,
17606   but WITHOUT ANY WARRANTY; without even the implied warranty of
17607   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17608   GNU General Public License for more details.
17609
17610   You should have received a copy of the GNU General Public License
17611   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17612
17613 ;; Local Variables:
17614 ;; coding: utf-8
17615 ;; fill-column: 79
17616 ;; add-log-time-zone-rule: t
17617 ;; End: