Drop Emacs 21 code; drop Emacs 20 compat cruft.
[gnus] / lisp / ChangeLog
1 2010-10-03  Glenn Morris  <rgm@gnu.org>
2
3         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
4
5         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6
7         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8
9         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
10
11         * gnus-util.el (gnus-make-local-hook): Simplify.
12
13 2010-10-02  Julien Danjou  <julien@danjou.info>
14
15         * gnus-util.el (gnus-iswitchb-completing-read): New function.
16         (gnus-ido-completing-read): New function.
17         (gnus-emacs-completing-read): New function.
18         (gnus-completing-read): Use gnus-completing-read-function.
19         Add gnus-completing-read-function.
20
21 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22
23         * shr.el (shr-insert-document): Autoload.
24         (shr-img): Be silent.
25         (shr-insert): Add a newline after every picture before text.
26         (shr-add-font): Use overlays for combining faces.
27         (shr-insert): Pass upwards the text start point.
28
29         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
30         possible.
31         (mm-shr): New function.
32
33 2010-10-02  Julien Danjou  <julien@danjou.info>
34
35         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
36         should go backward.
37
38 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
39
40         * shr.el (shr): Fix typo in provide call.
41
42 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * shr.el: New file.
45
46         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
47
48         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
49         completing read.
50
51 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
54         we're being queried about.  Suggested by Dan Jacobson.
55
56         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
57         by Jason Eisner.
58
59         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
60         table, too.  Suggested by Stefan Wiens.
61         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
62         the table unnecessary.  Suggested by Stefan Wiens.
63
64         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
65         longer needed, and probably doesn't work either, as pointed out by
66         Stefan Wiens.
67         (gnus-summary-exit): Remove call to the clearing function.
68         (gnus-summary-exit-no-update): Ditto.
69
70         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
71         instead of gnus-eval-in-buffer-window to avoid popping up frames.
72         Reported by Stefan Monnier.
73         (gnus-summary-save-in-rmail): Ditto.
74
75         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
76         article buffer, instead of both the article buffer and the summary
77         buffer.  Sort of suggested by Dan Jacobson.
78
79         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
80
81         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
82         Suggested by Dan Jacobson.
83
84         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
85         documentation clearer.
86
87         * message.el (message-shorten-references): Comment on the number "21".
88         Suggested by Stefan Monnier.
89
90         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
91         Suggested by Dan Jacobson.
92
93         * gnus.el (gnus-large-newsgroup): Mention
94         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
95
96         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
97         externalize attachments.  Bug reported by Steve Wen.
98
99         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
100         really message anything to the user.
101
102         * nnmail.el (nnmail-article-group): Allow using the fancy split method
103         directly.
104
105         * nnimap.el (nnimap-request-group): Low higher than high to signal no
106         messages in empty groups.
107
108 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
109
110         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
111         non-UIDNEXT group.
112
113 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
116         not the value from the collection.
117
118         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
119         values.  This sometimes happens on some groups that have no info.
120         (nnimap-request-newgroups): New function.
121
122 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
123
124         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
125         check into `gnus-registry-initialize'.
126         (gnus-registry-initialize): Ditto.
127         Fix and extend header docs.
128
129 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
130
131         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
132         regexp backtrace overflows.
133
134         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
135         for starttls that tls.el implements; i.e. openssl.
136
137         * tls.el (tls-starttls-switches): Give up on using starttls with
138         gnutls-cli.
139         (tls-program): Add --insecure to be consistent with the defaults from
140         openssl s_client.  Now all three commands are insecure.
141
142 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * lpath.el: Bind completion-styles-alist for XEmacs.
145
146         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
147         (gravatar-create-image): New function that's an alias to
148         gnus-xmas-create-image, gnus-create-image, or create-image.
149         (gravatar-data->image): Use it.
150
151 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
152
153         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
154         install the nnregistry refer method.
155         (gnus-registry-install-hooks): Use it.
156         (gnus-registry-unfollowed-groups): Add nnmairix to the default
157         unfollowed groups.
158
159 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
160
161         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
162         expanding threads.
163
164 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * nnir.el: Use the server names without suffixes (bug #7009).
167
168         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
169         unencrypted to STARTTLS, if possible.
170
171 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
172
173         * message.el (message-ignored-supersedes-headers): Strip Injection-*
174         headers before superseding.
175
176 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
177
178         * nnrss.el (nnrss-use-local): Add documentation.
179
180         * nnimap.el (nnimap-extend-tls-programs): New function.
181         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
182         (nnimap-wait-for-connection): Accept the greeting from the stupid
183         output from openssl s_client -starttls, too.
184
185         * tls.el (tls-starttls-switches): New variable.
186         (tls-find-starttls-argument): Use it.
187         (open-tls-stream): Ditto.
188
189         * netrc.el (netrc-credentials): Return the value of the "default"
190         entry.
191         (netrc-machine): Ditto.
192
193         * nnimap.el (nnimap-find-article-by-message-id): Really return the
194         article number.
195         (nnimap-split-fancy): New variable.
196         (nnimap-split-incoming-mail): Use it.
197
198         * nntp.el (nntp-server-list-active-group): Document.
199
200         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
201         SELECT to get the message-id.
202
203         * mail-source.el (mail-sources): Removed webmail support.
204         (defvar): Ditto.
205         (mail-source-fetcher-alist): Ditto.
206         (mail-source-fetch-webmail): Removed.
207
208         * webmail.el: Removed -- doesn't seem relevant any more.
209
210         * gnus.el: Fix up make-obsolete-variable declarations throughout.
211
212         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
213         the \r.
214
215 2010-09-30  Julien Danjou  <julien@danjou.info>
216
217         * gnus-agent.el (gnus-agent-add-group): Fix call to
218         gnus-completing-read.
219
220 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * nndoc.el (nndoc-retrieve-groups): New function.
223
224         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
225         `default', use nnmail-split-methods.
226         (nnimap-request-article): Downcase the NILs so that they are nil.
227
228         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
229         symbol.
230
231         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
232         code, since if the user has requested network, that's what they ought
233         to get.
234         (nnimap-request-set-mark): Erase the buffer before issuing commands.
235         (nnimap-split-rule): Mark as obsolete.
236
237         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
238         variable.
239
240         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
241         correct slot, too.
242
243 2010-09-29  Julien Danjou  <julien@danjou.info>
244
245         * gnus.el (gnus-local-domain): Declare variable obsolete.
246
247         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
248         computing.
249         (gnus-ido-completing-read): Require ido.
250
251 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252
253         * gnus-registry.el: Don't prompt on load, which makes it impossible to
254         build Gnus.
255
256         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
257         when interpreting the structures.
258         (nnimap-request-accept-article): Add \r\n to the lines to make this
259         work with Cyrus.
260
261         * nndraft.el (nndraft-request-expire-articles): Use the group name
262         instead if "nndraft".  Fix found by Nils Ackermann.
263
264 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
265
266         * nnregistry.el: Added.
267
268 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
269
270         * nnmail.el (group, group-art-list, group-art):
271         Remove unneeded directives.
272
273 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
276         (mm-mime-charset)
277         * rfc2047.el (rfc2047-syntax-table)
278         * utf7.el (utf7-utf-16-coding-system): Comment fix.
279
280         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
281         rather than `insert-file-contents' and `eval-region'.
282
283         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
284         construction.
285
286         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
287
288         * time-date.el: No need to require cl for Emacs 21.
289
290 2010-09-29  Julien Danjou  <julien@danjou.info>
291
292         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
293         replacement of `gnus-gravatar-relief' to mimic
294         `gnus-faces-properties-alist'.
295         Add :version property.
296
297 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * mail-source.el (mail-source-report-new-mail)
300         * message.el (message-default-mail-headers)
301         * mm-decode.el (mm-valid-image-format-p): Comment fix.
302
303         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
304
305 2010-09-28  Julien Danjou  <julien@danjou.info>
306
307         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
308         mail-address contains the same string as real-name.
309
310         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
311         non-blank in header, otherwise it'll get stripped.
312
313         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
314         real-name, and then for mail address rather than doing : or , search.
315
316 2010-09-27  Julien Danjou  <julien@danjou.info>
317
318         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
319         (gnus-server-goto-server): Use gnus-completing-read.
320
321         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
322
323         * mm-util.el (defalias): Use gnus-completing-read.
324         (mm-codepage-setup): Use gnus-completing-read.
325
326         * smime.el (smime-sign-buffer): Use gnus-completing-read.
327         (smime-decrypt-buffer): Use gnus-completing-read.
328
329         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
330
331         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
332         (mml-minibuffer-read-disposition): Use gnus-completing-read.
333         (mml-insert-multipart): Use gnus-completing-read.
334
335         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
336
337         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
338
339         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
340
341         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
342
343         * gnus.el (gnus-read-method): Use gnus-completing-read.
344
345         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
346
347         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
348         (gnus-mime-action-on-part): Use gnus-completing-read.
349         (gnus-article-encrypt-body): Use gnus-completing-read.
350
351         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
352         (gnus-topic-move-matching): Use gnus-completing-read.
353         (gnus-topic-copy-matching): Use gnus-completing-read.
354         (gnus-topic-sort-topics): Use gnus-completing-read.
355         (gnus-topic-move): Use gnus-completing-read.
356
357         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
358         (gnus-agent-add-group): Use gnus-completing-read.
359
360         * nnmairix.el (nnmairix-create-server-and-default-group): Use
361         gnus-completing-read.
362         (nnmairix-update-groups): Use gnus-completing-read.
363         (nnmairix-get-server): Use gnus-completing-read.
364         (nnmairix-backend-to-server): Use gnus-completing-read.
365         (nnmairix-goto-original-article): Use gnus-completing-read.
366         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
367
368         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
369
370         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
371         (gnus-group-make-useful-group): Use gnus-completing-read.
372         (gnus-group-make-web-group): Use gnus-completing-read.
373         (gnus-group-add-to-virtual): Use gnus-completing-read.
374         (gnus-group-browse-foreign-server): Use gnus-completing-read.
375
376         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
377         (gnus-summary-limit-to-extra): Use gnus-completing-read.
378         (gnus-summary-execute-command): Use gnus-completing-read.
379         (gnus-summary-respool-article): Use gnus-completing-read.
380         (gnus-read-move-group-name): Use gnus-completing-read.
381
382         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
383         (gnus-summary-score-effect): Use gnus-completing-read.
384
385         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
386
387         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
388         right completing-read function.
389         (gnus-use-ido): New variable
390         (gnus-completing-read-with-default): Remove.
391
392 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
395         x-focus-frame.
396
397         * nnimap.el (auth-source-forget-user-or-password)
398         (auth-source-user-or-password): Autoload.
399
400         * message.el (message-from-style, message-interactive)
401         (message-cite-prefix-regexp, message-sendmail-envelope-from)
402         (message-yank-prefix, message-indentation-spaces, message-signature)
403         (message-signature-file): Add comment.
404
405 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
408         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
409         new articles.
410
411         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
412         parts.
413         (nnimap-request-article): Work with the t setting, too.
414
415         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
416         that you don't get flashes of other buffers.
417         (gnus-summary-show-complete-article): Intern before setting.
418
419 2010-09-27  David Engster  <dengste@eml.cc>
420
421         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
422         well as HEADERS.
423         (nnmairix-retrieve-headers): Provide new argument for the above.
424
425 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-sum.el (gnus-summary-move-article): Don't alter
428         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
429         group.
430
431         * nnimap.el (nnimap-update-info): Don't destructively alter active.
432
433         * message.el (message-cite-prefix-regexp): Revert my last edit.
434
435         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
436         variable instead of the Gnus variable.
437
438         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
439
440         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
441         again.
442
443         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
444         since some servers don't like it.
445         (nnimap-open-connection): Forget credentials if the server says the
446         password was wrong.
447         (nnimap-parse-line): Protect against invalid data.
448
449         * gnus-sum.el (gnus-summary-move-article): Add comment.
450         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
451         nothing alters it while scanning for new messages.
452
453         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
454         which may or may not help.
455         (nnimap-open-connection): If we're doing a stream connection, and then
456         discover we're on a STARTTLS-capable server, then open a STARTTLS
457         connection instead.
458
459 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
460
461         * nnimap.el (utf7): Required.
462
463         * message.el (message-cite-prefix-regexp): Remove "}" from citation
464         prefix.
465
466 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
467
468         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
469
470 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
471
472         * nnimap.el (nnimap-request-accept-article): Message the error on
473         error.
474
475 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
478
479 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * nndoc.el (nndoc-request-list): Return success always.
482
483         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
484         `fetch-old' -- we only want to fetch the articles we've requested.  The
485         rest are in the agent, probably.
486         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
487         disappeared server" to something low.  It's not important.
488
489         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
490         arrived before the FETCH data.
491
492         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
493         target here, because we don't know the Gnus name of the group.
494
495         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
496         for the correct group.
497
498         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
499
500         * gnus.el (gnus): Give a final warning after startup.
501
502         * gnus-util.el (gnus-action-message-log): New variable.
503         (gnus-message): Use it.
504         (gnus-final-warning): New function.
505
506         * nnimap.el (nnimap-open-connection): Record the greeting.
507         (nnimap): Add greeting.
508
509 2010-09-26  Julien Danjou  <julien@danjou.info>
510
511         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
512         arguments.
513         (gnus-html-wash-images): Fix spec computing to include start/end.
514
515         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
516
517 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
520         deletion.
521         (nnimap-retrieve-headers): Don't select the group, because that's
522         already done by nnimap-possibly-change-group.
523
524         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
525         (gnus-picon-transform-address): Use it.
526
527         * mail-source.el (mail-source-value): Revert previous patch.
528
529         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
530         on failure.
531         (nnimap-open-connection): Look up both virtual and physical server name
532         credentials.
533
534         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
535
536 2009-02-07  Dave Love  <fx@gnu.org>
537
538         * tls.el (open-tls-stream): Don't query killing process.
539
540 2009-02-08  Dave Love  <fx@gnu.org>
541
542         * gnus-win.el (gnus-window-to-buffer-helper,
543         gnus-all-windows-visible-p): Function needn't be a symbol.
544
545         * mail-source.el (mail-source-value): Function needn't be a symbol.
546
547 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * message.el (message-cite-prefix-regexp): Remove } from the cite
550         prefix.
551
552         * gnus-art.el (gnus-treatment-function-alist): Do picons before
553         highlight again, so that the highlight is correct.
554
555         * gnus-picon.el (gnus-picon): Remove again.
556         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
557
558         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
559         doing the header highlightling, so that the background colour of the
560         picon is correct.
561
562         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
563         (gnus-picon): Ditto.
564         (gnus-picon): Reinstate.  The background colour for picons is white.
565         (gnus-picon-insert-glyph): Make the background white.
566
567         * nnml.el (nnml-open-nov): Don't return dead buffers.
568
569         * auth-source.el (auth-source-create): Query the user for whether to
570         store the credentials.
571
572         * netrc.el (netrc-store-data): New function.
573
574         * auth-source.el (auth-source-user-or-password): Use the existing auth
575         sources, if any, for creation.
576
577         * gnus.el (gnus-group-fast-parameter): Return the last matching
578         parameter instead of the first matching parameter.
579
580 2010-09-26  Julien Danjou  <julien@danjou.info>
581
582         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
583
584 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
585
586         * mml2015.el (mml2015-use): Remove gpg support.
587
588         * mml1991.el (mml1991-function-alist): Remove gpg function.
589         (mml1991-gpg-sign): Removed.
590
591 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
592
593         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
594         (gnus-browse-unsubscribe-current-group): Document it.
595         (gnus-browse-unsubscribe-group): Use it.
596
597 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
600         address to the To list for easier response.
601
602         * gnus.el (gnus-play-startup-jingle): Removed.
603         (gnus-splash): Don't play jingle.
604         (gnus): Silence gnus-load message.
605
606         * gnus-art.el (gnus-treat-play-sounds): Removed.
607
608         * gnus.el (gnus-play-jingle): Remove audio support.
609
610         * gnus-cus.el (gnus-score-customize): Remove audio reference.
611
612         * earcon.el: Removed -- no users.
613
614         * gnus-audio.el: Removed -- no users of this package.
615
616         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
617
618         * gnus-start.el (gnus-setup-news): Remove nocem support.
619
620         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
621
622         * gnus.el (gnus-use-nocem): Removed.
623
624         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
625         Removed.
626
627         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
628         uses NoCeM any more.
629
630         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
631         (gnus-button-ctan-handler): Ditto.
632         (gnus-button-handle-ctan-bogus-regexp): Ditto.
633         (gnus-button-ctan-directory-regexp): Ditto.
634         (gnus-button-handle-ctan): Ditto.
635         (gnus-button-tex-level): Ditto.
636         (gnus-button-alist): Removed CTAN stuff.
637
638 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
639
640         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
641         nnimap-streaming test.
642
643         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
644         servers twice.
645
646         * nnimap.el (nnimap-open-connection): Add more error reporting when
647         nnimap fails early.
648
649         * nnheader.el (nnheader-get-report-string): New function.
650         (nnheader-get-report): Use it.
651
652         * gnus-int.el (gnus-check-server): Say what the error was when opening
653         failed.
654
655         * nnimap.el (nnimap-wait-for-response): Search further when we're not
656         using streaming.
657
658 2010-09-25  Julien Danjou  <julien@danjou.info>
659
660         * gnus-html.el (gnus-html-rescale-image): Use our defalias
661         gnus-window-inside-pixel-edges.
662
663 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
666
667         * mm-decode.el (mm-save-part): Allow saving to other directories the
668         normal Emacs way.
669
670         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
671         by Jay Berkenbilt.
672
673         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
674         there isn't a single byte.
675
676         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
677         just do it.  It doesn't really seem to matter what the user responds
678         here, I think, so it's just a confusing question.
679
680         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
681         non-streaming case.
682
683         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
684         (gnus-article-encrypt-body): Use it.
685
686         * gnus-sum.el (gnus-summary-show-complete-article): New command and
687         keystroke.
688
689         * nnimap.el (nnimap-find-wanted-parts-1): Use
690         gnus-fetch-partial-articles.
691
692         * gnus-art.el (gnus-fetch-partial-articles): New variable.
693
694         * nnimap.el (nnimap-insert-partial-structure): New function.
695         (nnimap-get-partial-article): New function.
696         (nnimap-request-article): Use it.
697         (nnimap-wait-for-response): Return whether the wait was successful.
698         (nnimap-finish-retrieve-group-infos): Don't do anything if the
699         retrieval wasn't successful.
700         (nnimap-retrieve-group-data-early): Allow throttling servers.
701         (nnimap-streaming): New variable.
702         (nnimap-fetch-partial-articles): Removed.
703
704         * mm-decode.el (mm-with-part): Protect against killed buffers.
705
706         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
707         for prettier summary display.
708
709 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
710
711         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
712         directly.
713
714 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
717         apparently third-party libraries depend on it.
718
719         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
720         before starting negotiation.
721
722         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
723         privacy reasons.
724         (gnus-treat-mail-gravatar): Ditto.
725
726         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
727         buffer when inserting images.  Inserting text into the headers, for
728         instance, can make them invalid.
729
730 2010-09-25  Julien Danjou  <julien@danjou.info>
731
732         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
733         variables.
734
735         * nnheader.el: Remove useless variables news-reply-yank-from and
736         news-reply-yank-message-id.
737
738         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
739         variables.
740
741         * mml1991.el: Remove useless mml1991-verbose.
742
743         * gnus.el: Remove useless variable gnus-use-generic-from.
744         Remove obsolete variable gnus-topic-indentation.
745
746         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
747
748         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
749
750         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
751
752         * gnus-group.el: Remove useless gnus-group-icon-cache.
753         Remove useless gnus-ephemeral-group-server.
754
755         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
756
757         * mml2015.el: Remove useless mml2015-verbose.
758
759         * mml-smime.el: Remove useless mml-smime-verbose.
760
761         * gnus.el: Remove useless gnus-local-domain.
762
763         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
764         gnus-gravatar-size.
765
766         * gnus-art.el: Remove useless gnus-treat-translate.
767
768 2010-09-24  Julien Danjou  <julien@danjou.info>
769
770         * gnus-sum.el: Add support for Gravatars.
771
772         * gnus-art.el: Add support for Gravatars.
773
774         * gnus-gravatar.el: Add this file.
775
776         * gravatar.el: Add this file.
777
778 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
779
780         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
781
782         * gnus-group.el (gnus-group-fetch-faq): Removed.
783
784         * gnus.el (gnus-group-faq-directory): Removed.
785
786         * gnus-group.el (gnus-group-fetch-charter): Removed.
787
788         * gnus.el (gnus-group-charter-alist): Removed.
789
790         * gnus-group.el (gnus-group-archive-directory): Removed.
791         (gnus-group-recent-archive-directory): Ditto.
792         (gnus-group-make-archive-group): Removed.
793
794         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
795
796         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
797         use the same article number for all the cached articles.
798
799         * nnimap.el (nnimap-command): Register the last command time so
800         that we can use it for idling NOOPs.
801         (nnimap-open-connection): Start the keeplive timer.
802         (nnimap-make-process-buffer): Store all the process buffers.
803         (nnimap-keepalive): New function.
804
805         * starttls.el: (starttls-open-stream): Add autoload cookie.
806
807 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
808
809         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
810         handling.
811
812 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
815         its data structures.
816
817         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
818         instead of the cl.el copy-list.
819         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
820         equalp.
821
822 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
823
824         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
825         and tool-bar-local-item-from-menu.
826
827         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
828         mode-line-highlight face for Emacs.
829
830         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
831         loading gnus-sum.elc; fix comment for canlock-verify.
832         (gnus-article-jump-to-part): Use read-number.
833         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
834         Emacs pre-21 compatible code for help-echo.
835         (gnus-article-next-page-1): No need to adjust the number of lines.
836         (gnus-article-describe-bindings): Always use help-buffer.
837
838         * gnus-audio.el (gnus-audio-inline-sound)
839         * gnus-cus.el (gnus-custom-mode)
840         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
841
842         * gnus-sum.el (gnus-remove-overlays): Doc fix.
843
844         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
845         compatible code.
846
847 2010-09-24  Glenn Morris  <rgm@gnu.org>
848
849         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
850         visiting the fcc file in rmail-mode.
851
852         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
853
854 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * nnir.el: Silence the byte compiler.
857
858         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
859         alias to browse-url-url-encode-chars if any.
860         (gnus-html-encode-url): Use it.
861
862 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863
864         * gnus-start.el (gnus-use-backend-marks): New variable.
865         (gnus-get-unread-articles-in-group): Use it.
866
867         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
868         makeover.
869
870 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
871
872         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
873
874 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
877         Removed.
878         (gnus-setup-news-hook): Removed
879         gnus-fixup-nnimap-unread-after-getting-new-news.
880
881         * gnus-int.el (gnus-request-update-info): Protect against backends not
882         having the function.
883
884         * nnimap.el (nnimap-stream): Mention starttls.
885         (nnimap-open-connection): Add starttls support.
886
887 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
888
889         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
890
891 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
894         BODYSTRUCTUREs.
895         (nnimap-transform-headers): Unfold quoted {42} headers.
896
897         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
898         the info.
899         (gnus-get-unread-articles): Only call updatep on backends that support
900         it.
901
902         * nnweb.el (nnweb-request-update-info): NOOP.
903
904         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
905
906         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
907         since it only deals with marks.
908
909         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
910         gnus-request-marks, and make a new gnus-request-update-info.
911
912         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
913         the active instead of the high number, which is usually too low.
914
915 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
916
917         * netrc.el (netrc-parse): Remove encrypt.el mentions.
918         * encrypt.el: Removed.
919
920 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
923         server in symbolic form.
924
925         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
926         0.9.
927
928 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
931         (nnimap-update-info): Fix up code slightly.
932
933         * gnus-int.el (gnus-open-server): Add tracing for performance
934         debugging.
935
936         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
937         (gnus-group-insert-group-line): Pass the real group name so that it
938         gets the right data.
939
940         * gnus-start.el (gnus-get-unread-articles): Don't have
941         `gnus-get-unread-articles-in-group' update info, since that can be
942         really slow and doesn't seem to be needed?
943
944 2010-09-22  Dan Christensen  <jdc@uwo.ca>
945
946         * time-date.el (date-to-time): Try using parse-time-string first before
947         using the slower timezone-make-date-arpa-standard.
948
949 2010-09-22  Julien Danjou  <julien@danjou.info>
950
951         * gnus-group.el (gnus-group-insert-group-line): Call
952         gnus-group-highlight-line.
953         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
954         default hook list.
955         (gnus-group-update-eval-form): Add new function.
956         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
957         (gnus-group-get-icon): Use gnus-group-update-eval-form.
958
959 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
960
961         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
962         immediate, then expire all articles.
963         (nnimap-update-info): Fix off-by-one errors.
964         (nnimap-flags-to-marks): Would return no marks lists for group with no
965         flags.  Instead return the other data.
966
967 2010-09-22  Julien Danjou  <julien@danjou.info>
968
969         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
970         Only return an icon.
971         (gnus-group-insert-group-line): Compute icon to return.
972
973         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
974         variable.
975         (gnus-html-image-fetched): Only cache if
976         gnus-html-image-automatic-caching is set.
977         (gnus-html-image-fetched): Check for errors.
978
979 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
982         once per method on `g'.  This ensures that backends like nnfolder don't
983         open all their folders.
984
985         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
986         (nnimap-request-list): Nix out group in the correct buffer.
987         (nnimap-parse-flags): Implement by using `read' instead of
988         hand-parsing.
989         (nnimap-flags-to-marks): Pass on permanent-flags.
990         (nnimap-make-process-buffer): Record the server name.
991         (nnimap-parse-flags): Fix typo.
992         (nnimap-request-scan): Run split on the server in general, not just a
993         single group.
994
995         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
996         parameter, and propagate this downwards.
997
998         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
999         since EXAMINE changes it on the server.
1000
1001         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1002         this command might take a while.
1003
1004 2010-09-22  Julien Danjou  <julien@danjou.info>
1005
1006         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1007         harmful if you have 2 images side-by-side, they can't be properly
1008         update on text deletion.  Using text-property is safer here.
1009         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1010         data.
1011
1012 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * nnimap.el (nnimap-expunge-inbox): Removed.
1015         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1016         (nnimap-expunge): Flip default to t.
1017
1018         * gnus.el (gnus-method-to-server): Don't push things to the cache
1019         unless it's unique.
1020         (gnus-server-to-method): Ditto.
1021
1022 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1023
1024         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1025
1026 2010-09-22  Julien Danjou  <julien@danjou.info>
1027
1028         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1029         get the start of data.
1030         (gnus-html-encode-url): Add this function to encode special chars in
1031         URL.
1032         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1033         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1034
1035         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1036         default.
1037         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1038
1039         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1040         images alt-text.
1041         (gnus-html-put-image): Put alt-text as help-echo.
1042
1043 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1044
1045         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1046         * mm-util.el (mm-decompress-buffer)
1047         * nnir.el (nnir-run-find-grep)
1048         * pop3.el (pop3-list): Use 3rd arg of split-string.
1049
1050         * time-date.el (format-seconds): Comment fix.
1051
1052         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1053         and byte-optimize-form-code-walker.
1054         (dgnushack-make-auto-load): Don't advise make-autoload.
1055
1056         * lpath.el: Remove Emacs 21 stuff.
1057
1058 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1061         outside the active range.  Suggested by Dan Christensen.
1062
1063         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1064         slightly later to avoid double-getting it.
1065
1066         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1067         previous patch.
1068
1069         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1070
1071 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1072
1073         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1074
1075 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1076
1077         * gnus-int.el (gnus-open-server): Give a better error message in the
1078         "go offline" case.
1079
1080         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1081         marks for nnimap, which is seldom the right thing to do.
1082
1083         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1084         (gnus-same-method-different-name): New function.
1085
1086         * nnimap.el (parse-time): Require.
1087
1088         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1089         method in the presence of many similar methods.
1090
1091         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1092
1093         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1094         nnml-inhibit-expiry.
1095
1096         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1097         find out whether methods are equal.
1098
1099         * nnimap.el (nnimap-find-expired-articles): New function.
1100         (nnimap-process-expiry-targets): New function.
1101         (nnimap-request-move-article): Request the article before looking at
1102         what the Message-ID is.  Fix found by Andrew Cohen.
1103         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1104
1105         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1106         for oldness in addition to being a predicate.
1107
1108         * nnimap.el (nnimap-request-group): When we have zero articles, return
1109         the right data to Gnus.
1110         (nnimap-request-expire-articles): Only delete articles immediately if
1111         the target is 'delete.
1112
1113         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1114         method, this would bug out.
1115
1116         * gnus-group.el (gnus-group-expunge-group): Renamed from
1117         gnus-group-nnimap-expunge, and implemented as a normal interface
1118         function.
1119
1120         * gnus-int.el (gnus-request-expunge-group): New function.
1121
1122         * nnimap.el (nnimap-request-create-group): Implement.
1123         (nnimap-request-expunge-group): New function.
1124
1125 2010-09-21  Julien Danjou  <julien@danjou.info>
1126
1127         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1128         (gnus-html-cache-expired): Add new function.
1129         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1130         wethever we should display image for fetch it.
1131         Compute alt-text earlier to pass it to the fetching function too.
1132         (gnus-html-schedule-image-fetching): Change function argument to only
1133         get one image at a time, not a list.
1134         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1135         cache.
1136         (gnus-html-get-image-data): New function to retrieve image data from
1137         cache.
1138         (gnus-html-put-image): Change buffer argument to use image data rather
1139         than file, and place image above region rather than inserting a new
1140         one. Do not take alt-text as argument, since it's useless now: we place
1141         the image above alt-text.
1142         (gnus-html-prune-cache): Remove.
1143         (gnus-html-show-images): Start to fetch image when we find one, do not
1144         push into a temporary list.
1145         (gnus-html-prefetch-images): Only fetch image if they have expired.
1146         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1147         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1148
1149 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1152
1153 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1156         spec inser "*" if the group isn't active instead of 0.
1157
1158         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1159         opening the server.
1160         (nnimap-request-delete-group): Implement group deletion.
1161         (nnimap-transform-headers): Return the size of the entire message in
1162         the Bytes header, not just the size of the first part.
1163         (nnimap-request-move-article): When moving an article from nnimap,
1164         request the article first so the accepting form has an article to
1165         accept.  Reported by Dan Christensen.
1166         (nnimap-command): Make sure that the error message doesn't error out.
1167
1168 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1169
1170         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1171         we haven't requested anything.
1172
1173 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1174
1175         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1176         "".  Fix found by Andrew Cohen.
1177
1178         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1179         instead of -encode-string.
1180
1181 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1182
1183         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1184
1185         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1186         by mm-subst-char-in-string.
1187
1188 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1189
1190         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1191         waiting for the connection string.
1192
1193         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1194         arriving.
1195
1196         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1197         bogus characters.  This allows selecting certain Gmail groups.
1198
1199         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1200         (nnimap-fetch-partial-articles): New variable.
1201         (nnimap-open-connection): When looking for credentials, also use the
1202         nnimap-server-port.
1203         (nnimap-request-article): Return the group/article number, so that Gnus
1204         `^' works as expected.
1205         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1206         them.
1207
1208         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1209         comments.
1210         (gnus-methods-sloppily-equal): New function.
1211         (gnus): When using the development version of Gnus, load the gnus-load
1212         file.
1213
1214         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1215         `gnus-open-server' on each method before trying to scan them etc.  This
1216         ensures that all the backend parameters are set correctly.
1217
1218         * nnimap.el (nnimap-authenticator): New variable.
1219         (nnimap-open-connection): Allow anonymous login.
1220         (nnimap-transform-headers): The chars header is called Chars not
1221         Bytes.
1222         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1223         drops.
1224
1225         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1226         patch, found by Knut Anders Hatlen.
1227
1228 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1229
1230         * gnus-agent.el (gnus-agent-batch-confirmation)
1231         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1232         to gnus-message.
1233         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1234         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1235         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1236         * gnus-int.el (gnus-open-server): Likewise.
1237         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1238         (gnus-score-check-syntax): Likewise.
1239         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1240         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1241         Likewise.
1242         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1243
1244 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1245
1246         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1247         calling conventions so that prefetch doesn't bug out.
1248
1249 2010-09-19  Julien Danjou  <julien@danjou.info>
1250
1251         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1252         rather than `subst-char-in-region' in order to be able to replace ASCII
1253         char by UTF-8 ones.
1254
1255         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1256         than curl.
1257         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1258         the right URL and ALT text on images.
1259         (gnus-html-wash-tags): Fix tag case.
1260         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1261         (gnus-article-html): Add -o display_ins_del=2 option.
1262         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1263
1264 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1267         the extra mail headers, which sometimes seem to happen for unknown
1268         reasons.
1269
1270         * mail-parse.el (mail-header-encode-parameter): Define as
1271         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1272         (or most, perhaps?) mail readers don't understand the latter, but do
1273         understand the former.
1274
1275         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1276         to nil, so that no methods are automatically agentized.  I think this
1277         is probably what most users want.
1278
1279         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1280         from url-retrieve, for instance about invalid URLs.
1281
1282         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1283         groups that have no articles.
1284         (nnimap-request-article): Check that we really got an article when we
1285         requested one.
1286
1287         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1288         doesn't exist.
1289
1290         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1291         nntp buffer so the agent can save it.
1292         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1293         that CRLF doesn't get translated to \n.
1294         (nnimap-open-connection): Don't make 'shell commands only send \n.
1295
1296 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1297
1298         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1299         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1300         Update var name.
1301         (nnml-generate-nov-file): Use dolist.
1302         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1303         Use with-current-buffer.
1304
1305 2010-09-18  Julien Danjou  <julien@danjou.info>
1306
1307         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1308         parallel.
1309
1310 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1313         the range update right.
1314         (nnimap-request-group): Don't make `M-g' bug out on group with no
1315         marks.
1316         (nnoo): Required, so that other packages can require nnimap.
1317         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1318         command we're looking for.  This helps when the server sends more
1319         responses after we've gotten everything we expected.
1320         (nnimap): Add a `newlinep' field to keep track of end-of-line
1321         conventions.
1322         Don't send CRLF to things that don't want it.
1323         (nnimap-request-accept-article): Ditto.
1324
1325 2010-09-18  Julien Danjou  <julien@danjou.info>
1326
1327         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1328         than curl to retrieve images.
1329
1330 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331
1332         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1333         the marks.
1334         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1335         (nnimap-wait-for-connection): New function.
1336         (nnimap-open-connection): If we have PREAUTH, don't query for login
1337         credentials.
1338         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1339         when doing a partial update.
1340
1341 2010-09-18  Julien Danjou  <julien@danjou.info>
1342
1343         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1344         tags.
1345
1346 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * nnimap.el (nnimap-credentials): New function.
1349         (nnimap-open-connection): Use the new function to look for credentials
1350         also on the numeric equivalents of "imap" and "imaps".
1351
1352         * gnus-start.el (gnus-activate-group): Send the info to
1353         gnus-request-group.
1354
1355         * nnimap.el (nnimap-request-group): Have the "check" version of the
1356         function parse flags and update the info, so that a `M-g' get a total
1357         resync of all flags from the group.
1358
1359         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1360         to allow backends to alter the info on group selection.  Also alter all
1361         the backend -request-group functions to take the parameter.
1362
1363         * nnimap.el (nnimap-store-info): New function.
1364         (nnimap-update-info): Store the info for later usage.
1365         (nnimap-request-group): Use the stored info for the dont-check case, so
1366         that we don't retrieve all marks when we enter a group.
1367
1368         * nnimap.el: Use deffoo instead of defun for interface functions.
1369
1370         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1371         update the group info.  This makes the nndraft groups, for instance, go
1372         back to their old behaviour.
1373
1374         * gnus-sum.el (gnus-select-newsgroup): Indent.
1375
1376         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1377         in.
1378         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1379         nothing.
1380
1381         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1382         from methods that are denied.
1383
1384         * gnus-int.el (gnus-method-denied-p): New function.
1385
1386         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1387         store the password instead of netrc.
1388         (nnimap-open-connection): Don't error out when we can't make a
1389         connections.
1390
1391         * auth-source.el (auth-source-create): In the password prompt, say what
1392         we're querying for.  Also prompt for user name if that hasn't been
1393         given.
1394
1395         * nnimap.el (nnimap-with-process-buffer): Removed.
1396
1397 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1398
1399         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1400         method when we're reading from the agent.
1401
1402         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1403
1404         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1405         that's probably most useful for users.
1406
1407         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1408         "failed" all the time.
1409
1410         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1411         ...)) with (with-current-buffer ... ).
1412
1413         * nntp.el (nntp-open-server): Return whether the open was successful or
1414         not.
1415
1416         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1417         select an unread unseen article first.
1418
1419         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1420         /etc/services, supply some sensible port defaults.
1421
1422         * dgnushack.el: Define netrc-credentials.
1423
1424 2010-09-17  Julien Danjou  <julien@danjou.info>
1425
1426         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1427
1428 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1429
1430         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1431         doesn't have any parameters.
1432
1433 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1436         only upcased checks.
1437
1438         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1439
1440         * nnimap.el (nnimap-open-shell-stream): New function.
1441         (nnimap-open-connection): Use it.
1442         (nnimap-transform-headers): Get the number of lines in each message.
1443         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1444         number of lines.
1445         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1446         problem.
1447
1448         * utf7.el (utf7-encode): Autoload.
1449
1450         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1451         to allow the mail splitting to not return a default group.  This is
1452         useful for nnimap, which will leave unmatched mail in the inbox.
1453
1454         * nnimap.el: Rewritten.
1455
1456         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1457         nnimap usage.
1458
1459         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1460         if the move is internal, so that nnimap can do fast internal moves.
1461
1462         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1463         data.
1464         (gnus-read-active-for-groups): Support finishing the early retrieval of
1465         data.
1466
1467         * gnus-range.el (gnus-range-nconcat): New function.
1468
1469         * gnus-int.el (gnus-finish-retrieve-group-infos)
1470         (gnus-retrieve-group-data-early): New functions.
1471
1472 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1473
1474         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1475         (nnrss-retrieve-groups):
1476         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1477         (pop3-quit): Use with-current-buffer.
1478
1479 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1482         instead of nnheader-accept-process-output.
1483
1484         * dgnushack.el (dgnushack-compile): Add comment.
1485
1486         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1487
1488         * gnus-html.el (gnus-html-schedule-image-fetching)
1489         (gnus-html-prefetch-images): Replace process-kill-without-query by
1490         gnus-set-process-query-on-exit-flag.
1491
1492 2010-09-16  Romain Francoise  <romain@orebokech.com>
1493
1494         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1495
1496 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1499         parameter to unintern is mandatory-ish in Emacs 24.
1500
1501         * gnus-html.el (gnus-html-schedule-image-fetching)
1502         (gnus-html-prefetch-images): Check for curl before using it.
1503
1504         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1505         depend on curl, which isn't essential.
1506
1507         * imap.el: Revert back to version
1508         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1509         seem problematic.
1510
1511 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1512
1513         * gnus-registry.el (gnus-registry-install-shortcuts):
1514         Explicitly pass `obarray' to `unintern' to avoid a warning.
1515
1516 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1517
1518         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1519         change.
1520
1521         * nnrss.el (nnrss-request-list): Removed this function and related
1522         functions, including the moreover stuff.
1523
1524 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * nnrss.el (nnrss-retrieve-groups): New function.
1527
1528 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1529
1530         * .dir-locals.el: Add no-byte-compile cookie.
1531
1532 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1533
1534         * time-date.el (format-seconds): Comment fix.
1535
1536         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1537         for back end that doesn't support request-scan.
1538
1539 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540
1541         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1542         then do request scans from the backends.
1543
1544         * netrc.el (netrc-credentials): New conveniency function.
1545
1546         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1547         avoid running a hook per line, since this takes a lot of time,
1548         profiling shows.
1549         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1550         directly if gnus-visual-p is true.
1551
1552 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1555         groups; replace mapcar with dolist which is a bit faster; pass groups
1556         info to gnus-read-active-file-1.
1557         (gnus-read-active-file-1): Scan only specified groups if the new
1558         optional arg `infos' is given.
1559
1560 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1561
1562         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1563
1564         * pop3.el (pop3-movemail): Removed.
1565         (pop3-streaming-movemail): Renamed to pop3-movemail.
1566
1567         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1568         don't restrict end-tag searches to the end of the line.
1569
1570 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1571
1572         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1573         articles of every unchecked group to t, which means unknown since the
1574         server has never been opened.
1575
1576 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1577
1578         * gnus-html.el (gnus-html-show-alt-text): New command.
1579         (gnus-html-browse-image): Ditto.
1580         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1581         to browse the image directly.
1582         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1583         better.
1584
1585         * gnus-async.el (gnus-async-article-callback): Call
1586         `gnus-html-prefetch-images' unconditionally.
1587
1588         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1589         before feeding URLs to curl.
1590
1591 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1592
1593         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1594         internal images as deletable by `W D D'.
1595
1596         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1597         (gnus-async-article-callback): Fix typo.
1598
1599 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1602         current line to work around bugs in the output from w3m.
1603
1604         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1605         for groups that want that.
1606
1607         * nntp.el (nntp-wait-for-string): Supply a timeout for
1608         accept-process-output to ensure progress.
1609
1610         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1611         level to get unread articles from, then use that for foreign groups,
1612         too.
1613
1614         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1615         confuses the rest of the function.
1616
1617         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1618         for the methods that support -retrieve-groups, too.
1619
1620         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1621
1622 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1623
1624         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1625         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1626
1627         * pop3.el: Require cl when compiling.
1628         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1629
1630 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1633         that aren't going to be activated.
1634         (gnus-get-unread-articles): Fix up the last commit.
1635
1636         * gnus-html.el (gnus-article-html): Allow calling without specifying
1637         the handle.  In that case, dissect the buffer first.
1638
1639         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1640
1641         * nnimap.el (nnimap-open-connection): Revert the change that would look
1642         into authinfo for imaps instead of imap.
1643
1644         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1645         say that you don't want to call gnus-request-group with don-check, but
1646         do check the reponse.  This is for virtual groups only.
1647         (gnus-get-unread-articles): Count the archive groups as secondary, so
1648         that they're activated the same way as before.
1649
1650         * imap.el (imap-message-map): Removed optional buffer parameter, since
1651         no callers use it.
1652         (imap-message-get): Ditto.
1653         (imap-message-put): Ditto.
1654         (imap-mailbox-map): Ditto.
1655         (imap-mailbox-put): Ditto.
1656         (imap-mailbox-get): Ditto.
1657         (imap-mailbox-get): Revert last change for this function.
1658
1659         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1660         case-insensitively.
1661         (nnimap-debug): Removed.
1662
1663         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1664         to use `imap-fetch' instead.  According to the comments, this should be
1665         safe, since all other IMAP clients use the 1:* syntax.
1666         (imap-enable-exchange-bug-workaround): Removed.
1667         (imap-debug): Removed -- doesn't seem very useful.
1668
1669         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1670         mail from a file, and the file doesn't exist.
1671
1672         * imap.el (imap-log): New convenience function used throughout instead
1673         of repeating the same code all over the place.
1674
1675         * pop3.el (pop3-streaming-movemail): Return t for success.
1676
1677         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1678         .authinfo if we're using ssl connection.
1679
1680         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1681         already have if we're in a main Gnus `g' run.
1682
1683         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1684
1685 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1686
1687         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1688
1689         * nnmh.el (nnmh-request-list-1): Bind `file'.
1690
1691         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1692         alias to set-process-query-on-exit-flag or process-kill-without-query.
1693         (pop3-open-server): Use it.
1694
1695 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1698         box to the Incoming file.  Fixes mistake in previous checkin.
1699
1700         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1701         request loop (for debugging purposes) removed.
1702
1703         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1704         culprit is more visible.
1705         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1706         (nnml-add-incremental-nov): New functions to do "incremental" nov
1707         updates, where we just append to the end of the existing nov files
1708         without reading/writing them in full.
1709
1710         * mail-source.el (mail-source-delete-crash-box): Really only check the
1711         incoming files once in a while.
1712
1713         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1714
1715         * mail-source.el (mail-source-delete-crash-box): Only check the
1716         incoming files for deletion once per day to save a lot of file
1717         accesses.
1718
1719         * pop3.el (pop3-logon): Fix up unbound variable typo.
1720
1721         * mail-source.el (pop3-streaming-movemail): Autoload.
1722
1723         * pop3.el (pop3-streaming-movemail): Respect
1724         pop3-leave-mail-on-server.
1725
1726         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1727         retrieval.
1728
1729         * pop3.el (pop3-process-filter): Removed unused function.
1730         (pop3-streaming-movemail, pop3-send-streaming-command)
1731         (pop3-wait-for-messages, pop3-write-to-file)
1732         (pop3-number-of-responses): New functions for streaming pop3
1733         retrieval.
1734
1735         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1736         come from no known methods.
1737         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1738         list.
1739
1740         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1741         message sizes.
1742         (pop3-movemail): Use erase-buffer instead of looping and deleting
1743         regions, which seems rather odd.
1744
1745         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1746         file once per `g' run.
1747
1748         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1749         directories.  This makes the draft queue directory work.
1750
1751         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1752         data from the backends, so that we only request the list of groups from
1753         each method once.  This should speed things up considerably.
1754
1755         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1756         detect that it's not implemented.
1757
1758         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1759         we actually do recurse down into the tree, but don't stat all leaf
1760         nodes.
1761
1762         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1763         then say so instead of bugging out.
1764
1765         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1766         files exist before trying to read them.
1767
1768         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1769         around <pre_int>.
1770
1771         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1772
1773         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1774
1775 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * mm-util.el (mm-image-load-path): Just return the image directories,
1778         not all directories in the path in addition to the image directories.
1779         (mm-image-load-path): Maintain a cache of the image directories so that
1780         the `g' command in Gnus doesn't have to stat dozens of directories each
1781         time.
1782
1783         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1784         (gnus-html-wash-tags): Add a new `i' command to insert images.
1785         (gnus-html-insert-image): New command and keystroke.
1786         (gnus-html-redisplay-with-images): New command and keystroke.
1787         (gnus-html-show-images): Renamed command.
1788         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1789         spacers.
1790         (gnus-html-wash-tags): Decode entities at the end, so that entities
1791         inside the tags don't mess up the rest of the "parsing".
1792
1793         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1794         so that nnimap methods aren't agentized by default.  There's apparently
1795         many problems related to agent/imap behaviour.
1796
1797         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1798
1799         * gnus-html.el: Doc fix.
1800
1801 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1804         specifier-spec-list for Emacs 21.
1805
1806         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1807         glyph-width and glyph-height instead of display-graphic-p and
1808         image-size; make avoidance of displaying small images work for XEmacs.
1809
1810         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1811         for XEmacs.
1812
1813         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1814         of symbol that holds plist data.
1815         (gnus-process-plist): Remove plist of process after getting it.
1816
1817 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1818
1819         * message.el (message-generate-hashcash): Change default to
1820         'opportunistic if hashcash is installed.
1821
1822         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1823         (gnus-html-put-image): Only call image-size once, since it's somewhat
1824         time-consuming on remote X servers.
1825
1826 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1827
1828         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1829         type on data, not a file name.
1830
1831         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1832         window-pixel-edges for Emacs 21.
1833
1834         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1835         decoded contents.
1836         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1837
1838 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1839
1840         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1841         group line format, since it isn't very interesting.
1842
1843         * gnus-agent.el (gnus-agent-short-article),
1844         (gnus-agent-long-article): Increase values for these two variables,
1845         since most people are likely to have more network connection and
1846         storage than before.
1847
1848         * gnus.el (gnus-refer-article-method): Change default to 'current.
1849         When referring an article, the common behaviour is to refer it from the
1850         current select method, not the native select method.  The chances of
1851         the native select method having the message in question is rather slim
1852         these days.
1853
1854         * gnus-sum.el (gnus-auto-select-subject): Change default to
1855         `unseen-or-unread'.  I think it's likely that most people want to
1856         select an unseen article over a previously seen, but unread one.
1857
1858         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1859         means that in the article buffer none of the minor mode elements will
1860         be shown, usually, and this is not desirable in most cases.
1861
1862         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1863         that commands like `d' (and the like) go to the next line in the
1864         buffer, instead of the next unread article.  I think this is the
1865         behaviour that is most natural for most users.
1866         (gnus-single-article-buffer): Change default to nil, so that people can
1867         have as many article buffers open as they have summary buffer.  I think
1868         this is the most natural way for the groups to behave.
1869
1870         * message.el (message-generate-new-buffers): Change default to
1871         `unsent', so that all new message buffers start their names with the
1872         string "*unsent", and it's easier to find the buffers if you move from
1873         them.
1874
1875 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1878         small.  They're probably tracking images.
1879         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1880         (gnus-html-rescale-image): Yet another try at getting the image sizing
1881         right.
1882
1883         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1884         nntp-marks-file-name is nil.
1885
1886 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1887
1888         * gnus-html.el (gnus-html-wash-tags)
1889         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1890         Better logging.
1891
1892 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1895
1896         * gnus-html.el (gnus-html-wash-tags): Check the value of
1897         gnus-blocked-images in the summary buffer.
1898
1899 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1900
1901         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1902
1903 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1904
1905         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1906         like "a", it seems like.
1907         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1908         since it needs to be picked from the correct buffer.
1909
1910         * nnwfm.el: Removed.
1911
1912         * nnlistserv.el: Removed.
1913
1914 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1915
1916         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1917         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1918
1919 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1920
1921         * nnkiboze.el: Removed.
1922
1923         * nndb.el: Removed.
1924
1925         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1926         alt text.
1927         (gnus-html-rescale-image): Try to get the rescaling logic right for
1928         images that are just wide and not tall.
1929
1930         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1931         overshadow variable bindings.
1932
1933 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1934
1935         * gnus-html.el (gnus-html-wash-tags)
1936         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1937         extra logging.
1938
1939 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1942         (gnus-max-image-proportion): New variable.
1943         (gnus-html-rescale-image): New function.
1944         (gnus-html-put-image): Rescale images.
1945
1946 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1947
1948         Fix up some byte-compiler warnings.
1949         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1950         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1951         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1952         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1953         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1954         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1955         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1956
1957 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1958
1959         * gnus-html.el (gnus-article-html): Decode contents by charset.
1960
1961 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1962
1963         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1964         (gnus-html-frame-width, gnus-blocked-images)
1965         * message.el (message-prune-recipient-rules): Add custom version.
1966         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1967
1968         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1969         functions.
1970
1971         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1972         gnus-process-get.
1973
1974 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1975
1976         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1977         instead of lsub directly.
1978
1979 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * nnwarchive.el: Removed.
1982
1983         * gnus-soup.el: Removed.
1984
1985         * nnsoup.el: Removed.
1986
1987         * nnultimate.el: Removed.
1988
1989         * gnus-html.el (gnus-blocked-images): New variable.
1990
1991         * message.el (message-prune-recipients): New function.
1992         (message-prune-recipient-rules): New variable.
1993
1994         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1995         guess whether a long line is natural text or not.
1996
1997         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1998         gnus-process-plist and friends for compatibility.
1999
2000 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2001
2002         * gnus-html.el: Require packages that define macros used in this file.
2003         (gnus-article-mouse-face): Declare to silence byte-compiler.
2004         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2005         process-get.
2006         (gnus-html-put-image): Use plist-get to avoid getf.
2007         (gnus-html-prefetch-images): Use with-current-buffer.
2008
2009 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * gnus-ems.el: Provide compatibility functions for
2012         gnus-set-process-plist.
2013
2014         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2015         header-line-format for XEmacs 21.4.
2016
2017         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2018         * gnus.el (gnus-valid-select-methods)
2019         * message.el (message-send-mail-partially-limit)
2020         * mm-decode.el (mm-text-html-renderer)
2021         * mml.el (mml-insert-mime-headers-always)
2022         * smiley.el (smiley-regexp-alist): Bump custom version.
2023
2024 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2025
2026         * gnus-html.el: require mm-url.
2027         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2028         with the url to `url'.
2029         (gnus-html-wash-tags): Support cid: URLs/images.
2030
2031 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032
2033         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2034         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2035         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2036
2037         * gnus-move.el: Removed file, since it doesn't really work.
2038
2039         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2040         UTF-8.  This seems to fix problems with some German web feeds.
2041
2042         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2043         at the top so that the proper colours are applied.
2044
2045         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2046         don't have dots in their names.
2047
2048         * gnus-art.el (gnus-article-view-part): Doc fix.
2049
2050         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2051         XEmacs-compatible.
2052         (gnus-html-put-image): Don't do images on non-graphic displays.
2053
2054         * nnslashdot.el: Removed this unused backend.
2055
2056         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2057         actions.
2058         (gnus-undo-register-1): Revert last change.
2059
2060         * gnus-group.el (gnus-group-completing-read): Protect against not
2061         having completion-styles bound.
2062
2063         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2064         make broken recipients happier.
2065
2066         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2067
2068         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2069         point parameter.
2070
2071         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2072
2073         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2074         completion-styles for group selection.
2075
2076 2009-02-04  Andreas Schwab  <schwab@suse.de>
2077
2078         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2079         headers and regexp-quote the match if necessary.
2080
2081 2009-03-24  Miles Bader  <miles@gnu.org>
2082
2083         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2084         the blinking smiley.
2085
2086 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2087
2088         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2089         blink smiley.
2090
2091 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2092
2093         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2094         where the dribbel file lives exists.
2095
2096         * message.el (message-send-mail-partially-limit): Change the default to
2097         nil, since most people don't want this.
2098
2099         * mm-url.el (mm-url-decode-entities): Also decode entities like
2100         &#x3212.
2101
2102 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2103
2104         * gnus-sum.el (gnus-summary-idna-message):
2105         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2106         Hyperlink urls in docstrings with URL `...'.
2107
2108 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2109
2110         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2111         functions.
2112
2113 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2114
2115         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2116         say what the mouseover text should be.
2117
2118         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2119         version of the mm-w3m-safe-url-regexp variable to only download images
2120         in the groups where we want that to happen.
2121
2122         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2123
2124         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2125         easier debugging.
2126         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2127         big pictures in the article buffer.
2128
2129         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2130         gnus-article-html.
2131         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2132         w3m.
2133
2134         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2135
2136 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137
2138         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2139         which doesn't exist.
2140
2141         * message.el (message-inhibit-ecomplete): New variable to allow some
2142         function to inhibit ecomplete address storage.
2143         (message-resend): Disable ecomplete message storage when resending
2144         messages.
2145
2146         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2147
2148 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2151         Save excursion while copying, moving, and deleting articles in order to
2152         prevent the cursor from jumping to unforeseen place.
2153
2154 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2155
2156         * lpath.el: No need to bind bookmark-current-buffer,
2157         bookmark-yank-point and bookmark-make-record-function.
2158
2159 2010-08-17  Glenn Morris  <rgm@gnu.org>
2160
2161         * gnus-sync.el: Require gnus components whose functions are used.
2162
2163         * gnus-art.el (bookmark-make-record-function):
2164         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2165         Declare for compiler.
2166
2167         * mm-url.el (mml-compute-boundary): Autoload.
2168
2169 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2172
2173 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2174
2175         Typo fix "hoo4a" -> "hook".
2176
2177         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2178
2179 2010-08-14  Glenn Morris  <rgm@gnu.org>
2180
2181         * gnus-sync.el (gnus-sync): Fix defgroup version.
2182
2183 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2184
2185         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2186
2187         * gnus-sync.el: Fix docs.
2188         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2189         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2190
2191 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2192
2193         Optimizations for gnus-sync.el.
2194
2195         * gnus-sync.el: Add docs about gnus-sync-backend
2196         possibilities.
2197         (gnus-sync-save): Remove unnecessary message.
2198         (gnus-sync-read): Optimize and show what groups were skipped.
2199
2200 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2201
2202         Minor bug fixes for gnus-sync.el.
2203
2204         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2205         read the sync on get-new-news.
2206
2207         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2208         quiet.
2209
2210         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2211
2212 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2213
2214         Make saving and restoring of hidden threads work with overlays.
2215         Patch applied by Ted Zlatanov.
2216
2217         * gnus-sum.el (gnus-hidden-threads-configuration)
2218         (gnus-restore-hidden-threads-configuration): Update to deal with text
2219         properties, rather than searching for a magic character.
2220
2221 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2222
2223         New gnus-sync.el library for synchronization of marks.
2224
2225         * gnus-sync.el: New library for synchronization of marks.
2226
2227         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2228         renamed from `gnus-registry-grep-in-list'.
2229
2230         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2231
2232         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2233
2234 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2237         determining charset of text fails.
2238
2239 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * nnmail.el (nnmail-get-new-mail-1): Revert.
2242
2243         * nnml.el (nnml-active-number): Make sure names of newly created groups
2244         in nnml-group-alist are encoded.
2245
2246 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2247
2248         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2249         containing non-ASCII characters in active file for nnml back end.
2250
2251 2010-07-24  David Engster  <dengste@eml.cc>
2252
2253         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2254         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2255
2256 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2257
2258         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2259         tag (Bug#6654).
2260
2261 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2264         the article buffer, not the summary buffer.
2265
2266 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2269         Emacs 23 as well.
2270
2271 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2274         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2275
2276 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2277
2278         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2279         Patch applied by Karl Fogel.
2280
2281         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2282         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2283
2284 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2285
2286         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2287         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2288         C-w still not working correctly from Article buffers; Thierry's
2289         patch to fix that will be applied after this.
2290
2291         * gnus-art.el (bookmark-make-record-function): New local variable.
2292
2293         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2294         article buffer.
2295         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2296
2297 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2298
2299         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2300         on changes in bookmark.el.
2301
2302 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2303
2304         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2305         `no-log' instead of message not to log prompt string.
2306
2307 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2308
2309         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2310         the *other* type of HTML form submission.
2311
2312 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2313
2314         * auth-source.el (auth-source-pick): If choice does not contain a
2315         questioned keyword, set the check to t.
2316
2317 2010-06-12  Romain Francoise  <romain@orebokech.com>
2318
2319         * gnus-util.el (gnus-date-get-time): Move up before first use.
2320
2321 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2324         (gnus-article-edit-part): Bind it to make last part that is substituted
2325         or deleted visible.
2326         (gnus-mime-display-single): Buttonize part of which id equals to
2327         gnus-mime-buttonized-part-id.
2328
2329 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2330
2331         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2332         (gnus-dd-mmm): Use gnus-date-get-time.
2333         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2334         simplify logic.
2335         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2336         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2337
2338 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2339
2340         * auth-source.el (top): Autoload `secrets-list-collections',
2341         `secrets-create-item', `secrets-delete-item'.
2342         (auth-sources): Fix tag string.
2343         (auth-get-source, auth-source-retrieve, auth-source-create)
2344         (auth-source-delete): New defuns.
2345         (auth-source-pick): Rewrite in order to avoid 2 passes.
2346         (auth-source-forget-user-or-password): New parameter USERNAME.
2347         (auth-source-user-or-password): New parameters CREATE-MISSING and
2348         DELETE-EXISTING.  Retrieve password interactively, if needed.
2349
2350 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2351
2352         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2353         deleting unused directories when gnus-expert-user is t.
2354
2355 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2356
2357         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2358         for each temp file when gnus-article-browse-delete-temp is ask.
2359
2360 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2361
2362         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2363         Lisp calls to delete-backward-char by calls to delete-char.
2364
2365 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2366
2367         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2368
2369 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2370
2371         * password-cache.el (password-cache-remove): Fix docstring.
2372
2373 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2376         article unless decoding article to be saved.
2377
2378 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2381         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2382         generated within the mm-with-unibyte-current-buffer macro.
2383
2384 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2385
2386         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2387         to nil when we're in a mml-preview buffer and no group is selected.
2388
2389 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2390
2391         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2392         when catching the `C-g'.  Reported by "Leo".
2393
2394 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2395
2396         * message.el (message-forward-make-body-plain)
2397         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2398         multibyte-string-p.
2399
2400         * lpath.el: Revert.
2401
2402 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * message.el (message-forward-make-body-mml): Assume original message
2405         is multibyte string; error on unibyte.
2406         (message-forward-make-body-plain): Ditto; don't add excessive newline
2407         in body end.
2408
2409         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2410
2411 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2412
2413         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2414         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2415
2416 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * mm-extern.el (mm-extern-url): Don't use
2419         mm-with-unibyte-current-buffer.
2420         (mm-extern-cache-contents): Use with-current-buffer instead of
2421         save-excursion + set-buffer.
2422
2423 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2424
2425         * mm-util.el (mm-emacs-mule): Remove.
2426
2427 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2428
2429         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2430         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2431         change.
2432
2433 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2436         bind the default value of enable-multibyte-characters to nil.
2437
2438 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * message.el (message-forward-make-body-plain)
2441         (message-forward-make-body-mml):
2442         Don't use mm-with-unibyte-current-buffer.
2443
2444 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2445
2446         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2447
2448 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2449
2450         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2451         (Bug#5592).
2452
2453 2010-05-07  Julien Danjou  <julien@danjou.info>
2454
2455         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2456         it to mm-pipe-part.
2457
2458         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2459         it is given.
2460
2461 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * binhex.el (binhex-decode-region-internal)
2464         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2465         (dns-query)
2466         * nnweb.el (nnweb-gmane-search)
2467         * pgg-parse.el (pgg-parse-armor)
2468         * pgg.el (pgg-verify-region)
2469         * sha1.el (sha1-string-external)
2470         * uudecode.el (uudecode-decode-region-internal)
2471         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2472         XEmacs.
2473
2474         * gnus-art.el (gnus-article-browse-html-parts)
2475         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2476         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2477         make-temp-file.
2478
2479         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2480         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2481         compiling.
2482
2483         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2484         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2485         XEmacs when compiling.
2486
2487         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2488         gnus-pick-mode-off-hook for XEmacs when compiling.
2489         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2490         gnus-binary-mode-off-hook for XEmacs when compiling.
2491
2492         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2493         nil if char-charset is not available.
2494
2495         * imap.el (imap-disable-multibyte)
2496         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2497         macros.
2498
2499         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2500         instead of encode-coding-string.
2501
2502         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2503         'xemacs) instead of mm-emacs-mule to switch function definitions.
2504         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2505
2506         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2507         bind temporary-file-directory for XEmacs;
2508         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2509         timer-set-function for XEmacs 21.4 and SXEmacs;
2510         bind timer-list for XEmacs 21.4 and SXEmacs;
2511         fbind char-charset and find-charset-region for non-Mule XEmacs;
2512         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2513         encode-coding-region and encode-coding-string for XEmacs having no
2514         file-coding feature.
2515
2516 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2517
2518         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2519
2520 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2523         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2524
2525 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2526
2527         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2528         alias `jka-compr-delete-temp-file' no longer exists.
2529
2530 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2531
2532         Use define-minor-mode in Gnus where applicable.
2533         * mml.el (mml-mode): Use define-minor-mode.
2534         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2535         (gnus-undo-mode): Use define-minor-mode.
2536         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2537         (gnus-dead-summary-mode): Use define-minor-mode.
2538         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2539         Initialize in declaration.
2540         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2541         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2542         (gnus-mailing-list-mode): Use define-minor-mode.
2543         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2544         (gnus-draft-mode): Use define-minor-mode.
2545         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2546         (gnus-dired-mode): Use define-minor-mode.
2547
2548 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2549
2550         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2551         handles on recursive mml-to-mime translation and check them for
2552         boundary delimiter collisions.  Reported by Greg Troxel.
2553
2554 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2557
2558 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2559
2560         * mm-util.el (mm-find-buffer-file-coding-system):
2561         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2562
2563 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2564
2565         * message.el (message-generate-headers): Record insertion of optional
2566         headers as well.  Otherwise the check to prevent repeated insertion of
2567         optional headers is a no-op.
2568
2569 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2570
2571         * smime.el: Don't mention CVS.
2572
2573         * nnrss.el (nnrss-fetch): Don't mention CVS.
2574
2575         * nnir.el: Don't mention CVS.
2576
2577 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2578
2579         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2580
2581 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * lpath.el: Fbind bookmark-default-handler,
2584         bookmark-get-bookmark-record, bookmark-make-record-default,
2585         bookmark-prop-get for Emacs <23 and XEmacs.
2586
2587 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2588
2589         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2590         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2591         Use with-current-buffer to silence the byte-compiler.
2592         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2593         bother to require `gnus'.
2594         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2595
2596 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2597
2598         * gnus-sum.el (gnus-summary-bookmark-make-record)
2599         (gnus-summary-bookmark-jump): New functions.
2600         (gnus-summary-mode): Setup bookmark support.
2601
2602 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2603
2604         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2605         if set.
2606
2607 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2610         gnus-article-browse-html-save-cid-image; make it work recursively for
2611         forwarded messages as well.
2612         (gnus-article-browse-html-parts): Work when prefix arg is given.
2613         (gnus-article-browse-html-article): Doc fix.
2614
2615 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2616
2617         * message.el (message-default-mail-headers):
2618         (message-default-headers): Carry the value mail-default-headers over
2619         into message-default-mail-headers, rather than message-default-headers.
2620
2621 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2622
2623         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2624         charset.
2625
2626         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2627         charset into the <meta> tag when the article is encoded to utf-8.
2628
2629 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2632         directories as well.
2633         (gnus-article-browse-html-parts): Work for images that do not specify
2634         file names; delete temp directory when quitting; insert header at the
2635         right place; use file: scheme for image files.
2636
2637 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2638
2639         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2640         (gnus-article-browse-html-parts): Use it to make temporary cid image
2641         files in addition to html file so that browser may display them.
2642
2643 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2644
2645         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2646
2647 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2648
2649         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2650
2651 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2652
2653         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2654         about Secret Service API sources.  Improve Customize options.
2655         (auth-source-pick): Change to accept any number of search parameters.
2656         Implement fallbacks iteratively, not recursively.  Add scoring on the
2657         second pass and sort by score.  Call Secret Service API when needed.
2658         (auth-source-user-or-password): Use it.  Call Secret Service API
2659         directly when needed to get the user name and the password.
2660
2661 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2662
2663         * message.el (message-interactive): Doc fix.
2664         (message-qmail-inject-args): Reflow.
2665         (message-kill-to-signature): Fix typo in docstring.
2666
2667         * smiley.el (smiley-buffer): Fix typo in docstring.
2668
2669 2010-03-24  Glenn Morris  <rgm@gnu.org>
2670
2671         * mail-source.el (gnus-message): Declare.
2672         (mail-source-delete-old-incoming): Require gnus-util.
2673
2674 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2675
2676         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2677
2678         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2679
2680         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2681         password-cache's default if it is not bound.
2682         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2683         password-cache-expiry's default if it is not bound.
2684
2685         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2686         available in Emacs 21.
2687
2688         * lpath.el: Suppress compiler warnings for:
2689         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2690         XEmacs;
2691         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2692         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2693         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2694
2695 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2696
2697         * auth-source.el (auth-sources): Fix up definition so extra parameters
2698         are always inline.
2699
2700 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2701
2702         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2703         wasn't updated after mismatch.  Clear cached mailbox info correctly
2704         when uidvalidity changes.
2705         (nnimap-group-prefixed-name): New function to avoid some code
2706         duplication.
2707         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2708         (nnimap-request-group): Use it.
2709         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2710         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2711         with many imap folders.  This is done by caching the group status from
2712         the imap server persistently in a group parameter `imap-status'.  (This
2713         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2714         but not persistently, so every Gnus startup was still very slow.)
2715
2716 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2719         delete the extra newline.  Otherwise editing of :string and :number
2720         types don't work.
2721
2722 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2723
2724         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2725         secrets.el dependency.
2726         (auth-sources): Add optional user name.  Add secrets.el configuration
2727         choice (unused right now).
2728
2729 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2730
2731         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2732         `gnus-registry-install-shortcuts' fill in the functions.
2733
2734         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2735         warnings.
2736         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2737         (gnus-registry-install-shortcuts): Populate and use it in a
2738         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2739
2740 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2741
2742         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2743         In-place substitutions for the group name encoding/decoding.
2744         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2745         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2746         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2747         (nnimap-update-unseen, nnimap-request-list)
2748         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2749         (nnimap-request-set-mark, nnimap-split-to-groups)
2750         (nnimap-split-articles, nnimap-request-newgroups)
2751         (nnimap-request-create-group, nnimap-request-accept-article)
2752         (nnimap-request-delete-group, nnimap-request-rename-group)
2753         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2754         `encoded-mbx' for consistency.
2755         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2756         variable `imap-current-mailbox'.
2757
2758         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2759         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2760
2761 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2762
2763         * pop3.el (pop3-display-message-size-flag): Display message size byte
2764         counts during POP3 download.
2765         (pop3-movemail): Use it.
2766         (pop3-list): Implement listing of available messages.
2767
2768 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2769
2770         * nnir.el (nnir-get-article-nov-override-function): New function to
2771         override the normal NOV retrieval.
2772         (nnir-retrieve-headers): Use it.
2773
2774 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2775
2776         * auth-source.el (netrc-machine-user-or-password): Autoload.
2777
2778 2010-03-19  Glenn Morris  <rgm@gnu.org>
2779
2780         Stop message.el from loading about 40 libraries it doesn't always need.
2781         The general approach is to autoload rather than require, and to
2782         require in the specific functions rather than the file.  (Bug#5642)
2783
2784         * gmm-utils.el: Don't require wid-edit.
2785         (widget-create-child-value, widget-convert, widget-default-get):
2786         Autoload.
2787
2788         * gnus-util.el: Don't require time-date, netrc.
2789         (message-fetch-field, gnus-group-name-decode): Declare rather than
2790         autoloading.
2791         (gnus-fetch-field): Require message.
2792         (gnus-decode-newsgroups): Require gnus-group.
2793
2794         * ietf-drums.el: Don't require time-date.
2795
2796         * message.el: Don't require hashcash, canlock, ecomplete.
2797         Do require mail-utils.  Require nnheader only when compiling.
2798         (smtpmail-default-smtp-server): Remove declaration.
2799         (message-send-mail-function): Check smtpmail-default-smtp-server
2800         is bound rather than requiring smtpmail.
2801         (message-auto-save-directory, message-insert-signature): Use
2802         expand-file-name rather than nnheader-concat.
2803         (nnheader-insert-file-contents): Autoload.
2804         (hashcash-wait-async): Declare.
2805         (message-send-mail): Only call gnus-setup-posting-charset if
2806         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2807         (message-send-mail-with-sendmail): Require sendmail.
2808         (canlock-password, canlock-password-for-verify): Declare.
2809         (message-canlock-password): Require canlock.
2810         (nnheader-get-report): Autoload.
2811         (gnus-setup-posting-charset): Declare.
2812         (message-send-news): Require gnus-msg.
2813         (message-make-references, message-make-in-reply-to): Use mail-header-id
2814         rather than the alias mail-header-message-id.
2815         (ecomplete-add-item, ecomplete-save): Declare.
2816         (message-put-addresses-in-ecomplete): Require ecomplete.
2817         (ecomplete-display-matches): Autoload.
2818
2819         * mm-decode.el: Don't require mailcap, gnus-util.
2820         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2821         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2822         Autoload.
2823         (mailcap-mime-extensions): Declare.
2824
2825         * mm-encode.el: Don't require mailcap.
2826         (mailcap-extension-to-mime): Autoload.
2827
2828         * mml-sec.el: Don't require password-cache.
2829
2830         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2831         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2832         (mml-minibuffer-read-type): Require mailcap.
2833         (mml-preview): Require gnus-msg.
2834
2835         * mml1991.el: Require password-cache.
2836         (password-cache-expiry): Remove declaration.
2837
2838         * mml2015.el: Require password-cache.
2839         (password-cache-expiry): Remove declaration.
2840
2841         * nneething.el (mailcap): Require mailcap.
2842
2843         * nnheader.el (declare-function): Add compatibility stub.
2844         (message-remove-header): Declare rather than autoload.
2845         (nnheader-replace-header): Require message.
2846
2847         * nnimap.el (declare-function): Add compatibility stub.
2848         (netrc-parse, netrc-machine-user-or-password): Declare.
2849         (nnimap-open-connection): Require netrc.
2850
2851         * nntp.el (declare-function): Add compatibility stub.
2852         (netrc-parse, netrc-machine, netrc-get): Declare.
2853         (nntp-send-authinfo): Require netrc.
2854
2855         * rfc2047.el: Don't require qp.
2856         (quoted-printable-encode-region, quoted-printable-decode-string):
2857         Autoload.
2858
2859         * sieve-mode.el: Don't require easymenu.
2860         (easy-menu-add-item): Autoload it.
2861
2862         * spam-stat.el (time-to-number-of-days): Autoload it.
2863
2864 2010-03-19  Glenn Morris  <rgm@gnu.org>
2865
2866         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2867
2868 2010-03-18  Glenn Morris  <rgm@gnu.org>
2869
2870         * hashcash.el (declare-function): Remove duplicate definition.
2871
2872 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2873
2874         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2875         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2876         value if any backslash escapes).
2877
2878 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2881         if it is available.  (bug#5647)
2882
2883         * lpath.el: Suppress compiler warning for coding-system-from-name for
2884         Emacs 21 and XEmacs.
2885
2886 2010-03-14  Juri Linkov  <juri@jurta.org>
2887
2888         * hmac-def.el:
2889         * hmac-md5.el:
2890         * netrc.el: Fix keywords.
2891
2892 2010-02-26  Glenn Morris  <rgm@gnu.org>
2893
2894         * message.el (message-send-mail-function): Change the default, so that
2895         it inherits from a customized send-mail-function.  (Bug#5643)
2896
2897 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2898
2899         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2900         shell-command-to-string signals an error (bug#5299).
2901
2902 2010-02-24  Glenn Morris  <rgm@gnu.org>
2903
2904         * message.el (message-smtpmail-send-it)
2905         (message-send-mail-with-mailclient): Doc fixes.
2906
2907 2010-02-16  Glenn Morris  <rgm@gnu.org>
2908
2909         * message.el (message-default-mail-headers): Change the default value
2910         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2911
2912 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2913
2914         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2915         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2916
2917 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2918
2919         * time-date.el (date-to-time): Doc fix (Bug#5408).
2920
2921 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2922
2923         * message.el (message-mail): Just pass yank-action on to message-setup.
2924         (message-setup): Handle (FUN . ARGS) form of yank-action.
2925         (message-with-reply-buffer, message-widen-reply)
2926         (message-yank-original): Handle non-buffer values of
2927         message-reply-buffer (Bug#4080).
2928         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2929
2930 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2931
2932         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2933         Fix typo in docstring.
2934
2935 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2936
2937         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2938         response.
2939
2940 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2941
2942         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2943
2944         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2945
2946         * message.el (message-check-news-header-syntax): Protect against a
2947         string that `rfc822-addresses' returns when parsing fails.
2948
2949 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2952         (gnus-previous-char-property-change): New functions.
2953
2954         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2955
2956 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2957
2958         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2959         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2960
2961 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2962
2963         * message.el (message-exchange-point-and-mark): Rework last change to
2964         avoid using optional arg of exchange-point-and-mark, for backward
2965         compatibility.
2966
2967 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2968
2969         * message.el (message-exchange-point-and-mark): Call
2970         exchange-point-and-mark with an argument rather than setting
2971         mark-active by hand (Bug#5175).
2972
2973 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * nntp.el (nntp-service-to-port): Work for service expressed with
2976         numeric string; replace [:digit:] with [0-9] for XEmacs.
2977
2978 2009-12-17  Glenn Morris  <rgm@gnu.org>
2979
2980         * gnus-group.el (gnus-bug-group-download-format-alist):
2981         Change emacs entry to debbugs.gnu.org.  Bump :version.
2982
2983 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2984
2985         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2986
2987 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2988
2989         * message.el (message-info): Explain why we use `Info-goto-node'.
2990
2991 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2992
2993         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2994
2995 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2996
2997         * message.el (message-completion-in-region): New compatibility function.
2998         (message-expand-group): Use it.
2999
3000 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3003         with no unread article should be listed if the 2nd arg `predicate' is
3004         given.
3005
3006 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3009
3010 2009-11-29  Juri Linkov  <juri@jurta.org>
3011
3012         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3013         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
3014         on `gnus-recenter'. (Bug#4698, Bug#4981)
3015
3016 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3017
3018         * sha1.el (sha1-string-external): default-directory "/" in case
3019         otherwise non-existent.  process-connection-type pipe for touch of
3020         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3021
3022 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3023
3024         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
3025         it's comms related and sgml-mode.el has "comm" on that basis too.
3026
3027 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3030         containing tspecial characters if they have been already quoted.
3031
3032 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3033
3034         * dns-mode.el (auto-mode-alist): Purecopy string.
3035
3036 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3037
3038         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3039
3040 2009-10-24  Glenn Morris  <rgm@gnu.org>
3041
3042         * gnus-art.el (help-xref-stack-item): Define for compiler.
3043
3044 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3045
3046         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3047
3048 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3049
3050         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3051
3052 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3053
3054         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3055         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3056
3057 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3058
3059         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3060         (gnus-overlays-in): New alias to overlays-in.
3061
3062         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3063         gnus-overlay-get, and gnus-delete-overlay.
3064         (gnus-summary-show-thread): Make it work as well for systems in which
3065         next-single-char-property-change is not available.
3066         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3067
3068         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3069         (gnus-overlay-get): New alias to extent-property.
3070         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3071
3072         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3073         SXEmacs.
3074
3075         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3076         SXEmacs.
3077
3078 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3079
3080         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3081
3082 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3083
3084         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3085         and XEmacs that don't have `remove-overlays'.
3086
3087 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3088
3089         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3090         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3091         selective display.  Use overlays instead.
3092
3093 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3094
3095         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3096
3097 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3098
3099         * spam-stat.el (spam-stat-load): Fix typo in message.
3100
3101 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3102
3103         * dig.el (dig-invoke): Fix typo in docstring.
3104         (query-dig): Reflow docstring.
3105
3106 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3107
3108         * gnus-art.el (gnus-article-encrypt-body):
3109         * message.el (message-check-recipients):
3110         * mm-util.el (mm-codepage-setup):
3111         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3112         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3113
3114 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3115
3116         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3117         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3118         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3119         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3120         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3121
3122 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3123
3124         * dig.el: Add "Keywords: comm", as per net-utils.el.
3125
3126 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3127
3128         * dig.el (dig-mode): Use define-derived-mode.
3129
3130 2009-09-19  Glenn Morris  <rgm@gnu.org>
3131
3132         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3133
3134 2009-09-18  Glenn Morris  <rgm@gnu.org>
3135
3136         * gnus-diary.el (gnus-diary-check-message):
3137         * message.el (message-insert-formatted-citation-line):
3138         * nnbabyl.el (top-level):
3139         * nndiary.el (nndiary-schedule):
3140         Fix typos in condition-case handlers.
3141
3142 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3145         configuration that provides the sole article window in a frame;
3146         position point correctly after deleting a part.
3147
3148 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3149
3150         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3151         (spam-resolve-registrations-routine): Use it to unregister articles
3152         that change status.
3153
3154 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3157         with XEmacs.
3158         (parse-time-string-chars): Use it.
3159
3160 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3161
3162         * imap.el (imap-interactive-login): Better messages.
3163         (imap-open): Fix bug with renamed buffer on reconnect.
3164         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3165         for easier debugging and cleaner code.  On successful (guessed based on
3166         server capabilities) secondary authentication, set imap-state
3167         correctly.
3168         (imap-last-authenticator): Define imap-last-authenticator as a variable
3169         to avoid warnings.
3170
3171 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3172
3173         * nnrss.el (nnrss-request-article): Remove binding of
3174         default-enable-multibyte-characters that has gotten needless by
3175         the 2007-07-13 change in rfc2047-encode-message-header.
3176
3177         * mml.el (mml-insert-multipart): Error on the message header.
3178         (mml-insert-part): Error on the message header; position point at
3179         the end of a MIME tag.
3180
3181 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3182
3183         * time-date.el (autoload): Expand define-obsolete-function-alias into
3184         defalias and make-obsolete for old Emacsen that Gnus supports.
3185         (with-no-warnings): Define it for old Emacsen.
3186         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3187         is available.
3188         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3189         float-time is available; suppress compile warning for time-to-seconds.
3190
3191         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3192         (gnus-float-time): Alias to float-time if it exists.
3193
3194         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3195         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3196         float-time is available; suppress compile warning for time-to-seconds.
3197
3198         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3199         XEmacs.
3200
3201 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * imap.el (imap-message-map): Docstring fix.
3204
3205 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3208         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3209         Add the optional argument `encoding' that overrides the default.
3210
3211         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3212         mm-encode-buffer.
3213
3214 2009-09-04  Glenn Morris  <rgm@gnu.org>
3215
3216         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3217         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3218         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3219         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3220         * mm-util.el (mm-with-unibyte-current-buffer)
3221         (mm-find-buffer-file-coding-system):
3222         * yenc.el (yenc-decode-region): Use default-value rather than
3223         default-enable-multibyte-characters.
3224
3225 2009-09-03  Glenn Morris  <rgm@gnu.org>
3226
3227         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3228         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3229         than default-enable-multibyte-characters.
3230
3231 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3232
3233         * gnus-art.el (gnus-article-read-summary-keys):
3234         Fix gnus-buffer-configuration's value temporarily used.
3235
3236 2009-09-02  Glenn Morris  <rgm@gnu.org>
3237
3238         * gnus-util.el (gnus-float-time): New function.
3239         * gnus-delay.el (gnus-delay-article):
3240         * gnus-sum.el (gnus-thread-latest-date):
3241         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3242         * nnspool.el (nnspool-request-newgroups):
3243         Use gnus-float-time rather than time-to-seconds.
3244         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3245
3246         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3247         (gnus-header-subject-face, gnus-header-newsgroups-face)
3248         (gnus-header-name-face, gnus-header-content-face):
3249         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3250         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3251         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3252         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3253         (gnus-cite-face-11):
3254         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3255         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3256         (gnus-server-closed-face, gnus-server-denied-face)
3257         (gnus-server-offline-face):
3258         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3259         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3260         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3261         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3262         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3263         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3264         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3265         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3266         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3267         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3268         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3269         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3270         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3271         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3272         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3273         (gnus-summary-high-undownloaded-face)
3274         (gnus-summary-low-undownloaded-face)
3275         (gnus-summary-normal-undownloaded-face)
3276         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3277         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3278         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3279         (gnus-splash-face):
3280         * message.el (message-header-to-face, message-header-cc-face)
3281         (message-header-subject-face, message-header-newsgroups-face)
3282         (message-header-other-face, message-header-name-face)
3283         (message-header-xheader-face, message-separator-face)
3284         (message-cited-text-face, message-mml-face):
3285         * sieve-mode.el (sieve-control-commands-face)
3286         (sieve-action-commands-face, sieve-test-commands-face)
3287         (sieve-tagged-arguments-face):
3288         * spam.el (spam-face):
3289         Mark face aliases with "-face" in the name as obsolete.
3290
3291 2009-09-01  Glenn Morris  <rgm@gnu.org>
3292
3293         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3294         than goto-line.
3295
3296 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3299         Don't move point if the command is invoked inside the message header.
3300
3301 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3302
3303         * imap.el (imap-send-command): Simplify.
3304         (imap-wait-for-tag): point-max -> buffer-size.
3305
3306 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3307
3308         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3309         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3310         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3311         * nnir.el (nnir-swish-e-index-file):
3312         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3313         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3314         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3315         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3316         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3317         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3318
3319 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3322         Don't save excursion.
3323
3324 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3325
3326         * nnheader.el (nnheader-find-file-noselect):
3327         * mm-util.el (mm-insert-file-contents):
3328         Use (default-value 'major-mode) instead of default-major-mode.
3329
3330 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3331
3332         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3333
3334 2009-08-26  Glenn Morris  <rgm@gnu.org>
3335
3336         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3337         than placing in files.el.
3338
3339 2009-08-25  Glenn Morris  <rgm@gnu.org>
3340
3341         * nnir.el (top-level): Don't require cl at run-time.
3342         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3343         Replace cl-function substitute with gnus-replace-in-string.
3344         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3345         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3346         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3347         simplified expansions.
3348
3349 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3350
3351         * dig.el (dig): Add autoload cookie.
3352
3353 2009-08-22  Glenn Morris  <rgm@gnu.org>
3354
3355         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3356         goto-line.
3357
3358 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3359
3360         * parse-time.el (parse-time-string-chars): Save match data.
3361
3362 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3363
3364         * parse-time.el (parse-time-string-chars): Compute using character
3365         classes, to handle non-ascii characters (Bug#3190).
3366
3367 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3370
3371         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3372         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3373         (gnus-mm-display-part, gnus-mime-display-single)
3374         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3375         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3376
3377         * gnus-sum.el
3378         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3379         (gnus-summary-move-article): Add expirable mark to articles copied or
3380         moved to group that has auto-expire turned on if the option is non-nil.
3381
3382 2009-07-24  Glenn Morris  <rgm@gnu.org>
3383
3384         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3385         Fix typo.  (Bug#3903)
3386
3387 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3388
3389         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3390         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3391         that should not be used for draft articles.
3392         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3393         that has no concern in minor mode keys.
3394         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3395         Abolish.
3396
3397 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3400         article without making inquiry to a user for unknown encoding.
3401
3402         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3403         (nnmaildir--scan): Assume i-node and device number that file-attributes
3404         returns might be cons-cell.
3405
3406         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3407
3408         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3409
3410 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3411
3412         * auth-source.el: Remove docs now in auth.texi.  Don't use
3413         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3414         `auth-source-hide-passwords' and use them.
3415
3416 2009-07-15  Glenn Morris  <rgm@gnu.org>
3417
3418         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3419
3420 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3423         excessive whitespace from the default values of title and description.
3424
3425 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3426
3427         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3428         mail-fetch-field to fetch Content-Description header in order to
3429         exclude newlines.
3430
3431 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3432
3433         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3434         format used by GnuPG 2.0.11.
3435
3436 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3439         to deleted part.
3440
3441 2009-05-30  David Engster  <dengste@eml.cc>
3442
3443         * nnmairix.el: Remove old documentation in the commentary block.
3444         (nnmairix-request-group): Do not update active file for nnml back ends.
3445         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3446         end so that overview files are ignored.
3447         (nnmairix-update-groups): Make updating the groups more robust by using
3448         marks.
3449         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3450         with dollar characters in message-id.
3451
3452 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3453
3454         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3455         2008-12-25 in dns.el.
3456
3457 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3458
3459         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3460         could happen if the text is only composed of spaces and/or tabs.
3461
3462 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3463
3464         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3465         when sending a queued message to avoid extra mml tags.
3466
3467 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3470
3471 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3472
3473         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3474         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3475         rmail-toggle-header for XEmacs;
3476         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3477
3478 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3479
3480         * gnus-dired.el: Remove autoload for gnus-setup-message.
3481         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3482         displaying Gnus logo; always use compose-mail.
3483
3484 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3487
3488 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3491         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3492         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3493         available.
3494         (gnus-nocem-epg-verify): New function.
3495
3496 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3497
3498         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3499
3500 2009-02-15  Glenn Morris  <rgm@gnu.org>
3501
3502         * gnus-util.el (rmail-insert-rmail-file-header)
3503         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3504         autoloads.
3505         (rmail-default-rmail-file): Remove unnecessary declaration.
3506         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3507
3508 2009-02-14  Glenn Morris  <rgm@gnu.org>
3509
3510         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3511         variable (only used in gnus-util, which declares it anyway).
3512         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3513         which was only needed by gnus-art (changed to not use it any more).
3514         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3515         only used in gnus-util, which autoloads it itself.
3516         (rmail-update-summary): Fix autoload.
3517
3518         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3519         rather than rmail-output-to-rmail-file.
3520
3521 2009-02-07  Glenn Morris  <rgm@gnu.org>
3522
3523         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3524         autoload of function that no longer exists.
3525         (rmail-toggle-header): Declare.
3526         (message-forward-rmail-make-body): Handle mbox Rmail.
3527
3528 2009-01-31  Glenn Morris  <rgm@gnu.org>
3529
3530         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3531         2009-01-09 change.
3532
3533 2009-01-31  Dave Love  <fx@gnu.org>
3534
3535         * imap.el (imap-fetch-safe): Bind debug-on-error.
3536         (imap-debug): Add imap-fetch-safe.
3537
3538 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3539
3540         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3541         (auth-source-forget-all-cached): New convenience function.
3542         (auth-source-user-or-password): Accept list of modes or a single mode.
3543
3544         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3545         auth-source modes.
3546
3547         * netrc.el (netrc-machine-user-or-password): Use list of
3548         auth-source modes.
3549
3550         * nnimap.el (nnimap-open-connection): Use list of
3551         auth-source modes.
3552
3553         * nntp.el (nntp-send-authinfo): Use list of
3554         auth-source modes.
3555
3556 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3557
3558         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3559         now.
3560
3561 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3562
3563         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3564         coding system in XEmacs; add a workaround for XEmacs.
3565
3566         * lpath.el: Fbind coding-system-aliasee.
3567
3568 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3571         of current-language-environment.
3572
3573 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3574
3575         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3576         available at runtime.
3577
3578 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3579
3580         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3581
3582 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3583
3584         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3585         the greatest positive fixnum value doesn't work under an XEmacs with
3586         bignum support; use the most-positive-fixnum constant instead,
3587         available since Emacs 21.1 with cl and XEmacs 21.1.
3588
3589 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3590
3591         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3592         XEmacs gets not to work.
3593
3594 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * mm-util.el (mm-coding-system-priorities): Allow the value like
3597         "Japanese (UTF-8)" of current-language-environment.
3598
3599 2009-01-09  Glenn Morris  <rgm@gnu.org>
3600
3601         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3602         with last-command-event.
3603
3604 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3605
3606         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3607         in the doc string.
3608
3609         * message.el (message-fix-before-sending): Amend comment.
3610
3611 2009-01-08  Dave Love  <fx@gnu.org>
3612
3613         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3614
3615 2009-01-07  David Engster  <dengste@eml.cc>
3616
3617         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3618         simplified server definitions by converting it via
3619         gnus-server-to-method.
3620
3621 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3622
3623         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3624         parameter's operands.
3625
3626 2009-01-06  David Engster  <dengste@eml.cc>
3627
3628         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3629         primary select method (for gnus-group-mark-article-as-read).
3630
3631 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3632
3633         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3634         `(gnus)Face', not `(gnus)X-Face'.
3635
3636 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * mm-util.el (mm-ucs-to-char): New function.
3639
3640         * mm-url.el (mm-url-decode-entities): Use it.
3641
3642         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3643         unicode-to-char.
3644
3645 2009-01-05  Dave Love  <fx@gnu.org>
3646
3647         * time-date.el: Require cl for `declare'.
3648
3649 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3650
3651         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3652         Dave Love.
3653
3654 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * message.el (message-fix-before-sending): Add `eight-bit' to
3657         illegible-text check.
3658
3659 2009-01-03  Michael Olson  <mwolson@gnu.org>
3660
3661         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3662         `headers' is nil.  This can occur if the IMAP server does not have
3663         permissions to read messages from a folder, but can write new messages
3664         to the folder.
3665         (nnimap-request-article-part): Do not insert `data' if it is nil.
3666
3667         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3668         characters which will confuse `read', so skip past them.
3669
3670 2009-01-01  Dave Love  <fx@gnu.org>
3671
3672         * imap.el (imap-string-to-integer): Fix typo.
3673         (imap-fetch-safe): New function.
3674         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3675
3676         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3677
3678         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3679         (imap-parse-greeting): Fix doc strings.
3680         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3681         (imap-parse-flag-list): Make messages unique.
3682         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3683
3684         * nnimap.el: Fix author email.
3685         (nnimap-split-rule): Add FIXME comment.
3686         (nnimap-debug): Fix doc string.
3687
3688 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3689
3690         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3691
3692 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3693
3694         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3695         nslookup if resolv.conf isn't available.
3696         (dns-query): Rename from query-dns.
3697         (dns-query-cached): Rename from query-dns-cached.
3698
3699 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3700
3701         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3702         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3703         to check if those variables exist (first appeared in Emacs 18.50).
3704
3705 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * mm-util.el (mm-line-number-at-pos): New function.
3708
3709         * spam-report.el (spam-report-process-queue): Use it.
3710
3711 2008-12-24  David Engster  <dengste@eml.cc>
3712
3713         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3714         parameters that haven't existed as variables as buffer-local variables.
3715
3716 2008-12-23  Dave Love  <fx@gnu.org>
3717
3718         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3719         cadar.
3720
3721         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3722         imap-starttls-p.
3723         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3724
3725 2008-12-22  Dave Love  <fx@gnu.org>
3726
3727         * imap.el: Fix author email.  Doc fixes.
3728         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3729         reply.
3730
3731 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3732
3733         * spam-report.el (spam-report-gmane-max-requests): New constant.
3734         (spam-report-gmane-wait): New variable.
3735         (spam-report-gmane-ham, spam-report-gmane-spam)
3736         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3737         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3738         the server.
3739
3740         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3741         Add explanations.
3742
3743         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3744         nnheader-accept-process-output and nnheader-read-timeout if available.
3745         (pop3-movemail): Use it.
3746
3747         * message.el (message-check-news-body-syntax): Fix signature check if
3748         there's an attachment.
3749
3750 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * mm-util.el: Add comments to the mm- emulating functions.
3753
3754 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3755
3756         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3757         by Stephen Berman <stephen.berman@gmx.net>.
3758
3759 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * mm-util.el (mm-substring-no-properties): New function.
3762         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3763         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3764         (mm-string-to-multibyte): Doc fix.
3765
3766         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3767
3768 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3769
3770         * mml.el (mml-attach-file): Strip text properties from file name.
3771         (Bug#1574)
3772
3773 2008-12-16  Glenn Morris  <rgm@gnu.org>
3774
3775         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3776
3777 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3778
3779         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3780         knows since the charset specified might be a bogus alias that
3781         mm-charset-synonym-alist provides.
3782
3783 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3784
3785         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3786         "ISO_8859-1".
3787
3788         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3789
3790 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * mm-util.el (mm-charset-eval-alist):
3793         Define it before mm-charset-to-coding-system.
3794         (mm-charset-to-coding-system): Add optional argument `silent';
3795         define it before mm-charset-override-alist.
3796         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3797         default value if it can be used in Emacs currently running;
3798         silence mm-charset-to-coding-system.
3799
3800 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3803         `allow-override' which says whether to use `mm-charset-override-alist'.
3804         (rfc2047-decode-encoded-words): Use it.
3805
3806         * mm-util.el (mm-charset-override-alist): Fix custom type;
3807         add `(gb2312 . gbk)' to choices.
3808
3809 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3812         fast.
3813
3814         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3815
3816         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3817
3818 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3819
3820         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3821         on links.
3822
3823         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3824
3825 2008-12-03  Lute Kamstra  <lute@gnu.org>
3826
3827         * sha1.el: Remove leading * from docstrings of defcustoms,
3828         deffaces, defconsts and defuns.
3829
3830 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3833         users' addresses that don't have domain parts.
3834         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3835         rather than message-narrow-to-head since there will be the message
3836         header separator.
3837
3838 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3839
3840         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3841         since the result is inserted in a unibyte buffer anyway.
3842         (nnimap-demule-use-string-to-multibyte): Remove.
3843         (nnimap-demule): Alias it to mm-string-to-multibyte.
3844
3845 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3846
3847         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3848         variable for debugging bug#464 and bug#1174.
3849         (nnimap-demule): Use it.
3850
3851 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3852
3853         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3854         score calculation correctly.
3855
3856 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3857
3858         * message.el (message-send-mail): Just set the buffer to unibyte
3859         rather than use mm-with-unibyte-current-buffer which does a lot more.
3860         (message-send-mail-partially): Don't bother with
3861         mm-with-unibyte-current-buffer since it's already been made unibyte by
3862         message-send-mail.
3863
3864 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3865
3866         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3867
3868 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3869
3870         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3871
3872 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3875         require itself and to remove `with-no-warnings'.
3876
3877 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3878
3879         * starttls.el (starttls-any-program-available): Get the name of the
3880         available TLS layer program.
3881         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3882         well as the host name in the "opening" message.
3883
3884         * auth-source.el (auth-source-cache, auth-source-do-cache)
3885         (auth-source-user-or-password): Cache passwords and logins by default,
3886         allow override with `auth-source-do-cache'.
3887         (auth-source-forget-user-or-password): Allow users to remove cache
3888         entries if needed.
3889
3890 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3891
3892         * md4.el (md4-buffer): Fix typo in docstring.
3893         (md4, md4-64): Doc fixes.
3894         (md4-pack-int32): Reflow docstring.
3895
3896 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3897
3898         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3899         condition-case to only the forward-sexp call.
3900
3901 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3902
3903         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3904         quotes contained.  Make it more robust regardless by an extra
3905         condition-case wrapper.
3906
3907 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3910
3911 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * nnml.el (nnml-request-expire-articles): Check if the function set to
3914         `nnmail-expiry-target' returns the symbol `delete'.
3915
3916         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3917
3918         * nnmail.el (nnmail-expiry-target): Fix custom type.
3919
3920 2008-10-02  Glenn Morris  <rgm@gnu.org>
3921
3922         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3923         Silence compiler warning.
3924
3925 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3926
3927         * tls.el (open-tls-stream): Show the actual command being
3928         executed, instead of the format string.
3929
3930 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3931
3932         * lpath.el: Fbind codepage-setup for Emacs 23.
3933
3934 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3935
3936         * mml.el (mml-menu): Don't assume mml2015 is bound.
3937
3938 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3941         exists.
3942
3943 2008-09-27  Glenn Morris  <rgm@gnu.org>
3944
3945         * gnus-util.el (mail-header-remove-comments): Autoload it.
3946
3947 2008-09-27  Andreas Schwab  <schwab@suse.de>
3948
3949         * gnus-util.el (gnus-split-references): Strip comments.
3950         (gnus-parent-id): Likewise.
3951
3952 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3953
3954         * message.el (message-confirm-send): Fix version.
3955
3956 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3957
3958         * message.el (message-idna-to-ascii-rhs-1): Use
3959         mail-extract-address-components rather than mail-header-parse-addresses
3960         that is an alias by default to ietf-drums-parse-addresses that does not
3961         support non-ASCII names in headers' contents.
3962
3963 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3964
3965         * message.el (message-confirm-send): Fixed variable documentation to
3966         avoid the "y/n" wording.
3967
3968 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3969
3970         * message.el (message-set-auto-save-file-name): Save to a different
3971         filename so multiple messages (especially drafts) can be recovered.
3972
3973 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3974
3975         * message.el (message-confirm-send): Add appropriate version.
3976
3977 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3978
3979         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3980         defvar.
3981
3982 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3983
3984         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3985         (mm-pkcs7-enveloped-magic): Ditto.
3986
3987 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3988
3989         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3990         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3991
3992 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3993
3994         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3995         default, it's better.
3996
3997 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3998
3999         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
4000         summary line gnus-number property and ignore them (with a warning
4001         message).
4002
4003 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
4006         macro caddr in the interactive form since it won't be expanded.
4007
4008 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
4011         `charset'; fix name of function called recursively.
4012         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
4013
4014 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
4017         (gnus-mime-set-charset-parameters): New function.
4018         (gnus-mime-view-part-as-charset): Use it to correctly display part
4019         specifying wrong charset.
4020
4021 2008-09-08  David Engster  <dengste@eml.cc>
4022
4023         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
4024         in completing-read for back end server.
4025
4026 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4027
4028         * message.el (message-confirm-send): New variable to confirm sending a
4029         message.
4030         (message-send): Use it.
4031
4032 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4033
4034         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4035
4036 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4039
4040 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4041
4042         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4043         prevent tracking too many groups.
4044         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4045         Use it.
4046
4047 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4048
4049         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4050         moving point to the bottom of the window in order to avoid recentering.
4051
4052 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4055
4056         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4057         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4058         (gnus-article-beginning-of-window): Fix calculation.
4059
4060 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4061
4062         * gnus-msg.el (gnus-summary-supersede-article)
4063         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4064         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4065         message header.
4066
4067 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4068
4069         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4070         pending output coming after the status change.
4071
4072 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4073
4074         * message.el:
4075         * gnus-start.el:
4076         * gnus-registry.el: Remove VMS support.
4077
4078 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4081         macro.
4082         (rfc2104-hash): Use it.
4083
4084 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4085
4086         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4087         (gnus-summary-sort-by-most-recent-date): New commands.
4088         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4089         and menu entries.
4090
4091 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4092
4093         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4094         don't redisplay article for raw contents; remove plural articles stuff.
4095
4096         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4097         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4098         on gnus-summary-save-article; display results properly.
4099
4100 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * lpath.el: No need to fbind ns-focus-frame.
4103
4104 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4107
4108 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4111         gnus-save-all-headers.
4112
4113 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4114
4115         * gnus-util.el (ns-focus-frame): Remove declaration.
4116         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4117         like x.
4118
4119 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4120
4121         * rfc2104.el (rfc2104-zero): Delete defconst.
4122         (rfc2104-hex-alist): Likewise.
4123         (rfc2104-hex-to-int): Delete func.
4124         (rfc2104-hexstring-to-bitstring): Likewise.
4125         (rfc2104-nybbles): New defconst.
4126         (rfc2104-hash): Rewrite for speed.
4127
4128 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * tls.el (open-tls-stream): Make it work with the 2nd argument
4131         BUFFER that is a string but does not exist as a buffer object, as
4132         mentioned in the doc-string.
4133
4134 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4135
4136         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4137         SXEmacs.
4138
4139 2008-07-16  Glenn Morris  <rgm@gnu.org>
4140
4141         * gnus-util.el (ns-focus-frame): Declare for compiler.
4142
4143 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4146         set as a group parameter.
4147         (gnus-summary-save-in-pipe): Work when it is called independently.
4148         (gnus-summary-pipe-to-muttprint): Don't modify
4149         gnus-summary-pipe-output-default-command.
4150
4151 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4152
4153         * message.el (message-send-mail-with-sendmail):
4154         Display the error message.
4155
4156 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * gnus-art.el (gnus-default-article-saver):
4159         Add gnus-summary-save-in-pipe to choices.
4160         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4161         gnus-summary-pipe-output-default-command as the default command.
4162         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4163         instead of gnus-last-shell-command.
4164
4165         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4166         New user option.
4167         (gnus-summary-muttprint-program): Mention the value will be changed.
4168         (gnus-summary-save-article): Force showing of all headers.
4169         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4170
4171 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4172
4173         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4174
4175 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4176
4177         * nnimap.el (nnimap-id):
4178         * sieve-manage.el (sieve-manage-open): Doc fixes.
4179
4180 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4181
4182         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4183         if available.
4184
4185 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4186
4187         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4188
4189         * nnkiboze.el (nnkiboze-generate-group):
4190         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4191
4192         * nnmairix.el: Require CL.
4193
4194 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * dgnushack.el: Autoload get-display-table and put-display-table for
4197         XEmacs 21.5.
4198
4199         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4200         21.4 and SXEmacs.
4201
4202 2008-06-15  David Engster  <dengste@eml.cc>
4203
4204         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4205
4206 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4207
4208         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4209         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4210         runtime choice under XEmacs.
4211
4212         * gnus-sum.el (gnus-summary-set-display-table):
4213         Use `gnus-put-display-table', `gnus-get-display-table',
4214         `gnus-set-display-table' for the display table, instead of `aset'.
4215
4216         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4217         Use `gnus-put-display-table', `gnus-get-display-table',
4218         `gnus-set-display-table' for the display table.
4219
4220 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4221
4222         * nnmairix.el: Add autoloads.
4223
4224 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4225
4226         * nnmairix.el (nnmairix-delete-recreate-group)
4227         (nnmairix-update-and-clear-marks): Fix error messages.
4228
4229 2008-06-14  David Engster  <dengste@eml.cc>
4230
4231         * nnmairix.el: Upgrade to version 0.6.
4232         (nnmairix-group-toggle-propmarks-this-group)
4233         (nnmairix-group-toggle-readmarks-this-group)
4234         (nnmairix-group-delete-recreate-this-group)
4235         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4236         (nnmairix-remove-tick-mark-original-article): New commands.
4237         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4238         (nnmairix-propagate-marks-to-nnmairix-groups)
4239         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4240         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4241         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4242         functions needed for marks propagation and manipulation of read marks.
4243         (nnmairix-update-groups): New function.
4244         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4245         (nnmairix-determine-original-group-from-registry)
4246         (nnmairix-determine-original-group-from-path)
4247         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4248         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4249         New helper functions.
4250         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4251         keystrokes for new commands.
4252         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4253         (nnmairix-request-group): Check allow-fast group parameter.
4254         (nnmairix-request-create-group): Set allow-fast group parameter if
4255         nnmairix-allowfast-default is set.
4256         (nnmairix-close-group): Propagate marks upon closing if needed.
4257         (nnmairix-group-toggle-threads-this-group): Use new.
4258         nnmairix-group-toggle-parameter helper function.
4259         (nnmairix-search): Better check for empty search result.
4260         (nnmairix-goto-original-article): Use new helper functions for
4261         determining original article.
4262         (nnmairix-show-original-article): Make sure message-id is in brackets.
4263         (nnmairix-call-mairix-binary): Change variable name.
4264         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4265         helper function.
4266         (nnmairix-widget-toggle-activate): Fix doc string.
4267
4268 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * nnir.el: Require edmacro when compiling with XEmacs.
4271         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4272         available in Emacs 21.
4273
4274 2008-06-11  Glenn Morris  <rgm@gnu.org>
4275
4276         * gnus-util.el (x-focus-frame):
4277         * gnus.el (image-size):
4278         * mm-decode.el (image-size): Declare.
4279
4280         * gnus-picon.el (declare-function): Add compat definition.
4281         (image-size): Declare.
4282
4283         * gnus-group.el (tool-bar-map):
4284         * gnus-sum.el (tool-bar-map): Define for compiler.
4285
4286         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4287
4288         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4289
4290         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4291         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4292         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4293         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4294         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4295         * sieve-manage.el, spam-report.el, spam.el:
4296         Remove unnecessary eval-and-compile of autoloads.
4297
4298 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4299
4300         * auth-source.el: Precise Tramp doc.
4301
4302 2008-06-07  Glenn Morris  <rgm@gnu.org>
4303
4304         * nnmairix.el: Remove unnecessary eval-when-compile.
4305
4306 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * lpath.el: Fbind propertize for XEmacs 21.4.
4309
4310 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4311
4312         * nnir.el: Move here from ../contrib.
4313
4314 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4315
4316         * gnus-util.el (gnus-read-shell-command): New function.
4317         * mm-decode.el (mm-pipe-part):
4318         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4319
4320 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4321
4322         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4323
4324 2008-06-03  Glenn Morris  <rgm@gnu.org>
4325
4326         * pop3.el (nnheader-accept-process-output): Autoload it.
4327
4328 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4331         are not 2-digit hexadecimal characters that follow `%'s.
4332
4333 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4334
4335         * message.el (message-bogus-recipient-p): Fix type in doc string.
4336         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4337         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4338         Improve custom options.
4339         (message-bogus-recipient-p): Adjust accordingly.
4340
4341 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4342
4343         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4344         long-form month and day names.
4345
4346 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * dgnushack.el: Autoload debug, eudc-expand-inline and
4349         pgg-snarf-keys-region for XEmacs.
4350
4351         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4352
4353         * nnmairix.el: Require edmacro when compiling with XEmacs.
4354
4355 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4356
4357         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4358         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4359
4360 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4361
4362         * auth-source.el: Add more docs.
4363
4364         * netrc.el (netrc-machine): Always match if the port is not given.
4365
4366 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4367
4368         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4369         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4370         retrieval faster in some cases, but might make CPU usage larger.  If
4371         this has any bad side effects, we might revert this change.
4372
4373         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4374         seems to make mail retrieval much, much faster.
4375         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4376         unconditionally.
4377
4378         * gnus-draft.el (gnus-group-send-queue): Bind
4379         message-send-mail-partially-limit to nil to avoid being prompted.
4380
4381 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4382
4383         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4384
4385         * message.el (message-bogus-address-regexp): Fix and improve custom
4386         type.
4387         (message-setup-hook): Add message-check-recipients as custom option.
4388
4389 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4390
4391         * message.el (message-cite-function): Remove bogus autoload which crept
4392         in during merge from v5-10.
4393
4394 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4395
4396         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4397
4398         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4399
4400         * auth-source.el: Preliminary Tramp docs.
4401         (auth-sources): Change the default auth-sources to use
4402         EPA .gpg files.
4403
4404 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4405
4406         * nntp.el: Autoload `auth-source-user-or-password'.
4407         (nntp-send-authinfo): Use it.
4408
4409         * nnimap.el: Autoload `auth-source-user-or-password'.
4410         (nnimap-open-connection): Use it.
4411
4412         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4413         for the gnus-message function.
4414         (auth-source-user-or-password): Use it.
4415
4416 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4417
4418         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4419         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4420         (rfc2104-hash): Use it.
4421
4422 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4423
4424         * gnus-art.el (gnus-article-toggle-truncate-lines):
4425         Don't use `iff' in docstring.
4426
4427 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4428
4429         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4430
4431         * gnus-util.el (gnus-extract-address-component-name)
4432         (gnus-extract-address-component-email): Convenience functions around
4433         `gnus-extract-address-components'.
4434
4435         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4436         Use `gnus-extract-address-component-email' to fix bug of comparing full
4437         sender name to `user-mail-address'.
4438
4439 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4442         catch/throw to optimize.
4443         (gnus-registry-find-keywords): Just use member to find a keyword.
4444
4445 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4446
4447         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4448         is current before calling gnus-server-prepare.
4449         (gnus-server-setup-buffer, gnus-server-update-server)
4450         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4451
4452 2008-05-04  Juri Linkov  <juri@jurta.org>
4453
4454         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4455         (mailcap-file-default-commands): Use mailcap-replace-in-string
4456         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4457         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4458
4459 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4460
4461         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4462
4463 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4464
4465         * gnus.el: Bump version to 0.11.
4466
4467 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4468
4469         * gnus.el: No Gnus v0.10 is released.
4470
4471 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4474         hooks.
4475         (gnus-update-read-articles): Speed up non-marks-using users.
4476         (gnus-use-marks): Define gnus-use-marks.
4477         (gnus-propagate-marks): Rename variable to something more sensible.
4478
4479 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4480
4481         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4482         (gmm-image-load-path-for-library): Fix typos in docstrings.
4483         (gmm-message): Reflow docstring.
4484
4485 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * mail-source.el (mail-source-set-1, mail-source-bind):
4488         Move auth-source code out of the macro to clean it up and fix bugs.
4489
4490 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4491
4492         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4493         by sender if it's equal to user-mail-address, it's likely to be
4494         useless.
4495
4496         * mail-source.el (mail-source-bind): Don't use user or password if they
4497         are not bound.  Unintern them if they are nil.  Don't use server unless
4498         it's bound, and default it to empty string otherwise.
4499
4500 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4501
4502         * mail-source.el: Load auth-source.el.
4503         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4504         get user name or password, if auth-sources is set up.
4505
4506         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4507         strategy of splitting with parent.
4508         (gnus-registry-split-fancy-with-parent)
4509         (gnus-registry-post-process-groups): Use it and fix prior
4510         bug (returning a list as the split result).
4511
4512         * auth-source.el (auth-sources): Remove server parameter.
4513         (auth-source-pick, auth-source-user-or-password)
4514         (auth-source-user-or-password-imap)
4515         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4516         (auth-source-user-or-password-sftp)
4517         (auth-source-user-or-password-smtp): Remove server parameter.
4518
4519 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4520
4521         * smime.el (smime-sign-region, smime-encrypt-region)
4522         (smime-decrypt-region):
4523         Remove redundant calls to `generate-new-buffer-name'.
4524
4525 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4526
4527         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4528         Don't use QP for message/rfc822.
4529         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4530
4531 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4532
4533         * sieve-manage.el (sieve-string-bytes): Remove.
4534         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4535         correct byte-length only if the process's coding-system is the same as
4536         the one used internally by Emacs to represent strings.
4537
4538 2008-04-22  Juri Linkov  <juri@jurta.org>
4539
4540         * mailcap.el (mailcap-file-default-commands): New function.
4541
4542 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4543
4544         * message.el (message-signature-separator, message-cite-function):
4545         Change custom version.
4546
4547 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4548
4549         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4550         commands.
4551         (tls-checktrust): Ditto.
4552
4553 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4554
4555         * mm-decode.el (mm-display-external): Make temp file read-only.
4556
4557 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4558
4559         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4560         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4561         `C-c C-f d'.
4562
4563 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4564
4565         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4566
4567 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * gnus.el: Bump version to 0.9.
4570
4571 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4572
4573         * gnus.el: No Gnus v0.8 is released.
4574
4575 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4576
4577         * mail-source.el (mail-source-value):
4578         Prefer fboundp to functionp so it works with macros as well.
4579
4580 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4581
4582         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4583         Fix last change in case the element is not even a symbol.
4584
4585 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4586
4587         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4588         Prefer fboundp to functionp so it works with macros as well.
4589
4590 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4591
4592         * auth-source.el: Added docs.
4593         (auth-sources): Modify format to support server.
4594         (auth-source-pick, auth-source-user-or-password)
4595         (auth-source-user-or-password-imap)
4596         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4597         (auth-source-user-or-password-sftp)
4598         (auth-source-user-or-password-smtp): Add server parameter.
4599
4600 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4601
4602         * gnus-registry.el: Initialize the registry when gnus-registry-install
4603         is t.
4604
4605 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * compface.el (uncompface): Make buffer unibyte.
4608
4609 2008-04-05  Glenn Morris  <rgm@gnu.org>
4610
4611         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4612
4613 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4614
4615         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4616         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4617
4618         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4619         multibyteness after rather than before erasing it.
4620
4621         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4622         mm-with-multibyte.
4623         (gnus-request-article-this-buffer): Make sure the proper decoding is
4624         used if gnus-original-article-buffer happens to be unibyte.
4625
4626         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4627         default-enable-multibyte-characters.
4628
4629         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4630         default-enable-multibyte-characters.
4631
4632         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4633
4634         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4635
4636 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4637
4638         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4639         (imap-message-copyuid-1): Use it.
4640         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4641         J. Williams in
4642         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4643
4644         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4645         imap-enable-exchange-bug-workaround.
4646         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4647
4648 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4649
4650         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4651         a 100 byte status-checks into a 2-3MB transfer for each group.
4652         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4653         to enable bug workaround or not.
4654         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4655
4656 2008-03-31  Glenn Morris  <rgm@gnu.org>
4657
4658         * message.el (mml2015-use): Declare for compiler.
4659         (message-info): Require mml2015 when appropriate.
4660
4661 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4662
4663         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4664         whitespace.
4665
4666 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4667
4668         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4669         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4670         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4671         (nntp-service-to-port): New function.
4672         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4673         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4674         (nntp-open-netcat-stream): New function.
4675         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4676
4677 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4678
4679         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4680
4681 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4682
4683         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4684
4685 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4686
4687         * dns.el (dns-write): Use set-buffer-multibyte.
4688
4689 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4690
4691         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4692
4693 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4694
4695         * message.el (message-signature-separator): Change default.
4696         Improve custom type.
4697         (message-cite-function): Change default to
4698         message-cite-original-without-signature.
4699
4700         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4701         toggle.
4702
4703         * message.el (message-check-news-body-syntax): Fix signature check.
4704         (message-setup-1): Mark buffer as unmodified _after_ running
4705         message-setup-hook and handling message-alternative-emails.
4706         (message-shorten-references): Be more strict when building list of
4707         valid references to comply with GNKSA.
4708
4709         * gnus-group.el (gnus-read-ephemeral-bug-group)
4710         (gnus-read-ephemeral-debian-bug-group)
4711         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4712
4713         * message.el (message-info): Don't use booleanp which isn't supported
4714         in Emacs 21 and XEmacs.
4715
4716 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4717
4718         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4719         gnus-group-gmane-group-download-format.
4720         (gnus-group-read-ephemeral-gmane-group): Rename from
4721         gnus-group-read-ephemeral-gmane-group.
4722         (gnus-read-ephemeral-gmane-group-url): Rename from
4723         gnus-group-read-ephemeral-gmane-group-url.
4724         (gnus-bug-group-download-format-alist): New variable.
4725         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4726         (gnus-read-ephemeral-emacs-bug-group): New commands.
4727
4728 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4729
4730         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4731         (gnus-visible-headers): Improve custom type.
4732
4733 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4734
4735         * mml.el (mml-menu): Add workarounds for XEmacs.
4736
4737         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4738         X-Boundary header.
4739
4740         * message.el (message-simplify-recipients): Fix previous commit.
4741
4742 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4743
4744         * mm-util.el (mm-set-buffer-multibyte): New function.
4745         * mm-decode.el (mm-copy-to-buffer): Use it.
4746
4747 2008-03-19  Glenn Morris  <rgm@gnu.org>
4748
4749         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4750         Accidentally removed in the sync process with Emacs.
4751
4752 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4753
4754         * message.el (message-alter-recipients-discard-bogus-full-name):
4755         New function.
4756         (message-alter-recipients-function): New variable.
4757         (message-get-reply-headers): Use it.
4758         (message-replace-header): New helper function.
4759         (message-recipients-without-full-name): New variable.
4760         (message-simplify-recipients): New command.
4761
4762         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4763
4764         * message.el (message-info): Handle EasyPG manual.
4765
4766         * mml.el (mml-menu): Add entry for EasyPG.
4767
4768 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4769
4770         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4771         parameter.
4772
4773         * message.el (message-disassociate-draft): Specify drafts group name
4774         fully.
4775
4776 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4777
4778         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4779         unnecessary duplicates from the match list.
4780
4781 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4782
4783         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4784
4785         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4786
4787         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4788         args of `how-many' of which the XEmacs version doesn't take; declare
4789         Info-index-next as function.
4790
4791 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4792
4793         * gnus-score.el (gnus-score-headers): Fix handling of
4794         gnus-inhibit-slow-scoring.
4795
4796         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4797         string.
4798         (gnus-button-url-regexp): Improve handling of parenthesis.
4799         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4800         (gnus-button-handle-info-keystrokes): Handle index entries.
4801
4802 2008-03-15  Glenn Morris  <rgm@gnu.org>
4803
4804         * parse-time.el (parse-time-string): Simplify.
4805
4806 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4807
4808         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4809         Incoming* files.
4810
4811 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4812
4813         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4814         (auth-source-pick): Use it.
4815
4816 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4817
4818         * binhex.el (binhex-decode-region-internal):
4819         * uudecode.el (uudecode-decode-region-internal):
4820         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4821         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4822         setting default-enable-multibyte-characters.
4823
4824 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4825
4826         * auth-source.el (auth-source-protocols)
4827         (auth-source-protocols-customize, auth-source-choices): Added and
4828         modified variable customizations and defaults.
4829         (auth-source-pick, auth-source-user-or-password)
4830         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4831         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4832         (auth-source-user-or-password-sftp)
4833         (auth-source-user-or-password-smtp): Use new variables and provide an
4834         interface to netrc.el.
4835
4836 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4839         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4840         Make sure the nntp port to specify is a string.
4841
4842 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4843
4844         * nntp.el: Use with-current-buffer.
4845         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4846         dubious mm-with-unibyte-current-buffer.
4847         (nntp-with-open-group-function): New function extracted from
4848         nntp-with-open-group macro.
4849         (nntp-with-open-group): Use the function, so it's easier to debug.
4850         Add indentation and debugging info.
4851         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4852         the use of the netcat alternatives.
4853
4854         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4855         Avoid mm-string-as-multibyte as well.
4856
4857         * nnweb.el (nnweb-insert-html):
4858         Remove use of nnheader-string-as-multibyte.
4859
4860         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4861         (nnheader-string-as-multibyte): Remove.
4862
4863         * mm-view.el: Use inhibit-read-only.
4864         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4865         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4866         or unibyte-string.
4867
4868         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4869         (mm-uu-yenc-extract): Use with-current-buffer.
4870
4871         * gnus-soup.el (gnus-soup-send-packet): Don't use
4872         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4873
4874         * nnmh.el: Use with-current-buffer.
4875         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4876         mm-string-as-multibyte on the output of mm-encode-coding-string.
4877
4878         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4879         (nnimap-request-move-article): Use with-current-buffer.
4880
4881         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4882         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4883         conversion uses string-make-unibyte rather than string-as-unibyte.
4884
4885         * gnus-msg.el: Use with-current-buffer.
4886
4887         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4888
4889 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4890
4891         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4892         string for caching if it is 'PIN.
4893
4894 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * lpath.el: Consider the case without Emacs/W3.
4897
4898 2008-03-08  Glenn Morris  <rgm@gnu.org>
4899
4900         * time-date.el (date-to-time, time-subtract, time-add)
4901         (safe-date-to-time): Doc fixes.
4902
4903 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * mail-source.el (mail-source-delete-old-incoming-confirm):
4906         Change default to nil.
4907         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4908
4909 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * lpath.el: Rearrange.
4912
4913         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4914         (gnus-article-goto-prev-page): Work for articles having ^L's.
4915
4916         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4917
4918         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4919
4920 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4921
4922         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4923         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4924         (gnus-bookmark-jump): Adjust some variable names.
4925
4926 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4927
4928         * auth-source.el: New package.
4929         (auth-source-choices): Add customization entry point variable.
4930
4931         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4932         bug.
4933
4934 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4935
4936         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4937         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4938         (gnus-registry-install-shortcuts): Rename from
4939         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4940         the `gnus-registry-mark-map' keymap dynamically from
4941         `gnus-registry-marks'.  The generated functions update the summary line
4942         when a registry mark is added or deleted, and will call
4943         `gnus-registry-install-p' (see the comments in the code).
4944         (gnus-registry-user-format-function-M): Use concat intelligently.
4945
4946         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4947         the registry mark functions.
4948
4949 2008-03-05  Glenn Morris  <rgm@gnu.org>
4950
4951         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4952         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4953         gnus-art.
4954         (top-level): No need to load own source when compiling.
4955
4956 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4957
4958         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4959         Suggested by <chris.anderton@zetnet.co.uk>.
4960
4961 2008-03-04  Glenn Morris  <rgm@gnu.org>
4962
4963         * gnus-sum.el (top-level): No need to require gnus when compiling,
4964         since unconditionally required near start of file.
4965         (gnus-summary-display-while-building): Move definition before use.
4966
4967 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4968
4969         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4970         formatting function.
4971
4972 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4973
4974         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4975         with plists.
4976         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4977         Use new format.
4978
4979 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4982         `where-is-internal' that returns a range of key sequences.
4983
4984 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4985
4986         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4987
4988         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4989         (gnus-summary-jump-to-group): Consider windows on other displayed
4990         frames as well.  Similar changes might be needed elsewhere, but that's
4991         the one I've bumped into during my use.
4992
4993         * nndoc.el (nndoc-oe-dbx-type-p):
4994         * gnus-msg.el (gnus-debug):
4995         * gnus-group.el (gnus-update-group-mark-positions):
4996         Use mm-string-to-multibyte.
4997
4998 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4999
5000         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
5001         doesn't handle NotDashEscaped.
5002
5003         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
5004         (mml-dnd-attach-options): Fix typo in custom choice.
5005
5006         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
5007         nndoc-article-type to mbox.
5008         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
5009
5010         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
5011         to nil, instead of html2text.
5012
5013         * imap.el (imap-debug): Add `imap-ping-server'.
5014
5015         * gnus-bookmark.el: Add FIXMEs.
5016
5017         * message.el (message-form-letter-separator)
5018         (message-send-form-letter-delay): New variables.
5019         (message-send-form-letter): Use them.  New command to send form
5020         letters.  Requested by Uwe Siart.
5021         (message-send-mail-function): Doc fix.  Add "Other" custom option.
5022
5023 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5024
5025         * Update copyright years.
5026
5027 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5028
5029         Sync from EMACS_22_BASE.
5030
5031         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5032
5033 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5034
5035         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5036         empty author.
5037
5038 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5039
5040         * gnus-registry.el (gnus-registry-marks): Add variable for
5041         customization of marks and their appearance.
5042         (gnus-registry-read-mark): Use it.
5043         (gnus-registry-do-marks): Add utility function to loop through
5044         `gnus-registry-marks'.
5045         (gnus-registry-install-shortcuts-and-menus): Add function to install
5046         shortcuts and menus.
5047         (gnus-registry-initialize): Use it.
5048         (gnus-registry-default-mark): Clarify documentation.
5049
5050 2008-02-29  Glenn Morris  <rgm@gnu.org>
5051
5052         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5053         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5054         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5055         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5056         Change defcustom :version from 23.0 to 23.1.
5057
5058 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5059
5060         * gnus-registry.el (gnus-registry-follow-group-p)
5061         (gnus-registry-post-process-groups): Add functions to aid registry
5062         splitting and improve logging.  Clarify behavior in function
5063         documentation.
5064         (gnus-registry-split-fancy-with-parent): Use them.
5065
5066 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5067
5068         * gnus-art.el: Use with-current-buffer.
5069
5070 2008-02-27  David Engster  <dengste@eml.cc>
5071
5072         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5073         Express real group name in the response.
5074
5075 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5078         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5079         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5080         autoload gnus-registry-fetch-group when compiling.
5081         (nnmairix-request-group-with-article-number-correction): Remove
5082         unreferenced argument passed to nnmairix-call-backend.
5083
5084 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5085
5086         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5087         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5088         Wilde.
5089
5090 2008-02-27  Glenn Morris  <rgm@gnu.org>
5091
5092         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5093         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5094         variables to defconsts.  Convert comments to doc-strings.
5095         (nnmairix-last-server, nnmairix-current-server): Convert from free
5096         variables to defvars.  Convert comments to doc-strings.
5097         (gnus-registry-fetch-group): Autoload.
5098         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5099         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5100         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5101         caddr.
5102         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5103         nnmairix-request-group-with-article-number-correction call.
5104         (nnmairix-fast, nnmairix-group): New, less general names, for free
5105         variables passed from nnmairix-request-group to
5106         nnmairix-request-group-with-article-number-correction.  Declare.
5107         (nnmairix-request-group-with-article-number-correction):
5108         Use nnmairix-fast, nnmairix-group rather than fast, group.
5109
5110 2008-02-26  David Engster  <dengste@eml.cc>
5111
5112         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5113         version 0.5.
5114
5115 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5116
5117         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5118         instead of making an extra function call.  Don't add the current group
5119         to articles only when they have the group.  Use
5120         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5121         Reported by David <de_bb@arcor.de>.
5122
5123 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5126         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5127
5128 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5129
5130         * mail-source.el (mail-source-delete-incoming): Change default.
5131         Supplement doc string.
5132
5133         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5134
5135 2008-02-14  Glenn Morris  <rgm@gnu.org>
5136
5137         * time-date.el (format-seconds): New function.
5138
5139 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5140
5141         * nnmail.el (nnmail-message-id-cache-file): Derive from
5142         `gnus-home-directory'.
5143
5144 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5147         Document negative prefix.
5148
5149         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5150
5151 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5152
5153         * message.el (message-unsent-separator): Add the Exim bounce
5154         separator.
5155
5156 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5157
5158         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5159         list.
5160         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5161         recipient/signer list.
5162
5163 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * Makefile.in (datarootdir): Define.
5166         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5167         name that might contain whitespace.
5168
5169 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5170
5171         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5172         fbound (Emacs 23 unicode), signal an error.
5173
5174 2008-02-08  Glenn Morris  <rgm@gnu.org>
5175
5176         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5177
5178 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5179
5180         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5181         ports to the calls to `netrc-machine-user-or-password' in addition to
5182         "imap" and "imaps".
5183
5184 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5185
5186         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5187
5188         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5189
5190 2008-02-01  Kenichi Handa  <handa@m17n.org>
5191
5192         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5193         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5194         (rfc2104-hash): Convert the result of concat to unibyte string.
5195
5196 2008-02-01  Dave Love  <fx@gnu.org>
5197
5198         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5199         coding-system-for-read.
5200         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5201
5202 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5203
5204         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5205         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5206         <hanche@math.ntnu.no>.
5207
5208 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5211
5212         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5213
5214 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5215
5216         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5217         * message.el (message-beginning-of-line): Use featurep instead of bound
5218         tests in order to resolve conditionals at compile time.
5219
5220 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5221
5222         * mail-source.el (mail-sources): Add `group' choice.
5223
5224         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5225         parameter `in-group' to control into which group the articles go.
5226         Add treatment of `group' mail-source.
5227
5228 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5231
5232         * mm-decode.el (mm-dissect-buffer): Decode description.
5233
5234         * mml.el (mml-to-mime): Encode message header first.
5235
5236 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5239         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5240
5241         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5242         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5243
5244 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5245
5246         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5247
5248 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5251         prefix keys.
5252         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5253         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5254         gnus-xmas.el.
5255
5256         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5257         (gnus-xmas-article-describe-bindings): New function.
5258         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5259         gnus-xmas-article-describe-bindings.
5260
5261         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5262
5263 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5264
5265         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5266         Add new variables for article mark management.
5267         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5268         list of extra data entries which, when present, will indicate that the
5269         article ID should not be trimmed from the registry.
5270         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5271         functions.
5272         (gnus-registry-read-mark): New function to read a mark name from the
5273         user.
5274         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5275         (gnus-registry-set-article-mark-internal): New functions to add and
5276         remove marks.
5277         (gnus-registry-get-article-marks): New function to show the marks for
5278         an article, or retrieve them for further use.
5279
5280 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5281
5282         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5283         keys when no argument is given.
5284
5285 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * imap.el (imap-ping-server): New variable.
5288         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5289         (imap-ping-server): Minor doc string fixes.
5290
5291 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5292
5293         * imap.el (imap-ping-server): New function.
5294         (imap-opened): Call imap-ping-server.
5295
5296 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5297
5298         * gnus-sum.el (gnus-article-sort-by-random)
5299         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5300         jidanni@jidanni.org.
5301
5302 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-art.el (gnus-article-describe-bindings): New function.
5305         (gnus-article-read-summary-keys): Use it.
5306         (gnus-article-mode-map): Bind `C-h b' to it.
5307
5308 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5311         XEmacs.
5312         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5313         against non-character events.
5314
5315         * lpath.el: Fbind map-keymap for Emacs 21.
5316
5317 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5320         command.
5321         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5322         instead of END.  Change name of the temp file.
5323         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5324         customizable.
5325
5326 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5329         bind `S W' to gnus-article-wide-reply-with-original; set default
5330         binding to gnus-article-read-summary-send-keys.
5331         (gnus-article-read-summary-keys): Fix the order of keys; display
5332         continuation keys correctly in the echo area; describe bindings
5333         correctly when keys end with `C-h'.
5334         (gnus-article-read-summary-send-keys): New function.
5335         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5336         for gnus-article-read-summary-send-keys; display continuation keys
5337         correctly in the echo area.
5338         (gnus-article-reply-with-original): Ignore prefix argument.
5339         (gnus-article-wide-reply-with-original): New function.
5340
5341         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5342         Emacs 21.
5343
5344 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5347         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5348
5349 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5350
5351         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5352         (gnus-group-read-ephemeral-gmane-group): New command.
5353
5354 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5355
5356         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5357
5358 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * message.el (message-send-mail-function): Increase custom version.
5361
5362         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5363         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5364
5365 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5366
5367         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5368         for the cases where imap-authenticate is called with a nil buffer
5369         parameter.
5370
5371 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5374         html parts correctly; support forwarded messages.
5375         (gnus-article-browse-html-article): Remove work buffers.
5376
5377         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5378         compiling.
5379         (netrc-bound-and-true-p): New macro.
5380         (netrc-parse): Use it instead of bound-and-true-p that is not available
5381         in XEmacs 21.4.
5382
5383 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5384
5385         * gnus-registry.el (gnus-registry-mark-article)
5386         (gnus-registry-article-marks): Add functionality to mark articles
5387         through the Gnus registry.
5388
5389         * encrypt.el: Clarify documentation for the new pgg method.
5390         (encrypt-file-alist): Add PGG option.
5391         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5392         functionality.  Abstract password key and messaging to external
5393         functions.
5394         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5395         (encrypt-message-method-and-cipher): Add new convenience external
5396         functions.
5397         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5398         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5399
5400         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5401         (netrc-parse): Use encrypt-file-alist to determine if
5402         encrypt-find-model or encrypt-insert-file-contents should be used.
5403
5404         * encrypt.el: Clarify documentation.  Load password-cache or
5405         password, whichever one is found first, instead of autoloading.
5406
5407 2007-12-19  Glenn Morris  <rgm@gnu.org>
5408
5409         * mml.el (message-options-set, message-narrow-to-head)
5410         (message-in-body-p, message-mail-p, message-encode-message-body):
5411         Autoload.
5412         (message-remove-header, message-narrow-to-headers-or-head)
5413         (message-subscribed-p, message-make-mail-followup-to)
5414         (message-position-on-field, message-news-p)
5415         (message-options-set-recipient, message-generate-headers)
5416         (message-sort-headers): Declare as functions.
5417
5418 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5419
5420         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5421         convention in doc string.
5422
5423 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5426         title to html parts.
5427         (gnus-article-browse-html-article): Pass message header to it.
5428
5429         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5430
5431 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5432
5433         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5434         or password compatible with XEmacs.
5435
5436 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5439         format document.
5440         (gnus-mime-delete-part): Don't write description line if empty.
5441         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5442
5443 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5444
5445         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5446         (gnus-summary-mark-read-and-unread-as-read)
5447         (gnus-summary-mark-current-read-and-unread-as-read)
5448         (gnus-summary-mark-unread-as-ticked): Doc fix.
5449         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5450
5451 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5452
5453         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5454         Christoph Conrad <christoph.conrad@gmx.de>.
5455
5456 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5457
5458         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5459         yes-or-no-p.
5460
5461 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * mm-decode.el (mm-add-meta-html-tag): New function.
5464         (mm-save-part-to-file, mm-pipe-part): Use it.
5465
5466         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5467         gnus-y-or-n-p instead of y-or-n-p.
5468         (gnus-article-browse-html-parts): Work with message/external-body; use
5469         mm-add-meta-html-tag.
5470
5471 2007-12-11  Glenn Morris  <rgm@gnu.org>
5472
5473         * gnus-cache.el: Require gnus-sum not just when compiling.
5474
5475         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5476
5477         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5478         definitions before use.
5479
5480         * mm-decode.el: Require gnus-util.
5481         (mm-remove-part): Only call delete-annotation on XEmacs.
5482
5483         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5484
5485         * nnmail.el: Require gnus-int.
5486
5487         * spam.el: Move `require's before `eval-when-compile's.
5488
5489         * gnus-ems.el (gnus-alive-p):
5490         * gnus-fun.el (message-goto-eoh):
5491         * gnus-util.el (gnus-group-name-decode):
5492         * mail-source.el (gnus-compress-sequence):
5493         * message.el (Info-goto-node, format-spec):
5494         * mm-bodies.el (message-options-get):
5495         * mm-decode.el (mm-view-pkcs7):
5496         * mm-util.el (gmm-write-region):
5497         * mml-smime.el (mml-compute-boundary)
5498         (gnus-completing-read-with-default):
5499         * mml.el (widget-button-press, gnus-make-hashtable):
5500         * mml1991.el (mm-decode-content-transfer-encoding)
5501         (mm-encode-content-transfer-encoding)
5502         (message-options-get, message-options-set):
5503         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5504         * nnfolder.el (gnus-request-group):
5505         * nnheader.el (ietf-drums-unfold-fws):
5506         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5507         * smime.el (gnus-run-mode-hooks):
5508         * spam-stat.el (gnus-message): Autoload.
5509
5510         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5511         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5512         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5513         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5514         Add declare-function compatibility definition.
5515
5516         * gnus-cache.el (nnvirtual-find-group-art):
5517         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5518         (gnus-add-image, gnus-add-wash-type):
5519         * gnus-group.el (nnkiboze-score-file):
5520         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5521         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5522         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5523         (message-tokenize-header, gnus-get-buffer-create)
5524         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5525         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5526         * gnus.el (gnus-group-decoded-name):
5527         * mail-source.el (imap-capability):
5528         * mm-bodies.el (message-options-set):
5529         * mm-decode.el (gnus-configure-windows):
5530         * mm-extern.el (message-goto-body):
5531         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5532         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5533         (epg-sub-key-validity, message-options-set):
5534         * mml.el (widget-event-point, gnus-configure-windows):
5535         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5536         * mml2015.el (epg-check-configuration, epg-configuration)
5537         (message-options-set):
5538         * nndb.el (nndb-request-article):
5539         * nnfolder.el (gnus-request-create-group):
5540         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5541         * nnmaildir.el (gnus-group-mark-article-read):
5542         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5543         * rfc1843.el (message-fetch-field):
5544         * spam.el (gnus-extract-address-components):
5545         Declare as functions.
5546
5547 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5550
5551         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5552
5553         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5554         bind show-trailing-whitespace for XEmacs.
5555
5556 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5559         new no-op macro for backward compatibility.
5560
5561         * imap.el (imap-string-to-integer): New function.
5562
5563 2007-12-09  Glenn Morris  <rgm@gnu.org>
5564
5565         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5566
5567         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5568         * message.el, mm-view.el, sieve-manage.el, smime.el:
5569         Add declare-function compatibility definition.
5570
5571         * gnus-art.el (w3-region, w3m-region, Info-menu):
5572         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5573         * gnus-sum.el (gnus-get-predicate):
5574         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5575         * message.el (mail-abbrev-in-expansion-header-p):
5576         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5577         (w3m-detect-meta-charset, w3m-region):
5578         * sieve-manage.el (password-read, password-cache-add)
5579         (password-cache-remove):
5580         * smime.el (password-read-and-add): Declare as functions.
5581
5582 2007-12-08  David Kastrup  <dak@gnu.org>
5583
5584         * gnus-sum.el (gnus-summary-simplify-subject-query):
5585         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5586         `message'.
5587
5588 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5591         it to bind idna-program, installation-directory, defined-colors, and
5592         face-attribute for XEmacs of the version that compiles defcustom forms.
5593
5594 2007-12-07  Glenn Morris  <rgm@gnu.org>
5595
5596         * gnus-art.el (article-make-date-line): Revert previous change.
5597
5598 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5599
5600         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5601
5602 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5603
5604         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5605         Call gnus-add-to-range ranges only once with a prepared article-list.
5606
5607 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5608
5609         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5610         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5611         group names with backslashes.  Reported by Tassilo Horn
5612         <tassilo@member.fsf.org>.
5613
5614 2007-12-06  Deepak Goel  <deego3@gmail.com>
5615
5616         * gnus-art.el (article-make-date-line):
5617         * gnus-start.el (gnus-load):
5618         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5619
5620 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-art.el (gnus-use-idna)
5623         * gnus-start.el (gnus-site-init-file)
5624         * message.el (message-use-idna)
5625         * mm-uu.el (mm-uu-hide-markers)
5626         * smiley.el (smiley-style): Revert changes that suppress warnings.
5627
5628 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5631         specify charset to html source.  Reported by Christoph Conrad
5632         <christoph.conrad@gmx.de>.
5633
5634 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5637         idna-program in order to suppress byte compile warning issued by XEmacs
5638         that came to byte compile the default value section of defcustom forms
5639         recently.
5640
5641         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5642         value of installation-directory.
5643
5644         * message.el (message-use-idna): Don't directly refer to the value of
5645         idna-program.
5646
5647         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5648
5649         * smiley.el (smiley-style): Don't directly call face-attribute.
5650
5651 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5652
5653         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5654
5655         * gnus-dired.el: Reduce Gnus dependencies.
5656         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5657         require.  Use autoloads instead.
5658         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5659         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5660         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5661         (gnus-dired-mode): Adjust doc string.
5662         (gnus-dired-mail-mode): New variable.
5663         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5664         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5665         (gnus-dired-mail-buffers): New function.  Return mail or message
5666         composition buffers.
5667         (gnus-dired-attach): Use it.
5668         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5669         NO-DECODE.
5670         (gnus-dired-print): Use `gnus-print-buffer' depending on
5671         `gnus-dired-mail-mode'.
5672
5673 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5674
5675         * rfc2047.el (rfc2047-encoded-word-regexp)
5676         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5677         explaining what regexp patterns are for.
5678
5679 2007-12-04  Glenn Morris  <rgm@gnu.org>
5680
5681         * password.el: Move to password-cache.el.
5682
5683         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5684         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5685         * mml-smime.el (password-read, password-cache-add)
5686         (password-cache-remove):
5687         No need to autoload, since mml-sec requires password.
5688
5689         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5690         * message.el (gnus-extract-address-components):
5691         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5692
5693         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5694         password.
5695
5696 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5697
5698         * mailcap.el: Reduce dependencies.
5699         (mail-header-parse-content-type): Autoload.
5700         (mailcap-delete-duplicates): New alias.
5701         (mailcap-mime-info): Add optional argument NO-DECODE.
5702         (mailcap-mime-types): Use mailcap-delete-duplicates.
5703
5704         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5705
5706 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5707
5708         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5709         (imap-parse-status): Upcase status-att for servers that sends them
5710         lower-case (e.g., MS Exchange 2007).
5711
5712 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5713
5714         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5715         function.
5716
5717         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5718         (gnus-uu-yenc-article): New function.
5719
5720         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5721
5722         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5723         buffer.
5724
5725 2007-12-02  Glenn Morris  <rgm@gnu.org>
5726
5727         * binhex.el (binhex): New custom group.
5728         (binhex-decoder-program, binhex-decoder-switches)
5729         (binhex-use-external): Move to the binhex custom group.
5730
5731         * uudecode.el (uudecode): New custom group.
5732         (uudecode-decoder-program, uudecode-decoder-switches)
5733         (uudecode-use-external): Move to the uudecode custom group.
5734
5735         * netrc.el (top-level): Don't load `encrypt' features.
5736         (netrc-parse): Don't use encrypt.
5737         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5738
5739         * encrypt.el: Remove file.
5740
5741 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5742
5743         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5744         matches on patches.
5745
5746         * gnus-art.el (gnus-article-browse-html-article): Mention
5747         `mm-text-html-renderer' in the doc string.
5748
5749         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5750         string.  Add comments.
5751
5752         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5753         if rhs is ASCII.
5754
5755 2007-12-01  Glenn Morris  <rgm@gnu.org>
5756
5757         * mail-source.el (top-level): Require format-spec before
5758         eval-when-compile.
5759
5760 2007-11-30  Glenn Morris  <rgm@gnu.org>
5761
5762         * encrypt.el: Require password, rather than autoloading password-read.
5763
5764 2007-11-29  Glenn Morris  <rgm@gnu.org>
5765
5766         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5767         (sasl-make-client, sasl-next-step, sasl-step-data)
5768         (sasl-step-set-data): Declare as functions.
5769
5770 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5773
5774 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5775
5776         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5777         certs should be verified and what is to be done in the event of a
5778         verification failure.
5779
5780         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5781         caller can indicate whether the cache should be disregarded for this
5782         call.  This way the result of the call is reproducible at all times and
5783         can be considered a canonical server name for the supplied method.
5784         (gnus-agent-method-p): Canonicalize server names by pushing their
5785         method through `gnus-method-to-server' using the no-cache argument.
5786
5787         * gnus-srvr.el (gnus-server-insert-server-line): Call
5788         `gnus-method-to-server' with `no-cache' argument.
5789
5790         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5791         gnus-agent-possibly-synchronize-flags as this should be called when the
5792         server is actually being opened.
5793         (gnus-agent-possibly-synchronize-flags)
5794         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5795         flags file of an agentized server to the latter function.
5796
5797         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5798         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5799         after a connection has been established successfully.
5800
5801 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5802
5803         * gnus-art.el (article-display-face): Force to display face if called
5804         interactively; check if gnus-article-x-face-too-ugly matches author.
5805         (article-display-x-face): Display face even if From header is missing
5806         as article-display-face does.
5807
5808 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5809
5810         * hashcash.el (message-narrow-to-headers-or-head)
5811         (message-fetch-field, message-goto-eoh)
5812         (message-narrow-to-headers): Declare as functions.
5813
5814 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5815
5816         * mail-source.el (mail-sources): Default to fetch from file for
5817         compatibility with default of nnmail-spool-file.
5818
5819 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5820
5821         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5822         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5823         to look for encoded word that should be encoded again.
5824         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5825         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5826         encoding pattern.
5827         (rfc2047-decode-region): Switch strict regexp and loose one according
5828         to rfc2047-allow-irregular-q-encoded-words.
5829
5830 2007-11-25  Romain Francoise  <romain@orebokech.com>
5831
5832         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5833
5834 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * tls.el (tls-program): Provide more custom choices from
5837         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5838         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5839
5840 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5843         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5844
5845         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5846         `nnmail-spool-file'.
5847
5848         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5849         `nnmail-spool-file'.
5850
5851         * gnus-move.el (gnus-change-server): Ditto.
5852
5853         * gnus-kill.el (gnus-batch-score): Ditto.
5854
5855         * gnus-cache.el (gnus-jog-cache): Ditto.
5856
5857         * gnus-msg.el (gnus-summary-reply):
5858         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5859
5860 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5861
5862         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5863         version.  Minor improvement to doc strings.
5864         (tls-program): Add comment.
5865
5866 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5867
5868         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5869         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5870         mismatch between the hostname provided in the certificate and the name
5871         of the host connnecting to.
5872         (open-tls-stream): Use them.  Check certificates against trusted root
5873         certificates.
5874
5875 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * gnus-cache.el (gnus-cache-generate-nov-databases):
5878         Use nnml-generate-nov-databases-directory instead of
5879         nnml-generate-nov-databases-1.
5880
5881 2007-11-24  Glenn Morris  <rgm@gnu.org>
5882
5883         * message.el (message-tool-bar-retro): Update for rename
5884         mail_send.xpm->mail-send.xpm.
5885
5886 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5887
5888         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5889         `smime-ldap-search' for Emacs 22 and up.
5890
5891 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5892
5893         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5894
5895         * message.el (message-send-mail-function): Fix error convention.
5896         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5897         (message-widen-reply, message-send-mail, message-talkative-question)
5898         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5899         (message-clone-locals, message-send-news): Use with-current-buffer.
5900         (message-insert-or-toggle-importance): Remove unused var `valid'.
5901         (message-make-references): Remove unused var `new-references'.
5902         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5903
5904 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5905
5906         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5907         (spam-split-symbolic-return-positive): Reflow docstring.
5908         (spam-backends, spam-summary-exit-behavior)
5909         (spam-mark-ham-unread-before-move-from-spam-group)
5910         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5911         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5912         (spam-clear-cache, spam-backend-check, spam-install-backend)
5913         (spam-install-statistical-backend, spam-list-of-processors)
5914         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5915         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5916         (spam-check-crm114, spam-initialize, spam-unload-hook):
5917         Fix typos in docstrings.
5918
5919 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5922         been checked if they have never been read and those group levels are
5923         higher than the one that a user specified.
5924
5925 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5928         foreign groups unless a group level is specified by a user.
5929         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5930
5931 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * message.el (message-send-mail-function): Require sendmail.
5934
5935 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5936
5937         * message.el (message-send-mail-function): Check for smtpmail too.
5938
5939         * utf7.el (utf7-encode, utf7-decode): Use coding system
5940         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5941
5942         * message.el (message-send-mail-function): New function.
5943         (message-send-mail-function): Set default using
5944         message-send-mail-function.  Adjust doc string.
5945         (message-send-mail-with-mailclient): New function.
5946
5947 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5948
5949         * smime.el (from):
5950         * rfc2047.el (message-posting-charset):
5951         * qp.el (mm-use-ultra-safe-encoding):
5952         * pop3.el (parse-time-months):
5953         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5954         * nnml.el (files):
5955         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5956         (jka-compr-compression-info-list, ange-ftp-path-format)
5957         (efs-path-regexp):
5958         * nndiary.el (files):
5959         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5960         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5961         (epg-digest-algorithm-alist, inhibit-redisplay)
5962         (password-cache-expiry):
5963         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5964         (pgg-output-buffer, password-cache-expiry):
5965         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5966         (efs-path-regexp):
5967         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5968         (inhibit-redisplay):
5969         * mm-uu.el (file-name, start-point, end-point, entry)
5970         (gnus-newsgroup-name, gnus-newsgroup-charset):
5971         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5972         (latin-unity-ucs-list):
5973         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5974         (mm-uu-binhex-decode-function):
5975         * message.el (gnus-message-group-art, gnus-list-identifiers)
5976         (rmail-enable-mime-composing, gnus-local-organization)
5977         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5978         (gnus-read-active-file, facemenu-add-face-function)
5979         (facemenu-remove-face-function, gnus-article-decoded-p)
5980         (tool-bar-mode):
5981         * mail-source.el (display-time-mail-function):
5982         * gnus-util.el (nnmail-pathname-coding-system)
5983         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5984         (gnus-original-article-buffer, gnus-user-agent)
5985         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5986         (xemacs-codename, sxemacs-codename, emacs-program-version):
5987         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5988         * gnus-start.el (gnus-agent-covered-methods)
5989         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5990         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5991         (gnus-newsgroup-headers, gnus-group-list-mode)
5992         (gnus-group-mark-positions, gnus-newsgroup-data)
5993         (gnus-newsgroup-unreads, nnoo-state-alist)
5994         (gnus-current-select-method, mail-sources)
5995         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5996         (nnmail-spool-file, gnus-cache-active-hashtb):
5997         * gnus-mh.el (mh-lib-progs):
5998         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5999         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
6000         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
6001         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
6002         (gnus-group-buffer):
6003         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
6004         (font-lock-set-defaults):
6005         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
6006         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
6007         (gnus-summary-post-menu, total-parts, type, condition, length):
6008         * gnus-agent.el (gnus-agent-read-agentview):
6009         * flow-fill.el (show-trailing-whitespace):
6010         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
6011         eval-and-compile wrappers for byte compiler pacifiers.
6012
6013         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
6014         (mm-display-inline-fontify): Check for featurep 'xemacs not
6015         extent-list.
6016
6017         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
6018         itimer-list.
6019         (mm-create-image-xemacs): Only do something for XEmacs.
6020         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
6021
6022         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
6023
6024         * gnus-registry.el (gnus-adaptive-word-syntax-table):
6025         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
6026
6027 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6028
6029         * nnimap.el (nnimap-split-download-body):
6030         * gnus-demon.el (gnus-demon):
6031         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6032
6033 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6036         macros.
6037         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6038         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6039         copy data from unibyte buffer to multibyte current buffer.
6040         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6041         to copy data from unibyte current buffer to multibyte buffer.
6042         (nntp-make-process-buffer): Make process buffer unibyte.
6043
6044         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6045
6046 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6047
6048         * pop3.el (pop3-open-server): Accept and process data more robustly at
6049         connexion start to avoid spurious "POP SSL connexion failed" errors.
6050
6051 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6054         read group names.
6055
6056 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6059
6060 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6061
6062         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6063         (nnmail-save-active): Use a unibyte buffer when saving active file,
6064         which may contain non-ASCII group names.
6065
6066         * nnml.el (nnml-request-group): Decode group names in messages.
6067
6068 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6069
6070         * message.el (message-citation-line-function)
6071         (message-insert-formatted-citation-line): Fix spelling of
6072         `message-insert-formated-citation-line'.
6073
6074 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6075
6076         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6077
6078 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6081         nnmail-pathname-coding-system.
6082
6083         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6084         that a user enters; decode group names in messages.
6085
6086         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6087
6088 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6089
6090         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6091
6092         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6093
6094         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6095         risky local variable.
6096
6097         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6098
6099 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6100
6101         * encrypt.el: Improve documentation to fix function name typo.
6102         Reported by Daiki Ueno <ueno@unixuser.org>.
6103
6104 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6105
6106         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6107         even if the point is not in the last page of an article.
6108         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6109         back to the previous page.
6110
6111 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6114
6115 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6118
6119 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6120
6121         * message.el (message-check-news-body-syntax): Avoid
6122         mm-string-as-multibyte.
6123         (message-hide-headers): Don't assume (point-min)==1.
6124
6125 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * message.el (message-remove-blank-cited-lines): Fix if remove is
6128         given.
6129         (message-bogus-address-regexp): New variable.
6130         (message-bogus-recipient-p): New function.
6131         (message-check-recipients): New command.
6132         (message-syntax-checks): Add `bogus-recipient'.
6133         (message-fix-before-sending): Add `bogus-recipient'.
6134
6135         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6136         (gnus-treat-body-boundary): Don't test window-system.
6137
6138 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6139
6140         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6141
6142 2007-10-28  Miles Bader  <miles@gnu.org>
6143
6144         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6145         at compile-time too.
6146
6147 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * gnus-msg.el (gnus-message-setup-hook): Add
6150         `message-remove-blank-cited-lines' to options.
6151
6152 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * message.el (message-remove-blank-cited-lines): New function.
6155         Suggested by Karl Plästerer.
6156
6157 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6160         mapc.
6161
6162         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6163         (top-level): Use mapc to set functions to be traced for debugging.
6164
6165         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6166         called for effect with while loop.
6167
6168         * message.el (message-talkative-question): Replace mapcar called for
6169         effect with mapc.
6170
6171         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6172         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6173         called for effect with dolist.
6174
6175         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6176
6177         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6178         gnus-extra-headers and nnmail-extra-headers.
6179
6180         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6181         called for effect with dolist.
6182         (top-level): Use mapc to set functions to be traced for debugging.
6183
6184         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6185         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6186         dolist.
6187
6188         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6189         Replace mapcar called for effect with mapc.
6190         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6191         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6192         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6193         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6194
6195         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6196         remove-if that's a cl function.
6197
6198         * webmail.el (webmail-debug): Replace mapcar called for effect with
6199         dolist.
6200
6201         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6202         with mapc.
6203
6204 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6207         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6208         with while loop.
6209
6210         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6211         functions from article-* functions.
6212         (gnus-multi-decode-header): Replace mapcar called for effect with
6213         dolist.
6214
6215         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6216         (gnus-bookmark-show-details): Replace mapcar called for effect with
6217         while loop.
6218
6219         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6220         called for effect with while loop.
6221
6222         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6223         with dolist.
6224
6225         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6226         mapcar called for effect with dolist.
6227
6228         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6229
6230         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6231         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6232         Replace mapcar called for effect with dolist.
6233         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6234         mapc.
6235
6236         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6237         Replace mapcar called for effect with dolist.
6238         (gnus-topic-list): Replace mapcar called for effect with mapc.
6239
6240         * gnus.el: Use mapc instead of mapcar to add autoloads.
6241
6242 2007-10-23  Richard Stallman  <rms@gnu.org>
6243
6244         * gnus-group.el (gnus-group-highlight): Mark as risky.
6245
6246 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * gnus.el (gnus-server-to-method): Return method found first in
6249         gnus-newsrc-alist.
6250
6251         * gnus-art.el (gnus-article-highlight-signature)
6252         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6253         button overlay without the front stickiness.
6254
6255 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6256
6257         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6258         overview buffer needed a catch to receive its throw.
6259         (gnus-agent-flush-cache): Declared as interactive to make this function
6260         easier to use.
6261
6262 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6263
6264         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6265         `next-line'.
6266
6267 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6268
6269         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6270         exclude address matching message-dont-reply-to-names.
6271
6272 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6273
6274         * gnus-util.el (gnus-string<): New function.
6275
6276         * gnus-sum.el (gnus-article-sort-by-author)
6277         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6278
6279 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6282         the frame-focus tag is set in gnus-buffer-configuration.
6283
6284 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6285
6286         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6287         the front stickiness.
6288
6289 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6292         url pattern; remove duplicate one.
6293         (gnus-article-extend-url-button): New function.
6294         (gnus-article-add-buttons): Use it.
6295         (gnus-button-push): Use concatenated url that it makes.
6296
6297 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6298
6299         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6300
6301 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6302
6303         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6304         Don't hardcode point-min==1.
6305
6306 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6307
6308         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6309         Fix comment about "iso8859-1".
6310
6311 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6312
6313         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6314         ones returned from the verify-function.
6315
6316         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6317         mml2015-extract-cleartext-signature if extraction failed.
6318
6319 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6320
6321         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6322         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6323         failed.
6324
6325 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6326
6327         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6328
6329 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6330
6331         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6332         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6333         recommends to use EasyPG instead of PGG.
6334
6335         * pgg.el: Revert to revision 6.23.2.16.
6336
6337         * pgg-def.el: Revert to revision 6.6.2.14.
6338
6339         * pgg-gpg.el: Revert to revision 6.23.2.34.
6340
6341 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6342
6343         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6344         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6345         thread for both the null and zero (kill/expire thread) universal prefix
6346         cases.
6347         (gnus-summary-expire-thread): Add new function to expire a thread,
6348         using gnus-summary-kill-thread.
6349         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6350         shortcuts for gnus-summary-expire-thread.
6351         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6352         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6353
6354 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6355
6356         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6357         extras value, so an extras entry can be deleted.
6358         (gnus-registry-delete-extra-entry): Use it.
6359         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6360         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6361         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6362         storage through the gnus-registry, and provide an appropriate API for
6363         it.
6364
6365 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6368         Suggested by Leo <sdl.web@gmail.com>.
6369
6370         * gnus.el: Do.
6371
6372 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6375         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6376
6377         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6378
6379         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6380         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6381
6382 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6385         newline.
6386         (nnmbox-request-accept-article): Don't change article in source buffer;
6387         narrow to header to use message-fetch-field rather than
6388         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6389         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6390         as delimiters; make sure article ends with newline.
6391         (nnmbox-delete-mail): Correct last position of article to be deleted;
6392         ignore X-Gnus-Newsgroup header in article body.
6393         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6394         positions; make sure article ends with newline.
6395
6396         * message.el (message-display-abbrev): Don't infloop when a user
6397         inserts SPC in the beginning of header.
6398
6399         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6400         coding-system-for-read and coding-system-for-write for XEmacs having no
6401         file-coding feature.
6402
6403         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6404
6405 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6408         list of groups not followed by default.  Fix type to be regexp.
6409         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6410
6411 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6412
6413         * hmac-def.el (define-hmac-function): Switch from old-style to
6414         new-style backquotes.
6415
6416         * md4.el (md4-make-step): Likewise.
6417
6418 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6421         raw-text coding system when saving .newsrc file, which may contain
6422         non-ASCII group names.
6423
6424 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * gnus-cus.el (gnus-score-extra): New widget.
6427         (gnus-score-extra-convert): New function.
6428         (gnus-score-customize): Use it for Extra.
6429
6430 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6431
6432         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6433         (mml2015-mailcrypt-clear-verify): Use it.
6434         (mml2015-gpg-clear-verify): Use it.
6435         (mml2015-pgg-clear-verify): Use it.
6436         (mml2015-epg-clear-verify): Replace the current part with the output
6437         from GnuPG; don't extract the plaintext by itself.
6438
6439         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6440         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6441         mml2015-clear-verify-function; don't touch the armor headers or
6442         dash-escaped text here.
6443
6444 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6447         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6448         parts, or application/octet-stream as a last resort.
6449         (gnus-mime-view-part-as-type): Don't toggle display.
6450         (gnus-mime-view-part-as-charset): Don't turn off display before
6451         querying charset.
6452
6453         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6454         stuff to undisplayer function in Emacs.
6455         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6456
6457         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6458         text/calendar parts.
6459
6460 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6463         decoding text/calendar parts.
6464
6465         * message.el (message-forward-make-body-mime): Always mark body as
6466         having no illegible text; remove signed-or-encrypted argument.
6467         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6468
6469         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6470         (mml-generate-mime-1): Don't encode body if it is specified to be in
6471         raw form; don't make buffer be unibyte when inserting multibyte string.
6472
6473 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6474
6475         * sha1.el: Fix up comment style.
6476         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6477         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6478
6479         * hex-util.el: Fix up comment style.
6480         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6481
6482         * gnus-salt.el: Use with-current-buffer.
6483         (gnus-pick-setup-message): Fix long-standing typo.
6484
6485 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * imap.el (imap-logout-timeout): New variable.
6488         (imap-logout, imap-logout-wait): New functions.
6489         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6490
6491         * nnimap.el (nnimap-logout-timeout): New server variable.
6492         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6493         nnimap-logout-timeout.
6494
6495         * gnus-art.el (gnus-article-summary-command-nosave)
6496         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6497
6498 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6499
6500         * gnus.el (gnus-maximum-newsgroup): New variable.
6501
6502         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6503         according to gnus-maximum-newsgroup.
6504
6505         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6506         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6507         Limit the range of articles according to gnus-maximum-newsgroup.
6508
6509 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6510
6511         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6512         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6513         Don't perform gnus-configure-windows here; reuse existing sticky
6514         article buffer.
6515
6516         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6517         it doesn't exist in gnus-article-mode.
6518
6519 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6522         (gnus-agent-decoded-group-name): New function.
6523         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6524         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6525
6526 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6527
6528         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6529         Add binding for gnus-sticky-article.
6530         (gnus-summary-exit): Don't kill sticky article buffers.
6531
6532         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6533         article buffer.
6534         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6535         (gnus-kill-sticky-article-buffers): New commands.
6536
6537 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * nntp.el (nntp-xref-number-is-evil): New server variable.
6540         (nntp-find-group-and-number): If it is non-nil, don't trust article
6541         numbers in the Xref header.
6542
6543 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6544
6545         * gnus-agent.el (gnus-agent-read-group): New function.
6546         (gnus-agent-flush-group, gnus-agent-expire-group)
6547         (gnus-agent-regenerate-group): Use it.
6548         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6549         nnmail-pathname-coding-system.
6550
6551 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6554
6555         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6556         that are unread as unread, and also as selected so that information of
6557         marks having been changed by a user may be updated when exiting group.
6558
6559 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6560
6561         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6562         calculated ignoring signature parts to gnus-treat-article.
6563
6564 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6565
6566         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6567         a point here in order to keep the window start.
6568         (gnus-insert-mime-security-button): Make a button overlay without the
6569         front stickiness.
6570         (gnus-mime-display-security): Goto the end of a button.
6571
6572         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6573
6574 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6575
6576         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6577         group-name-at-point.
6578         (gnus-group-completing-read): New function that offers decoded
6579         non-ASCII group names for completion.
6580         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6581         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6582         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6583         (gnus-group-fetch-control): Use it.
6584         (gnus-fetch-group): Use group-name-at-point for the initial value
6585         rather than the default value; use gnus-alive-p.
6586
6587         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6588         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6589         (gnus-summary-post-news): Use gnus-group-completing-read.
6590
6591         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6592         (gnus-read-move-group-name): Decode group name for completion.
6593
6594 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6595
6596         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6597         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6598         Yamaoka slightly modified the code).
6599
6600 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6603         (nnmail-split-incoming): Bind it.
6604
6605         * nnml.el (nnml-group-name-charset): New function.
6606         (nnml-decoded-group-name): Use it; don't decode group name if
6607         nnmail-group-names-not-encoded-p is non-nil.
6608         (nnml-encoded-group-name): New function.
6609         (nnml-group-pathname): Inline nnml-decoded-group-name.
6610         (nnml-request-expire-articles): Decode group name in message.
6611         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6612         nnmail-pathname-coding-system.
6613         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6614         not decoded ones according to nnmail-group-names-not-encoded-p.
6615         (nnml-generate-active-info): Use nnml-encoded-group-name.
6616
6617 2007-08-08  Glenn Morris  <rgm@gnu.org>
6618
6619         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6620         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6621         doc-strings and comments.
6622
6623 2007-07-25  Glenn Morris  <rgm@gnu.org>
6624
6625         * Relicense all FSF files to GPLv3 or later.
6626
6627 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus-sum.el (gnus-summary-move-article): Make
6630         gnus-summary-respool-article work.
6631
6632 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6633
6634         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6635         string.
6636
6637 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6638
6639         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6640         that should be ignored when comparing distant RSS articles with local
6641         ones.
6642         (nnrss-make-hash-index): New function.  Create a hash index according
6643         to the ignored fields.
6644         (nnrss-check-group): Use it.
6645
6646 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6647
6648         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6649
6650         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6651
6652         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6653         the new optional argument ENCODED is non-nil.
6654         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6655         coding system for encoding group name.
6656         (gnus-group-make-rss-group): Pass un-encoded group name to
6657         gnus-group-make-group.
6658         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6659         encoded.
6660
6661         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6662         Encode group name to which articles are moved or copied.
6663         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6664         coding system for encoding Newsgroup, Followup-To and Xref headers.
6665
6666         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6667         marks; use nnheader-file-coding-system to write a file.
6668         (nnagent-retrieve-headers): Bind file-name-coding-system to
6669         nnmail-pathname-coding-system.
6670
6671         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6672
6673         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6674         (nnml-request-article, nnml-request-create-group)
6675         (nnml-request-rename-group, nnml-find-id)
6676         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6677         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6678         (nnml-save-marks): Use nnml-group-pathname instead of
6679         nnmail-group-pathname.
6680
6681         (nnml-request-create-group, nnml-request-expire-articles)
6682         (nnml-request-move-article, nnml-request-delete-group)
6683         (nnml-deletable-article-p, nnml-possibly-create-directory)
6684         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6685         (nnml-open-marks): Bind file-name-coding-system to
6686         nnmail-pathname-coding-system.
6687
6688         (nnml-request-article): Pass server argument to nnml-find-group-number.
6689         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6690         server argument to nnml-possibly-create-directory.
6691         (nnml-request-accept-article): Pass server argument to
6692         nnml-active-number and nnml-save-mail.
6693         (nnml-find-group-number): Pass server argument to nnml-find-id.
6694         (nnml-request-update-info): Pass server argument to
6695         nnml-marks-changed-p.
6696
6697         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6698         (nnml-save-mail, nnml-active-number): Add server argument.
6699
6700         (nnml-request-delete-group): Warn if group is missing.
6701         (nnml-get-nov-buffer): Decode group name.
6702         (nnml-generate-active-info): Encode group name.
6703         (nnml-open-marks): Decode group name in messages.
6704
6705 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6708         if it is not specified.
6709         (gnus-article-pipe-part, gnus-article-save-part)
6710         (gnus-article-interactively-view-part, gnus-article-copy-part)
6711         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6712         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6713         (gnus-article-replace-part, gnus-article-delete-part)
6714         (gnus-article-view-part-as-type): Pass raw prefix argument to
6715         gnus-article-part-wrapper.
6716
6717 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-agent.el (gnus-agent-save-active): Bind
6720         nnheader-file-coding-system to gnus-agent-file-coding-system.
6721
6722         * gnus-cache.el (gnus-cache-save-buffers)
6723         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6724         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6725         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6726         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6727         (gnus-cache-generate-active, gnus-cache-rename-group)
6728         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6729         (gnus-cache-update-overview-total-fetched-for): Bind
6730         file-name-coding-system to nnmail-pathname-coding-system.
6731         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6732         variables.
6733         (gnus-cache-decoded-group-name): New function.
6734         (gnus-cache-file-name): Use it.
6735         (gnus-cache-generate-active): Use non-decoded group name for active.
6736
6737         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6738         right place.
6739         (gnus-write-active-file): Don't break non-ASCII group names.
6740
6741         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6742         nnmail-pathname-coding-system.
6743
6744         * lpath.el: Bind default-file-name-coding-system,
6745         file-name-coding-system and language-info-alist for XEmacs.
6746
6747         * gnus-uu.el (gnus-uu-decode-save): Typo.
6748
6749 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6752
6753 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6756         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6757         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6758         (gnus-agent-flush-group, gnus-agent-flush-cache)
6759         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6760         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6761         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6762         (gnus-agent-regenerate-group)
6763         (gnus-agent-update-files-total-fetched-for)
6764         (gnus-agent-update-view-total-fetched-for): Bind
6765         file-name-coding-system to nnmail-pathname-coding-system.
6766         (gnus-agent-group-pathname): Don't encode file names by
6767         nnmail-pathname-coding-system.
6768         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6769         coding-system-for-write instead of buffer-file-coding-system to
6770         gnus-agent-file-coding-system.
6771
6772         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6773         Decode group name.
6774
6775         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6776
6777         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6778         (gnus-read-newsrc-el-file): Make group names unibyte.
6779
6780         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6781         nnmail-pathname-coding-system.
6782
6783         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6784         (nnrss-request-delete-group): Bind file-name-coding-system to
6785         nnmail-pathname-coding-system.
6786         (nnrss-read-server-data, nnrss-read-group-data): Bind
6787         file-name-coding-system correctly.
6788         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6789
6790         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6791         (nntp-server-to-method-cache): New variable.
6792         (nntp-group-pathname): New function that decodes non-ASCII group names.
6793         (nntp-possibly-create-directory, nntp-marks-changed-p)
6794         (nntp-save-marks, nntp-open-marks): Use it.
6795         (nntp-possibly-create-directory, nntp-open-marks):
6796         Bind file-name-coding-system to nnmail-pathname-coding-system.
6797         (nntp-open-marks): Decode group names when bootstrapping marks.
6798
6799         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6800         Newsgroups and Folowup-To headers.
6801
6802 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6805         (gnus-server-closed-face, gnus-server-denied-face)
6806         (gnus-server-offline-face): Remove variable.
6807         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6808
6809         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6810         of modifying message-stack directly for XEmacs.
6811
6812         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6813         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6814         if the coding-system argument is nil for XEmacs.
6815
6816         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6817         mm-charset-override-alist.
6818
6819         * rfc2047.el: Don't require base64; require rfc2045 for the function
6820         rfc2045-encode-string.
6821         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6822         to quote the parameter value.
6823
6824 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6827         form in gnus-group-name-charset-method-alist.
6828
6829         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6830         overrides the default layout edit-form.
6831
6832         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6833
6834         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6835
6836 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6839         as unfetched articles.
6840
6841 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6844
6845 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6846
6847         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6848         original back end that keeps marks in the local system.
6849
6850 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6853         arg of pop-to-buffer for XEmacs.
6854         (gnus-article-read-summary-keys): Ditto; don't restore window
6855         configuration if summary command ends up with neither article buffer
6856         nor summary buffer; describe bindings if summary keys end with C-h.
6857
6858 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6859
6860         * message.el (message-fix-before-sending): Skip raw message part to be
6861         forwarded while checking illegible text.
6862         (message-forward-make-body-mime, message-forward-make-body): Mark
6863         signed or encrypted raw message as having no illegible text.
6864
6865 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6866
6867         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6868         (gnus-message-with-timestamp-1): New macro.
6869         (gnus-message-with-timestamp): New function.
6870         (gnus-message): Use them.
6871
6872         * nnheader.el (nnheader-message): Use them.
6873
6874 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6875
6876         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6877         .newsrc.eld file.
6878
6879 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * gnus-agent.el (gnus-agent-fetch-headers)
6882         (gnus-agent-retrieve-headers): Bind
6883         gnus-decode-encoded-address-function to identity.
6884
6885         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6886         available also when the server returns simply a dot.
6887
6888         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6889
6890 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6893
6894 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * gnus-ems.el (gnus-x-splash): Make it work.
6897
6898         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6899         from being used.
6900
6901         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6902
6903 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6906         4th and the 5th arguments.
6907
6908         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6909         the front stickiness.
6910         (gnus-article-summary-command-nosave): Correct the order of the
6911         arguments passed to pop-to-buffer.
6912         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6913         summary command ends up with the article buffer.
6914
6915         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6916         the same faces.
6917
6918 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6919
6920         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6921
6922 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6923
6924         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6925         * gnus-sum.el (gnus-summary-highlight):
6926         * pgg.el (pgg-sign-region, pgg-sign):
6927         * mail-source.el (mail-source-delete-old-incoming-confirm):
6928         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6929
6930 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * gnus-art.el (gnus-mime-view-part-externally)
6933         (gnus-mime-view-part-internally): Fix predicate function passed to
6934         completing-read.
6935
6936         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6937
6938         * gnus.el (gnus-update-message-archive-method): Add :version.
6939
6940 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus.el (gnus-update-message-archive-method): New variable.
6943
6944         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6945         according to gnus-message-archive-method if
6946         gnus-update-message-archive-method is non-nil.
6947
6948 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6951         by Loic Dachary <loic@dachary.org>.
6952         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6953
6954 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6955
6956         * message.el (message-pop-to-buffer): Add switch-function argument.
6957         (message-mail): Pass switch-function argument to it.
6958
6959 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6960
6961         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6962         Improve doc string.
6963
6964 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6967         (gnus-header-content)
6968         * gnus-cite.el (gnus-cite-10)
6969         * gnus-srvr.el (gnus-server-closed)
6970         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6971         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6972         (gnus-group-mail-3-empty, gnus-group-mail-low)
6973         (gnus-group-mail-low-empty, gnus-splash)
6974         * message.el (message-header-to, message-header-cc)
6975         (message-header-subject, message-header-other, message-header-name)
6976         (message-header-xheader, message-separator, message-cited-text)
6977         (message-mml): Lighten colors of faces used for dark background.
6978
6979 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6980
6981         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6982         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6983
6984 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * message.el (message-narrow-to-headers-or-head):
6987         Ignore mail-header-separator in the body.
6988
6989 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6992         same as window size.
6993
6994 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6995
6996         * message.el (message-font-lock-keywords): Use message-header-xheader
6997         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6998         ahead of the anything pattern, to get it recognised.
6999
7000 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
7003         spam.el loads uses it in the compiled defadvice form.
7004
7005 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
7006
7007         * gnus-sum.el (gnus-articles-to-read)
7008         (gnus-summary-insert-old-articles): Don't truncate group name for
7009         `read-string'.
7010
7011         * gnus-util.el (gnus-limit-string): Delete this function.
7012
7013         * gnus-sum.el (gnus-simplify-subject-fully): Use
7014         `truncate-string-to-width' instead.
7015
7016 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
7017
7018         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
7019         if, on summary exit, the next group has to be selected.
7020         (gnus-summary-exit): Use it.
7021
7022 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
7023
7024         * gnus-art.el (gnus-article-mode): Fix comment about displaying
7025         non-break space.
7026
7027 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7030         Check if group is not a directory.
7031         (nnfolder-request-expire-articles): Don't delete articles if the target
7032         group is not available.
7033
7034         * nnml.el (nnml-request-create-group): Properly check if group is not a
7035         file.
7036         (nnml-request-expire-articles): Don't delete articles if the target
7037         group is not available.
7038
7039         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7040         Don't quote characters that are within parentheses.
7041
7042 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7043
7044         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7045         (gnus-handle-ephemeral-exit): Select article according to it.
7046
7047 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7048
7049         * message.el (message-insert-formated-citation-line): Remove newline.
7050         (message-citation-line-format): Add final \n here so that the user can
7051         avoid a blank line.
7052
7053 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7054
7055         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7056         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7057         Update lanl/arXiv support.
7058
7059 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7060
7061         * gnus.el: Bump version number.
7062
7063 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064
7065         * gnus.el (gnus-version-number): Bump version.
7066
7067 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7068
7069         * gnus.el: No Gnus v0.6 is released.
7070
7071 2007-04-27  Didier Verna  <didier@xemacs.org>
7072
7073         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7074         * gmm-utils.el (gmm-regexp-concat): here.
7075         * message.el: Don't require 'gnus-util.
7076         (message-dont-reply-to-names): Handle name change above.
7077         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7078
7079 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7082         since the initial value varies according to the system.
7083
7084 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7087
7088 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7089
7090         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7091
7092 2007-04-24  Didier Verna  <didier@xemacs.org>
7093
7094         Improve the type of gnus-ignored-from-addresses.
7095         * gnus-util.el (gnus-orify-regexp): New function.
7096         * message.el (gnus-util): Require it.
7097         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7098         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7099         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7100
7101 2007-04-24  Didier Verna  <didier@xemacs.org>
7102
7103         * gnus-sum.el:
7104         * gnus-utils.el: Fix some trailing whitespaces.
7105
7106 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7109         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7110         article's Message-ID; refer parent article in summary buffer.
7111
7112         * message.el (message-bounce): Call mime-to-mml.
7113
7114         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7115         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7116         optimize and/or forms properly.
7117
7118 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7119
7120         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7121         URL.
7122
7123 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7124
7125         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7126
7127 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7130         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7131         displayed of multipart/alternative part if it is invoked from summary
7132         buffer.
7133
7134         * mm-view.el (mm-inline-text-html-render-with-w3m)
7135         (mm-inline-text-html-render-with-w3m-standalone)
7136         (mm-inline-render-with-function): Use mail-parse-charset by default.
7137
7138 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7139
7140         * parse-time.el (parse-time-string-chars): Check if CHAR
7141         is less than the length of parse-time-syntax.
7142
7143 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7144
7145         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7146         from gnus-newsgroup-processable.
7147
7148 2007-04-16  Didier Verna  <didier@xemacs.org>
7149
7150         * gnus-msg.el (gnus-configure-posting-styles): Handle
7151         message-signature-directory properly with :file syntax.  Reported by
7152         "Leo".
7153
7154 2007-04-11  Didier Verna  <didier@xemacs.org>
7155
7156         New user option: message-signature-directory.
7157         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7158         * message.el (message-insert-signature): Ditto.
7159         * message.el (message-signature-file): Doc update.
7160         * message.el (message-signature-directory): New.
7161
7162 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7163
7164         * gnus-msg.el (gnus-inews-yank-articles): Use
7165         message-exchange-point-and-mark instead of exchange-point-and-mark.
7166
7167 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7168
7169         * message.el (message-yank-original): Make sure cited text ends with
7170         newline; don't exchange point and mark.
7171
7172 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7173
7174         * tls.el (open-tls-stream): Properly handle case where there
7175         is no associated buffer.
7176
7177 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7178
7179         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7180         message-yank-original, make sure (< mark TEXT point).
7181
7182 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * message.el (message-fill-column): New variable.
7185         (message-mode): Use it.  Add comment on a possible new hook.
7186
7187         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7188         (nnmail-get-new-mail): Reformat.
7189
7190         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7191
7192         * gmm-utils.el: Fix Commentary.
7193         (gmm-tool-bar-from-list): Fix typo in doc string.
7194
7195 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7196
7197         * message.el (message-yank-original): Don't switch point and mark
7198         unnecessarily to put point and mark as documented.
7199
7200 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7201
7202         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7203         from the message heads.
7204
7205 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7206
7207         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7208         article buffer does not have a window.  This may not be the best
7209         solution but is certainly better than setting the start of the null,
7210         that is the current, window.
7211
7212 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7215         (gnus-draft-setup): Run it.
7216
7217         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7218         gnus-score-fast-scoring.  Allow regexp.
7219         (gnus-score-headers): Use it.
7220
7221         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7222         XEmacs.
7223
7224         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7225         string.
7226         (gnus-button-alist): Also catch `<f1> k ...'.
7227         (gnus-treat-display-x-face): Fix doc string.
7228
7229 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7230
7231         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7232         evaluation of gnus-extended-version to ensure correct generation of the
7233         User-Agent header when message-generate-headers-first is used.
7234
7235 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7236
7237         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7238         hashcash-path is nil.  Don't call callback with incorrect number of
7239         parameters if val is 0.
7240
7241 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7242
7243         * message.el (message-required-news-headers):
7244         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7245
7246 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7247
7248         * tls.el (open-tls-stream): In handshake-waiting loop,
7249         don't wait more if there is output available to process.
7250
7251 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7252
7253         * tls.el (tls-program): Doc fix.
7254
7255 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * message.el (message-generate-new-buffers): Change the meaning of the
7258         nil value; add `standard' to the choices; treat t as `unique'; improve
7259         doc string.
7260         (gnus-select-frame-set-input-focus): Autoload.
7261         (message-buffer-name): Search for the existing message buffer if
7262         message-generate-new-buffers is nil or `standard'; treat the value t of
7263         message-generate-new-buffers as `unique'.
7264         (message-pop-to-buffer): Raise the frame already displaying the message
7265         buffer; clear the echo area after querying.
7266         (message-setup): Pass the `continue' argument to compose-mail.
7267         (message-mail): Prefer `switch-function' if it is given; search for the
7268         existing message buffer if the `continue' argument is non-nil; pass
7269         continue and switch-function arguments to compose-mail by way of
7270         message-setup.
7271         (message-mail-other-window): Adjust argument of message-setup.
7272         (message-mail-other-frame): Ditto.
7273
7274 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7277         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7278         to turn font-lock on when turning gnus-message-citation-mode on.
7279
7280 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7281
7282         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7283         (mml-smime-function-alist): New variable; add epg as the backend.
7284         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7285         mml-smime- functions instead.
7286         * mm-view.el: Require smime.
7287
7288 2007-03-05  Didier Verna  <didier@xemacs.org>
7289
7290         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7291         instead of just inheritance for posting styles.
7292         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7293
7294 2007-02-24  Chris Moore  <dooglus@gmail.com>
7295
7296         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7297         * pgg-pgp.el (pgg-pgp-encrypt-region):
7298         * pgg-gpg.el (pgg-gpg-encrypt-region):
7299         Check pgg-encrypt-for-me if no other recipients.
7300
7301 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7302
7303         * tls.el (tls-certtool-program): Fix custom type.
7304
7305 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7306
7307         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7308         and point-at-eol instead of line-(beginning|end)-position.
7309
7310         * assistant.el (assistant-parse-buffer): Ditto.
7311
7312         * netrc.el (netrc-parse-services): Ditto.
7313
7314 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7315
7316         * mml2015.el (mml2015-epg-find-usable-key): New function.
7317         (mml2015-epg-sign): Use it.
7318         (mml2015-epg-encrypt): Use it.
7319
7320 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * message.el (message-make-in-reply-to): Quote name containing
7323         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7324         if there are special characters.  Reported by NAKAJI Hiroyuki
7325         <nakaji@jp.freebsd.org>.
7326
7327 2007-02-27  Didier Verna  <didier@xemacs.org>
7328
7329         Include the group parameters as well as the topic ones in the
7330         inheritance filter process.
7331         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7332         argument GROUP-PARAMS-LIST.
7333         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7334
7335 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * nntp.el (nntp-never-echoes-commands)
7338         (nntp-open-connection-functions-never-echo-commands): New variables.
7339         (nntp-send-command): Use them.
7340
7341 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7342
7343         * mml2015.el (mml2015-epg-verify): Simplified.
7344
7345 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7346
7347         * mml.el (mml-content-disposition-alist): New user option.
7348         (mml-content-disposition): New function.
7349         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7350         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7351
7352 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7353
7354         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7355         verification.
7356
7357 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7358
7359         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7360         articles posted in the last 24 hours.
7361
7362 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7363
7364         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7365
7366 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7367
7368         * nntp.el (nntp-send-command): Don't wait for echoes when
7369         nntp-open-ssl-stream is used.
7370
7371 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7374         (gnus-message-add-citation-keywords)
7375         (gnus-message-remove-citation-keywords): Remove.
7376         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7377         directly, make the variables in font-lock-defaults buffer-local, add
7378         gnus-message-citation-keywords to them and then update the value of
7379         font-lock-keywords.
7380
7381 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * message.el (message-cite-original-1): Don't call
7384         gnus-article-highlight-citation.
7385
7386         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7387         citations; fix line count.
7388
7389 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7392         (gnus-message-add-citation-keywords)
7393         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7394         versions of font-lock-add-keywords and font-lock-remove-keywords to
7395         work with XEmacs correctly.
7396
7397 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-cite.el (gnus-cite-face-list): Set the values of
7400         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7401         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7402         (gnus-message-cite-prefix-regexp): New variable.
7403         (gnus-message-search-citation-line): Use it; protect against long
7404         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7405         the 0th match data for Emacs.
7406         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7407         (gnus-message-add-citation-keywords): Append keywords rather than
7408         prepending; emulate font-lock-add-keywords if it is not available.
7409         (gnus-message-remove-citation-keywords): Emulate
7410         font-lock-remove-keywords if it is not available.
7411
7412         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7413
7414         * message.el (message-cite-prefix-regexp): Set the value of
7415         gnus-message-cite-prefix-regexp.
7416
7417 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7418
7419         * nnweb.el (nnweb-google-parse-1): Update parser.
7420
7421 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7422
7423         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7424
7425 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7426
7427         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7428         regexp.
7429
7430 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7433         string-to-multibyte.
7434         (uudecode-decode-region-internal): Use it.
7435
7436         * lpath.el: Fbind string-as-multibyte for XEmacs.
7437
7438 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7441         custom choice.
7442
7443         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7444
7445 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7446
7447         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7448
7449         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7450         `write-region' to respect `mm-inhibit-file-name-handlers'.
7451
7452 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7453
7454         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7455         Use gnus-home-directory instead of "~/" or "$HOME".
7456
7457 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7458
7459         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7460         to mention filename.
7461         Add comments at beginning regarding usage.
7462         (encrypt-write-file-contents): Change interactive so a string is
7463         acceptable.  If the file has no associated model, show an error instead
7464         of a nonsense prompt.
7465
7466 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7467
7468         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7469         Thanks to Yoshihiko Yamada for kind notification of this typo.
7470
7471 2007-01-12  Kenichi Handa  <handa@m17n.org>
7472
7473         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7474         multibyte buffer.
7475
7476 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7477
7478         * gnus-score.el (gnus-score-fast-scoring): New variable.
7479         (gnus-score-headers): Use it.
7480
7481         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7482
7483         * message.el (message-cite-original-1): Call
7484         gnus-article-highlight-citation if requested.
7485         (message-make-from): Allow name and address as optional arguments.
7486
7487         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7488
7489         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7490         bugs to doc string.
7491         (gnus-button-alist): Add mid\\|message-id.
7492         (gnus-button-fetch-group): Extend for use in
7493         `browse-url-browser-function'.
7494         (gnus-button-url-regexp): Try to catch paired parentheses like in
7495         Wikipedia URLs.
7496
7497         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7498         Suggested by Simon Krahnke <overlord@gmx.li>.
7499
7500 2007-01-13  Romain Francoise  <romain@orebokech.com>
7501
7502         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7503         Update copyright.
7504
7505 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7506
7507         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7508
7509 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7510
7511         * gnus-registry.el (gnus-registry-unfollowed-groups)
7512         (gnus-registry-split-fancy-with-parent): Fix documentation.
7513
7514 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7515
7516         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7517         from nnweb groups.
7518
7519 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7520
7521         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7522         Xref urls.  Erase buffer before requesting head.
7523
7524 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7525
7526         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7527         customizable.
7528
7529 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7530
7531         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7532         no signing key is found.
7533         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7534         no encrypting and/or signing key is found.
7535
7536 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7537
7538         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7539
7540 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7541
7542         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7543         headers read from disk with the ones newly found in the current search.
7544         This should no longer cause problems, because the article numbers in
7545         Gmane's `nov.php' output are ignored since the previous change.
7546
7547 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7548
7549         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7550
7551 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7554         replace-regexp-in-string; bind url-version; fbind display-images-p and
7555         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7556         find-face and set-itimer-function for Emacs; bind itimer-list for
7557         Emacs.
7558
7559         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7560
7561 2007-01-01  Romain Francoise  <romain@orebokech.com>
7562
7563         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7564
7565 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7566
7567         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7568         `define-minor-mode' macro definition expanded properly.
7569         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7570         exclude it there.
7571
7572         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7573         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7574         `fboundp' test.
7575         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7576         This is OK to autoload in (S)XEmacs now.
7577
7578 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7579
7580         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7581         keystroke.
7582         (gnus-summary-limit-to-singletons): Fix typo.
7583
7584         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7585         else fails.
7586
7587 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7588
7589         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7590         docstring.
7591
7592         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7593         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7594         (gnus-summary-insert-dormant-articles): Fix typo in message.
7595
7596 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7597
7598         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7599         nil for XEmacs.
7600         (gnus-message-citation-mode): Don't autoload in XEmacs.
7601
7602         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7603
7604 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7605
7606         * nnimap.el (nnimap-expunge-search-string): Mention
7607         nnimap-search-uids-not-since-is-evil in docstring.
7608
7609 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7610
7611         * spam.el: Revert to make-obsolete-variable because
7612         define-obsolete-variable-alias is not supported in Emacs 21.
7613
7614         * spam.el (spam-ifile-path, spam-ifile-database-path)
7615         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7616         make-obsolete-variable.
7617         (spam-bsfilter-path, spam-bsfilter-program)
7618         (spam-spamassassin-path, spam-spamassassin-program)
7619         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7620         use "path" inappropriately.
7621         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7622         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7623         variable names.
7624
7625 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7626
7627         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7628         summary buffer.
7629
7630         * password.el (password-cache-remove): Use clear-string to burn
7631         password, if available.
7632
7633 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7636
7637         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7638
7639         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7640         (gnus-message-highlight-citation): Move defcustom here from
7641         gnus-cite.el.
7642         (gnus-message-citation-mode): Autoload.
7643
7644         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7645         checks to make it compile with XEmacs.
7646         (gnus-message-citation-mode): New minor mode.
7647         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7648         (gnus-message-highlight-citation): New variables.
7649         (gnus-message-search-citation-line)
7650         (gnus-message-add-citation-keywords)
7651         (gnus-message-remove-citation-keywords)
7652         (turn-on-gnus-message-citation-mode)
7653         (turn-off-gnus-message-citation-mode): New functions.
7654
7655 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7656
7657         * gnus-cite.el: Enable highlighting of different citation levels in
7658         message-mode.
7659
7660 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7661
7662         * message.el (message-make-fqdn): Fix comment.
7663         (message-bogus-system-names): Add ".local".
7664
7665         * spam.el (spam-ifile-path, spam-ifile-program)
7666         (spam-ifile-database-path, spam-ifile-database)
7667         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7668         Don't use "path" inappropriately.
7669         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7670         strings.
7671         (spam-check-ifile, spam-ifile-register-with-ifile)
7672         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7673         new variable names.
7674
7675         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7676         (gnus-treat-display-smileys): Simplify using
7677         gnus-image-type-available-p.
7678
7679         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7680         available.
7681
7682         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7683         `display-images-p' if available.
7684
7685 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7686
7687         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7688         one after turning on the buffer's multibyteness instead of decoding
7689         them directly in the unibyte buffer that causes unexpected conversion
7690         in Emacs 23 (unicode).
7691
7692 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7693
7694         * message.el (message-generate-hashcash): Fix custom type.
7695
7696 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7697
7698         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7699
7700 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7701
7702         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7703         disconnect icons.  Add help text.
7704
7705 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7706
7707         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7708         negated to be consistent with the others we handle.
7709
7710 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7711
7712         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7713         version of gnus-summary-buffer to something, so that we can use two
7714         article buffers at the same time.
7715
7716 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7717
7718         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7719         trigger all the extra headers.
7720         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7721         sorting.
7722
7723 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7724
7725         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7726         solid groups.
7727
7728 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7729
7730         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7731
7732 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7733
7734         * legacy-gnus-agent.el: Add Copyright notice.
7735
7736 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7737
7738         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7739
7740 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7741
7742         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7743
7744         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7745         to make it work reliably in CVS Emacs.
7746         (gnus-summary-limit-strange-charsets-predicate)
7747         (gnus-summary-limit-to-predicate): New functions.
7748
7749 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7750
7751         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7752         specifying array size.
7753         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7754         array if it is too small.
7755         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7756         (gnus-sort-threads-loop): New function.
7757
7758 2006-12-06  Chris Moore  <dooglus@gmail.com>
7759
7760         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7761         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7762
7763 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7764
7765         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7766         options.
7767
7768 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7769
7770         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7771         DOS-ing the recipient.
7772
7773         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7774         the headers when creating the mapping to avoid mismappings.
7775         (nnweb-gmane-create-mapping): Always nix out old mapping.
7776
7777 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7780         and mm-verify-option to never.
7781
7782 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * message.el (message-signed-or-encrypted-p): New function.
7785         (message-forward-make-body): Use it.
7786
7787         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7788         Replace encode-coding-string with mm-encode-coding-string.
7789
7790 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * nneething.el (nneething-decode-file-name): Replace
7793         decode-coding-string with mm-decode-coding-string.
7794
7795         * gnus-int.el (gnus-open-server): Say failed server's name.
7796
7797 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7798
7799         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7800         strings to a single string.  Quote `errors-file-name'.
7801         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7802         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7803         Adjust calls.  Use `shell-quote-argument'.
7804
7805 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7806
7807         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7808         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7809
7810         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7811         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7812         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7813         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7814         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7815         (gnus-subscribe-newsgroup, gnus-1):
7816         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7817         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7818         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7819         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7820
7821 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7822
7823         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7824         keystroke.
7825         (gnus-summary-limit-to-bodies): Implement headersp.
7826
7827 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7828
7829         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7830
7831 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7834
7835 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836
7837         * message.el (message-generate-hashcash): Expand range of values to
7838         include `opportunistic'.
7839         (message-send-mail): Use it.
7840
7841 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7842
7843         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7844         and comment it.
7845
7846         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7847
7848 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * gnus-util.el (gnus-extract-address-components): Improve comment.
7851
7852 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-util.el (gnus-extract-address-components): Work with address in
7855         which the name portion contains @.
7856
7857         * lpath.el: Fbind custom-autoload.
7858
7859 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * gnus.el (gnus-start): Move custom group up.
7862         (gnus-select-method): Don't autoload, but make it available for
7863         `customize-variable'.
7864         (gnus-getenv-nntpserver): Don't autoload.
7865
7866 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7867
7868         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7869
7870 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7871
7872         * message.el (message-sendmail-extra-arguments): New variable.
7873         (message-send-mail-with-sendmail): Use it.
7874
7875 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7876
7877         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7878         mm-with-unibyte-current-buffer to make string unibyte.
7879
7880         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7881         mm-string-as-multibyte.
7882
7883 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7884
7885         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7886         Reported by Werner Koch <wk@gnupg.org>.
7887
7888 2006-11-14  Daiki Ueno  <ueno@p360>
7889
7890         * mml2015.el: Autoload epa-select-keys when compiling.
7891
7892 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7893
7894         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7895         message-options.
7896         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7897
7898 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7899
7900         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7901         EasyPG (< 0.0.6).
7902         (mml2015-always-trust): New user option.
7903         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7904         prompt.
7905
7906 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * nntp.el (nntp-authinfo-force): New variable.
7909         (nntp-send-authinfo): Use it.
7910
7911 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7914         decode encoded words.  Improve prompt.  Add comment about forwarding.
7915         (message-replacement-char): Move up.
7916
7917 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7918
7919         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7920         instead of gnus-intersection because arguments of gnus-sorted-nunion
7921         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7922
7923 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7926         (message-simplify-subject-functions): Enable
7927         message-strip-subject-encoded-words by default.
7928
7929 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7930
7931         * message.el (message-strip-subject-encoded-words): New function.
7932         (message-simplify-subject-functions): New variable.
7933         (message-simplify-subject): Use it.  Fix typo in doc string.
7934         Support message-strip-subject-encoded-words.
7935
7936 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7937
7938         * gnus-diary.el (gnus-diary-delay-format-function):
7939         * nndiary.el (nndiary-reminders):
7940         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7941
7942 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * gnus-art.el (article-hide-boring-headers): Fetch date from
7945         gnus-original-article-buffer to avoid problems with localized date
7946         strings.
7947
7948 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7951
7952 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7955         New variables.
7956         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7957         (mm-charset-synonym-alist): Move some entries to
7958         mm-codepage-iso-8859-list.
7959         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7960         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7961
7962 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7963
7964         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7965
7966 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7969         with Emacs 21 and XEmacs.
7970
7971 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7972
7973         * spam.el (spam-parse-address): New function for better parsing,
7974         catching errors, etc.
7975         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7976
7977 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7978
7979         * mm-view.el: Add interactive arg to html2text autoload.
7980
7981 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7982
7983         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7984
7985 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7986
7987         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7988         variables.
7989         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7990         (mm-charset-synonym-alist): Move some entries to
7991         mm-codepage-iso-8859-list.
7992
7993         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7994
7995 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7996
7997         * message.el (message-citation-line-format)
7998         (message-insert-formated-citation-line): Fix implementation of %E, %N
7999         and %n according to the doc string.
8000
8001 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
8002
8003         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8004         car-safe to avoid bad parses.
8005
8006 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
8009         names.
8010
8011         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
8012
8013 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8014
8015         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
8016         header.
8017
8018         * message.el (message-draft-headers): Add Date.
8019         (message-headers-to-generate): Fix typo in docstring.
8020
8021         * nndraft.el (nndraft-required-headers): New variable.
8022         (nndraft-generate-headers): Use it.
8023
8024         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
8025
8026 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8027
8028         * gnus-registry.el (gnus-registry-wash-for-keywords)
8029         (gnus-registry-find-keywords): New functions to allow easy searching of
8030         articles that are in the registry.
8031
8032 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8033
8034         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8035         ietf-drums-parse-address instead of gnus-extract-address-components.
8036         Reported by Damien Elmes <damien@repose.cx>.
8037
8038 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * gnus.el (gnus-mime): Remove unused custom group.
8041
8042 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8043
8044         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8045         "blank line" when searching for end of armor headers.
8046
8047 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * gmm-utils.el (gmm-write-region): Fix variable name.
8050
8051 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8052
8053         * gmm-utils.el (gmm-write-region): New function based on compatibility
8054         code from `mm-make-temp-file'.
8055
8056         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8057
8058         * nnmaildir.el (nnmaildir--update-nov)
8059         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8060         Use `gmm-write-region'.
8061
8062 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8063
8064         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8065         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8066
8067         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8068
8069         * message.el (message-replacement-char): New variable.
8070         (message-fix-before-sending): Use it.
8071         (message-simplify-subject): New function to remove duplicate code.
8072         (message-reply, message-followup): Use it.
8073
8074         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8075         gnus-summary-limit-to-articles.
8076
8077 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-util.el (gnus-with-local-quit): New macro.
8080
8081         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8082
8083 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8084
8085         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8086         ignore non-string data.
8087
8088 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8089
8090         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8091         non-string data (needs to be done in the registry too).
8092
8093 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8094
8095         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8096         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8097         (gnus-registry-split-fancy-with-parent)
8098         (gnus-registry-fetch-simplified-message-subject-fast)
8099         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8100         Remove text properties on ingress into the registry and when it's saved.
8101         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8102         registry from entries with no groups.
8103
8104 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8105
8106         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8107         function to remove string properties.
8108
8109 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * gmm-utils.el (gmm): Adjust custom version.
8112
8113         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8114         custom version.
8115
8116         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8117
8118 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8119
8120         * gnus-art.el (gnus-insert-prev-page-button)
8121         (gnus-insert-next-page-button): Simplify.  Reformat.
8122
8123 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8124
8125         * gnus-art.el (gnus-insert-prev-page-button)
8126         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8127
8128 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8129
8130         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8131
8132 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8133
8134         * gnus-art.el (gnus-insert-mime-button)
8135         (gnus-insert-mime-security-button):
8136         Apply gnus-article-button-face to MIME and security buttons.
8137
8138 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8139
8140         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8141         readable.
8142
8143 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8146
8147 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8148
8149         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8150         `browse-url-of-file' instead of `browse-url'.
8151
8152 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8153
8154         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8155         regexp.  Articles containing quotation were cut prematurely.
8156
8157 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * message.el (message-cite-original-1): Use nobody by default for the
8160         value of From header.
8161         (message-reply): Ditto.
8162
8163 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8164
8165         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8166         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8167         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8168
8169 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8170
8171         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8172         mails in the doc string.  Add some URLs in comment.
8173         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8174
8175 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8176
8177         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8178         backslashes handling and the way to find boundaries of quoted strings.
8179
8180 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8181
8182         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8183         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8184         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8185         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8186
8187 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8190         doc string.
8191         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8192
8193 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * lpath.el: Fbind epg-check-configuration.
8196
8197 2006-09-06  Simon Josefsson  <jas@extundo.com>
8198
8199         * mml2015.el (mml2015-use): Doc fix, mention epg.
8200
8201 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8202
8203         * mml2015.el (mml2015-use): Default to epg, if available.
8204
8205 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8206
8207         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8208         message-sender.
8209         (mml1991-epg-encrypt): Ditto.
8210         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8211         message-sender.
8212         (mml2015-epg-encrypt): Ditto.
8213
8214 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8215
8216         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8217         several common directories.
8218
8219 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8220
8221         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8222         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8223
8224 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * gnus-art.el (article-decode-encoded-words): Make it fast.
8227
8228 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8231
8232         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8233         in quoted string into `\'.
8234
8235 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8236
8237         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8238         Use standard-syntax-table.
8239
8240 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-art.el (gnus-decode-address-function): New variable.
8243         (article-decode-encoded-words): Use it to decode headers which are
8244         assumed to contain addresses.
8245         (gnus-mime-delete-part): Remove useless `or'.
8246
8247         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8248         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8249         (gnus-nov-parse-line): Use it to decode From header.
8250         (gnus-get-newsgroup-headers): Ditto.
8251         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8252
8253         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8254         (mail-decode-encoded-address-string): New alias.
8255
8256         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8257         New function.
8258         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8259         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8260         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8261         (rfc2047-decode-string): Ditto.
8262         (rfc2047-decode-address-region): New function.
8263         (rfc2047-decode-address-string): New function.
8264
8265 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * message.el (message-caesar-buffer-body): Allow rotating headers.
8268
8269         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8270
8271         * message.el (message-insert-formated-citation-line): Fix %f.
8272         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8273
8274 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8277         (gnus-bookmark-mouse-available-p): New macro.
8278         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8279         (gnus-bookmark-bmenu-show-infos): Use it.
8280         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8281         (gnus-bookmark-bmenu-hide-infos): Ditto.
8282         (gnus-bookmark-remove-properties): New function.
8283         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8284         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8285         (gnus-bookmark-write-file): Bind coding-system-for-write.
8286         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8287         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8288         group before selecting it.
8289         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8290         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8291         quit-window if it is not available; use gnus-mouse-2 and bind it to
8292         gnus-bookmark-bmenu-select-by-mouse.
8293         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8294         (gnus-bookmark-bmenu-select-by-mouse): New function.
8295
8296 2006-08-13  Romain Francoise  <romain@orebokech.com>
8297
8298         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8299         space.
8300
8301 2006-08-10  Romain Francoise  <romain@orebokech.com>
8302
8303         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8304         (dns-mode-soa-auto-increment-serial): New user option.
8305         (dns-mode-soa-maybe-increment-serial): New function.
8306         (dns-mode): Add the latter to `write-contents-functions'.
8307
8308 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8309
8310         * compface.el (uncompface): Use binary rather than raw-text-unix.
8311
8312 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8313
8314         * compface.el (uncompface): Make sure the eol conversion doesn't take
8315         place when communicating with the external programs.  Reported by
8316         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8317
8318 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8319
8320         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8321
8322 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8323
8324         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8325         Make it more robust by parsing author and date independently.
8326
8327 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8330
8331 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8332
8333         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8334         first matching secret key.
8335         (mml2015-epg-encrypt): Ditto.
8336
8337         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8338         first matching secret key.
8339         (mml1991-epg-encrypt): Ditto.
8340
8341         * mml2015.el (mml2015-encrypt-to-self): New user option.
8342         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8343         mml2015-epg-encrypt-to-self is set.
8344
8345         * mml1991.el (mml1991-encrypt-to-self): New variable.
8346         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8347         mml1991-epg-encrypt-to-self is set.
8348
8349         * mml2015.el (mml2015-signers): New user option.
8350         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8351         (mml2015-epg-encrypt): Allow to select signing keys.
8352
8353         * mml1991.el (mml1991-signers): New variable.
8354         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8355         (mml1991-epg-encrypt): Allow to select signing keys.
8356
8357 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * nnheader.el (nnheader-insert-head): Make it work even if the file
8360         uses CRLF for the line-break code.
8361
8362 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8363
8364         * mml2015.el: Require mml-sec instead of password.
8365         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8366         (mml2015-cache-passphrase): Inherit the default value from
8367         mml-secure-cache-passphrase.
8368         (mml2015-passphrase-cache-expiry): Inherit the default value from
8369         mml-secure-passphrase-cache-expiry.
8370
8371         * mml1991.el: Require mml-sec instead of password.
8372         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8373         (mml1991-cache-passphrase): Inherit the default value from
8374         mml-secure-cache-passphrase.
8375         (mml1991-passphrase-cache-expiry): Inherit the default value from
8376         mml-secure-passphrase-cache-expiry.
8377
8378         * mml-sec.el: Require password.
8379         (mml-secure-verbose): New user option.
8380         (mml-secure-cache-passphrase): New user option.
8381         (mml-secure-passphrase-cache-expiry): New user option.
8382
8383 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8384
8385         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8386         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8387         andreas@altroot.de (Andreas Vögele).
8388
8389         FIXME: Use `tiny change'?
8390
8391 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8392
8393         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8394         workaround for the url package included with Emacs.
8395
8396         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8397
8398 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8401         correctly.  This fixes a bug caused by the 2006-05-12 change.
8402
8403 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8404
8405         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8406         some information about the error when saying that the `bogus' mail
8407         group will be used.
8408
8409 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8410
8411         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8412         string.
8413
8414 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8415
8416         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8417
8418 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8419
8420         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8421
8422 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8423
8424         * mml1991.el (mml1991-function-alist): Add epg.
8425         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8426         (mml1991-epg-encrypt): New functions.
8427
8428 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8429
8430         * mml2015.el (mml2015-verbose): New variable.
8431         (mml2015-cache-passphrase): Ditto.
8432         (mml2015-passphrase-cache-expiry): Ditto.
8433         (mml2015-function-alist): Add epg.
8434         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8435         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8436         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8437         functions.
8438
8439 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8440
8441         * message.el (message-cite-original-1): Preserve region when removing
8442         quoted text due to X-No-Archive in order to avoid bogus attribution
8443         when citing multiple messages.
8444
8445 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8446
8447         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8448         Kenneth Jacker <khj@be.cs.appstate.edu>.
8449
8450 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * gnus-diary.el (gnus-user-format-function-d)
8453         (gnus-user-format-function-D): Autoload.
8454
8455         * imap.el (Commentary): Fix typo.
8456
8457         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8458         2006-04-22 contribution.
8459
8460 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8461
8462         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8463         It didn't really fix the bogosity I'm seeing with solid web groups.
8464
8465 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8466
8467         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8468         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8469         created using server names.  If we use the feature without declaring
8470         it, Gnus does not properly manage server and group state.
8471
8472         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8473         bound.
8474
8475 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8476
8477         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8478         looking up the method using GROUP's prefix before inventing a new one.
8479         It is used on killed/unknown groups in various places where returning
8480         an all-new method isn't expected by the caller.
8481
8482         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8483         and match semantics of gnus-group-real-prefix.
8484
8485 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8486
8487         * nnmail.el (nnmail-broken-references-mailers): New variable.
8488         (nnmail-ignore-broken-references): New function generalizing
8489         nnmail-fix-eudora-headers.
8490         (nnmail-fix-eudora-headers): Now obsolete.
8491
8492         * gnus-art.el (gnus-button-handle-custom): Support
8493         `customize-apropos*'.
8494
8495 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8496
8497         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8498
8499         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8500         articles.
8501
8502 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8503
8504         * message.el (message-cite-reply-above): New variable.
8505         (message-yank-original): Use it.
8506
8507 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8508
8509         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8510
8511 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8514         as read.
8515
8516         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8517
8518 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8519
8520         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8521         (gnus-bookmark-default-file): Use gnus-directory.
8522         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8523         Remove "*" in doc string.
8524         (gnus-bookmark-write-file): Simplify.
8525         (gnus-bookmark-maybe-sort-alist): Use `when'.
8526         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8527         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8528         FIXME about Emacs 21 and XEmacs compatibility.
8529         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8530         compatibility.
8531         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8532         compatibility.
8533         (gnus-bookmark-menu-heading): Fix version.
8534
8535 2006-06-19  Bastien Guerry  <bzg@altern.org>
8536
8537         * gnus-bookmark.el: New file.
8538
8539 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * message.el (message-syntax-checks): Doc fix.
8542
8543 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8544
8545         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8546         unsubscribed groups as if they were killed ones.  It causes duplicate
8547         entries in gnus-newsrc-alist.
8548
8549 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * message.el (message-syntax-checks): Doc fix.
8552         (message-send-mail): Add check for continuation headers.
8553         (message-check-news-header-syntax): Fix regexp used to check for
8554         continuation headers.
8555
8556 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8559
8560 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8561
8562         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8563
8564 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8567         default-truncate-lines.
8568
8569 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8570
8571         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8572         to fill the utf-8 entry.
8573
8574         * lpath.el: Fbind unicode-precedence-list.
8575
8576 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8577
8578         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8579
8580 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8581
8582         * gnus-agent.el (directory-files-and-attributes): Move all the way
8583         forward (the third and final move).
8584         (gnus-agent-read-agentview): Trap reconstruction errors due to
8585         nonexistant directory.  Handle by returning nil.
8586
8587 2006-05-30  Didier Verna  <didier@xemacs.org>
8588
8589         * message.el (message-dont-reply-to-names): Update the custom type.
8590         * message.el (message-dont-reply-to-names): New defsubst: potentially
8591         convert a list of regexps into a single one.
8592         * message.el (message-get-reply-headers): Use it.
8593         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8594
8595 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * gnus-agent.el (directory-files-and-attributes): Move forward.
8598
8599 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8600
8601         * gnus-ml.el (gnus-mailing-list-subscribe)
8602         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8603         (gnus-mailing-list-message): Fix doc strings.
8604
8605 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8606
8607         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8608         of doing it manually.
8609
8610 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8613         comment.
8614
8615 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8616
8617         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8618         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8619         (gnus-agent-read-local): All symbols allocated in my-obarray.
8620         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8621         (gnus-agent-regenerate-group): Check numeric names to see if they are
8622         messages or groups.
8623         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8624         better way of do this...)
8625
8626         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8627         'dummy.group' (there should be a better way of do this...)
8628
8629 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8632         (gnus-saved-headers): Ditto.
8633         (gnus-default-article-saver): Mention functions may have properties.
8634         (gnus-article-save): Override gnus-save-all-headers and
8635         gnus-saved-headers by :headers property which saver function may have.
8636         (gnus-summary-save-in-file): Add :headers property.
8637         (gnus-summary-write-to-file): Ditto.
8638
8639         * gnus-sum.el (gnus-summary-save-article): Bind
8640         gnus-prompt-before-saving to t when saving many articles in a file;
8641         always show all headers.
8642
8643         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8644
8645 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8648         marks.
8649
8650         * message.el (message-indent-citation): Add optional arguments to allow
8651         using it outside of message buffers.
8652
8653         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8654         (gnus-article-treat-unfold-headers): Use it.
8655         (gnus-article-truncate-lines): New variable.
8656         (gnus-article-mode): Use it.
8657         (gnus-article-toggle-truncate-lines): New function.
8658
8659         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8660         gnus-article-toggle-truncate-lines.
8661
8662         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8663         coding system in XEmacs, use binary.
8664
8665 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8666
8667         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8668         after-load-alist.
8669
8670         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8671         this function should save decoded articles.
8672         (gnus-summary-write-to-file): Use property to specify this function
8673         should save decoded articles and specify gnus-summary-save-in-file
8674         should be used to save articles other than the first one when saving
8675         many articles.
8676         (gnus-summary-save-body-in-file): Use property to specify this
8677         function should save decoded articles.
8678         (gnus-summary-write-body-to-file): Use property to specify this
8679         function should save decoded articles and specify
8680         gnus-summary-save-body-in-file should be used to save articles other
8681         than the first one when saving many articles.
8682
8683         * gnus-sum.el (gnus-summary-save-article): Simplify.
8684
8685 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8686
8687         * gnus-art.el (gnus-default-article-saver): Add
8688         gnus-summary-write-body-to-file.
8689         (gnus-article-save-coding-system): Don't use coding system object
8690         in XEmacs.
8691         (gnus-read-save-file-name): Add optional `dir-var' argument which
8692         specifies directory in which files are saved; work even if optional
8693         `variable' argument is not specified.
8694         (gnus-summary-write-to-file): Read file name.
8695         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8696         (gnus-summary-write-body-to-file): New function.
8697
8698         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8699         (gnus-summary-local-variables): Add it.
8700         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8701         (gnus-summary-save-article): Remove optional `decode' argument;
8702         determine whether to decode articles by the value of
8703         gnus-default-article-saver; when saving many files using
8704         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8705         it first and use gnus-summary-save-in-file or
8706         gnus-summary-save-body-in-file thereafter unless
8707         gnus-prompt-before-saving is always; move point to article which
8708         will be saved.
8709         (gnus-summary-save-article-file): Revert.
8710         (gnus-summary-write-article-file): Revert.
8711         (gnus-summary-save-article-body-file): Revert.
8712         (gnus-summary-write-article-body-file): New function.
8713
8714 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8715
8716         * gnus-art.el (gnus-default-article-saver): Doc fix.
8717         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8718         from gnus-summary-save-article-coding-system, and default to a
8719         certain coding system.
8720         (gnus-output-to-file): Add coding cookie and encode text according
8721         to gnus-article-save-coding-system; don't use mm-append-to-file.
8722
8723         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8724         gnus-art.el and rename to gnus-article-save-coding-system.
8725         (gnus-summary-save-article): Require gnus-art; don't show all
8726         headers if it decodes articles; don't add coding cookie here;
8727         don't bind mm-text-coding-system-for-write.
8728         (gnus-summary-save-article-file): Save decoded articles.
8729         (gnus-summary-write-article-file): When saving many files, use
8730         gnus-summary-write-to-file first and gnus-summary-save-in-file
8731         thereafter unless gnus-prompt-before-saving is always.
8732         (gnus-summary-save-article-body-file): Save decoded articles.
8733
8734         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8735
8736 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * nnrss.el (nnrss-check-group): Bind hash-index.
8739
8740 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8741
8742         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8743         its hash index.  Store this hash in `nnrss-group-data'.
8744         (nnrss-read-group-data): Update accordingly.
8745
8746 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8747
8748         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8749         entry.
8750
8751         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8752         gnus-article-browse-html-article.
8753
8754 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8755
8756         * gnus-sum.el (gnus-summary-mime-map): Add
8757         gnus-article-browse-html-article.
8758
8759         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8760
8761 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8764         suitable coding systems in customize.
8765
8766 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8767
8768         * mail-source.el (mail-sources): Fix custom type.
8769
8770 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8773         (gnus-summary-expire-articles-now): Shorten prompt.
8774
8775         * gmm-utils.el (wid-edit): Require.
8776         (defun-gmm): Renamed from `gmm-defun-compat'.
8777         (gmm-image-search-load-path): Use it.
8778         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8779
8780 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8783         variable.
8784         (gnus-summary-save-article): Add optional `decode' argument.  If
8785         it is set and gnus-summary-save-article-coding-system is non-nil,
8786         save decoded article.
8787         (gnus-summary-write-article-file): Save decoded article if
8788         gnus-summary-save-article-coding-system is non-nil.
8789
8790         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8791         type.
8792
8793 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8796
8797 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8798
8799         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8800         first to test gnus-single-article-buffer which may be buffer-local.
8801
8802         * gnus-sum.el (gnus-summary-setup-buffer): Make
8803         gnus-single-article-buffer buffer-local and nil in ephemeral
8804         group; make gnus-article-buffer, gnus-article-current, and
8805         gnus-original-article-buffer always buffer-local.
8806         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8807         group.
8808         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8809
8810 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * nnml.el (nnml-request-compact-group): Compressed files might not
8813         have .gz extension.
8814
8815 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8816
8817         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8818         (mm-copy-to-buffer): Use with-current-buffer.
8819         (mm-display-part): Simplify.
8820         (mm-inlinable-p): Add optional arg `type'.
8821
8822 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8823
8824         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8825         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8826         Try harder to show the attachment internally or externally using
8827         gnus-mime-view-part-as-type.
8828
8829 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * message.el (message-from-style, message-signature-separator)
8832         (message-user-organization-file, message-send-mail-function)
8833         (message-citation-line-function, message-yank-prefix)
8834         (message-indent-citation-function, message-signature)
8835         (message-signature-file, message-signature-insert-empty-line):
8836         Remove autoloads.
8837
8838         * gnus-art.el (gnus-buttonized-mime-types): Remove
8839         "multipart/signed".  Revert 2006-04-26 change.
8840
8841 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8842
8843         * gnus.el (gnus-version-number): Bump version.
8844
8845 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8846
8847         * gnus.el: No Gnus v0.5 is released.
8848
8849 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8850
8851         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8852         fetching articles by message-id.
8853
8854 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8855
8856         * message.el (hashcash): Require hashcash as normal.
8857
8858         * ecomplete.el (ecomplete-highlight-match-line): Use
8859         point-at-eol.
8860         (ecomplete-highlight-match-line): Use `highlight', because that
8861         face exists in both Emacs and XEmacs.
8862
8863         * message.el (message-display-abbrev): Use point-at-bol.
8864
8865         * mail-source.el: Don't require timer/timer-funcs.
8866
8867         * gnus-async.el: Ditto.
8868
8869         * password.el: Ditto.
8870
8871         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8872
8873         * mm-url.el: Ditto.
8874
8875         * gnus-xmas.el: Don't require timer-funcs.
8876
8877         * mm-util.el: Require timer/timer-funcs.
8878
8879 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8880
8881         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8882         Close.
8883
8884 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8885
8886         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8887         unibyte after clear-decrypt function runs.
8888
8889         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8890         returns as a unibyte string.
8891
8892 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * lpath.el: Revert.
8895
8896         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8897         (pgg-gpg-process-sentinel): Revert.
8898
8899         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8900         (pgg-pgp-lookup-key): Revert.
8901
8902         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8903         (pgg-pgp5-lookup-key): Revert.
8904
8905         * pgg.el (pgg-fetch-key): Revert.
8906
8907 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8908
8909         * lpath.el: Fbind string-as-multibyte for XEmacs.
8910
8911         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8912         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8913         (mml1991-pgg-encrypt): Ditto.
8914
8915         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8916         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8917         a multibyte buffer.
8918
8919         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8920         (pgg-pgp-lookup-key): Ditto.
8921
8922         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8923         (pgg-pgp5-lookup-key): Ditto.
8924
8925         * pgg.el (pgg-fetch-key): Ditto.
8926
8927 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8928
8929         * message.el (message-user-organization-file): Check several
8930         locations of the organization file.
8931
8932         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8933         Add gnus-article-view-part-as-type.
8934
8935         * gnus-art.el (gnus-article-view-part-as-type): New function.
8936
8937         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8938         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8939
8940         * mml.el: Simplify autoload.
8941         (mml-mode): defvar dnd-protocol-alist instead of using
8942         symbol-value.
8943         (mml-default-directory): New variable.
8944         (mml-minibuffer-read-file): Use it.
8945         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8946
8947         * message.el (message-citation-line-format): New variable.
8948         (message-insert-formated-citation-line): New function.
8949         (message-citation-line-function): Add
8950         `message-insert-formated-citation-line' to custom type.
8951
8952         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8953         to doc string.
8954
8955         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8956         depending on mm-verify-option.
8957
8958 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8959
8960         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8961         binding pgg-* variables; reimplement the section which prevents
8962         MIME header from being signed.
8963         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8964         pgg-text-mode; remove a blank line at the top of body.
8965
8966         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8967         lines at the top of body; use gnus-newsgroup-charset if there's no
8968         Charset header.
8969
8970 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8971
8972         * message.el (message-self-insert-commands): Doc fix.
8973
8974         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8975         (mm-uu-pgp-encrypted-test): Ditto.
8976         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8977         between header and body; return application/pgp-encrypted handle
8978         if decryption failed; decode decrypted body by charset.
8979
8980         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8981         element match to application/pgp-*.
8982
8983 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8984
8985         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8986         HTML.
8987
8988 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * mail-source.el (mail-source-call-script): Message the error
8991         string.
8992
8993 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8994
8995         * gnus-util.el (gnus-byte-compile): Use it.
8996
8997 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8998
8999         * gnus-util.el (kill-empty-logs): New function.
9000
9001 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9002
9003         * message.el (message-mail-alias-type): Doc fix.
9004         (message-mail-alias-type-p): New function.
9005         (message-send): Use it.
9006         (message-mode): Ditto.
9007         (message-strip-forbidden-properties): Ditto.
9008
9009         * ecomplete.el (ecomplete-database-file-coding-system): New
9010         variable.
9011         (ecomplete-save): Use it.
9012         (ecomplete-setup): Use it.
9013
9014 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * message.el (message-self-insert-commands): New variable.
9017         (message-strip-forbidden-properties): Use it.
9018
9019 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9020
9021         * message.el (message-put-addresses-in-ecomplete): Use a regexp
9022         that doesn't make XEmacs choke.
9023
9024 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
9025
9026         * gnus-util.el (gnus-replace-in-string):
9027         Prefer replace-regexp-in-string over of replace-in-string.
9028
9029 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * gnus-util.el (gnus-select-frame-set-input-focus):
9032         Use select-frame-set-input-focus if it is available in XEmacs; use
9033         definition defined in Emacs 22 for old Emacsen.
9034
9035         * dgnushack.el: Autoload unmorse-region for XEmacs.
9036
9037         * lpath.el: Bind cursor-in-non-selected-windows and
9038         select-frame-set-input-focus for XEmacs.
9039
9040 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9043
9044 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9045
9046         * gnus-registry.el (gnus-registry-cache-save): Remove text
9047         properties when saving via the temp buffer.
9048
9049 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9050
9051         * message.el (message-generate-hashcash): Honor custom type.
9052
9053 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9054
9055         * message.el (message-generate-hashcash): Default to non-nil when
9056         hashcash is found.
9057
9058         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9059         (gnus-refer-thread-limit): Increase default to 500.
9060
9061         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9062
9063         * flow-fill.el (fill-flowed): Allow delete-space.
9064
9065 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9066
9067         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9068         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9069         Remove autoloads.
9070
9071 2006-04-18  Simon Josefsson  <jas@extundo.com>
9072
9073         * message.el (message-generate-hashcash): Default to.
9074
9075 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9078         concatenating segments rather than before concatenating them.
9079
9080 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9081
9082         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9083
9084 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9085
9086         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9087
9088         * message.el (message-forward-make-body-plain): Allow
9089         message-forward-ignored-headers to be a list.
9090         (message-remove-ignored-headers): Factor out into function.
9091         (message-forward-make-body-mml): Use it.
9092
9093         * imap.el (imap-quote-specials): New function.
9094         (imap-login-auth): Quote specials.
9095
9096         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9097         (rfc2231-parse-string): Allow concatanation of parameters that
9098         aren't contiguous.  The test case is
9099           (mail-header-parse-content-type "message/external-body;
9100             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9101             access-type=LOCAL-FILE;
9102             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9103
9104 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9105
9106         * nntp.el (nntp-accept-process-output): Return the value of
9107         `nnheader-accept-process-output'.
9108
9109 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9110
9111         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9112         (gnus-button-alist): Recognize more diff formats.
9113         (gnus-button-patch): Strip directory.
9114
9115 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9116
9117         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9118         Emacs 22 when setting focus.
9119
9120 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9121
9122         * gnus-art.el (gnus-article-treat-types): Do treatment of
9123         text/x-verbatim parts.
9124         (gnus-button-patch): New command.
9125
9126         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9127         addresses that contain invalid characters.
9128
9129 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9130
9131         * message.el (message-put-addresses-in-ecomplete): Use
9132         gnus-replace-in-string.
9133         (message-is-yours-p): Use the more correct
9134         mail-header-parse-address instead of
9135         mail-extract-address-components.
9136         (message-put-addresses-in-ecomplete): Fix typo.
9137
9138         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9139         keystroke.
9140
9141         * gnus-art.el (gnus-treatment-function-alist): Change order of
9142         newsgroups/generic header folding to avoid double-folding.
9143
9144         * message.el (message-hidden-headers): Add X-Draft-From.
9145
9146         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9147         command.
9148         (gnus-summary-repeat-search-article-backward): New command.
9149
9150         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9151         groups in the parent topic.
9152
9153 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9154
9155         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9156         (spam-extra-header-to-number): Return the CRM114 number as a
9157         number instead of a string.
9158
9159 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9160
9161         * gnus-art.el (gnus-face-properties-alist): Moved here from
9162         gnus-fun.
9163
9164         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9165
9166 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9167
9168         * message.el (message-strip-forbidden-properties): Only display on
9169         self-insert-command.
9170
9171         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9172         reindent.
9173         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9174
9175 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9176
9177         * smiley.el (smiley-style): Fix typo.
9178
9179 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9180
9181         * hashcash.el (hashcash-insert-payment-async-2): Use
9182         message-goto-eoh instead of doing it manually.
9183         (mail-add-payment): Use message-narrow-to-header instead of trying
9184         to do the same itself.
9185
9186         * message.el (message-hidden-headers): Add Face.
9187
9188         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9189         reparenting code.
9190         (gnus-summary-reparent-children): Refactored out code.
9191         (gnus-summary-thread-map): New keystroke.
9192         (gnus-summary-reparent-children): Make into command.
9193
9194         * smiley.el (smiley-style): Default to `medium' if using a large
9195         font.
9196
9197         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9198         does it itself.
9199
9200         * message.el (message-point-in-header-p): Simplify definition.
9201
9202 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9203
9204         * nnagent.el (nnagent-request-set-mark): Silence log file
9205         writing.
9206         (nnagent-request-set-mark): Use write-region instead of
9207         append-to-file.
9208
9209         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9210         strange select method.
9211
9212         * ecomplete.el (ecomplete-display-matches): Get highlightling
9213         right.
9214         (ecomplete-display-matches): Use literals.
9215         (ecomplete-display-matches): Disable message logging.
9216
9217         * message.el (message-display-abbrev): Small optimization.
9218
9219         * ecomplete.el (ecomplete-display-matches): Allow automatic
9220         display.
9221
9222         * message.el (message-strip-forbidden-properties): Display
9223         abbrevs.
9224         (message-display-abbrev): Get automatic display right.
9225
9226         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9227         keystrokes.
9228
9229 2006-04-13  Romain Francoise  <romain@orebokech.com>
9230
9231         TODO: Backport to v5-10!
9232
9233         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9234         Moved here (and renamed) from gnus-registry.el.
9235
9236         * gnus-registry.el: Require gnus-util.
9237         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9238
9239 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9240
9241         * gnus-group.el (gnus-group-catchup-current): Change
9242         if-then-else-if-then-else into cond.
9243         (gnus-group-catchup): Indent.
9244         (group-name-at-point): New function.
9245         (gnus-fetch-group): Provide default from thing at point.
9246
9247 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9248
9249         * message.el (message-display-abbrev): Fix regexp.
9250
9251         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9252         choosing.
9253         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9254         dead variables.
9255
9256         * message.el (message-newline-and-indent): Remove debugging.
9257         (message-display-abbrev): Use new implementation.
9258
9259 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9260
9261         * gnus-art.el (gnus-article-mode): Set
9262         cursor-in-non-selected-windows to nil.
9263
9264         * smiley.el: Revert previous change.
9265         (smiley-data-directory): defvar it before using it in the
9266         defcustom of `smiley-style'.
9267
9268 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * message.el (message-newline-and-indent): New function.
9271
9272         * ecomplete.el: Implement more bits.
9273
9274         * message.el (message-put-addresses-in-ecomplete): Clean up the
9275         string.
9276
9277         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9278
9279         * gnus-sum.el (gnus-summary-save-parts): Bind
9280         gnus-summary-save-parts-counter and use it to make unique file
9281         names.
9282
9283         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9284
9285         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9286         parameter to say whether to actually parse the individual
9287         addresses.
9288
9289         * message.el (message-put-addresses-in-ecomplete): New function.
9290         (ecomplete): Require.
9291         (message-mail-alias-type): Add ecomplete as an option.
9292
9293 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9294
9295         * flow-fill.el (fill-flowed): Remove trailing space from blank
9296         quoted lines.
9297
9298 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * smiley.el (smiley-style): Move definition later to avoid a
9301         compilation warning.
9302
9303 2006-04-12  Kenichi Handa  <handa@m17n.org>
9304
9305         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9306         buffer and then decode the buffer text if necessary.
9307         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9308         first, and after mm-encode-body, change the buffer to unibyte.
9309         Use mm-disable-multibyte instead of set-buffer-multibyte.
9310
9311 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9314         Content-Type header instead of Content-Disposition header.
9315         (gnus-mime-inline-part): Ditto.
9316         (gnus-mime-view-part-as-charset): Ignore charset that the part
9317         specifies.
9318
9319         * mm-decode.el (mm-display-part): Work with external parts and
9320         usual parts similarly.
9321
9322         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9323         instead of gnus-display-mime.
9324
9325         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9326         instead of with-temp-buffer.
9327
9328         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9329         tag to summarized topics part in order to encode non-ASCII text.
9330
9331 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9332
9333         * smiley.el (smiley-style): New variable.
9334         (smiley-directory): New function.
9335         (smiley-data-directory): Derive from `smiley-style' using
9336         `smiley-directory'.
9337         (smiley-regexp-alist): Add new entries.
9338
9339         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9340         (gnus-article-browse-delete-temp): Add :version.
9341
9342 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9343
9344         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9345         the sieve region.
9346
9347 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9348
9349         * gnus.el (gnus-version-number): Bump version.
9350
9351 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9352
9353         * gnus.el: No Gnus v0.4 is released.
9354
9355 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9356
9357         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9358         layout.
9359
9360         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9361         unknown charset.
9362
9363         * message.el (message-header-synonyms): Add Original-To to the
9364         default.
9365
9366         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9367         optional parameter.
9368
9369 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * gnus-fun.el (gnus): Require it for gnus-directory.
9372
9373 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9374
9375         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9376
9377 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9378
9379         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9380
9381 2006-04-05  Simon Josefsson  <jas@extundo.com>
9382
9383         * password.el (password-reset): New function.
9384
9385 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9386
9387         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9388         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9389
9390 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9391
9392         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9393         Some whitespace was matched into the url, which broke browsing hits
9394         > 100 when mm-url-use-external was nil.
9395
9396 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9399         gnus-extra-headers for 'Newsgroups.
9400
9401         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9402         bound.
9403
9404 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9405
9406         * pgg-gpg.el: Clean up process buffers every time gpg processes
9407         complete.
9408
9409 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9412         doc string.
9413
9414 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9415
9416         * pgg-gpg.el (pgg-gpg-process-filter)
9417         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9418
9419         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9420         lines, temporary fix.
9421
9422 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9425
9426 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9427
9428         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9429         default-enable-multibyte-characters.  This reverts the change from
9430         revision 6.17 which is no longer necessary because the passphrase
9431         is sent separately now.  GnuPG messages are unreadable under
9432         multibyte locales with default-enable-multibyte-characters set to
9433         nil.
9434
9435 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * message.el (message-tool-bar-gnome): Move "spell".
9438
9439 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9440
9441         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9442         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9443         instead.
9444
9445 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9446
9447         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9448         newsgroups handling for NNTP overviews which don't include
9449         Newsgroups.
9450
9451 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9452
9453         * message.el (message-resend): Bind message-generate-hashcash to nil.
9454
9455 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9456
9457         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9458         when searching for already-paid recipients.
9459
9460 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9461
9462         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9463         passphrases when it is not needed.
9464         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9465         passphrase stuff from gpg, should only be necessary when you use
9466         gpg with a smartcard.
9467
9468 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9469
9470         * mml.el (mml-insert-mime): Ignore cached contents of
9471         message/external-body part.
9472
9473         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9474         (mm-insert-part): Ditto.
9475
9476 2006-03-23  Simon Josefsson  <jas@extundo.com>
9477
9478         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9479         Reiner.
9480         (pgg-gpg-use-agent-p): Use it again.
9481
9482 2006-03-23  Simon Josefsson  <jas@extundo.com>
9483
9484         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9485         older emacsen.
9486         (pgg-gpg-use-agent-p): Don't use it.
9487
9488 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9489
9490         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9491         if we can.
9492
9493 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9494
9495         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9496         (pgg-gpg-update-agent): New function.
9497         (pgg-gpg-use-agent-p): New function.
9498         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9499         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9500         (pgg-gpg-sign-region): Use it.
9501
9502 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9503
9504         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9505         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9506
9507 2006-03-21  Simon Josefsson  <jas@extundo.com>
9508
9509         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9510         <wilde@sha-bang.de>.
9511         (pgg-gpg-use-agent): New variable.
9512         (pgg-gpg-process-region): Use it.
9513         (pgg-gpg-encrypt-region): Likewise.
9514         (pgg-gpg-encrypt-symmetric-region): Likewise.
9515         (pgg-gpg-decrypt-region): Likewise.
9516         (pgg-gpg-sign-region): Likewise.
9517         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9518
9519 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9522
9523         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9524         Add comment on version.
9525
9526 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9527
9528         * smiley.el: Add missing test smiley.
9529
9530 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * mm-decode.el (mm-with-part): New macro.
9533         (mm-get-part): Use it; work with message/external-body as well.
9534         (mm-save-part): Treat name and filename equally.
9535
9536         * mm-extern.el (mm-extern-cache-contents): New function.
9537         (mm-inline-external-body): Use it; force the part to be displayed;
9538         move undisplayer added to the cached handle to the parent.
9539
9540         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9541         (gnus-mime-view-part-as-type): Work with message/external-body.
9542
9543         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9544
9545 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9548         images in image-load-path.  [Sync with image.el, revision 1.60, in
9549         Emacs.]
9550
9551 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9554         path rather than symbol.  Always return list of directories.
9555         Guarantee that image directory comes first.  [Sync with image.el,
9556         revision 1.59, in Emacs.]
9557
9558         * message.el (message-make-tool-bar): Adjust to new API of
9559         `gmm-image-load-path-for-library'.
9560
9561         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9562
9563         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9564
9565 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9566
9567         * gnus-art.el (gnus-article-only-boring-p):
9568         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9569         intangible text.
9570         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9571
9572 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9573
9574         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9575         `defun' instead of `gmm-defun-compat'.
9576
9577 2006-03-14  Simon Josefsson  <jas@extundo.com>
9578
9579         * message.el (message-unique-id): Don't use message-number-base36
9580         if (user-uid) is a float.
9581         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9582
9583 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9584
9585         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9586
9587         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9588         empty line between a part and a message part.
9589
9590 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * smiley.el: Add more test smileys.
9593         (smiley-data-directory, smiley-regexp-alist)
9594         (gnus-smiley-file-types): Fix doc strings.
9595         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9596         adding new elements.
9597         (smiley-mouse-map): Unused code.  Make it a comment.
9598
9599 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9600
9601         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9602         scan latest NoCeM messages instead of old ones.
9603         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9604         delimiters that are recently used.
9605         (gnus-nocem-load-cache): Add autoload cookie.
9606
9607         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9608
9609         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9610         level which is larger than gnus-use-nocem is specified.
9611
9612         * gnus-group.el (gnus-group-get-new-news): Ditto.
9613
9614 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * gnus-util.el (gnus-tool-bar-update): New function.
9617
9618         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9619         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9620
9621         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9622
9623         * gnus-group.el (gnus-group-redraw-when-idle)
9624         (gnus-group-redraw-check): Remove.
9625         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9626
9627 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9628
9629         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9630         if optional last element is specified in splits (FIELD VALUE...).
9631
9632 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9635         to gmm-image-load-path-for-library.  Call with no-error argument.
9636         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9637
9638         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9639
9640         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9641
9642         * gmm-utils.el (gmm-image-load-path): Remove alias.
9643
9644 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9645
9646         * gmm-utils.el (gmm-image-load-path): Add alias.
9647
9648         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9649         nnml-generate-nov-databases-1.
9650         (nnml-generate-nov-databases): Use it.
9651         (nnml-generate-nov-databases-directory): Document no-active
9652         argument.
9653
9654         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9655         directory if path is t.  Add no-error.
9656
9657         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9658         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9659
9660         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9661         resetting gnus-article-browse-html-temp-list.
9662
9663         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9664         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9665         Add example to docstring.  Rename local variables.  Move error
9666         checks to default case in cond and simplify.
9667
9668 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9671         handle is multipart when calling it recursively.
9672         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9673
9674 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9675
9676         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9677         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9678
9679 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9680
9681         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9682         is loaded.
9683
9684         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9685         loaded.
9686
9687 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9688
9689         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9690         to "Emacs 23 (unicode)" in doc string.
9691
9692         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9693         "Emacs 23 (unicode)" in comment.
9694
9695 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9698
9699         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9700         characters 160 through 255 in Emacs 23.
9701
9702 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9705         gnus-article-browse-html-temp.
9706         (gnus-article-browse-delete-temp): Make it customizable.  Add
9707         `file'.  Adjust doc string.
9708         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9709         query for each file.  Adjust doc string.
9710         (gnus-article-browse-html-parts): Add
9711         `gnus-article-browse-delete-temp-files' to
9712         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9713
9714 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9715
9716         * gnus-art.el (gnus-article-browse-html-temp)
9717         (gnus-article-browse-delete-temp): New variables.
9718         (gnus-article-browse-delete-temp-files): New function.
9719         (gnus-article-browse-html-parts): Use it.
9720
9721 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9722
9723         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9724
9725         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9726         string.
9727
9728         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9729         gnus-summary-insert-new-articles when unplugged.  Remove
9730         gnus-summary-search-article-forward.
9731
9732         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9733         display-visual-class instead of display-color-cells.
9734
9735 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * dgnushack.el: Autoload customize-group for XEmacs.
9738
9739         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9740         message/* containing non-ASCII text properly.
9741
9742 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * message.el: Require gmm-utils, remove autoloads.
9745         (message-tool-bar): Set default based on
9746         gmm-tool-bar-style.
9747         (message-tool-bar-gnome): Add gmm-customize-mode.
9748
9749         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9750         gmm-tool-bar-style.
9751         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9752
9753         * gnus-group.el (gnus-group-tool-bar): Set default based on
9754         gmm-tool-bar-style.
9755         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9756
9757         * gmm-utils.el (gmm-image-directory): Rename variable from
9758         gmm-image-load-path.
9759         (gmm-image-load-path): Use gmm-image-directory.
9760         (gmm-customize-mode): New function.
9761         (gmm-tool-bar-style): New variable.
9762
9763         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9764         gnus-group-redraw-line-number.
9765         (gnus-group-redraw-check): Simplify.
9766         (gnus-group-tool-bar-update): Remove redraw check.
9767         (gnus-group-make-tool-bar): Add redraw check.
9768
9769 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9770
9771         * gnus-art.el (gnus-button): Add missing parentheses.
9772
9773 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * lpath.el: Fbind line-number-at-pos.
9776
9777 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9778
9779         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9780
9781 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * gnus-art.el (gnus-button): New face.
9784         (gnus-article-button-face): Use it.
9785
9786         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9787         gnus-summary-next-page.  Re-order.
9788
9789         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9790         next-node are now included.
9791         (gnus-group-redraw-line-number): New internal variable.
9792         (gnus-group-redraw-check): Helper function for updating the tool
9793         bar.
9794         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9795
9796         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9797
9798         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9799         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9800         Use it to match format of Spamassassin 3.0 and later.  Reported by
9801         IRIE Tetsuya <irie@t.email.ne.jp>.
9802         (spam-check-bogofilter)
9803         (spam-bogofilter-register-with-bogofilter): Fix args of
9804         `gnus-error' calls.
9805
9806 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9807
9808         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9809         unnecessary interaction when sending queued mails.  Reported by
9810         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9811
9812 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9813
9814         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9815         first or last are nil.
9816
9817 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9818
9819         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9820
9821 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9822
9823         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9824
9825 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9826
9827         * dns.el (query-dns): Protect more against buggy tcp output.
9828
9829 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9830
9831         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9832         nov.php.
9833
9834 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9835
9836         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9837         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9838         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9839         output on the server side.
9840         (nnweb-google-create-mapping): Update regexps and add some
9841         progress indication.
9842
9843 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9846         gnus-agent-toggle-plugged.  Re-order icons.
9847         (gnus-group-tool-bar-gnome): Add
9848         gnus-group-{prev,next}-unread-group.
9849         (gnus-group-tool-bar-gnome): Re-order icons.
9850
9851         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9852         gnus-summary-insert-new-articles.
9853
9854         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9855         comments.
9856
9857         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9858         also available in Emacs 21.3.
9859
9860         * message.el (message-fix-before-sending): Change "Emacs 22" to
9861         "Emacs 23 (unicode)" in comment.
9862
9863         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9864         "Emacs 23 (unicode)" in comment.
9865
9866         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9867         comment.
9868         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9869
9870         * mm-view.el (mm-fill-flowed): Add :version.
9871
9872 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9875         and load-path.
9876
9877 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * message.el: Autoload gmm-image-load-path.
9880         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9881         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9882         consitency.
9883
9884         * gmm-utils.el (gmm-image-load-path): Also search in
9885         "../etc/images".  Don't set gmm-image-load-path if we don't find
9886         the image.
9887
9888 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gmm-utils.el (gmm-image-load-path): Don't make
9891         `gmm-image-load-path' include subdirectories which the second arg
9892         `image' might specify.
9893
9894         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9895         subdirectory to icon file names.
9896
9897         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9898
9899 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9902         gmm-image-load-path calls.
9903
9904         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9905
9906         * message.el (message-make-tool-bar): Ditto.
9907
9908         * mml.el (mml-preview): Added comment concerning tool bar icons.
9909
9910         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9911         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9912
9913         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9914         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9915
9916         * message.el (message-tool-bar-gnome): Use new icon names.
9917         (message-make-tool-bar): Use `gmm-image-load-path'.
9918
9919         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9920         functions from MH-E.
9921         (gmm-image-load-path): New variable from MH-E.
9922         (gmm-image-load-path): New function from MH-E.  Added arguments
9923         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9924         *-image-load-path-called-flag.
9925
9926 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9927
9928         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9929
9930 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9931
9932         * nnimap.el (nnimap-request-move-article): Change folder back to
9933         source group before deleting.
9934
9935 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9936
9937         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9938
9939         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9940         mm-url.
9941
9942         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9943
9944 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9947         coding system which mm-charset-to-coding-system returns for a
9948         given charset is valid.
9949
9950 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9951
9952         * html2text.el (html2text-remove-tag-list):
9953         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9954
9955 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9956
9957         * gnus-cus.el: Revert 2005-10-17 change.
9958
9959 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-art.el (article-strip-banner): Call
9962         article-really-strip-banner only when the regexp match is made.
9963
9964 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * gnus-art.el (article-strip-banner): Use
9967         gnus-extract-address-components instead of
9968         mail-header-parse-addresses to make it work with non-ASCII text;
9969         remove mail-encode-encoded-word-string.
9970
9971         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9972         values which are surrounded with \"...\"; make it never cause a
9973         Lisp error; give up parsing of parameters if it failed in
9974         extracting type.
9975
9976 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9977
9978         * smime.el (smime-cert-by-ldap-1): Fix bug where
9979         `smime-ldap-search' returns results without userCertificates.
9980
9981 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9984
9985 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * spam.el (spam-check-spamassassin-headers): Adapt format for
9988         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9989         <ari@mbf.ocn.ne.jp>.
9990         (spam-list-of-processors): Add spam-use-gmane.
9991
9992 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9995         make-temp-file; make it work with XEmacs as well.
9996
9997         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9998         mm-make-temp-file.
9999
10000         * mm-decode.el (mm-display-external): Use the 3rd arg of
10001         mm-make-temp-file.
10002         (mm-create-image-xemacs): Ditto.
10003
10004 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
10007         with message-narrow-to-headers.
10008         (gnus-draft-setup): Narrow to header to run message-fetch-field.
10009         (gnus-draft-check-draft-articles): New function.
10010         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
10011
10012 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * gnus-art.el (gnus-article-browse-html-parts):
10015         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
10016         Don't use suffix argument for mm-make-temp-file for Emacs 21
10017         compatibility.  Remove useless `format'.
10018
10019 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10020
10021         * nnweb.el (nnweb-google-wash-article): Update regexps.
10022         (nnweb-group-alist): Use defvoo instead of defvar.
10023
10024 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10025
10026         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10027         re-loading nn* modules.
10028
10029 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10030
10031         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10032         for `tool-bar-mode' and don't check it's default-value.
10033
10034         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10035
10036         * message.el (message-make-tool-bar): Ditto.
10037
10038         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10039         `substring'.  Shorten tmp-file name.
10040
10041         * gnus.el: Remove bogus comment.
10042
10043 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10044
10045         * gnus-art.el (gnus-article-browse-html-parts): New function.
10046         (gnus-article-browse-html-article): New function for viewing html
10047         articles with a browser.
10048
10049 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10050
10051         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10052         in elisp.
10053         (pgg-gpg-encrypt-symmetric-region): Ditto.
10054         (pgg-gpg-sign-region): Ditto.
10055
10056         * pgg-def.el (pgg-text-mode): New variable.
10057
10058         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10059         (mml2015-pgg-encrypt): Ditto.
10060
10061         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10062         (mml1991-pgg-encrypt): Ditto.
10063
10064 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10067         message-make-date instead of current-time-string.
10068
10069         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10070         to gnus-decoded which mm-uu might set.
10071
10072 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10073
10074         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10075         don't decode quoted parameters; remove misimported Emacs code.
10076         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10077         (rfc2231-decode-encoded-string): Don't use split-string which
10078         behaves differently according to Emacs version; use
10079         mm-decode-coding-region to convert charset to coding-system.
10080         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10081         (rfc2231-encode-string): Remove misimported Emacs code.
10082
10083 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10086         when calling mail-header-parse-content-type.
10087         (article-de-quoted-unreadable): Ditto.
10088         (article-de-base64-unreadable): Ditto.
10089         (article-wash-html): Ditto.
10090
10091         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10092         calling mail-header-parse-content-type and
10093         mail-header-parse-content-disposition.
10094         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10095         mail-header-parse-content-type.
10096
10097         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10098         insert charset and format parameters; encode description after
10099         inserting it to buffer.
10100         (mml-insert-parameter): Fold lines properly even if a parameter is
10101         segmented into two or more lines; change the max column to 76.
10102
10103         * rfc1843.el (rfc1843-decode-article-body): Don't use
10104         ignore-errors when calling mail-header-parse-content-type.
10105
10106         * rfc2231.el (rfc2231-parse-string): Return at least type if
10107         possible; don't cause an error even if it fails in parsing of
10108         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10109         (rfc2231-encode-string): Don't break lines at the beginning, leave
10110         it to mml-insert-parameter.
10111
10112         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10113         calling mail-header-parse-content-type.
10114
10115 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10116
10117         * spam-report.el (spam-report-gmane-use-article-number):
10118         Improve doc string.
10119         (spam-report-gmane-internal): Check if a suitable header was found
10120         in the article.
10121
10122 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10123
10124         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10125         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10126
10127 2006-02-05  Romain Francoise  <romain@orebokech.com>
10128
10129         Update copyright notices of all files in the gnus directory.
10130
10131 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10132
10133         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10134
10135 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10138         segmented lines of parameter value to cope with Thunderbird 1.5
10139         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10140         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10141         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10142
10143 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10144
10145         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10146         parts.
10147
10148 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10149
10150         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10151         there's only one active file for all servers.
10152         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10153         solid groups.  Gnus might have used a FAST request to select the group.
10154         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10155         and nnweb-search redundantly in the active file.
10156         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10157         (nnweb-request-create-group): Don't use ARGS.
10158         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10159         initialisations.  Let nnoo do the work.
10160
10161 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10164         Say the part has been decoded.
10165
10166         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10167
10168 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10169
10170         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10171         mailcap-viewer-test-cache when there's no 'test clause, since that
10172         will invert the meaning of a "nil" test previously determined by
10173         mailcap-mailcap-entry-passes-test.
10174
10175 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10176
10177         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10178         compiling.
10179
10180         * gnus-sum.el: Ditto.
10181
10182         * message.el: Don't bind tool-bar-map when compiling.
10183
10184 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10187
10188 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10189
10190         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10191         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10192         current Google Groups.
10193
10194 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10195
10196         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10197         and tool-bar-mode.
10198
10199         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10200         and tool-bar-mode.
10201
10202         * message.el (message-tool-bar-update): Simplify.
10203         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10204
10205         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10206         gnus-summary-buffer.
10207         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10208         gnus-summary-reply.
10209
10210         * gmm-utils.el (gmm): Add :version.
10211
10212 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * Makefile.in (clean): New rule.
10215         (distclean): Use it.
10216
10217 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10218
10219         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10220         autoload.
10221
10222 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10223
10224         * gmm-utils.el (gmm-verbose): Add :group.
10225
10226 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10227
10228         * message.el: Change some comments WRT tool-bars.
10229
10230         * gnus-sum.el (gnus-summary-tool-bar)
10231         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10232         (gnus-summary-tool-bar-zap-list): New variables.
10233         (gnus-summary-make-tool-bar): Complete rewrite using
10234         `gmm-tool-bar-from-list'.
10235
10236         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10237         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10238         variables.
10239         (gnus-group-make-tool-bar): Complete rewrite using
10240         `gmm-tool-bar-from-list'.
10241         (gnus-group-tool-bar-update): New function.
10242
10243         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10244
10245 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10248         is dissected into a single part of which the type is the same as
10249         the given one; decode charset.
10250
10251 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10252
10253         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10254         into alists as symbol not string, since that's what
10255         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10256         look for.
10257
10258 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10261         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10262
10263         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10264
10265 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10266
10267         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10268         (gnus-xmas-mime-security-button-menu): New function.
10269
10270         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10271         (gnus-mime-security-button-menu): New definition.
10272         (gnus-mime-security-button-map): Use them.
10273         (gnus-mime-security-button-menu): New function.
10274         (gnus-insert-mime-security-button): Addition to help echo.
10275         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10276         (gnus-mime-security-pipe-part): New functions.
10277
10278         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10279         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10280
10281         * mm-decode.el (mm-handle-set-disposition): Remove.
10282         (mm-handle-set-description): Remove.
10283
10284 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10287         (mm-w3m-standalone-supports-m17n-p): New function.
10288         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10289         w3m usage.
10290
10291         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10292         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10293
10294 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * message.el (message-tool-bar-zap-list): Use
10297         gmm-tool-bar-zap-list as custom type.
10298         (message-tool-bar-update): New function.
10299         (message-tool-bar, message-tool-bar-gnome)
10300         (message-tool-bar-retro): Add message-tool-bar-update.
10301         (message-tool-bar-gnome): Add flyspell-buffer.
10302
10303         * gnus-util.el (gnus-error): Describe `args'.
10304
10305         * gmm-utils.el (gmm-error): Describe `args'.
10306         (gmm-tool-bar-zap-list): New widget.
10307         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10308
10309 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10310
10311         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10312         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10313         the number of recursive calls.
10314
10315         * mm-decode.el (mm-handle-set-disposition): New macro.
10316         (mm-handle-set-description): New macro.
10317
10318 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10319
10320         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10321         encoding.
10322
10323 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10324
10325         * message.el (message-tool-bar-zap-list, message-tool-bar)
10326         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10327         (message-tool-bar-local-item-from-menu): Remove.
10328         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10329         (message-make-tool-bar): New function.
10330         (message-mode): Use `message-make-tool-bar'.
10331
10332         * gmm-utils.el: New file.
10333         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10334         (gmm-lazy): New widget copied from `nnmail.el'.
10335         (gmm-tool-bar-from-list): New function for creating customizable
10336         tool bars.
10337         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10338         output.
10339         (gmm): Add :prefix to defgroup.
10340
10341 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10342
10343         * gmm-utils.el (gmm-widget-p): New function.
10344
10345 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10346
10347         * mml.el (mml-attach-file): Describe `description' in doc string.
10348         (mml-menu): Add Emacs MIME manual and PGG manual.
10349
10350 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10351
10352         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10353
10354 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10355
10356         * nntp.el (nntp-end-of-line): Doc fix.
10357
10358 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10359
10360         * imap.el (imap-open): Handle case where buffer is a buffer
10361         object.
10362
10363 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10364
10365         * gnus-delay.el (gnus-delay): Don't autoload.
10366         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10367         to be re-loaded when customizing the `gnus-delay' group.
10368
10369 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10370
10371         * message.el (message-insert-citation-line): Use newlines.
10372
10373 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10374
10375         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10376         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10377         these routines, so the passphrase can be managed externally and
10378         passed in to the system.
10379         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10380         pgg-add-passphrase-to-cache function.
10381
10382         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10383         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10384         these routines, so the passphrase can be managed externally and
10385         passed in to the system.
10386         (pgg-pgp5-sign-region): Use new name of
10387         pgg-add-passphrase-to-cache function.
10388
10389 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10390
10391         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10392         part of the decoded armor to find the key-identifier.
10393         (pgg-gpg-lookup-key-owner): New function to return the
10394         human-readable identifier of a key owner.
10395         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10396         itself.
10397         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10398         the key value) if we have a key and can match it against a secret
10399         key.  Also, added a note pointing out fact that the prompt only
10400         indicates the first matching key.
10401
10402         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10403         pgg-decrypt-region.
10404         (pgg-add-passphrase-to-cache): Rename from
10405         `pgg-add-passphrase-cache' to reduce confusion (all callers
10406         changed).
10407         (pgg-remove-passphrase-from-cache): Rename from
10408         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10409         changed).
10410         (pgg-read-passphrase, pgg-add-passphrase-cache)
10411         (pgg-remove-passphrase-cache): Add informative docstrings.
10412         (pgg-decrypt): Convey provided passphrase in subordinate call to
10413         pgg-decrypt-region.
10414
10415 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10416
10417         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10418         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10419         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10420         'passphrase' argument, so the passphrase can be managed externally
10421         and then passed in to the system.
10422
10423         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10424         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10425         so the passphrase cache can be used reliably with identifiers
10426         besides a pgp packet's key id.
10427
10428         * pgg-gpg.el (pgg-gpg-encrypt-region)
10429         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10430         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10431         these routines, so the passphrase can be managed externally and
10432         passed in to the system.
10433
10434         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10435         'notruncate' argument, so the passphrase cache can be used
10436         reliably with identifiers besides a pgp packet's key id.
10437
10438 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10439
10440         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10441         symmetric encryption.
10442         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10443         encrypted session key.
10444         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10445         message ask for the passphrase in a proper way.
10446
10447         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10448         New user commands for symmetric encryption.
10449
10450 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10451
10452         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10453
10454         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10455
10456 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10457
10458         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10459
10460 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * mm-decode.el (mm-inlined-types): Add application/pgp.
10463         (mm-automatic-display): Ditto.
10464
10465         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10466         part as text.
10467
10468 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10469
10470         * nnrss.el: Update copyright.
10471         (nnrss-opml-import): Query whether to subscribe to each entry.
10472
10473         * gnus-art.el:
10474         * gnus-sum.el:
10475         * gnus-xmas.el:
10476         * messagexmas.el:
10477         * mm-uu.el:
10478         * mm-view.el: Update copyright.
10479
10480 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10481
10482         * message.el (message-info): New function.
10483         (message-mode-menu): Add it.
10484         Update copyright.
10485
10486         * ChangeLog: Fix and update copyright.
10487
10488 2006-01-13  Romain Francoise  <romain@orebokech.com>
10489
10490         * message.el (message-forward-subject-name-subject): Prefer the
10491         address to 'nowhere' if the sender has no name.
10492         Fix typo.  Update copyright year.
10493
10494 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * gnus-art.el (article-wash-html): Use
10497         gnus-summary-show-article-charset-alist if a numeric arg is given.
10498         (gnus-article-wash-html-with-w3m-standalone): New function.
10499
10500         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10501         mm-inline-text-html-render-with-w3m-standalone.
10502         (mm-text-html-washer-alist): Map w3m-standalone to
10503         gnus-article-wash-html-with-w3m-standalone.
10504         (mm-inline-text-html-render-with-w3m-standalone): New function.
10505
10506 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10507
10508         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10509         Improve LaTeX.
10510
10511 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10514         (nnrss-request-article): Render text/plain parts as HTML.
10515
10516         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10517         the buffer.
10518
10519 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10520
10521         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10522         custom definition of `gnus-posting-styles'.
10523
10524         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10525         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10526
10527 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10530         Use nntp for bug archive.
10531
10532 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10535         parts.
10536         (nnrss-normalize-date): New function converts ISO 8601 date into
10537         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10538         (nnrss-check-group): Use it.
10539
10540 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10543
10544         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10545         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10546         (nnrss-insert-w3): Ditto.
10547
10548 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10549
10550         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10551         the articles to be forwarded including the case where neither a
10552         number of articles nor a region is specified.
10553
10554 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * nnrss.el (nnrss-request-article): Fix last change; fill
10557         text/plain parts.
10558
10559 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10560
10561         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10562         in text/plain part.
10563         (nnrss-check-group): Don't add excessive newline to dc:subject.
10564
10565 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10566
10567         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10568         article.
10569
10570 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10571
10572         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10573         (nnml-use-compressed-files, nnml-save-mail): Support other
10574         comression programs such as bzip2.
10575
10576 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10577
10578         * dns.el (query-dns): Make sure we check the buffer size before
10579         removing tcp headers.
10580
10581 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10582
10583         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10584         remove MIME buttons associated with multipart/alternative parts.
10585         (gnus-mime-display-alternative): Tag buttons using `article-type'
10586         text property.
10587
10588         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10589         associated with multipart/alternative parts.
10590
10591         * gnus-art.el (gnus-signature-separator): Fix custom type.
10592
10593         * mm-decode.el (mm-inlined-types): Fix custom type.
10594         (mm-keep-viewer-alive-types): Ditto.
10595         (mm-automatic-display): Ditto.
10596         (mm-attachment-override-types): Ditto.
10597         (mm-inline-override-types): Ditto.
10598         (mm-automatic-external-display): Ditto.
10599
10600 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10601
10602         * spam-report.el (spam-report-user-mail-address)
10603         (spam-report-user-agent): New variables.
10604         (spam-report-url-ping-plain): Use spam-report-user-agent.
10605
10606 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10607
10608         * gnus-art.el (gnus-button-handle-custom): Do not just use
10609         `customize-apropos' for any "M-x customize-*" button but the
10610         function called for.  Accept both the function name and its
10611         argument in order to achieve this.
10612         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10613         function name to `gnus-button-handle-custom' in case of "M-x
10614         customize-*" buttons.
10615
10616 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10619         multipart/alternative and add xref to mm-discouraged-alternatives
10620         in doc string.
10621
10622         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10623         gnus-buttonized-mime-types in doc string.
10624
10625 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10626
10627         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10628         Suggest image/.* in the doc string.
10629
10630 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10631
10632         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10633         message-marks (Debian bug #342521).
10634
10635 2005-12-12  Simon Josefsson  <jas@extundo.com>
10636
10637         * password.el (password-read-from-cache): Add.
10638         (password-read): Use it.
10639
10640 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10643         us-ascii as a MIME charset.
10644
10645         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10646         against the case where the 2nd arg TYPE is nil.
10647
10648 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * pop3.el (pop3-stream-type): Fix custom version.
10651
10652         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10653
10654 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10655
10656         * mm-decode.el (mm-display-external): Add missing cdr.
10657
10658 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10661         RFC1524) if it is in mailcap or add a suffix according to
10662         mailcap-mime-extensions when generating a temp filename; postpone
10663         deleting a temp file for 2 seconds for some wrappers, shell
10664         scripts, and so on, which might exit right after having started a
10665         viewer command as a background job.
10666
10667 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10668
10669         * nntp.el (nntp-marks-directory): Fix custom group.
10670
10671         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10672         steps when < 10.
10673
10674         * gnus-start.el (gnus-no-server-1): Mention
10675         `gnus-level-default-subscribed' in doc string.
10676
10677 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10678
10679         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10680         parens.
10681
10682 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-xmas.el (gnus-use-toolbar): Revert.
10685         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10686         gnus-use-toolbar is default.
10687
10688         * messagexmas.el (message-use-toolbar): Revert.
10689         (message-setup-toolbar): Use global default-toolbar if
10690         message-use-toolbar is default.
10691
10692 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10693
10694         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10695         according to default-toolbar-visible-p.
10696
10697         * messagexmas.el (message-use-toolbar): Ditto.
10698
10699 2005-11-26  Dave Love  <fx@gnu.org>
10700
10701         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10702         (tls-program, tls-success): Provide openssl alternative.
10703
10704         * starttls.el: Doc fixes.
10705         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10706         SERVICE to PORT.
10707
10708         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10709         port null or service name.
10710         (starttls-negotiate): Autoload.
10711
10712 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10713
10714         * message.el (message-kill-to-signature): Fix interactive spec.
10715
10716 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10717
10718         * pop3.el (pop3-open-server): Recognize a string as a service name.
10719
10720 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10721
10722         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10723
10724 2005-11-23  Dave Love  <fx@gnu.org>
10725
10726         Add pop3s, pop3/starttls.
10727
10728         * pop3.el (pop3-authentication-scheme): Clarify doc.
10729         (open-tls-stream, starttls-open-stream): Autoload.
10730         (pop3-stream-type): New.
10731         (pop3-open-server): Use it.
10732
10733         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10734         for POP.
10735         (mail-source-keyword-map): Add :stream for POP.
10736         (mail-source-fetch-pop): Use pop3-stream-type.
10737
10738 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10739
10740         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10741         of current-time-string.
10742
10743 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10744
10745         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10746         date header.
10747
10748 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10749
10750         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10751         it can seriously impact performance as it bypasses the agent's
10752         local caches.
10753
10754 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10755
10756         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10757         must be explicitly online rather than "not explicitly offline" for
10758         its flags to be synchronized.
10759
10760         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10761         that gnus-uu-unmark-thread will function correctly.
10762
10763         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10764         1024K is instead displayed as 1M.
10765
10766 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10767
10768         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10769
10770 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10771
10772         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10773
10774 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10775
10776         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10777         error message to display actual error condition.
10778         (gnus-agent-save-local): Avoid saving symbols that are bound to
10779         nil as they simply result in a warning message in
10780         gnus-agent-read-local.
10781
10782 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10783
10784         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10785         rather than make-variable-buffer-local for file-precious-flag.
10786
10787 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10788
10789         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10790         for duplicates which are removed.  The invalid sort check then
10791         triggers a rescan after the sort as sorting may have moved
10792         duplicate entries such that they can be cheaply detected.
10793
10794 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10797
10798 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10799
10800         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10801         internal variable to a custom variable.  Changed default value
10802         from compressed(2) to uncompressed(1).
10803         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10804         support for uncompressed agentview files.  Taken together, reading
10805         the agentview file should now be 6-7 times faster.
10806
10807 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10808
10809         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10810         as a buffer-local variable.  This avoids creating truncated
10811         dribble files as a result of a hang up, eg.
10812
10813 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10814
10815         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10816         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10817         XEmacs.
10818
10819 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10820
10821         * gnus-start.el (gnus-start-draft-setup): Enforce
10822         `gnus-draft-mode' for nndraft:drafts at startup.
10823
10824         * gnus.el (gnus-splash): Change custom group.
10825         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10826         allow-list argument.
10827
10828         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10829         string.
10830
10831 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10832
10833         * gnus-art.el (gnus-default-article-saver): Add user-defined
10834         `function' to custom type.
10835
10836 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10837
10838         * imap.el (imap-open): Handle case where buffer is a buffer
10839         object.
10840
10841 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10842
10843         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10844         long lines.
10845         (gnus-cache-delete-group): Wrap doc strings.
10846
10847         * gnus-agent.el (gnus-agent-rename-group)
10848         (gnus-agent-delete-group): Wrap doc strings.
10849
10850 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * messagexmas.el (message-use-toolbar): Change the valid values
10853         into default, top, bottom, left, and right.
10854         (message-toolbar-thickness): New variable.
10855         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10856         well.
10857         (message-setup-toolbar): Make it work.
10858
10859         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10860         (gnus-use-toolbar): Change the valid values into default, top,
10861         bottom, left, and right.
10862         (gnus-toolbar-thickness): New variable.
10863         (gnus-xmas-setup-toolbar): New function.
10864         (gnus-xmas-setup-group-toolbar): Use it.
10865         (gnus-xmas-setup-summary-toolbar): Use it.
10866
10867 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10868
10869         * gnus-start.el (gnus-1): Add "native" to
10870         gnus-predefined-server-alist.
10871
10872         * gnus.el (gnus-method-to-server): Don't add "native" to the
10873         lists here, because that leads to problems when
10874         gnus-select-method is bound.
10875
10876 2005-11-09  Simon Josefsson  <jas@extundo.com>
10877
10878         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10879         use (not sort-by-date) instead.
10880
10881 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10882
10883         * gnus-delay.el (gnus-delay-group): Don't autoload.
10884         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10885         to be re-loaded when customizing the `gnus-delay' group.
10886
10887 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10888
10889         * message.el: Revert last changes.
10890         (message-insert-citation-line): Use newlines.
10891
10892 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10893
10894         * message.el (message-courtesy-message)
10895         (message-mark-insert-begin, message-mark-insert-end)
10896         (message-elide-ellipsis, message-cancel-message)
10897         (message-add-header, message-change-subject)
10898         (message-cross-post-followup-to-header)
10899         (message-cross-post-insert-note, message-reduce-to-to-cc)
10900         (message-widen-reply, message-delete-not-region)
10901         (message-kill-to-signature, message-insert-signature)
10902         (message-insert-importance-high, message-insert-importance-low)
10903         (message-insert-or-toggle-importance)
10904         (message-insert-disposition-notification-to)
10905         (message-indent-citation, message-yank-original)
10906         (message-cite-original-without-signature, message-cite-original)
10907         (message-insert-citation-line, message-position-on-field)
10908         (message-fix-before-sending, message-send-mail-partially)
10909         (message-send-mail, message-send-mail-with-sendmail)
10910         (message-send-mail-with-qmail, message-send-news)
10911         (message-check-news-header-syntax, message-generate-headers)
10912         (message-insert-courtesy-copy, message-fill-address)
10913         (message-fill-header, message-shorten-references)
10914         (message-setup-1, message-cancel-news)
10915         (message-forward-make-body-plain, message-forward-make-body-mime)
10916         (message-forward-make-body-mml, message-encode-message-body)
10917         (message-forward-make-body-digest-plain)
10918         (message-forward-make-body-digest-mime)
10919         (message-use-alternative-email-as-from): Insert `hard-newline'
10920         instead of ordinary newlines.
10921
10922 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10923
10924         * message.el (message-generate-headers): Downcase the argument
10925         given to message-check-element.
10926
10927 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10928
10929         * nntp.el (nntp-authinfo-rejected): New error condition.
10930         (nntp-wait-for): Use new error condition to signal authentication
10931         error.
10932         (nntp-retrieve-data): Rethrow new error condition to break out of
10933         recursive call to nntp-send-authinfo.
10934
10935 2005-11-08  Romain Francoise  <romain@orebokech.com>
10936
10937         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10938         (gnus-summary-exit-map): Bind to `Z p'.
10939         (gnus-summary-make-menu-bar): Add menu item.
10940
10941 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10942
10943         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10944         (gnus-treat-*): Add `first' in all doc strings.
10945
10946         * gnus-group.el (gnus-group-compact-group): Fix typo.
10947
10948 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10949
10950         * gnus.el (gnus-parameters-case-fold-search): New variable.
10951         (gnus-parameters-get-parameter): Use it.
10952
10953         * gnus-score.el (gnus-home-score-file): Doc fix.
10954
10955 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10956
10957         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10958
10959 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10960
10961         * mm-util.el (mm-special-display-p): New function.
10962
10963         * mml.el (mml-preview): Use it; doc fix.
10964
10965 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10966
10967         * imap.el (imap-open): Handle case where buffer is a buffer object.
10968
10969 2005-10-29  Romain Francoise  <romain@orebokech.com>
10970
10971         * message.el (message-fix-before-sending): Fix comment.
10972
10973 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10974
10975         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10976
10977 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10978
10979         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10980         Used in gnus-score.el.
10981
10982 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10985
10986 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10989         whitespace removed in revision 7.8.  Use concatenated string to
10990         protect trailing whitespace.
10991
10992 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10993
10994         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10995         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10996         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10997         Courier IMAP ("some version from 2004").  Mostly based on similar
10998         code in the same function.
10999
11000 2005-10-26  Didier Verna  <didier@xemacs.org>
11001
11002         * gnus-group.el (gnus-group-compact-group): Invalidate original
11003         article buffer.
11004         * gnus-srvr.el (gnus-server-compact-server): Ditto.
11005         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
11006         NOV database and in article itself.
11007         Invalidate article backlog.
11008
11009 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
11012
11013 2005-10-26  Simon Josefsson  <jas@extundo.com>
11014
11015         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
11016         part of 2004-07-25 change.
11017
11018 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11019
11020         * message.el (message-display-completion-list): New function.
11021         (message-expand-group): Use it; make sure the Completions buffer
11022         is modifiable.
11023 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
11024
11025         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
11026         user-mail-name is an empty string.
11027
11028 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11029
11030         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11031         depending on gnus-score-decay-constant.
11032
11033         * encrypt.el (encrypt-insert-file-contents)
11034         (encrypt-write-file-contents): Don't use `gnus-message'.
11035
11036         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11037         arguments.
11038         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11039         arguments to mm-uu-verbatim-marks-extract.
11040         (mm-uu-hide-markers): New variable.
11041         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11042
11043         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11044         (gnus-convert-image-to-face-command): Use "convert" by default to
11045         allow other input image formats.
11046         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11047         accordingly.
11048
11049 2005-10-23  Simon Josefsson  <jas@extundo.com>
11050
11051         * imap.el (imap-gssapi-program): Align command line parameters
11052         with latest GNU SASL.
11053         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11054
11055 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056
11057         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11058         HTML.
11059         (nnslashdot-request-article): Ditto.
11060
11061         * lpath.el (featurep): Add nobreak-char-display.
11062
11063 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11064
11065         * mail-source.el (mail-source-fetch-pop): Require pop3.
11066         (mail-source-check-pop): Ditto.
11067
11068 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11071         errors.
11072
11073 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11074
11075         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11076         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11077
11078         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11079
11080         * mm-bodies.el (mm-decode-string): Call
11081         `mm-charset-to-coding-system' with allow-override argument.
11082
11083 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11084
11085         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11086         (rfc2047-charset-to-coding-system): New function.
11087         (rfc2047-decode-encoded-words): New function.
11088         (rfc2047-decode-region): Use them.
11089         (rfc2047-decode-cte): Remove.
11090         (rfc2047-parse-and-decode): Remove.
11091         (rfc2047-decode): Remove.
11092
11093 2005-10-15  Kenichi Handa  <handa@m17n.org>
11094
11095         * rfc2047.el (rfc2047-decode-cte): New function.
11096         (rfc2047-decode-region): Change the way to decode successive
11097         encoded-words: decode B- or Q-encoding in each encoded-word,
11098         concatenate them, and decode it as charset.
11099
11100 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * lpath.el: Fbind codepage-setup for XEmacs.
11103
11104 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11105
11106         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11107         widget-move-and-invoke.
11108         (gnus-custom-mode): Use gnus-custom-map.
11109
11110 2005-10-15  Bill Wohler  <wohler@newt.com>
11111
11112         * message.el (message-tool-bar-map): Renamed image file from
11113         mail_send to mail/send.
11114
11115 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11116
11117         * message.el (message-expand-group): Pass the common
11118         prefix substring of completion to `display-completion-list'.
11119
11120 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * mml-sec.el (mml-secure-method): New internal variable.
11123         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11124         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11125         functions using mml-secure-method.
11126
11127         * mml.el (mml-mode-map): Add key bindings for those functions.
11128         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11129         Harder <harder@myrealbox.com>.
11130         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11131         end of message if point is the headers of the message.
11132
11133         * message.el (message-in-body-p): New function.
11134
11135         * assistant.el: Autoload gnus-util and netrc.
11136
11137         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11138         Use `mm-charset-override-alist' only when decoding.
11139
11140         * mm-bodies.el (mm-decode-body): Call
11141         `mm-charset-to-coding-system' with allow-override argument.
11142
11143         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11144         `filename' from Content-Disposition if Content-Type doesn't
11145         provide `name'.
11146         (gnus-mime-view-part-as-type): Set default instead of
11147         initial-input.
11148
11149 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11150
11151         * format-spec.el (format-spec): Propagate text properties of % spec.
11152
11153 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11154
11155         * gnus-art.el (gnus-treat-predicate): Add `first'.
11156
11157 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11158
11159         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11160         (mm-charset-override-alist): New variable.
11161         (mm-charset-to-coding-system): Use it.
11162         (mm-codepage-setup): New helper function.
11163         (mm-charset-eval-alist): New variable.
11164         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11165         about unknown charsets.
11166
11167         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11168
11169 2005-10-04  David Hansen  <david.hansen@gmx.net>
11170
11171         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11172         (nnrss-check-group): Ditto.
11173
11174 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11175
11176         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11177         Rename x-gnus-verbatim to x-verbatim.
11178         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11179
11180         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11181         x-verbatim.
11182
11183         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11184
11185         * gnus-util.el (gnus-remove-duplicates): Remove.
11186
11187         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11188         instead of gnus-remove-duplicates.
11189
11190         * message.el (message-remove-duplicates): Remove.
11191         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11192         message-remove-duplicates.
11193
11194         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11195         available, else use implementation from `delete-dups'.
11196
11197         * message.el (message-insert-expires): New function.
11198         (message-mode-map): Add key binding.
11199         (message-mode-field-menu): Add menu entry.
11200         (message-mode): Document it.
11201         (message-make-expires-date): Use `message-make-date'.
11202
11203 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11204
11205         * message.el (message-make-expires-date): New function.
11206
11207 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11208
11209         * Makefile.in (list-installed-shadows): New entry.
11210         (install): Use it.
11211         (remove-installed-shadows): New entry.
11212
11213         * dgnushack.el (dgnushack-default-load-path): New variable.
11214         (dgnushack-find-lisp-shadows): New function.
11215         (dgnushack-remove-lisp-shadows): New function.
11216
11217 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11218
11219         * Makefile.in (install-el-elc): New entry.
11220         (install): Use it so that .el files are necessarily installed.
11221
11222 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11223
11224         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11225
11226 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11227
11228         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11229         function rather than the diff-mode.el package.
11230         (mm-display-external): Use with-current-buffer.
11231         (mm-viewer-completion-map, mm-viewer-completion-map):
11232         Move initialization inside declaration.
11233
11234 2005-09-29  Simon Josefsson  <jas@extundo.com>
11235
11236         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11237         autoload mail-check-payment.
11238         (spam-check-hashcash): Define unconditionally, since hashcash.el
11239         is part of Gnus now.  Ignore errors from payment checking.
11240
11241 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11242
11243         * message.el (message-bold-region, message-unbold-region): Rename
11244         from `bold-region' and `unbold-region'.
11245
11246         * message.el: Remove useless autoloads.
11247
11248 2005-09-28  Simon Josefsson  <jas@extundo.com>
11249
11250         * message.el (message-use-idna): Default to t.
11251         (message-use-idna): Test whether encoding works too.  Doc fix.
11252
11253 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11254
11255         * nntp.el (nntp-warn-about-losing-connection): Remove.
11256
11257 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11258
11259         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11260         customizable.  Change default value.
11261         (mm-uu-diff-groups-regexp): Change default value.
11262         (mm-uu-type-alist): Add doc string.
11263         (mm-uu-configure): Add doc string.  Make it interactive.
11264         (mm-uu-tex-groups-regexp): New variable.
11265         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11266         (mm-uu-type-alist): Add LaTeX documents.
11267         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11268         of "text/verbatim".
11269         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11270
11271         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11272         instead of "text/verbatim".
11273
11274         * message.el (message-mark-inserted-region)
11275         (message-mark-insert-file): Use slrn style marks when called with
11276         prefix argument.
11277
11278 2005-09-27  Simon Josefsson  <jas@extundo.com>
11279
11280         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11281
11282 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11283
11284         * message.el (message-remove-duplicates): New function.
11285         Implementation borrowed from `gnus-remove-duplicates'.
11286         (message-idna-to-ascii-rhs): Also encode idna addresses in
11287         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11288         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11289         only ask about the same idna domain once per header and also tell
11290         in what header to replace the idna domain.
11291
11292         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11293         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11294         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11295         a header is decoded and not just the last one.
11296
11297 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11300         has been decoded.
11301
11302         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11303         (mm-insert-part): Don't modify text if it has been decoded.
11304
11305         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11306         decoded.
11307
11308         * mm-view.el (mm-inline-text): Don't strip text props unless
11309         decoding enriched or richtext parts.
11310
11311 2005-09-25  Romain Francoise  <romain@orebokech.com>
11312
11313         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11314         * gnus-start.el (gnus-subscribe-interactively):
11315         * gnus-uu.el (gnus-uu-grab-articles):
11316         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11317         space.
11318
11319 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11320
11321         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11322         * mm-view.el (mm-view-pkcs7-decrypt):
11323         * gnus-sum.el (gnus-summary-limit-to-extra)
11324         (gnus-summary-respool-article, gnus-read-move-group-name):
11325         * gnus-score.el (gnus-summary-increase-score):
11326         * gnus-util.el (gnus-completing-read-with-default):
11327         * gnus-art.el (gnus-read-save-file-name)
11328         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11329         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11330         * message.el (message-check-news-header-syntax):
11331         Follow convention for reading with the minibuffer.
11332
11333 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11334
11335         * spam-report.el (spam-report-url-ping-plain):
11336         Use gnus-extended-version as User-Agent.
11337
11338         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11339         default value is nil.
11340
11341         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11342         (mm-uu-verbatim-marks-extract): New function.
11343         (mm-uu-extract): New face.
11344         (mm-uu-copy-to-buffer): Use it.
11345
11346         * spam-report.el (spam-report-gmane-ham): Renamed from
11347         `spam-report-gmane-unspam'.
11348         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11349         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11350
11351         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11352         Autoload.
11353         (spam-report-gmane-unregister-routine): Renamed
11354         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11355
11356 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11357
11358         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11359         (spam-report-gmane-unregister-routine): Add support for gmane
11360         unregistration.
11361
11362         * spam-report.el (spam-report-gmane-unspam)
11363         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11364         (spam-report-gmane): Change to take a single article and do unspam
11365         registration.
11366
11367 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * mm-url.el (mm-url-decode-entities): Fix regexp.
11370
11371 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11372
11373         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11374         default to nil, to be able to use Gnus at all.  If the default
11375         switches to something else, then the function should be fixed not
11376         be exceedingly slow.
11377
11378 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11379
11380         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11381         fail hard.
11382
11383         * spam-report.el: Add better Keywords line.
11384
11385         * spam.el: Add Maintainer and better Keywords line.
11386
11387 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11388
11389         * gnus-art.el (gnus-article-replace-part)
11390         (gnus-mime-replace-part): New functions.
11391         (gnus-mime-action-alist, gnus-mime-button-commands)
11392         (gnus-mime-save-part-and-strip): Added file argument.
11393         (gnus-article-part-wrapper): Added interactive argument.
11394
11395         * gnus-sum.el (gnus-summary-mime-map): Add
11396         `gnus-article-replace-part'.
11397
11398 2005-09-19  Didier Verna  <didier@xemacs.org>
11399
11400         The nnml compaction feature:
11401         * nnml.el (nnml-request-compact-group): New function.
11402         * nnml.el (nnml-request-compact): New function.
11403         * gnus-int.el (gnus-request-compact-group): New function.
11404         * gnus-int.el (gnus-request-compact): New function.
11405         * gnus-group.el (gnus-group-compact-group): New function.
11406         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11407         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11408         * gnus-srvr.el (gnus-server-compact-server): New function.
11409         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11410         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11411
11412 2005-09-18  Deepak Goel  <deego@gnufans.org>
11413
11414         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11415         format spec.
11416
11417 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11420
11421 2005-09-15  Romain Francoise  <romain@orebokech.com>
11422
11423         * message.el (message-fill-paragraph): Clarify docstring.
11424
11425 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11426
11427         * gnus-art.el (gnus-mime-display-part): Protect against broken
11428         MIME messages.
11429
11430 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11433         before parsing header.
11434
11435 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11436
11437         * html2text.el (html2text-replace-list): Add new entities.
11438
11439 2005-09-11  Romain Francoise  <romain@orebokech.com>
11440
11441         * message.el (message-alternative-emails): Improve docstring.
11442         (message-setup-1): Call `message-use-alternative-email-as-from'
11443         after `message-setup-hook' to give it precedence over posting
11444         styles, etc.
11445         (message-use-alternative-email-as-from): Add docstring.  Remove
11446         the original From header if present.
11447
11448         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11449         (nnml-save-mail): Use it.
11450
11451         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11452         articles.  Add new argument `silent'.
11453         (gnus-uu-mark-all): Report the total number of marked articles.
11454
11455 2005-09-10  Romain Francoise  <romain@orebokech.com>
11456
11457         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11458         (gnus-uu-mark-series): Likewise.
11459
11460 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11461
11462         * spam-report.el (spam-report-gmane): Fix generation of spam
11463         report URL.
11464
11465 2005-09-10  Simon Josefsson  <jas@extundo.com>
11466
11467         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11468         t, based on discussion on the ding list with Robert Epprecht
11469         <epprecht@solnet.ch>.
11470
11471 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * spam-report.el (spam-report-gmane): Make it work without
11474         X-Report-Spam header.  Gmane now only provides Archived-At.
11475         This is only used if `spam-report-gmane-use-article-number' is nil.
11476         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11477
11478         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11479         make `gnus-summary-sort-by-recipient' work with threading.
11480
11481         * nnweb.el (nnweb-google-wash-article): Print a message if article
11482         is not available.
11483
11484 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11485
11486         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11487         change.  Decode text/* parts content before displaying.
11488
11489 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11492
11493 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11494
11495         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11496
11497         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11498         url-package-name, url-package-version,
11499         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11500         w3m-display-inline-images, and w3m-minor-mode-map.
11501
11502 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11503
11504         * message.el (message-tab-body-function): Fix mismatched custom type.
11505
11506         * gnus.el (gnus-group-change-level-function): Ditto.
11507
11508         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11509
11510         * gnus-art.el (gnus-signature-limit)
11511         (gnus-article-mime-part-function): Ditto.
11512
11513 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * mml.el (mml-mode): Silence the byte compiler.
11516
11517         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11518         using `(sit-for 0)' before moving the point to the specified part;
11519         skip unbuttonized parts.
11520         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11521         return to the summary window if gnus-auto-select-part is non-nil.
11522
11523 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11526         variables.
11527         (mml-dnd-attach-file, mml-mode): Use them.
11528
11529         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11530         Make fetching article by MID work again for Google Groups.  Added
11531         FIXME concerning gnus-group-make-web-group.
11532
11533         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11534         Don't depend on Gnus by using mail-extract-address-components if
11535         gnus-extract-address-components is not bound.
11536
11537 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11538
11539         * gnus-art.el (gnus-mime-display-security): Don't display the
11540         signature, but only the signed part.
11541
11542 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11545
11546         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11547         list, not listp.
11548
11549 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11550
11551         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11552         when encoding.
11553
11554         * mm-bodies.el (mm-decode-content-transfer-encoding):
11555         De-canonicalize CRLF for all text content types, not just
11556         text/plain.
11557
11558 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11561         valid article; point arrow and cursor at the MIME button.
11562
11563 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11564
11565         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11566         Suggested by Dan Christensen <jdc@uwo.ca>.
11567
11568         * mm-decode.el (mm-save-part): Enable change of prompt.
11569
11570 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11571
11572         * gnus-msg.el (gnus-inews-add-send-actions): Made
11573         `message-post-method' lambda parameter ARG `&optional'.
11574
11575 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * gnus-sum.el (gnus-summary-mime-map): Added
11578         gnus-article-save-part-and-strip, gnus-article-delete-part and
11579         gnus-article-jump-to-part.
11580
11581         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11582         (gnus-article-edit-part): Use it.
11583         (gnus-article-part-wrapper): Added no-handle argument.
11584         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11585         functions.
11586
11587 2005-08-29  Romain Francoise  <romain@orebokech.com>
11588
11589         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11590         docstring.
11591         (gnus-face-from-file): Likewise.
11592
11593 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11596         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11597         non-nil.
11598         (gnus-auto-select-part): New variable.
11599         (gnus-article-jump-to-part): New function.
11600         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11601         (gnus-mime-delete-part): Allow selecting specified part after
11602         deleting or stripping parts.
11603         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11604         part if argument is bogus.
11605
11606 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11607
11608         * gnus-art.el (w3m-minor-mode-map):
11609         * gnus-spec.el (gnus-newsrc-file-version):
11610         * gnus-util.el (nnmail-active-file-coding-system)
11611         (gnus-original-article-buffer, gnus-user-agent):
11612         * gnus.el (gnus-ham-process-destinations)
11613         (gnus-parameter-ham-marks-alist)
11614         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11615         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11616         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11617         * mm-decode.el (gnus-current-window-configuration):
11618         * mm-extern.el (gnus-article-mime-handles):
11619         * mm-url.el (url-current-object, url-package-name)
11620         (url-package-version):
11621         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11622         (smime-keys, w3m-cid-retrieve-function-alist)
11623         (w3m-current-buffer, w3m-display-inline-images)
11624         (w3m-minor-mode-map):
11625         * mml-smime.el (gnus-extract-address-components):
11626         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11627         (gnus-newsrc-hashtb, message-default-charset)
11628         (message-deletable-headers, message-options)
11629         (message-posting-charset, message-required-mail-headers)
11630         (message-required-news-headers):
11631         * mml1991.el (mc-pgp-always-sign):
11632         * mml2015.el (mc-pgp-always-sign):
11633         * nnheader.el (nnmail-extra-headers):
11634         * rfc1843.el (gnus-decode-encoded-word-function)
11635         (gnus-decode-header-function, gnus-newsgroup-name):
11636         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11637
11638 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11639
11640         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11641         the end of the date treatments.
11642
11643 2005-08-15  Simon Josefsson  <jas@extundo.com>
11644
11645         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11646         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11647         Capello and Romain Francoise.
11648         (pgg-fetch-key-function): Removed, not used?
11649         (pgg-insert-url-with-w3): Require url, to get
11650         url-insert-file-contents regardless of where it is defined.
11651
11652 2005-08-13  Romain Francoise  <romain@orebokech.com>
11653
11654         * message.el (message-cite-original-1): New function.
11655         (message-cite-original): Use it.
11656         (message-cite-original-without-signature): Ditto.
11657
11658 2005-08-08  Romain Francoise  <romain@orebokech.com>
11659
11660         * message.el (message-yank-empty-prefix): New variable.
11661         (message-indent-citation): Use it.
11662         (message-cite-original-without-signature): Respect X-No-Archive.
11663
11664 2005-08-08  Simon Josefsson  <jas@extundo.com>
11665
11666         * pgg.el: Autoload url-insert-file-contents instead of loading
11667         w3/url.
11668         (pgg-insert-url-with-w3): Don't load url here.
11669
11670 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11671
11672         * message.el (message-kill-to-signature): Don't insert newline at
11673         bol.
11674         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11675
11676 2005-08-06  Romain Francoise  <romain@orebokech.com>
11677
11678         * message.el (message-user-fqdn): Fix typo in docstring.
11679
11680 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11681
11682         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11683
11684         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11685
11686 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * mm-bodies.el (mm-encode-body): Use coding system rather than
11689         charset to encode text.
11690
11691         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11692         number of charsets if utf-8 is available (XEmacs).
11693
11694 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11695
11696         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11697         taken from `gnus-button-mid-or-mail-regexp'.
11698         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11699         (gnus-button-alist): Improve regexp for domain part of the MIDs
11700         for news:localpart@domain buttons.
11701         (gnus-button-ctan-directory-regexp): Update.
11702
11703 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * sieve-manage.el (sieve-manage-interactive-login): Use
11706         make-local-variable rather than make-variable-buffer-local.
11707         (sieve-manage-open): Ditto.
11708         (sieve-manage-authenticate): Ditto.
11709
11710         * mml.el (mml-generate-mime-1): Make the content type default to
11711         text/plain if the filename is not specified.
11712
11713 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11714
11715         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11716         instead of insert-buffer.
11717
11718         * message.el (message-yank-original): Ditto; set the mark at the
11719         end of the yanked message.
11720
11721 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11724         lines to scroll rather than to stop it.
11725
11726         * mml.el (mml-generate-default-type): Add doc string.
11727         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11728         default to application/octet-stream when determining the content
11729         type if it is not specified for the part or the mml contents; add
11730         a comment about mml-generate-default-type.
11731
11732 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11733
11734         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11735         make it default to application/octet-stream when determining the
11736         content type if it is not specified for the external contents.
11737
11738 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11739
11740         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11741         segmented parameter but also other parameters might be there.
11742
11743 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * mm-decode.el (mm-display-external): Delete temp file, directory
11746         and buffer immediately if the external process is exited.
11747
11748 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11749
11750         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11751         fewer lines than that of scroll-margin.
11752         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11753
11754 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11755
11756         * gnus-art.el (gnus-article-next-page): Revert.
11757         (gnus-article-beginning-of-window): New macro.
11758         (gnus-article-next-page-1): Use it.
11759         (gnus-article-prev-page): Ditto.
11760         (gnus-article-edit-part): Use insert-buffer-substring instead of
11761         insert-buffer.
11762         (gnus-article-edit-exit): Ditto.
11763
11764         * gnus-util.el (gnus-beginning-of-window): Remove.
11765         (gnus-end-of-window): Remove.
11766
11767         * lpath.el: Don't bind header-line-format and scroll-margin.
11768
11769 2005-07-25  Simon Josefsson  <jas@extundo.com>
11770
11771         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11772         to have the url package without w3.  Reported by Daiki Ueno
11773         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11774
11775 2005-07-20  Didier Verna  <didier@xemacs.org>
11776
11777         * gnus-diary.el: Remove the description comment (nndiary is now
11778         properly documented in the Gnus manual).
11779         Fix the spelling of "Back End".
11780         * nndiary.el: Ditto.
11781         Fix the copyright notice.
11782
11783 2005-07-18  Romain Francoise  <romain@orebokech.com>
11784
11785         * gnus-sum.el (gnus-summary-to-prefix)
11786         (gnus-summary-newsgroup-prefix): New variables.
11787         (gnus-summary-from-or-to-or-newsgroups): Use them.
11788
11789 2005-07-17  Romain Francoise  <romain@orebokech.com>
11790
11791         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11792         space as it's generally not especially interesting to the user.
11793
11794 2005-07-16  Romain Francoise  <romain@orebokech.com>
11795
11796         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11797         nil to avoid prompting and file modification if one of the
11798         messages at the top of the nnfolder file contains a copyright
11799         notice.
11800         Update copyright notice.
11801
11802         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11803         instead of `current-time-string' as the latter creates a time
11804         string that is not RFC 2822 compliant (it lacks the zone).
11805         Update copyright notice.
11806
11807 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11808
11809         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11810         for text/rtf.  Display default in prompt.  Pass default for M-n.
11811
11812         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11813
11814 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11815
11816         * gnus-msg.el (gnus-button-mailto): Remove
11817         save-selected-window-window hackery because it relies on
11818         save-selected-window internals.
11819
11820 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11823         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11824         (gnus-article-prev-page): Ditto.
11825
11826         * gnus-util.el (gnus-beginning-of-window): New function.
11827         (gnus-end-of-window): New function.
11828
11829         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11830
11831 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11832
11833         * gnus-score.el (gnus-score-edit-all-score): Set
11834         gnus-score-edit-exit-function to gnus-score-edit-done and call
11835         gnus-message.
11836
11837 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11838
11839         * gnus-msg.el (gnus-button-mailto): Remove
11840         save-selected-window-window hackery because it relies on
11841         save-selected-window internals.
11842
11843 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11846         add-minor-mode.
11847         (gnus-binary-mode): Ditto.
11848
11849         * gnus-topic.el (gnus-topic-mode): Ditto.
11850
11851 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11852
11853         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11854         (gnus-article-prev-page): Take scroll-margin into consideration.
11855
11856 2005-07-04  Lute Kamstra  <lute@gnu.org>
11857
11858         Update FSF's address in GPL notices.
11859
11860 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11861
11862         * gnus.el (gnus-exit):
11863         * gnus-group.el (gnus-group-icons):
11864         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11865
11866         * gnus-nocem.el (gnus-nocem):
11867         * message.el (message-various, message-buffers, message-sending)
11868         (message-interface, message-forwarding, message-insertion)
11869         (message-headers, message-news, message-mail):
11870         * pgg-gpg.el (pgg-gpg):
11871         * pgg-parse.el (pgg-parse):
11872         * pgg-pgp.el (pgg-pgp):
11873         * pgg-pgp5.el (pgg-pgp5):
11874         * pop3.el (pop3): Finish `defgroup' description with period.
11875
11876 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-art.el (article-display-face): Improve the efficiency.
11879         (article-display-x-face): Ditto; remove grey x-face stuff.
11880
11881 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11882
11883         * gnus-art.el (article-display-face): Correct the position in
11884         which Faces are inserted.
11885
11886 2005-06-29  Didier Verna  <didier@xemacs.org>
11887
11888         * gnus-art.el (article-display-face): Display faces in correct
11889         order.
11890
11891 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11892
11893         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11894         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11895         (gnus-nocem-check-article): Fetch the Type header.
11896         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11897         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11898         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11899         make sure gnus-nocem-hashtb is initialized.
11900         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11901         (gnus-nocem-unwanted-article-p): Ditto.
11902
11903         * pgg.el (pgg-verify): Return the verification result.
11904
11905 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11906
11907         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11908         is ascii.
11909
11910 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11911
11912         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11913         `show-nonbreak-escape'.
11914
11915 2005-06-23  Lute Kamstra  <lute@gnu.org>
11916
11917         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11918
11919         * dig.el (dig-mode):
11920         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11921
11922 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11923
11924         * nnimap.el (nnimap-split-download-body): Fix spellings.
11925
11926 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11927
11928         * gnus-art.el (gnus-article-encrypt-body):
11929         * gnus-cus.el (gnus-score-customize):
11930         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11931         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11932
11933 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11934
11935         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11936         header by looking for magic "MII" at the beginnig.
11937
11938 2005-06-16  Miles Bader  <miles@gnu.org>
11939
11940         * gnus-xmas.el (gnus-xmas-group-startup-message):
11941         Use renamed gnus-splash face.
11942
11943         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11944         (assistant-field-face): New backward-compatibility alias for renamed
11945         face.
11946         (assistant-render-text): Use renamed assistant-field face.
11947
11948         * spam.el (spam): Remove "-face" suffix from face name.
11949         (spam-face): New backward-compatibility alias for renamed face.
11950         (spam-face, spam-initialize): Use renamed spam face.
11951
11952         * message.el (message-header-to, message-header-cc)
11953         (message-header-subject, message-header-newsgroups)
11954         (message-header-other, message-header-name)
11955         (message-header-xheader, message-separator, message-cited-text)
11956         (message-mml): Remove "-face" suffix from face names.
11957         (message-header-to-face, message-header-cc-face)
11958         (message-header-subject-face, message-header-newsgroups-face)
11959         (message-header-other-face, message-header-name-face)
11960         (message-header-xheader-face, message-separator-face)
11961         (message-cited-text-face, message-mml-face):
11962         New backward-compatibility aliases for renamed faces.
11963         (message-font-lock-keywords): Use renamed message faces.
11964
11965         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11966         (sieve-test-commands, sieve-tagged-arguments):
11967         Remove "-face" suffix from face names.
11968         (sieve-control-commands-face, sieve-action-commands-face)
11969         (sieve-test-commands-face, sieve-tagged-arguments-face):
11970         New backward-compatibility aliases for renamed faces.
11971         (sieve-control-commands-face, sieve-action-commands-face)
11972         (sieve-test-commands-face, sieve-tagged-arguments-face):
11973         Use renamed sieve faces.
11974
11975         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11976         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11977         (gnus-group-news-3-empty, gnus-group-news-4)
11978         (gnus-group-news-4-empty, gnus-group-news-5)
11979         (gnus-group-news-5-empty, gnus-group-news-6)
11980         (gnus-group-news-6-empty, gnus-group-news-low)
11981         (gnus-group-news-low-empty, gnus-group-mail-1)
11982         (gnus-group-mail-1-empty, gnus-group-mail-2)
11983         (gnus-group-mail-2-empty, gnus-group-mail-3)
11984         (gnus-group-mail-3-empty, gnus-group-mail-low)
11985         (gnus-group-mail-low-empty, gnus-summary-selected)
11986         (gnus-summary-cancelled, gnus-summary-high-ticked)
11987         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11988         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11989         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11990         (gnus-summary-low-undownloaded)
11991         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11992         (gnus-summary-low-unread, gnus-summary-normal-unread)
11993         (gnus-summary-high-read, gnus-summary-low-read)
11994         (gnus-summary-normal-read, gnus-splash):
11995         Remove "-face" suffix from face names.
11996         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11997         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11998         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11999         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
12000         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
12001         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
12002         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
12003         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
12004         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
12005         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
12006         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
12007         (gnus-summary-selected-face, gnus-summary-cancelled-face)
12008         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
12009         (gnus-summary-normal-ticked-face)
12010         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
12011         (gnus-summary-normal-ancient-face)
12012         (gnus-summary-high-undownloaded-face)
12013         (gnus-summary-low-undownloaded-face)
12014         (gnus-summary-normal-undownloaded-face)
12015         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
12016         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
12017         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
12018         (gnus-splash-face):
12019         New backward-compatibility aliases for renamed faces.
12020         (gnus-group-startup-message): Use renamed gnus faces.
12021
12022         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
12023         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
12024         (gnus-server-agent): Remove "-face" suffix from face names.
12025         (gnus-server-agent-face, gnus-server-opened-face)
12026         (gnus-server-closed-face, gnus-server-denied-face)
12027         (gnus-server-offline-face):
12028         New backward-compatibility aliases for renamed faces.
12029         (gnus-server-agent-face, gnus-server-opened-face)
12030         (gnus-server-closed-face, gnus-server-denied-face)
12031         (gnus-server-offline-face): Use renamed gnus faces.
12032
12033         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12034         Remove "-face" suffix from face names.
12035         (gnus-picon-xbm-face, gnus-picon-face):
12036         New backward-compatibility aliases for renamed faces.
12037
12038         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12039         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12040         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12041         (gnus-cite-11): Remove "-face" suffix from face names.
12042         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12043         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12044         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12045         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12046         New backward-compatibility aliases for renamed faces.
12047         (gnus-cite-attribution-face, gnus-cite-face-list)
12048         (gnus-article-boring-faces): Use renamed gnus faces.
12049
12050         * gnus-art.el (gnus-signature, gnus-header-from)
12051         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12052         (gnus-header-content): Remove "-face" suffix from face names.
12053         (gnus-signature-face, gnus-header-from-face)
12054         (gnus-header-subject-face, gnus-header-newsgroups-face)
12055         (gnus-header-name-face, gnus-header-content-face):
12056         New backward-compatibility aliases for renamed faces.
12057         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12058
12059         * gnus-sum.el (gnus-summary-selected-face)
12060         (gnus-summary-highlight): Use renamed gnus faces.
12061         * gnus-group.el (gnus-group-highlight): Likewise.
12062
12063 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12064
12065         * gnus-sieve.el (gnus-sieve-article-add-rule):
12066         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12067         * spam-stat.el (spam-stat-buffer-change-to-spam)
12068         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12069
12070         * message.el (message-is-yours-p):
12071         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12072
12073 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * mm-view.el (mm-inline-text): Withdraw the last change.
12076
12077 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12080         executing enriched-decode.
12081
12082 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12085         charset of tar files.
12086
12087 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12088
12089         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12090
12091 2005-06-04  Lute Kamstra  <lute@gnu.org>
12092
12093         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12094         information is never recorded.
12095
12096 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12097
12098         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12099
12100 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * pop3.el (pop3-apop): Run md5 in the binary mode.
12103
12104         * starttls.el (starttls-set-process-query-on-exit-flag):
12105         Use eval-and-compile.
12106
12107 2005-05-31  Simon Josefsson  <jas@extundo.com>
12108
12109         * smime.el (smime-replace-in-string): Define.
12110         (smime-cert-by-ldap-1): Use it.
12111
12112 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * gnus-art.el (article-display-x-face): Replace
12115         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12116
12117         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12118         set-process-query-on-exit-flag or process-kill-without-query.
12119
12120         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12121         loop instead of replace-regexp.
12122
12123         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12124         instead of process-kill-without-query if it is available.
12125
12126         * lpath.el: Fbind ldap-search-entries.
12127
12128         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12129         instead of find-file-hooks if it is available.
12130
12131         * mml1991.el: Bind pgg-default-user-id when compiling.
12132
12133         * mml2015.el: Bind pgg-default-user-id when compiling.
12134
12135         * nndraft.el (nndraft-request-associate-buffer):
12136         Use write-contents-functions instead of write-contents-hooks if it is
12137         available.
12138
12139         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12140         instead of find-file-hooks if it is available.
12141
12142         * nntp.el (nntp-open-connection): Replace
12143         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12144         (nntp-open-ssl-stream): Ditto.
12145         (nntp-open-tls-stream): Ditto.
12146
12147         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12148         set-process-query-on-exit-flag or process-kill-without-query.
12149         (starttls-open-stream-gnutls): Use it instead of
12150         process-kill-without-query.
12151         (starttls-open-stream): Ditto.
12152
12153 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12154
12155         * smime.el (smime-cert-by-ldap-1): Don't use
12156         replace-regexp-in-string.
12157
12158 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12159
12160         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12161
12162         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12163         in PEM format.  Adjust to the XEmacs compability.
12164
12165 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12166
12167         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12168         by `string-to-number'.
12169         * gnus-agent.el (gnus-agent-regenerate-group)
12170         (gnus-agent-fetch-articles): Ditto.
12171         * gnus-art.el (gnus-button-fetch-group): Ditto.
12172         * gnus-cache.el (gnus-cache-generate-active)
12173         (gnus-cache-articles-in-group): Ditto.
12174         * gnus-group.el (gnus-group-set-current-level)
12175         (gnus-group-insert-group-line): Ditto.
12176         * gnus-score.el (gnus-score-set-expunge-below)
12177         (gnus-score-set-mark-below, gnus-summary-score-effect)
12178         (gnus-summary-score-entry): Ditto.
12179         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12180         (gnus-soup-pack): Ditto.
12181         * gnus-spec.el (gnus-xmas-format): Ditto.
12182         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12183         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12184         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12185         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12186         * nndb.el (nndb-get-remote-expire-response): Ditto.
12187         * nndiary.el (nndiary-parse-schedule-value)
12188         (nndiary-string-to-number, nndiary-request-replace-article)
12189         (nndiary-request-article): Ditto.
12190         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12191         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12192         * nneething.el (nneething-make-head): Ditto.
12193         * nnfolder.el (nnfolder-request-article)
12194         (nnfolder-retrieve-headers): Ditto.
12195         * nnheader.el (nnheader-file-to-number): Ditto.
12196         * nnkiboze.el (nnkiboze-request-article): Ditto.
12197         * nnmail.el (nnmail-process-unix-mail-format)
12198         (nnmail-process-babyl-mail-format): Ditto.
12199         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12200         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12201         (nnmh-request-create-group, nnmh-request-list-1)
12202         (nnmh-request-group, nnmh-request-article): Ditto.
12203         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12204         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12205         * nnsoup.el (nnsoup-make-active): Ditto.
12206         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12207         * nntp.el (nntp-find-group-and-number)
12208         (nntp-retrieve-headers-with-xover): Ditto.
12209         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12210         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12211         (pgg-format-key-identifier): Ditto.
12212         * pop3.el (pop3-last, pop3-stat): Ditto.
12213         * qp.el (quoted-printable-decode-region): Ditto.
12214
12215         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12216         of concat.
12217
12218 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12219
12220         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12221
12222         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12223
12224         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12225
12226         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12227
12228         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12229
12230         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12231
12232         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12233         (gnus-carpal-mode): Ditto.
12234
12235         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12236         (gnus-browse-mode): Ditto.
12237
12238         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12239
12240         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12241
12242 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12243
12244         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12245
12246 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * gnus-util.el (gnus-run-mode-hooks): New function.
12249
12250         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12251
12252         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12253         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12254
12255 2005-05-27  Lute Kamstra  <lute@gnu.org>
12256
12257         * dns-mode.el (dns-mode): Specify customization group.
12258
12259 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12260
12261         * gnus-agent.el (gnus-agent-make-mode-line-string):
12262         Use mode-line-highlight as mouse-face.
12263
12264 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12265
12266         * canlock.el (canlock): Change the parent group to news.
12267
12268         * deuglify.el (gnus-outlook-deuglify): Add :group.
12269
12270         * dig.el (dig): Add :group.
12271
12272         * dns-mode.el (dns-mode): Add :group.
12273
12274         * encrypt.el (encrypt): Add :group.
12275
12276         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12277         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12278         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12279         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12280         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12281
12282         * gnus-diary.el (gnus-diary): Add :group.
12283
12284         * gnus.el (gnus-group-news-1-face): Add :group.
12285         (gnus-group-news-1-empty-face): Ditto.
12286         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12287         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12288         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12289         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12290         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12291         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12292         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12293         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12294         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12295         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12296         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12297         (gnus-summary-high-ticked-face): Ditto.
12298         (gnus-summary-low-ticked-face): Ditto.
12299         (gnus-summary-normal-ticked-face): Ditto.
12300         (gnus-summary-high-ancient-face): Ditto.
12301         (gnus-summary-low-ancient-face): Ditto.
12302         (gnus-summary-normal-ancient-face): Ditto.
12303         (gnus-summary-high-undownloaded-face): Ditto.
12304         (gnus-summary-low-undownloaded-face): Ditto.
12305         (gnus-summary-normal-undownloaded-face): Ditto.
12306         (gnus-summary-high-unread-face): Ditto.
12307         (gnus-summary-low-unread-face): Ditto.
12308         (gnus-summary-normal-unread-face): Ditto.
12309         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12310         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12311
12312         * hashcash.el (hashcash): New custom group.
12313         (hashcash-default-payment): Add :group.
12314         (hashcash-payment-alist): Ditto.
12315         (hashcash-default-accept-payment): Ditto.
12316         (hashcash-accept-resources): Ditto.
12317         (hashcash-path): Ditto.
12318         (hashcash-extra-generate-parameters): Ditto.
12319         (hashcash-double-spend-database): Ditto.
12320         (hashcash-in-news): Ditto.
12321
12322         * message.el (message-minibuffer-local-map): Add :group.
12323
12324         * netrc.el (netrc): Add :group.
12325
12326         * sieve-manage.el (sieve-manage-log): Add :group.
12327         (sieve-manage-default-user): Diito.
12328         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12329         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12330         (sieve-manage-authenticators): Ditto.
12331         (sieve-manage-authenticator-alist): Ditto.
12332         (sieve-manage-default-port): Ditto.
12333
12334         * sieve-mode.el (sieve-control-commands-face): Add :group.
12335         (sieve-action-commands-face): Ditto.
12336         (sieve-test-commands-face): Ditto.
12337         (sieve-tagged-arguments-face): Ditto.
12338
12339         * smime.el (smime): Add :group.
12340
12341         * spam-report.el (spam-report): Add :group.
12342
12343         * spam.el (spam, spam-face): Add :group.
12344
12345 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12346
12347         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12348         return \n.\n.\n at the end of articles.  Protect against that.
12349         (nntp-with-open-group): Allow debugging.
12350
12351         * nnheader.el (mail-header-set-extra): Make into a function
12352         because I just could't understand how to quote the list properly.
12353
12354         * dns.el (query-dns-cached): New function.
12355
12356 2005-05-26  Lute Kamstra  <lute@gnu.org>
12357
12358         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12359
12360 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12361
12362         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12363
12364         * gnus-art.el: Don't autoload mail-extract-address-components.
12365
12366         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12367         eval-and-compile to evaluate it.
12368
12369         * hashcash.el: Don't autoload executable-find.
12370
12371         * nndb.el: Don't declare the nndb back end two or more times; don't
12372         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12373
12374         * nntp.el: Autoload format-spec instead of format; use
12375         eval-and-compile to evaluate autoload forms.
12376
12377 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12378
12379         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12380
12381 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12382
12383         * gnus.el (gnus-version-number): Bump version.
12384
12385 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12386
12387         * gnus.el: No Gnus v0.3 is released.
12388
12389 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12390
12391         * lpath.el (featurep): Bind show-nonbreak-escape.
12392
12393 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * gnus-art.el (gnus-article-edit-part): Disable undo.
12396
12397 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12400         gnus-article-date-lapsed-new-header is t if date timer is active;
12401         skip headers in which the original date value is empty.
12402         (gnus-article-save-original-date): Redefine it as a macro.
12403         (gnus-display-mime): Use it.
12404
12405 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-art.el (article-date-ut): Support converting date in
12408         forwarded parts as well.
12409         (gnus-article-save-original-date): New function.
12410         (gnus-display-mime): Use it.
12411
12412 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12413
12414         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12415         enclosure element of <item>.
12416
12417 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * message.el (message-kill-buffer-query): Renamed from
12420         `message-kill-buffer-query-if-modified'.  Added :version.
12421
12422 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12425         window layout.
12426
12427 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * mml.el: Autoload dnd when compiling.
12430
12431 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12434         x-dnd-*.
12435
12436 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * qp.el (quoted-printable-encode-region): Save excursion.
12439
12440 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12441
12442         * message.el (message-kill-buffer-query-if-modified): Add new variable
12443         so the user can kill a modified message buffer quickly.
12444         (message-kill-buffer): Use it.
12445
12446 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * lpath.el: Fbind display-time-event-handler; don't fbind
12449         string-to-multibyte.
12450
12451         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12452
12453 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12454
12455         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12456         contained in text because xml.el decodes entities) with LFs.
12457
12458 2005-04-11  Lute Kamstra  <lute@gnu.org>
12459
12460         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12461         differently.
12462
12463 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12464
12465         * mm-util.el (mm-detect-coding-region): Typo.
12466
12467 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12470
12471 2005-04-06  Deepak Goel  <deego@gnufans.org>
12472
12473         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12474         user-function allow user modifications of the scores.
12475         (spam-stat-score-buffer-user): New function, to allow
12476         user-computed modifications to the score.
12477         (spam-stat-score-buffer-user-functions): List of additional
12478         scoring functions.
12479         (spam-stat-error-holder): Global temporary error holder.
12480         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12481         variable.
12482
12483 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12484
12485         * gnus-registry.el (gnus-registry-clean-empty-function)
12486         (gnus-registry-trim, gnus-registry-fetch-groups)
12487         (gnus-registry-delete-group): Groups that match
12488         `gnus-registry-ignored-groups' are removed from the registry
12489         entries, not just ignored for splitting.  This helps clean up the
12490         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12491         to get all the groups a message ID is in.
12492
12493         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12494         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12495         (spam-stat-score-buffer-user-functions): Add :number custom type.
12496
12497 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12498
12499         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12500         argument in XEmacs.
12501
12502         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12503         (nnrss-request-group): Decode group name first.
12504         (nnrss-request-article): Make a text/plain article if mml-to-mime
12505         failed.
12506         (nnrss-get-encoding): Return a compatible encoding according to
12507         nnrss-compatible-encoding-alist.
12508         (nnrss-find-el): Use consp instead of listp.
12509         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12510
12511 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12514         which Emacs 20 doesn't support.
12515         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12516
12517 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12518
12519         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12520         silence the byte compiler inside the defun.
12521
12522         * gnus-demon.el (parse-time-string): Add autoload.
12523
12524         * gnus-delay.el (parse-time-string): Add autoload.
12525
12526         * gnus-art.el (parse-time-string): Add autoload.
12527
12528         * nnultimate.el (parse-time): Require for `parse-time-string'.
12529
12530 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12531
12532         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12533
12534         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12535
12536         * smime.el (smime-ldap-host-list): Add :version.
12537
12538 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12539
12540         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12541         pass it to `gnus-browse-read-group'.
12542         (gnus-browse-read-group): Add NUMBER argument and pass it to
12543         `gnus-group-read-ephemeral-group'.
12544
12545         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12546         argument and pass it to `gnus-group-read-group'.
12547
12548 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12549
12550         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12551         mm-xemacs-find-mime-charset-1 if we have the mule feature
12552         available at runtime.
12553
12554 2005-03-25  Werner Lemberg  <wl@gnu.org>
12555
12556         * nnmaildir.el: Replace `illegal' with `invalid'.
12557
12558 2005-03-23  Lute Kamstra  <lute@gnu.org>
12559
12560         * time-date.el: Add comment on time value formats.
12561         Don't require parse-time.
12562         (with-decoded-time-value): New macro.
12563         (encode-time-value): New function.
12564         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12565         (days-to-time): Return a valid time value when arg is huge.
12566         (time-since): Use time-subtract.
12567         (time-to-number-of-days): Use time-to-seconds.
12568
12569 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12570
12571         * gnus-start.el (gnus-display-time-event-handler):
12572         Check display-time-timer at runtime rather than only at load time
12573         in case display-time-mode is turned off in the mean time.
12574
12575 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12576
12577         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12578         used.
12579
12580         * nneething.el (nneething-map-file-directory): Derive from
12581         `gnus-directory'.
12582
12583         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12584         the To/Cc button.
12585
12586 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12587
12588         * nnmaildir.el (nnmaildir-request-accept-article):
12589         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12590
12591 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12592
12593         * gnus-async.el: Require timer-funcs at compile time when in
12594         XEmacs for `run-with-idle-timer'.
12595
12596 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12597
12598         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12599         autoloaded function.
12600
12601 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12602
12603         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12604
12605 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12606
12607         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12608
12609 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12610
12611         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12612         gnus-expert-user to default.
12613
12614 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12615
12616         * nnimap.el (nnimap-open-server): Ditto.
12617
12618         * imap.el (imap-authenticate): Fix typo.
12619
12620 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12621
12622         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12623         buffer (since IMAP server might return FETCH response out of
12624         order, and the nntp buffer must be sorted).
12625
12626 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12627
12628         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12629         comparison on string.
12630
12631         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12632         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12633         (gnus-agent-summary-fetch-series): Modified to protect against
12634         gnus-agent-summary-fetch-group clearing processable flags.
12635         (gnus-agent-synchronize-group-flags): Update live group buffer as
12636         synchronization may occur due to the user toggle the plugged
12637         status.
12638         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12639         successfully downloaded.
12640         (gnus-agent-expire-group-1): Avoid using markers when the overview
12641         is in ascending order; greatly improves performance.
12642         (gnus-agent-regenerate-group): Use
12643         gnus-agent-synchronize-group-flags to reset read status in both
12644         gnus and server.
12645         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12646
12647 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12648
12649         * message.el: Don't autoload former message-utils variables.
12650         (message-strip-subject-trailing-was): Change doc string.
12651
12652         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12653         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12654         (nnweb-google-search): Add "hl=en" here.
12655         (nnweb-google-parse-1, nnweb-google-create-mapping):
12656         Don't hardcode URL.
12657
12658 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12659
12660         * message.el (message-get-reply-headers, message-followup):
12661         Mention related variables `message-use-followup-to' and
12662         `message-use-mail-followup-to', in the information buffer.
12663
12664         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12665         of broken groups(-beta).google.com.
12666
12667 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12668
12669         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12670         parameter to invoked gnus-request-move-article; remove the
12671         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12672         all at once instead of once per article.
12673         (gnus-summary-remove-process-mark): Accept a list of articles as
12674         well as a single article for processing.
12675
12676         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12677         parameter.
12678
12679         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12680
12681         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12682
12683         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12684         parameter.
12685
12686         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12687         parameter.
12688
12689         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12690         parameter and remove the gnus-sum-hint-move-is-internal variable.
12691
12692         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12693         parameter.
12694
12695         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12696         parameter.
12697
12698         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12699         parameter.
12700
12701         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12702
12703         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12704         parameter.
12705
12706         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12707         parameter.
12708
12709 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12710
12711         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12712         a more conservative way.
12713
12714 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12715
12716         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12717         buffer, so it moves the window's cursor.
12718
12719 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12720
12721         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12722         `mm-dissect-multipart' and receive the from field as an (optional)
12723         argument from `mm-dissect-multipart'.
12724         (mm-dissect-multipart): Receive the from field as an argument and
12725         pass it on when we call `mm-dissect-buffer' on MIME parts.
12726         Fixes verification/decryption of signed/encrypted MIME parts.
12727
12728 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12729
12730         * gnus-sum.el (gnus-summary-move-article): Set
12731         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12732         whatever it calls (right now, only nnimap-request-move article
12733         respects it).
12734
12735         * nnimap.el (nnimap-request-move-article): When
12736         gnus-sum-hint-move-is-internal is set, don't do the extra
12737         nnimap-request-article.
12738
12739 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12740
12741         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12742
12743         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12744         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12745
12746         * gnus-sum.el (gnus-summary-caesar-message):
12747         Apply `gnus-treat-article' after rotation.
12748
12749         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12750         doc string.
12751
12752 2005-02-22  Simon Josefsson  <jas@extundo.com>
12753
12754         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12755         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12756         <arne@arnested.dk>.
12757         (encrypt): Add password-cache and password-cache-expiry as group
12758         members.
12759
12760 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12761
12762         * smime.el (smime-ldap-host-list): Doc fix.
12763         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12764         cache) password.
12765         (smime-sign-region): Use it.
12766         (smime-decrypt-region): Use it.
12767         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12768         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12769         fails.
12770         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12771         certificate from DER to PEM format rather than calling openssl.
12772
12773         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12774
12775         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12776         for signing/encryption.
12777
12778         * mml.el (mml-parse-1): Use them.
12779
12780 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12781
12782         * nnrss.el (nnrss-verbose): Removed.
12783         (nnrss-request-group): Use `nnheader-message' instead.
12784
12785 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12786
12787         * nnrss.el (nnrss-verbose): New variable.
12788         (nnrss-request-group): Make it say nnrss is requesting a group.
12789
12790 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12791
12792         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12793         Handle news URL with given port correctly.
12794
12795 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12798         containing special characters.
12799
12800         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12801
12802         * mml.el (mime-to-mml): Ditto.
12803
12804         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12805         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12806         (rfc2047-decode-region): Quote decoded words containing special
12807         characters when rfc2047-quote-decoded-words-containing-tspecials
12808         is non-nil.
12809
12810 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12811
12812         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12813
12814         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12815
12816 2005-02-15  Simon Josefsson  <jas@extundo.com>
12817
12818         * nnimap.el (nnimap-debug): Doc fix.
12819
12820         * imap.el (imap-debug): Doc fix.
12821
12822 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12823
12824         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12825
12826 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12827
12828         * gnus.el (spam-contents): Improve docs for spam-contents
12829         parameter in its variable incarnation.
12830
12831 2005-02-14  Simon Josefsson  <jas@extundo.com>
12832
12833         * smime-ldap.el: Use require instead of load-library for ldap.
12834         (smime-ldap-search): Indent.
12835         (smime-ldap-search-internal): Shorten line.
12836
12837         * smime.el (smime-cert-by-dns): Add doc-string.
12838         (smime-cert-by-ldap-1): Indent.
12839
12840         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12841         mml-smime-get-dns-ldap.
12842         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12843
12844 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12845
12846         * smime.el: Require smime-ldap.
12847         (smime-ldap-host-list): New variable.
12848         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12849
12850         * mml-smime.el (mml-smime-encrypt-query): New function.
12851         (mml-smime-encrypt-query): Use it.
12852
12853         * smime-ldap.el: New file.
12854
12855 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12858
12859 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12862         argument in doc string.  Make query for type more clear.
12863
12864 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12865
12866         * gnus.el (gnus-group-startup-message): Search for gnus images in
12867         etc/images/gnus.
12868         * mm-util.el (mm-image-load-path): Likewise.
12869         * smiley.el (smiley-data-directory): Search for smilies in
12870         etc/images/smilies.
12871
12872 2005-02-09  Kim F. Storm  <storm@cua.dk>
12873
12874         Change Emacs release version from 21.4 to 22.1 throughout.
12875         Change Emacs development version from 21.3.50 to 22.0.50.
12876
12877 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12880
12881         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12882         non-Mule XEmacs as well.
12883         (mm-decompress-buffer): Signal an error intentionally if it does
12884         not decompress compressed data because auto-compression-mode is
12885         disabled.
12886
12887 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12888
12889         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12890         an ID in the registry even if it has no groups.
12891
12892 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12893
12894         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12895         merge it into mm-decompress-buffer.
12896         (gnus-mime-copy-part): Use the MIME part charset, the value which
12897         a user specified or gnus-newsgroup-charset for decoding, like
12898         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12899         save-buffer what was used.  Suggested by Kevin Ryde
12900         <user42@zip.com.au>.
12901         (gnus-mime-inline-part): Allow the name parameter as well as the
12902         filename parameter; force decompressing of compressed data; always
12903         display contents being not decoded as unibyte.
12904
12905         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12906         as well as the filename parameter.
12907
12908         * mm-util.el (mm-decompress-buffer): Merge
12909         gnus-mime-jka-compr-maybe-uncompress.
12910         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12911         of compressed data.
12912
12913 2005-02-08  Simon Josefsson  <jas@extundo.com>
12914
12915         * imap.el (imap-log): Doc fix.
12916
12917 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12920         the coding cookies; decompress compressed parts.
12921
12922         * mml.el (mml-generate-mime-1): Add the charset parameter according
12923         to the value which a user specified manually or the coding cookie.
12924
12925         * mm-util.el (mm-string-to-multibyte): New function.
12926         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12927         (mm-coding-system-to-mime-charset): New function.
12928         (mm-decompress-buffer): New function.
12929         (mm-find-buffer-file-coding-system): New function.
12930
12931         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12932         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12933         parts.
12934
12935 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12936
12937         * mm-view.el (mm-display-inline-fontify): Decode a part according
12938         to the charset parameter.
12939
12940 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12941
12942         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12943         prefix arg is neither nil nor a number, as info specifies.
12944
12945 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12946
12947         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12948         timestamps.
12949
12950 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12951
12952         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12953         groups error checking and notify user.
12954
12955 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12956
12957         * message.el (message-send-mail-function): Check existence of
12958         sendmail-program first before using default value
12959         `message-send-mail-with-sendmail'.  Otherwise use more generic
12960         `smtpmail-send-it'.
12961
12962 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12963
12964         * nntp.el (nntp-request-update-info): Always return nil.
12965
12966 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12967
12968         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12969
12970 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12971
12972         * message.el (message-beginning-of-line): Change the behavior when
12973         invoked between BOL and : so that it first moves backward.
12974
12975 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12976
12977         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12978         article buffer when editing of the article is discarded.
12979         (gnus-article-prepare): Revert.
12980
12981 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12982
12983         * gnus-art.el (gnus-article-prepare):
12984         Remove message-strip-forbidden-properties from the local hook.
12985
12986 2005-01-27  Simon Josefsson  <jas@extundo.com>
12987
12988         * password.el (password-cache-add): Only start one timer per key.
12989         Reported by Derek Atkins <warlord@MIT.EDU>.
12990
12991 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12992
12993         * run-at-time.el: Removed.  It is no longer needed as
12994         timer-funcs.el in the xemacs-base package has a working version of
12995         `run-at-time'.
12996
12997         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12998
12999         * password.el: Require timer-funcs instead of run-at-time in
13000         XEmacs.
13001         Remove `password-run-at-time' macro.
13002         (password-cache-add): Use `run-at-time' instead of
13003         `password-run-at-time'.
13004
13005         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
13006         Remove `nnheader-cancel-function-timers' alias,
13007         `cancel-function-timers' exists in XEmacs in timer-funcs.
13008
13009         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
13010         for `run-with-idle-timer'.
13011
13012         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
13013         for `run-at-time'.
13014
13015         * mm-url.el: Require timer-funcs at compile time when in XEmacs
13016         for `with-timeout'.
13017
13018         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
13019         the same as for XEmacs 21.4.
13020         No need to ignore `run-with-idle-timer', this function exists in
13021         XEmacs now in timer-funcs.el in the xemacs-base package.
13022         (dgnushack-compile): No need to delete
13023         run-at-time.el from the list of files to compile because it
13024         doesn't exist anymore.
13025
13026 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13027
13028         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13029         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13030
13031 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13032
13033         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13034         sensitively.
13035
13036 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13037
13038         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13039
13040 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13043         which will be inserted according to the multibyteness of a buffer
13044         rather than the type of contents.  Suggested by ARISAWA Akihiro
13045         <ari@mbf.ocn.ne.jp>.
13046
13047         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13048         of string which old xml.el may return rather than a string.
13049
13050 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13053
13054 2005-01-16  Simon Josefsson  <jas@extundo.com>
13055
13056         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13057         idn/idna.el isn't available.
13058         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13059         <michael@waxrat.com>.
13060
13061         * hashcash.el: Remove non-FSF copyright header.
13062
13063         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13064         (hashcash-generate-payment): Use it.
13065         (hashcash-generate-payment-async): Use it.
13066
13067 2005-01-15  Simon Josefsson  <jas@extundo.com>
13068
13069         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13070         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13071
13072         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13073         gnus-summary-idna-message.
13074         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13075         (gnus-summary-idna-message): New function.
13076
13077 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13078
13079         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13080         gnus-novice-user.
13081
13082 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * nnrss.el (nnrss-request-delete-group): Delete entries in
13085         nnrss-group-alist as well.
13086         (nnrss-save-server-data): Insert newline.
13087
13088 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * gnus.el (gnus-user-agent): Use list of symbols instead of
13091         symbols.  Display full version number for (S)XEmacs.  Optionally
13092         display (S)XEmacs codename.
13093
13094         * gnus-util.el (gnus-emacs-version): Update for new
13095         `gnus-user-agent'.
13096
13097         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13098         Gnus version.
13099
13100 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13103         which is unreadable in some setups.
13104
13105 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13106
13107         * gnus-spec.el (gnus-update-format-specifications): Flush the
13108         group format spec cache if it doesn't support decoded group names.
13109
13110 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13111
13112         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13113         Allow to apply decay on score files matching a regexp.
13114
13115 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13116
13117         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13118         compatibility in %g and %c.
13119
13120 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13123         name for only %g and %c.
13124         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13125         of gnus-tmp-group to decoded group name.
13126         (gnus-group-make-rss-group): Exclude `/'s from group names.
13127
13128 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * nnrss.el (nnrss-get-encoding): Fix regexp.
13131
13132 2004-12-27  Simon Josefsson  <jas@extundo.com>
13133
13134         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13135         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13136         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13137
13138 2004-12-17  Kim F. Storm  <storm@cua.dk>
13139
13140         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13141
13142         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13143
13144 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13145
13146         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13147
13148 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * nnrss.el: Require rfc2047 and mml.
13151         (nnrss-file-coding-system): New variable.
13152         (nnrss-format-string): Redefine it as an inline function.
13153         (nnrss-decode-group-name): New function.
13154         (nnrss-string-as-multibyte): Remove.
13155         (nnrss-retrieve-headers): Decode group name; don't use
13156         nnrss-format-string.
13157         (nnrss-request-group): Decode group name.
13158         (nnrss-request-article): Decode group name; allow a Message-ID as
13159         well as an article number; don't use nnrss-format-string; encode a
13160         Message-ID string which may contain non-ASCII characters; use
13161         mml-to-mime to compose a MIME article.
13162         (nnrss-request-expire-articles): Decode group name.
13163         (nnrss-request-delete-group): Decode group name.
13164         (nnrss-fetch): Clarify error message.
13165         (nnrss-read-server-data): Use insert-file-contents instead of load;
13166         bind file-name-coding-system; use multibyte buffer.
13167         (nnrss-save-server-data): Bind coding-system-for-write to the
13168         value of nnrss-file-coding-system; bind file-name-coding-system;
13169         add coding cookie.
13170         (nnrss-read-group-data): Use insert-file-contents instead of load;
13171         bind file-name-coding-system; use multibyte buffer.
13172         (nnrss-save-group-data): Bind coding-system-for-write to the
13173         value of nnrss-file-coding-system; bind file-name-coding-system.
13174         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13175         make it work with non-ASCII text.
13176         (nnrss-find-el): Make it work with old xml.el as well.
13177
13178 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13179
13180         * nnrss.el (nnrss-get-encoding): New function.
13181         (nnrss-fetch): Use unibyte buffer initially; bind
13182         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13183         decode contents according to the encoding attribute.
13184         (nnrss-save-group-data): Add coding cookie.
13185         (nnrss-mime-encode-string): New function.
13186         (nnrss-check-group): Use it to encode subject and author.
13187
13188 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13189
13190         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13191         imaginary variable.
13192
13193 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13194
13195         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13196         correctly even if there are wide characters.
13197
13198 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13199
13200         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13201         downcased symbol names; make a new cache instead of reusing
13202         bbdb-hashtable.
13203
13204 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13207         concatenating segments rather than before concatenating them.
13208         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13209
13210         * message.el (message-get-reply-headers): Bind `extra'.
13211
13212 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13213
13214         * message.el (message-extra-wide-headers): New variable.
13215         (message-get-reply-headers): Use it.
13216
13217 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13220         (gnus-agent-group-pathname): Ditto.
13221
13222         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13223
13224         * gnus-group.el (gnus-group-make-group): Decode group name.
13225         (gnus-group-make-rss-group): Register the group data after opening
13226         the nnrss group.
13227
13228 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13229
13230         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13231         by expiry now get marked as read.
13232
13233 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13236
13237 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13238
13239         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13240         unify Latin characters in XEmacs.
13241         (mm-find-mime-charset-region): Use it.
13242
13243 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13244
13245         * gnus-util.el (gnus-delete-directory): New function.
13246
13247         * gnus-agent.el (gnus-agent-delete-group): Use it.
13248
13249         * gnus-cache.el (gnus-cache-delete-group): Use it.
13250
13251 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13252
13253         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13254         names.
13255
13256 2004-12-16  Simon Josefsson  <jas@extundo.com>
13257
13258         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13259
13260 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13261
13262         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13263
13264         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13265         (gnus-group-set-current-level): Decode group name.
13266
13267 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13268
13269         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13270         failed.
13271
13272 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * gnus-group.el (gnus-group-delete-group): Decode group name.
13275         (gnus-group-make-rss-group): Encode group name.
13276         (gnus-group-catchup-current): Decode group name.
13277         (gnus-group-kill-group): Decode group name.
13278
13279 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13280
13281         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13282
13283 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13284
13285         * gnus-group.el (gnus-group-make-rss-group):
13286         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13287
13288         * gnus-start.el (gnus-setup-news): Honor user's setting to
13289         gnus-message-archive-method.  Suggested by Lute Kamstra
13290         <lute@gnu.org>.
13291
13292 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13293
13294         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13295         global counterparts of the buffer-local variables.
13296
13297 2004-11-16  Romain Francoise  <romain@orebokech.com>
13298
13299         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13300         counterparts of the buffer-local variables.
13301
13302 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * message.el (message-forbidden-properties): Fixed typo in doc
13305         string.
13306
13307 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13308
13309         * gnus-util.el (gnus-replace-in-string): Added doc string.
13310
13311         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13312         to avoid problems when splitting mails with many recipients.
13313
13314 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13315
13316         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13317         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13318
13319 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13320
13321         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13322         if there is no hashtable in memory or file modification time is
13323         newer than cached timestamp.
13324
13325 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13326
13327         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13328         not-matching option.
13329
13330 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13333         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13334         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13335         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13336         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13337         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13338
13339 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13340
13341         * message.el (message-forward-make-body-mml): Remove headers
13342         according to message-forward-ignored-headers if a message is decoded.
13343
13344 2004-12-02  Romain Francoise  <romain@orebokech.com>
13345
13346         * message.el (message-forward-make-body-plain): Always remove
13347         headers according to message-forward-ignored-headers.
13348
13349 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13350
13351         * spam.el (spam-summary-prepare-exit): Remove the
13352         gnus-summary-limit pop for now, it has problems with ham marks for
13353         me.
13354
13355 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13356
13357         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13358         correctly.
13359
13360 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13361
13362         * format-spec.el (format-spec): Message the char.
13363
13364 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13365
13366         * gnus-art.el (gnus-split-methods): Reformat comments.
13367
13368         * spam.el (spam-summary-prepare-exit): Remove article limits
13369         before exiting the summary buffer.
13370
13371 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13372
13373         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13374         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13375
13376         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13377         order to silence the byte compiler.
13378
13379         * spam.el: Fix the way to silence the byte compiler, which
13380         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13381         bbdb-search-simple, spam-BBDB-register-routine,
13382         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13383         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13384         spam-stat-buffer-is-spam, spam-stat-load,
13385         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13386         spam-stat-save and spam-stat-split-fancy.
13387
13388 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13391         which may confuse users.
13392         (canlock-password-for-verify): Ditto.
13393
13394         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13395
13396         * gnus-art.el (gnus-emphasis-alist): Ditto.
13397
13398         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13399
13400         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13401
13402         * gnus-start.el (gnus-save-killed-list): Ditto.
13403
13404         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13405         (gnus-sum-thread-tree-root): Ditto.
13406         (gnus-sum-thread-tree-false-root): Ditto.
13407         (gnus-sum-thread-tree-single-indent): Ditto.
13408
13409         * message.el (message-courtesy-message): Ditto.
13410         (message-archive-note): Ditto.
13411         (message-subscribed-address-file): Ditto.
13412         (message-user-fqdn): Ditto.
13413
13414         * spam-report.el (spam-report-gmane-regex): Ditto.
13415
13416         * spam.el (spam-blackhole-good-server-regex): Ditto.
13417
13418 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * mml.el (mml-preview): Widen the message buffer before copying
13421         the contents to the preview buffer; sort headers before previewing.
13422
13423         * message.el (message-hidden-headers): Fix the way to avoid a bug
13424         in the `repeat' widget in Emacs 21.3 or earlier.
13425
13426 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * message.el (message-hidden-headers): Default to "^References:".
13429         Improve customization type.  Suggested by Reiner Steib
13430         <Reiner.Steib@gmx.de>.
13431
13432 2004-11-25  Romain Francoise  <romain@orebokech.com>
13433
13434         * message.el (message-strip-forbidden-properties): Remove check for
13435         obsolete `message-hidden' text property, hidden headers are not
13436         accessible in the buffer anymore.
13437
13438 2004-11-22  Romain Francoise  <romain@orebokech.com>
13439
13440         * message.el (message-header-format-alist): Add `From' in list
13441         so that it can be sorted.
13442         (message-fix-before-sending): Widen and sort headers before
13443         sending.
13444         (message-hide-headers): Use narrowing to hide headers by moving
13445         them to the top of the buffer and narrowing to the region
13446         underneath.
13447
13448 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13449
13450         * message.el (message-strip-forbidden-properties): Bind
13451         buffer-read-only (etc) to nil.
13452
13453 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13456         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13457
13458 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13459
13460         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13461
13462 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13463
13464         * dns.el (query-dns): Use sit-for to time instead of
13465         accept-process-output, since that doesn't seem to work on udp
13466         sockets.
13467
13468 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13469
13470         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13471
13472 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13473
13474         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13475         doc string.  Improve doc string.
13476
13477 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13478
13479         * nntp.el (nntp-request-update-info): Return nil if
13480         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13481         may not call gnus-activate-group which uselessly issues the GROUP
13482         commands for all nntp groups and wastes time.  Reported by Romain
13483         Francoise <romain@orebokech.com>.
13484
13485         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13486
13487 2004-11-15  Simon Josefsson  <jas@extundo.com>
13488
13489         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13490         headers separately.
13491         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13492         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13493
13494 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13495
13496         * gnus-start.el (gnus-convert-old-newsrc):
13497         Assign legacy-gnus-agent to 5.10.7.
13498
13499 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13500
13501         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13502         start of the lines.
13503
13504 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13505
13506         * hashcash.el (hashcash-default-payment): Change default to 20.
13507         (hashcash-default-accept-payment): Change default to 20.
13508         (hashcash-process-alist): New variable.
13509         (hashcash-generate-payment-async): Add.
13510         (hashcash-already-paid-p): Add.
13511         (hashcash-insert-payment): Don't generate payments twice.
13512         (hashcash-insert-payment-async): Add.
13513         (hashcash-insert-payment-async-2): Add.
13514         (hashcash-cancel-async): Add.
13515         (hashcash-wait-async): Add.
13516         (hashcash-processes-running-p): Add.
13517         (hashcash-wait-or-cancel): Add.
13518         (mail-add-payment): New optional argument.  Conditionally start
13519         asynchronous calculation.
13520         (mail-add-payment-async): Add.
13521
13522         * message.el (message-send-mail): Wait for asynchronous hashcash
13523         results.  Don't clobber existing X-Hashcash headers.
13524         (message-setup-1): Call mail-add-payment-async when
13525         message-generate-hashcash is non-nil.
13526
13527 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13528
13529         * message.el (message-use-alternative-email-as-from): Examine the
13530         From header as well; use message-make-from in order to include a
13531         user's full name.
13532
13533 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13536         default; improve customization type.
13537         (gnus-emphasis-custom-with-format): New macro.
13538         (gnus-emphasis-custom-value-to-external): New function.
13539         (gnus-emphasis-custom-value-to-internal): New function.
13540
13541 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13542
13543         * dns.el (query-dns): Resolve reverse addresses.
13544
13545 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13546
13547         * gnus-group.el (gnus-group-get-new-news): Use it.
13548
13549         * gnus-start.el (gnus-check-reasonable-setup): New function.
13550
13551 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13554         "Args out of range" error.  Reported by Arnaud Giersch
13555         <arnaud.giersch@free.fr>.
13556
13557 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13558
13559         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13560
13561 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13562
13563         * spam.el (spam group): Add :version.
13564
13565         * pgg-def.el (pgg group): Add :version.
13566
13567 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13568
13569         * gnus-art.el (gnus-article-edit-article): Don't associate the
13570         article buffer with a draft file.  This is a temporary measure
13571         against the 2004-08-22 change to gnus-article-edit-mode.
13572
13573 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13574
13575         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13576         (html2text-format-tags): Remove unused variable `attr'.
13577
13578 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13579
13580         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13581
13582         * tls.el (tls-process-connection-type, tls-success)
13583         (tls-certtool-program): Add :version.
13584
13585         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13586         (starttls-extra-arguments, starttls-process-connection-type)
13587         (starttls-connect, starttls-failure, starttls-success): Add :version.
13588
13589         * spam-stat.el (spam-stat): Add :version.
13590
13591         * sieve.el (sieve): Add :version.
13592
13593         * sha1.el (sha1): Add :version.
13594         (sha1-use-external): Remove redundant version.
13595
13596         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13597         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13598         (nnmail-split-fancy-match-partial-words)
13599         (nnmail-split-lowercase-expanded): Add :version.
13600
13601         * nndiary.el (nndiary): Add :version.
13602
13603         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13604
13605         * mml-sec.el (mml-default-sign-method)
13606         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13607         Add :version.
13608
13609         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13610
13611         * mm-url.el (mm-url-use-external, mm-url-program)
13612         (mm-url-arguments): Add :version.
13613
13614         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13615         (mm-attachment-file-modes, mm-decrypt-option)
13616         (mm-w3m-safe-url-regexp): Add :version.
13617
13618         * message.el (message-cite-prefix-regexp)
13619         (message-sendmail-envelope-from, message-minibuffer-local-map)
13620         (message-user-fqdn, message-completion-alist): Add :version.
13621
13622         * gnus-win.el (gnus-configure-windows-hook)
13623         (gnus-use-frames-on-any-display): Add :version.
13624
13625         * gnus-art.el (gnus-article-address-banner-alist)
13626         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13627         (gnus-treat-from-picon, gnus-treat-mail-picon)
13628         (gnus-treat-x-pgp-sig): Add :version.
13629
13630         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13631         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13632         (gnus-summary-article-delete-hook)
13633         (gnus-summary-display-while-building): Add :version.
13634
13635         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13636         (gnus-get-top-new-news-hook): Add :version.
13637
13638         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13639         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13640
13641         * gnus-registry.el (gnus-registry): Add :version.
13642
13643         * gnus-spec.el (gnus-use-correct-string-widths)
13644         (gnus-make-format-preserve-properties): Add :version.
13645
13646         * gnus.el (gnus-group-charter-alist)
13647         (gnus-group-fetch-control-use-browse-url)
13648         (gnus-install-group-spam-parameters): Add :version.
13649
13650         * gnus-diary.el (gnus-diary): Add :version.
13651
13652         * gnus-delay.el (gnus-delay): Add :version.
13653
13654         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13655         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13656         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13657         Add :version.
13658
13659         * gnus-agent.el (gnus-agent-max-fetch-size)
13660         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13661         (gnus-agent-prompt-send-queue): Add :version.
13662
13663         * deuglify.el (gnus-outlook-deuglify): Add :version.
13664
13665         * html2text.el: Beautify code.  Improve doc strings.  Some
13666         checkdoc cleanup.
13667         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13668
13669 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13670
13671         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13672
13673 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13674
13675         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13676         when package is loaded.
13677
13678         * spam.el (spam-summary-score-preferred-header): Add global preference
13679         for people who want to override the default SpamAssassin over
13680         Bogofilter preference (when both are set).
13681         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13682         (spam-user-format-function-S): Check
13683         spam-summary-score-preferred-header.
13684         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13685         (spam-user-format-function-S): Format the score correctly.
13686
13687 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13690         signature file.  Suggested by Manoj Srivastava
13691         <srivasta@golden-gryphon.com>.
13692
13693         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13694         iso-2022-jp even in the Japanese language environment.
13695         Suggested by Jason Rumney <jasonr@gnu.org>.
13696
13697 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13700         use the same characters as the dummy marks; make it free from
13701         getting affected by the language environment.
13702         (gnus-summary-read-group-1): Update mark positions only when the
13703         format spec is updated.
13704
13705         * gnus-spec.el (gnus-update-format-specifications): Return a list
13706         of updated types.
13707
13708 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13709
13710         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13711         of boundp to check if display-warning is available.
13712
13713 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13714
13715         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13716
13717 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * nnspool.el (nnspool-spool-directory): Use news-path if the
13720         news-directory variable is not bound.
13721
13722         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13723         function instead of display-warning if it is not available.
13724
13725 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13728         v5-10: Use `point-at-bol'.
13729
13730 2004-10-26  Simon Josefsson  <jas@extundo.com>
13731
13732         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13733         <chenggao@gmail.com>.
13734
13735 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13736
13737         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13738         instead.
13739
13740 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13741
13742         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13743         to remove a server from the nnimap-server-buffer-alist.
13744         (nnimap-open-connection, nnimap-close-server): Use it.
13745
13746         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13747
13748 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13749
13750         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13751         running the major-mode function.
13752
13753 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13756         dummy marks in the right way.
13757
13758 2004-10-18  David Edmondson  <dme@dme.org>
13759
13760         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13761         excessively.
13762
13763 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13764
13765         * gnus-util.el (gnus-split-references): Accept a nil references
13766         string and go on blissfully.
13767
13768         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13769         cases where the references string is non-nil but has no references.
13770
13771         * encrypt.el: Add autoload tags.
13772
13773         * spam.el (spam-resolve-registrations-routine): Remove article
13774         from unregistration list too.  Reported by David Hanak
13775         <dhanak@isis.vanderbilt.edu>
13776
13777 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13778
13779         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13780         nil.  Changed custom type.
13781
13782 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13785
13786         * gnus-sum.el (gnus-summary-move-article): Use it.
13787
13788 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13789
13790         * encrypt.el: Add autoload cookies.
13791
13792         * spam.el (spam-backend-article-list-property)
13793         (spam-backend-get-article-todo-list)
13794         (spam-backend-put-article-todo-list)
13795         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13796         Resolve registrations separately.
13797         (spam-register-routine): Format comments.
13798         (spam-unregister-routine, spam-register-routine): Always call with
13799         specific-articles, no default list.
13800         (spam-summary-prepare-exit): Use the spam-classifications function.
13801
13802         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13803         gnus-encrypt.el.
13804
13805         * encrypt.el: Copied from gnus-encrypt.el.
13806
13807         * gnus-encrypt.el: Commented that it's obsolete.
13808
13809 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13810
13811         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13812         (gnus-score-save): Use it.
13813
13814         * message.el (message-bury): Use `window-dedicated-p'.
13815
13816 2004-10-15  Simon Josefsson  <jas@extundo.com>
13817
13818         * pop3.el (top-level): Don't require nnheader.
13819         (pop3-read-timeout): Add.
13820         (pop3-accept-process-output): Add.
13821         (pop3-read-response, pop3-retr): Use it.
13822
13823 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13824
13825         * spam.el (spam-register-routine): Move comment.
13826         (spam-verify-bogofilter): Use 'unknown for the initial
13827         spam-bogofilter-valid state, not 'never.
13828
13829         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13830         for netrc-machine.
13831
13832         * nnimap.el (nnimap-open-connection): Use
13833         netrc-machine-user-or-password.
13834
13835 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13836
13837         * gnus-registry.el (gnus-registry-unload-hook):
13838         Set as a variable with add-hook.
13839
13840         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13841         of news-path.
13842
13843         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13844
13845         * spam.el: Delete duplicate `provide'.
13846         (spam-unload-hook): Set as a variable with add-hook.
13847
13848 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13849
13850         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13851         in the doc string.
13852
13853         * message.el (message-ignored-news-headers)
13854         (message-ignored-supersedes-headers)
13855         (message-ignored-resent-headers)
13856         (message-forward-ignored-headers): Improve custom type.
13857
13858 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * message.el (message-tokenize-header): Fix 2004-09-06 change
13861         which used point-min in the wrong place.
13862
13863 2004-10-12  Simon Josefsson  <jas@extundo.com>
13864
13865         * tls.el (tls-certtool-program): New variable.
13866         (tls-certificate-information): New function, based on
13867         ssl-certificate-information.
13868
13869 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * compface.el: Move the version of ELisp-based uncompface program
13872         to the contrib directory because of the copyright problem.
13873
13874 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * message.el (message-kill-buffer): Raise the current frame.
13877
13878 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13879
13880         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13881
13882         * gnus.el (message-y-or-n-p): Autoload.
13883
13884         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13885         (pop3-password-required, pop3-authentication-scheme)
13886         (pop3-leave-mail-on-server): Made customizable.
13887         (pop3): New custom group.
13888         (pop3-retr): Remove `sleep-for' statements.
13889         Suggested by Dave Love <fx@gnu.org>.
13890
13891         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13892         Windows/DOS.
13893
13894         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13895         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13896         Dave Love <fx@gnu.org>.
13897
13898         * mml.el (mml-minibuffer-read-disposition): Require match.
13899         Suggested by Dave Love <fx@gnu.org>.
13900
13901 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13904         doc string.
13905
13906 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13909
13910 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13911
13912         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13913         instead of calling `mm-insert-inline', to decode text/* parts
13914         before displaying them.
13915
13916 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13917
13918         * mm-uu.el (mm-uu-text-plain-type): New variable.
13919         (mm-uu-pgp-signed-extract-1): Use it.
13920         (mm-uu-pgp-encrypted-extract-1): Use it.
13921         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13922         bind mm-uu-text-plain-type with that value.
13923         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13924         mm-uu-dissect.
13925
13926 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13927
13928         * gnus-group.el (gnus-update-group-mark-positions):
13929         * gnus-sum.el (gnus-update-summary-mark-positions):
13930         * message.el (message-check-news-body-syntax):
13931         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13932         of string-as-multibyte.
13933
13934 2004-10-05  Juri Linkov  <juri@jurta.org>
13935
13936         * gnus-group.el (gnus-update-group-mark-positions):
13937         * gnus-sum.el (gnus-update-summary-mark-positions):
13938         * message.el (message-check-news-body-syntax):
13939         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13940         8-bit unibyte values to a multibyte string for search functions.
13941
13942 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13943
13944         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13945         (mm-uu-dissect-text-parts): New function.
13946
13947         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13948         dissect text parts.
13949
13950         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13951         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13952
13953         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13954
13955         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13956         gnus-current-topics instead of gnus-current-topic.
13957
13958 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13959
13960         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13961
13962 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13963
13964         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13965         where approriate.
13966
13967         * nnml.el (nnml-generate-active-info): do.
13968
13969         * nndiary.el (nndiary-generate-active-info): do.
13970
13971         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13972         (gnus-topic-move): do.
13973
13974         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13975         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13976
13977         * gnus-srvr.el (gnus-server-prepare)
13978         (gnus-server-open-all-servers): do.
13979
13980         * gnus-msg.el (gnus-summary-cancel-article)
13981         (gnus-summary-resend-message)
13982         (gnus-summary-mail-crosspost-complaint): do.
13983
13984         * gnus-move.el (gnus-change-server): do.
13985
13986         * gnus-group.el (gnus-group-unmark-all-groups)
13987         (gnus-group-set-current-level): do.
13988
13989 2004-10-04  Simon Josefsson  <jas@extundo.com>
13990
13991         * message.el (message-generate-hashcash): Doc fix.
13992
13993 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13994
13995         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13996         avoid infinite recursion via gnus-get-function.
13997
13998 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13999
14000         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
14001
14002         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
14003
14004         * nnmail.el (nnmail-split-history): do.
14005
14006         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
14007         (nnml-request-delete-group): do.
14008
14009         * nnslashdot.el (nnslashdot-read-groups): do.
14010
14011         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
14012         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
14013
14014         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
14015         (nnspool-sift-nov-with-sed): Use last.
14016         (nnspool-retrieve-headers-with-nov): Use mapc.
14017         (nnspool-request-newgroups): Use dolist.
14018         (nnspool-request-group): Use last.
14019
14020         * nntp.el (nntp-read-server-type): Use dolist.
14021
14022         * nnvirtual.el (nnvirtual-create-mapping)
14023         (nnvirtual-update-read-and-marked): Use dolist.
14024         (nnvirtual-convert-headers): Simplify.
14025
14026 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14027
14028         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14029         support for sync'ing tick marks.
14030
14031 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14032
14033         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14034         there's no visible header.
14035
14036 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14037
14038         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14039         necessary, pass full group name to gnus-request-set-marks.
14040
14041 2004-10-01  Simon Josefsson  <jas@extundo.com>
14042
14043         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14044         acroread.
14045
14046 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14047
14048         * spam-report.el (spam-report-gmane): Fix interactive.
14049
14050         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14051
14052         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14053         when writing file.
14054         (gnus-agent-synchronize-flags): Don't default to being
14055         interactive.
14056
14057 2004-09-30  Simon Josefsson  <jas@extundo.com>
14058
14059         * message.el (message-generate-hashcash): Add.
14060         (message-send-mail): Use it, call mail-add-payment.
14061
14062 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14063
14064         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14065
14066 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14067
14068         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14069         gnus-requst-update-info with explicit code to sync the in-memory
14070         info read flags with the marks being sync'd to the backend.
14071
14072         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14073
14074 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14075
14076         * spam.el (spam-verify-bogofilter): Add new function.
14077         (spam-check-bogofilter)
14078         (spam-bogofilter-register-with-bogofilter): Use it.
14079         (spam-verify-bogofilter): Add small fixes.
14080
14081 2004-09-28  Simon Josefsson  <jas@extundo.com>
14082
14083         * hashcash.el (hashcash-generate-payment): Revert.
14084
14085 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14086
14087         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14088         gnus-extract-references instead of gnus-split-references.
14089
14090         * gnus-util.el (gnus-extract-references): Add new function, analogous
14091         to gnus-split-references but extracts only the message-ID without
14092         anything extra.
14093
14094         * hashcash.el (hashcash-generate-payment)
14095         (hashcash-check-payment): Do the right thing if hashcash-path is
14096         nil (because the hashcash program could not be found).
14097
14098         * spam.el (spam-use-hashcash): Remove comment.
14099
14100 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14101
14102         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14103         (gnus-cache-enter-article, gnus-cache-remove-article)
14104         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14105
14106         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14107
14108         * gnus-art.el (article-hide-boring-headers)
14109         (article-translate-strings, article-display-face)
14110         (gnus-article-mime-match-handle-first)
14111         (gnus-article-highlight-headers)
14112         (gnus-article-add-buttons-to-head): do.
14113
14114 2004-09-27  Simon Josefsson  <jas@extundo.com>
14115
14116         * hashcash.el: New version, from
14117         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14118         ../contrib/.
14119
14120 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14121
14122         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14123
14124 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14125
14126         * gnus-dup.el (gnus-dup-open): Use mapc.
14127         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14128
14129         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14130         Reported by Stefan Wiens <s.wi@gmx.net>.
14131
14132         * gnus.el (gnus-shutdown): Use dolist.
14133
14134         * gnus-undo.el (gnus-undo): Use mapc.
14135
14136         * nnrss.el (nnrss-generate-active): do.
14137
14138         * message.el (message-cite-original-without-signature)
14139         (message-cite-original): Use mapc.
14140         (message-do-actions, message-make-forward-subject): Use dolist.
14141
14142 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14143
14144         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14145         deletion to remove entire duplicate line.  Fixes merged article
14146         number bug.
14147
14148 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14149
14150         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14151         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14152         first ask if you want to open a server and then, even when you
14153         responded with no, asking if you want to synchronize the server's
14154         flags.
14155         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14156         multi-line expressions.
14157         (gnus-agent-synchronize-group-flags): New internal function.
14158         Updates marks in memory (in the info structure) AND in the
14159         backend.
14160
14161         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14162
14163         * nnagent.el (nnagent-request-set-mark): Use
14164         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14165         method, to ensure that synchronization updates marks in the
14166         backend and in the info (in memory) structure.
14167
14168 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14169
14170         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14171         convention fully; don't miss the root article of a thread; make
14172         the X-Draft-From header with correct article numbers.
14173
14174 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14175
14176         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14177         unless plugged.  Disable the agent so that an open failure causes
14178         an error.
14179
14180         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14181         Reverted 2004-09-21 change.  The backend must be opened while
14182         synchronizing flags even when the backend stores the flags
14183         locally.
14184
14185 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14186
14187         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14188         in `header' match.  Reported by Svend Tollak Munkejord.
14189
14190         * message.el (message-cite-original): Fix use of
14191         `message-cite-articles-with-x-no-archive'.
14192
14193 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14196         (gnus-window-to-buffer): Ditto.
14197
14198         * mml.el (mml-preview-buffer): New variable.
14199         (mml-preview): Manage window layout with gnus-buffer-configuration.
14200
14201         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14202         X-Draft-From header even if those articles aren't quoted.
14203
14204 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14205
14206         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14207         (gnus-request-set-mark, gnus-request-update-mark): Use new
14208         g-s-t-u-l-m to decide to use backend even when unplugged.
14209
14210 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14211
14212         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14213         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14214
14215 2004-09-20  Simon Josefsson  <jas@extundo.com>
14216
14217         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14218         "utf-16-le".
14219
14220 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14221
14222         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14223
14224 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14225
14226         * uudecode.el (uudecode-use-external): Add :version.
14227
14228         * smime.el (smime-CA-file, smime-encrypt-cipher)
14229         (smime-dns-server): Add :version.
14230
14231         * smiley.el (gnus-smiley-file-types): Add :version.
14232
14233         * sha1.el (sha1-use-external): Add :version.
14234
14235         * pgg-def.el (pgg-query-keyserver): Add :version.
14236
14237         * nnmail.el (nnmail-fancy-expiry-targets)
14238         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14239         Add :version.
14240
14241         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14242         (nnimap-retrieve-groups-asynchronous): Add :version.
14243         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14244
14245         * mml.el (mml-content-disposition-parameters)
14246         (mml-insert-mime-headers-always): Add :version.
14247
14248         * mm-util.el (mm-coding-system-priorities): Add :version.
14249
14250         * mm-decode.el (mm-inline-text-html-with-images)
14251         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14252         (mm-verify-option): Add :version.
14253         (mm-text-html-renderer): Change :version.
14254
14255         * message.el (message-fcc-externalize-attachments)
14256         (message-required-headers, message-draft-headers)
14257         (message-subject-trailing-was-query)
14258         (message-subject-trailing-was-ask-regexp)
14259         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14260         (message-mark-insert-end, message-archive-header)
14261         (message-archive-note, message-cross-post-default)
14262         (message-cross-post-note, message-followup-to-note)
14263         (message-cross-post-note-function, message-use-mail-followup-to)
14264         (message-subscribed-address-functions)
14265         (message-subscribed-address-file, message-subscribed-addresses)
14266         (message-subscribed-regexps, message-allow-no-recipients)
14267         (message-yank-cited-prefix, message-signature-insert-empty-line)
14268         (message-hidden-headers, message-hierarchical-addresses)
14269         (message-mail-user-agent, message-use-idna)
14270         (message-valid-fqdn-regexp)
14271         (message-strip-special-text-properties, message-header-synonyms)
14272         (message-beginning-of-line, message-tab-body-function): Add :version.
14273         (message-insert-canlock, message-wide-reply-confirm-recipients):
14274         Change :version.
14275
14276         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14277         and :version.
14278         (mail-source-delete-old-incoming-confirm)
14279         (mail-source-movemail-program): Add :version.
14280
14281         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14282         (gnus-agent-cache, gnus-agent): Change :version.
14283
14284         * gnus-util.el (gnus-use-byte-compile): Change :version.
14285
14286         * gnus-sum.el (gnus-summary-make-false-root-always)
14287         (gnus-summary-default-high-score)
14288         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14289         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14290         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14291         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14292         (gnus-sum-thread-tree-single-indent)
14293         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14294         (gnus-sum-thread-tree-leaf-with-other)
14295         (gnus-sum-thread-tree-single-leaf): Add :version.
14296         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14297         (gnus-article-loose-mime): Change :version.
14298
14299         * gnus-start.el (gnus-backup-startup-file)
14300         (gnus-save-startup-file-via-temp-buffer): Add :version.
14301
14302         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14303         (gnus-server-offline-face): Add :version.
14304
14305         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14306
14307         * gnus-msg.el (gnus-gcc-externalize-attachments)
14308         (gnus-debug-files, gnus-debug-exclude-variables)
14309         (gnus-discouraged-post-methods): Change :version.
14310         (gnus-confirm-mail-reply-to-news)
14311         (gnus-confirm-treat-mail-like-news): Add :version.
14312
14313         * gnus-int.el (gnus-server-unopen-status): Add :version.
14314
14315         * gnus-group.el (gnus-group-jump-to-group-prompt)
14316         (gnus-large-ephemeral-newsgroup)
14317         (gnus-fetch-old-ephemeral-headers): Add :version.
14318
14319         * gnus-fun.el (gnus-x-face-directory)
14320         (gnus-convert-pbm-to-x-face-command)
14321         (gnus-convert-image-to-x-face-command)
14322         (gnus-convert-image-to-face-command): Add :version.
14323
14324         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14325
14326         * gnus-cite.el (gnus-cite-blank-line-after-header)
14327         (gnus-article-boring-faces): Add :version.
14328
14329         * gnus-art.el (gnus-buttonized-mime-types)
14330         (gnus-inhibit-mime-unbuttonizing)
14331         (gnus-treat-display-face)
14332         (gnus-treat-body-boundary): Change :version.
14333         (gnus-body-boundary-delimiter, gnus-picon-databases)
14334         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14335         (gnus-treat-date-english, gnus-treat-fold-headers)
14336         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14337         (gnus-treat-mail-picon, gnus-treat-wash-html)
14338         (gnus-article-encrypt-protocol)
14339         (gnus-use-idna, gnus-article-over-scroll)
14340         (gnus-mime-display-multipart-alternative-as-mixed)
14341         (gnus-mime-display-multipart-related-as-mixed)
14342         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14343         (gnus-ctan-url, gnus-button-ctan-handler)
14344         (gnus-button-handle-ctan-bogus-regexp)
14345         (gnus-button-ctan-directory-regexp)
14346         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14347         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14348         (gnus-button-man-level, gnus-button-emacs-level)
14349         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14350
14351         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14352         (gnus-agent-go-online): Change :version.
14353         (gnus-agent-expire-unagentized-dirs)
14354         (gnus-agent-auto-agentize-methods): Add :version.
14355
14356         * flow-fill.el (fill-flowed-display-column)
14357         (fill-flowed-encode-column): Add :version.
14358
14359         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14360         (gnus-outlook-deuglify-unwrap-max)
14361         (gnus-outlook-deuglify-cite-marks)
14362         (gnus-outlook-deuglify-unwrap-stop-chars)
14363         (gnus-outlook-deuglify-no-wrap-chars)
14364         (gnus-outlook-deuglify-attrib-cut-regexp)
14365         (gnus-outlook-deuglify-attrib-verb-regexp)
14366         (gnus-outlook-deuglify-attrib-end-regexp)
14367         (gnus-outlook-display-hook): Add :version.
14368
14369         * binhex.el (binhex-use-external): Add :version.
14370
14371 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14372
14373         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14374         and `invisible'.
14375
14376 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14377
14378         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14379         in gnus-registry-trim.
14380
14381 2004-09-13  Simon Josefsson  <jas@extundo.com>
14382
14383         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14384
14385         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14386
14387         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14388         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14389         <yamaoka@jpl.org>.
14390         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14391         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14392         <yamaoka@jpl.org>.
14393
14394         * sieve.el (sieve-manage-mode): Ditto.
14395
14396 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14397
14398         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14399
14400 2004-09-11  Simon Josefsson  <jas@extundo.com>
14401
14402         * dns-mode.el: Add.
14403
14404         * mm-view.el (mm-display-dns-inline): Add.
14405
14406         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14407         (mm-automatic-display): Ditto.
14408
14409         * mailcap.el (mailcap-mime-data): Add text/dns.
14410         (mailcap-mime-extensions): Map .soa to text/dns.
14411
14412 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14413
14414         * gnus-art.el (article-decode-mime-words, article-babel)
14415         (gnus-article-highlight-signature, gnus-article-add-buttons)
14416         (gnus-signature-toggle): Remove unnecessary bindings of
14417         `inhibit-read-only' inherited from v5.10 merge.
14418
14419 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14420
14421         * nntp.el (nntp): New customization group.
14422         (nntp-authinfo-file): Add customization group.
14423
14424         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14425
14426         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14427
14428         * gnus.el (to-address, to-list, subscribed)
14429         (large-newsgroup-initial): Ditto.
14430
14431         * flow-fill.el (fill-flowed-display-column)
14432         (fill-flowed-encode-column): Ditto.
14433
14434 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14435
14436         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14437         Use point-min rather than 1.
14438         (message-send-mail): Use buffer-size rather than point-max.
14439
14440         * gnus-sum.el (gnus-summary-search-article-forward):
14441         Signal a specific `search-failed' rather than a generic `error'.
14442
14443         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14444         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14445         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14446
14447 2004-09-10  Simon Josefsson  <jas@extundo.com>
14448
14449         * nndb.el (require): Remove tcp and duplicate cl.
14450
14451 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14452
14453         * gnus-agent.el (directory-files-and-attributes): Move forward.
14454
14455 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14456
14457         * gnus-agent.el (directory-files-and-attributes): Optionally
14458         defined to support XEmacs.
14459
14460 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14461
14462         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14463         to avoid run-time CL dependencies.
14464         (gnus-agent-unfetch-articles): New function.
14465         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14466         article numbers even when local .overview file is missing.
14467         (gnus-agent-read-article-number): New function.  Only accepts
14468         27-bit article numbers.
14469         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14470         gnus-agent-read-article-number.
14471         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14472         from backend while recognizing that article numbers in .overview
14473         must be valid.
14474         (gnus-agent-update-files-total-fetched-for): Use
14475         directory-files-and-attributes to improve performance.
14476         * gnus-int.el (gnus-request-move-article): Use
14477         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14478         improve performance.
14479
14480         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14481         some users confused by references to .newsrc when they only have a
14482         .newsrc.eld file.
14483         (gnus-convert-mark-converter-prompt)
14484         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14485         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14486         New function.  Used internally to only display 'gnus converting
14487         files' message when actually necessary.
14488
14489         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14490         methods now autoloaded.
14491
14492 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14493
14494         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14495         identifiers.
14496
14497 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14498
14499         * gnus-picon.el: Fix indentation and closing parenthesis.
14500
14501 2004-09-01  Simon Josefsson  <jas@extundo.com>
14502
14503         * message.el (message-canlock-generate): Require sha1, not
14504         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14505         to require within a function.  Sadly, if sha1.el isn't loaded, the
14506         let binding in m-c-g will hide the defcustom definition, which is
14507         bad.)
14508
14509         * canlock.el: Require sha1, not sha1-el.
14510
14511         * message.el: Don't autoload sha1 (there is a autoload cookie in
14512         sha1.el).
14513
14514         * sha1-el.el: Renamed to sha1.el.
14515
14516 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14517
14518         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14519
14520 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14521
14522         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14523
14524 2004-08-30  Kim F. Storm  <storm@cua.dk>
14525
14526         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14527
14528         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14529         Add :group 'nnimap.
14530
14531 2004-08-30  Andreas Schwab  <schwab@suse.de>
14532
14533         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14534         ?* and ?\;.
14535
14536         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14537         and ?\' to symbol instead of whitespace.
14538
14539 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14542
14543         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14544         instead of re-search-forward.
14545
14546         * gnus-uu.el (gnus-uu-save-article): Ditto.
14547         (gnus-uu-post-encode-uuencode): Ditto.
14548
14549         * html2text.el (html2text-clean-list-items): Ditto.
14550         (html2text-clean-dtdd): Ditto.
14551         (html2text-format-tags): Ditto.
14552
14553         * message.el (message-send-mail-with-sendmail): Fix regexp.
14554         (message-fill-field-general): Use search-forward instead of
14555         re-search-forward.
14556         (unbold-region): Ditto.
14557
14558         * nnrss.el (nnrss-request-article): Ditto.
14559
14560         * nnslashdot.el (nnslashdot-request-article): Ditto.
14561
14562         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14563
14564         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14565         "Unrecognized menu descriptor" error in XEmacs.
14566
14567 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14568
14569         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14570         parent article of a sparse article in the thread hashtb.
14571
14572 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14573
14574         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14575         (nnmail-expand-newtext): Lowercase expanded entries if
14576         nnmail-split-lowercase-expanded is non-nil.
14577
14578 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14579
14580         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14581
14582         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14583         of gnus-tmp-news-method into string under XEmacs.  It will be
14584         passed to gnus-correct-length which takes only a string argument.
14585
14586 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * gnus-util.el (gnus-bind-print-variables): New macro.
14589         (gnus-prin1): Use it.
14590         (gnus-prin1-to-string): Use it.
14591         (gnus-pp): New function.
14592         (gnus-pp-to-string): New function.
14593
14594         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14595         Replace pp-to-string with gnus-pp-to-string.
14596         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14597         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14598         * gnus-msg.el (gnus-debug): Ditto.
14599         * gnus-score.el (gnus-score-save): Ditto.
14600         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14601         gnus-pp-to-string.
14602         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14603         with gnus-pp.
14604         * score-mode.el (gnus-score-pretty-print): Ditto.
14605         * webmail.el (webmail-debug): Ditto.
14606
14607 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * gnus-art.el (article-display-face, article-display-x-face):
14610         Use buffer-read-only.
14611
14612 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * gnus-art.el (article-hide-list-identifiers):
14615         Bind inhibit-read-only as t.
14616
14617 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14618
14619         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14620
14621 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14622
14623         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14624         (gnus-narrow-to-page): Don't assume point-min == 1.
14625         (gnus-article-edit-mode): Derive from message-mode.
14626
14627         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14628         point-min == 1.
14629
14630         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14631         Disable incorrect use of `assert'.
14632
14633         * message.el (message-mode): Set comment-start-skip.
14634
14635
14636 2004-08-22  Sam Steingold  <sds@gnu.org>
14637
14638         * pop3.el (pop3-leave-mail-on-server): New user variable.
14639         (pop3-movemail): Delete mail only when it is nil.
14640
14641 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14642
14643         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14644
14645         * mml.el (mml-preview): Use `pop-to-buffer'.
14646
14647         * message.el (message-goto-mail-followup-to): Insert after "To".
14648         (message-carefully-insert-headers): Add comment.
14649
14650         * gnus.el: Remove unused variable `gnus-article-check-size'.
14651
14652         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14653
14654         * gnus-art.el (gnus-button-alist): Improve
14655         `gnus-button-handle-library' entry.
14656
14657 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14658
14659         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14660         downcase, since XEmacs capitalizes error messages differently.
14661
14662 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14663
14664         * nntp.el: Add (require 'gnus) due to reference to
14665         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14666
14667 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14668
14669         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14670         `mm-fill-flowed'.
14671
14672         * mm-decode.el (mm-dissect-singlepart): Check it.
14673
14674 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14675
14676         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14677         'imap' for netrc parsing.
14678
14679 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14680
14681         * mailcap.el (mailcap-mime-data): Mark as risky.
14682
14683 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14684
14685         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14686         may be included in the encoded word.
14687         (rfc2047-encode): Don't append a space if the encoded word
14688         includes close parenthesis.
14689
14690 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14693         of text within parentheses.
14694
14695 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14696
14697         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14698         (gnus-encrypt-write-file-contents): Make the password key the file
14699         name PLUS the cipher, not just the cipher.  Also remove failed
14700         passwords from the cache.
14701
14702 2004-08-06  Simon Josefsson  <jas@extundo.com>
14703
14704         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14705         fix.
14706
14707 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14710         LWSP.
14711
14712 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14713
14714         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14715         to append in-reply-to: data to the references: header.
14716
14717         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14718         (netrc-parse): Use gnus-encrypt.el functions.
14719
14720         * gnus-encrypt.el: Add new file for encryption support; currently
14721         does only a few GPG ciphers and an internal XOR cipher.
14722
14723         * password.el: Add comments on using password-read-and-add.
14724         (password-read-and-add): Add function to read and add the
14725         password to the cache at once.
14726
14727 2004-07-28  Simon Josefsson  <jas@extundo.com>
14728
14729         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14730         parameter (but don't use it, for now).
14731
14732         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14733         instead of hard coding to nil.
14734
14735 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14738         as mm-inline-image-xemacs does.
14739
14740 2004-07-26  Simon Josefsson  <jas@extundo.com>
14741
14742         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14743         Revert part of 2004-07-17 change below.
14744
14745 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14748         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14749
14750 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14751
14752         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14753         quotes that actually start with ">" at the beginning of the
14754         lines.
14755
14756 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14757
14758         * rfc2047.el (rfc2047-encode-region): Fix last change.
14759         (rfc2047-encode-parameter): Remove useless concat.
14760
14761 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14764         encode special characters; fix some kind of misconfigured headers;
14765         signal a real error if debug-on-quit or debug-on-error is non-nil.
14766         (rfc2047-encode-max-chars): New variable.
14767         (rfc2047-encode-1): Use it.
14768         (rfc2047-encode-parameter): New function.
14769
14770         * mml.el (mml-insert-parameter): Remove an excessive space.
14771
14772 2004-07-17  Simon Josefsson  <jas@extundo.com>
14773
14774         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14775         Kai Grossjohann <kai@emptydomain.de>.
14776         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14777         (gnus-group-make-menu-bar): Ditto.
14778
14779         * gnus-util.el (gnus-group-server): Add.
14780
14781 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14782
14783         * message.el (message-clone-locals): Clone sendmail and smtp
14784         variables.
14785
14786 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14787
14788         * rfc2047.el (rfc2047-encode-region): Fix last change.
14789
14790 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14793         characters as non-special.
14794
14795 2004-07-09  Simon Josefsson  <jas@extundo.com>
14796
14797         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14798         Users will lose all flag changes made while unplugged with
14799         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14800         good default.  See numerous reports on ding mailing list.
14801
14802 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14805         add generate-head-function and generate-article-function to the
14806         rfc822-forward entry.
14807         (nndoc-rfc822-forward-generate-article): New function.
14808         (nndoc-rfc822-forward-generate-head): New function.
14809
14810         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14811
14812 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14813
14814         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14815         respect display group parameter and gnus-summary-expunge-below.
14816         (gnus-articles-to-read): Remove unused reference to display group
14817         parameter.
14818
14819 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14820
14821         * nnheader.el (nnheader-uniquify-message-id): New experimental
14822         variable.
14823         (nnheader-nov-read-message-id): Use it.
14824
14825         * spam-report.el (spam-report-gmane): Add interactive.
14826
14827 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14830         qp-or-base64 for the application/* types.
14831
14832 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14833
14834         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14835
14836 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14837
14838         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14839         trim value.
14840
14841 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14842
14843         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14844         New macro and function.
14845         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14846
14847 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14850         after-load-alist.
14851
14852 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14853
14854         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14855         update info that isn't there.
14856
14857 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14858
14859         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14860         entry.
14861
14862 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * mm-view.el (mm-inline-render-with-function): Use multibyte
14865         buffer; decode html source by charset.
14866
14867         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14868
14869         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14870         Mule-UCS is loaded under XEmacs.
14871         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14872
14873 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14874
14875         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14876
14877 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * mm-util.el (mm-coding-system-p): Return a coding-system.
14880         (mm-mime-mule-charset-alist): Use shift_jis instead of
14881         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14882         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14883         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14884         instead of japanese-shift-jis and iso-latin-1 respectively in
14885         order to share the default value with both Emacs and XEmacs-mule.
14886         (mm-mule-charset-to-mime-charset): Make
14887         mm-coding-system-priorities effective.
14888         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14889         while predicating of candidates upon the priorities.
14890
14891 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14892
14893         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14894         gnus-uu-invert-processable.
14895
14896         * gnus.el: Autoload gnus-uu-invert-processable.
14897
14898 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * mm-util.el (mm-with-multibyte-buffer): New macro.
14901
14902         * rfc2047.el (rfc2047-encode-string): Use it.
14903         (rfc2047-encode-region): Move point to the end of the region after
14904         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14905
14906 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14907
14908         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14909         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14910
14911 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14914         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14915         Karl Chen <quarl@nospam.quarl.org>.
14916
14917 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14918
14919         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14920         invalid addresses.
14921
14922 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14923
14924         * spam.el: Change section markers, revise TODO list.
14925         (spam-backends): Make new master list of all installed backends.
14926         (spam-summary-exit-behavior): Add new variable to determine how
14927         messages moves are done at summary exit.
14928         (spam-move-spam-nonspam-groups-only)
14929         (spam-process-ham-in-nonham-groups)
14930         (spam-process-ham-in-spam-groups): Remove variables, the
14931         spam-summary-exit-behavior variable should be used to manage this
14932         behavior.
14933         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14934         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14935         and spam-old-spam-articles.
14936         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14937         Add empty variables, placeholders for the backends they represent.
14938         (spam-set-difference): Move, unchanged.
14939         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14940         unless the user has a processor variable.
14941         (spam-classifications, spam-classification-valid-p)
14942         (spam-backend-properties, spam-backend-property-valid-p)
14943         (spam-backend-function-type-valid-p)
14944         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14945         (spam-report-articles-gmane, spam-report-articles-resend):
14946         Remove functions, they are not needed.
14947         (spam-install-backend-super, spam-backend-list)
14948         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14949         (spam-backend-function, spam-backend-ham-registration-function)
14950         (spam-backend-spam-registration-function)
14951         (spam-backend-ham-unregistration-function)
14952         (spam-backend-spam-unregistration-function)
14953         (spam-backend-statistical-p, spam-backend-mover-p)
14954         (spam-install-backend-alias, spam-install-checkonly-backend)
14955         (spam-install-mover-backend, spam-install-nocheck-backend)
14956         (spam-install-backend, spam-install-statistical-backend)
14957         (spam-install-statistical-checkonly-backend): Add backend installation
14958         support.
14959         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14960         (spam-group-processor-p): Use the new backend code and respect the
14961         summary exit behavior.
14962         (spam-mark-spam-as-expired-and-move-routine): Remove.
14963         (spam-summary-prepare): Change to use the new spam-old-articles
14964         variable.
14965         (spam-copy-or-move-routine, spam-copy-spam-routine)
14966         (spam-move-spam-routine, spam-copy-ham-routine)
14967         (spam-move-ham-routine): Add code to copy/move ham or spam.
14968         (spam-fetch-field-fast): Improve doc and code, plus allow the
14969         'number request.
14970         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14971         variables.
14972         (spam-split, spam-find-spam): Use the new backend code.
14973         (spam-registration-functions): Remove variable.
14974         (spam-unregister-routine): Add convenience wrapper.
14975         (spam-log-undo-registration, spam-register-routine)
14976         (spam-log-processing-to-registry)
14977         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14978         where possible.
14979         (spam-check-gmane-xref, spam-check-regex-headers)
14980         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14981         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14982         (spam-check-bogofilter-headers, spam-check-spamoracle)
14983         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14984         (spam-check-crm114-headers): Use the spam-split-group that
14985         spam-split prepares, no need to determine it every time.
14986
14987         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14988         to the nnheader-parse-naked-head call.
14989
14990         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14991
14992         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14993         the nnheader-nov-read-message-id call.
14994
14995 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14998         gnus-activate-group twice.  Suggested by Markus Peter
14999         <warp@spin.de>.
15000
15001 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * gnus-art.el (gnus-article-time-format): Exchange the order of
15004         day and month in the default value; fix customization type.
15005         (article-date-ut): Use add-text-properties.
15006         (article-make-date-line): Use message-make-date instead of
15007         current-time-string.
15008
15009         * message.el (message-fetch-field): Don't use set-text-properties.
15010         (message-make-date): Simplify.
15011
15012         * messagexmas.el (message-xmas-make-date): New function.
15013         (message-xmas-redefine): Defalias message-make-date to it.
15014
15015 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15016
15017         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
15018         (rfc2047-encode-region): Treat text within parentheses as special;
15019         show the original text when error has occurred.
15020
15021         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
15022         already-computed method to gnus-activate-group.
15023
15024         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
15025         same select-methods identical Lisp objects.
15026
15027         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15028         object when modifying the info.
15029
15030 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15033         gnus-opened-servers since it has never been opened with the new
15034         configuration yet.
15035
15036 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15039         arg to nnheader-generate-fake-message-id.
15040
15041 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15042
15043         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15044         number and build a fake message ID localized to a group and
15045         article number (so it's repeatable from that point on).
15046         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15047         ID format.
15048
15049         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15050         nnheader-generate-fake-message-id with the article number.
15051
15052 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15053
15054         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15055         end-of-buffer.
15056
15057 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15058
15059         * message.el (message-ignored-supersedes-headers): Add Approved.
15060
15061 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15064         goto-char.
15065         (rfc2047-encode): Fold the line before encoding.
15066
15067 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15068
15069         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15070         folding -- not all headers can be folded, and this should be done
15071         by the message composition mode.  Probably.  I think.
15072
15073 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15076         fast.
15077
15078         * gnus-ems.el (gnus-remove-image): Don't use
15079         message-text-with-property; remove only the image found first.
15080
15081         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15082         found first.
15083
15084 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15085
15086         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15087
15088 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15089
15090         * message.el (message-text-with-property): Make it fast and accept
15091         optional arguments.
15092         (message-strip-forbidden-properties): Use it.
15093         (message-fix-before-sending): Follow the m-t-w-p change.
15094
15095         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15096
15097 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * gnus-art.el (article-hide-headers): Don't change the buffer
15100         mistakenly when performing mml-preview even if
15101         gnus-single-article-buffer is nil.
15102
15103 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15104
15105         * message.el (message-expand-name-databases): New user option.
15106         (message-expand-name): Use it.
15107
15108 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15109
15110         * spam.el (spam-report-articles-resend)
15111         (spam-report-resend-register-routine): Allow ham reporting.
15112         (spam-report-resend-register-ham-routine): Add wrapper.
15113         (spam-registration-functions): Add ham resending functions.
15114         (spam-list-of-processors): Add ham resend processor.
15115
15116         * gnus.el (ham-resend-to): Add new group parameter.
15117         (spam-process): Add ham resend option.
15118
15119         * spam-report.el (spam-report-resend): Allow reporting ham.
15120         (spam-report-resend-ham): Add wrapper.
15121
15122 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15123
15124         * message.el (message-cite-articles-with-x-no-archive): New
15125         variable.
15126         (message-cite-original): Use it.
15127
15128 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15129
15130         * message.el (message-cite-original): Respect X-No-Archive.
15131
15132 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * gnus-art.el (article-hide-headers): Refer to the values for
15135         gnus-ignored-headers and gnus-visible-headers in the summary
15136         buffer since a user may have set them as group parameters.
15137
15138 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15139
15140         * assistant.el (assistant-node-name): Add convenience function.
15141         (assistant-render-text, assistant-render-node): Add error handling,
15142         plus handle multiple next nodes.
15143         (assistant-find-next-node): Comment out for now.
15144         (assistant-find-next-nodes): Add function, returns list of next
15145         nodes.
15146
15147 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15148
15149         * mail-source.el (mail-source-directory): Fix doc-string.
15150
15151 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15152
15153         * assistant.el (assistant-render-text, assistant-eval): Add :set
15154         widget type, which is different because it takes and returns a
15155         list.  Much hilarity ensues.
15156
15157 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15158
15159         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15160
15161         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15162         doc-string.
15163
15164         * gnus-start.el (gnus-activate-group): Added doc-string.
15165
15166 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15167
15168         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15169
15170 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15171
15172         * assistant.el (assistant-render-text): Try to add a :set
15173         widget, more to come.
15174
15175         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15176         strings.
15177         (spam-report-articles-resend)
15178         (spam-register-routine): Do registration iff any articles warrant
15179         it.
15180         (spam-summary-prepare-exit): Change log message for nil group
15181         destinations.
15182
15183 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15184
15185         * spam.el (spam-report-resend-register-routine): Allow
15186         spam-report-resend-to to be a group parameter or a global value.
15187
15188 2004-05-26  Simon Josefsson  <jas@extundo.com>
15189
15190         * starttls.el: Merge with my GNUTLS based starttls.el.
15191         (starttls-gnutls-program, starttls-use-gnutls)
15192         (starttls-extra-arguments, starttls-process-connection-type)
15193         (starttls-connect, starttls-failure, starttls-success): New
15194         variables.
15195         (starttls-program, starttls-extra-args): Doc fix.
15196         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15197         functions.
15198         (starttls-negotiate, starttls-open-stream): Check
15199         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15200         function if it is set.
15201
15202 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15205         structured fields.
15206
15207 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15210
15211 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15212
15213         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15214         variable.
15215         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15216         assigning the spam-mark to new messages.
15217
15218 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15219
15220         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15221
15222 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15223
15224         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15225
15226         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15227         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15228         default.
15229
15230 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15231
15232         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15233         correct data.
15234
15235 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15236
15237         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15238         (spam-group-processor-p): Fix function.
15239         (spam-group-processor-multiple-p)
15240         (spam-group-spam-processor-report-gmane-p)
15241         (spam-group-spam-processor-report-resend-p)
15242         (spam-group-spam-processor-bogofilter-p)
15243         (spam-group-spam-processor-blacklist-p)
15244         (spam-group-spam-processor-ifile-p)
15245         (spam-group-ham-processor-ifile-p)
15246         (spam-group-spam-processor-spamoracle-p)
15247         (spam-group-spam-processor-crm114-p)
15248         (spam-group-ham-processor-bogofilter-p)
15249         (spam-group-spam-processor-stat-p)
15250         (spam-group-ham-processor-stat-p)
15251         (spam-group-ham-processor-whitelist-p)
15252         (spam-group-ham-processor-BBDB-p)
15253         (spam-group-ham-processor-spamoracle-p)
15254         (spam-group-ham-processor-copy-p): Remove functions with some
15255         prejudice against unneeded code.
15256         (spam-report-articles-resend)
15257         (spam-report-resend-register-routine): Allow the group/topic
15258         spam-resend-to value to override spam-report-resend-to.
15259         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15260         properly now.
15261
15262         * gnus.el (spam-resend-to): Add group/topic parameter.
15263         (spam-process): Move the OBSOLETE processors to the end of the
15264         choices.
15265
15266 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15267
15268         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15269         with resend-to set to nil, and then ask the user if necessary.
15270         (spam-report-resend): spam-report-resend takes a list of articles, not
15271         separate article numbers.
15272
15273 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15274
15275         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15276         addition to emacs-w3m.
15277
15278 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15279
15280         * assistant.el (assistant-authinfo-data): New function.
15281         (assistant-eval): Eval for entire assistant.
15282
15283         * netrc.el (netrc-services-file): New variable.
15284         (netrc-parse-services): New function.
15285         (netrc-find-service-name): New function.
15286         (netrc-find-service-number): New function.
15287         (netrc-port-equal): New function.
15288         (netrc-machine): Use it.
15289
15290         * nnimap.el (nnimap-open-connection): Use netrc.
15291
15292         * gnus-util.el (gnus-netrc-get): Remove aliases.
15293
15294         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15295
15296         * assistant.el (wid-edit): Fix compilation.
15297
15298         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15299
15300 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15301
15302         * gnus-util.el (gnus-set-file-modes): New function.  (small
15303         patch).
15304
15305 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15306
15307         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15308
15309         * assistant.el (assistant-render-node): Fix up rendering and
15310         read-only text.
15311         (assistant-render-node): Reset.
15312         (assistant-make-read-only): Not sticky.
15313
15314 2004-05-20  Danny Siu  <dsiu@adobe.com>
15315
15316         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15317         centered even when gnus-auto-center-summary is t.
15318
15319 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15320
15321         * dns.el (dns-get-txt-answer): New function.
15322         (dns-read-txt): Ditto.
15323         (query-dns): Use it.
15324
15325 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15328         active for foreign groups even if the group level is higher than
15329         the specified value.
15330
15331 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15332
15333         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15334         non-active groups.
15335
15336         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15337
15338 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15339
15340         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15341
15342 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15343
15344         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15345         (spam-crm114-header, spam-crm114-spam-switch)
15346         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15347         (spam-crm114-positive-spam-header)
15348         (spam-crm114-database-directory, spam-list-of-processors)
15349         (spam-group-spam-processor-crm114-p)
15350         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15351         (spam-generic-score, spam-list-of-checks)
15352         (spam-list-of-statistical-checks, spam-registration-functions)
15353         (spam-check-crm114-headers, spam-crm114-score)
15354         (spam-check-crm114, spam-crm114-register-with-crm114)
15355         (spam-crm114-register-spam-routine)
15356         (spam-crm114-unregister-spam-routine)
15357         (spam-crm114-register-ham-routine)
15358         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15359         asjo@koldfront.dk (Adam Sjøgren).
15360
15361         * gnus.el: Add spam-use-crm114.
15362
15363         * spam.el (spam-list-of-processors, spam-registration-functions):
15364         Add spam-use-resend.
15365         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15366         (spam-report-articles-gmane): Add doc fix.
15367         (spam-report-articles-resend, spam-report-resend-register-routine):
15368         Add wrappers around spam-report-resend-to.
15369
15370         * spam-report.el (spam-report-resend-to, spam-report-resend):
15371         Add support for resending spam.
15372         (spam-report-gmane): Fix line length >80.
15373
15374         * gnus.el (spam-process): Add spam-use-resend.
15375
15376 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15377
15378         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15379         number of processed spam messages.
15380         (spam-ham-copy-or-move-routine): Return the number of processed
15381         ham messages.
15382         (spam-summary-prepare-exit): Use the above values to decide
15383         whether status messages shouled be displayed.
15384
15385 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15386
15387         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15388         `rfc2047-encoding-function-alist' in order to avoid conflicting
15389         with the old version.
15390         (rfc2047-encode-region): Concatenate words containing non-ASCII
15391         characters in structured fields; don't encode space-delimited
15392         ASCII words even in unstructured fields; don't break words at
15393         char-category boundaries.
15394         (rfc2047-encode-1): New function.
15395         (rfc2047-encode): Use it; encode text so that it occupies the
15396         maximum width within 76-column; work correctly on Q encoding for
15397         iso-2022-* charsets.
15398         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15399         sure not to break a line just after the header name.
15400         (rfc2047-b-encode-region): Removed.
15401         (rfc2047-b-encode-string): New function.
15402         (rfc2047-q-encode-region): Removed.
15403         (rfc2047-q-encode-string): New function.
15404
15405         * mm-util.el (mm-replace-in-string): New function.
15406
15407 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15408
15409         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15410         get it right.
15411         (gnus-inews-make-draft): Really.
15412
15413 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15414
15415         * nnmh.el (nnmh-request-list-1): Don't check the link count
15416         before descending.  (small patch)
15417
15418 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15419
15420         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15421         stuff.
15422
15423         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15424         on real group name.
15425
15426         * gnus-art.el (gnus-signature-limit): Doc fix.
15427
15428         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15429
15430         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15431
15432 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15433
15434         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15435         isn't a string.
15436
15437 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15438
15439         * gnus-draft.el (gnus-draft-send): Bind
15440         rfc2047-encode-encoded-words.
15441
15442         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15443         (rfc2047-encodable-p): Say that =? needs encoding.
15444         (rfc2047-encode-encoded-words): New variable.
15445
15446         * gnus-group.el (gnus-group-select-group): Doc fix.
15447
15448         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15449
15450         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15451         to nil.
15452
15453         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15454
15455         * nnheader.el (nnheader-get-lines-and-char): New function.
15456
15457 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15458
15459         * gnus-msg.el (gnus-summary-followup-with-original): Document
15460         yanking of region when active.
15461
15462 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15463
15464         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15465         groups if the group level is higher than the specified value.
15466
15467 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15468
15469         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15470         (gnus-group-jump-to-group): Added prefix argument using
15471         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15472         non-active group.
15473
15474         * compface.el (uncompface): Be verbose when changing
15475         `uncompface-use-external'.
15476
15477         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15478         handle manual section.
15479
15480 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15481
15482         * gnus-art.el (gnus-button-alist): Revert previous change.
15483
15484 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15485
15486         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15487
15488 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15489
15490         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15491         whether backend can accept message.
15492
15493         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15494
15495 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15496
15497         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15498         Avoid creating directory when nntp-marks-is-evil is true.
15499         Reported by Reiner Steib.
15500
15501 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15502
15503         * gnus-picon.el (gnus-picon-style): New variable.
15504         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15505         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15506         Jesper Harder <harder@ifa.au.dk>.
15507
15508 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15509
15510         * message.el (message-fill-field): Return point.
15511         (message-generate-headers): Go to end of field.
15512
15513         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15514         stuff for non-living groups.
15515
15516 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15517
15518         * gnus-art.el (gnus-article-followup-with-original)
15519         (gnus-article-reply-with-original): gnus-mark-active-p ->
15520         gnus-region-active-p.
15521
15522 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15523
15524         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15525         only when there is spam or ham to be processed.
15526
15527 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15528
15529         * mail-source.el (mail-source-delete-crash-box): Refactor.
15530         (mail-source-fetch): Use it.
15531         (mail-source-fetch-file): Ditto.
15532         (mail-source-fetch-directory): Run postscript in loop.
15533         (mail-source-fetch-pop): Delete.
15534         (mail-source-fetch-maildir): Ditto.
15535         (mail-source-fetch-imap): Ditto.
15536
15537         * imap.el (imap-authenticators): Comment out sasl.
15538
15539         * message.el (message-skip-to-next-address): New function.
15540         (message-fill-header-address): Refactor.
15541         (message-fill-address): Use it.
15542         (message-delete-address): Use it.
15543         (message-fill-header-general): Refactor.
15544         (message-fill-field-address): Rename.
15545         (message-narrow-to-field): Find the start of the header.
15546         (message-header-format-alist): Don't pre-fill.
15547         (message-fill-header): Removed.
15548         (message-insert-header): New function.
15549         (message-shorten-references): Use it.
15550
15551         * rfc2047.el (rfc2047-field-value): Strip props.
15552
15553         * mail-parse.el (mail-header-make-address): New alias.
15554
15555         * ietf-drums.el (ietf-drums-make-address): New function.
15556
15557         * imap.el: Add compiler directives.
15558
15559         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15560
15561         * gnus-art.el (article-decode-idna-rhs): Don't use
15562         message-idna-inside-rhs-p.
15563
15564 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15565
15566         * message.el (message-idna-inside-rhs-p): Removed.
15567         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15568
15569         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15570         false positives.
15571
15572 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15573
15574         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15575
15576 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15577
15578         * nneething.el (nneething-file-name): Don't create spurious
15579         files.
15580
15581         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15582         (gnus-inews-do-gcc): Remove sleep.
15583
15584         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15585         part under point.
15586
15587         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15588         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15589
15590 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15591
15592         * spam.el (spam-summary-prepare-exit): Fixed (length).
15593
15594 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15595
15596         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15597         as expired without moving it" message when there are spam
15598         messages left.
15599
15600 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15601
15602         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15603         header is not nil.
15604
15605 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15606
15607         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15608         nntp-possibly-create-directory, not nntp-possibly-change-group.
15609         (nntp-marks-changed-p): New arg SERVER.
15610         (nntp-request-update-info): Adjust caller.
15611
15612 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15613
15614         * nntp.el (nntp-save-marks): Pass missing arg.
15615
15616 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15617
15618         * nntp.el: Support marks.
15619         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15620         (nntp-marks-modtime, nntp-marks-directory): New variables.
15621         (nntp-request-set-mark, nntp-request-update-info)
15622         (nntp-possibly-create-directory, nntp-marks-changed-p)
15623         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15624         functions.
15625
15626 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15627
15628         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15629         (gnus-xmas-redefine): Rename.
15630
15631         * gnus-score.el (gnus-score-insert-help): Use
15632         gnus-select-lowest-window.
15633
15634         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15635         appt-select-lowest-window and rename to gnus-select-lowest-window.
15636
15637         * gnus.el: do.
15638
15639 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15640
15641         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15642         encodings of MIME-encoded words, in order to improve
15643         interoperability with several broken MUAs.
15644
15645 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15646
15647         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15648         tags, only when charsets are not specified in headers.
15649         (mm-inline-text-html-render-with-w3m): Ditto.
15650
15651         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15652         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15653
15654 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15655
15656         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15657         instead of MIME-decoded from fields when checking
15658         `gnus-article-address-banner-alist'.
15659
15660 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15661
15662         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15663         description rather than subject.
15664
15665 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15666
15667         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15668
15669 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15670
15671         * gnus.el (gnus-version-number): Bump.
15672
15673 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15674
15675         * gnus.el: No Gnus v0.2 is released.
15676
15677 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15678
15679         * gnus-agent.el (gnus-agent-read-agentview): Inline
15680         gnus-uncompress-range.
15681
15682 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15683
15684         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15685         `exec-installed-p'.
15686
15687 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15688
15689         * gnus.el (spam-process, spam-autodetect-methods): Add
15690         bsfilter and bsfilter-headers.
15691
15692         * spam.el (spam-bsfilter): New customize group.
15693         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15694         (spam-bsfilter-header, spam-bsfilter-probability-header)
15695         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15696         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15697         (spam-bsfilter-database-directory): New options.
15698         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15699         (spam-list-of-statistical-checks, spam-registration-functions):
15700         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15701         (spam-bsfilter-score): New command.
15702         (spam-check-bsfilter-headers, spam-check-bsfilter)
15703         (spam-bsfilter-register-with-bsfilter)
15704         (spam-bsfilter-register-spam-routine)
15705         (spam-bsfilter-unregister-spam-routine)
15706         (spam-bsfilter-register-ham-routine)
15707         (spam-bsfilter-unregister-ham-routine): New functions.
15708         (spam-generic-score): Support bsfilter; Accept an optional argument
15709         to recalcurate spam score even if scoring header has already been
15710         added.
15711         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15712         optional argument to recalcurate spam score even if scoring header
15713         has already been added.
15714
15715 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15716
15717         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15718         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15719         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15720         link is missing.
15721
15722 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15723
15724         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15725         (html2text-get-attr): Rewrite.
15726
15727         * message.el (message-setup-1): Remove redundant put-text-property
15728         on mail-header-separator.
15729
15730 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15731
15732         * gnus-registry.el (gnus-registry-cache-whitespace)
15733         (gnus-registry-action, gnus-registry-spool-action)
15734         (gnus-registry-split-fancy-with-parent): Change message levels
15735         from 5 to 3 or 7, as needed.
15736
15737         * spam.el (spam-summary-prepare-exit)
15738         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15739         (spam-split, spam-find-spam, spam-log-undo-registration)
15740         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15741         level from 5 to 6.
15742
15743 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15744
15745         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15746         2004-03-04 change).
15747
15748 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15749
15750         * sieve-manage.el (sieve-manage-open):
15751         * nnweb.el (nnweb-insert-html):
15752         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15753         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15754         * nnspool.el (nnspool-request-group):
15755         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15756         * nnml.el (nnml-request-update-info):
15757         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15758         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15759         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15760         (nnimap-request-set-mark):
15761         * nnfolder.el (nnfolder-request-update-info):
15762         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15763         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15764         * gnus-uu.el (gnus-uu-find-articles-matching):
15765         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15766         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15767         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15768         * gnus-nocem.el (gnus-nocem-scan-groups):
15769         * gnus-int.el (gnus-start-news-server):
15770         * gnus-group.el (gnus-group-make-kiboze-group)
15771         (gnus-group-browse-foreign-server):
15772         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15773         Use mapc when appropriate.
15774
15775 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15776
15777         FIXME: Make separate entries for each person.
15778
15779         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15780         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15781         <shields@msrl.com>:
15782
15783         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15784         may need for spam sorting and scoring.
15785         (spam-user-format-function-S): Add user format function suitable for
15786         general use.
15787         (spam-article-sort-by-spam-status): Add sorting function for summary
15788         sorting.
15789         (spam-extra-header-to-number): Add function to get a score from a
15790         header.
15791         (spam-summary-score): Add function to get a numeric score from the
15792         headers.
15793         (spam-generic-score): Fix function doc, was in wrong place.
15794         (spam-initialize): Take symbols when it's run, and install the
15795         extra headers that spam-necessary-extra-headers thinks we need.
15796
15797 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15798
15799         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15800         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15801
15802 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15803
15804         * gnus-sum.el (gnus-set-global-variables)
15805         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15806         (gnus-article-get-xrefs, gnus-summary-best-group)
15807         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15808         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15809         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15810         Use with-current-buffer.
15811
15812 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15813
15814         * spam.el (spam-summary-prepare-exit): Simplify logic.
15815         (spam-fetch-article-header): Read the article header if it's not
15816         available.
15817         (spam-list-articles): Simplify logic.
15818         (spam-filelist-register-routine): Fix bug with unregister-list.
15819
15820         * gnus-registry.el: Fix comments at beginning.
15821
15822 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15823
15824         * message.el (message-cater-to-broken-inn): Remove.
15825         (message-shorten-references): Make sure the total folded length of
15826         References is shorter than 998 characters to cater to a bug in INN
15827         2.3.  Also, don't pretend that references aren't folded -- this
15828         hasn't worked for a while.
15829
15830 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15831
15832         * gnus-agent.el (gnus-agentize):
15833         gnus-agent-send-mail-real-function no longer set to current value
15834         of message-send-mail-function but rather a lambda that calls
15835         message-send-mail-function.  The change makes the agent real-time
15836         responsive to user changes to message-send-mail-function.
15837
15838 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15839
15840         * legacy-gnus-agent.el
15841         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15842         help from Florian Weimer <fw@deneb.enyo.de>
15843
15844 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * nnmail.el (nnmail-cache-insert): Revert last change.
15847
15848 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * nnmail.el (nnmail-cache-insert): Always check whether
15851         nnmail-cache-ignore-groups matches a group name.
15852
15853 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15854
15855         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15856         (spam-find-spam, spam-log-processing-to-registry)
15857         (spam-log-registered-p, spam-log-unregistration-needed-p)
15858         (spam-log-undo-registration): Use gnus-message instead of
15859         gnus-error, none of these errors are fatal.
15860
15861         * gnus-registry.el (gnus-registry-clean-empty-function)
15862         (gnus-registry-clean-empty): Remove only empty entries without
15863         extra data.
15864
15865 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15866
15867         * spam-stat.el (spam-stat-buffer-change-to-spam)
15868         (spam-stat-buffer-change-to-non-spam): Change (error) to
15869         (gnus-message 8) invocation.
15870
15871 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15872
15873         * nntp.el (nntp-via-netcat-command): New variable.
15874         (nntp-via-netcat-switches): New variable.
15875         (nntp-open-via-rlogin-and-netcat): New function.
15876         (nntp-open-connection-function): Doc fix.
15877         (nntp-telnet-command): Doc fix.
15878         (nntp-end-of-line): Doc fix.
15879         (nntp-via-rlogin-command): Doc fix.
15880         (nntp-via-user-name): Doc fix.
15881         (nntp-via-address): Doc fix.
15882
15883 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15884
15885         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15886         error in Emacs 21.1.
15887
15888 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15889
15890         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15891
15892 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15893
15894         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15895         (gnus-agent-with-refreshed-group): New macro.
15896         (gnus-agent-rename-group): New function.
15897         (gnus-agent-delete-group): New function.
15898         (gnus-agent-save-group-info): Use gnus-command-method when
15899         `method' parameter is nil.  Don't write nil entries into the
15900         active file.
15901         (gnus-agent-get-group-info): New function.
15902         (gnus-agent-fetch-articles): Use
15903         gnus-agent-update-files-total-fetched-for to increment disk space
15904         used.
15905         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15906         gnus-agent-update-view-total-fetched-for to increment disk space
15907         used.
15908         (gnus-agent-get-local): Added optional parameters to avoid calling
15909         gnus-group-real-name and gnus-find-method-for-group.
15910         (gnus-agent-set-local): Delete stored entry if either min, or max,
15911         are nil.
15912         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15913         quit, use gnus-agent-regenerate-group to record existance of any
15914         articles fetched to disk before the quit occurred.
15915         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15916         gnus-agent-update-view-total-fetched-for, and
15917         gnus-agent-update-files-total-fetched-for to decrement disk space
15918         used.
15919         (gnus-agent-retrieve-headers): Use
15920         gnus-agent-update-view-total-fetched-for to increment disk space
15921         used.
15922         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15923         with gnus-agent-update-files-total-fetched-for to decrement disk
15924         space and fresh group buffer.
15925         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15926         (gnus-agent-need-update-total-fetched-for): New variable.
15927         (gnus-agent-update-files-total-fetched-for): New function.
15928         (gnus-agent-update-view-total-fetched-for): New function.
15929         (gnus-agent-total-fetched-for): New function.
15930
15931         * gnus-cache.el (gnus-cache-save-buffers): Use
15932         gnus-cache-update-overview-total-fetched-for to change disk space
15933         used by this group.
15934         (gnus-cache-possibly-enter-article): Use
15935         gnus-cache-update-file-total-fetched-for to increment disk space
15936         used by this group.
15937         (gnus-cache-possibly-remove-article): Use
15938         gnus-cache-update-file-total-fetched-for to decrement disk space
15939         used by this group.
15940         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15941         (gnus-cache-rename-group): New function.
15942         (gnus-cache-delete-group): New function.
15943         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15944         (gnus-cache-need-update-total-fetched-for): New variable.
15945         (gnus-cache-with-refreshed-group): New macro.
15946         (gnus-cache-update-file-total-fetched-for): New function.
15947         (gnus-cache-update-overview-total-fetched-for): New function.
15948         (gnus-cache-rename-group-total-fetched-for): New function.
15949         (gnus-cache-delete-group-total-fetched-for): New function.
15950         (gnus-cache-total-fetched-for): New function.
15951
15952         * gnus-group.el: Require gnus-sum and autoload functions to
15953         resolve warnings when gnus-group.el compiled alone.
15954         (gnus-group-line-format): Documented new %F.
15955         (size of Fetched data) group line format; identifies disk space
15956         used by agent and cache.
15957         (gnus-group-line-format-alist): Defined new F format.
15958         (gnus-total-fetched-for): New function.
15959         (gnus-group-delete-group): No longer update
15960         gnus-cache-active-altered as gnus-request-delete-group now keeps
15961         the cache in sync.
15962         (gnus-group-list-active): Let the agent store a server's active
15963         list if currently plugged.
15964
15965         * gnus-int.el (gnus-request-delete-group):
15966         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15967         local disk in sync with the server.
15968         (gnus-request-rename-group):
15969         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15970         local disk in sync with the server.
15971
15972         * gnus-start.el (gnus-get-unread-articles):
15973         Cosmetic simplification to logic.
15974
15975         * gnus-util.el (gnus-rename-file): New function.
15976
15977 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15978
15979         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15980
15981 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15982
15983         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15984         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15985
15986 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15987
15988         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15989         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15990
15991 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15992
15993         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15994
15995 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15996
15997         * spam.el (spam-set-difference): Add function to replace
15998         gnus-set-difference in spam.el.
15999         (spam-summary-prepare-exit): Use spam-set-difference.
16000
16001 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
16002
16003         * gnus-registry.el (gnus-registry-cache-file): Update to use
16004         gnus-dribble-directory OR gnus-home-directory OR ~.
16005         (gnus-registry-split-fancy-with-parent): Fix doc.
16006
16007 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16008
16009         * message.el (message-exchange-point-and-mark): Use
16010         message-mark-active-p.  Suggested by Jesper Harder
16011         <harder@ifa.au.dk>.
16012
16013 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * message.el (message-exchange-point-and-mark): Don't activate
16016         region if it was inactive.  Suggested by Hiroshi Fujishima
16017         <pooh@nature.tsukuba.ac.jp>.
16018
16019 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16020
16021         * gnus-art.el (article-display-face): Display Faces in the same
16022         order as X-Faces.
16023
16024 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16027
16028 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16029
16030         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16031         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16032         (gnus-article-mime-hierarchy): Remove.
16033         (gnus-article-mime-hierarchy-next): Remove.
16034         (gnus-article-mode): Revert 2004-03-19 change.
16035         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16036         (gnus-insert-mime-button): Revert 2004-03-19 change.
16037         (gnus-mime-accumulate-hierarchy): Remove.
16038         (gnus-mime-enter-multipart): Remove.
16039         (gnus-mime-leave-multipart): Remove.
16040         (gnus-mime-display-part): Revert 2004-03-19 change.
16041         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16042
16043         * mml.el (mml-preview): Revert 2004-03-19 change.
16044
16045 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16046
16047         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16048
16049 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16052         t while entering a file name using the mm-with-multibyte macro.
16053         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16054
16055         * mm-util.el (mm-with-multibyte): New macro.
16056
16057 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16058
16059         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16060         user option.
16061         (gnus-mime-multipart-functions): Doc and customization fix.
16062         (gnus-article-mime-hierarchy): New variable.
16063         (gnus-article-mime-hierarchy-next): New variable.
16064         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16065         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16066         gnus-article-mime-hierarchy-next to nil.
16067         (gnus-insert-mime-button): Show hierarchy numbers.
16068         (gnus-mime-accumulate-hierarchy): New function.
16069         (gnus-mime-enter-multipart): New function.
16070         (gnus-mime-leave-multipart): New function.
16071         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16072         (gnus-mime-display-alternative): Show hierarchy numbers.
16073
16074         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16075         gnus-article-mime-hierarchy-next to nil.
16076
16077 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16078
16079         * dns.el: Don't require gnus-xmas.
16080
16081 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16082
16083         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16084         inline PGP.
16085         (mml-menu): Disable mml-quote-region if mark is inactive.
16086
16087 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16088
16089         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16090         when the group's active is not available.
16091
16092 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16095         error.
16096
16097 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16098
16099         * imap.el (imap-store-password): New variable.
16100         (imap-interactive-login): Use it.
16101         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16102
16103 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16104
16105         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16106         window-start and hscroll to summary window.
16107
16108 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16109
16110         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16111         conversion message to newsrc-dribble when an actual conversion is
16112         performed.
16113
16114 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16115
16116         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16117
16118 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * mm-decode.el (mm-complicated-handles): New function reviving
16121         former definition of mm-multiple-handles.
16122
16123         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16124         (gnus-mime-delete-part): Use it.
16125
16126 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16127
16128         * gnus-agent.el (gnus-agent-read-local): Bind
16129         nnheader-file-coding-system to gnus-agent-file-coding-system to
16130         avoid the implicit assumption that they will always be equal.
16131         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16132         coding-system-for-write, as the with-temp-file macro first prints
16133         to a buffer then saves the buffer.
16134
16135 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16136
16137         * gnus-art.el (gnus-article-edit-part): New function.
16138         (gnus-mime-save-part-and-strip): Use it; do query instead of
16139         signaling an error; don't use mm-multiple-handles.
16140         (gnus-mime-delete-part): Ditto.
16141
16142 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16143
16144         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16145         old file versions.
16146         (gnus-group-prepare-hook): Removed function that converted list
16147         form of gnus-agent-expire-days to group properties.
16148
16149         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16150         (gnus-request-accept-article): Re-indented.
16151
16152         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16153         converters to handle old agent file formats.  Added logic for a
16154         "backup before upgrading warning".
16155         (gnus-convert-mark-converter-prompt): Developers can mark
16156         functions as needing (default), or not needing,
16157         gnus-convert-old-newsrc's "backup before upgrading warning".
16158         (gnus-convert-converter-needs-prompt): Tests whether the user
16159         should be protected from potentially irreversable changes by the
16160         function.
16161
16162         * legacy-gnus-agent.el: New.  Provides converters that are only
16163         loaded when gnus-convert-old-newsrc needs to call them.
16164
16165 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * mail-source.el (mail-source-touch-pop): Doc fix.
16168
16169         * message.el (message-smtpmail-send-it): Doc fix.
16170
16171 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16172
16173         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16174
16175         * nnmail.el (nnmail-split-fancy): do.
16176
16177         * gnus-kill.el (gnus-kill, gnus-execute): do.
16178
16179 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16180
16181         * gnus-sum.el (gnus-widget-reversible-match)
16182         (gnus-widget-reversible-to-internal)
16183         (gnus-widget-reversible-to-external): New functions.
16184         (gnus-widget-reversible): New widget.
16185         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16186
16187 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16188
16189         * gnus-sum.el (gnus-thread-sort-functions)
16190         (gnus-article-sort-functions): Document `(not F)' items.
16191
16192 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16193
16194         * spam.el (spam-use-gmane-xref): Add new backend.
16195         (spam-gmane-xref-spam-group): Add variable to control the name of the
16196         Gmane spam group.
16197         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16198         (spam-regex-headers-spam, spam-regex-headers-ham)
16199         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16200         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16201         backends and checks.
16202         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16203
16204         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16205         an autodetect method.
16206
16207 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16208
16209         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16210         articles are being added to a group.
16211         (gnus-request-replace-article): Inform the agent that articles
16212         need to be uncached as the cached contents are no longer valid.
16213
16214 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * binhex.el: Don't autoload executable-find.
16217
16218         * canlock.el: Don't autoload mail-fetch-field.
16219
16220         * dgnushack.el: Autoload c-mode for XEmacs.
16221
16222         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16223
16224         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16225         rmail-dont-reply-to and rmail-output.
16226
16227         * gnus-score.el: Don't autoload ffap-string-at-point.
16228
16229         * gnus-setup.el: Don't autoload sc-cite-original.
16230
16231         * imap.el: Don't autoload base64-decode-string,
16232         base64-encode-string and md5.
16233
16234         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16235         and rmail-msg-restore-non-pruned-header.
16236
16237         * mm-decode.el: Don't autoload executable-find.
16238
16239         * mm-url.el: Don't autoload executable-find.
16240
16241         * mm-view.el: Don't autoload diff-mode.
16242
16243         * nndb.el: Don't autoload news-reply-mode, news-setup,
16244         cancel-timer and telnet.
16245
16246         * password.el: Don't autoload run-at-time for Emacs.
16247
16248         * sha1-el.el: Don't autoload executable-find.
16249
16250         * sieve-mode.el: Don't autoload c-mode.
16251
16252         * uudecode.el: Don't autoload executable-find.
16253
16254 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16255
16256         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16257         (gnus-agent-possibly-alter-active): Avoid null in numeric
16258         comparison.
16259         (gnus-agent-set-local): Refuse to save null in local object table.
16260         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16261         list of articles that will be marked as unread.
16262
16263 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16266
16267 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16268
16269         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16270         language tags.
16271
16272 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16273
16274         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16275         Don't bind "obarray".
16276
16277         * gnus-sum.el (gnus-thread-sort-functions): Added
16278         `gnus-thread-sort-by-most-recent-number' and
16279         `gnus-thread-sort-by-most-recent-date'.
16280         Reported by Kai Grossjohann <kai@emptydomain.de>.
16281
16282 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16283
16284         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16285
16286 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16287
16288         * gnus-cus.el (gnus-agent-customize-category): Removed
16289         ignore-errors macro reference that required cl to be loaded at
16290         run-time.
16291
16292         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16293         single-interval range of the form (min . max).  Previously the
16294         range had to look like ((min . max)).  Likewise, return
16295         (min . max) rather than ((min . max)).
16296         (gnus-range-map): Use gnus-range-normalize to accept
16297         single-interval range.
16298
16299         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16300         the cache, but not the agent, now appear with their usual face.
16301
16302         * dgnushack.el (loaddir): New variable that is bound to the
16303         directory containing the dgnushack.el file. Use loaddir, rather
16304         than srcdir, to update load-path. Change lets dgnushack compile
16305         code in directories other than GNUS/lisp.
16306
16307 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * lpath.el: Don't bind w3m-safe-url-regexp.
16310
16311         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16312         w3m-safe-url-regexp variable buffer-local.
16313
16314         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16315
16316 2004-02-27  Simon Josefsson  <jas@extundo.com>
16317
16318         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16319         gnus-group-real-prefix.
16320         (gnus-summary-move-article): Use it, instead of
16321         gnus-group-real-prefix.
16322
16323 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * lpath.el: Bind w3m-safe-url-regexp.
16326
16327         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16328         w3m-safe-url-regexp variable buffer-local and set it as the value
16329         of mm-w3m-safe-url-regexp.
16330
16331         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16332
16333         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16334         parsing gnus-posting-styles when the message is not for replying.
16335
16336         * dgnushack.el: Autoload sgml-mode for XEmacs.
16337
16338         * nnrss.el (nnrss-opml-export): Use
16339         mm-set-buffer-file-coding-system instead of
16340         set-buffer-file-coding-system.
16341
16342 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16343
16344         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16345         of checkdoc.el).
16346         * nnrss.el: do.
16347         * gnus-mlspl.el: do.
16348         * gnus-ml.el: do.
16349         * gnus-srvr.el: do.
16350
16351         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16352
16353 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16354
16355         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16356         Corrections to custom-manual links.
16357
16358         * gnus-art.el (gnus-article): Ditto.
16359
16360         * mm-decode.el (mime-display, mime-security): Ditto.
16361
16362 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16363
16364         * flow-fill.el: Typo.
16365
16366 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16367
16368         * spam-wash.el: New file.
16369
16370 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16371
16372         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16373
16374 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16375
16376         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16377         to be run with new-articles as LIST1, not LIST2.
16378         (spam-registration-functions): Add spam-use-ham-copy as a nil
16379         registration backend.
16380
16381 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16382
16383         * spam-stat.el (spam-stat-washing-hook): New option.
16384         (spam-stat-buffer-words): Use it.
16385         (spam-stat-process-directory, spam-stat-test-directory): Use
16386         insert-file-contents-literally.
16387         (spam-stat-coding-system): New variable.
16388         (spam-stat-load, spam-stat-save): Use it.
16389
16390 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * spam-report.el (spam-report-plug-agent): Quote
16393         spam-report-url-to-file and spam-report-url-ping-plain.
16394
16395 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16396
16397         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16398         / in mailto URLs.
16399
16400 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16401
16402         * spam-report.el (spam-report-process-queue): Fix interactive use.
16403         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16404         (spam-report-unplug-agent): Doc fixes.
16405         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16406         (spam-report-agentize, spam-report-deagentize): Autoload.
16407
16408 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16409
16410         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16411
16412         * message.el (message-setup-fill-variables): Add mml tags to
16413         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16414         <ajk@iu.edu>.
16415         (message-mode): Don't modify paragraph-separate there.
16416
16417 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * compface.el (uncompface-use-external): Default to undecided.
16420         (uncompface-use-external-threshold): New variable.
16421         (uncompface-float-time): New macro.
16422         (uncompface): Determine whether to use the external decoder if
16423         uncompface-use-external is undecided.
16424
16425 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16426
16427         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16428         after images.
16429
16430         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16431
16432 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16433
16434         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16435
16436         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16437
16438         * gnus-sum.el (gnus-summary-limit-to-age)
16439         (gnus-summary-limit-children): do.
16440
16441         * gnus-int.el (gnus-request-scan): do.
16442
16443         * gnus-group.el (gnus-group-suspend): do.
16444
16445         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16446
16447         * gnus-cite.el (gnus-cite-parse-attributions): do.
16448
16449         * gnus-agent.el (gnus-summary-set-agent-mark)
16450         (gnus-agent-regenerate-group): do.
16451
16452         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16453
16454         * binhex.el (binhex-decode-region-internal): do.
16455
16456 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * gnus-fun.el (gnus-face-properties-alist): New user option.
16459         (gnus-display-x-face-in-from): Use it.
16460
16461         * gnus-art.el (article-display-face): Ditto.
16462
16463         * compface.el (uncompface-use-external): Default to nil.
16464
16465 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16466
16467         * nntp.el (nntp-erase-buffer): New function.
16468         (nntp-retrieve-data, nntp-send-command)
16469         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16470         (nntp-possibly-change-group): Use it.
16471
16472         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16473         with-current-buffer.
16474
16475 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16476
16477         * compface.el: Merge the ELisp-based uncompface program.
16478         (compface): New customization group.
16479         (uncompface-use-external): New user option.
16480         (uncompface): Call uncompface-internal if uncompface-use-external
16481         is nil.
16482         (uncompface-internal): New function.  Note that there are also
16483         some other functions and variables added for this function.
16484
16485 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16486
16487         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16488         if necessary.
16489
16490 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16491
16492         * spam-report.el (spam-report-unplug-agent)
16493         (spam-report-plug-agent, spam-report-deagentize)
16494         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16495         Add support for the Agent in spam-report: when unplugged, report to a
16496         file; when plugged, submit all the requests.
16497
16498         * spam.el (spam-register-routine): Fix message about
16499         registration.
16500
16501 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16502
16503         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16504         dependencies.
16505         (rfc2047-encode): Use it.
16506
16507         * gnus-art.el (gnus-button-marker-list): Move before first
16508         reference.
16509
16510         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16511         (imap-parse-body): Fix format string mismatch.
16512
16513         * gnus-score.el (gnus-summary-increase-score): do.
16514
16515         * nnrss.el (nnrss-close): New function.
16516
16517 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16518
16519         * nnrss.el (nnrss-make-filename): New function.
16520         (nnrss-request-delete-group, nnrss-read-server-data)
16521         (nnrss-save-server-data, nnrss-read-group-data)
16522         (nnrss-save-group-data): Use it.
16523         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16524         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16525         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16526
16527 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16528
16529         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16530
16531 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16532
16533         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16534         files.
16535
16536         * message.el (message-generate-headers-first): Don't quote nil
16537         and t in docstrings.
16538
16539         * imap.el (imap-id): do.
16540
16541         * gnus-agent.el (gnus-agent-consider-all-articles)
16542         (gnus-agent-queue-mail): do.
16543
16544 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16545
16546         * spam-report.el (spam-report-process-queue): New function.
16547         Process requests from `spam-report-requests-file'.
16548         (spam-report-process-queue): Doc fix.
16549
16550 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16551
16552         * spam.el (spam-register-routine)
16553         (spam-log-processing-to-registry, spam-log-registered-p)
16554         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16555         Change "check" to "spam-check" for semi-clarity.
16556
16557 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16558
16559         * pop3.el: Require nnheader.
16560
16561         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16562
16563         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16564
16565         * gnus-picon.el: Require cl.
16566
16567         * gnus-fun.el: Require gnus-ems and gnus-util.
16568
16569         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16570
16571         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16572
16573         * gnus-art.el (gnus-article-edit-mode): Define before first
16574         reference.
16575
16576 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16577
16578         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16579         (gnus-uu-post-encoded): Use point-at-bol.
16580
16581         * gnus-topic.el (gnus-group-active-topic-p): do.
16582
16583         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16584
16585         * gnus-group.el (gnus-group-kill-region): do.
16586
16587         * gnus-art.el (article-date-ut): do.
16588
16589         * message.el (message-fetch-field): Remove redundant
16590         case-fold-search binding.
16591         (message-narrow-to-field): Simplify.
16592
16593 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16594
16595         * spam.el (spam-directory): Derive from `gnus-directory'.
16596
16597         * spam-report.el (spam-report-url-to-file)
16598         (spam-report-requests-file): New function and variable for offline
16599         reporting.
16600         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16601         and user defined function.
16602         (spam-report-url-ping-mm-url): Remove doubled slash.
16603
16604 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16605
16606         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16607
16608 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16609
16610         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16611         format string mismatch.
16612
16613         * sieve.el (sieve-deactivate-all): do.
16614
16615         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16616
16617         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16618
16619         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16620
16621         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16622
16623 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16624
16625         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16626         the list of checks.
16627
16628 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16629
16630         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16631         padding.
16632
16633 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16634
16635         * mm-view.el (mm-fill-flowed): New variable.
16636         (mm-inline-text): Use it.
16637
16638 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16639
16640         * spam.el (spam-spamassassin-register-ham-routine)
16641         (spam-spamassassin-register-spam-routine): Fix function names.
16642
16643 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * gnus.el (gnus-tmp-grouplens): Remove.
16646         (gnus-summary-line-format): Remove grouplens.
16647
16648         * gnus-group.el (gnus-group-line-format): Ditto.
16649
16650         * gnus-spec.el (gnus-format-specs): Ditto.
16651         (gnus-update-format-specifications): Flush the group format spec
16652         cache if there's the grouplens stuff.
16653         (gnus-parse-simple-format): Replace %l with the empty string.
16654
16655 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16656
16657         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16658         omission.
16659
16660 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16661
16662         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16663         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16664
16665 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16666
16667         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16668         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16669         New macros and functions.
16670         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16671         Handle > NLINK_MAX messages.
16672         * nnmaildir.el (nnmaildir-request-set-mark): Use
16673         nnmaildir--emlink-p and nnmaildir--eexist-p.
16674
16675 2004-01-25  Alex Schroeder  <alex@gnu.org>
16676
16677         * spam-stat.el (spam-stat-process-directory-age): New option.
16678         (spam-stat-process-directory): Use it.
16679
16680 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16681
16682         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16683         (spam-stat-save): Accept prefix argument.
16684
16685 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16686
16687         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16688         links" error.
16689
16690 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16693         the rest of the and/or forms.
16694
16695 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16696
16697         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16698         compatibility with old .newsrc.eld files.
16699
16700         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16701
16702         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16703
16704         * gnus-start.el (gnus-1): do.
16705
16706         * gnus-group.el (gnus-group-line-format-alist): do.
16707
16708         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16709
16710         * gnus-gl.el: Remove.
16711
16712 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16713
16714         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16715         marks consisting of a single range {for example, (3 . 5)} rather
16716         than a list of a single range { ((3 . 5)) }.
16717
16718 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16719
16720         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16721         with-current-buffer.
16722         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16723         avoid consing a string.
16724
16725         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16726         Remove obsolete entries for big5 and gb2312.
16727
16728 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16729
16730         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16731         uncompressed list.
16732
16733 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16734
16735         * spam-stat.el (spam-stat-strip-xref): New function.
16736         (spam-stat-process-directory): Use it.
16737
16738         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16739         here -- it's done in message-fetch-field.
16740
16741 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16742
16743         * gnus-agent.el (gnus-agent-queue-mail)
16744         (gnus-agent-prompt-send-queue): New variables.
16745         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16746         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16747         "nndraft:queue" along to gnus-draft-send.  Use
16748         gnus-agent-prompt-send-queue.
16749         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16750         is "nndraft:queue".  Suggested by Gaute Strokkenes
16751         <gs234@srcf.ucam.org>
16752
16753         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16754         (agent-enable-undownloaded-faces): Added.
16755         (gnus-agent-cat-groups): Use eval-and-compile, not
16756         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16757         method of gnus-agent-cat-groups even when the buffer has been
16758         evaled.
16759         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16760         delete gnus-agent-save-active-1.
16761         (gnus-agent-save-groups): Deleted.  Identical to
16762         gnus-agent-save-active.
16763         (gnus-agent-write-active): No longer adjust agent's copy of active
16764         file as agent's adjustments are now stored in their own
16765         file.  Removed optional parameter.
16766         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16767         servers.  Add use of min/max range limits from server's local
16768         file.
16769         (gnus-agent-save-alist): Removed unused optional argument.
16770         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16771         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16772         (gnus-agent-set-local): A per-server file that keeps min/max range
16773         limits for articles known to the agent.  Provides a fast mechanism
16774         for altering many active ranges.
16775         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16776         active file (local makes it unnecessary).
16777         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16778
16779         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16780         (agent-enable-undownloaded-faces): Added.
16781
16782         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16783         disable it when sending to "nndraft:queue".
16784         (gnus-group-send-queue): Add safety check to avoid sending queue
16785         when unplugged.
16786
16787         * gnus-group.el (gnus-group-catchup): Use new
16788         gnus-sequence-of-unread-articles, not
16789         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16790         numbers of articles.  Use gnus-range-map to avoid having to
16791         uncompress the unread list.
16792         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16793         Fixed invalid ange-ftp reference.
16794
16795         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16796         (gnus-sorted-range-intersection): Intersection of two ranges
16797         without requiring that they first be uncompressed.
16798
16799         * gnus-start.el (gnus-activate-group): Unless blocked by the
16800         caller, possibly expand the active range to include both cached
16801         and agentized articles.
16802         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16803         multiple version-dependent converters.
16804         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16805         gnus-agent-save-active.
16806         (gnus-save-newsrc-file): Save dirty agent range limits.
16807
16808         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16809         gnus-agent-possibly-alter-active.
16810         (gnus-adjust-marked-articles): Faster handling of simple lists.
16811
16812 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16813
16814         * spam-stat.el (spam-stat-test-directory): New optional argument
16815         displays a list of files detected.  Suggested by Andrew Cohen
16816         <cohen@andy.bu.edu>.
16817         (spam-stat-buffer-words-with-scores): Don't narrow and change
16818         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16819
16820 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16821
16822         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16823         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16824         (spam-spamassassin-arguments)
16825         (spam-spamassassin-spam-flag-header)
16826         (spam-spamassassin-positive-spam-flag-header)
16827         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16828         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16829         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16830         (spam-list-of-processors, spam-list-of-checks)
16831         (spam-list-of-statistical-checks, spam-registration-functions)
16832         (spam-check-spamassassin-headers, spam-check-spamassassin)
16833         (spam-spamassassin-score)
16834         (spam-spamassassin-register-with-sa-learn)
16835         (spam-spamassassin-register-spam-routine)
16836         (spam-spamassassin-register-ham-routine)
16837         (spam-assassin-register-spam-routine)
16838         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16839         (spam-bogofilter-score): Fix to show article before scoring.
16840
16841 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16842
16843         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16844         default scoring function.
16845         (spam-generic-score): Call spam-spamassassin-score if
16846         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16847         spam-bogofilter-score otherwise.
16848
16849         * gnus.el (spam-process, spam-autodetect-methods): Add
16850         spamassassin and spamassassin-headers.
16851
16852 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16853
16854         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16855         Suppress unnecessary messages.
16856
16857 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16858
16859         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16860         make-hash-table.
16861
16862 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * canlock.el (base64-encode-string): Don't autoload it.
16865
16866 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * run-at-time.el: Remove useless (require 'itimer),
16869         eval-and-compile and (featurep 'xemacs).
16870
16871 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16872
16873         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16874         GROUP is a virtual group.
16875
16876 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16877
16878         * gnus.el: Autoload `message-y-or-n-p'.
16879
16880 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16881
16882         * pgg-parse.el: Remove unnecessary (require 'custom).
16883
16884         * pgg-def.el: do.
16885
16886         * nnmail.el: do.
16887
16888         * gnus-undo.el: do.
16889
16890         * gnus-picon.el: do.
16891
16892         * gnus-util.el: do.
16893
16894 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16895
16896         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16897
16898 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16899
16900         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16901         handle, as well as a list.
16902
16903         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16904         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16905         (mm-w3m-cid-retrieve): Simplify.
16906
16907 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16908
16909         * message.el (message-kill-to-signature): Allow prefix arg to
16910         specify number of lines to keep before signature.
16911
16912 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16913
16914         * message.el (message-kill-to-signature): Change docstring.
16915
16916 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16917
16918         * canlock.el: Always require sha1-el.
16919         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16920
16921         * message.el: Autoload sha1 only when compiling.
16922
16923         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16924         eudc-expand-inline for XEmacs.
16925
16926 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16927
16928         * message.el (message-canlock-generate): Require sha1-el.
16929
16930 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16931
16932         * message.el (message-expand-name): Silence the byte compiler.
16933
16934         * lpath.el: Add detect-coding-system.
16935
16936         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16937         cus-edit.
16938
16939 2004-01-13  Simon Josefsson  <jas@extundo.com>
16940
16941         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16942         Invoke gnus-score-mode.  Reported by
16943         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16944
16945         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16946         Jim Blandy <jimb@redhat.com> (tiny change).
16947
16948 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16949
16950         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16951
16952 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16953
16954         * spam.el (spam-get-article-as-string): Update to use
16955         gnus-request-article-this-buffer, much simpler.
16956         (spam-get-article-as-buffer): Remove.
16957
16958 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16959
16960         * message.el (message-expand-name): Use EUDC if the user uses that.
16961
16962 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16963
16964         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16965         character for the encoding to avoid consing a string.
16966
16967         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16968         unnecessarily.
16969
16970         * mm-util.el (mm-replace-chars-in-string): Remove.
16971
16972         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16973         of mm-replace-chars-in-string.
16974
16975 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16976
16977         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16978
16979         * mm-util.el (mm-subst-char-in-string): Support inplace.
16980
16981         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16982         a new string in every iteration.  Use shy groups.
16983
16984 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16985
16986         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16987         * gnus-soup.el (gnus-soup-group-brew):
16988         * gnus-msg.el (gnus-put-message):
16989         * gnus-move.el (gnus-group-move-group-to-server):
16990         * gnus-kill.el (gnus-batch-score):
16991         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16992         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16993         (gnus-group-update-group, gnus-group-read-group)
16994         (gnus-group-make-group, gnus-group-make-help-group)
16995         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16996         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16997         (gnus-group-sort-by-unread, gnus-group-catchup)
16998         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16999         (gnus-group-yank-group, gnus-group-set-info)
17000         (gnus-group-list-groups):
17001         * gnus.el (gnus-generate-new-group-name):
17002         * gnus-delay.el (gnus-delay-send-queue):
17003         * nnvirtual.el (nnvirtual-catchup-group):
17004         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
17005         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
17006         (gnus-group-prepare-topics, gnus-topic-check-topology):
17007         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
17008         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
17009         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
17010         (gnus-group-make-articles-read):
17011         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
17012         (gnus-group-change-level, gnus-kill-newsgroup)
17013         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
17014         (gnus-get-unread-articles, gnus-make-articles-unread)
17015         (gnus-make-ascending-articles-unread): Use accessor
17016         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
17017         to get group information for improved readability.
17018
17019
17020 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17021
17022         * gnus-art.el (article-decode-mime-words, article-babel)
17023         (gnus-article-highlight-signature, gnus-article-add-buttons)
17024         (gnus-signature-toggle): Use gnus-with-article-buffer.
17025
17026         * gnus-art.el (gnus-article-highlight-headers)
17027         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17028
17029         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17030         (gnus-article-set-globals, gnus-request-article-this-buffer)
17031         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17032         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17033         (gnus-mime-display-alternative): Use with-current-buffer.
17034
17035 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17036
17037         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17038         also under 80 char limit, and call gnus-error if needed.
17039         (spam-fetch-article-header): Fix - it was a
17040         buffer-local variable (gnus-newsgroup-data).
17041         (spam-find-spam): Use spam-generate-fake-headers, forget about
17042         spam-insert-fake-headers.
17043         (spam-insert-fake-headers): Remove.
17044
17045 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17046
17047         * deuglify.el (gnus-article-outlook-unwrap-lines)
17048         (gnus-outlook-rearrange-article)
17049         (gnus-outlook-repair-attribution-outlook)
17050         (gnus-outlook-repair-attribution-block)
17051         (gnus-outlook-repair-attribution-other): Remove redundant
17052         save-excursion.
17053
17054 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17055
17056         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17057         (spam-fetch-field-subject-fast)
17058         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17059         (spam-fetch-article-header): Add functions to deal with Gnus
17060         internals for fast retrieval of article header data.
17061         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17062
17063 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17064
17065         * pop3.el (pop3-md5): Remove.
17066         (pop3-apop): Replace pop3-md5 with md5.
17067
17068         * mm-bodies.el: base64 is always built-in.
17069
17070         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17071         with-current-buffer.
17072
17073 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17074
17075         * canlock.el (canlock-insert-header): Remove excessive grouping in
17076         regexp.
17077
17078         * gnus-sum.el (gnus-summary-read-document): Ditto.
17079
17080         * gnus-uu.el (gnus-uu-part-number): Ditto.
17081
17082         * html2text.el (html2text-remove-tags): Ditto.
17083         (html2text-format-tags): Ditto.
17084         (html2text-format-single-elements): Ditto.
17085
17086         * mml.el (mml-parse-1): Ditto.
17087
17088 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17089
17090         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17091
17092         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17093
17094         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17095
17096         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17097
17098 2003-11-15  Simon Josefsson  <jas@extundo.com>
17099
17100         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17101         (pgg-gpg-lookup-key): Use regexp match instead of
17102         split-string (split-string is different between emacs 21.2 and
17103         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17104
17105 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17106
17107         * gnus-art.el (gnus-mime-view-all-parts)
17108         (gnus-article-part-wrapper, gnus-article-view-part): Use
17109         with-current-buffer.
17110
17111 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17112
17113         * spam.el (spam-disable-spam-split-during-ham-respool)
17114         (spam-spamoracle-database, spam-cache-lookups)
17115         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17116         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17117         (spam-group-ham-marks, spam-group-spam-marks)
17118         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17119         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17120         also add spam-use-blackholes to the statistical checks.
17121         (spam-fetch-field-fast): Add interface to fetching fields, may
17122         become a macro.
17123         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17124         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17125         (spam-insert-fake-headers): Fake an article when needed.
17126         (spam-find-spam): Fake article when possible.
17127         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17128         (spam-check-bogofilter-headers): Use message-fetch-field instead
17129         of nnmail-fetch-field.
17130
17131 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17132
17133         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17134
17135 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17136
17137         * spam.el (spam-split): Do not require spam-use-CHECK to be
17138         enabled if that check is passed to spam-split explicitly; also
17139         fix so 'spam doesn't get converted to spam-split-group when
17140         spam-split-symbolic-return is t.
17141         (spam-find-spam): Find registrations of the article and use those
17142         instead of re-running spam-split to find the spam/ham
17143         classification of the article.
17144         (spam-log-processing-to-registry, spam-log-registered-p)
17145         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17146         Use gnus-error instead of gnus-message.
17147         (spam-log-registration-type): Add function to determine the
17148         classification of a message based on registry entries; will
17149         return nil if both 'spam and 'ham are found.
17150         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17151         a reasonably fast local cache without the loading errors.
17152         (spam-cache-lookups): Set to t by default.
17153         (spam-find-spam): Don't try to guess spam-cache-lookups.
17154         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17155         spam-caches entry.
17156         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17157         caching of whitelist/blacklist entries.
17158         (spam-check-whitelist, spam-check-blacklist): Invoke
17159         spam-from-listed-p with a type, not a cache variable.
17160         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17161
17162 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17163
17164         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17165
17166         * nnmail.el (nnmail-split-fancy): do.
17167
17168         * mml.el (mml-parse): do.
17169
17170         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17171         (gnus-score-adaptive): do.
17172
17173 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17174
17175         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17176         (gnus-mime-button-map): Don't set keymap parent.
17177         (gnus-button-ctan-directory-regexp): Use shy grouping.
17178         (gnus-prev-page-map): Don't set keymap parent.
17179         (gnus-prev-page-map): Remove duplicated one.
17180         (gnus-next-page-map): Don't set keymap parent.
17181         (gnus-mime-security-button-map): Ditto.
17182
17183         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17184         version number.
17185
17186         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17187
17188 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * canlock.el (canlock-sha1-function): Remove.
17191         (canlock-sha1-function-for-verify): Remove.
17192         (canlock-openssl-program): Remove.
17193         (canlock-openssl-args): Remove.
17194         (canlock-ignore-errors): Remove.
17195         (canlock-sha1-with-openssl): Remove.
17196         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17197         (canlock-verify): Don't use canlock-ignore-errors.
17198
17199         * sha1-el.el (sha1-string-external): Make it can return a string
17200         in binary form.
17201         (sha1-region-external): Ditto.
17202         (sha1-string-internal): Ditto.
17203         (sha1-region-internal): Ditto.
17204         (sha1-region): Ditto.
17205         (sha1-string): Ditto.
17206         (sha1): Ditto.
17207
17208 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17209
17210         * spam.el (spam-report-articles-gmane): New command.
17211
17212 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17215
17216         * run-at-time.el (run-at-time-saved): Remove.
17217         (run-at-time): Doc fix.
17218
17219 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17220
17221         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17222         (gnus-summary-limit-map): Add it.
17223         (gnus-summary-make-menu-bar): do.
17224
17225 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17226
17227         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17228         Make attempt at some caching support (done for BBDB only now).
17229         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17230         addresses to be checked.
17231         (spam-clear-cache-BBDB): Add function, to be invoked by
17232         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17233         (spam-check-BBDB): Check and use the caches, if
17234         spam-cache-lookups is on, remove superfluous (provide).
17235
17236 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17237
17238         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17239
17240 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17241
17242         * run-at-time.el (run-at-time-saved): Move to after the definition
17243         of `run-at-time'.
17244
17245         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17246
17247 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17248
17249         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17250         mm-w3m-local-map-property.
17251
17252         * mm-view.el (mm-w3m-mode-map): Remove.
17253         (mm-w3m-local-map-property): Remove.
17254         (mm-inline-text-html-render-with-w3m): Don't use
17255         mm-w3m-local-map-property.
17256
17257 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17258
17259         * run-at-time.el: New file.
17260
17261         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17262         under Emacs.
17263
17264         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17265         of gnus-set-text-properties.
17266
17267         * gnus-uu.el (gnus-uu-save-article): Ditto.
17268
17269         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17270
17271         * gnus-cite.el (gnus-cite-parse): Ditto.
17272
17273         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17274         of gnus-.
17275
17276         * gnus-xmas.el (run-at-time): Require run-at-time.
17277
17278         * gnus.el: Changed calls to nnheader-run-at-time and
17279         password-run-at-time throughout to use run-at-time directly.
17280
17281         * password.el: Removed definition of run-at-time.
17282
17283         * nnheaderxm.el: Remove definition of run-at-time.
17284
17285 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17286
17287         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17288         in prompt.
17289
17290 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17291
17292         * messagexmas.el (message-xmas-redefine): Alias
17293         `message-make-caesar-translation-table' to
17294         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17295         version.
17296
17297         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17298         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17299         `gnus-xmas-set-text-properties'.
17300         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17301         `gnus-xmas-completing-read'.
17302         (gnus-xmas-completing-read): Removed.
17303         (gnus-xmas-open-network-stream): Removed.
17304
17305         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17306         XEmacs version.
17307
17308         * dns.el (dns-make-network-process): Use `open-network-stream'
17309         instead of `gnus-xmas-open-network-stream'.
17310
17311         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17312
17313         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17314
17315 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17316
17317         * gnus-art.el (gnus-mime-display-alternative)
17318         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17319         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17320         Don't use gnus-local-map-property.
17321
17322         * gnus-util.el (gnus-local-map-property): Remove.
17323
17324         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17325         gnus-completing-read-maybe-default with completing-read.
17326
17327         * gnus-util.el (gnus-completing-read): do.
17328         (gnus-completing-read-maybe-default): Remove.
17329
17330 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17331
17332         * password.el: Only autoload `run-at-time' if not XEmacs.
17333         Only autoload the itimer functions if XEmacs.
17334
17335 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17336
17337         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17338         XEmacsen.
17339
17340         * dgnushack.el: Autoload executable-find for XEmacs.
17341
17342 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17343
17344         * gnus-art.el (gnus-read-string): Remove.
17345         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17346         read-string.
17347
17348 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17349
17350         * netrc.el: Autoload password-read.
17351         (netrc): Add configuration group.
17352         (netrc-encoding-method, netrc-openssl-path): Add
17353         variables for encoding and decoding of files with symmetric
17354         ciphers.
17355         (netrc-encode): Add assistant function to encode a file with
17356         netrc-encoding-method.
17357         (netrc-parse): Add interactive parameter, added optional
17358         decoding if netrc-encoding-method is non-nil but otherwise
17359         behavior is standard.
17360         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17361         Do s/encode/encrypt/ everywhere.
17362
17363         * spam.el: Remove executable-find autoload.
17364
17365 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17366
17367         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17368
17369         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17370
17371 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17372
17373         * gnus-art.el (gnus-treat-ansi-sequences)
17374         (article-treat-ansi-sequences): New variable and function.
17375         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17376
17377         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17378         Use it.
17379
17380 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17381
17382         * mm-util.el (mm-quote-arg): Remove.
17383
17384         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17385         shell-quote-argument.
17386
17387         * gnus-uu.el (gnus-uu-command): do.
17388
17389         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17390
17391         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17392         with make-char.
17393
17394         * mm-util.el (mm-make-char): Remove.
17395
17396         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17397         add-minor-mode.
17398
17399         * gnus-undo.el (gnus-undo-mode): do.
17400
17401         * gnus-topic.el (gnus-topic-mode): do.
17402
17403         * gnus-sum.el (gnus-dead-summary-mode): do.
17404
17405         * gnus-start.el (gnus-slave-mode): do.
17406
17407         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17408
17409         * gnus-ml.el (gnus-mailing-list-mode): do.
17410
17411         * gnus-gl.el (gnus-grouplens-mode): do.
17412
17413         * gnus-draft.el (gnus-draft-mode): do.
17414
17415         * gnus-dired.el (gnus-dired-mode): do.
17416
17417         * gnus-ems.el (gnus-add-minor-mode): Remove.
17418
17419         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17420         Replace gnus-char-width with char-width.
17421
17422         * gnus-ems.el (gnus-char-width): Remove.
17423
17424         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17425         Replace gnus-char-width with char-width.
17426
17427         * gnus-ems.el (gnus-char-width): Remove.
17428
17429         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17430         definition.
17431         Remove Emacs 20 hash table compatibility code.
17432
17433         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17434         20 compatibility code.
17435
17436         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17437
17438         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17439
17440         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17441         with point-at-{eol,bol}.
17442
17443         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17444
17445         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17446
17447         * flow-fill.el (fill-flowed-point-at-bol)
17448         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17449
17450         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17451         Replace with point-at-{eol,bol} throughout all files.
17452
17453 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17454
17455         * ntlm.el (ntlm-string-as-unibyte): New macro.
17456         (ntlm-build-auth-response): Use it.
17457
17458         Remove Emacs 20 stuff:
17459         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17460         (butlast, mapc, remove): Remove the compiler macros.
17461         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17462         of delq and copy-sequence.
17463         * gnus-art.el (popup-menu): Remove the compiler macro.
17464         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17465         Emacs 20.
17466
17467 2004-01-05  Simon Josefsson  <jas@extundo.com>
17468
17469         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17470         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17471         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17472         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17473         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17474         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17475         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17476         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17477         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17478         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17479         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17480         string-xor into ntlm-string-xor.  Suggested by
17481         Jesper Harder <harder@myrealbox.com>.
17482
17483         * ntlm.el: Don't include poem.
17484
17485         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17486         Jesper Harder <harder@myrealbox.com>.
17487
17488         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17489
17490         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17491         probably breaks emacs with DL patch, but do we care? Is anyone
17492         still using the DL stuff?)
17493
17494         * sieve-manage.el: Use the password package.
17495         (sieve-manage-read-passwd): Remove.
17496         (sieve-manage-interactive-login): Use password.  Re-add
17497         condition-case around loop.
17498
17499         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17500         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17501         the password package.
17502
17503 2003-02-19  Simon Josefsson  <jas@extundo.com>
17504
17505         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17506         token.
17507
17508 2002-08-07  Simon Josefsson  <jas@extundo.com>
17509
17510         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17511         (sieve-manage-authenticators):
17512         (sieve-manage-authenticator-alist): Add some SASL mechs.
17513         (sieve-sasl-auth): New function.
17514         (sieve-manage-cram-md5-auth):
17515         (sieve-manage-plain-auth): Rewrite using SASL library.
17516         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17517         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17518         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17519         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17520
17521 2004-01-05  Simon Josefsson  <jas@extundo.com>
17522
17523         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17524         New files.
17525
17526 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17527
17528         * gnus-group.el (gnus-no-groups-message): Update.
17529
17530         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17531
17532 2003-11-09  Simon Josefsson  <jas@extundo.com>
17533
17534         * imap.el: Support for ID IMAP extension (RFC 2971).
17535         (imap-local-variables): Add imap-id.
17536         (imap-id): New variable.
17537         (imap-id): New function.
17538         (imap-parse-response): Parse untagged ID response.
17539         * nnimap.el (nnimap-id): New variable.
17540         (nnimap-open-connection): Use it.
17541
17542 2003-12-28  Simon Josefsson  <jas@extundo.com>
17543
17544         * gnus-score.el (gnus-score-edit-all-score): New.
17545         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17546
17547 2004-01-04  Simon Josefsson  <jas@extundo.com>
17548
17549         * password.el: Add.
17550
17551 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17552
17553         * dns.el (dns-query-types): Fix typo.
17554         (dns-query-types): New function.
17555         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17556         PTR and SOA replies, see RFC 1035.
17557
17558 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17559
17560         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17561
17562         * Moved to Changelog.2.
17563
17564 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17565
17566         * gnus.el (gnus-version-number): Bump version.
17567
17568 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17569
17570         * gnus.el: No Gnus v0.1 is released.
17571
17572 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17573
17574         * gnus.el: No Gnus v0.0 is released.
17575
17576 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17577
17578         * gnus.el (gnus-version-number): Bump.
17579         (gnus-version): No.
17580
17581 See ChangeLog.2 for earlier changes.
17582
17583     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17584       Free Software Foundation, Inc.
17585
17586   This file is part of GNU Emacs.
17587
17588   GNU Emacs is free software: you can redistribute it and/or modify
17589   it under the terms of the GNU General Public License as published by
17590   the Free Software Foundation, either version 3 of the License, or
17591   (at your option) any later version.
17592
17593   GNU Emacs is distributed in the hope that it will be useful,
17594   but WITHOUT ANY WARRANTY; without even the implied warranty of
17595   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17596   GNU General Public License for more details.
17597
17598   You should have received a copy of the GNU General Public License
17599   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17600
17601 ;; Local Variables:
17602 ;; coding: utf-8
17603 ;; fill-column: 79
17604 ;; add-log-time-zone-rule: t
17605 ;; End: