Switch to using shr.el for HTML rendering.
[gnus] / lisp / ChangeLog
1 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-insert-document): Autoload.
4         (shr-img): Be silent.
5
6         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7         possible.
8         (mm-shr): New function.
9
10 2010-10-02  Julien Danjou  <julien@danjou.info>
11
12         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
13         should go backward.
14
15 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * shr.el: New file.
18
19         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
20
21         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
22         completing read.
23
24 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
27         we're being queried about.  Suggested by Dan Jacobson.
28
29         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
30         by Jason Eisner.
31
32         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
33         table, too.  Suggested by Stefan Wiens.
34         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
35         the table unnecessary.  Suggested by Stefan Wiens.
36
37         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
38         longer needed, and probably doesn't work either, as pointed out by
39         Stefan Wiens.
40         (gnus-summary-exit): Remove call to the clearing function.
41         (gnus-summary-exit-no-update): Ditto.
42
43         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
44         instead of gnus-eval-in-buffer-window to avoid popping up frames.
45         Reported by Stefan Monnier.
46         (gnus-summary-save-in-rmail): Ditto.
47
48         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
49         article buffer, instead of both the article buffer and the summary
50         buffer.  Sort of suggested by Dan Jacobson.
51
52         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
53
54         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
55         Suggested by Dan Jacobson.
56
57         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
58         documentation clearer.
59
60         * message.el (message-shorten-references): Comment on the number "21".
61         Suggested by Stefan Monnier.
62
63         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
64         Suggested by Dan Jacobson.
65
66         * gnus.el (gnus-large-newsgroup): Mention
67         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
68
69         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
70         externalize attachments.  Bug reported by Steve Wen.
71
72         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
73         really message anything to the user.
74
75         * nnmail.el (nnmail-article-group): Allow using the fancy split method
76         directly.
77
78         * nnimap.el (nnimap-request-group): Low higher than high to signal no
79         messages in empty groups.
80
81 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
82
83         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
84         non-UIDNEXT group.
85
86 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
89         not the value from the collection.
90
91         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
92         values.  This sometimes happens on some groups that have no info.
93         (nnimap-request-newgroups): New function.
94
95 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
96
97         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
98         check into `gnus-registry-initialize'.
99         (gnus-registry-initialize): Ditto.
100         Fix and extend header docs.
101
102 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103
104         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
105         regexp backtrace overflows.
106
107         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
108         for starttls that tls.el implements; i.e. openssl.
109
110         * tls.el (tls-starttls-switches): Give up on using starttls with
111         gnutls-cli.
112         (tls-program): Add --insecure to be consistent with the defaults from
113         openssl s_client.  Now all three commands are insecure.
114
115 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * lpath.el: Bind completion-styles-alist for XEmacs.
118
119         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
120         (gravatar-create-image): New function that's an alias to
121         gnus-xmas-create-image, gnus-create-image, or create-image.
122         (gravatar-data->image): Use it.
123
124 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
125
126         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
127         install the nnregistry refer method.
128         (gnus-registry-install-hooks): Use it.
129         (gnus-registry-unfollowed-groups): Add nnmairix to the default
130         unfollowed groups.
131
132 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
133
134         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
135         expanding threads.
136
137 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
138
139         * nnir.el: Use the server names without suffixes (bug #7009).
140
141         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
142         unencrypted to STARTTLS, if possible.
143
144 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
145
146         * message.el (message-ignored-supersedes-headers): Strip Injection-*
147         headers before superseding.
148
149 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * nnrss.el (nnrss-use-local): Add documentation.
152
153         * nnimap.el (nnimap-extend-tls-programs): New function.
154         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
155         (nnimap-wait-for-connection): Accept the greeting from the stupid
156         output from openssl s_client -starttls, too.
157
158         * tls.el (tls-starttls-switches): New variable.
159         (tls-find-starttls-argument): Use it.
160         (open-tls-stream): Ditto.
161
162         * netrc.el (netrc-credentials): Return the value of the "default"
163         entry.
164         (netrc-machine): Ditto.
165
166         * nnimap.el (nnimap-find-article-by-message-id): Really return the
167         article number.
168         (nnimap-split-fancy): New variable.
169         (nnimap-split-incoming-mail): Use it.
170
171         * nntp.el (nntp-server-list-active-group): Document.
172
173         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
174         SELECT to get the message-id.
175
176         * mail-source.el (mail-sources): Removed webmail support.
177         (defvar): Ditto.
178         (mail-source-fetcher-alist): Ditto.
179         (mail-source-fetch-webmail): Removed.
180
181         * webmail.el: Removed -- doesn't seem relevant any more.
182
183         * gnus.el: Fix up make-obsolete-variable declarations throughout.
184
185         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
186         the \r.
187
188 2010-09-30  Julien Danjou  <julien@danjou.info>
189
190         * gnus-agent.el (gnus-agent-add-group): Fix call to
191         gnus-completing-read.
192
193 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * nndoc.el (nndoc-retrieve-groups): New function.
196
197         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
198         `default', use nnmail-split-methods.
199         (nnimap-request-article): Downcase the NILs so that they are nil.
200
201         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
202         symbol.
203
204         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
205         code, since if the user has requested network, that's what they ought
206         to get.
207         (nnimap-request-set-mark): Erase the buffer before issuing commands.
208         (nnimap-split-rule): Mark as obsolete.
209
210         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
211         variable.
212
213         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
214         correct slot, too.
215
216 2010-09-29  Julien Danjou  <julien@danjou.info>
217
218         * gnus.el (gnus-local-domain): Declare variable obsolete.
219
220         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
221         computing.
222         (gnus-ido-completing-read): Require ido.
223
224 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-registry.el: Don't prompt on load, which makes it impossible to
227         build Gnus.
228
229         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
230         when interpreting the structures.
231         (nnimap-request-accept-article): Add \r\n to the lines to make this
232         work with Cyrus.
233
234         * nndraft.el (nndraft-request-expire-articles): Use the group name
235         instead if "nndraft".  Fix found by Nils Ackermann.
236
237 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
238
239         * nnregistry.el: Added.
240
241 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
242
243         * nnmail.el (group, group-art-list, group-art):
244         Remove unneeded directives.
245
246 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
247
248         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
249         (mm-mime-charset)
250         * rfc2047.el (rfc2047-syntax-table)
251         * utf7.el (utf7-utf-16-coding-system): Comment fix.
252
253         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
254         rather than `insert-file-contents' and `eval-region'.
255
256         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
257         construction.
258
259         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
260
261         * time-date.el: No need to require cl for Emacs 21.
262
263 2010-09-29  Julien Danjou  <julien@danjou.info>
264
265         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
266         replacement of `gnus-gravatar-relief' to mimic
267         `gnus-faces-properties-alist'.
268         Add :version property.
269
270 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * mail-source.el (mail-source-report-new-mail)
273         * message.el (message-default-mail-headers)
274         * mm-decode.el (mm-valid-image-format-p): Comment fix.
275
276         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
277
278 2010-09-28  Julien Danjou  <julien@danjou.info>
279
280         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
281         mail-address contains the same string as real-name.
282
283         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
284         non-blank in header, otherwise it'll get stripped.
285
286         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
287         real-name, and then for mail address rather than doing : or , search.
288
289 2010-09-27  Julien Danjou  <julien@danjou.info>
290
291         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
292         (gnus-server-goto-server): Use gnus-completing-read.
293
294         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
295
296         * mm-util.el (defalias): Use gnus-completing-read.
297         (mm-codepage-setup): Use gnus-completing-read.
298
299         * smime.el (smime-sign-buffer): Use gnus-completing-read.
300         (smime-decrypt-buffer): Use gnus-completing-read.
301
302         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
303
304         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
305         (mml-minibuffer-read-disposition): Use gnus-completing-read.
306         (mml-insert-multipart): Use gnus-completing-read.
307
308         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
309
310         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
311
312         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
313
314         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
315
316         * gnus.el (gnus-read-method): Use gnus-completing-read.
317
318         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
319
320         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
321         (gnus-mime-action-on-part): Use gnus-completing-read.
322         (gnus-article-encrypt-body): Use gnus-completing-read.
323
324         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
325         (gnus-topic-move-matching): Use gnus-completing-read.
326         (gnus-topic-copy-matching): Use gnus-completing-read.
327         (gnus-topic-sort-topics): Use gnus-completing-read.
328         (gnus-topic-move): Use gnus-completing-read.
329
330         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
331         (gnus-agent-add-group): Use gnus-completing-read.
332
333         * nnmairix.el (nnmairix-create-server-and-default-group): Use
334         gnus-completing-read.
335         (nnmairix-update-groups): Use gnus-completing-read.
336         (nnmairix-get-server): Use gnus-completing-read.
337         (nnmairix-backend-to-server): Use gnus-completing-read.
338         (nnmairix-goto-original-article): Use gnus-completing-read.
339         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
340
341         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
342
343         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
344         (gnus-group-make-useful-group): Use gnus-completing-read.
345         (gnus-group-make-web-group): Use gnus-completing-read.
346         (gnus-group-add-to-virtual): Use gnus-completing-read.
347         (gnus-group-browse-foreign-server): Use gnus-completing-read.
348
349         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
350         (gnus-summary-limit-to-extra): Use gnus-completing-read.
351         (gnus-summary-execute-command): Use gnus-completing-read.
352         (gnus-summary-respool-article): Use gnus-completing-read.
353         (gnus-read-move-group-name): Use gnus-completing-read.
354
355         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
356         (gnus-summary-score-effect): Use gnus-completing-read.
357
358         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
359
360         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
361         right completing-read function.
362         (gnus-use-ido): New variable
363         (gnus-completing-read-with-default): Remove.
364
365 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
368         x-focus-frame.
369
370         * nnimap.el (auth-source-forget-user-or-password)
371         (auth-source-user-or-password): Autoload.
372
373         * message.el (message-from-style, message-interactive)
374         (message-cite-prefix-regexp, message-sendmail-envelope-from)
375         (message-yank-prefix, message-indentation-spaces, message-signature)
376         (message-signature-file): Add comment.
377
378 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
381         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
382         new articles.
383
384         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
385         parts.
386         (nnimap-request-article): Work with the t setting, too.
387
388         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
389         that you don't get flashes of other buffers.
390         (gnus-summary-show-complete-article): Intern before setting.
391
392 2010-09-27  David Engster  <dengste@eml.cc>
393
394         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
395         well as HEADERS.
396         (nnmairix-retrieve-headers): Provide new argument for the above.
397
398 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * gnus-sum.el (gnus-summary-move-article): Don't alter
401         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
402         group.
403
404         * nnimap.el (nnimap-update-info): Don't destructively alter active.
405
406         * message.el (message-cite-prefix-regexp): Revert my last edit.
407
408         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
409         variable instead of the Gnus variable.
410
411         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
412
413         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
414         again.
415
416         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
417         since some servers don't like it.
418         (nnimap-open-connection): Forget credentials if the server says the
419         password was wrong.
420         (nnimap-parse-line): Protect against invalid data.
421
422         * gnus-sum.el (gnus-summary-move-article): Add comment.
423         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
424         nothing alters it while scanning for new messages.
425
426         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
427         which may or may not help.
428         (nnimap-open-connection): If we're doing a stream connection, and then
429         discover we're on a STARTTLS-capable server, then open a STARTTLS
430         connection instead.
431
432 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
433
434         * nnimap.el (utf7): Required.
435
436         * message.el (message-cite-prefix-regexp): Remove "}" from citation
437         prefix.
438
439 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
440
441         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
442
443 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444
445         * nnimap.el (nnimap-request-accept-article): Message the error on
446         error.
447
448 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
449
450         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
451
452 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * nndoc.el (nndoc-request-list): Return success always.
455
456         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
457         `fetch-old' -- we only want to fetch the articles we've requested.  The
458         rest are in the agent, probably.
459         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
460         disappeared server" to something low.  It's not important.
461
462         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
463         arrived before the FETCH data.
464
465         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
466         target here, because we don't know the Gnus name of the group.
467
468         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
469         for the correct group.
470
471         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
472
473         * gnus.el (gnus): Give a final warning after startup.
474
475         * gnus-util.el (gnus-action-message-log): New variable.
476         (gnus-message): Use it.
477         (gnus-final-warning): New function.
478
479         * nnimap.el (nnimap-open-connection): Record the greeting.
480         (nnimap): Add greeting.
481
482 2010-09-26  Julien Danjou  <julien@danjou.info>
483
484         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
485         arguments.
486         (gnus-html-wash-images): Fix spec computing to include start/end.
487
488         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
489
490 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
493         deletion.
494         (nnimap-retrieve-headers): Don't select the group, because that's
495         already done by nnimap-possibly-change-group.
496
497         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
498         (gnus-picon-transform-address): Use it.
499
500         * mail-source.el (mail-source-value): Revert previous patch.
501
502         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
503         on failure.
504         (nnimap-open-connection): Look up both virtual and physical server name
505         credentials.
506
507         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
508
509 2009-02-07  Dave Love  <fx@gnu.org>
510
511         * tls.el (open-tls-stream): Don't query killing process.
512
513 2009-02-08  Dave Love  <fx@gnu.org>
514
515         * gnus-win.el (gnus-window-to-buffer-helper,
516         gnus-all-windows-visible-p): Function needn't be a symbol.
517
518         * mail-source.el (mail-source-value): Function needn't be a symbol.
519
520 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
521
522         * message.el (message-cite-prefix-regexp): Remove } from the cite
523         prefix.
524
525         * gnus-art.el (gnus-treatment-function-alist): Do picons before
526         highlight again, so that the highlight is correct.
527
528         * gnus-picon.el (gnus-picon): Remove again.
529         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
530
531         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
532         doing the header highlightling, so that the background colour of the
533         picon is correct.
534
535         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
536         (gnus-picon): Ditto.
537         (gnus-picon): Reinstate.  The background colour for picons is white.
538         (gnus-picon-insert-glyph): Make the background white.
539
540         * nnml.el (nnml-open-nov): Don't return dead buffers.
541
542         * auth-source.el (auth-source-create): Query the user for whether to
543         store the credentials.
544
545         * netrc.el (netrc-store-data): New function.
546
547         * auth-source.el (auth-source-user-or-password): Use the existing auth
548         sources, if any, for creation.
549
550         * gnus.el (gnus-group-fast-parameter): Return the last matching
551         parameter instead of the first matching parameter.
552
553 2010-09-26  Julien Danjou  <julien@danjou.info>
554
555         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
556
557 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * mml2015.el (mml2015-use): Remove gpg support.
560
561         * mml1991.el (mml1991-function-alist): Remove gpg function.
562         (mml1991-gpg-sign): Removed.
563
564 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
565
566         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
567         (gnus-browse-unsubscribe-current-group): Document it.
568         (gnus-browse-unsubscribe-group): Use it.
569
570 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
573         address to the To list for easier response.
574
575         * gnus.el (gnus-play-startup-jingle): Removed.
576         (gnus-splash): Don't play jingle.
577         (gnus): Silence gnus-load message.
578
579         * gnus-art.el (gnus-treat-play-sounds): Removed.
580
581         * gnus.el (gnus-play-jingle): Remove audio support.
582
583         * gnus-cus.el (gnus-score-customize): Remove audio reference.
584
585         * earcon.el: Removed -- no users.
586
587         * gnus-audio.el: Removed -- no users of this package.
588
589         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
590
591         * gnus-start.el (gnus-setup-news): Remove nocem support.
592
593         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
594
595         * gnus.el (gnus-use-nocem): Removed.
596
597         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
598         Removed.
599
600         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
601         uses NoCeM any more.
602
603         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
604         (gnus-button-ctan-handler): Ditto.
605         (gnus-button-handle-ctan-bogus-regexp): Ditto.
606         (gnus-button-ctan-directory-regexp): Ditto.
607         (gnus-button-handle-ctan): Ditto.
608         (gnus-button-tex-level): Ditto.
609         (gnus-button-alist): Removed CTAN stuff.
610
611 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612
613         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
614         nnimap-streaming test.
615
616         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
617         servers twice.
618
619         * nnimap.el (nnimap-open-connection): Add more error reporting when
620         nnimap fails early.
621
622         * nnheader.el (nnheader-get-report-string): New function.
623         (nnheader-get-report): Use it.
624
625         * gnus-int.el (gnus-check-server): Say what the error was when opening
626         failed.
627
628         * nnimap.el (nnimap-wait-for-response): Search further when we're not
629         using streaming.
630
631 2010-09-25  Julien Danjou  <julien@danjou.info>
632
633         * gnus-html.el (gnus-html-rescale-image): Use our defalias
634         gnus-window-inside-pixel-edges.
635
636 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
637
638         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
639
640         * mm-decode.el (mm-save-part): Allow saving to other directories the
641         normal Emacs way.
642
643         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
644         by Jay Berkenbilt.
645
646         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
647         there isn't a single byte.
648
649         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
650         just do it.  It doesn't really seem to matter what the user responds
651         here, I think, so it's just a confusing question.
652
653         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
654         non-streaming case.
655
656         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
657         (gnus-article-encrypt-body): Use it.
658
659         * gnus-sum.el (gnus-summary-show-complete-article): New command and
660         keystroke.
661
662         * nnimap.el (nnimap-find-wanted-parts-1): Use
663         gnus-fetch-partial-articles.
664
665         * gnus-art.el (gnus-fetch-partial-articles): New variable.
666
667         * nnimap.el (nnimap-insert-partial-structure): New function.
668         (nnimap-get-partial-article): New function.
669         (nnimap-request-article): Use it.
670         (nnimap-wait-for-response): Return whether the wait was successful.
671         (nnimap-finish-retrieve-group-infos): Don't do anything if the
672         retrieval wasn't successful.
673         (nnimap-retrieve-group-data-early): Allow throttling servers.
674         (nnimap-streaming): New variable.
675         (nnimap-fetch-partial-articles): Removed.
676
677         * mm-decode.el (mm-with-part): Protect against killed buffers.
678
679         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
680         for prettier summary display.
681
682 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
683
684         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
685         directly.
686
687 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
690         apparently third-party libraries depend on it.
691
692         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
693         before starting negotiation.
694
695         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
696         privacy reasons.
697         (gnus-treat-mail-gravatar): Ditto.
698
699         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
700         buffer when inserting images.  Inserting text into the headers, for
701         instance, can make them invalid.
702
703 2010-09-25  Julien Danjou  <julien@danjou.info>
704
705         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
706         variables.
707
708         * nnheader.el: Remove useless variables news-reply-yank-from and
709         news-reply-yank-message-id.
710
711         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
712         variables.
713
714         * mml1991.el: Remove useless mml1991-verbose.
715
716         * gnus.el: Remove useless variable gnus-use-generic-from.
717         Remove obsolete variable gnus-topic-indentation.
718
719         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
720
721         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
722
723         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
724
725         * gnus-group.el: Remove useless gnus-group-icon-cache.
726         Remove useless gnus-ephemeral-group-server.
727
728         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
729
730         * mml2015.el: Remove useless mml2015-verbose.
731
732         * mml-smime.el: Remove useless mml-smime-verbose.
733
734         * gnus.el: Remove useless gnus-local-domain.
735
736         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
737         gnus-gravatar-size.
738
739         * gnus-art.el: Remove useless gnus-treat-translate.
740
741 2010-09-24  Julien Danjou  <julien@danjou.info>
742
743         * gnus-sum.el: Add support for Gravatars.
744
745         * gnus-art.el: Add support for Gravatars.
746
747         * gnus-gravatar.el: Add this file.
748
749         * gravatar.el: Add this file.
750
751 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
754
755         * gnus-group.el (gnus-group-fetch-faq): Removed.
756
757         * gnus.el (gnus-group-faq-directory): Removed.
758
759         * gnus-group.el (gnus-group-fetch-charter): Removed.
760
761         * gnus.el (gnus-group-charter-alist): Removed.
762
763         * gnus-group.el (gnus-group-archive-directory): Removed.
764         (gnus-group-recent-archive-directory): Ditto.
765         (gnus-group-make-archive-group): Removed.
766
767         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
768
769         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
770         use the same article number for all the cached articles.
771
772         * nnimap.el (nnimap-command): Register the last command time so
773         that we can use it for idling NOOPs.
774         (nnimap-open-connection): Start the keeplive timer.
775         (nnimap-make-process-buffer): Store all the process buffers.
776         (nnimap-keepalive): New function.
777
778         * starttls.el: (starttls-open-stream): Add autoload cookie.
779
780 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
781
782         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
783         handling.
784
785 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
788         its data structures.
789
790         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
791         instead of the cl.el copy-list.
792         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
793         equalp.
794
795 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
798         and tool-bar-local-item-from-menu.
799
800         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
801         mode-line-highlight face for Emacs.
802
803         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
804         loading gnus-sum.elc; fix comment for canlock-verify.
805         (gnus-article-jump-to-part): Use read-number.
806         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
807         Emacs pre-21 compatible code for help-echo.
808         (gnus-article-next-page-1): No need to adjust the number of lines.
809         (gnus-article-describe-bindings): Always use help-buffer.
810
811         * gnus-audio.el (gnus-audio-inline-sound)
812         * gnus-cus.el (gnus-custom-mode)
813         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
814
815         * gnus-sum.el (gnus-remove-overlays): Doc fix.
816
817         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
818         compatible code.
819
820 2010-09-24  Glenn Morris  <rgm@gnu.org>
821
822         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
823         visiting the fcc file in rmail-mode.
824
825         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
826
827 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * nnir.el: Silence the byte compiler.
830
831         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
832         alias to browse-url-url-encode-chars if any.
833         (gnus-html-encode-url): Use it.
834
835 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
836
837         * gnus-start.el (gnus-use-backend-marks): New variable.
838         (gnus-get-unread-articles-in-group): Use it.
839
840         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
841         makeover.
842
843 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
844
845         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
846
847 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
848
849         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
850         Removed.
851         (gnus-setup-news-hook): Removed
852         gnus-fixup-nnimap-unread-after-getting-new-news.
853
854         * gnus-int.el (gnus-request-update-info): Protect against backends not
855         having the function.
856
857         * nnimap.el (nnimap-stream): Mention starttls.
858         (nnimap-open-connection): Add starttls support.
859
860 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
861
862         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
863
864 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
867         BODYSTRUCTUREs.
868         (nnimap-transform-headers): Unfold quoted {42} headers.
869
870         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
871         the info.
872         (gnus-get-unread-articles): Only call updatep on backends that support
873         it.
874
875         * nnweb.el (nnweb-request-update-info): NOOP.
876
877         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
878
879         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
880         since it only deals with marks.
881
882         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
883         gnus-request-marks, and make a new gnus-request-update-info.
884
885         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
886         the active instead of the high number, which is usually too low.
887
888 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
889
890         * netrc.el (netrc-parse): Remove encrypt.el mentions.
891         * encrypt.el: Removed.
892
893 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
896         server in symbolic form.
897
898         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
899         0.9.
900
901 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902
903         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
904         (nnimap-update-info): Fix up code slightly.
905
906         * gnus-int.el (gnus-open-server): Add tracing for performance
907         debugging.
908
909         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
910         (gnus-group-insert-group-line): Pass the real group name so that it
911         gets the right data.
912
913         * gnus-start.el (gnus-get-unread-articles): Don't have
914         `gnus-get-unread-articles-in-group' update info, since that can be
915         really slow and doesn't seem to be needed?
916
917 2010-09-22  Dan Christensen  <jdc@uwo.ca>
918
919         * time-date.el (date-to-time): Try using parse-time-string first before
920         using the slower timezone-make-date-arpa-standard.
921
922 2010-09-22  Julien Danjou  <julien@danjou.info>
923
924         * gnus-group.el (gnus-group-insert-group-line): Call
925         gnus-group-highlight-line.
926         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
927         default hook list.
928         (gnus-group-update-eval-form): Add new function.
929         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
930         (gnus-group-get-icon): Use gnus-group-update-eval-form.
931
932 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933
934         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
935         immediate, then expire all articles.
936         (nnimap-update-info): Fix off-by-one errors.
937         (nnimap-flags-to-marks): Would return no marks lists for group with no
938         flags.  Instead return the other data.
939
940 2010-09-22  Julien Danjou  <julien@danjou.info>
941
942         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
943         Only return an icon.
944         (gnus-group-insert-group-line): Compute icon to return.
945
946         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
947         variable.
948         (gnus-html-image-fetched): Only cache if
949         gnus-html-image-automatic-caching is set.
950         (gnus-html-image-fetched): Check for errors.
951
952 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
955         once per method on `g'.  This ensures that backends like nnfolder don't
956         open all their folders.
957
958         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
959         (nnimap-request-list): Nix out group in the correct buffer.
960         (nnimap-parse-flags): Implement by using `read' instead of
961         hand-parsing.
962         (nnimap-flags-to-marks): Pass on permanent-flags.
963         (nnimap-make-process-buffer): Record the server name.
964         (nnimap-parse-flags): Fix typo.
965         (nnimap-request-scan): Run split on the server in general, not just a
966         single group.
967
968         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
969         parameter, and propagate this downwards.
970
971         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
972         since EXAMINE changes it on the server.
973
974         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
975         this command might take a while.
976
977 2010-09-22  Julien Danjou  <julien@danjou.info>
978
979         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
980         harmful if you have 2 images side-by-side, they can't be properly
981         update on text deletion.  Using text-property is safer here.
982         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
983         data.
984
985 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986
987         * nnimap.el (nnimap-expunge-inbox): Removed.
988         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
989         (nnimap-expunge): Flip default to t.
990
991         * gnus.el (gnus-method-to-server): Don't push things to the cache
992         unless it's unique.
993         (gnus-server-to-method): Ditto.
994
995 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
996
997         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
998
999 2010-09-22  Julien Danjou  <julien@danjou.info>
1000
1001         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1002         get the start of data.
1003         (gnus-html-encode-url): Add this function to encode special chars in
1004         URL.
1005         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1006         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1007
1008         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1009         default.
1010         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1011
1012         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1013         images alt-text.
1014         (gnus-html-put-image): Put alt-text as help-echo.
1015
1016 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1019         * mm-util.el (mm-decompress-buffer)
1020         * nnir.el (nnir-run-find-grep)
1021         * pop3.el (pop3-list): Use 3rd arg of split-string.
1022
1023         * time-date.el (format-seconds): Comment fix.
1024
1025         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1026         and byte-optimize-form-code-walker.
1027         (dgnushack-make-auto-load): Don't advise make-autoload.
1028
1029         * lpath.el: Remove Emacs 21 stuff.
1030
1031 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1034         outside the active range.  Suggested by Dan Christensen.
1035
1036         * gnus-start.el (gnus-get-unread-articles): Get the extended method
1037         slightly later to avoid double-getting it.
1038
1039         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1040         previous patch.
1041
1042         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1043
1044 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
1045
1046         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1047
1048 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * gnus-int.el (gnus-open-server): Give a better error message in the
1051         "go offline" case.
1052
1053         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1054         marks for nnimap, which is seldom the right thing to do.
1055
1056         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1057         (gnus-same-method-different-name): New function.
1058
1059         * nnimap.el (parse-time): Require.
1060
1061         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1062         method in the presence of many similar methods.
1063
1064         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1065
1066         * nnimap.el (nnimap-find-expired-articles): Don't refer to
1067         nnml-inhibit-expiry.
1068
1069         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1070         find out whether methods are equal.
1071
1072         * nnimap.el (nnimap-find-expired-articles): New function.
1073         (nnimap-process-expiry-targets): New function.
1074         (nnimap-request-move-article): Request the article before looking at
1075         what the Message-ID is.  Fix found by Andrew Cohen.
1076         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1077
1078         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1079         for oldness in addition to being a predicate.
1080
1081         * nnimap.el (nnimap-request-group): When we have zero articles, return
1082         the right data to Gnus.
1083         (nnimap-request-expire-articles): Only delete articles immediately if
1084         the target is 'delete.
1085
1086         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1087         method, this would bug out.
1088
1089         * gnus-group.el (gnus-group-expunge-group): Renamed from
1090         gnus-group-nnimap-expunge, and implemented as a normal interface
1091         function.
1092
1093         * gnus-int.el (gnus-request-expunge-group): New function.
1094
1095         * nnimap.el (nnimap-request-create-group): Implement.
1096         (nnimap-request-expunge-group): New function.
1097
1098 2010-09-21  Julien Danjou  <julien@danjou.info>
1099
1100         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
1101         (gnus-html-cache-expired): Add new function.
1102         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
1103         wethever we should display image for fetch it.
1104         Compute alt-text earlier to pass it to the fetching function too.
1105         (gnus-html-schedule-image-fetching): Change function argument to only
1106         get one image at a time, not a list.
1107         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
1108         cache.
1109         (gnus-html-get-image-data): New function to retrieve image data from
1110         cache.
1111         (gnus-html-put-image): Change buffer argument to use image data rather
1112         than file, and place image above region rather than inserting a new
1113         one. Do not take alt-text as argument, since it's useless now: we place
1114         the image above alt-text.
1115         (gnus-html-prune-cache): Remove.
1116         (gnus-html-show-images): Start to fetch image when we find one, do not
1117         push into a temporary list.
1118         (gnus-html-prefetch-images): Only fetch image if they have expired.
1119         (gnus-html-browse-image): Fix, use 'gnus-image-url.
1120         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
1121
1122 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1125
1126 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1127
1128         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1129         spec inser "*" if the group isn't active instead of 0.
1130
1131         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1132         opening the server.
1133         (nnimap-request-delete-group): Implement group deletion.
1134         (nnimap-transform-headers): Return the size of the entire message in
1135         the Bytes header, not just the size of the first part.
1136         (nnimap-request-move-article): When moving an article from nnimap,
1137         request the article first so the accepting form has an article to
1138         accept.  Reported by Dan Christensen.
1139         (nnimap-command): Make sure that the error message doesn't error out.
1140
1141 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1142
1143         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1144         we haven't requested anything.
1145
1146 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1147
1148         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1149         "".  Fix found by Andrew Cohen.
1150
1151         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1152         instead of -encode-string.
1153
1154 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1155
1156         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1157
1158         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1159         by mm-subst-char-in-string.
1160
1161 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1164         waiting for the connection string.
1165
1166         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1167         arriving.
1168
1169         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1170         bogus characters.  This allows selecting certain Gmail groups.
1171
1172         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1173         (nnimap-fetch-partial-articles): New variable.
1174         (nnimap-open-connection): When looking for credentials, also use the
1175         nnimap-server-port.
1176         (nnimap-request-article): Return the group/article number, so that Gnus
1177         `^' works as expected.
1178         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1179         them.
1180
1181         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1182         comments.
1183         (gnus-methods-sloppily-equal): New function.
1184         (gnus): When using the development version of Gnus, load the gnus-load
1185         file.
1186
1187         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1188         `gnus-open-server' on each method before trying to scan them etc.  This
1189         ensures that all the backend parameters are set correctly.
1190
1191         * nnimap.el (nnimap-authenticator): New variable.
1192         (nnimap-open-connection): Allow anonymous login.
1193         (nnimap-transform-headers): The chars header is called Chars not
1194         Bytes.
1195         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1196         drops.
1197
1198         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1199         patch, found by Knut Anders Hatlen.
1200
1201 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1202
1203         * gnus-agent.el (gnus-agent-batch-confirmation)
1204         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1205         to gnus-message.
1206         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1207         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1208         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1209         * gnus-int.el (gnus-open-server): Likewise.
1210         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1211         (gnus-score-check-syntax): Likewise.
1212         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1213         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1214         Likewise.
1215         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1216
1217 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1220         calling conventions so that prefetch doesn't bug out.
1221
1222 2010-09-19  Julien Danjou  <julien@danjou.info>
1223
1224         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1225         rather than `subst-char-in-region' in order to be able to replace ASCII
1226         char by UTF-8 ones.
1227
1228         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1229         than curl.
1230         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1231         the right URL and ALT text on images.
1232         (gnus-html-wash-tags): Fix tag case.
1233         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1234         (gnus-article-html): Add -o display_ins_del=2 option.
1235         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1236
1237 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1240         the extra mail headers, which sometimes seem to happen for unknown
1241         reasons.
1242
1243         * mail-parse.el (mail-header-encode-parameter): Define as
1244         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1245         (or most, perhaps?) mail readers don't understand the latter, but do
1246         understand the former.
1247
1248         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1249         to nil, so that no methods are automatically agentized.  I think this
1250         is probably what most users want.
1251
1252         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1253         from url-retrieve, for instance about invalid URLs.
1254
1255         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1256         groups that have no articles.
1257         (nnimap-request-article): Check that we really got an article when we
1258         requested one.
1259
1260         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1261         doesn't exist.
1262
1263         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1264         nntp buffer so the agent can save it.
1265         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1266         that CRLF doesn't get translated to \n.
1267         (nnimap-open-connection): Don't make 'shell commands only send \n.
1268
1269 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1270
1271         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1272         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1273         Update var name.
1274         (nnml-generate-nov-file): Use dolist.
1275         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1276         Use with-current-buffer.
1277
1278 2010-09-18  Julien Danjou  <julien@danjou.info>
1279
1280         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1281         parallel.
1282
1283 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1286         the range update right.
1287         (nnimap-request-group): Don't make `M-g' bug out on group with no
1288         marks.
1289         (nnoo): Required, so that other packages can require nnimap.
1290         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1291         command we're looking for.  This helps when the server sends more
1292         responses after we've gotten everything we expected.
1293         (nnimap): Add a `newlinep' field to keep track of end-of-line
1294         conventions.
1295         Don't send CRLF to things that don't want it.
1296         (nnimap-request-accept-article): Ditto.
1297
1298 2010-09-18  Julien Danjou  <julien@danjou.info>
1299
1300         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1301         than curl to retrieve images.
1302
1303 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1306         the marks.
1307         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1308         (nnimap-wait-for-connection): New function.
1309         (nnimap-open-connection): If we have PREAUTH, don't query for login
1310         credentials.
1311         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1312         when doing a partial update.
1313
1314 2010-09-18  Julien Danjou  <julien@danjou.info>
1315
1316         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1317         tags.
1318
1319 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * nnimap.el (nnimap-credentials): New function.
1322         (nnimap-open-connection): Use the new function to look for credentials
1323         also on the numeric equivalents of "imap" and "imaps".
1324
1325         * gnus-start.el (gnus-activate-group): Send the info to
1326         gnus-request-group.
1327
1328         * nnimap.el (nnimap-request-group): Have the "check" version of the
1329         function parse flags and update the info, so that a `M-g' get a total
1330         resync of all flags from the group.
1331
1332         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1333         to allow backends to alter the info on group selection.  Also alter all
1334         the backend -request-group functions to take the parameter.
1335
1336         * nnimap.el (nnimap-store-info): New function.
1337         (nnimap-update-info): Store the info for later usage.
1338         (nnimap-request-group): Use the stored info for the dont-check case, so
1339         that we don't retrieve all marks when we enter a group.
1340
1341         * nnimap.el: Use deffoo instead of defun for interface functions.
1342
1343         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1344         update the group info.  This makes the nndraft groups, for instance, go
1345         back to their old behaviour.
1346
1347         * gnus-sum.el (gnus-select-newsgroup): Indent.
1348
1349         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1350         in.
1351         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1352         nothing.
1353
1354         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1355         from methods that are denied.
1356
1357         * gnus-int.el (gnus-method-denied-p): New function.
1358
1359         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1360         store the password instead of netrc.
1361         (nnimap-open-connection): Don't error out when we can't make a
1362         connections.
1363
1364         * auth-source.el (auth-source-create): In the password prompt, say what
1365         we're querying for.  Also prompt for user name if that hasn't been
1366         given.
1367
1368         * nnimap.el (nnimap-with-process-buffer): Removed.
1369
1370 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1373         method when we're reading from the agent.
1374
1375         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1376
1377         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1378         that's probably most useful for users.
1379
1380         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1381         "failed" all the time.
1382
1383         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1384         ...)) with (with-current-buffer ... ).
1385
1386         * nntp.el (nntp-open-server): Return whether the open was successful or
1387         not.
1388
1389         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1390         select an unread unseen article first.
1391
1392         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1393         /etc/services, supply some sensible port defaults.
1394
1395         * dgnushack.el: Define netrc-credentials.
1396
1397 2010-09-17  Julien Danjou  <julien@danjou.info>
1398
1399         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1400
1401 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1402
1403         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1404         doesn't have any parameters.
1405
1406 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1409         only upcased checks.
1410
1411         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1412
1413         * nnimap.el (nnimap-open-shell-stream): New function.
1414         (nnimap-open-connection): Use it.
1415         (nnimap-transform-headers): Get the number of lines in each message.
1416         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1417         number of lines.
1418         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1419         problem.
1420
1421         * utf7.el (utf7-encode): Autoload.
1422
1423         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1424         to allow the mail splitting to not return a default group.  This is
1425         useful for nnimap, which will leave unmatched mail in the inbox.
1426
1427         * nnimap.el: Rewritten.
1428
1429         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1430         nnimap usage.
1431
1432         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1433         if the move is internal, so that nnimap can do fast internal moves.
1434
1435         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1436         data.
1437         (gnus-read-active-for-groups): Support finishing the early retrieval of
1438         data.
1439
1440         * gnus-range.el (gnus-range-nconcat): New function.
1441
1442         * gnus-int.el (gnus-finish-retrieve-group-infos)
1443         (gnus-retrieve-group-data-early): New functions.
1444
1445 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1446
1447         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1448         (nnrss-retrieve-groups):
1449         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1450         (pop3-quit): Use with-current-buffer.
1451
1452 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1455         instead of nnheader-accept-process-output.
1456
1457         * dgnushack.el (dgnushack-compile): Add comment.
1458
1459         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1460
1461         * gnus-html.el (gnus-html-schedule-image-fetching)
1462         (gnus-html-prefetch-images): Replace process-kill-without-query by
1463         gnus-set-process-query-on-exit-flag.
1464
1465 2010-09-16  Romain Francoise  <romain@orebokech.com>
1466
1467         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1468
1469 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1470
1471         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1472         parameter to unintern is mandatory-ish in Emacs 24.
1473
1474         * gnus-html.el (gnus-html-schedule-image-fetching)
1475         (gnus-html-prefetch-images): Check for curl before using it.
1476
1477         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1478         depend on curl, which isn't essential.
1479
1480         * imap.el: Revert back to version
1481         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1482         seem problematic.
1483
1484 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1485
1486         * gnus-registry.el (gnus-registry-install-shortcuts):
1487         Explicitly pass `obarray' to `unintern' to avoid a warning.
1488
1489 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1490
1491         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1492         change.
1493
1494         * nnrss.el (nnrss-request-list): Removed this function and related
1495         functions, including the moreover stuff.
1496
1497 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1498
1499         * nnrss.el (nnrss-retrieve-groups): New function.
1500
1501 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1502
1503         * .dir-locals.el: Add no-byte-compile cookie.
1504
1505 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * time-date.el (format-seconds): Comment fix.
1508
1509         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1510         for back end that doesn't support request-scan.
1511
1512 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1513
1514         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1515         then do request scans from the backends.
1516
1517         * netrc.el (netrc-credentials): New conveniency function.
1518
1519         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1520         avoid running a hook per line, since this takes a lot of time,
1521         profiling shows.
1522         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1523         directly if gnus-visual-p is true.
1524
1525 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1528         groups; replace mapcar with dolist which is a bit faster; pass groups
1529         info to gnus-read-active-file-1.
1530         (gnus-read-active-file-1): Scan only specified groups if the new
1531         optional arg `infos' is given.
1532
1533 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1534
1535         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1536
1537         * pop3.el (pop3-movemail): Removed.
1538         (pop3-streaming-movemail): Renamed to pop3-movemail.
1539
1540         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1541         don't restrict end-tag searches to the end of the line.
1542
1543 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1544
1545         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1546         articles of every unchecked group to t, which means unknown since the
1547         server has never been opened.
1548
1549 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1550
1551         * gnus-html.el (gnus-html-show-alt-text): New command.
1552         (gnus-html-browse-image): Ditto.
1553         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1554         to browse the image directly.
1555         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1556         better.
1557
1558         * gnus-async.el (gnus-async-article-callback): Call
1559         `gnus-html-prefetch-images' unconditionally.
1560
1561         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1562         before feeding URLs to curl.
1563
1564 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1565
1566         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1567         internal images as deletable by `W D D'.
1568
1569         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1570         (gnus-async-article-callback): Fix typo.
1571
1572 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1573
1574         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1575         current line to work around bugs in the output from w3m.
1576
1577         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1578         for groups that want that.
1579
1580         * nntp.el (nntp-wait-for-string): Supply a timeout for
1581         accept-process-output to ensure progress.
1582
1583         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1584         level to get unread articles from, then use that for foreign groups,
1585         too.
1586
1587         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1588         confuses the rest of the function.
1589
1590         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1591         for the methods that support -retrieve-groups, too.
1592
1593         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1594
1595 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1596
1597         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1598         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1599
1600         * pop3.el: Require cl when compiling.
1601         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1602
1603 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1604
1605         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1606         that aren't going to be activated.
1607         (gnus-get-unread-articles): Fix up the last commit.
1608
1609         * gnus-html.el (gnus-article-html): Allow calling without specifying
1610         the handle.  In that case, dissect the buffer first.
1611
1612         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1613
1614         * nnimap.el (nnimap-open-connection): Revert the change that would look
1615         into authinfo for imaps instead of imap.
1616
1617         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1618         say that you don't want to call gnus-request-group with don-check, but
1619         do check the reponse.  This is for virtual groups only.
1620         (gnus-get-unread-articles): Count the archive groups as secondary, so
1621         that they're activated the same way as before.
1622
1623         * imap.el (imap-message-map): Removed optional buffer parameter, since
1624         no callers use it.
1625         (imap-message-get): Ditto.
1626         (imap-message-put): Ditto.
1627         (imap-mailbox-map): Ditto.
1628         (imap-mailbox-put): Ditto.
1629         (imap-mailbox-get): Ditto.
1630         (imap-mailbox-get): Revert last change for this function.
1631
1632         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1633         case-insensitively.
1634         (nnimap-debug): Removed.
1635
1636         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1637         to use `imap-fetch' instead.  According to the comments, this should be
1638         safe, since all other IMAP clients use the 1:* syntax.
1639         (imap-enable-exchange-bug-workaround): Removed.
1640         (imap-debug): Removed -- doesn't seem very useful.
1641
1642         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1643         mail from a file, and the file doesn't exist.
1644
1645         * imap.el (imap-log): New convenience function used throughout instead
1646         of repeating the same code all over the place.
1647
1648         * pop3.el (pop3-streaming-movemail): Return t for success.
1649
1650         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1651         .authinfo if we're using ssl connection.
1652
1653         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1654         already have if we're in a main Gnus `g' run.
1655
1656         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1657
1658 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1661
1662         * nnmh.el (nnmh-request-list-1): Bind `file'.
1663
1664         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1665         alias to set-process-query-on-exit-flag or process-kill-without-query.
1666         (pop3-open-server): Use it.
1667
1668 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1671         box to the Incoming file.  Fixes mistake in previous checkin.
1672
1673         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1674         request loop (for debugging purposes) removed.
1675
1676         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1677         culprit is more visible.
1678         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1679         (nnml-add-incremental-nov): New functions to do "incremental" nov
1680         updates, where we just append to the end of the existing nov files
1681         without reading/writing them in full.
1682
1683         * mail-source.el (mail-source-delete-crash-box): Really only check the
1684         incoming files once in a while.
1685
1686         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1687
1688         * mail-source.el (mail-source-delete-crash-box): Only check the
1689         incoming files for deletion once per day to save a lot of file
1690         accesses.
1691
1692         * pop3.el (pop3-logon): Fix up unbound variable typo.
1693
1694         * mail-source.el (pop3-streaming-movemail): Autoload.
1695
1696         * pop3.el (pop3-streaming-movemail): Respect
1697         pop3-leave-mail-on-server.
1698
1699         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1700         retrieval.
1701
1702         * pop3.el (pop3-process-filter): Removed unused function.
1703         (pop3-streaming-movemail, pop3-send-streaming-command)
1704         (pop3-wait-for-messages, pop3-write-to-file)
1705         (pop3-number-of-responses): New functions for streaming pop3
1706         retrieval.
1707
1708         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1709         come from no known methods.
1710         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1711         list.
1712
1713         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1714         message sizes.
1715         (pop3-movemail): Use erase-buffer instead of looping and deleting
1716         regions, which seems rather odd.
1717
1718         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1719         file once per `g' run.
1720
1721         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1722         directories.  This makes the draft queue directory work.
1723
1724         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1725         data from the backends, so that we only request the list of groups from
1726         each method once.  This should speed things up considerably.
1727
1728         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1729         detect that it's not implemented.
1730
1731         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1732         we actually do recurse down into the tree, but don't stat all leaf
1733         nodes.
1734
1735         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1736         then say so instead of bugging out.
1737
1738         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1739         files exist before trying to read them.
1740
1741         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1742         around <pre_int>.
1743
1744         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1745
1746         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1747
1748 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749
1750         * mm-util.el (mm-image-load-path): Just return the image directories,
1751         not all directories in the path in addition to the image directories.
1752         (mm-image-load-path): Maintain a cache of the image directories so that
1753         the `g' command in Gnus doesn't have to stat dozens of directories each
1754         time.
1755
1756         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1757         (gnus-html-wash-tags): Add a new `i' command to insert images.
1758         (gnus-html-insert-image): New command and keystroke.
1759         (gnus-html-redisplay-with-images): New command and keystroke.
1760         (gnus-html-show-images): Renamed command.
1761         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1762         spacers.
1763         (gnus-html-wash-tags): Decode entities at the end, so that entities
1764         inside the tags don't mess up the rest of the "parsing".
1765
1766         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1767         so that nnimap methods aren't agentized by default.  There's apparently
1768         many problems related to agent/imap behaviour.
1769
1770         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1771
1772         * gnus-html.el: Doc fix.
1773
1774 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1775
1776         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1777         specifier-spec-list for Emacs 21.
1778
1779         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1780         glyph-width and glyph-height instead of display-graphic-p and
1781         image-size; make avoidance of displaying small images work for XEmacs.
1782
1783         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1784         for XEmacs.
1785
1786         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1787         of symbol that holds plist data.
1788         (gnus-process-plist): Remove plist of process after getting it.
1789
1790 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * message.el (message-generate-hashcash): Change default to
1793         'opportunistic if hashcash is installed.
1794
1795         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1796         (gnus-html-put-image): Only call image-size once, since it's somewhat
1797         time-consuming on remote X servers.
1798
1799 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1802         type on data, not a file name.
1803
1804         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1805         window-pixel-edges for Emacs 21.
1806
1807         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1808         decoded contents.
1809         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1810
1811 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1814         group line format, since it isn't very interesting.
1815
1816         * gnus-agent.el (gnus-agent-short-article),
1817         (gnus-agent-long-article): Increase values for these two variables,
1818         since most people are likely to have more network connection and
1819         storage than before.
1820
1821         * gnus.el (gnus-refer-article-method): Change default to 'current.
1822         When referring an article, the common behaviour is to refer it from the
1823         current select method, not the native select method.  The chances of
1824         the native select method having the message in question is rather slim
1825         these days.
1826
1827         * gnus-sum.el (gnus-auto-select-subject): Change default to
1828         `unseen-or-unread'.  I think it's likely that most people want to
1829         select an unseen article over a previously seen, but unread one.
1830
1831         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1832         means that in the article buffer none of the minor mode elements will
1833         be shown, usually, and this is not desirable in most cases.
1834
1835         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1836         that commands like `d' (and the like) go to the next line in the
1837         buffer, instead of the next unread article.  I think this is the
1838         behaviour that is most natural for most users.
1839         (gnus-single-article-buffer): Change default to nil, so that people can
1840         have as many article buffers open as they have summary buffer.  I think
1841         this is the most natural way for the groups to behave.
1842
1843         * message.el (message-generate-new-buffers): Change default to
1844         `unsent', so that all new message buffers start their names with the
1845         string "*unsent", and it's easier to find the buffers if you move from
1846         them.
1847
1848 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1851         small.  They're probably tracking images.
1852         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1853         (gnus-html-rescale-image): Yet another try at getting the image sizing
1854         right.
1855
1856         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1857         nntp-marks-file-name is nil.
1858
1859 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1860
1861         * gnus-html.el (gnus-html-wash-tags)
1862         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1863         Better logging.
1864
1865 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1866
1867         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1868
1869         * gnus-html.el (gnus-html-wash-tags): Check the value of
1870         gnus-blocked-images in the summary buffer.
1871
1872 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1873
1874         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1875
1876 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1877
1878         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1879         like "a", it seems like.
1880         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1881         since it needs to be picked from the correct buffer.
1882
1883         * nnwfm.el: Removed.
1884
1885         * nnlistserv.el: Removed.
1886
1887 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1888
1889         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1890         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1891
1892 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893
1894         * nnkiboze.el: Removed.
1895
1896         * nndb.el: Removed.
1897
1898         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1899         alt text.
1900         (gnus-html-rescale-image): Try to get the rescaling logic right for
1901         images that are just wide and not tall.
1902
1903         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1904         overshadow variable bindings.
1905
1906 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1907
1908         * gnus-html.el (gnus-html-wash-tags)
1909         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1910         extra logging.
1911
1912 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1915         (gnus-max-image-proportion): New variable.
1916         (gnus-html-rescale-image): New function.
1917         (gnus-html-put-image): Rescale images.
1918
1919 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1920
1921         Fix up some byte-compiler warnings.
1922         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1923         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1924         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1925         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1926         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1927         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1928         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1929
1930 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * gnus-html.el (gnus-article-html): Decode contents by charset.
1933
1934 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1937         (gnus-html-frame-width, gnus-blocked-images)
1938         * message.el (message-prune-recipient-rules): Add custom version.
1939         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1940
1941         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1942         functions.
1943
1944         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1945         gnus-process-get.
1946
1947 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1948
1949         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1950         instead of lsub directly.
1951
1952 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953
1954         * nnwarchive.el: Removed.
1955
1956         * gnus-soup.el: Removed.
1957
1958         * nnsoup.el: Removed.
1959
1960         * nnultimate.el: Removed.
1961
1962         * gnus-html.el (gnus-blocked-images): New variable.
1963
1964         * message.el (message-prune-recipients): New function.
1965         (message-prune-recipient-rules): New variable.
1966
1967         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1968         guess whether a long line is natural text or not.
1969
1970         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1971         gnus-process-plist and friends for compatibility.
1972
1973 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1974
1975         * gnus-html.el: Require packages that define macros used in this file.
1976         (gnus-article-mouse-face): Declare to silence byte-compiler.
1977         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1978         process-get.
1979         (gnus-html-put-image): Use plist-get to avoid getf.
1980         (gnus-html-prefetch-images): Use with-current-buffer.
1981
1982 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-ems.el: Provide compatibility functions for
1985         gnus-set-process-plist.
1986
1987         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1988         header-line-format for XEmacs 21.4.
1989
1990         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1991         * gnus.el (gnus-valid-select-methods)
1992         * message.el (message-send-mail-partially-limit)
1993         * mm-decode.el (mm-text-html-renderer)
1994         * mml.el (mml-insert-mime-headers-always)
1995         * smiley.el (smiley-regexp-alist): Bump custom version.
1996
1997 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998
1999         * gnus-html.el: require mm-url.
2000         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2001         with the url to `url'.
2002         (gnus-html-wash-tags): Support cid: URLs/images.
2003
2004 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2007         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2008         bindings, as they aren't useful at all.  `w' is moved to `W w'.
2009
2010         * gnus-move.el: Removed file, since it doesn't really work.
2011
2012         * gnus-html.el (gnus-article-html): Tell w3m that the input is
2013         UTF-8.  This seems to fix problems with some German web feeds.
2014
2015         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2016         at the top so that the proper colours are applied.
2017
2018         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2019         don't have dots in their names.
2020
2021         * gnus-art.el (gnus-article-view-part): Doc fix.
2022
2023         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2024         XEmacs-compatible.
2025         (gnus-html-put-image): Don't do images on non-graphic displays.
2026
2027         * nnslashdot.el: Removed this unused backend.
2028
2029         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2030         actions.
2031         (gnus-undo-register-1): Revert last change.
2032
2033         * gnus-group.el (gnus-group-completing-read): Protect against not
2034         having completion-styles bound.
2035
2036         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2037         make broken recipients happier.
2038
2039         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2040
2041         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2042         point parameter.
2043
2044         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2045
2046         * gnus-group.el (gnus-group-completing-read): Add 'substring to
2047         completion-styles for group selection.
2048
2049 2009-02-04  Andreas Schwab  <schwab@suse.de>
2050
2051         * gnus-score.el (gnus-score-string): Fix regex for matching extra
2052         headers and regexp-quote the match if necessary.
2053
2054 2009-03-24  Miles Bader  <miles@gnu.org>
2055
2056         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2057         the blinking smiley.
2058
2059 2009-03-24  Simon Josefsson  <simon@josefsson.org>
2060
2061         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2062         blink smiley.
2063
2064 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2067         where the dribbel file lives exists.
2068
2069         * message.el (message-send-mail-partially-limit): Change the default to
2070         nil, since most people don't want this.
2071
2072         * mm-url.el (mm-url-decode-entities): Also decode entities like
2073         &#x3212.
2074
2075 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
2076
2077         * gnus-sum.el (gnus-summary-idna-message):
2078         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2079         Hyperlink urls in docstrings with URL `...'.
2080
2081 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
2082
2083         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2084         functions.
2085
2086 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087
2088         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
2089         say what the mouseover text should be.
2090
2091         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
2092         version of the mm-w3m-safe-url-regexp variable to only download images
2093         in the groups where we want that to happen.
2094
2095         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
2096
2097         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
2098         easier debugging.
2099         (gnus-article-beginning-of-window): Add kludge to allow spacing past
2100         big pictures in the article buffer.
2101
2102         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
2103         gnus-article-html.
2104         (mm-text-html-renderer): gnus-article-html needs curl in addition to
2105         w3m.
2106
2107         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
2108
2109 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
2112         which doesn't exist.
2113
2114         * message.el (message-inhibit-ecomplete): New variable to allow some
2115         function to inhibit ecomplete address storage.
2116         (message-resend): Disable ecomplete message storage when resending
2117         messages.
2118
2119         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
2120
2121 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2124         Save excursion while copying, moving, and deleting articles in order to
2125         prevent the cursor from jumping to unforeseen place.
2126
2127 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2128
2129         * lpath.el: No need to bind bookmark-current-buffer,
2130         bookmark-yank-point and bookmark-make-record-function.
2131
2132 2010-08-17  Glenn Morris  <rgm@gnu.org>
2133
2134         * gnus-sync.el: Require gnus components whose functions are used.
2135
2136         * gnus-art.el (bookmark-make-record-function):
2137         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2138         Declare for compiler.
2139
2140         * mm-url.el (mml-compute-boundary): Autoload.
2141
2142 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2145
2146 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2147
2148         Typo fix "hoo4a" -> "hook".
2149
2150         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2151
2152 2010-08-14  Glenn Morris  <rgm@gnu.org>
2153
2154         * gnus-sync.el (gnus-sync): Fix defgroup version.
2155
2156 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2157
2158         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2159
2160         * gnus-sync.el: Fix docs.
2161         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2162         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2163
2164 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2165
2166         Optimizations for gnus-sync.el.
2167
2168         * gnus-sync.el: Add docs about gnus-sync-backend
2169         possibilities.
2170         (gnus-sync-save): Remove unnecessary message.
2171         (gnus-sync-read): Optimize and show what groups were skipped.
2172
2173 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2174
2175         Minor bug fixes for gnus-sync.el.
2176
2177         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2178         read the sync on get-new-news.
2179
2180         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2181         quiet.
2182
2183         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2184
2185 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2186
2187         Make saving and restoring of hidden threads work with overlays.
2188         Patch applied by Ted Zlatanov.
2189
2190         * gnus-sum.el (gnus-hidden-threads-configuration)
2191         (gnus-restore-hidden-threads-configuration): Update to deal with text
2192         properties, rather than searching for a magic character.
2193
2194 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2195
2196         New gnus-sync.el library for synchronization of marks.
2197
2198         * gnus-sync.el: New library for synchronization of marks.
2199
2200         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2201         renamed from `gnus-registry-grep-in-list'.
2202
2203         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2204
2205         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2206
2207 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2210         determining charset of text fails.
2211
2212 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2213
2214         * nnmail.el (nnmail-get-new-mail-1): Revert.
2215
2216         * nnml.el (nnml-active-number): Make sure names of newly created groups
2217         in nnml-group-alist are encoded.
2218
2219 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2222         containing non-ASCII characters in active file for nnml back end.
2223
2224 2010-07-24  David Engster  <dengste@eml.cc>
2225
2226         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2227         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2228
2229 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2230
2231         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2232         tag (Bug#6654).
2233
2234 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2237         the article buffer, not the summary buffer.
2238
2239 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2240
2241         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2242         Emacs 23 as well.
2243
2244 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2245
2246         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2247         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2248
2249 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2250
2251         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2252         Patch applied by Karl Fogel.
2253
2254         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2255         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2256
2257 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2258
2259         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2260         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2261         C-w still not working correctly from Article buffers; Thierry's
2262         patch to fix that will be applied after this.
2263
2264         * gnus-art.el (bookmark-make-record-function): New local variable.
2265
2266         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2267         article buffer.
2268         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2269
2270 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2271
2272         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2273         on changes in bookmark.el.
2274
2275 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2276
2277         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2278         `no-log' instead of message not to log prompt string.
2279
2280 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2281
2282         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2283         the *other* type of HTML form submission.
2284
2285 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2286
2287         * auth-source.el (auth-source-pick): If choice does not contain a
2288         questioned keyword, set the check to t.
2289
2290 2010-06-12  Romain Francoise  <romain@orebokech.com>
2291
2292         * gnus-util.el (gnus-date-get-time): Move up before first use.
2293
2294 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2295
2296         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2297         (gnus-article-edit-part): Bind it to make last part that is substituted
2298         or deleted visible.
2299         (gnus-mime-display-single): Buttonize part of which id equals to
2300         gnus-mime-buttonized-part-id.
2301
2302 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2303
2304         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2305         (gnus-dd-mmm): Use gnus-date-get-time.
2306         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2307         simplify logic.
2308         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2309         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2310
2311 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2312
2313         * auth-source.el (top): Autoload `secrets-list-collections',
2314         `secrets-create-item', `secrets-delete-item'.
2315         (auth-sources): Fix tag string.
2316         (auth-get-source, auth-source-retrieve, auth-source-create)
2317         (auth-source-delete): New defuns.
2318         (auth-source-pick): Rewrite in order to avoid 2 passes.
2319         (auth-source-forget-user-or-password): New parameter USERNAME.
2320         (auth-source-user-or-password): New parameters CREATE-MISSING and
2321         DELETE-EXISTING.  Retrieve password interactively, if needed.
2322
2323 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2324
2325         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2326         deleting unused directories when gnus-expert-user is t.
2327
2328 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2329
2330         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2331         for each temp file when gnus-article-browse-delete-temp is ask.
2332
2333 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2334
2335         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2336         Lisp calls to delete-backward-char by calls to delete-char.
2337
2338 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2339
2340         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2341
2342 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2343
2344         * password-cache.el (password-cache-remove): Fix docstring.
2345
2346 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2349         article unless decoding article to be saved.
2350
2351 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2352
2353         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2354         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2355         generated within the mm-with-unibyte-current-buffer macro.
2356
2357 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2358
2359         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2360         to nil when we're in a mml-preview buffer and no group is selected.
2361
2362 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2363
2364         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2365         when catching the `C-g'.  Reported by "Leo".
2366
2367 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * message.el (message-forward-make-body-plain)
2370         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2371         multibyte-string-p.
2372
2373         * lpath.el: Revert.
2374
2375 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2376
2377         * message.el (message-forward-make-body-mml): Assume original message
2378         is multibyte string; error on unibyte.
2379         (message-forward-make-body-plain): Ditto; don't add excessive newline
2380         in body end.
2381
2382         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2383
2384 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2385
2386         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2387         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2388
2389 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2390
2391         * mm-extern.el (mm-extern-url): Don't use
2392         mm-with-unibyte-current-buffer.
2393         (mm-extern-cache-contents): Use with-current-buffer instead of
2394         save-excursion + set-buffer.
2395
2396 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * mm-util.el (mm-emacs-mule): Remove.
2399
2400 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2401
2402         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2403         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2404         change.
2405
2406 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2409         bind the default value of enable-multibyte-characters to nil.
2410
2411 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * message.el (message-forward-make-body-plain)
2414         (message-forward-make-body-mml):
2415         Don't use mm-with-unibyte-current-buffer.
2416
2417 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2418
2419         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2420
2421 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2422
2423         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2424         (Bug#5592).
2425
2426 2010-05-07  Julien Danjou  <julien@danjou.info>
2427
2428         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2429         it to mm-pipe-part.
2430
2431         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2432         it is given.
2433
2434 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2435
2436         * binhex.el (binhex-decode-region-internal)
2437         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2438         (dns-query)
2439         * nnweb.el (nnweb-gmane-search)
2440         * pgg-parse.el (pgg-parse-armor)
2441         * pgg.el (pgg-verify-region)
2442         * sha1.el (sha1-string-external)
2443         * uudecode.el (uudecode-decode-region-internal)
2444         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2445         XEmacs.
2446
2447         * gnus-art.el (gnus-article-browse-html-parts)
2448         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2449         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2450         make-temp-file.
2451
2452         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2453         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2454         compiling.
2455
2456         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2457         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2458         XEmacs when compiling.
2459
2460         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2461         gnus-pick-mode-off-hook for XEmacs when compiling.
2462         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2463         gnus-binary-mode-off-hook for XEmacs when compiling.
2464
2465         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2466         nil if char-charset is not available.
2467
2468         * imap.el (imap-disable-multibyte)
2469         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2470         macros.
2471
2472         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2473         instead of encode-coding-string.
2474
2475         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2476         'xemacs) instead of mm-emacs-mule to switch function definitions.
2477         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2478
2479         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2480         bind temporary-file-directory for XEmacs;
2481         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2482         timer-set-function for XEmacs 21.4 and SXEmacs;
2483         bind timer-list for XEmacs 21.4 and SXEmacs;
2484         fbind char-charset and find-charset-region for non-Mule XEmacs;
2485         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2486         encode-coding-region and encode-coding-string for XEmacs having no
2487         file-coding feature.
2488
2489 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2490
2491         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2492
2493 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2494
2495         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2496         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2497
2498 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2499
2500         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2501         alias `jka-compr-delete-temp-file' no longer exists.
2502
2503 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2504
2505         Use define-minor-mode in Gnus where applicable.
2506         * mml.el (mml-mode): Use define-minor-mode.
2507         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2508         (gnus-undo-mode): Use define-minor-mode.
2509         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2510         (gnus-dead-summary-mode): Use define-minor-mode.
2511         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2512         Initialize in declaration.
2513         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2514         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2515         (gnus-mailing-list-mode): Use define-minor-mode.
2516         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2517         (gnus-draft-mode): Use define-minor-mode.
2518         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2519         (gnus-dired-mode): Use define-minor-mode.
2520
2521 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2522
2523         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2524         handles on recursive mml-to-mime translation and check them for
2525         boundary delimiter collisions.  Reported by Greg Troxel.
2526
2527 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2528
2529         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2530
2531 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2532
2533         * mm-util.el (mm-find-buffer-file-coding-system):
2534         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2535
2536 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2537
2538         * message.el (message-generate-headers): Record insertion of optional
2539         headers as well.  Otherwise the check to prevent repeated insertion of
2540         optional headers is a no-op.
2541
2542 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2543
2544         * smime.el: Don't mention CVS.
2545
2546         * nnrss.el (nnrss-fetch): Don't mention CVS.
2547
2548         * nnir.el: Don't mention CVS.
2549
2550 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2551
2552         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2553
2554 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * lpath.el: Fbind bookmark-default-handler,
2557         bookmark-get-bookmark-record, bookmark-make-record-default,
2558         bookmark-prop-get for Emacs <23 and XEmacs.
2559
2560 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2561
2562         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2563         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2564         Use with-current-buffer to silence the byte-compiler.
2565         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2566         bother to require `gnus'.
2567         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2568
2569 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2570
2571         * gnus-sum.el (gnus-summary-bookmark-make-record)
2572         (gnus-summary-bookmark-jump): New functions.
2573         (gnus-summary-mode): Setup bookmark support.
2574
2575 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2576
2577         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2578         if set.
2579
2580 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2583         gnus-article-browse-html-save-cid-image; make it work recursively for
2584         forwarded messages as well.
2585         (gnus-article-browse-html-parts): Work when prefix arg is given.
2586         (gnus-article-browse-html-article): Doc fix.
2587
2588 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2589
2590         * message.el (message-default-mail-headers):
2591         (message-default-headers): Carry the value mail-default-headers over
2592         into message-default-mail-headers, rather than message-default-headers.
2593
2594 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2595
2596         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2597         charset.
2598
2599         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2600         charset into the <meta> tag when the article is encoded to utf-8.
2601
2602 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2605         directories as well.
2606         (gnus-article-browse-html-parts): Work for images that do not specify
2607         file names; delete temp directory when quitting; insert header at the
2608         right place; use file: scheme for image files.
2609
2610 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2611
2612         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2613         (gnus-article-browse-html-parts): Use it to make temporary cid image
2614         files in addition to html file so that browser may display them.
2615
2616 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2619
2620 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2621
2622         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2623
2624 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2625
2626         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2627         about Secret Service API sources.  Improve Customize options.
2628         (auth-source-pick): Change to accept any number of search parameters.
2629         Implement fallbacks iteratively, not recursively.  Add scoring on the
2630         second pass and sort by score.  Call Secret Service API when needed.
2631         (auth-source-user-or-password): Use it.  Call Secret Service API
2632         directly when needed to get the user name and the password.
2633
2634 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2635
2636         * message.el (message-interactive): Doc fix.
2637         (message-qmail-inject-args): Reflow.
2638         (message-kill-to-signature): Fix typo in docstring.
2639
2640         * smiley.el (smiley-buffer): Fix typo in docstring.
2641
2642 2010-03-24  Glenn Morris  <rgm@gnu.org>
2643
2644         * mail-source.el (gnus-message): Declare.
2645         (mail-source-delete-old-incoming): Require gnus-util.
2646
2647 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2648
2649         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2650
2651         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2652
2653         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2654         password-cache's default if it is not bound.
2655         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2656         password-cache-expiry's default if it is not bound.
2657
2658         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2659         available in Emacs 21.
2660
2661         * lpath.el: Suppress compiler warnings for:
2662         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2663         XEmacs;
2664         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2665         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2666         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2667
2668 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2669
2670         * auth-source.el (auth-sources): Fix up definition so extra parameters
2671         are always inline.
2672
2673 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2674
2675         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2676         wasn't updated after mismatch.  Clear cached mailbox info correctly
2677         when uidvalidity changes.
2678         (nnimap-group-prefixed-name): New function to avoid some code
2679         duplication.
2680         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2681         (nnimap-request-group): Use it.
2682         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2683         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2684         with many imap folders.  This is done by caching the group status from
2685         the imap server persistently in a group parameter `imap-status'.  (This
2686         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2687         but not persistently, so every Gnus startup was still very slow.)
2688
2689 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2690
2691         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2692         delete the extra newline.  Otherwise editing of :string and :number
2693         types don't work.
2694
2695 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2696
2697         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2698         secrets.el dependency.
2699         (auth-sources): Add optional user name.  Add secrets.el configuration
2700         choice (unused right now).
2701
2702 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2703
2704         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2705         `gnus-registry-install-shortcuts' fill in the functions.
2706
2707         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2708         warnings.
2709         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2710         (gnus-registry-install-shortcuts): Populate and use it in a
2711         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2712
2713 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2714
2715         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2716         In-place substitutions for the group name encoding/decoding.
2717         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2718         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2719         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2720         (nnimap-update-unseen, nnimap-request-list)
2721         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2722         (nnimap-request-set-mark, nnimap-split-to-groups)
2723         (nnimap-split-articles, nnimap-request-newgroups)
2724         (nnimap-request-create-group, nnimap-request-accept-article)
2725         (nnimap-request-delete-group, nnimap-request-rename-group)
2726         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2727         `encoded-mbx' for consistency.
2728         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2729         variable `imap-current-mailbox'.
2730
2731         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2732         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2733
2734 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2735
2736         * pop3.el (pop3-display-message-size-flag): Display message size byte
2737         counts during POP3 download.
2738         (pop3-movemail): Use it.
2739         (pop3-list): Implement listing of available messages.
2740
2741 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2742
2743         * nnir.el (nnir-get-article-nov-override-function): New function to
2744         override the normal NOV retrieval.
2745         (nnir-retrieve-headers): Use it.
2746
2747 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2748
2749         * auth-source.el (netrc-machine-user-or-password): Autoload.
2750
2751 2010-03-19  Glenn Morris  <rgm@gnu.org>
2752
2753         Stop message.el from loading about 40 libraries it doesn't always need.
2754         The general approach is to autoload rather than require, and to
2755         require in the specific functions rather than the file.  (Bug#5642)
2756
2757         * gmm-utils.el: Don't require wid-edit.
2758         (widget-create-child-value, widget-convert, widget-default-get):
2759         Autoload.
2760
2761         * gnus-util.el: Don't require time-date, netrc.
2762         (message-fetch-field, gnus-group-name-decode): Declare rather than
2763         autoloading.
2764         (gnus-fetch-field): Require message.
2765         (gnus-decode-newsgroups): Require gnus-group.
2766
2767         * ietf-drums.el: Don't require time-date.
2768
2769         * message.el: Don't require hashcash, canlock, ecomplete.
2770         Do require mail-utils.  Require nnheader only when compiling.
2771         (smtpmail-default-smtp-server): Remove declaration.
2772         (message-send-mail-function): Check smtpmail-default-smtp-server
2773         is bound rather than requiring smtpmail.
2774         (message-auto-save-directory, message-insert-signature): Use
2775         expand-file-name rather than nnheader-concat.
2776         (nnheader-insert-file-contents): Autoload.
2777         (hashcash-wait-async): Declare.
2778         (message-send-mail): Only call gnus-setup-posting-charset if
2779         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2780         (message-send-mail-with-sendmail): Require sendmail.
2781         (canlock-password, canlock-password-for-verify): Declare.
2782         (message-canlock-password): Require canlock.
2783         (nnheader-get-report): Autoload.
2784         (gnus-setup-posting-charset): Declare.
2785         (message-send-news): Require gnus-msg.
2786         (message-make-references, message-make-in-reply-to): Use mail-header-id
2787         rather than the alias mail-header-message-id.
2788         (ecomplete-add-item, ecomplete-save): Declare.
2789         (message-put-addresses-in-ecomplete): Require ecomplete.
2790         (ecomplete-display-matches): Autoload.
2791
2792         * mm-decode.el: Don't require mailcap, gnus-util.
2793         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2794         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2795         Autoload.
2796         (mailcap-mime-extensions): Declare.
2797
2798         * mm-encode.el: Don't require mailcap.
2799         (mailcap-extension-to-mime): Autoload.
2800
2801         * mml-sec.el: Don't require password-cache.
2802
2803         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2804         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2805         (mml-minibuffer-read-type): Require mailcap.
2806         (mml-preview): Require gnus-msg.
2807
2808         * mml1991.el: Require password-cache.
2809         (password-cache-expiry): Remove declaration.
2810
2811         * mml2015.el: Require password-cache.
2812         (password-cache-expiry): Remove declaration.
2813
2814         * nneething.el (mailcap): Require mailcap.
2815
2816         * nnheader.el (declare-function): Add compatibility stub.
2817         (message-remove-header): Declare rather than autoload.
2818         (nnheader-replace-header): Require message.
2819
2820         * nnimap.el (declare-function): Add compatibility stub.
2821         (netrc-parse, netrc-machine-user-or-password): Declare.
2822         (nnimap-open-connection): Require netrc.
2823
2824         * nntp.el (declare-function): Add compatibility stub.
2825         (netrc-parse, netrc-machine, netrc-get): Declare.
2826         (nntp-send-authinfo): Require netrc.
2827
2828         * rfc2047.el: Don't require qp.
2829         (quoted-printable-encode-region, quoted-printable-decode-string):
2830         Autoload.
2831
2832         * sieve-mode.el: Don't require easymenu.
2833         (easy-menu-add-item): Autoload it.
2834
2835         * spam-stat.el (time-to-number-of-days): Autoload it.
2836
2837 2010-03-19  Glenn Morris  <rgm@gnu.org>
2838
2839         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2840
2841 2010-03-18  Glenn Morris  <rgm@gnu.org>
2842
2843         * hashcash.el (declare-function): Remove duplicate definition.
2844
2845 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2846
2847         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2848         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2849         value if any backslash escapes).
2850
2851 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2854         if it is available.  (bug#5647)
2855
2856         * lpath.el: Suppress compiler warning for coding-system-from-name for
2857         Emacs 21 and XEmacs.
2858
2859 2010-03-14  Juri Linkov  <juri@jurta.org>
2860
2861         * hmac-def.el:
2862         * hmac-md5.el:
2863         * netrc.el: Fix keywords.
2864
2865 2010-02-26  Glenn Morris  <rgm@gnu.org>
2866
2867         * message.el (message-send-mail-function): Change the default, so that
2868         it inherits from a customized send-mail-function.  (Bug#5643)
2869
2870 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2871
2872         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2873         shell-command-to-string signals an error (bug#5299).
2874
2875 2010-02-24  Glenn Morris  <rgm@gnu.org>
2876
2877         * message.el (message-smtpmail-send-it)
2878         (message-send-mail-with-mailclient): Doc fixes.
2879
2880 2010-02-16  Glenn Morris  <rgm@gnu.org>
2881
2882         * message.el (message-default-mail-headers): Change the default value
2883         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2884
2885 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2888         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2889
2890 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2891
2892         * time-date.el (date-to-time): Doc fix (Bug#5408).
2893
2894 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2895
2896         * message.el (message-mail): Just pass yank-action on to message-setup.
2897         (message-setup): Handle (FUN . ARGS) form of yank-action.
2898         (message-with-reply-buffer, message-widen-reply)
2899         (message-yank-original): Handle non-buffer values of
2900         message-reply-buffer (Bug#4080).
2901         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2902
2903 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2904
2905         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2906         Fix typo in docstring.
2907
2908 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2909
2910         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2911         response.
2912
2913 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2916
2917         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2918
2919         * message.el (message-check-news-header-syntax): Protect against a
2920         string that `rfc822-addresses' returns when parsing fails.
2921
2922 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2925         (gnus-previous-char-property-change): New functions.
2926
2927         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2928
2929 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2930
2931         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2932         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2933
2934 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2935
2936         * message.el (message-exchange-point-and-mark): Rework last change to
2937         avoid using optional arg of exchange-point-and-mark, for backward
2938         compatibility.
2939
2940 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2941
2942         * message.el (message-exchange-point-and-mark): Call
2943         exchange-point-and-mark with an argument rather than setting
2944         mark-active by hand (Bug#5175).
2945
2946 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * nntp.el (nntp-service-to-port): Work for service expressed with
2949         numeric string; replace [:digit:] with [0-9] for XEmacs.
2950
2951 2009-12-17  Glenn Morris  <rgm@gnu.org>
2952
2953         * gnus-group.el (gnus-bug-group-download-format-alist):
2954         Change emacs entry to debbugs.gnu.org.  Bump :version.
2955
2956 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2957
2958         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2959
2960 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2961
2962         * message.el (message-info): Explain why we use `Info-goto-node'.
2963
2964 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2965
2966         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2967
2968 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2969
2970         * message.el (message-completion-in-region): New compatibility function.
2971         (message-expand-group): Use it.
2972
2973 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2974
2975         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2976         with no unread article should be listed if the 2nd arg `predicate' is
2977         given.
2978
2979 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2980
2981         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2982
2983 2009-11-29  Juri Linkov  <juri@jurta.org>
2984
2985         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2986         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2987         on `gnus-recenter'. (Bug#4698, Bug#4981)
2988
2989 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2990
2991         * sha1.el (sha1-string-external): default-directory "/" in case
2992         otherwise non-existent.  process-connection-type pipe for touch of
2993         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2994
2995 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2996
2997         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2998         it's comms related and sgml-mode.el has "comm" on that basis too.
2999
3000 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3003         containing tspecial characters if they have been already quoted.
3004
3005 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
3006
3007         * dns-mode.el (auto-mode-alist): Purecopy string.
3008
3009 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3010
3011         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3012
3013 2009-10-24  Glenn Morris  <rgm@gnu.org>
3014
3015         * gnus-art.el (help-xref-stack-item): Define for compiler.
3016
3017 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3018
3019         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3020
3021 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3024
3025 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3026
3027         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3028         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3029
3030 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3031
3032         * gnus.el (gnus-overlay-get): New alias to overlay-get.
3033         (gnus-overlays-in): New alias to overlays-in.
3034
3035         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3036         gnus-overlay-get, and gnus-delete-overlay.
3037         (gnus-summary-show-thread): Make it work as well for systems in which
3038         next-single-char-property-change is not available.
3039         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3040
3041         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3042         (gnus-overlay-get): New alias to extent-property.
3043         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3044
3045         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3046         SXEmacs.
3047
3048         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3049         SXEmacs.
3050
3051 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
3052
3053         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3054
3055 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3056
3057         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3058         and XEmacs that don't have `remove-overlays'.
3059
3060 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3061
3062         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3063         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3064         selective display.  Use overlays instead.
3065
3066 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3067
3068         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3069
3070 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3071
3072         * spam-stat.el (spam-stat-load): Fix typo in message.
3073
3074 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3075
3076         * dig.el (dig-invoke): Fix typo in docstring.
3077         (query-dig): Reflow docstring.
3078
3079 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
3080
3081         * gnus-art.el (gnus-article-encrypt-body):
3082         * message.el (message-check-recipients):
3083         * mm-util.el (mm-codepage-setup):
3084         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3085         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3086
3087 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
3088
3089         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
3090         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
3091         keys from the menu if mm-{sign,encrypt}-option is 'guided.
3092         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
3093         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
3094
3095 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3096
3097         * dig.el: Add "Keywords: comm", as per net-utils.el.
3098
3099 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3100
3101         * dig.el (dig-mode): Use define-derived-mode.
3102
3103 2009-09-19  Glenn Morris  <rgm@gnu.org>
3104
3105         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3106
3107 2009-09-18  Glenn Morris  <rgm@gnu.org>
3108
3109         * gnus-diary.el (gnus-diary-check-message):
3110         * message.el (message-insert-formatted-citation-line):
3111         * nnbabyl.el (top-level):
3112         * nndiary.el (nndiary-schedule):
3113         Fix typos in condition-case handlers.
3114
3115 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * gnus-art.el (gnus-article-edit-part): Work for the buffer
3118         configuration that provides the sole article window in a frame;
3119         position point correctly after deleting a part.
3120
3121 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3122
3123         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3124         (spam-resolve-registrations-routine): Use it to unregister articles
3125         that change status.
3126
3127 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3130         with XEmacs.
3131         (parse-time-string-chars): Use it.
3132
3133 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3134
3135         * imap.el (imap-interactive-login): Better messages.
3136         (imap-open): Fix bug with renamed buffer on reconnect.
3137         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3138         for easier debugging and cleaner code.  On successful (guessed based on
3139         server capabilities) secondary authentication, set imap-state
3140         correctly.
3141         (imap-last-authenticator): Define imap-last-authenticator as a variable
3142         to avoid warnings.
3143
3144 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3145
3146         * nnrss.el (nnrss-request-article): Remove binding of
3147         default-enable-multibyte-characters that has gotten needless by
3148         the 2007-07-13 change in rfc2047-encode-message-header.
3149
3150         * mml.el (mml-insert-multipart): Error on the message header.
3151         (mml-insert-part): Error on the message header; position point at
3152         the end of a MIME tag.
3153
3154 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * time-date.el (autoload): Expand define-obsolete-function-alias into
3157         defalias and make-obsolete for old Emacsen that Gnus supports.
3158         (with-no-warnings): Define it for old Emacsen.
3159         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3160         is available.
3161         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3162         float-time is available; suppress compile warning for time-to-seconds.
3163
3164         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3165         (gnus-float-time): Alias to float-time if it exists.
3166
3167         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3168         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3169         float-time is available; suppress compile warning for time-to-seconds.
3170
3171         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3172         XEmacs.
3173
3174 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3175
3176         * imap.el (imap-message-map): Docstring fix.
3177
3178 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3179
3180         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3181         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3182         Add the optional argument `encoding' that overrides the default.
3183
3184         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3185         mm-encode-buffer.
3186
3187 2009-09-04  Glenn Morris  <rgm@gnu.org>
3188
3189         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3190         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3191         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3192         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3193         * mm-util.el (mm-with-unibyte-current-buffer)
3194         (mm-find-buffer-file-coding-system):
3195         * yenc.el (yenc-decode-region): Use default-value rather than
3196         default-enable-multibyte-characters.
3197
3198 2009-09-03  Glenn Morris  <rgm@gnu.org>
3199
3200         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3201         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3202         than default-enable-multibyte-characters.
3203
3204 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3205
3206         * gnus-art.el (gnus-article-read-summary-keys):
3207         Fix gnus-buffer-configuration's value temporarily used.
3208
3209 2009-09-02  Glenn Morris  <rgm@gnu.org>
3210
3211         * gnus-util.el (gnus-float-time): New function.
3212         * gnus-delay.el (gnus-delay-article):
3213         * gnus-sum.el (gnus-thread-latest-date):
3214         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3215         * nnspool.el (nnspool-request-newgroups):
3216         Use gnus-float-time rather than time-to-seconds.
3217         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3218
3219         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3220         (gnus-header-subject-face, gnus-header-newsgroups-face)
3221         (gnus-header-name-face, gnus-header-content-face):
3222         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3223         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3224         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3225         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3226         (gnus-cite-face-11):
3227         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3228         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3229         (gnus-server-closed-face, gnus-server-denied-face)
3230         (gnus-server-offline-face):
3231         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3232         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3233         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3234         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3235         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3236         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3237         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3238         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3239         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3240         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3241         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3242         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3243         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3244         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3245         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3246         (gnus-summary-high-undownloaded-face)
3247         (gnus-summary-low-undownloaded-face)
3248         (gnus-summary-normal-undownloaded-face)
3249         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3250         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3251         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3252         (gnus-splash-face):
3253         * message.el (message-header-to-face, message-header-cc-face)
3254         (message-header-subject-face, message-header-newsgroups-face)
3255         (message-header-other-face, message-header-name-face)
3256         (message-header-xheader-face, message-separator-face)
3257         (message-cited-text-face, message-mml-face):
3258         * sieve-mode.el (sieve-control-commands-face)
3259         (sieve-action-commands-face, sieve-test-commands-face)
3260         (sieve-tagged-arguments-face):
3261         * spam.el (spam-face):
3262         Mark face aliases with "-face" in the name as obsolete.
3263
3264 2009-09-01  Glenn Morris  <rgm@gnu.org>
3265
3266         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3267         than goto-line.
3268
3269 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3270
3271         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3272         Don't move point if the command is invoked inside the message header.
3273
3274 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3275
3276         * imap.el (imap-send-command): Simplify.
3277         (imap-wait-for-tag): point-max -> buffer-size.
3278
3279 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3280
3281         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3282         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3283         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3284         * nnir.el (nnir-swish-e-index-file):
3285         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3286         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3287         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3288         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3289         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3290         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3291
3292 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3293
3294         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3295         Don't save excursion.
3296
3297 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3298
3299         * nnheader.el (nnheader-find-file-noselect):
3300         * mm-util.el (mm-insert-file-contents):
3301         Use (default-value 'major-mode) instead of default-major-mode.
3302
3303 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3304
3305         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3306
3307 2009-08-26  Glenn Morris  <rgm@gnu.org>
3308
3309         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3310         than placing in files.el.
3311
3312 2009-08-25  Glenn Morris  <rgm@gnu.org>
3313
3314         * nnir.el (top-level): Don't require cl at run-time.
3315         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3316         Replace cl-function substitute with gnus-replace-in-string.
3317         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3318         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3319         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3320         simplified expansions.
3321
3322 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3323
3324         * dig.el (dig): Add autoload cookie.
3325
3326 2009-08-22  Glenn Morris  <rgm@gnu.org>
3327
3328         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3329         goto-line.
3330
3331 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3332
3333         * parse-time.el (parse-time-string-chars): Save match data.
3334
3335 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3336
3337         * parse-time.el (parse-time-string-chars): Compute using character
3338         classes, to handle non-ascii characters (Bug#3190).
3339
3340 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3343
3344         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3345         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3346         (gnus-mm-display-part, gnus-mime-display-single)
3347         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3348         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3349
3350         * gnus-sum.el
3351         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3352         (gnus-summary-move-article): Add expirable mark to articles copied or
3353         moved to group that has auto-expire turned on if the option is non-nil.
3354
3355 2009-07-24  Glenn Morris  <rgm@gnu.org>
3356
3357         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3358         Fix typo.  (Bug#3903)
3359
3360 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3363         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3364         that should not be used for draft articles.
3365         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3366         that has no concern in minor mode keys.
3367         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3368         Abolish.
3369
3370 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3371
3372         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3373         article without making inquiry to a user for unknown encoding.
3374
3375         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3376         (nnmaildir--scan): Assume i-node and device number that file-attributes
3377         returns might be cons-cell.
3378
3379         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3380
3381         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3382
3383 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3384
3385         * auth-source.el: Remove docs now in auth.texi.  Don't use
3386         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3387         `auth-source-hide-passwords' and use them.
3388
3389 2009-07-15  Glenn Morris  <rgm@gnu.org>
3390
3391         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3392
3393 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3394
3395         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3396         excessive whitespace from the default values of title and description.
3397
3398 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3401         mail-fetch-field to fetch Content-Description header in order to
3402         exclude newlines.
3403
3404 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3405
3406         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3407         format used by GnuPG 2.0.11.
3408
3409 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3412         to deleted part.
3413
3414 2009-05-30  David Engster  <dengste@eml.cc>
3415
3416         * nnmairix.el: Remove old documentation in the commentary block.
3417         (nnmairix-request-group): Do not update active file for nnml back ends.
3418         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3419         end so that overview files are ignored.
3420         (nnmairix-update-groups): Make updating the groups more robust by using
3421         marks.
3422         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3423         with dollar characters in message-id.
3424
3425 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3426
3427         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3428         2008-12-25 in dns.el.
3429
3430 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3431
3432         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3433         could happen if the text is only composed of spaces and/or tabs.
3434
3435 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3436
3437         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3438         when sending a queued message to avoid extra mml tags.
3439
3440 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3443
3444 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3447         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3448         rmail-toggle-header for XEmacs;
3449         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3450
3451 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3452
3453         * gnus-dired.el: Remove autoload for gnus-setup-message.
3454         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3455         displaying Gnus logo; always use compose-mail.
3456
3457 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3460
3461 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3462
3463         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3464         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3465         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3466         available.
3467         (gnus-nocem-epg-verify): New function.
3468
3469 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3470
3471         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3472
3473 2009-02-15  Glenn Morris  <rgm@gnu.org>
3474
3475         * gnus-util.el (rmail-insert-rmail-file-header)
3476         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3477         autoloads.
3478         (rmail-default-rmail-file): Remove unnecessary declaration.
3479         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3480
3481 2009-02-14  Glenn Morris  <rgm@gnu.org>
3482
3483         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3484         variable (only used in gnus-util, which declares it anyway).
3485         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3486         which was only needed by gnus-art (changed to not use it any more).
3487         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3488         only used in gnus-util, which autoloads it itself.
3489         (rmail-update-summary): Fix autoload.
3490
3491         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3492         rather than rmail-output-to-rmail-file.
3493
3494 2009-02-07  Glenn Morris  <rgm@gnu.org>
3495
3496         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3497         autoload of function that no longer exists.
3498         (rmail-toggle-header): Declare.
3499         (message-forward-rmail-make-body): Handle mbox Rmail.
3500
3501 2009-01-31  Glenn Morris  <rgm@gnu.org>
3502
3503         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3504         2009-01-09 change.
3505
3506 2009-01-31  Dave Love  <fx@gnu.org>
3507
3508         * imap.el (imap-fetch-safe): Bind debug-on-error.
3509         (imap-debug): Add imap-fetch-safe.
3510
3511 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3512
3513         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3514         (auth-source-forget-all-cached): New convenience function.
3515         (auth-source-user-or-password): Accept list of modes or a single mode.
3516
3517         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3518         auth-source modes.
3519
3520         * netrc.el (netrc-machine-user-or-password): Use list of
3521         auth-source modes.
3522
3523         * nnimap.el (nnimap-open-connection): Use list of
3524         auth-source modes.
3525
3526         * nntp.el (nntp-send-authinfo): Use list of
3527         auth-source modes.
3528
3529 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3530
3531         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3532         now.
3533
3534 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3537         coding system in XEmacs; add a workaround for XEmacs.
3538
3539         * lpath.el: Fbind coding-system-aliasee.
3540
3541 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3542
3543         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3544         of current-language-environment.
3545
3546 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3547
3548         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3549         available at runtime.
3550
3551 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3554
3555 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3556
3557         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3558         the greatest positive fixnum value doesn't work under an XEmacs with
3559         bignum support; use the most-positive-fixnum constant instead,
3560         available since Emacs 21.1 with cl and XEmacs 21.1.
3561
3562 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3565         XEmacs gets not to work.
3566
3567 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * mm-util.el (mm-coding-system-priorities): Allow the value like
3570         "Japanese (UTF-8)" of current-language-environment.
3571
3572 2009-01-09  Glenn Morris  <rgm@gnu.org>
3573
3574         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3575         with last-command-event.
3576
3577 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3578
3579         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3580         in the doc string.
3581
3582         * message.el (message-fix-before-sending): Amend comment.
3583
3584 2009-01-08  Dave Love  <fx@gnu.org>
3585
3586         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3587
3588 2009-01-07  David Engster  <dengste@eml.cc>
3589
3590         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3591         simplified server definitions by converting it via
3592         gnus-server-to-method.
3593
3594 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3597         parameter's operands.
3598
3599 2009-01-06  David Engster  <dengste@eml.cc>
3600
3601         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3602         primary select method (for gnus-group-mark-article-as-read).
3603
3604 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3605
3606         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3607         `(gnus)Face', not `(gnus)X-Face'.
3608
3609 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3610
3611         * mm-util.el (mm-ucs-to-char): New function.
3612
3613         * mm-url.el (mm-url-decode-entities): Use it.
3614
3615         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3616         unicode-to-char.
3617
3618 2009-01-05  Dave Love  <fx@gnu.org>
3619
3620         * time-date.el: Require cl for `declare'.
3621
3622 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3623
3624         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3625         Dave Love.
3626
3627 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3628
3629         * message.el (message-fix-before-sending): Add `eight-bit' to
3630         illegible-text check.
3631
3632 2009-01-03  Michael Olson  <mwolson@gnu.org>
3633
3634         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3635         `headers' is nil.  This can occur if the IMAP server does not have
3636         permissions to read messages from a folder, but can write new messages
3637         to the folder.
3638         (nnimap-request-article-part): Do not insert `data' if it is nil.
3639
3640         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3641         characters which will confuse `read', so skip past them.
3642
3643 2009-01-01  Dave Love  <fx@gnu.org>
3644
3645         * imap.el (imap-string-to-integer): Fix typo.
3646         (imap-fetch-safe): New function.
3647         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3648
3649         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3650
3651         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3652         (imap-parse-greeting): Fix doc strings.
3653         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3654         (imap-parse-flag-list): Make messages unique.
3655         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3656
3657         * nnimap.el: Fix author email.
3658         (nnimap-split-rule): Add FIXME comment.
3659         (nnimap-debug): Fix doc string.
3660
3661 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3662
3663         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3664
3665 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3666
3667         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3668         nslookup if resolv.conf isn't available.
3669         (dns-query): Rename from query-dns.
3670         (dns-query-cached): Rename from query-dns-cached.
3671
3672 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3675         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3676         to check if those variables exist (first appeared in Emacs 18.50).
3677
3678 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * mm-util.el (mm-line-number-at-pos): New function.
3681
3682         * spam-report.el (spam-report-process-queue): Use it.
3683
3684 2008-12-24  David Engster  <dengste@eml.cc>
3685
3686         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3687         parameters that haven't existed as variables as buffer-local variables.
3688
3689 2008-12-23  Dave Love  <fx@gnu.org>
3690
3691         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3692         cadar.
3693
3694         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3695         imap-starttls-p.
3696         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3697
3698 2008-12-22  Dave Love  <fx@gnu.org>
3699
3700         * imap.el: Fix author email.  Doc fixes.
3701         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3702         reply.
3703
3704 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3705
3706         * spam-report.el (spam-report-gmane-max-requests): New constant.
3707         (spam-report-gmane-wait): New variable.
3708         (spam-report-gmane-ham, spam-report-gmane-spam)
3709         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3710         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3711         the server.
3712
3713         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3714         Add explanations.
3715
3716         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3717         nnheader-accept-process-output and nnheader-read-timeout if available.
3718         (pop3-movemail): Use it.
3719
3720         * message.el (message-check-news-body-syntax): Fix signature check if
3721         there's an attachment.
3722
3723 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * mm-util.el: Add comments to the mm- emulating functions.
3726
3727 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3728
3729         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3730         by Stephen Berman <stephen.berman@gmx.net>.
3731
3732 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * mm-util.el (mm-substring-no-properties): New function.
3735         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3736         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3737         (mm-string-to-multibyte): Doc fix.
3738
3739         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3740
3741 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3742
3743         * mml.el (mml-attach-file): Strip text properties from file name.
3744         (Bug#1574)
3745
3746 2008-12-16  Glenn Morris  <rgm@gnu.org>
3747
3748         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3749
3750 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3753         knows since the charset specified might be a bogus alias that
3754         mm-charset-synonym-alist provides.
3755
3756 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3757
3758         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3759         "ISO_8859-1".
3760
3761         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3762
3763 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * mm-util.el (mm-charset-eval-alist):
3766         Define it before mm-charset-to-coding-system.
3767         (mm-charset-to-coding-system): Add optional argument `silent';
3768         define it before mm-charset-override-alist.
3769         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3770         default value if it can be used in Emacs currently running;
3771         silence mm-charset-to-coding-system.
3772
3773 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3774
3775         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3776         `allow-override' which says whether to use `mm-charset-override-alist'.
3777         (rfc2047-decode-encoded-words): Use it.
3778
3779         * mm-util.el (mm-charset-override-alist): Fix custom type;
3780         add `(gb2312 . gbk)' to choices.
3781
3782 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3785         fast.
3786
3787         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3788
3789         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3790
3791 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3792
3793         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3794         on links.
3795
3796         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3797
3798 2008-12-03  Lute Kamstra  <lute@gnu.org>
3799
3800         * sha1.el: Remove leading * from docstrings of defcustoms,
3801         deffaces, defconsts and defuns.
3802
3803 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3806         users' addresses that don't have domain parts.
3807         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3808         rather than message-narrow-to-head since there will be the message
3809         header separator.
3810
3811 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3812
3813         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3814         since the result is inserted in a unibyte buffer anyway.
3815         (nnimap-demule-use-string-to-multibyte): Remove.
3816         (nnimap-demule): Alias it to mm-string-to-multibyte.
3817
3818 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3819
3820         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3821         variable for debugging bug#464 and bug#1174.
3822         (nnimap-demule): Use it.
3823
3824 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3825
3826         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3827         score calculation correctly.
3828
3829 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3830
3831         * message.el (message-send-mail): Just set the buffer to unibyte
3832         rather than use mm-with-unibyte-current-buffer which does a lot more.
3833         (message-send-mail-partially): Don't bother with
3834         mm-with-unibyte-current-buffer since it's already been made unibyte by
3835         message-send-mail.
3836
3837 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3838
3839         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3840
3841 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3842
3843         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3844
3845 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3848         require itself and to remove `with-no-warnings'.
3849
3850 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3851
3852         * starttls.el (starttls-any-program-available): Get the name of the
3853         available TLS layer program.
3854         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3855         well as the host name in the "opening" message.
3856
3857         * auth-source.el (auth-source-cache, auth-source-do-cache)
3858         (auth-source-user-or-password): Cache passwords and logins by default,
3859         allow override with `auth-source-do-cache'.
3860         (auth-source-forget-user-or-password): Allow users to remove cache
3861         entries if needed.
3862
3863 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3864
3865         * md4.el (md4-buffer): Fix typo in docstring.
3866         (md4, md4-64): Doc fixes.
3867         (md4-pack-int32): Reflow docstring.
3868
3869 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3870
3871         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3872         condition-case to only the forward-sexp call.
3873
3874 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3875
3876         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3877         quotes contained.  Make it more robust regardless by an extra
3878         condition-case wrapper.
3879
3880 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3883
3884 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3885
3886         * nnml.el (nnml-request-expire-articles): Check if the function set to
3887         `nnmail-expiry-target' returns the symbol `delete'.
3888
3889         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3890
3891         * nnmail.el (nnmail-expiry-target): Fix custom type.
3892
3893 2008-10-02  Glenn Morris  <rgm@gnu.org>
3894
3895         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3896         Silence compiler warning.
3897
3898 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3899
3900         * tls.el (open-tls-stream): Show the actual command being
3901         executed, instead of the format string.
3902
3903 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * lpath.el: Fbind codepage-setup for Emacs 23.
3906
3907 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3908
3909         * mml.el (mml-menu): Don't assume mml2015 is bound.
3910
3911 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3914         exists.
3915
3916 2008-09-27  Glenn Morris  <rgm@gnu.org>
3917
3918         * gnus-util.el (mail-header-remove-comments): Autoload it.
3919
3920 2008-09-27  Andreas Schwab  <schwab@suse.de>
3921
3922         * gnus-util.el (gnus-split-references): Strip comments.
3923         (gnus-parent-id): Likewise.
3924
3925 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3926
3927         * message.el (message-confirm-send): Fix version.
3928
3929 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * message.el (message-idna-to-ascii-rhs-1): Use
3932         mail-extract-address-components rather than mail-header-parse-addresses
3933         that is an alias by default to ietf-drums-parse-addresses that does not
3934         support non-ASCII names in headers' contents.
3935
3936 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3937
3938         * message.el (message-confirm-send): Fixed variable documentation to
3939         avoid the "y/n" wording.
3940
3941 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3942
3943         * message.el (message-set-auto-save-file-name): Save to a different
3944         filename so multiple messages (especially drafts) can be recovered.
3945
3946 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3947
3948         * message.el (message-confirm-send): Add appropriate version.
3949
3950 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3951
3952         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3953         defvar.
3954
3955 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3956
3957         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3958         (mm-pkcs7-enveloped-magic): Ditto.
3959
3960 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3961
3962         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3963         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3964
3965 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3966
3967         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3968         default, it's better.
3969
3970 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3971
3972         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3973         summary line gnus-number property and ignore them (with a warning
3974         message).
3975
3976 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3979         macro caddr in the interactive form since it won't be expanded.
3980
3981 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3984         `charset'; fix name of function called recursively.
3985         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3986
3987 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3990         (gnus-mime-set-charset-parameters): New function.
3991         (gnus-mime-view-part-as-charset): Use it to correctly display part
3992         specifying wrong charset.
3993
3994 2008-09-08  David Engster  <dengste@eml.cc>
3995
3996         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3997         in completing-read for back end server.
3998
3999 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
4000
4001         * message.el (message-confirm-send): New variable to confirm sending a
4002         message.
4003         (message-send): Use it.
4004
4005 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
4006
4007         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
4008
4009 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
4012
4013 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
4014
4015         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
4016         prevent tracking too many groups.
4017         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
4018         Use it.
4019
4020 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
4021
4022         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
4023         moving point to the bottom of the window in order to avoid recentering.
4024
4025 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
4028
4029         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
4030         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
4031         (gnus-article-beginning-of-window): Fix calculation.
4032
4033 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-msg.el (gnus-summary-supersede-article)
4036         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
4037         value of gnus-newsgroup-charset to decode non-MIME encoded text in
4038         message header.
4039
4040 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
4041
4042         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4043         pending output coming after the status change.
4044
4045 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
4046
4047         * message.el:
4048         * gnus-start.el:
4049         * gnus-registry.el: Remove VMS support.
4050
4051 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
4054         macro.
4055         (rfc2104-hash): Use it.
4056
4057 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
4058
4059         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
4060         (gnus-summary-sort-by-most-recent-date): New commands.
4061         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
4062         and menu entries.
4063
4064 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
4067         don't redisplay article for raw contents; remove plural articles stuff.
4068
4069         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
4070         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
4071         on gnus-summary-save-article; display results properly.
4072
4073 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * lpath.el: No need to fbind ns-focus-frame.
4076
4077 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
4080
4081 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4082
4083         * gnus-art.el (gnus-summary-save-in-pipe): Consider
4084         gnus-save-all-headers.
4085
4086 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
4087
4088         * gnus-util.el (ns-focus-frame): Remove declaration.
4089         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
4090         like x.
4091
4092 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
4093
4094         * rfc2104.el (rfc2104-zero): Delete defconst.
4095         (rfc2104-hex-alist): Likewise.
4096         (rfc2104-hex-to-int): Delete func.
4097         (rfc2104-hexstring-to-bitstring): Likewise.
4098         (rfc2104-nybbles): New defconst.
4099         (rfc2104-hash): Rewrite for speed.
4100
4101 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * tls.el (open-tls-stream): Make it work with the 2nd argument
4104         BUFFER that is a string but does not exist as a buffer object, as
4105         mentioned in the doc-string.
4106
4107 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
4110         SXEmacs.
4111
4112 2008-07-16  Glenn Morris  <rgm@gnu.org>
4113
4114         * gnus-util.el (ns-focus-frame): Declare for compiler.
4115
4116 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
4119         set as a group parameter.
4120         (gnus-summary-save-in-pipe): Work when it is called independently.
4121         (gnus-summary-pipe-to-muttprint): Don't modify
4122         gnus-summary-pipe-output-default-command.
4123
4124 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4125
4126         * message.el (message-send-mail-with-sendmail):
4127         Display the error message.
4128
4129 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * gnus-art.el (gnus-default-article-saver):
4132         Add gnus-summary-save-in-pipe to choices.
4133         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4134         gnus-summary-pipe-output-default-command as the default command.
4135         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4136         instead of gnus-last-shell-command.
4137
4138         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4139         New user option.
4140         (gnus-summary-muttprint-program): Mention the value will be changed.
4141         (gnus-summary-save-article): Force showing of all headers.
4142         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4143
4144 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4145
4146         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4147
4148 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4149
4150         * nnimap.el (nnimap-id):
4151         * sieve-manage.el (sieve-manage-open): Doc fixes.
4152
4153 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4154
4155         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4156         if available.
4157
4158 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4159
4160         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4161
4162         * nnkiboze.el (nnkiboze-generate-group):
4163         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4164
4165         * nnmairix.el: Require CL.
4166
4167 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * dgnushack.el: Autoload get-display-table and put-display-table for
4170         XEmacs 21.5.
4171
4172         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4173         21.4 and SXEmacs.
4174
4175 2008-06-15  David Engster  <dengste@eml.cc>
4176
4177         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4178
4179 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4180
4181         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4182         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4183         runtime choice under XEmacs.
4184
4185         * gnus-sum.el (gnus-summary-set-display-table):
4186         Use `gnus-put-display-table', `gnus-get-display-table',
4187         `gnus-set-display-table' for the display table, instead of `aset'.
4188
4189         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4190         Use `gnus-put-display-table', `gnus-get-display-table',
4191         `gnus-set-display-table' for the display table.
4192
4193 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4194
4195         * nnmairix.el: Add autoloads.
4196
4197 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4198
4199         * nnmairix.el (nnmairix-delete-recreate-group)
4200         (nnmairix-update-and-clear-marks): Fix error messages.
4201
4202 2008-06-14  David Engster  <dengste@eml.cc>
4203
4204         * nnmairix.el: Upgrade to version 0.6.
4205         (nnmairix-group-toggle-propmarks-this-group)
4206         (nnmairix-group-toggle-readmarks-this-group)
4207         (nnmairix-group-delete-recreate-this-group)
4208         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4209         (nnmairix-remove-tick-mark-original-article): New commands.
4210         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4211         (nnmairix-propagate-marks-to-nnmairix-groups)
4212         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4213         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4214         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4215         functions needed for marks propagation and manipulation of read marks.
4216         (nnmairix-update-groups): New function.
4217         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4218         (nnmairix-determine-original-group-from-registry)
4219         (nnmairix-determine-original-group-from-path)
4220         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4221         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4222         New helper functions.
4223         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4224         keystrokes for new commands.
4225         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4226         (nnmairix-request-group): Check allow-fast group parameter.
4227         (nnmairix-request-create-group): Set allow-fast group parameter if
4228         nnmairix-allowfast-default is set.
4229         (nnmairix-close-group): Propagate marks upon closing if needed.
4230         (nnmairix-group-toggle-threads-this-group): Use new.
4231         nnmairix-group-toggle-parameter helper function.
4232         (nnmairix-search): Better check for empty search result.
4233         (nnmairix-goto-original-article): Use new helper functions for
4234         determining original article.
4235         (nnmairix-show-original-article): Make sure message-id is in brackets.
4236         (nnmairix-call-mairix-binary): Change variable name.
4237         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4238         helper function.
4239         (nnmairix-widget-toggle-activate): Fix doc string.
4240
4241 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * nnir.el: Require edmacro when compiling with XEmacs.
4244         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4245         available in Emacs 21.
4246
4247 2008-06-11  Glenn Morris  <rgm@gnu.org>
4248
4249         * gnus-util.el (x-focus-frame):
4250         * gnus.el (image-size):
4251         * mm-decode.el (image-size): Declare.
4252
4253         * gnus-picon.el (declare-function): Add compat definition.
4254         (image-size): Declare.
4255
4256         * gnus-group.el (tool-bar-map):
4257         * gnus-sum.el (tool-bar-map): Define for compiler.
4258
4259         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4260
4261         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4262
4263         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4264         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4265         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4266         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4267         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4268         * sieve-manage.el, spam-report.el, spam.el:
4269         Remove unnecessary eval-and-compile of autoloads.
4270
4271 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4272
4273         * auth-source.el: Precise Tramp doc.
4274
4275 2008-06-07  Glenn Morris  <rgm@gnu.org>
4276
4277         * nnmairix.el: Remove unnecessary eval-when-compile.
4278
4279 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * lpath.el: Fbind propertize for XEmacs 21.4.
4282
4283 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4284
4285         * nnir.el: Move here from ../contrib.
4286
4287 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4288
4289         * gnus-util.el (gnus-read-shell-command): New function.
4290         * mm-decode.el (mm-pipe-part):
4291         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4292
4293 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4294
4295         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4296
4297 2008-06-03  Glenn Morris  <rgm@gnu.org>
4298
4299         * pop3.el (nnheader-accept-process-output): Autoload it.
4300
4301 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4304         are not 2-digit hexadecimal characters that follow `%'s.
4305
4306 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4307
4308         * message.el (message-bogus-recipient-p): Fix type in doc string.
4309         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4310         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4311         Improve custom options.
4312         (message-bogus-recipient-p): Adjust accordingly.
4313
4314 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4315
4316         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4317         long-form month and day names.
4318
4319 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * dgnushack.el: Autoload debug, eudc-expand-inline and
4322         pgg-snarf-keys-region for XEmacs.
4323
4324         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4325
4326         * nnmairix.el: Require edmacro when compiling with XEmacs.
4327
4328 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4329
4330         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4331         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4332
4333 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4334
4335         * auth-source.el: Add more docs.
4336
4337         * netrc.el (netrc-machine): Always match if the port is not given.
4338
4339 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4342         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4343         retrieval faster in some cases, but might make CPU usage larger.  If
4344         this has any bad side effects, we might revert this change.
4345
4346         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4347         seems to make mail retrieval much, much faster.
4348         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4349         unconditionally.
4350
4351         * gnus-draft.el (gnus-group-send-queue): Bind
4352         message-send-mail-partially-limit to nil to avoid being prompted.
4353
4354 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4355
4356         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4357
4358         * message.el (message-bogus-address-regexp): Fix and improve custom
4359         type.
4360         (message-setup-hook): Add message-check-recipients as custom option.
4361
4362 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4363
4364         * message.el (message-cite-function): Remove bogus autoload which crept
4365         in during merge from v5-10.
4366
4367 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4368
4369         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4370
4371         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4372
4373         * auth-source.el: Preliminary Tramp docs.
4374         (auth-sources): Change the default auth-sources to use
4375         EPA .gpg files.
4376
4377 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4378
4379         * nntp.el: Autoload `auth-source-user-or-password'.
4380         (nntp-send-authinfo): Use it.
4381
4382         * nnimap.el: Autoload `auth-source-user-or-password'.
4383         (nnimap-open-connection): Use it.
4384
4385         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4386         for the gnus-message function.
4387         (auth-source-user-or-password): Use it.
4388
4389 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4390
4391         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4392         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4393         (rfc2104-hash): Use it.
4394
4395 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4396
4397         * gnus-art.el (gnus-article-toggle-truncate-lines):
4398         Don't use `iff' in docstring.
4399
4400 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4401
4402         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4403
4404         * gnus-util.el (gnus-extract-address-component-name)
4405         (gnus-extract-address-component-email): Convenience functions around
4406         `gnus-extract-address-components'.
4407
4408         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4409         Use `gnus-extract-address-component-email' to fix bug of comparing full
4410         sender name to `user-mail-address'.
4411
4412 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4413
4414         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4415         catch/throw to optimize.
4416         (gnus-registry-find-keywords): Just use member to find a keyword.
4417
4418 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4419
4420         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4421         is current before calling gnus-server-prepare.
4422         (gnus-server-setup-buffer, gnus-server-update-server)
4423         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4424
4425 2008-05-04  Juri Linkov  <juri@jurta.org>
4426
4427         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4428         (mailcap-file-default-commands): Use mailcap-replace-in-string
4429         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4430         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4431
4432 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4433
4434         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4435
4436 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4437
4438         * gnus.el: Bump version to 0.11.
4439
4440 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4441
4442         * gnus.el: No Gnus v0.10 is released.
4443
4444 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4447         hooks.
4448         (gnus-update-read-articles): Speed up non-marks-using users.
4449         (gnus-use-marks): Define gnus-use-marks.
4450         (gnus-propagate-marks): Rename variable to something more sensible.
4451
4452 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4453
4454         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4455         (gmm-image-load-path-for-library): Fix typos in docstrings.
4456         (gmm-message): Reflow docstring.
4457
4458 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4459
4460         * mail-source.el (mail-source-set-1, mail-source-bind):
4461         Move auth-source code out of the macro to clean it up and fix bugs.
4462
4463 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4464
4465         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4466         by sender if it's equal to user-mail-address, it's likely to be
4467         useless.
4468
4469         * mail-source.el (mail-source-bind): Don't use user or password if they
4470         are not bound.  Unintern them if they are nil.  Don't use server unless
4471         it's bound, and default it to empty string otherwise.
4472
4473 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4474
4475         * mail-source.el: Load auth-source.el.
4476         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4477         get user name or password, if auth-sources is set up.
4478
4479         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4480         strategy of splitting with parent.
4481         (gnus-registry-split-fancy-with-parent)
4482         (gnus-registry-post-process-groups): Use it and fix prior
4483         bug (returning a list as the split result).
4484
4485         * auth-source.el (auth-sources): Remove server parameter.
4486         (auth-source-pick, auth-source-user-or-password)
4487         (auth-source-user-or-password-imap)
4488         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4489         (auth-source-user-or-password-sftp)
4490         (auth-source-user-or-password-smtp): Remove server parameter.
4491
4492 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4493
4494         * smime.el (smime-sign-region, smime-encrypt-region)
4495         (smime-decrypt-region):
4496         Remove redundant calls to `generate-new-buffer-name'.
4497
4498 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4499
4500         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4501         Don't use QP for message/rfc822.
4502         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4503
4504 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4505
4506         * sieve-manage.el (sieve-string-bytes): Remove.
4507         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4508         correct byte-length only if the process's coding-system is the same as
4509         the one used internally by Emacs to represent strings.
4510
4511 2008-04-22  Juri Linkov  <juri@jurta.org>
4512
4513         * mailcap.el (mailcap-file-default-commands): New function.
4514
4515 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4516
4517         * message.el (message-signature-separator, message-cite-function):
4518         Change custom version.
4519
4520 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4521
4522         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4523         commands.
4524         (tls-checktrust): Ditto.
4525
4526 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4527
4528         * mm-decode.el (mm-display-external): Make temp file read-only.
4529
4530 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4531
4532         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4533         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4534         `C-c C-f d'.
4535
4536 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4537
4538         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4539
4540 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4541
4542         * gnus.el: Bump version to 0.9.
4543
4544 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4545
4546         * gnus.el: No Gnus v0.8 is released.
4547
4548 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4549
4550         * mail-source.el (mail-source-value):
4551         Prefer fboundp to functionp so it works with macros as well.
4552
4553 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4554
4555         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4556         Fix last change in case the element is not even a symbol.
4557
4558 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4559
4560         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4561         Prefer fboundp to functionp so it works with macros as well.
4562
4563 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4564
4565         * auth-source.el: Added docs.
4566         (auth-sources): Modify format to support server.
4567         (auth-source-pick, auth-source-user-or-password)
4568         (auth-source-user-or-password-imap)
4569         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4570         (auth-source-user-or-password-sftp)
4571         (auth-source-user-or-password-smtp): Add server parameter.
4572
4573 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4574
4575         * gnus-registry.el: Initialize the registry when gnus-registry-install
4576         is t.
4577
4578 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4579
4580         * compface.el (uncompface): Make buffer unibyte.
4581
4582 2008-04-05  Glenn Morris  <rgm@gnu.org>
4583
4584         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4585
4586 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4587
4588         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4589         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4590
4591         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4592         multibyteness after rather than before erasing it.
4593
4594         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4595         mm-with-multibyte.
4596         (gnus-request-article-this-buffer): Make sure the proper decoding is
4597         used if gnus-original-article-buffer happens to be unibyte.
4598
4599         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4600         default-enable-multibyte-characters.
4601
4602         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4603         default-enable-multibyte-characters.
4604
4605         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4606
4607         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4608
4609 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4610
4611         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4612         (imap-message-copyuid-1): Use it.
4613         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4614         J. Williams in
4615         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4616
4617         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4618         imap-enable-exchange-bug-workaround.
4619         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4620
4621 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4622
4623         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4624         a 100 byte status-checks into a 2-3MB transfer for each group.
4625         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4626         to enable bug workaround or not.
4627         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4628
4629 2008-03-31  Glenn Morris  <rgm@gnu.org>
4630
4631         * message.el (mml2015-use): Declare for compiler.
4632         (message-info): Require mml2015 when appropriate.
4633
4634 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4637         whitespace.
4638
4639 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4640
4641         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4642         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4643         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4644         (nntp-service-to-port): New function.
4645         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4646         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4647         (nntp-open-netcat-stream): New function.
4648         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4649
4650 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4651
4652         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4653
4654 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4655
4656         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4657
4658 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4659
4660         * dns.el (dns-write): Use set-buffer-multibyte.
4661
4662 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4663
4664         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4665
4666 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4667
4668         * message.el (message-signature-separator): Change default.
4669         Improve custom type.
4670         (message-cite-function): Change default to
4671         message-cite-original-without-signature.
4672
4673         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4674         toggle.
4675
4676         * message.el (message-check-news-body-syntax): Fix signature check.
4677         (message-setup-1): Mark buffer as unmodified _after_ running
4678         message-setup-hook and handling message-alternative-emails.
4679         (message-shorten-references): Be more strict when building list of
4680         valid references to comply with GNKSA.
4681
4682         * gnus-group.el (gnus-read-ephemeral-bug-group)
4683         (gnus-read-ephemeral-debian-bug-group)
4684         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4685
4686         * message.el (message-info): Don't use booleanp which isn't supported
4687         in Emacs 21 and XEmacs.
4688
4689 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4690
4691         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4692         gnus-group-gmane-group-download-format.
4693         (gnus-group-read-ephemeral-gmane-group): Rename from
4694         gnus-group-read-ephemeral-gmane-group.
4695         (gnus-read-ephemeral-gmane-group-url): Rename from
4696         gnus-group-read-ephemeral-gmane-group-url.
4697         (gnus-bug-group-download-format-alist): New variable.
4698         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4699         (gnus-read-ephemeral-emacs-bug-group): New commands.
4700
4701 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4702
4703         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4704         (gnus-visible-headers): Improve custom type.
4705
4706 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4707
4708         * mml.el (mml-menu): Add workarounds for XEmacs.
4709
4710         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4711         X-Boundary header.
4712
4713         * message.el (message-simplify-recipients): Fix previous commit.
4714
4715 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4716
4717         * mm-util.el (mm-set-buffer-multibyte): New function.
4718         * mm-decode.el (mm-copy-to-buffer): Use it.
4719
4720 2008-03-19  Glenn Morris  <rgm@gnu.org>
4721
4722         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4723         Accidentally removed in the sync process with Emacs.
4724
4725 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4726
4727         * message.el (message-alter-recipients-discard-bogus-full-name):
4728         New function.
4729         (message-alter-recipients-function): New variable.
4730         (message-get-reply-headers): Use it.
4731         (message-replace-header): New helper function.
4732         (message-recipients-without-full-name): New variable.
4733         (message-simplify-recipients): New command.
4734
4735         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4736
4737         * message.el (message-info): Handle EasyPG manual.
4738
4739         * mml.el (mml-menu): Add entry for EasyPG.
4740
4741 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4742
4743         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4744         parameter.
4745
4746         * message.el (message-disassociate-draft): Specify drafts group name
4747         fully.
4748
4749 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4750
4751         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4752         unnecessary duplicates from the match list.
4753
4754 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4757
4758         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4759
4760         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4761         args of `how-many' of which the XEmacs version doesn't take; declare
4762         Info-index-next as function.
4763
4764 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4765
4766         * gnus-score.el (gnus-score-headers): Fix handling of
4767         gnus-inhibit-slow-scoring.
4768
4769         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4770         string.
4771         (gnus-button-url-regexp): Improve handling of parenthesis.
4772         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4773         (gnus-button-handle-info-keystrokes): Handle index entries.
4774
4775 2008-03-15  Glenn Morris  <rgm@gnu.org>
4776
4777         * parse-time.el (parse-time-string): Simplify.
4778
4779 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4782         Incoming* files.
4783
4784 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4785
4786         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4787         (auth-source-pick): Use it.
4788
4789 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4790
4791         * binhex.el (binhex-decode-region-internal):
4792         * uudecode.el (uudecode-decode-region-internal):
4793         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4794         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4795         setting default-enable-multibyte-characters.
4796
4797 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * auth-source.el (auth-source-protocols)
4800         (auth-source-protocols-customize, auth-source-choices): Added and
4801         modified variable customizations and defaults.
4802         (auth-source-pick, auth-source-user-or-password)
4803         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4804         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4805         (auth-source-user-or-password-sftp)
4806         (auth-source-user-or-password-smtp): Use new variables and provide an
4807         interface to netrc.el.
4808
4809 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4810
4811         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4812         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4813         Make sure the nntp port to specify is a string.
4814
4815 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4816
4817         * nntp.el: Use with-current-buffer.
4818         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4819         dubious mm-with-unibyte-current-buffer.
4820         (nntp-with-open-group-function): New function extracted from
4821         nntp-with-open-group macro.
4822         (nntp-with-open-group): Use the function, so it's easier to debug.
4823         Add indentation and debugging info.
4824         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4825         the use of the netcat alternatives.
4826
4827         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4828         Avoid mm-string-as-multibyte as well.
4829
4830         * nnweb.el (nnweb-insert-html):
4831         Remove use of nnheader-string-as-multibyte.
4832
4833         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4834         (nnheader-string-as-multibyte): Remove.
4835
4836         * mm-view.el: Use inhibit-read-only.
4837         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4838         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4839         or unibyte-string.
4840
4841         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4842         (mm-uu-yenc-extract): Use with-current-buffer.
4843
4844         * gnus-soup.el (gnus-soup-send-packet): Don't use
4845         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4846
4847         * nnmh.el: Use with-current-buffer.
4848         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4849         mm-string-as-multibyte on the output of mm-encode-coding-string.
4850
4851         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4852         (nnimap-request-move-article): Use with-current-buffer.
4853
4854         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4855         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4856         conversion uses string-make-unibyte rather than string-as-unibyte.
4857
4858         * gnus-msg.el: Use with-current-buffer.
4859
4860         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4861
4862 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4863
4864         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4865         string for caching if it is 'PIN.
4866
4867 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * lpath.el: Consider the case without Emacs/W3.
4870
4871 2008-03-08  Glenn Morris  <rgm@gnu.org>
4872
4873         * time-date.el (date-to-time, time-subtract, time-add)
4874         (safe-date-to-time): Doc fixes.
4875
4876 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * mail-source.el (mail-source-delete-old-incoming-confirm):
4879         Change default to nil.
4880         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4881
4882 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4883
4884         * lpath.el: Rearrange.
4885
4886         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4887         (gnus-article-goto-prev-page): Work for articles having ^L's.
4888
4889         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4890
4891         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4892
4893 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4894
4895         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4896         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4897         (gnus-bookmark-jump): Adjust some variable names.
4898
4899 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4900
4901         * auth-source.el: New package.
4902         (auth-source-choices): Add customization entry point variable.
4903
4904         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4905         bug.
4906
4907 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4908
4909         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4910         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4911         (gnus-registry-install-shortcuts): Rename from
4912         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4913         the `gnus-registry-mark-map' keymap dynamically from
4914         `gnus-registry-marks'.  The generated functions update the summary line
4915         when a registry mark is added or deleted, and will call
4916         `gnus-registry-install-p' (see the comments in the code).
4917         (gnus-registry-user-format-function-M): Use concat intelligently.
4918
4919         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4920         the registry mark functions.
4921
4922 2008-03-05  Glenn Morris  <rgm@gnu.org>
4923
4924         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4925         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4926         gnus-art.
4927         (top-level): No need to load own source when compiling.
4928
4929 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4930
4931         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4932         Suggested by <chris.anderton@zetnet.co.uk>.
4933
4934 2008-03-04  Glenn Morris  <rgm@gnu.org>
4935
4936         * gnus-sum.el (top-level): No need to require gnus when compiling,
4937         since unconditionally required near start of file.
4938         (gnus-summary-display-while-building): Move definition before use.
4939
4940 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4941
4942         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4943         formatting function.
4944
4945 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4948         with plists.
4949         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4950         Use new format.
4951
4952 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4955         `where-is-internal' that returns a range of key sequences.
4956
4957 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4958
4959         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4960
4961         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4962         (gnus-summary-jump-to-group): Consider windows on other displayed
4963         frames as well.  Similar changes might be needed elsewhere, but that's
4964         the one I've bumped into during my use.
4965
4966         * nndoc.el (nndoc-oe-dbx-type-p):
4967         * gnus-msg.el (gnus-debug):
4968         * gnus-group.el (gnus-update-group-mark-positions):
4969         Use mm-string-to-multibyte.
4970
4971 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4974         doesn't handle NotDashEscaped.
4975
4976         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4977         (mml-dnd-attach-options): Fix typo in custom choice.
4978
4979         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4980         nndoc-article-type to mbox.
4981         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4982
4983         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4984         to nil, instead of html2text.
4985
4986         * imap.el (imap-debug): Add `imap-ping-server'.
4987
4988         * gnus-bookmark.el: Add FIXMEs.
4989
4990         * message.el (message-form-letter-separator)
4991         (message-send-form-letter-delay): New variables.
4992         (message-send-form-letter): Use them.  New command to send form
4993         letters.  Requested by Uwe Siart.
4994         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4995
4996 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * Update copyright years.
4999
5000 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
5001
5002         Sync from EMACS_22_BASE.
5003
5004         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
5005
5006 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
5007
5008         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
5009         empty author.
5010
5011 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
5012
5013         * gnus-registry.el (gnus-registry-marks): Add variable for
5014         customization of marks and their appearance.
5015         (gnus-registry-read-mark): Use it.
5016         (gnus-registry-do-marks): Add utility function to loop through
5017         `gnus-registry-marks'.
5018         (gnus-registry-install-shortcuts-and-menus): Add function to install
5019         shortcuts and menus.
5020         (gnus-registry-initialize): Use it.
5021         (gnus-registry-default-mark): Clarify documentation.
5022
5023 2008-02-29  Glenn Morris  <rgm@gnu.org>
5024
5025         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
5026         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
5027         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
5028         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
5029         Change defcustom :version from 23.0 to 23.1.
5030
5031 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
5032
5033         * gnus-registry.el (gnus-registry-follow-group-p)
5034         (gnus-registry-post-process-groups): Add functions to aid registry
5035         splitting and improve logging.  Clarify behavior in function
5036         documentation.
5037         (gnus-registry-split-fancy-with-parent): Use them.
5038
5039 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5040
5041         * gnus-art.el: Use with-current-buffer.
5042
5043 2008-02-27  David Engster  <dengste@eml.cc>
5044
5045         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
5046         Express real group name in the response.
5047
5048 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
5051         (nnmairix-last-server, nnmairix-current-server): Defvar them.
5052         (nnmairix-goto-original-article): Defvar gnus-registry-install and
5053         autoload gnus-registry-fetch-group when compiling.
5054         (nnmairix-request-group-with-article-number-correction): Remove
5055         unreferenced argument passed to nnmairix-call-backend.
5056
5057 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
5058
5059         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
5060         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
5061         Wilde.
5062
5063 2008-02-27  Glenn Morris  <rgm@gnu.org>
5064
5065         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
5066         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
5067         variables to defconsts.  Convert comments to doc-strings.
5068         (nnmairix-last-server, nnmairix-current-server): Convert from free
5069         variables to defvars.  Convert comments to doc-strings.
5070         (gnus-registry-fetch-group): Autoload.
5071         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
5072         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
5073         (nnmairix-widget-build-editable-fields): Use car cddr rather than
5074         caddr.
5075         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
5076         nnmairix-request-group-with-article-number-correction call.
5077         (nnmairix-fast, nnmairix-group): New, less general names, for free
5078         variables passed from nnmairix-request-group to
5079         nnmairix-request-group-with-article-number-correction.  Declare.
5080         (nnmairix-request-group-with-article-number-correction):
5081         Use nnmairix-fast, nnmairix-group rather than fast, group.
5082
5083 2008-02-26  David Engster  <dengste@eml.cc>
5084
5085         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
5086         version 0.5.
5087
5088 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
5089
5090         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
5091         instead of making an extra function call.  Don't add the current group
5092         to articles only when they have the group.  Use
5093         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
5094         Reported by David <de_bb@arcor.de>.
5095
5096 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
5099         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
5100
5101 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
5102
5103         * mail-source.el (mail-source-delete-incoming): Change default.
5104         Supplement doc string.
5105
5106         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
5107
5108 2008-02-14  Glenn Morris  <rgm@gnu.org>
5109
5110         * time-date.el (format-seconds): New function.
5111
5112 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * nnmail.el (nnmail-message-id-cache-file): Derive from
5115         `gnus-home-directory'.
5116
5117 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
5118
5119         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
5120         Document negative prefix.
5121
5122         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5123
5124 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125
5126         * message.el (message-unsent-separator): Add the Exim bounce
5127         separator.
5128
5129 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5130
5131         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5132         list.
5133         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5134         recipient/signer list.
5135
5136 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * Makefile.in (datarootdir): Define.
5139         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5140         name that might contain whitespace.
5141
5142 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5145         fbound (Emacs 23 unicode), signal an error.
5146
5147 2008-02-08  Glenn Morris  <rgm@gnu.org>
5148
5149         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5150
5151 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5152
5153         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5154         ports to the calls to `netrc-machine-user-or-password' in addition to
5155         "imap" and "imaps".
5156
5157 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5158
5159         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5160
5161         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5162
5163 2008-02-01  Kenichi Handa  <handa@m17n.org>
5164
5165         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5166         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5167         (rfc2104-hash): Convert the result of concat to unibyte string.
5168
5169 2008-02-01  Dave Love  <fx@gnu.org>
5170
5171         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5172         coding-system-for-read.
5173         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5174
5175 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5176
5177         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5178         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5179         <hanche@math.ntnu.no>.
5180
5181 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5184
5185         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5186
5187 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5188
5189         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5190         * message.el (message-beginning-of-line): Use featurep instead of bound
5191         tests in order to resolve conditionals at compile time.
5192
5193 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5194
5195         * mail-source.el (mail-sources): Add `group' choice.
5196
5197         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5198         parameter `in-group' to control into which group the articles go.
5199         Add treatment of `group' mail-source.
5200
5201 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5204
5205         * mm-decode.el (mm-dissect-buffer): Decode description.
5206
5207         * mml.el (mml-to-mime): Encode message header first.
5208
5209 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5212         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5213
5214         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5215         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5216
5217 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5218
5219         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5220
5221 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5224         prefix keys.
5225         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5226         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5227         gnus-xmas.el.
5228
5229         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5230         (gnus-xmas-article-describe-bindings): New function.
5231         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5232         gnus-xmas-article-describe-bindings.
5233
5234         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5235
5236 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5237
5238         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5239         Add new variables for article mark management.
5240         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5241         list of extra data entries which, when present, will indicate that the
5242         article ID should not be trimmed from the registry.
5243         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5244         functions.
5245         (gnus-registry-read-mark): New function to read a mark name from the
5246         user.
5247         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5248         (gnus-registry-set-article-mark-internal): New functions to add and
5249         remove marks.
5250         (gnus-registry-get-article-marks): New function to show the marks for
5251         an article, or retrieve them for further use.
5252
5253 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5256         keys when no argument is given.
5257
5258 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5259
5260         * imap.el (imap-ping-server): New variable.
5261         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5262         (imap-ping-server): Minor doc string fixes.
5263
5264 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5265
5266         * imap.el (imap-ping-server): New function.
5267         (imap-opened): Call imap-ping-server.
5268
5269 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5270
5271         * gnus-sum.el (gnus-article-sort-by-random)
5272         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5273         jidanni@jidanni.org.
5274
5275 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5276
5277         * gnus-art.el (gnus-article-describe-bindings): New function.
5278         (gnus-article-read-summary-keys): Use it.
5279         (gnus-article-mode-map): Bind `C-h b' to it.
5280
5281 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5284         XEmacs.
5285         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5286         against non-character events.
5287
5288         * lpath.el: Fbind map-keymap for Emacs 21.
5289
5290 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5291
5292         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5293         command.
5294         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5295         instead of END.  Change name of the temp file.
5296         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5297         customizable.
5298
5299 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5302         bind `S W' to gnus-article-wide-reply-with-original; set default
5303         binding to gnus-article-read-summary-send-keys.
5304         (gnus-article-read-summary-keys): Fix the order of keys; display
5305         continuation keys correctly in the echo area; describe bindings
5306         correctly when keys end with `C-h'.
5307         (gnus-article-read-summary-send-keys): New function.
5308         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5309         for gnus-article-read-summary-send-keys; display continuation keys
5310         correctly in the echo area.
5311         (gnus-article-reply-with-original): Ignore prefix argument.
5312         (gnus-article-wide-reply-with-original): New function.
5313
5314         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5315         Emacs 21.
5316
5317 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5320         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5321
5322 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5323
5324         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5325         (gnus-group-read-ephemeral-gmane-group): New command.
5326
5327 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5328
5329         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5330
5331 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5332
5333         * message.el (message-send-mail-function): Increase custom version.
5334
5335         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5336         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5337
5338 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5339
5340         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5341         for the cases where imap-authenticate is called with a nil buffer
5342         parameter.
5343
5344 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5347         html parts correctly; support forwarded messages.
5348         (gnus-article-browse-html-article): Remove work buffers.
5349
5350         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5351         compiling.
5352         (netrc-bound-and-true-p): New macro.
5353         (netrc-parse): Use it instead of bound-and-true-p that is not available
5354         in XEmacs 21.4.
5355
5356 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5357
5358         * gnus-registry.el (gnus-registry-mark-article)
5359         (gnus-registry-article-marks): Add functionality to mark articles
5360         through the Gnus registry.
5361
5362         * encrypt.el: Clarify documentation for the new pgg method.
5363         (encrypt-file-alist): Add PGG option.
5364         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5365         functionality.  Abstract password key and messaging to external
5366         functions.
5367         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5368         (encrypt-message-method-and-cipher): Add new convenience external
5369         functions.
5370         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5371         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5372
5373         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5374         (netrc-parse): Use encrypt-file-alist to determine if
5375         encrypt-find-model or encrypt-insert-file-contents should be used.
5376
5377         * encrypt.el: Clarify documentation.  Load password-cache or
5378         password, whichever one is found first, instead of autoloading.
5379
5380 2007-12-19  Glenn Morris  <rgm@gnu.org>
5381
5382         * mml.el (message-options-set, message-narrow-to-head)
5383         (message-in-body-p, message-mail-p, message-encode-message-body):
5384         Autoload.
5385         (message-remove-header, message-narrow-to-headers-or-head)
5386         (message-subscribed-p, message-make-mail-followup-to)
5387         (message-position-on-field, message-news-p)
5388         (message-options-set-recipient, message-generate-headers)
5389         (message-sort-headers): Declare as functions.
5390
5391 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5392
5393         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5394         convention in doc string.
5395
5396 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5399         title to html parts.
5400         (gnus-article-browse-html-article): Pass message header to it.
5401
5402         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5403
5404 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5407         or password compatible with XEmacs.
5408
5409 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5410
5411         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5412         format document.
5413         (gnus-mime-delete-part): Don't write description line if empty.
5414         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5415
5416 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5417
5418         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5419         (gnus-summary-mark-read-and-unread-as-read)
5420         (gnus-summary-mark-current-read-and-unread-as-read)
5421         (gnus-summary-mark-unread-as-ticked): Doc fix.
5422         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5423
5424 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5427         Christoph Conrad <christoph.conrad@gmx.de>.
5428
5429 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5430
5431         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5432         yes-or-no-p.
5433
5434 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * mm-decode.el (mm-add-meta-html-tag): New function.
5437         (mm-save-part-to-file, mm-pipe-part): Use it.
5438
5439         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5440         gnus-y-or-n-p instead of y-or-n-p.
5441         (gnus-article-browse-html-parts): Work with message/external-body; use
5442         mm-add-meta-html-tag.
5443
5444 2007-12-11  Glenn Morris  <rgm@gnu.org>
5445
5446         * gnus-cache.el: Require gnus-sum not just when compiling.
5447
5448         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5449
5450         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5451         definitions before use.
5452
5453         * mm-decode.el: Require gnus-util.
5454         (mm-remove-part): Only call delete-annotation on XEmacs.
5455
5456         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5457
5458         * nnmail.el: Require gnus-int.
5459
5460         * spam.el: Move `require's before `eval-when-compile's.
5461
5462         * gnus-ems.el (gnus-alive-p):
5463         * gnus-fun.el (message-goto-eoh):
5464         * gnus-util.el (gnus-group-name-decode):
5465         * mail-source.el (gnus-compress-sequence):
5466         * message.el (Info-goto-node, format-spec):
5467         * mm-bodies.el (message-options-get):
5468         * mm-decode.el (mm-view-pkcs7):
5469         * mm-util.el (gmm-write-region):
5470         * mml-smime.el (mml-compute-boundary)
5471         (gnus-completing-read-with-default):
5472         * mml.el (widget-button-press, gnus-make-hashtable):
5473         * mml1991.el (mm-decode-content-transfer-encoding)
5474         (mm-encode-content-transfer-encoding)
5475         (message-options-get, message-options-set):
5476         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5477         * nnfolder.el (gnus-request-group):
5478         * nnheader.el (ietf-drums-unfold-fws):
5479         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5480         * smime.el (gnus-run-mode-hooks):
5481         * spam-stat.el (gnus-message): Autoload.
5482
5483         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5484         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5485         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5486         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5487         Add declare-function compatibility definition.
5488
5489         * gnus-cache.el (nnvirtual-find-group-art):
5490         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5491         (gnus-add-image, gnus-add-wash-type):
5492         * gnus-group.el (nnkiboze-score-file):
5493         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5494         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5495         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5496         (message-tokenize-header, gnus-get-buffer-create)
5497         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5498         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5499         * gnus.el (gnus-group-decoded-name):
5500         * mail-source.el (imap-capability):
5501         * mm-bodies.el (message-options-set):
5502         * mm-decode.el (gnus-configure-windows):
5503         * mm-extern.el (message-goto-body):
5504         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5505         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5506         (epg-sub-key-validity, message-options-set):
5507         * mml.el (widget-event-point, gnus-configure-windows):
5508         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5509         * mml2015.el (epg-check-configuration, epg-configuration)
5510         (message-options-set):
5511         * nndb.el (nndb-request-article):
5512         * nnfolder.el (gnus-request-create-group):
5513         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5514         * nnmaildir.el (gnus-group-mark-article-read):
5515         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5516         * rfc1843.el (message-fetch-field):
5517         * spam.el (gnus-extract-address-components):
5518         Declare as functions.
5519
5520 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5523
5524         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5525
5526         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5527         bind show-trailing-whitespace for XEmacs.
5528
5529 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5530
5531         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5532         new no-op macro for backward compatibility.
5533
5534         * imap.el (imap-string-to-integer): New function.
5535
5536 2007-12-09  Glenn Morris  <rgm@gnu.org>
5537
5538         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5539
5540         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5541         * message.el, mm-view.el, sieve-manage.el, smime.el:
5542         Add declare-function compatibility definition.
5543
5544         * gnus-art.el (w3-region, w3m-region, Info-menu):
5545         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5546         * gnus-sum.el (gnus-get-predicate):
5547         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5548         * message.el (mail-abbrev-in-expansion-header-p):
5549         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5550         (w3m-detect-meta-charset, w3m-region):
5551         * sieve-manage.el (password-read, password-cache-add)
5552         (password-cache-remove):
5553         * smime.el (password-read-and-add): Declare as functions.
5554
5555 2007-12-08  David Kastrup  <dak@gnu.org>
5556
5557         * gnus-sum.el (gnus-summary-simplify-subject-query):
5558         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5559         `message'.
5560
5561 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5562
5563         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5564         it to bind idna-program, installation-directory, defined-colors, and
5565         face-attribute for XEmacs of the version that compiles defcustom forms.
5566
5567 2007-12-07  Glenn Morris  <rgm@gnu.org>
5568
5569         * gnus-art.el (article-make-date-line): Revert previous change.
5570
5571 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5574
5575 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5576
5577         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5578         Call gnus-add-to-range ranges only once with a prepared article-list.
5579
5580 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5581
5582         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5583         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5584         group names with backslashes.  Reported by Tassilo Horn
5585         <tassilo@member.fsf.org>.
5586
5587 2007-12-06  Deepak Goel  <deego3@gmail.com>
5588
5589         * gnus-art.el (article-make-date-line):
5590         * gnus-start.el (gnus-load):
5591         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5592
5593 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5594
5595         * gnus-art.el (gnus-use-idna)
5596         * gnus-start.el (gnus-site-init-file)
5597         * message.el (message-use-idna)
5598         * mm-uu.el (mm-uu-hide-markers)
5599         * smiley.el (smiley-style): Revert changes that suppress warnings.
5600
5601 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5604         specify charset to html source.  Reported by Christoph Conrad
5605         <christoph.conrad@gmx.de>.
5606
5607 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5610         idna-program in order to suppress byte compile warning issued by XEmacs
5611         that came to byte compile the default value section of defcustom forms
5612         recently.
5613
5614         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5615         value of installation-directory.
5616
5617         * message.el (message-use-idna): Don't directly refer to the value of
5618         idna-program.
5619
5620         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5621
5622         * smiley.el (smiley-style): Don't directly call face-attribute.
5623
5624 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5625
5626         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5627
5628         * gnus-dired.el: Reduce Gnus dependencies.
5629         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5630         require.  Use autoloads instead.
5631         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5632         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5633         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5634         (gnus-dired-mode): Adjust doc string.
5635         (gnus-dired-mail-mode): New variable.
5636         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5637         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5638         (gnus-dired-mail-buffers): New function.  Return mail or message
5639         composition buffers.
5640         (gnus-dired-attach): Use it.
5641         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5642         NO-DECODE.
5643         (gnus-dired-print): Use `gnus-print-buffer' depending on
5644         `gnus-dired-mail-mode'.
5645
5646 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * rfc2047.el (rfc2047-encoded-word-regexp)
5649         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5650         explaining what regexp patterns are for.
5651
5652 2007-12-04  Glenn Morris  <rgm@gnu.org>
5653
5654         * password.el: Move to password-cache.el.
5655
5656         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5657         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5658         * mml-smime.el (password-read, password-cache-add)
5659         (password-cache-remove):
5660         No need to autoload, since mml-sec requires password.
5661
5662         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5663         * message.el (gnus-extract-address-components):
5664         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5665
5666         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5667         password.
5668
5669 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5670
5671         * mailcap.el: Reduce dependencies.
5672         (mail-header-parse-content-type): Autoload.
5673         (mailcap-delete-duplicates): New alias.
5674         (mailcap-mime-info): Add optional argument NO-DECODE.
5675         (mailcap-mime-types): Use mailcap-delete-duplicates.
5676
5677         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5678
5679 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5680
5681         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5682         (imap-parse-status): Upcase status-att for servers that sends them
5683         lower-case (e.g., MS Exchange 2007).
5684
5685 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686
5687         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5688         function.
5689
5690         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5691         (gnus-uu-yenc-article): New function.
5692
5693         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5694
5695         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5696         buffer.
5697
5698 2007-12-02  Glenn Morris  <rgm@gnu.org>
5699
5700         * binhex.el (binhex): New custom group.
5701         (binhex-decoder-program, binhex-decoder-switches)
5702         (binhex-use-external): Move to the binhex custom group.
5703
5704         * uudecode.el (uudecode): New custom group.
5705         (uudecode-decoder-program, uudecode-decoder-switches)
5706         (uudecode-use-external): Move to the uudecode custom group.
5707
5708         * netrc.el (top-level): Don't load `encrypt' features.
5709         (netrc-parse): Don't use encrypt.
5710         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5711
5712         * encrypt.el: Remove file.
5713
5714 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5715
5716         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5717         matches on patches.
5718
5719         * gnus-art.el (gnus-article-browse-html-article): Mention
5720         `mm-text-html-renderer' in the doc string.
5721
5722         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5723         string.  Add comments.
5724
5725         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5726         if rhs is ASCII.
5727
5728 2007-12-01  Glenn Morris  <rgm@gnu.org>
5729
5730         * mail-source.el (top-level): Require format-spec before
5731         eval-when-compile.
5732
5733 2007-11-30  Glenn Morris  <rgm@gnu.org>
5734
5735         * encrypt.el: Require password, rather than autoloading password-read.
5736
5737 2007-11-29  Glenn Morris  <rgm@gnu.org>
5738
5739         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5740         (sasl-make-client, sasl-next-step, sasl-step-data)
5741         (sasl-step-set-data): Declare as functions.
5742
5743 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5744
5745         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5746
5747 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5748
5749         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5750         certs should be verified and what is to be done in the event of a
5751         verification failure.
5752
5753         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5754         caller can indicate whether the cache should be disregarded for this
5755         call.  This way the result of the call is reproducible at all times and
5756         can be considered a canonical server name for the supplied method.
5757         (gnus-agent-method-p): Canonicalize server names by pushing their
5758         method through `gnus-method-to-server' using the no-cache argument.
5759
5760         * gnus-srvr.el (gnus-server-insert-server-line): Call
5761         `gnus-method-to-server' with `no-cache' argument.
5762
5763         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5764         gnus-agent-possibly-synchronize-flags as this should be called when the
5765         server is actually being opened.
5766         (gnus-agent-possibly-synchronize-flags)
5767         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5768         flags file of an agentized server to the latter function.
5769
5770         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5771         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5772         after a connection has been established successfully.
5773
5774 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-art.el (article-display-face): Force to display face if called
5777         interactively; check if gnus-article-x-face-too-ugly matches author.
5778         (article-display-x-face): Display face even if From header is missing
5779         as article-display-face does.
5780
5781 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5782
5783         * hashcash.el (message-narrow-to-headers-or-head)
5784         (message-fetch-field, message-goto-eoh)
5785         (message-narrow-to-headers): Declare as functions.
5786
5787 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5788
5789         * mail-source.el (mail-sources): Default to fetch from file for
5790         compatibility with default of nnmail-spool-file.
5791
5792 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5795         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5796         to look for encoded word that should be encoded again.
5797         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5798         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5799         encoding pattern.
5800         (rfc2047-decode-region): Switch strict regexp and loose one according
5801         to rfc2047-allow-irregular-q-encoded-words.
5802
5803 2007-11-25  Romain Francoise  <romain@orebokech.com>
5804
5805         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5806
5807 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * tls.el (tls-program): Provide more custom choices from
5810         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5811         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5812
5813 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5816         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5817
5818         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5819         `nnmail-spool-file'.
5820
5821         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5822         `nnmail-spool-file'.
5823
5824         * gnus-move.el (gnus-change-server): Ditto.
5825
5826         * gnus-kill.el (gnus-batch-score): Ditto.
5827
5828         * gnus-cache.el (gnus-jog-cache): Ditto.
5829
5830         * gnus-msg.el (gnus-summary-reply):
5831         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5832
5833 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5836         version.  Minor improvement to doc strings.
5837         (tls-program): Add comment.
5838
5839 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5840
5841         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5842         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5843         mismatch between the hostname provided in the certificate and the name
5844         of the host connnecting to.
5845         (open-tls-stream): Use them.  Check certificates against trusted root
5846         certificates.
5847
5848 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5849
5850         * gnus-cache.el (gnus-cache-generate-nov-databases):
5851         Use nnml-generate-nov-databases-directory instead of
5852         nnml-generate-nov-databases-1.
5853
5854 2007-11-24  Glenn Morris  <rgm@gnu.org>
5855
5856         * message.el (message-tool-bar-retro): Update for rename
5857         mail_send.xpm->mail-send.xpm.
5858
5859 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5860
5861         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5862         `smime-ldap-search' for Emacs 22 and up.
5863
5864 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5865
5866         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5867
5868         * message.el (message-send-mail-function): Fix error convention.
5869         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5870         (message-widen-reply, message-send-mail, message-talkative-question)
5871         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5872         (message-clone-locals, message-send-news): Use with-current-buffer.
5873         (message-insert-or-toggle-importance): Remove unused var `valid'.
5874         (message-make-references): Remove unused var `new-references'.
5875         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5876
5877 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5878
5879         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5880         (spam-split-symbolic-return-positive): Reflow docstring.
5881         (spam-backends, spam-summary-exit-behavior)
5882         (spam-mark-ham-unread-before-move-from-spam-group)
5883         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5884         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5885         (spam-clear-cache, spam-backend-check, spam-install-backend)
5886         (spam-install-statistical-backend, spam-list-of-processors)
5887         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5888         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5889         (spam-check-crm114, spam-initialize, spam-unload-hook):
5890         Fix typos in docstrings.
5891
5892 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5895         been checked if they have never been read and those group levels are
5896         higher than the one that a user specified.
5897
5898 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5899
5900         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5901         foreign groups unless a group level is specified by a user.
5902         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5903
5904 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * message.el (message-send-mail-function): Require sendmail.
5907
5908 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5909
5910         * message.el (message-send-mail-function): Check for smtpmail too.
5911
5912         * utf7.el (utf7-encode, utf7-decode): Use coding system
5913         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5914
5915         * message.el (message-send-mail-function): New function.
5916         (message-send-mail-function): Set default using
5917         message-send-mail-function.  Adjust doc string.
5918         (message-send-mail-with-mailclient): New function.
5919
5920 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5921
5922         * smime.el (from):
5923         * rfc2047.el (message-posting-charset):
5924         * qp.el (mm-use-ultra-safe-encoding):
5925         * pop3.el (parse-time-months):
5926         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5927         * nnml.el (files):
5928         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5929         (jka-compr-compression-info-list, ange-ftp-path-format)
5930         (efs-path-regexp):
5931         * nndiary.el (files):
5932         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5933         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5934         (epg-digest-algorithm-alist, inhibit-redisplay)
5935         (password-cache-expiry):
5936         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5937         (pgg-output-buffer, password-cache-expiry):
5938         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5939         (efs-path-regexp):
5940         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5941         (inhibit-redisplay):
5942         * mm-uu.el (file-name, start-point, end-point, entry)
5943         (gnus-newsgroup-name, gnus-newsgroup-charset):
5944         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5945         (latin-unity-ucs-list):
5946         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5947         (mm-uu-binhex-decode-function):
5948         * message.el (gnus-message-group-art, gnus-list-identifiers)
5949         (rmail-enable-mime-composing, gnus-local-organization)
5950         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5951         (gnus-read-active-file, facemenu-add-face-function)
5952         (facemenu-remove-face-function, gnus-article-decoded-p)
5953         (tool-bar-mode):
5954         * mail-source.el (display-time-mail-function):
5955         * gnus-util.el (nnmail-pathname-coding-system)
5956         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5957         (gnus-original-article-buffer, gnus-user-agent)
5958         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5959         (xemacs-codename, sxemacs-codename, emacs-program-version):
5960         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5961         * gnus-start.el (gnus-agent-covered-methods)
5962         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5963         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5964         (gnus-newsgroup-headers, gnus-group-list-mode)
5965         (gnus-group-mark-positions, gnus-newsgroup-data)
5966         (gnus-newsgroup-unreads, nnoo-state-alist)
5967         (gnus-current-select-method, mail-sources)
5968         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5969         (nnmail-spool-file, gnus-cache-active-hashtb):
5970         * gnus-mh.el (mh-lib-progs):
5971         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5972         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5973         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5974         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5975         (gnus-group-buffer):
5976         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5977         (font-lock-set-defaults):
5978         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5979         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5980         (gnus-summary-post-menu, total-parts, type, condition, length):
5981         * gnus-agent.el (gnus-agent-read-agentview):
5982         * flow-fill.el (show-trailing-whitespace):
5983         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5984         eval-and-compile wrappers for byte compiler pacifiers.
5985
5986         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5987         (mm-display-inline-fontify): Check for featurep 'xemacs not
5988         extent-list.
5989
5990         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5991         itimer-list.
5992         (mm-create-image-xemacs): Only do something for XEmacs.
5993         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5994
5995         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5996
5997         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5998         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5999
6000 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
6001
6002         * nnimap.el (nnimap-split-download-body):
6003         * gnus-demon.el (gnus-demon):
6004         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
6005
6006 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
6009         macros.
6010         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
6011         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
6012         copy data from unibyte buffer to multibyte current buffer.
6013         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
6014         to copy data from unibyte current buffer to multibyte buffer.
6015         (nntp-make-process-buffer): Make process buffer unibyte.
6016
6017         * pop3.el (pop3-open-server): Fix typo in Lisp code.
6018
6019 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
6020
6021         * pop3.el (pop3-open-server): Accept and process data more robustly at
6022         connexion start to avoid spurious "POP SSL connexion failed" errors.
6023
6024 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
6027         read group names.
6028
6029 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
6030
6031         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
6032
6033 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * nnmail.el (nnmail-parse-active): Make group names unibyte.
6036         (nnmail-save-active): Use a unibyte buffer when saving active file,
6037         which may contain non-ASCII group names.
6038
6039         * nnml.el (nnml-request-group): Decode group names in messages.
6040
6041 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6042
6043         * message.el (message-citation-line-function)
6044         (message-insert-formatted-citation-line): Fix spelling of
6045         `message-insert-formated-citation-line'.
6046
6047 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
6048
6049         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
6050
6051 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6052
6053         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
6054         nnmail-pathname-coding-system.
6055
6056         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
6057         that a user enters; decode group names in messages.
6058
6059         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
6060
6061 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
6062
6063         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
6064
6065         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
6066
6067         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
6068         risky local variable.
6069
6070         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
6071
6072 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
6073
6074         * encrypt.el: Improve documentation to fix function name typo.
6075         Reported by Daiki Ueno <ueno@unixuser.org>.
6076
6077 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6078
6079         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
6080         even if the point is not in the last page of an article.
6081         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
6082         back to the previous page.
6083
6084 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
6087
6088 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
6091
6092 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6093
6094         * message.el (message-check-news-body-syntax): Avoid
6095         mm-string-as-multibyte.
6096         (message-hide-headers): Don't assume (point-min)==1.
6097
6098 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * message.el (message-remove-blank-cited-lines): Fix if remove is
6101         given.
6102         (message-bogus-address-regexp): New variable.
6103         (message-bogus-recipient-p): New function.
6104         (message-check-recipients): New command.
6105         (message-syntax-checks): Add `bogus-recipient'.
6106         (message-fix-before-sending): Add `bogus-recipient'.
6107
6108         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
6109         (gnus-treat-body-boundary): Don't test window-system.
6110
6111 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
6112
6113         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
6114
6115 2007-10-28  Miles Bader  <miles@gnu.org>
6116
6117         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
6118         at compile-time too.
6119
6120 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
6121
6122         * gnus-msg.el (gnus-message-setup-hook): Add
6123         `message-remove-blank-cited-lines' to options.
6124
6125 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * message.el (message-remove-blank-cited-lines): New function.
6128         Suggested by Karl Plästerer.
6129
6130 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6133         mapc.
6134
6135         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6136         (top-level): Use mapc to set functions to be traced for debugging.
6137
6138         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6139         called for effect with while loop.
6140
6141         * message.el (message-talkative-question): Replace mapcar called for
6142         effect with mapc.
6143
6144         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6145         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6146         called for effect with dolist.
6147
6148         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6149
6150         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6151         gnus-extra-headers and nnmail-extra-headers.
6152
6153         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6154         called for effect with dolist.
6155         (top-level): Use mapc to set functions to be traced for debugging.
6156
6157         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6158         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6159         dolist.
6160
6161         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6162         Replace mapcar called for effect with mapc.
6163         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6164         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6165         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6166         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6167
6168         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6169         remove-if that's a cl function.
6170
6171         * webmail.el (webmail-debug): Replace mapcar called for effect with
6172         dolist.
6173
6174         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6175         with mapc.
6176
6177 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6180         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6181         with while loop.
6182
6183         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6184         functions from article-* functions.
6185         (gnus-multi-decode-header): Replace mapcar called for effect with
6186         dolist.
6187
6188         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6189         (gnus-bookmark-show-details): Replace mapcar called for effect with
6190         while loop.
6191
6192         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6193         called for effect with while loop.
6194
6195         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6196         with dolist.
6197
6198         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6199         mapcar called for effect with dolist.
6200
6201         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6202
6203         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6204         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6205         Replace mapcar called for effect with dolist.
6206         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6207         mapc.
6208
6209         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6210         Replace mapcar called for effect with dolist.
6211         (gnus-topic-list): Replace mapcar called for effect with mapc.
6212
6213         * gnus.el: Use mapc instead of mapcar to add autoloads.
6214
6215 2007-10-23  Richard Stallman  <rms@gnu.org>
6216
6217         * gnus-group.el (gnus-group-highlight): Mark as risky.
6218
6219 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus.el (gnus-server-to-method): Return method found first in
6222         gnus-newsrc-alist.
6223
6224         * gnus-art.el (gnus-article-highlight-signature)
6225         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6226         button overlay without the front stickiness.
6227
6228 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6229
6230         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6231         overview buffer needed a catch to receive its throw.
6232         (gnus-agent-flush-cache): Declared as interactive to make this function
6233         easier to use.
6234
6235 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6236
6237         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6238         `next-line'.
6239
6240 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6241
6242         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6243         exclude address matching message-dont-reply-to-names.
6244
6245 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-util.el (gnus-string<): New function.
6248
6249         * gnus-sum.el (gnus-article-sort-by-author)
6250         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6251
6252 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6253
6254         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6255         the frame-focus tag is set in gnus-buffer-configuration.
6256
6257 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6258
6259         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6260         the front stickiness.
6261
6262 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6263
6264         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6265         url pattern; remove duplicate one.
6266         (gnus-article-extend-url-button): New function.
6267         (gnus-article-add-buttons): Use it.
6268         (gnus-button-push): Use concatenated url that it makes.
6269
6270 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6271
6272         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6273
6274 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6275
6276         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6277         Don't hardcode point-min==1.
6278
6279 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6280
6281         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6282         Fix comment about "iso8859-1".
6283
6284 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6285
6286         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6287         ones returned from the verify-function.
6288
6289         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6290         mml2015-extract-cleartext-signature if extraction failed.
6291
6292 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6293
6294         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6295         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6296         failed.
6297
6298 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6301
6302 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6305         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6306         recommends to use EasyPG instead of PGG.
6307
6308         * pgg.el: Revert to revision 6.23.2.16.
6309
6310         * pgg-def.el: Revert to revision 6.6.2.14.
6311
6312         * pgg-gpg.el: Revert to revision 6.23.2.34.
6313
6314 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6315
6316         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6317         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6318         thread for both the null and zero (kill/expire thread) universal prefix
6319         cases.
6320         (gnus-summary-expire-thread): Add new function to expire a thread,
6321         using gnus-summary-kill-thread.
6322         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6323         shortcuts for gnus-summary-expire-thread.
6324         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6325         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6326
6327 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6328
6329         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6330         extras value, so an extras entry can be deleted.
6331         (gnus-registry-delete-extra-entry): Use it.
6332         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6333         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6334         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6335         storage through the gnus-registry, and provide an appropriate API for
6336         it.
6337
6338 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6341         Suggested by Leo <sdl.web@gmail.com>.
6342
6343         * gnus.el: Do.
6344
6345 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6348         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6349
6350         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6351
6352         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6353         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6354
6355 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6358         newline.
6359         (nnmbox-request-accept-article): Don't change article in source buffer;
6360         narrow to header to use message-fetch-field rather than
6361         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6362         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6363         as delimiters; make sure article ends with newline.
6364         (nnmbox-delete-mail): Correct last position of article to be deleted;
6365         ignore X-Gnus-Newsgroup header in article body.
6366         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6367         positions; make sure article ends with newline.
6368
6369         * message.el (message-display-abbrev): Don't infloop when a user
6370         inserts SPC in the beginning of header.
6371
6372         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6373         coding-system-for-read and coding-system-for-write for XEmacs having no
6374         file-coding feature.
6375
6376         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6377
6378 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6379
6380         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6381         list of groups not followed by default.  Fix type to be regexp.
6382         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6383
6384 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6385
6386         * hmac-def.el (define-hmac-function): Switch from old-style to
6387         new-style backquotes.
6388
6389         * md4.el (md4-make-step): Likewise.
6390
6391 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6394         raw-text coding system when saving .newsrc file, which may contain
6395         non-ASCII group names.
6396
6397 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-cus.el (gnus-score-extra): New widget.
6400         (gnus-score-extra-convert): New function.
6401         (gnus-score-customize): Use it for Extra.
6402
6403 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6404
6405         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6406         (mml2015-mailcrypt-clear-verify): Use it.
6407         (mml2015-gpg-clear-verify): Use it.
6408         (mml2015-pgg-clear-verify): Use it.
6409         (mml2015-epg-clear-verify): Replace the current part with the output
6410         from GnuPG; don't extract the plaintext by itself.
6411
6412         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6413         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6414         mml2015-clear-verify-function; don't touch the armor headers or
6415         dash-escaped text here.
6416
6417 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6420         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6421         parts, or application/octet-stream as a last resort.
6422         (gnus-mime-view-part-as-type): Don't toggle display.
6423         (gnus-mime-view-part-as-charset): Don't turn off display before
6424         querying charset.
6425
6426         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6427         stuff to undisplayer function in Emacs.
6428         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6429
6430         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6431         text/calendar parts.
6432
6433 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6436         decoding text/calendar parts.
6437
6438         * message.el (message-forward-make-body-mime): Always mark body as
6439         having no illegible text; remove signed-or-encrypted argument.
6440         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6441
6442         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6443         (mml-generate-mime-1): Don't encode body if it is specified to be in
6444         raw form; don't make buffer be unibyte when inserting multibyte string.
6445
6446 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6447
6448         * sha1.el: Fix up comment style.
6449         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6450         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6451
6452         * hex-util.el: Fix up comment style.
6453         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6454
6455         * gnus-salt.el: Use with-current-buffer.
6456         (gnus-pick-setup-message): Fix long-standing typo.
6457
6458 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6459
6460         * imap.el (imap-logout-timeout): New variable.
6461         (imap-logout, imap-logout-wait): New functions.
6462         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6463
6464         * nnimap.el (nnimap-logout-timeout): New server variable.
6465         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6466         nnimap-logout-timeout.
6467
6468         * gnus-art.el (gnus-article-summary-command-nosave)
6469         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6470
6471 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6472
6473         * gnus.el (gnus-maximum-newsgroup): New variable.
6474
6475         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6476         according to gnus-maximum-newsgroup.
6477
6478         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6479         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6480         Limit the range of articles according to gnus-maximum-newsgroup.
6481
6482 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6483
6484         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6485         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6486         Don't perform gnus-configure-windows here; reuse existing sticky
6487         article buffer.
6488
6489         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6490         it doesn't exist in gnus-article-mode.
6491
6492 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6495         (gnus-agent-decoded-group-name): New function.
6496         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6497         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6498
6499 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6500
6501         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6502         Add binding for gnus-sticky-article.
6503         (gnus-summary-exit): Don't kill sticky article buffers.
6504
6505         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6506         article buffer.
6507         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6508         (gnus-kill-sticky-article-buffers): New commands.
6509
6510 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * nntp.el (nntp-xref-number-is-evil): New server variable.
6513         (nntp-find-group-and-number): If it is non-nil, don't trust article
6514         numbers in the Xref header.
6515
6516 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6517
6518         * gnus-agent.el (gnus-agent-read-group): New function.
6519         (gnus-agent-flush-group, gnus-agent-expire-group)
6520         (gnus-agent-regenerate-group): Use it.
6521         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6522         nnmail-pathname-coding-system.
6523
6524 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6527
6528         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6529         that are unread as unread, and also as selected so that information of
6530         marks having been changed by a user may be updated when exiting group.
6531
6532 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6535         calculated ignoring signature parts to gnus-treat-article.
6536
6537 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6538
6539         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6540         a point here in order to keep the window start.
6541         (gnus-insert-mime-security-button): Make a button overlay without the
6542         front stickiness.
6543         (gnus-mime-display-security): Goto the end of a button.
6544
6545         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6546
6547 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6548
6549         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6550         group-name-at-point.
6551         (gnus-group-completing-read): New function that offers decoded
6552         non-ASCII group names for completion.
6553         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6554         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6555         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6556         (gnus-group-fetch-control): Use it.
6557         (gnus-fetch-group): Use group-name-at-point for the initial value
6558         rather than the default value; use gnus-alive-p.
6559
6560         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6561         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6562         (gnus-summary-post-news): Use gnus-group-completing-read.
6563
6564         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6565         (gnus-read-move-group-name): Decode group name for completion.
6566
6567 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6568
6569         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6570         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6571         Yamaoka slightly modified the code).
6572
6573 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6576         (nnmail-split-incoming): Bind it.
6577
6578         * nnml.el (nnml-group-name-charset): New function.
6579         (nnml-decoded-group-name): Use it; don't decode group name if
6580         nnmail-group-names-not-encoded-p is non-nil.
6581         (nnml-encoded-group-name): New function.
6582         (nnml-group-pathname): Inline nnml-decoded-group-name.
6583         (nnml-request-expire-articles): Decode group name in message.
6584         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6585         nnmail-pathname-coding-system.
6586         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6587         not decoded ones according to nnmail-group-names-not-encoded-p.
6588         (nnml-generate-active-info): Use nnml-encoded-group-name.
6589
6590 2007-08-08  Glenn Morris  <rgm@gnu.org>
6591
6592         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6593         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6594         doc-strings and comments.
6595
6596 2007-07-25  Glenn Morris  <rgm@gnu.org>
6597
6598         * Relicense all FSF files to GPLv3 or later.
6599
6600 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus-sum.el (gnus-summary-move-article): Make
6603         gnus-summary-respool-article work.
6604
6605 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6606
6607         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6608         string.
6609
6610 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6611
6612         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6613         that should be ignored when comparing distant RSS articles with local
6614         ones.
6615         (nnrss-make-hash-index): New function.  Create a hash index according
6616         to the ignored fields.
6617         (nnrss-check-group): Use it.
6618
6619 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6622
6623         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6624
6625         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6626         the new optional argument ENCODED is non-nil.
6627         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6628         coding system for encoding group name.
6629         (gnus-group-make-rss-group): Pass un-encoded group name to
6630         gnus-group-make-group.
6631         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6632         encoded.
6633
6634         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6635         Encode group name to which articles are moved or copied.
6636         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6637         coding system for encoding Newsgroup, Followup-To and Xref headers.
6638
6639         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6640         marks; use nnheader-file-coding-system to write a file.
6641         (nnagent-retrieve-headers): Bind file-name-coding-system to
6642         nnmail-pathname-coding-system.
6643
6644         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6645
6646         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6647         (nnml-request-article, nnml-request-create-group)
6648         (nnml-request-rename-group, nnml-find-id)
6649         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6650         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6651         (nnml-save-marks): Use nnml-group-pathname instead of
6652         nnmail-group-pathname.
6653
6654         (nnml-request-create-group, nnml-request-expire-articles)
6655         (nnml-request-move-article, nnml-request-delete-group)
6656         (nnml-deletable-article-p, nnml-possibly-create-directory)
6657         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6658         (nnml-open-marks): Bind file-name-coding-system to
6659         nnmail-pathname-coding-system.
6660
6661         (nnml-request-article): Pass server argument to nnml-find-group-number.
6662         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6663         server argument to nnml-possibly-create-directory.
6664         (nnml-request-accept-article): Pass server argument to
6665         nnml-active-number and nnml-save-mail.
6666         (nnml-find-group-number): Pass server argument to nnml-find-id.
6667         (nnml-request-update-info): Pass server argument to
6668         nnml-marks-changed-p.
6669
6670         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6671         (nnml-save-mail, nnml-active-number): Add server argument.
6672
6673         (nnml-request-delete-group): Warn if group is missing.
6674         (nnml-get-nov-buffer): Decode group name.
6675         (nnml-generate-active-info): Encode group name.
6676         (nnml-open-marks): Decode group name in messages.
6677
6678 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6681         if it is not specified.
6682         (gnus-article-pipe-part, gnus-article-save-part)
6683         (gnus-article-interactively-view-part, gnus-article-copy-part)
6684         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6685         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6686         (gnus-article-replace-part, gnus-article-delete-part)
6687         (gnus-article-view-part-as-type): Pass raw prefix argument to
6688         gnus-article-part-wrapper.
6689
6690 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * gnus-agent.el (gnus-agent-save-active): Bind
6693         nnheader-file-coding-system to gnus-agent-file-coding-system.
6694
6695         * gnus-cache.el (gnus-cache-save-buffers)
6696         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6697         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6698         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6699         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6700         (gnus-cache-generate-active, gnus-cache-rename-group)
6701         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6702         (gnus-cache-update-overview-total-fetched-for): Bind
6703         file-name-coding-system to nnmail-pathname-coding-system.
6704         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6705         variables.
6706         (gnus-cache-decoded-group-name): New function.
6707         (gnus-cache-file-name): Use it.
6708         (gnus-cache-generate-active): Use non-decoded group name for active.
6709
6710         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6711         right place.
6712         (gnus-write-active-file): Don't break non-ASCII group names.
6713
6714         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6715         nnmail-pathname-coding-system.
6716
6717         * lpath.el: Bind default-file-name-coding-system,
6718         file-name-coding-system and language-info-alist for XEmacs.
6719
6720         * gnus-uu.el (gnus-uu-decode-save): Typo.
6721
6722 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6723
6724         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6725
6726 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6729         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6730         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6731         (gnus-agent-flush-group, gnus-agent-flush-cache)
6732         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6733         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6734         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6735         (gnus-agent-regenerate-group)
6736         (gnus-agent-update-files-total-fetched-for)
6737         (gnus-agent-update-view-total-fetched-for): Bind
6738         file-name-coding-system to nnmail-pathname-coding-system.
6739         (gnus-agent-group-pathname): Don't encode file names by
6740         nnmail-pathname-coding-system.
6741         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6742         coding-system-for-write instead of buffer-file-coding-system to
6743         gnus-agent-file-coding-system.
6744
6745         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6746         Decode group name.
6747
6748         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6749
6750         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6751         (gnus-read-newsrc-el-file): Make group names unibyte.
6752
6753         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6754         nnmail-pathname-coding-system.
6755
6756         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6757         (nnrss-request-delete-group): Bind file-name-coding-system to
6758         nnmail-pathname-coding-system.
6759         (nnrss-read-server-data, nnrss-read-group-data): Bind
6760         file-name-coding-system correctly.
6761         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6762
6763         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6764         (nntp-server-to-method-cache): New variable.
6765         (nntp-group-pathname): New function that decodes non-ASCII group names.
6766         (nntp-possibly-create-directory, nntp-marks-changed-p)
6767         (nntp-save-marks, nntp-open-marks): Use it.
6768         (nntp-possibly-create-directory, nntp-open-marks):
6769         Bind file-name-coding-system to nnmail-pathname-coding-system.
6770         (nntp-open-marks): Decode group names when bootstrapping marks.
6771
6772         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6773         Newsgroups and Folowup-To headers.
6774
6775 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6776
6777         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6778         (gnus-server-closed-face, gnus-server-denied-face)
6779         (gnus-server-offline-face): Remove variable.
6780         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6781
6782         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6783         of modifying message-stack directly for XEmacs.
6784
6785         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6786         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6787         if the coding-system argument is nil for XEmacs.
6788
6789         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6790         mm-charset-override-alist.
6791
6792         * rfc2047.el: Don't require base64; require rfc2045 for the function
6793         rfc2045-encode-string.
6794         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6795         to quote the parameter value.
6796
6797 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6798
6799         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6800         form in gnus-group-name-charset-method-alist.
6801
6802         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6803         overrides the default layout edit-form.
6804
6805         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6806
6807         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6808
6809 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6812         as unfetched articles.
6813
6814 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6815
6816         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6817
6818 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6821         original back end that keeps marks in the local system.
6822
6823 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6826         arg of pop-to-buffer for XEmacs.
6827         (gnus-article-read-summary-keys): Ditto; don't restore window
6828         configuration if summary command ends up with neither article buffer
6829         nor summary buffer; describe bindings if summary keys end with C-h.
6830
6831 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * message.el (message-fix-before-sending): Skip raw message part to be
6834         forwarded while checking illegible text.
6835         (message-forward-make-body-mime, message-forward-make-body): Mark
6836         signed or encrypted raw message as having no illegible text.
6837
6838 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6841         (gnus-message-with-timestamp-1): New macro.
6842         (gnus-message-with-timestamp): New function.
6843         (gnus-message): Use them.
6844
6845         * nnheader.el (nnheader-message): Use them.
6846
6847 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6850         .newsrc.eld file.
6851
6852 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * gnus-agent.el (gnus-agent-fetch-headers)
6855         (gnus-agent-retrieve-headers): Bind
6856         gnus-decode-encoded-address-function to identity.
6857
6858         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6859         available also when the server returns simply a dot.
6860
6861         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6862
6863 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6866
6867 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6868
6869         * gnus-ems.el (gnus-x-splash): Make it work.
6870
6871         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6872         from being used.
6873
6874         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6875
6876 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6879         4th and the 5th arguments.
6880
6881         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6882         the front stickiness.
6883         (gnus-article-summary-command-nosave): Correct the order of the
6884         arguments passed to pop-to-buffer.
6885         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6886         summary command ends up with the article buffer.
6887
6888         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6889         the same faces.
6890
6891 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6892
6893         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6894
6895 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6896
6897         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6898         * gnus-sum.el (gnus-summary-highlight):
6899         * pgg.el (pgg-sign-region, pgg-sign):
6900         * mail-source.el (mail-source-delete-old-incoming-confirm):
6901         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6902
6903 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6904
6905         * gnus-art.el (gnus-mime-view-part-externally)
6906         (gnus-mime-view-part-internally): Fix predicate function passed to
6907         completing-read.
6908
6909         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6910
6911         * gnus.el (gnus-update-message-archive-method): Add :version.
6912
6913 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * gnus.el (gnus-update-message-archive-method): New variable.
6916
6917         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6918         according to gnus-message-archive-method if
6919         gnus-update-message-archive-method is non-nil.
6920
6921 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6924         by Loic Dachary <loic@dachary.org>.
6925         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6926
6927 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * message.el (message-pop-to-buffer): Add switch-function argument.
6930         (message-mail): Pass switch-function argument to it.
6931
6932 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6933
6934         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6935         Improve doc string.
6936
6937 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6938
6939         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6940         (gnus-header-content)
6941         * gnus-cite.el (gnus-cite-10)
6942         * gnus-srvr.el (gnus-server-closed)
6943         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6944         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6945         (gnus-group-mail-3-empty, gnus-group-mail-low)
6946         (gnus-group-mail-low-empty, gnus-splash)
6947         * message.el (message-header-to, message-header-cc)
6948         (message-header-subject, message-header-other, message-header-name)
6949         (message-header-xheader, message-separator, message-cited-text)
6950         (message-mml): Lighten colors of faces used for dark background.
6951
6952 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6953
6954         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6955         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6956
6957 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * message.el (message-narrow-to-headers-or-head):
6960         Ignore mail-header-separator in the body.
6961
6962 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6965         same as window size.
6966
6967 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6968
6969         * message.el (message-font-lock-keywords): Use message-header-xheader
6970         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6971         ahead of the anything pattern, to get it recognised.
6972
6973 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6976         spam.el loads uses it in the compiled defadvice form.
6977
6978 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6979
6980         * gnus-sum.el (gnus-articles-to-read)
6981         (gnus-summary-insert-old-articles): Don't truncate group name for
6982         `read-string'.
6983
6984         * gnus-util.el (gnus-limit-string): Delete this function.
6985
6986         * gnus-sum.el (gnus-simplify-subject-fully): Use
6987         `truncate-string-to-width' instead.
6988
6989 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6990
6991         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6992         if, on summary exit, the next group has to be selected.
6993         (gnus-summary-exit): Use it.
6994
6995 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6998         non-break space.
6999
7000 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7001
7002         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
7003         Check if group is not a directory.
7004         (nnfolder-request-expire-articles): Don't delete articles if the target
7005         group is not available.
7006
7007         * nnml.el (nnml-request-create-group): Properly check if group is not a
7008         file.
7009         (nnml-request-expire-articles): Don't delete articles if the target
7010         group is not available.
7011
7012         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
7013         Don't quote characters that are within parentheses.
7014
7015 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7016
7017         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
7018         (gnus-handle-ephemeral-exit): Select article according to it.
7019
7020 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
7021
7022         * message.el (message-insert-formated-citation-line): Remove newline.
7023         (message-citation-line-format): Add final \n here so that the user can
7024         avoid a blank line.
7025
7026 2007-05-03  Dan Christensen  <jdc@uwo.ca>
7027
7028         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7029         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7030         Update lanl/arXiv support.
7031
7032 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
7033
7034         * gnus.el: Bump version number.
7035
7036 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7037
7038         * gnus.el (gnus-version-number): Bump version.
7039
7040 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7041
7042         * gnus.el: No Gnus v0.6 is released.
7043
7044 2007-04-27  Didier Verna  <didier@xemacs.org>
7045
7046         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
7047         * gmm-utils.el (gmm-regexp-concat): here.
7048         * message.el: Don't require 'gnus-util.
7049         (message-dont-reply-to-names): Handle name change above.
7050         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
7051
7052 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
7055         since the initial value varies according to the system.
7056
7057 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * mm-util.el (mm-charset-synonym-alist): Defcustom.
7060
7061 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
7062
7063         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
7064
7065 2007-04-24  Didier Verna  <didier@xemacs.org>
7066
7067         Improve the type of gnus-ignored-from-addresses.
7068         * gnus-util.el (gnus-orify-regexp): New function.
7069         * message.el (gnus-util): Require it.
7070         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
7071         * gnus-sum.el (gnus-ignored-from-addresses): New function.
7072         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
7073
7074 2007-04-24  Didier Verna  <didier@xemacs.org>
7075
7076         * gnus-sum.el:
7077         * gnus-utils.el: Fix some trailing whitespaces.
7078
7079 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
7082         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
7083         article's Message-ID; refer parent article in summary buffer.
7084
7085         * message.el (message-bounce): Call mime-to-mml.
7086
7087         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
7088         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
7089         optimize and/or forms properly.
7090
7091 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
7092
7093         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
7094         URL.
7095
7096 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7097
7098         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
7099
7100 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
7103         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
7104         displayed of multipart/alternative part if it is invoked from summary
7105         buffer.
7106
7107         * mm-view.el (mm-inline-text-html-render-with-w3m)
7108         (mm-inline-text-html-render-with-w3m-standalone)
7109         (mm-inline-render-with-function): Use mail-parse-charset by default.
7110
7111 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
7112
7113         * parse-time.el (parse-time-string-chars): Check if CHAR
7114         is less than the length of parse-time-syntax.
7115
7116 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
7119         from gnus-newsgroup-processable.
7120
7121 2007-04-16  Didier Verna  <didier@xemacs.org>
7122
7123         * gnus-msg.el (gnus-configure-posting-styles): Handle
7124         message-signature-directory properly with :file syntax.  Reported by
7125         "Leo".
7126
7127 2007-04-11  Didier Verna  <didier@xemacs.org>
7128
7129         New user option: message-signature-directory.
7130         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7131         * message.el (message-insert-signature): Ditto.
7132         * message.el (message-signature-file): Doc update.
7133         * message.el (message-signature-directory): New.
7134
7135 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-msg.el (gnus-inews-yank-articles): Use
7138         message-exchange-point-and-mark instead of exchange-point-and-mark.
7139
7140 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * message.el (message-yank-original): Make sure cited text ends with
7143         newline; don't exchange point and mark.
7144
7145 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7146
7147         * tls.el (open-tls-stream): Properly handle case where there
7148         is no associated buffer.
7149
7150 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7151
7152         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7153         message-yank-original, make sure (< mark TEXT point).
7154
7155 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7156
7157         * message.el (message-fill-column): New variable.
7158         (message-mode): Use it.  Add comment on a possible new hook.
7159
7160         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7161         (nnmail-get-new-mail): Reformat.
7162
7163         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7164
7165         * gmm-utils.el: Fix Commentary.
7166         (gmm-tool-bar-from-list): Fix typo in doc string.
7167
7168 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7169
7170         * message.el (message-yank-original): Don't switch point and mark
7171         unnecessarily to put point and mark as documented.
7172
7173 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7174
7175         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7176         from the message heads.
7177
7178 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7179
7180         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7181         article buffer does not have a window.  This may not be the best
7182         solution but is certainly better than setting the start of the null,
7183         that is the current, window.
7184
7185 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7186
7187         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7188         (gnus-draft-setup): Run it.
7189
7190         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7191         gnus-score-fast-scoring.  Allow regexp.
7192         (gnus-score-headers): Use it.
7193
7194         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7195         XEmacs.
7196
7197         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7198         string.
7199         (gnus-button-alist): Also catch `<f1> k ...'.
7200         (gnus-treat-display-x-face): Fix doc string.
7201
7202 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7203
7204         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7205         evaluation of gnus-extended-version to ensure correct generation of the
7206         User-Agent header when message-generate-headers-first is used.
7207
7208 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7209
7210         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7211         hashcash-path is nil.  Don't call callback with incorrect number of
7212         parameters if val is 0.
7213
7214 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7215
7216         * message.el (message-required-news-headers):
7217         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7218
7219 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7220
7221         * tls.el (open-tls-stream): In handshake-waiting loop,
7222         don't wait more if there is output available to process.
7223
7224 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7225
7226         * tls.el (tls-program): Doc fix.
7227
7228 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * message.el (message-generate-new-buffers): Change the meaning of the
7231         nil value; add `standard' to the choices; treat t as `unique'; improve
7232         doc string.
7233         (gnus-select-frame-set-input-focus): Autoload.
7234         (message-buffer-name): Search for the existing message buffer if
7235         message-generate-new-buffers is nil or `standard'; treat the value t of
7236         message-generate-new-buffers as `unique'.
7237         (message-pop-to-buffer): Raise the frame already displaying the message
7238         buffer; clear the echo area after querying.
7239         (message-setup): Pass the `continue' argument to compose-mail.
7240         (message-mail): Prefer `switch-function' if it is given; search for the
7241         existing message buffer if the `continue' argument is non-nil; pass
7242         continue and switch-function arguments to compose-mail by way of
7243         message-setup.
7244         (message-mail-other-window): Adjust argument of message-setup.
7245         (message-mail-other-frame): Ditto.
7246
7247 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7248
7249         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7250         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7251         to turn font-lock on when turning gnus-message-citation-mode on.
7252
7253 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7254
7255         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7256         (mml-smime-function-alist): New variable; add epg as the backend.
7257         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7258         mml-smime- functions instead.
7259         * mm-view.el: Require smime.
7260
7261 2007-03-05  Didier Verna  <didier@xemacs.org>
7262
7263         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7264         instead of just inheritance for posting styles.
7265         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7266
7267 2007-02-24  Chris Moore  <dooglus@gmail.com>
7268
7269         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7270         * pgg-pgp.el (pgg-pgp-encrypt-region):
7271         * pgg-gpg.el (pgg-gpg-encrypt-region):
7272         Check pgg-encrypt-for-me if no other recipients.
7273
7274 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7275
7276         * tls.el (tls-certtool-program): Fix custom type.
7277
7278 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7279
7280         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7281         and point-at-eol instead of line-(beginning|end)-position.
7282
7283         * assistant.el (assistant-parse-buffer): Ditto.
7284
7285         * netrc.el (netrc-parse-services): Ditto.
7286
7287 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7288
7289         * mml2015.el (mml2015-epg-find-usable-key): New function.
7290         (mml2015-epg-sign): Use it.
7291         (mml2015-epg-encrypt): Use it.
7292
7293 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7294
7295         * message.el (message-make-in-reply-to): Quote name containing
7296         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7297         if there are special characters.  Reported by NAKAJI Hiroyuki
7298         <nakaji@jp.freebsd.org>.
7299
7300 2007-02-27  Didier Verna  <didier@xemacs.org>
7301
7302         Include the group parameters as well as the topic ones in the
7303         inheritance filter process.
7304         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7305         argument GROUP-PARAMS-LIST.
7306         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7307
7308 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * nntp.el (nntp-never-echoes-commands)
7311         (nntp-open-connection-functions-never-echo-commands): New variables.
7312         (nntp-send-command): Use them.
7313
7314 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7315
7316         * mml2015.el (mml2015-epg-verify): Simplified.
7317
7318 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * mml.el (mml-content-disposition-alist): New user option.
7321         (mml-content-disposition): New function.
7322         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7323         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7324
7325 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7326
7327         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7328         verification.
7329
7330 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7331
7332         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7333         articles posted in the last 24 hours.
7334
7335 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7336
7337         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7338
7339 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7340
7341         * nntp.el (nntp-send-command): Don't wait for echoes when
7342         nntp-open-ssl-stream is used.
7343
7344 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7345
7346         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7347         (gnus-message-add-citation-keywords)
7348         (gnus-message-remove-citation-keywords): Remove.
7349         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7350         directly, make the variables in font-lock-defaults buffer-local, add
7351         gnus-message-citation-keywords to them and then update the value of
7352         font-lock-keywords.
7353
7354 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7355
7356         * message.el (message-cite-original-1): Don't call
7357         gnus-article-highlight-citation.
7358
7359         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7360         citations; fix line count.
7361
7362 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7363
7364         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7365         (gnus-message-add-citation-keywords)
7366         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7367         versions of font-lock-add-keywords and font-lock-remove-keywords to
7368         work with XEmacs correctly.
7369
7370 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7371
7372         * gnus-cite.el (gnus-cite-face-list): Set the values of
7373         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7374         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7375         (gnus-message-cite-prefix-regexp): New variable.
7376         (gnus-message-search-citation-line): Use it; protect against long
7377         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7378         the 0th match data for Emacs.
7379         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7380         (gnus-message-add-citation-keywords): Append keywords rather than
7381         prepending; emulate font-lock-add-keywords if it is not available.
7382         (gnus-message-remove-citation-keywords): Emulate
7383         font-lock-remove-keywords if it is not available.
7384
7385         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7386
7387         * message.el (message-cite-prefix-regexp): Set the value of
7388         gnus-message-cite-prefix-regexp.
7389
7390 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7391
7392         * nnweb.el (nnweb-google-parse-1): Update parser.
7393
7394 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7395
7396         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7397
7398 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7399
7400         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7401         regexp.
7402
7403 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7406         string-to-multibyte.
7407         (uudecode-decode-region-internal): Use it.
7408
7409         * lpath.el: Fbind string-as-multibyte for XEmacs.
7410
7411 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7412
7413         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7414         custom choice.
7415
7416         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7417
7418 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7419
7420         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7421
7422         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7423         `write-region' to respect `mm-inhibit-file-name-handlers'.
7424
7425 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7428         Use gnus-home-directory instead of "~/" or "$HOME".
7429
7430 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7431
7432         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7433         to mention filename.
7434         Add comments at beginning regarding usage.
7435         (encrypt-write-file-contents): Change interactive so a string is
7436         acceptable.  If the file has no associated model, show an error instead
7437         of a nonsense prompt.
7438
7439 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7440
7441         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7442         Thanks to Yoshihiko Yamada for kind notification of this typo.
7443
7444 2007-01-12  Kenichi Handa  <handa@m17n.org>
7445
7446         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7447         multibyte buffer.
7448
7449 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7450
7451         * gnus-score.el (gnus-score-fast-scoring): New variable.
7452         (gnus-score-headers): Use it.
7453
7454         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7455
7456         * message.el (message-cite-original-1): Call
7457         gnus-article-highlight-citation if requested.
7458         (message-make-from): Allow name and address as optional arguments.
7459
7460         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7461
7462         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7463         bugs to doc string.
7464         (gnus-button-alist): Add mid\\|message-id.
7465         (gnus-button-fetch-group): Extend for use in
7466         `browse-url-browser-function'.
7467         (gnus-button-url-regexp): Try to catch paired parentheses like in
7468         Wikipedia URLs.
7469
7470         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7471         Suggested by Simon Krahnke <overlord@gmx.li>.
7472
7473 2007-01-13  Romain Francoise  <romain@orebokech.com>
7474
7475         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7476         Update copyright.
7477
7478 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7479
7480         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7481
7482 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7483
7484         * gnus-registry.el (gnus-registry-unfollowed-groups)
7485         (gnus-registry-split-fancy-with-parent): Fix documentation.
7486
7487 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7488
7489         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7490         from nnweb groups.
7491
7492 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7493
7494         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7495         Xref urls.  Erase buffer before requesting head.
7496
7497 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7500         customizable.
7501
7502 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7503
7504         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7505         no signing key is found.
7506         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7507         no encrypting and/or signing key is found.
7508
7509 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7510
7511         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7512
7513 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7514
7515         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7516         headers read from disk with the ones newly found in the current search.
7517         This should no longer cause problems, because the article numbers in
7518         Gmane's `nov.php' output are ignored since the previous change.
7519
7520 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7521
7522         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7523
7524 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7525
7526         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7527         replace-regexp-in-string; bind url-version; fbind display-images-p and
7528         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7529         find-face and set-itimer-function for Emacs; bind itimer-list for
7530         Emacs.
7531
7532         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7533
7534 2007-01-01  Romain Francoise  <romain@orebokech.com>
7535
7536         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7537
7538 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7539
7540         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7541         `define-minor-mode' macro definition expanded properly.
7542         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7543         exclude it there.
7544
7545         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7546         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7547         `fboundp' test.
7548         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7549         This is OK to autoload in (S)XEmacs now.
7550
7551 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7552
7553         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7554         keystroke.
7555         (gnus-summary-limit-to-singletons): Fix typo.
7556
7557         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7558         else fails.
7559
7560 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7561
7562         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7563         docstring.
7564
7565         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7566         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7567         (gnus-summary-insert-dormant-articles): Fix typo in message.
7568
7569 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7572         nil for XEmacs.
7573         (gnus-message-citation-mode): Don't autoload in XEmacs.
7574
7575         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7576
7577 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7578
7579         * nnimap.el (nnimap-expunge-search-string): Mention
7580         nnimap-search-uids-not-since-is-evil in docstring.
7581
7582 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7583
7584         * spam.el: Revert to make-obsolete-variable because
7585         define-obsolete-variable-alias is not supported in Emacs 21.
7586
7587         * spam.el (spam-ifile-path, spam-ifile-database-path)
7588         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7589         make-obsolete-variable.
7590         (spam-bsfilter-path, spam-bsfilter-program)
7591         (spam-spamassassin-path, spam-spamassassin-program)
7592         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7593         use "path" inappropriately.
7594         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7595         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7596         variable names.
7597
7598 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7599
7600         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7601         summary buffer.
7602
7603         * password.el (password-cache-remove): Use clear-string to burn
7604         password, if available.
7605
7606 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7607
7608         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7609
7610         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7611
7612         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7613         (gnus-message-highlight-citation): Move defcustom here from
7614         gnus-cite.el.
7615         (gnus-message-citation-mode): Autoload.
7616
7617         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7618         checks to make it compile with XEmacs.
7619         (gnus-message-citation-mode): New minor mode.
7620         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7621         (gnus-message-highlight-citation): New variables.
7622         (gnus-message-search-citation-line)
7623         (gnus-message-add-citation-keywords)
7624         (gnus-message-remove-citation-keywords)
7625         (turn-on-gnus-message-citation-mode)
7626         (turn-off-gnus-message-citation-mode): New functions.
7627
7628 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7629
7630         * gnus-cite.el: Enable highlighting of different citation levels in
7631         message-mode.
7632
7633 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * message.el (message-make-fqdn): Fix comment.
7636         (message-bogus-system-names): Add ".local".
7637
7638         * spam.el (spam-ifile-path, spam-ifile-program)
7639         (spam-ifile-database-path, spam-ifile-database)
7640         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7641         Don't use "path" inappropriately.
7642         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7643         strings.
7644         (spam-check-ifile, spam-ifile-register-with-ifile)
7645         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7646         new variable names.
7647
7648         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7649         (gnus-treat-display-smileys): Simplify using
7650         gnus-image-type-available-p.
7651
7652         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7653         available.
7654
7655         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7656         `display-images-p' if available.
7657
7658 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7661         one after turning on the buffer's multibyteness instead of decoding
7662         them directly in the unibyte buffer that causes unexpected conversion
7663         in Emacs 23 (unicode).
7664
7665 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7666
7667         * message.el (message-generate-hashcash): Fix custom type.
7668
7669 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7670
7671         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7672
7673 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7676         disconnect icons.  Add help text.
7677
7678 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7679
7680         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7681         negated to be consistent with the others we handle.
7682
7683 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7684
7685         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7686         version of gnus-summary-buffer to something, so that we can use two
7687         article buffers at the same time.
7688
7689 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7690
7691         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7692         trigger all the extra headers.
7693         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7694         sorting.
7695
7696 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7697
7698         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7699         solid groups.
7700
7701 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7702
7703         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7704
7705 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * legacy-gnus-agent.el: Add Copyright notice.
7708
7709 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7710
7711         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7712
7713 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7714
7715         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7716
7717         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7718         to make it work reliably in CVS Emacs.
7719         (gnus-summary-limit-strange-charsets-predicate)
7720         (gnus-summary-limit-to-predicate): New functions.
7721
7722 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7723
7724         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7725         specifying array size.
7726         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7727         array if it is too small.
7728         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7729         (gnus-sort-threads-loop): New function.
7730
7731 2006-12-06  Chris Moore  <dooglus@gmail.com>
7732
7733         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7734         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7735
7736 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7737
7738         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7739         options.
7740
7741 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7742
7743         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7744         DOS-ing the recipient.
7745
7746         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7747         the headers when creating the mapping to avoid mismappings.
7748         (nnweb-gmane-create-mapping): Always nix out old mapping.
7749
7750 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7751
7752         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7753         and mm-verify-option to never.
7754
7755 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * message.el (message-signed-or-encrypted-p): New function.
7758         (message-forward-make-body): Use it.
7759
7760         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7761         Replace encode-coding-string with mm-encode-coding-string.
7762
7763 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7764
7765         * nneething.el (nneething-decode-file-name): Replace
7766         decode-coding-string with mm-decode-coding-string.
7767
7768         * gnus-int.el (gnus-open-server): Say failed server's name.
7769
7770 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7771
7772         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7773         strings to a single string.  Quote `errors-file-name'.
7774         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7775         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7776         Adjust calls.  Use `shell-quote-argument'.
7777
7778 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7779
7780         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7781         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7782
7783         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7784         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7785         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7786         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7787         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7788         (gnus-subscribe-newsgroup, gnus-1):
7789         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7790         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7791         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7792         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7793
7794 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7795
7796         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7797         keystroke.
7798         (gnus-summary-limit-to-bodies): Implement headersp.
7799
7800 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7801
7802         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7803
7804 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7805
7806         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7807
7808 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7809
7810         * message.el (message-generate-hashcash): Expand range of values to
7811         include `opportunistic'.
7812         (message-send-mail): Use it.
7813
7814 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7815
7816         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7817         and comment it.
7818
7819         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7820
7821 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7822
7823         * gnus-util.el (gnus-extract-address-components): Improve comment.
7824
7825 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gnus-util.el (gnus-extract-address-components): Work with address in
7828         which the name portion contains @.
7829
7830         * lpath.el: Fbind custom-autoload.
7831
7832 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * gnus.el (gnus-start): Move custom group up.
7835         (gnus-select-method): Don't autoload, but make it available for
7836         `customize-variable'.
7837         (gnus-getenv-nntpserver): Don't autoload.
7838
7839 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7840
7841         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7842
7843 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7844
7845         * message.el (message-sendmail-extra-arguments): New variable.
7846         (message-send-mail-with-sendmail): Use it.
7847
7848 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7851         mm-with-unibyte-current-buffer to make string unibyte.
7852
7853         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7854         mm-string-as-multibyte.
7855
7856 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7857
7858         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7859         Reported by Werner Koch <wk@gnupg.org>.
7860
7861 2006-11-14  Daiki Ueno  <ueno@p360>
7862
7863         * mml2015.el: Autoload epa-select-keys when compiling.
7864
7865 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7866
7867         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7868         message-options.
7869         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7870
7871 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7872
7873         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7874         EasyPG (< 0.0.6).
7875         (mml2015-always-trust): New user option.
7876         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7877         prompt.
7878
7879 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * nntp.el (nntp-authinfo-force): New variable.
7882         (nntp-send-authinfo): Use it.
7883
7884 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7887         decode encoded words.  Improve prompt.  Add comment about forwarding.
7888         (message-replacement-char): Move up.
7889
7890 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7891
7892         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7893         instead of gnus-intersection because arguments of gnus-sorted-nunion
7894         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7895
7896 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7899         (message-simplify-subject-functions): Enable
7900         message-strip-subject-encoded-words by default.
7901
7902 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * message.el (message-strip-subject-encoded-words): New function.
7905         (message-simplify-subject-functions): New variable.
7906         (message-simplify-subject): Use it.  Fix typo in doc string.
7907         Support message-strip-subject-encoded-words.
7908
7909 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7910
7911         * gnus-diary.el (gnus-diary-delay-format-function):
7912         * nndiary.el (nndiary-reminders):
7913         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7914
7915 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7916
7917         * gnus-art.el (article-hide-boring-headers): Fetch date from
7918         gnus-original-article-buffer to avoid problems with localized date
7919         strings.
7920
7921 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7924
7925 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7926
7927         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7928         New variables.
7929         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7930         (mm-charset-synonym-alist): Move some entries to
7931         mm-codepage-iso-8859-list.
7932         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7933         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7934
7935 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7936
7937         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7938
7939 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7942         with Emacs 21 and XEmacs.
7943
7944 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7945
7946         * spam.el (spam-parse-address): New function for better parsing,
7947         catching errors, etc.
7948         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7949
7950 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * mm-view.el: Add interactive arg to html2text autoload.
7953
7954 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7955
7956         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7957
7958 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7961         variables.
7962         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7963         (mm-charset-synonym-alist): Move some entries to
7964         mm-codepage-iso-8859-list.
7965
7966         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7967
7968 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7969
7970         * message.el (message-citation-line-format)
7971         (message-insert-formated-citation-line): Fix implementation of %E, %N
7972         and %n according to the doc string.
7973
7974 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7975
7976         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7977         car-safe to avoid bad parses.
7978
7979 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7982         names.
7983
7984         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7985
7986 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7989         header.
7990
7991         * message.el (message-draft-headers): Add Date.
7992         (message-headers-to-generate): Fix typo in docstring.
7993
7994         * nndraft.el (nndraft-required-headers): New variable.
7995         (nndraft-generate-headers): Use it.
7996
7997         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7998
7999 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8000
8001         * gnus-registry.el (gnus-registry-wash-for-keywords)
8002         (gnus-registry-find-keywords): New functions to allow easy searching of
8003         articles that are in the registry.
8004
8005 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
8006
8007         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
8008         ietf-drums-parse-address instead of gnus-extract-address-components.
8009         Reported by Damien Elmes <damien@repose.cx>.
8010
8011 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8012
8013         * gnus.el (gnus-mime): Remove unused custom group.
8014
8015 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8016
8017         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
8018         "blank line" when searching for end of armor headers.
8019
8020 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * gmm-utils.el (gmm-write-region): Fix variable name.
8023
8024 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         * gmm-utils.el (gmm-write-region): New function based on compatibility
8027         code from `mm-make-temp-file'.
8028
8029         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
8030
8031         * nnmaildir.el (nnmaildir--update-nov)
8032         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
8033         Use `gmm-write-region'.
8034
8035 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8036
8037         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
8038         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
8039
8040         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
8041
8042         * message.el (message-replacement-char): New variable.
8043         (message-fix-before-sending): Use it.
8044         (message-simplify-subject): New function to remove duplicate code.
8045         (message-reply, message-followup): Use it.
8046
8047         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
8048         gnus-summary-limit-to-articles.
8049
8050 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8051
8052         * gnus-util.el (gnus-with-local-quit): New macro.
8053
8054         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
8055
8056 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
8057
8058         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
8059         ignore non-string data.
8060
8061 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
8062
8063         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
8064         non-string data (needs to be done in the registry too).
8065
8066 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8067
8068         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
8069         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
8070         (gnus-registry-split-fancy-with-parent)
8071         (gnus-registry-fetch-simplified-message-subject-fast)
8072         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
8073         Remove text properties on ingress into the registry and when it's saved.
8074         (gnus-registry-clean-empty-function): Fix bug with cleaning the
8075         registry from entries with no groups.
8076
8077 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8078
8079         * gnus-util.el (gnus-string-remove-all-properties): Add utility
8080         function to remove string properties.
8081
8082 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8083
8084         * gmm-utils.el (gmm): Adjust custom version.
8085
8086         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
8087         custom version.
8088
8089         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
8090
8091 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8092
8093         * gnus-art.el (gnus-insert-prev-page-button)
8094         (gnus-insert-next-page-button): Simplify.  Reformat.
8095
8096 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8097
8098         * gnus-art.el (gnus-insert-prev-page-button)
8099         (gnus-insert-next-page-button): Apply gnus-article-button-face.
8100
8101 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
8102
8103         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
8104
8105 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
8106
8107         * gnus-art.el (gnus-insert-mime-button)
8108         (gnus-insert-mime-security-button):
8109         Apply gnus-article-button-face to MIME and security buttons.
8110
8111 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
8114         readable.
8115
8116 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
8119
8120 2006-09-20  Steve Youngs  <steve@sxemacs.org>
8121
8122         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8123         `browse-url-of-file' instead of `browse-url'.
8124
8125 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8126
8127         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8128         regexp.  Articles containing quotation were cut prematurely.
8129
8130 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * message.el (message-cite-original-1): Use nobody by default for the
8133         value of From header.
8134         (message-reply): Ditto.
8135
8136 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8137
8138         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8139         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8140         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8141
8142 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8143
8144         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8145         mails in the doc string.  Add some URLs in comment.
8146         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8147
8148 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8151         backslashes handling and the way to find boundaries of quoted strings.
8152
8153 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8154
8155         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8156         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8157         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8158         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8159
8160 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8161
8162         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8163         doc string.
8164         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8165
8166 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8167
8168         * lpath.el: Fbind epg-check-configuration.
8169
8170 2006-09-06  Simon Josefsson  <jas@extundo.com>
8171
8172         * mml2015.el (mml2015-use): Doc fix, mention epg.
8173
8174 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8175
8176         * mml2015.el (mml2015-use): Default to epg, if available.
8177
8178 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8179
8180         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8181         message-sender.
8182         (mml1991-epg-encrypt): Ditto.
8183         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8184         message-sender.
8185         (mml2015-epg-encrypt): Ditto.
8186
8187 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8188
8189         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8190         several common directories.
8191
8192 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8193
8194         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8195         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8196
8197 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8198
8199         * gnus-art.el (article-decode-encoded-words): Make it fast.
8200
8201 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8204
8205         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8206         in quoted string into `\'.
8207
8208 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8211         Use standard-syntax-table.
8212
8213 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8214
8215         * gnus-art.el (gnus-decode-address-function): New variable.
8216         (article-decode-encoded-words): Use it to decode headers which are
8217         assumed to contain addresses.
8218         (gnus-mime-delete-part): Remove useless `or'.
8219
8220         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8221         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8222         (gnus-nov-parse-line): Use it to decode From header.
8223         (gnus-get-newsgroup-headers): Ditto.
8224         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8225
8226         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8227         (mail-decode-encoded-address-string): New alias.
8228
8229         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8230         New function.
8231         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8232         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8233         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8234         (rfc2047-decode-string): Ditto.
8235         (rfc2047-decode-address-region): New function.
8236         (rfc2047-decode-address-string): New function.
8237
8238 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * message.el (message-caesar-buffer-body): Allow rotating headers.
8241
8242         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8243
8244         * message.el (message-insert-formated-citation-line): Fix %f.
8245         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8246
8247 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8250         (gnus-bookmark-mouse-available-p): New macro.
8251         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8252         (gnus-bookmark-bmenu-show-infos): Use it.
8253         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8254         (gnus-bookmark-bmenu-hide-infos): Ditto.
8255         (gnus-bookmark-remove-properties): New function.
8256         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8257         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8258         (gnus-bookmark-write-file): Bind coding-system-for-write.
8259         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8260         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8261         group before selecting it.
8262         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8263         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8264         quit-window if it is not available; use gnus-mouse-2 and bind it to
8265         gnus-bookmark-bmenu-select-by-mouse.
8266         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8267         (gnus-bookmark-bmenu-select-by-mouse): New function.
8268
8269 2006-08-13  Romain Francoise  <romain@orebokech.com>
8270
8271         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8272         space.
8273
8274 2006-08-10  Romain Francoise  <romain@orebokech.com>
8275
8276         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8277         (dns-mode-soa-auto-increment-serial): New user option.
8278         (dns-mode-soa-maybe-increment-serial): New function.
8279         (dns-mode): Add the latter to `write-contents-functions'.
8280
8281 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8282
8283         * compface.el (uncompface): Use binary rather than raw-text-unix.
8284
8285 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8286
8287         * compface.el (uncompface): Make sure the eol conversion doesn't take
8288         place when communicating with the external programs.  Reported by
8289         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8290
8291 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8292
8293         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8294
8295 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8296
8297         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8298         Make it more robust by parsing author and date independently.
8299
8300 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8303
8304 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8305
8306         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8307         first matching secret key.
8308         (mml2015-epg-encrypt): Ditto.
8309
8310         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8311         first matching secret key.
8312         (mml1991-epg-encrypt): Ditto.
8313
8314         * mml2015.el (mml2015-encrypt-to-self): New user option.
8315         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8316         mml2015-epg-encrypt-to-self is set.
8317
8318         * mml1991.el (mml1991-encrypt-to-self): New variable.
8319         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8320         mml1991-epg-encrypt-to-self is set.
8321
8322         * mml2015.el (mml2015-signers): New user option.
8323         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8324         (mml2015-epg-encrypt): Allow to select signing keys.
8325
8326         * mml1991.el (mml1991-signers): New variable.
8327         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8328         (mml1991-epg-encrypt): Allow to select signing keys.
8329
8330 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8331
8332         * nnheader.el (nnheader-insert-head): Make it work even if the file
8333         uses CRLF for the line-break code.
8334
8335 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8336
8337         * mml2015.el: Require mml-sec instead of password.
8338         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8339         (mml2015-cache-passphrase): Inherit the default value from
8340         mml-secure-cache-passphrase.
8341         (mml2015-passphrase-cache-expiry): Inherit the default value from
8342         mml-secure-passphrase-cache-expiry.
8343
8344         * mml1991.el: Require mml-sec instead of password.
8345         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8346         (mml1991-cache-passphrase): Inherit the default value from
8347         mml-secure-cache-passphrase.
8348         (mml1991-passphrase-cache-expiry): Inherit the default value from
8349         mml-secure-passphrase-cache-expiry.
8350
8351         * mml-sec.el: Require password.
8352         (mml-secure-verbose): New user option.
8353         (mml-secure-cache-passphrase): New user option.
8354         (mml-secure-passphrase-cache-expiry): New user option.
8355
8356 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8357
8358         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8359         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8360         andreas@altroot.de (Andreas Vögele).
8361
8362         FIXME: Use `tiny change'?
8363
8364 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8365
8366         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8367         workaround for the url package included with Emacs.
8368
8369         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8370
8371 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8374         correctly.  This fixes a bug caused by the 2006-05-12 change.
8375
8376 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8377
8378         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8379         some information about the error when saying that the `bogus' mail
8380         group will be used.
8381
8382 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8383
8384         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8385         string.
8386
8387 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8388
8389         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8390
8391 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8392
8393         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8394
8395 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8396
8397         * mml1991.el (mml1991-function-alist): Add epg.
8398         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8399         (mml1991-epg-encrypt): New functions.
8400
8401 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8402
8403         * mml2015.el (mml2015-verbose): New variable.
8404         (mml2015-cache-passphrase): Ditto.
8405         (mml2015-passphrase-cache-expiry): Ditto.
8406         (mml2015-function-alist): Add epg.
8407         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8408         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8409         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8410         functions.
8411
8412 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8413
8414         * message.el (message-cite-original-1): Preserve region when removing
8415         quoted text due to X-No-Archive in order to avoid bogus attribution
8416         when citing multiple messages.
8417
8418 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8419
8420         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8421         Kenneth Jacker <khj@be.cs.appstate.edu>.
8422
8423 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8424
8425         * gnus-diary.el (gnus-user-format-function-d)
8426         (gnus-user-format-function-D): Autoload.
8427
8428         * imap.el (Commentary): Fix typo.
8429
8430         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8431         2006-04-22 contribution.
8432
8433 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8434
8435         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8436         It didn't really fix the bogosity I'm seeing with solid web groups.
8437
8438 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8439
8440         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8441         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8442         created using server names.  If we use the feature without declaring
8443         it, Gnus does not properly manage server and group state.
8444
8445         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8446         bound.
8447
8448 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8449
8450         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8451         looking up the method using GROUP's prefix before inventing a new one.
8452         It is used on killed/unknown groups in various places where returning
8453         an all-new method isn't expected by the caller.
8454
8455         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8456         and match semantics of gnus-group-real-prefix.
8457
8458 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8459
8460         * nnmail.el (nnmail-broken-references-mailers): New variable.
8461         (nnmail-ignore-broken-references): New function generalizing
8462         nnmail-fix-eudora-headers.
8463         (nnmail-fix-eudora-headers): Now obsolete.
8464
8465         * gnus-art.el (gnus-button-handle-custom): Support
8466         `customize-apropos*'.
8467
8468 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8469
8470         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8471
8472         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8473         articles.
8474
8475 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8476
8477         * message.el (message-cite-reply-above): New variable.
8478         (message-yank-original): Use it.
8479
8480 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8483
8484 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8485
8486         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8487         as read.
8488
8489         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8490
8491 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8494         (gnus-bookmark-default-file): Use gnus-directory.
8495         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8496         Remove "*" in doc string.
8497         (gnus-bookmark-write-file): Simplify.
8498         (gnus-bookmark-maybe-sort-alist): Use `when'.
8499         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8500         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8501         FIXME about Emacs 21 and XEmacs compatibility.
8502         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8503         compatibility.
8504         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8505         compatibility.
8506         (gnus-bookmark-menu-heading): Fix version.
8507
8508 2006-06-19  Bastien Guerry  <bzg@altern.org>
8509
8510         * gnus-bookmark.el: New file.
8511
8512 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8513
8514         * message.el (message-syntax-checks): Doc fix.
8515
8516 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8517
8518         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8519         unsubscribed groups as if they were killed ones.  It causes duplicate
8520         entries in gnus-newsrc-alist.
8521
8522 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8523
8524         * message.el (message-syntax-checks): Doc fix.
8525         (message-send-mail): Add check for continuation headers.
8526         (message-check-news-header-syntax): Fix regexp used to check for
8527         continuation headers.
8528
8529 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8532
8533 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8534
8535         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8536
8537 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8538
8539         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8540         default-truncate-lines.
8541
8542 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8545         to fill the utf-8 entry.
8546
8547         * lpath.el: Fbind unicode-precedence-list.
8548
8549 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8550
8551         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8552
8553 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8554
8555         * gnus-agent.el (directory-files-and-attributes): Move all the way
8556         forward (the third and final move).
8557         (gnus-agent-read-agentview): Trap reconstruction errors due to
8558         nonexistant directory.  Handle by returning nil.
8559
8560 2006-05-30  Didier Verna  <didier@xemacs.org>
8561
8562         * message.el (message-dont-reply-to-names): Update the custom type.
8563         * message.el (message-dont-reply-to-names): New defsubst: potentially
8564         convert a list of regexps into a single one.
8565         * message.el (message-get-reply-headers): Use it.
8566         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8567
8568 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8569
8570         * gnus-agent.el (directory-files-and-attributes): Move forward.
8571
8572 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8573
8574         * gnus-ml.el (gnus-mailing-list-subscribe)
8575         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8576         (gnus-mailing-list-message): Fix doc strings.
8577
8578 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8579
8580         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8581         of doing it manually.
8582
8583 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8586         comment.
8587
8588 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8589
8590         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8591         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8592         (gnus-agent-read-local): All symbols allocated in my-obarray.
8593         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8594         (gnus-agent-regenerate-group): Check numeric names to see if they are
8595         messages or groups.
8596         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8597         better way of do this...)
8598
8599         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8600         'dummy.group' (there should be a better way of do this...)
8601
8602 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8603
8604         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8605         (gnus-saved-headers): Ditto.
8606         (gnus-default-article-saver): Mention functions may have properties.
8607         (gnus-article-save): Override gnus-save-all-headers and
8608         gnus-saved-headers by :headers property which saver function may have.
8609         (gnus-summary-save-in-file): Add :headers property.
8610         (gnus-summary-write-to-file): Ditto.
8611
8612         * gnus-sum.el (gnus-summary-save-article): Bind
8613         gnus-prompt-before-saving to t when saving many articles in a file;
8614         always show all headers.
8615
8616         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8617
8618 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8619
8620         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8621         marks.
8622
8623         * message.el (message-indent-citation): Add optional arguments to allow
8624         using it outside of message buffers.
8625
8626         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8627         (gnus-article-treat-unfold-headers): Use it.
8628         (gnus-article-truncate-lines): New variable.
8629         (gnus-article-mode): Use it.
8630         (gnus-article-toggle-truncate-lines): New function.
8631
8632         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8633         gnus-article-toggle-truncate-lines.
8634
8635         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8636         coding system in XEmacs, use binary.
8637
8638 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8641         after-load-alist.
8642
8643         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8644         this function should save decoded articles.
8645         (gnus-summary-write-to-file): Use property to specify this function
8646         should save decoded articles and specify gnus-summary-save-in-file
8647         should be used to save articles other than the first one when saving
8648         many articles.
8649         (gnus-summary-save-body-in-file): Use property to specify this
8650         function should save decoded articles.
8651         (gnus-summary-write-body-to-file): Use property to specify this
8652         function should save decoded articles and specify
8653         gnus-summary-save-body-in-file should be used to save articles other
8654         than the first one when saving many articles.
8655
8656         * gnus-sum.el (gnus-summary-save-article): Simplify.
8657
8658 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * gnus-art.el (gnus-default-article-saver): Add
8661         gnus-summary-write-body-to-file.
8662         (gnus-article-save-coding-system): Don't use coding system object
8663         in XEmacs.
8664         (gnus-read-save-file-name): Add optional `dir-var' argument which
8665         specifies directory in which files are saved; work even if optional
8666         `variable' argument is not specified.
8667         (gnus-summary-write-to-file): Read file name.
8668         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8669         (gnus-summary-write-body-to-file): New function.
8670
8671         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8672         (gnus-summary-local-variables): Add it.
8673         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8674         (gnus-summary-save-article): Remove optional `decode' argument;
8675         determine whether to decode articles by the value of
8676         gnus-default-article-saver; when saving many files using
8677         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8678         it first and use gnus-summary-save-in-file or
8679         gnus-summary-save-body-in-file thereafter unless
8680         gnus-prompt-before-saving is always; move point to article which
8681         will be saved.
8682         (gnus-summary-save-article-file): Revert.
8683         (gnus-summary-write-article-file): Revert.
8684         (gnus-summary-save-article-body-file): Revert.
8685         (gnus-summary-write-article-body-file): New function.
8686
8687 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * gnus-art.el (gnus-default-article-saver): Doc fix.
8690         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8691         from gnus-summary-save-article-coding-system, and default to a
8692         certain coding system.
8693         (gnus-output-to-file): Add coding cookie and encode text according
8694         to gnus-article-save-coding-system; don't use mm-append-to-file.
8695
8696         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8697         gnus-art.el and rename to gnus-article-save-coding-system.
8698         (gnus-summary-save-article): Require gnus-art; don't show all
8699         headers if it decodes articles; don't add coding cookie here;
8700         don't bind mm-text-coding-system-for-write.
8701         (gnus-summary-save-article-file): Save decoded articles.
8702         (gnus-summary-write-article-file): When saving many files, use
8703         gnus-summary-write-to-file first and gnus-summary-save-in-file
8704         thereafter unless gnus-prompt-before-saving is always.
8705         (gnus-summary-save-article-body-file): Save decoded articles.
8706
8707         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8708
8709 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8710
8711         * nnrss.el (nnrss-check-group): Bind hash-index.
8712
8713 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8714
8715         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8716         its hash index.  Store this hash in `nnrss-group-data'.
8717         (nnrss-read-group-data): Update accordingly.
8718
8719 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8720
8721         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8722         entry.
8723
8724         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8725         gnus-article-browse-html-article.
8726
8727 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8728
8729         * gnus-sum.el (gnus-summary-mime-map): Add
8730         gnus-article-browse-html-article.
8731
8732         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8733
8734 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8735
8736         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8737         suitable coding systems in customize.
8738
8739 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8740
8741         * mail-source.el (mail-sources): Fix custom type.
8742
8743 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8744
8745         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8746         (gnus-summary-expire-articles-now): Shorten prompt.
8747
8748         * gmm-utils.el (wid-edit): Require.
8749         (defun-gmm): Renamed from `gmm-defun-compat'.
8750         (gmm-image-search-load-path): Use it.
8751         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8752
8753 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8756         variable.
8757         (gnus-summary-save-article): Add optional `decode' argument.  If
8758         it is set and gnus-summary-save-article-coding-system is non-nil,
8759         save decoded article.
8760         (gnus-summary-write-article-file): Save decoded article if
8761         gnus-summary-save-article-coding-system is non-nil.
8762
8763         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8764         type.
8765
8766 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8767
8768         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8769
8770 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8771
8772         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8773         first to test gnus-single-article-buffer which may be buffer-local.
8774
8775         * gnus-sum.el (gnus-summary-setup-buffer): Make
8776         gnus-single-article-buffer buffer-local and nil in ephemeral
8777         group; make gnus-article-buffer, gnus-article-current, and
8778         gnus-original-article-buffer always buffer-local.
8779         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8780         group.
8781         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8782
8783 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8784
8785         * nnml.el (nnml-request-compact-group): Compressed files might not
8786         have .gz extension.
8787
8788 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8789
8790         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8791         (mm-copy-to-buffer): Use with-current-buffer.
8792         (mm-display-part): Simplify.
8793         (mm-inlinable-p): Add optional arg `type'.
8794
8795 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8796
8797         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8798         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8799         Try harder to show the attachment internally or externally using
8800         gnus-mime-view-part-as-type.
8801
8802 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8803
8804         * message.el (message-from-style, message-signature-separator)
8805         (message-user-organization-file, message-send-mail-function)
8806         (message-citation-line-function, message-yank-prefix)
8807         (message-indent-citation-function, message-signature)
8808         (message-signature-file, message-signature-insert-empty-line):
8809         Remove autoloads.
8810
8811         * gnus-art.el (gnus-buttonized-mime-types): Remove
8812         "multipart/signed".  Revert 2006-04-26 change.
8813
8814 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * gnus.el (gnus-version-number): Bump version.
8817
8818 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8819
8820         * gnus.el: No Gnus v0.5 is released.
8821
8822 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8823
8824         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8825         fetching articles by message-id.
8826
8827 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8828
8829         * message.el (hashcash): Require hashcash as normal.
8830
8831         * ecomplete.el (ecomplete-highlight-match-line): Use
8832         point-at-eol.
8833         (ecomplete-highlight-match-line): Use `highlight', because that
8834         face exists in both Emacs and XEmacs.
8835
8836         * message.el (message-display-abbrev): Use point-at-bol.
8837
8838         * mail-source.el: Don't require timer/timer-funcs.
8839
8840         * gnus-async.el: Ditto.
8841
8842         * password.el: Ditto.
8843
8844         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8845
8846         * mm-url.el: Ditto.
8847
8848         * gnus-xmas.el: Don't require timer-funcs.
8849
8850         * mm-util.el: Require timer/timer-funcs.
8851
8852 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8853
8854         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8855         Close.
8856
8857 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8860         unibyte after clear-decrypt function runs.
8861
8862         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8863         returns as a unibyte string.
8864
8865 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * lpath.el: Revert.
8868
8869         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8870         (pgg-gpg-process-sentinel): Revert.
8871
8872         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8873         (pgg-pgp-lookup-key): Revert.
8874
8875         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8876         (pgg-pgp5-lookup-key): Revert.
8877
8878         * pgg.el (pgg-fetch-key): Revert.
8879
8880 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * lpath.el: Fbind string-as-multibyte for XEmacs.
8883
8884         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8885         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8886         (mml1991-pgg-encrypt): Ditto.
8887
8888         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8889         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8890         a multibyte buffer.
8891
8892         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8893         (pgg-pgp-lookup-key): Ditto.
8894
8895         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8896         (pgg-pgp5-lookup-key): Ditto.
8897
8898         * pgg.el (pgg-fetch-key): Ditto.
8899
8900 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8901
8902         * message.el (message-user-organization-file): Check several
8903         locations of the organization file.
8904
8905         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8906         Add gnus-article-view-part-as-type.
8907
8908         * gnus-art.el (gnus-article-view-part-as-type): New function.
8909
8910         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8911         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8912
8913         * mml.el: Simplify autoload.
8914         (mml-mode): defvar dnd-protocol-alist instead of using
8915         symbol-value.
8916         (mml-default-directory): New variable.
8917         (mml-minibuffer-read-file): Use it.
8918         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8919
8920         * message.el (message-citation-line-format): New variable.
8921         (message-insert-formated-citation-line): New function.
8922         (message-citation-line-function): Add
8923         `message-insert-formated-citation-line' to custom type.
8924
8925         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8926         to doc string.
8927
8928         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8929         depending on mm-verify-option.
8930
8931 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8934         binding pgg-* variables; reimplement the section which prevents
8935         MIME header from being signed.
8936         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8937         pgg-text-mode; remove a blank line at the top of body.
8938
8939         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8940         lines at the top of body; use gnus-newsgroup-charset if there's no
8941         Charset header.
8942
8943 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * message.el (message-self-insert-commands): Doc fix.
8946
8947         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8948         (mm-uu-pgp-encrypted-test): Ditto.
8949         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8950         between header and body; return application/pgp-encrypted handle
8951         if decryption failed; decode decrypted body by charset.
8952
8953         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8954         element match to application/pgp-*.
8955
8956 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8957
8958         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8959         HTML.
8960
8961 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * mail-source.el (mail-source-call-script): Message the error
8964         string.
8965
8966 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8967
8968         * gnus-util.el (gnus-byte-compile): Use it.
8969
8970 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8971
8972         * gnus-util.el (kill-empty-logs): New function.
8973
8974 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * message.el (message-mail-alias-type): Doc fix.
8977         (message-mail-alias-type-p): New function.
8978         (message-send): Use it.
8979         (message-mode): Ditto.
8980         (message-strip-forbidden-properties): Ditto.
8981
8982         * ecomplete.el (ecomplete-database-file-coding-system): New
8983         variable.
8984         (ecomplete-save): Use it.
8985         (ecomplete-setup): Use it.
8986
8987 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * message.el (message-self-insert-commands): New variable.
8990         (message-strip-forbidden-properties): Use it.
8991
8992 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993
8994         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8995         that doesn't make XEmacs choke.
8996
8997 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-util.el (gnus-replace-in-string):
9000         Prefer replace-regexp-in-string over of replace-in-string.
9001
9002 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9003
9004         * gnus-util.el (gnus-select-frame-set-input-focus):
9005         Use select-frame-set-input-focus if it is available in XEmacs; use
9006         definition defined in Emacs 22 for old Emacsen.
9007
9008         * dgnushack.el: Autoload unmorse-region for XEmacs.
9009
9010         * lpath.el: Bind cursor-in-non-selected-windows and
9011         select-frame-set-input-focus for XEmacs.
9012
9013 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9014
9015         * mm-view.el (mm-inline-text): Use equal instead of equalp.
9016
9017 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
9018
9019         * gnus-registry.el (gnus-registry-cache-save): Remove text
9020         properties when saving via the temp buffer.
9021
9022 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * message.el (message-generate-hashcash): Honor custom type.
9025
9026 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9027
9028         * message.el (message-generate-hashcash): Default to non-nil when
9029         hashcash is found.
9030
9031         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
9032         (gnus-refer-thread-limit): Increase default to 500.
9033
9034         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
9035
9036         * flow-fill.el (fill-flowed): Allow delete-space.
9037
9038 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9041         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
9042         Remove autoloads.
9043
9044 2006-04-18  Simon Josefsson  <jas@extundo.com>
9045
9046         * message.el (message-generate-hashcash): Default to.
9047
9048 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9049
9050         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9051         concatenating segments rather than before concatenating them.
9052
9053 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
9056
9057 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058
9059         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
9060
9061         * message.el (message-forward-make-body-plain): Allow
9062         message-forward-ignored-headers to be a list.
9063         (message-remove-ignored-headers): Factor out into function.
9064         (message-forward-make-body-mml): Use it.
9065
9066         * imap.el (imap-quote-specials): New function.
9067         (imap-login-auth): Quote specials.
9068
9069         * rfc2231.el (rfc2231-parse-string): Remove dead code.
9070         (rfc2231-parse-string): Allow concatanation of parameters that
9071         aren't contiguous.  The test case is
9072           (mail-header-parse-content-type "message/external-body;
9073             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
9074             access-type=LOCAL-FILE;
9075             name*1*=plugh%2fhello-sailor%2fbing.pdf")
9076
9077 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9078
9079         * nntp.el (nntp-accept-process-output): Return the value of
9080         `nnheader-accept-process-output'.
9081
9082 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9083
9084         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
9085         (gnus-button-alist): Recognize more diff formats.
9086         (gnus-button-patch): Strip directory.
9087
9088 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
9091         Emacs 22 when setting focus.
9092
9093 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094
9095         * gnus-art.el (gnus-article-treat-types): Do treatment of
9096         text/x-verbatim parts.
9097         (gnus-button-patch): New command.
9098
9099         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
9100         addresses that contain invalid characters.
9101
9102 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * message.el (message-put-addresses-in-ecomplete): Use
9105         gnus-replace-in-string.
9106         (message-is-yours-p): Use the more correct
9107         mail-header-parse-address instead of
9108         mail-extract-address-components.
9109         (message-put-addresses-in-ecomplete): Fix typo.
9110
9111         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
9112         keystroke.
9113
9114         * gnus-art.el (gnus-treatment-function-alist): Change order of
9115         newsgroups/generic header folding to avoid double-folding.
9116
9117         * message.el (message-hidden-headers): Add X-Draft-From.
9118
9119         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
9120         command.
9121         (gnus-summary-repeat-search-article-backward): New command.
9122
9123         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9124         groups in the parent topic.
9125
9126 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9127
9128         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9129         (spam-extra-header-to-number): Return the CRM114 number as a
9130         number instead of a string.
9131
9132 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9133
9134         * gnus-art.el (gnus-face-properties-alist): Moved here from
9135         gnus-fun.
9136
9137         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9138
9139 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9140
9141         * message.el (message-strip-forbidden-properties): Only display on
9142         self-insert-command.
9143
9144         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9145         reindent.
9146         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9147
9148 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9149
9150         * smiley.el (smiley-style): Fix typo.
9151
9152 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9153
9154         * hashcash.el (hashcash-insert-payment-async-2): Use
9155         message-goto-eoh instead of doing it manually.
9156         (mail-add-payment): Use message-narrow-to-header instead of trying
9157         to do the same itself.
9158
9159         * message.el (message-hidden-headers): Add Face.
9160
9161         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9162         reparenting code.
9163         (gnus-summary-reparent-children): Refactored out code.
9164         (gnus-summary-thread-map): New keystroke.
9165         (gnus-summary-reparent-children): Make into command.
9166
9167         * smiley.el (smiley-style): Default to `medium' if using a large
9168         font.
9169
9170         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9171         does it itself.
9172
9173         * message.el (message-point-in-header-p): Simplify definition.
9174
9175 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9176
9177         * nnagent.el (nnagent-request-set-mark): Silence log file
9178         writing.
9179         (nnagent-request-set-mark): Use write-region instead of
9180         append-to-file.
9181
9182         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9183         strange select method.
9184
9185         * ecomplete.el (ecomplete-display-matches): Get highlightling
9186         right.
9187         (ecomplete-display-matches): Use literals.
9188         (ecomplete-display-matches): Disable message logging.
9189
9190         * message.el (message-display-abbrev): Small optimization.
9191
9192         * ecomplete.el (ecomplete-display-matches): Allow automatic
9193         display.
9194
9195         * message.el (message-strip-forbidden-properties): Display
9196         abbrevs.
9197         (message-display-abbrev): Get automatic display right.
9198
9199         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9200         keystrokes.
9201
9202 2006-04-13  Romain Francoise  <romain@orebokech.com>
9203
9204         TODO: Backport to v5-10!
9205
9206         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9207         Moved here (and renamed) from gnus-registry.el.
9208
9209         * gnus-registry.el: Require gnus-util.
9210         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9211
9212 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213
9214         * gnus-group.el (gnus-group-catchup-current): Change
9215         if-then-else-if-then-else into cond.
9216         (gnus-group-catchup): Indent.
9217         (group-name-at-point): New function.
9218         (gnus-fetch-group): Provide default from thing at point.
9219
9220 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9221
9222         * message.el (message-display-abbrev): Fix regexp.
9223
9224         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9225         choosing.
9226         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9227         dead variables.
9228
9229         * message.el (message-newline-and-indent): Remove debugging.
9230         (message-display-abbrev): Use new implementation.
9231
9232 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9233
9234         * gnus-art.el (gnus-article-mode): Set
9235         cursor-in-non-selected-windows to nil.
9236
9237         * smiley.el: Revert previous change.
9238         (smiley-data-directory): defvar it before using it in the
9239         defcustom of `smiley-style'.
9240
9241 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9242
9243         * message.el (message-newline-and-indent): New function.
9244
9245         * ecomplete.el: Implement more bits.
9246
9247         * message.el (message-put-addresses-in-ecomplete): Clean up the
9248         string.
9249
9250         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9251
9252         * gnus-sum.el (gnus-summary-save-parts): Bind
9253         gnus-summary-save-parts-counter and use it to make unique file
9254         names.
9255
9256         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9257
9258         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9259         parameter to say whether to actually parse the individual
9260         addresses.
9261
9262         * message.el (message-put-addresses-in-ecomplete): New function.
9263         (ecomplete): Require.
9264         (message-mail-alias-type): Add ecomplete as an option.
9265
9266 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9267
9268         * flow-fill.el (fill-flowed): Remove trailing space from blank
9269         quoted lines.
9270
9271 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9272
9273         * smiley.el (smiley-style): Move definition later to avoid a
9274         compilation warning.
9275
9276 2006-04-12  Kenichi Handa  <handa@m17n.org>
9277
9278         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9279         buffer and then decode the buffer text if necessary.
9280         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9281         first, and after mm-encode-body, change the buffer to unibyte.
9282         Use mm-disable-multibyte instead of set-buffer-multibyte.
9283
9284 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9287         Content-Type header instead of Content-Disposition header.
9288         (gnus-mime-inline-part): Ditto.
9289         (gnus-mime-view-part-as-charset): Ignore charset that the part
9290         specifies.
9291
9292         * mm-decode.el (mm-display-part): Work with external parts and
9293         usual parts similarly.
9294
9295         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9296         instead of gnus-display-mime.
9297
9298         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9299         instead of with-temp-buffer.
9300
9301         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9302         tag to summarized topics part in order to encode non-ASCII text.
9303
9304 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * smiley.el (smiley-style): New variable.
9307         (smiley-directory): New function.
9308         (smiley-data-directory): Derive from `smiley-style' using
9309         `smiley-directory'.
9310         (smiley-regexp-alist): Add new entries.
9311
9312         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9313         (gnus-article-browse-delete-temp): Add :version.
9314
9315 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9316
9317         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9318         the sieve region.
9319
9320 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9321
9322         * gnus.el (gnus-version-number): Bump version.
9323
9324 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus.el: No Gnus v0.4 is released.
9327
9328 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329
9330         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9331         layout.
9332
9333         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9334         unknown charset.
9335
9336         * message.el (message-header-synonyms): Add Original-To to the
9337         default.
9338
9339         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9340         optional parameter.
9341
9342 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9343
9344         * gnus-fun.el (gnus): Require it for gnus-directory.
9345
9346 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9347
9348         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9349
9350 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9351
9352         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9353
9354 2006-04-05  Simon Josefsson  <jas@extundo.com>
9355
9356         * password.el (password-reset): New function.
9357
9358 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9359
9360         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9361         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9362
9363 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9364
9365         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9366         Some whitespace was matched into the url, which broke browsing hits
9367         > 100 when mm-url-use-external was nil.
9368
9369 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9370
9371         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9372         gnus-extra-headers for 'Newsgroups.
9373
9374         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9375         bound.
9376
9377 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9378
9379         * pgg-gpg.el: Clean up process buffers every time gpg processes
9380         complete.
9381
9382 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9383
9384         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9385         doc string.
9386
9387 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9388
9389         * pgg-gpg.el (pgg-gpg-process-filter)
9390         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9391
9392         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9393         lines, temporary fix.
9394
9395 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9396
9397         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9398
9399 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9400
9401         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9402         default-enable-multibyte-characters.  This reverts the change from
9403         revision 6.17 which is no longer necessary because the passphrase
9404         is sent separately now.  GnuPG messages are unreadable under
9405         multibyte locales with default-enable-multibyte-characters set to
9406         nil.
9407
9408 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * message.el (message-tool-bar-gnome): Move "spell".
9411
9412 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9413
9414         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9415         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9416         instead.
9417
9418 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9419
9420         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9421         newsgroups handling for NNTP overviews which don't include
9422         Newsgroups.
9423
9424 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9425
9426         * message.el (message-resend): Bind message-generate-hashcash to nil.
9427
9428 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9429
9430         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9431         when searching for already-paid recipients.
9432
9433 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9434
9435         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9436         passphrases when it is not needed.
9437         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9438         passphrase stuff from gpg, should only be necessary when you use
9439         gpg with a smartcard.
9440
9441 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9442
9443         * mml.el (mml-insert-mime): Ignore cached contents of
9444         message/external-body part.
9445
9446         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9447         (mm-insert-part): Ditto.
9448
9449 2006-03-23  Simon Josefsson  <jas@extundo.com>
9450
9451         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9452         Reiner.
9453         (pgg-gpg-use-agent-p): Use it again.
9454
9455 2006-03-23  Simon Josefsson  <jas@extundo.com>
9456
9457         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9458         older emacsen.
9459         (pgg-gpg-use-agent-p): Don't use it.
9460
9461 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9462
9463         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9464         if we can.
9465
9466 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9467
9468         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9469         (pgg-gpg-update-agent): New function.
9470         (pgg-gpg-use-agent-p): New function.
9471         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9472         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9473         (pgg-gpg-sign-region): Use it.
9474
9475 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9476
9477         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9478         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9479
9480 2006-03-21  Simon Josefsson  <jas@extundo.com>
9481
9482         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9483         <wilde@sha-bang.de>.
9484         (pgg-gpg-use-agent): New variable.
9485         (pgg-gpg-process-region): Use it.
9486         (pgg-gpg-encrypt-region): Likewise.
9487         (pgg-gpg-encrypt-symmetric-region): Likewise.
9488         (pgg-gpg-decrypt-region): Likewise.
9489         (pgg-gpg-sign-region): Likewise.
9490         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9491
9492 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9493
9494         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9495
9496         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9497         Add comment on version.
9498
9499 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * smiley.el: Add missing test smiley.
9502
9503 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * mm-decode.el (mm-with-part): New macro.
9506         (mm-get-part): Use it; work with message/external-body as well.
9507         (mm-save-part): Treat name and filename equally.
9508
9509         * mm-extern.el (mm-extern-cache-contents): New function.
9510         (mm-inline-external-body): Use it; force the part to be displayed;
9511         move undisplayer added to the cached handle to the parent.
9512
9513         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9514         (gnus-mime-view-part-as-type): Work with message/external-body.
9515
9516         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9517
9518 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9521         images in image-load-path.  [Sync with image.el, revision 1.60, in
9522         Emacs.]
9523
9524 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9525
9526         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9527         path rather than symbol.  Always return list of directories.
9528         Guarantee that image directory comes first.  [Sync with image.el,
9529         revision 1.59, in Emacs.]
9530
9531         * message.el (message-make-tool-bar): Adjust to new API of
9532         `gmm-image-load-path-for-library'.
9533
9534         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9535
9536         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9537
9538 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9539
9540         * gnus-art.el (gnus-article-only-boring-p):
9541         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9542         intangible text.
9543         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9544
9545 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9546
9547         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9548         `defun' instead of `gmm-defun-compat'.
9549
9550 2006-03-14  Simon Josefsson  <jas@extundo.com>
9551
9552         * message.el (message-unique-id): Don't use message-number-base36
9553         if (user-uid) is a float.
9554         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9555
9556 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9559
9560         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9561         empty line between a part and a message part.
9562
9563 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9564
9565         * smiley.el: Add more test smileys.
9566         (smiley-data-directory, smiley-regexp-alist)
9567         (gnus-smiley-file-types): Fix doc strings.
9568         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9569         adding new elements.
9570         (smiley-mouse-map): Unused code.  Make it a comment.
9571
9572 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9575         scan latest NoCeM messages instead of old ones.
9576         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9577         delimiters that are recently used.
9578         (gnus-nocem-load-cache): Add autoload cookie.
9579
9580         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9581
9582         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9583         level which is larger than gnus-use-nocem is specified.
9584
9585         * gnus-group.el (gnus-group-get-new-news): Ditto.
9586
9587 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9588
9589         * gnus-util.el (gnus-tool-bar-update): New function.
9590
9591         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9592         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9593
9594         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9595
9596         * gnus-group.el (gnus-group-redraw-when-idle)
9597         (gnus-group-redraw-check): Remove.
9598         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9599
9600 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9603         if optional last element is specified in splits (FIELD VALUE...).
9604
9605 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9608         to gmm-image-load-path-for-library.  Call with no-error argument.
9609         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9610
9611         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9612
9613         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9614
9615         * gmm-utils.el (gmm-image-load-path): Remove alias.
9616
9617 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9618
9619         * gmm-utils.el (gmm-image-load-path): Add alias.
9620
9621         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9622         nnml-generate-nov-databases-1.
9623         (nnml-generate-nov-databases): Use it.
9624         (nnml-generate-nov-databases-directory): Document no-active
9625         argument.
9626
9627         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9628         directory if path is t.  Add no-error.
9629
9630         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9631         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9632
9633         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9634         resetting gnus-article-browse-html-temp-list.
9635
9636         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9637         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9638         Add example to docstring.  Rename local variables.  Move error
9639         checks to default case in cond and simplify.
9640
9641 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9644         handle is multipart when calling it recursively.
9645         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9646
9647 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9648
9649         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9650         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9651
9652 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9653
9654         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9655         is loaded.
9656
9657         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9658         loaded.
9659
9660 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9663         to "Emacs 23 (unicode)" in doc string.
9664
9665         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9666         "Emacs 23 (unicode)" in comment.
9667
9668 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9671
9672         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9673         characters 160 through 255 in Emacs 23.
9674
9675 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9678         gnus-article-browse-html-temp.
9679         (gnus-article-browse-delete-temp): Make it customizable.  Add
9680         `file'.  Adjust doc string.
9681         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9682         query for each file.  Adjust doc string.
9683         (gnus-article-browse-html-parts): Add
9684         `gnus-article-browse-delete-temp-files' to
9685         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9686
9687 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9688
9689         * gnus-art.el (gnus-article-browse-html-temp)
9690         (gnus-article-browse-delete-temp): New variables.
9691         (gnus-article-browse-delete-temp-files): New function.
9692         (gnus-article-browse-html-parts): Use it.
9693
9694 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9697
9698         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9699         string.
9700
9701         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9702         gnus-summary-insert-new-articles when unplugged.  Remove
9703         gnus-summary-search-article-forward.
9704
9705         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9706         display-visual-class instead of display-color-cells.
9707
9708 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9709
9710         * dgnushack.el: Autoload customize-group for XEmacs.
9711
9712         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9713         message/* containing non-ASCII text properly.
9714
9715 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9716
9717         * message.el: Require gmm-utils, remove autoloads.
9718         (message-tool-bar): Set default based on
9719         gmm-tool-bar-style.
9720         (message-tool-bar-gnome): Add gmm-customize-mode.
9721
9722         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9723         gmm-tool-bar-style.
9724         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9725
9726         * gnus-group.el (gnus-group-tool-bar): Set default based on
9727         gmm-tool-bar-style.
9728         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9729
9730         * gmm-utils.el (gmm-image-directory): Rename variable from
9731         gmm-image-load-path.
9732         (gmm-image-load-path): Use gmm-image-directory.
9733         (gmm-customize-mode): New function.
9734         (gmm-tool-bar-style): New variable.
9735
9736         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9737         gnus-group-redraw-line-number.
9738         (gnus-group-redraw-check): Simplify.
9739         (gnus-group-tool-bar-update): Remove redraw check.
9740         (gnus-group-make-tool-bar): Add redraw check.
9741
9742 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9743
9744         * gnus-art.el (gnus-button): Add missing parentheses.
9745
9746 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9747
9748         * lpath.el: Fbind line-number-at-pos.
9749
9750 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9753
9754 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9755
9756         * gnus-art.el (gnus-button): New face.
9757         (gnus-article-button-face): Use it.
9758
9759         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9760         gnus-summary-next-page.  Re-order.
9761
9762         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9763         next-node are now included.
9764         (gnus-group-redraw-line-number): New internal variable.
9765         (gnus-group-redraw-check): Helper function for updating the tool
9766         bar.
9767         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9768
9769         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9770
9771         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9772         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9773         Use it to match format of Spamassassin 3.0 and later.  Reported by
9774         IRIE Tetsuya <irie@t.email.ne.jp>.
9775         (spam-check-bogofilter)
9776         (spam-bogofilter-register-with-bogofilter): Fix args of
9777         `gnus-error' calls.
9778
9779 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9780
9781         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9782         unnecessary interaction when sending queued mails.  Reported by
9783         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9784
9785 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9788         first or last are nil.
9789
9790 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9791
9792         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9793
9794 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9795
9796         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9797
9798 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * dns.el (query-dns): Protect more against buggy tcp output.
9801
9802 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9803
9804         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9805         nov.php.
9806
9807 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9808
9809         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9810         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9811         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9812         output on the server side.
9813         (nnweb-google-create-mapping): Update regexps and add some
9814         progress indication.
9815
9816 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9817
9818         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9819         gnus-agent-toggle-plugged.  Re-order icons.
9820         (gnus-group-tool-bar-gnome): Add
9821         gnus-group-{prev,next}-unread-group.
9822         (gnus-group-tool-bar-gnome): Re-order icons.
9823
9824         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9825         gnus-summary-insert-new-articles.
9826
9827         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9828         comments.
9829
9830         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9831         also available in Emacs 21.3.
9832
9833         * message.el (message-fix-before-sending): Change "Emacs 22" to
9834         "Emacs 23 (unicode)" in comment.
9835
9836         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9837         "Emacs 23 (unicode)" in comment.
9838
9839         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9840         comment.
9841         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9842
9843         * mm-view.el (mm-fill-flowed): Add :version.
9844
9845 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9846
9847         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9848         and load-path.
9849
9850 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9851
9852         * message.el: Autoload gmm-image-load-path.
9853         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9854         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9855         consitency.
9856
9857         * gmm-utils.el (gmm-image-load-path): Also search in
9858         "../etc/images".  Don't set gmm-image-load-path if we don't find
9859         the image.
9860
9861 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9862
9863         * gmm-utils.el (gmm-image-load-path): Don't make
9864         `gmm-image-load-path' include subdirectories which the second arg
9865         `image' might specify.
9866
9867         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9868         subdirectory to icon file names.
9869
9870         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9871
9872 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9873
9874         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9875         gmm-image-load-path calls.
9876
9877         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9878
9879         * message.el (message-make-tool-bar): Ditto.
9880
9881         * mml.el (mml-preview): Added comment concerning tool bar icons.
9882
9883         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9884         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9885
9886         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9887         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9888
9889         * message.el (message-tool-bar-gnome): Use new icon names.
9890         (message-make-tool-bar): Use `gmm-image-load-path'.
9891
9892         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9893         functions from MH-E.
9894         (gmm-image-load-path): New variable from MH-E.
9895         (gmm-image-load-path): New function from MH-E.  Added arguments
9896         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9897         *-image-load-path-called-flag.
9898
9899 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9900
9901         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9902
9903 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9904
9905         * nnimap.el (nnimap-request-move-article): Change folder back to
9906         source group before deleting.
9907
9908 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9909
9910         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9911
9912         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9913         mm-url.
9914
9915         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9916
9917 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9920         coding system which mm-charset-to-coding-system returns for a
9921         given charset is valid.
9922
9923 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9924
9925         * html2text.el (html2text-remove-tag-list):
9926         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9927
9928 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9929
9930         * gnus-cus.el: Revert 2005-10-17 change.
9931
9932 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * gnus-art.el (article-strip-banner): Call
9935         article-really-strip-banner only when the regexp match is made.
9936
9937 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9938
9939         * gnus-art.el (article-strip-banner): Use
9940         gnus-extract-address-components instead of
9941         mail-header-parse-addresses to make it work with non-ASCII text;
9942         remove mail-encode-encoded-word-string.
9943
9944         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9945         values which are surrounded with \"...\"; make it never cause a
9946         Lisp error; give up parsing of parameters if it failed in
9947         extracting type.
9948
9949 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9950
9951         * smime.el (smime-cert-by-ldap-1): Fix bug where
9952         `smime-ldap-search' returns results without userCertificates.
9953
9954 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9957
9958 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9959
9960         * spam.el (spam-check-spamassassin-headers): Adapt format for
9961         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9962         <ari@mbf.ocn.ne.jp>.
9963         (spam-list-of-processors): Add spam-use-gmane.
9964
9965 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9966
9967         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9968         make-temp-file; make it work with XEmacs as well.
9969
9970         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9971         mm-make-temp-file.
9972
9973         * mm-decode.el (mm-display-external): Use the 3rd arg of
9974         mm-make-temp-file.
9975         (mm-create-image-xemacs): Ditto.
9976
9977 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9978
9979         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9980         with message-narrow-to-headers.
9981         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9982         (gnus-draft-check-draft-articles): New function.
9983         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9984
9985 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9986
9987         * gnus-art.el (gnus-article-browse-html-parts):
9988         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9989         Don't use suffix argument for mm-make-temp-file for Emacs 21
9990         compatibility.  Remove useless `format'.
9991
9992 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9993
9994         * nnweb.el (nnweb-google-wash-article): Update regexps.
9995         (nnweb-group-alist): Use defvoo instead of defvar.
9996
9997 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9998
9999         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
10000         re-loading nn* modules.
10001
10002 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10003
10004         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
10005         for `tool-bar-mode' and don't check it's default-value.
10006
10007         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10008
10009         * message.el (message-make-tool-bar): Ditto.
10010
10011         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
10012         `substring'.  Shorten tmp-file name.
10013
10014         * gnus.el: Remove bogus comment.
10015
10016 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
10017
10018         * gnus-art.el (gnus-article-browse-html-parts): New function.
10019         (gnus-article-browse-html-article): New function for viewing html
10020         articles with a browser.
10021
10022 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
10023
10024         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
10025         in elisp.
10026         (pgg-gpg-encrypt-symmetric-region): Ditto.
10027         (pgg-gpg-sign-region): Ditto.
10028
10029         * pgg-def.el (pgg-text-mode): New variable.
10030
10031         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
10032         (mml2015-pgg-encrypt): Ditto.
10033
10034         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
10035         (mml1991-pgg-encrypt): Ditto.
10036
10037 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
10040         message-make-date instead of current-time-string.
10041
10042         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
10043         to gnus-decoded which mm-uu might set.
10044
10045 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10046
10047         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
10048         don't decode quoted parameters; remove misimported Emacs code.
10049         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10050         (rfc2231-decode-encoded-string): Don't use split-string which
10051         behaves differently according to Emacs version; use
10052         mm-decode-coding-region to convert charset to coding-system.
10053         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10054         (rfc2231-encode-string): Remove misimported Emacs code.
10055
10056 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10057
10058         * gnus-art.el (article-decode-charset): Don't use ignore-errors
10059         when calling mail-header-parse-content-type.
10060         (article-de-quoted-unreadable): Ditto.
10061         (article-de-base64-unreadable): Ditto.
10062         (article-wash-html): Ditto.
10063
10064         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
10065         calling mail-header-parse-content-type and
10066         mail-header-parse-content-disposition.
10067         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
10068         mail-header-parse-content-type.
10069
10070         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
10071         insert charset and format parameters; encode description after
10072         inserting it to buffer.
10073         (mml-insert-parameter): Fold lines properly even if a parameter is
10074         segmented into two or more lines; change the max column to 76.
10075
10076         * rfc1843.el (rfc1843-decode-article-body): Don't use
10077         ignore-errors when calling mail-header-parse-content-type.
10078
10079         * rfc2231.el (rfc2231-parse-string): Return at least type if
10080         possible; don't cause an error even if it fails in parsing of
10081         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10082         (rfc2231-encode-string): Don't break lines at the beginning, leave
10083         it to mml-insert-parameter.
10084
10085         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
10086         calling mail-header-parse-content-type.
10087
10088 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
10089
10090         * spam-report.el (spam-report-gmane-use-article-number):
10091         Improve doc string.
10092         (spam-report-gmane-internal): Check if a suitable header was found
10093         in the article.
10094
10095 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
10098         (rfc2231-encode-string): Make param*=value always begin with LWSP.
10099
10100 2006-02-05  Romain Francoise  <romain@orebokech.com>
10101
10102         Update copyright notices of all files in the gnus directory.
10103
10104 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10105
10106         * nnweb.el (nnweb-request-group): Avoid growing overview files.
10107
10108 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
10111         segmented lines of parameter value to cope with Thunderbird 1.5
10112         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
10113         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10114         (rfc2231-encode-string): Don't make lines exceeding 76 column.
10115
10116 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
10117
10118         * mml.el (mml-generate-mime-1): Correct the order of inline signed
10119         parts.
10120
10121 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10122
10123         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10124         there's only one active file for all servers.
10125         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10126         solid groups.  Gnus might have used a FAST request to select the group.
10127         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10128         and nnweb-search redundantly in the active file.
10129         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10130         (nnweb-request-create-group): Don't use ARGS.
10131         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10132         initialisations.  Let nnoo do the work.
10133
10134 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10137         Say the part has been decoded.
10138
10139         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10140
10141 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10142
10143         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10144         mailcap-viewer-test-cache when there's no 'test clause, since that
10145         will invert the meaning of a "nil" test previously determined by
10146         mailcap-mailcap-entry-passes-test.
10147
10148 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10151         compiling.
10152
10153         * gnus-sum.el: Ditto.
10154
10155         * message.el: Don't bind tool-bar-map when compiling.
10156
10157 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10158
10159         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10160
10161 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10162
10163         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10164         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10165         current Google Groups.
10166
10167 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10168
10169         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10170         and tool-bar-mode.
10171
10172         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10173         and tool-bar-mode.
10174
10175         * message.el (message-tool-bar-update): Simplify.
10176         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10177
10178         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10179         gnus-summary-buffer.
10180         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10181         gnus-summary-reply.
10182
10183         * gmm-utils.el (gmm): Add :version.
10184
10185 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * Makefile.in (clean): New rule.
10188         (distclean): Use it.
10189
10190 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10191
10192         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10193         autoload.
10194
10195 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10196
10197         * gmm-utils.el (gmm-verbose): Add :group.
10198
10199 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10200
10201         * message.el: Change some comments WRT tool-bars.
10202
10203         * gnus-sum.el (gnus-summary-tool-bar)
10204         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10205         (gnus-summary-tool-bar-zap-list): New variables.
10206         (gnus-summary-make-tool-bar): Complete rewrite using
10207         `gmm-tool-bar-from-list'.
10208
10209         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10210         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10211         variables.
10212         (gnus-group-make-tool-bar): Complete rewrite using
10213         `gmm-tool-bar-from-list'.
10214         (gnus-group-tool-bar-update): New function.
10215
10216         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10217
10218 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10219
10220         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10221         is dissected into a single part of which the type is the same as
10222         the given one; decode charset.
10223
10224 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10225
10226         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10227         into alists as symbol not string, since that's what
10228         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10229         look for.
10230
10231 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10234         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10235
10236         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10237
10238 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10241         (gnus-xmas-mime-security-button-menu): New function.
10242
10243         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10244         (gnus-mime-security-button-menu): New definition.
10245         (gnus-mime-security-button-map): Use them.
10246         (gnus-mime-security-button-menu): New function.
10247         (gnus-insert-mime-security-button): Addition to help echo.
10248         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10249         (gnus-mime-security-pipe-part): New functions.
10250
10251         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10252         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10253
10254         * mm-decode.el (mm-handle-set-disposition): Remove.
10255         (mm-handle-set-description): Remove.
10256
10257 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10260         (mm-w3m-standalone-supports-m17n-p): New function.
10261         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10262         w3m usage.
10263
10264         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10265         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10266
10267 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10268
10269         * message.el (message-tool-bar-zap-list): Use
10270         gmm-tool-bar-zap-list as custom type.
10271         (message-tool-bar-update): New function.
10272         (message-tool-bar, message-tool-bar-gnome)
10273         (message-tool-bar-retro): Add message-tool-bar-update.
10274         (message-tool-bar-gnome): Add flyspell-buffer.
10275
10276         * gnus-util.el (gnus-error): Describe `args'.
10277
10278         * gmm-utils.el (gmm-error): Describe `args'.
10279         (gmm-tool-bar-zap-list): New widget.
10280         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10281
10282 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10285         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10286         the number of recursive calls.
10287
10288         * mm-decode.el (mm-handle-set-disposition): New macro.
10289         (mm-handle-set-description): New macro.
10290
10291 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10292
10293         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10294         encoding.
10295
10296 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10297
10298         * message.el (message-tool-bar-zap-list, message-tool-bar)
10299         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10300         (message-tool-bar-local-item-from-menu): Remove.
10301         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10302         (message-make-tool-bar): New function.
10303         (message-mode): Use `message-make-tool-bar'.
10304
10305         * gmm-utils.el: New file.
10306         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10307         (gmm-lazy): New widget copied from `nnmail.el'.
10308         (gmm-tool-bar-from-list): New function for creating customizable
10309         tool bars.
10310         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10311         output.
10312         (gmm): Add :prefix to defgroup.
10313
10314 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10315
10316         * gmm-utils.el (gmm-widget-p): New function.
10317
10318 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10319
10320         * mml.el (mml-attach-file): Describe `description' in doc string.
10321         (mml-menu): Add Emacs MIME manual and PGG manual.
10322
10323 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10324
10325         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10326
10327 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10328
10329         * nntp.el (nntp-end-of-line): Doc fix.
10330
10331 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10332
10333         * imap.el (imap-open): Handle case where buffer is a buffer
10334         object.
10335
10336 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10337
10338         * gnus-delay.el (gnus-delay): Don't autoload.
10339         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10340         to be re-loaded when customizing the `gnus-delay' group.
10341
10342 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10343
10344         * message.el (message-insert-citation-line): Use newlines.
10345
10346 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10347
10348         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10349         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10350         these routines, so the passphrase can be managed externally and
10351         passed in to the system.
10352         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10353         pgg-add-passphrase-to-cache function.
10354
10355         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10356         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10357         these routines, so the passphrase can be managed externally and
10358         passed in to the system.
10359         (pgg-pgp5-sign-region): Use new name of
10360         pgg-add-passphrase-to-cache function.
10361
10362 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10363
10364         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10365         part of the decoded armor to find the key-identifier.
10366         (pgg-gpg-lookup-key-owner): New function to return the
10367         human-readable identifier of a key owner.
10368         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10369         itself.
10370         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10371         the key value) if we have a key and can match it against a secret
10372         key.  Also, added a note pointing out fact that the prompt only
10373         indicates the first matching key.
10374
10375         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10376         pgg-decrypt-region.
10377         (pgg-add-passphrase-to-cache): Rename from
10378         `pgg-add-passphrase-cache' to reduce confusion (all callers
10379         changed).
10380         (pgg-remove-passphrase-from-cache): Rename from
10381         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10382         changed).
10383         (pgg-read-passphrase, pgg-add-passphrase-cache)
10384         (pgg-remove-passphrase-cache): Add informative docstrings.
10385         (pgg-decrypt): Convey provided passphrase in subordinate call to
10386         pgg-decrypt-region.
10387
10388 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10389
10390         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10391         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10392         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10393         'passphrase' argument, so the passphrase can be managed externally
10394         and then passed in to the system.
10395
10396         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10397         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10398         so the passphrase cache can be used reliably with identifiers
10399         besides a pgp packet's key id.
10400
10401         * pgg-gpg.el (pgg-gpg-encrypt-region)
10402         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10403         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10404         these routines, so the passphrase can be managed externally and
10405         passed in to the system.
10406
10407         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10408         'notruncate' argument, so the passphrase cache can be used
10409         reliably with identifiers besides a pgp packet's key id.
10410
10411 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10412
10413         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10414         symmetric encryption.
10415         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10416         encrypted session key.
10417         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10418         message ask for the passphrase in a proper way.
10419
10420         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10421         New user commands for symmetric encryption.
10422
10423 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10424
10425         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10426
10427         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10428
10429 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10430
10431         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10432
10433 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10434
10435         * mm-decode.el (mm-inlined-types): Add application/pgp.
10436         (mm-automatic-display): Ditto.
10437
10438         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10439         part as text.
10440
10441 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * nnrss.el: Update copyright.
10444         (nnrss-opml-import): Query whether to subscribe to each entry.
10445
10446         * gnus-art.el:
10447         * gnus-sum.el:
10448         * gnus-xmas.el:
10449         * messagexmas.el:
10450         * mm-uu.el:
10451         * mm-view.el: Update copyright.
10452
10453 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10454
10455         * message.el (message-info): New function.
10456         (message-mode-menu): Add it.
10457         Update copyright.
10458
10459         * ChangeLog: Fix and update copyright.
10460
10461 2006-01-13  Romain Francoise  <romain@orebokech.com>
10462
10463         * message.el (message-forward-subject-name-subject): Prefer the
10464         address to 'nowhere' if the sender has no name.
10465         Fix typo.  Update copyright year.
10466
10467 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * gnus-art.el (article-wash-html): Use
10470         gnus-summary-show-article-charset-alist if a numeric arg is given.
10471         (gnus-article-wash-html-with-w3m-standalone): New function.
10472
10473         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10474         mm-inline-text-html-render-with-w3m-standalone.
10475         (mm-text-html-washer-alist): Map w3m-standalone to
10476         gnus-article-wash-html-with-w3m-standalone.
10477         (mm-inline-text-html-render-with-w3m-standalone): New function.
10478
10479 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10480
10481         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10482         Improve LaTeX.
10483
10484 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10487         (nnrss-request-article): Render text/plain parts as HTML.
10488
10489         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10490         the buffer.
10491
10492 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10493
10494         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10495         custom definition of `gnus-posting-styles'.
10496
10497         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10498         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10499
10500 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10501
10502         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10503         Use nntp for bug archive.
10504
10505 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10508         parts.
10509         (nnrss-normalize-date): New function converts ISO 8601 date into
10510         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10511         (nnrss-check-group): Use it.
10512
10513 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10514
10515         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10516
10517         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10518         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10519         (nnrss-insert-w3): Ditto.
10520
10521 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10524         the articles to be forwarded including the case where neither a
10525         number of articles nor a region is specified.
10526
10527 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * nnrss.el (nnrss-request-article): Fix last change; fill
10530         text/plain parts.
10531
10532 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10535         in text/plain part.
10536         (nnrss-check-group): Don't add excessive newline to dc:subject.
10537
10538 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10539
10540         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10541         article.
10542
10543 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10544
10545         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10546         (nnml-use-compressed-files, nnml-save-mail): Support other
10547         comression programs such as bzip2.
10548
10549 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10550
10551         * dns.el (query-dns): Make sure we check the buffer size before
10552         removing tcp headers.
10553
10554 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10557         remove MIME buttons associated with multipart/alternative parts.
10558         (gnus-mime-display-alternative): Tag buttons using `article-type'
10559         text property.
10560
10561         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10562         associated with multipart/alternative parts.
10563
10564         * gnus-art.el (gnus-signature-separator): Fix custom type.
10565
10566         * mm-decode.el (mm-inlined-types): Fix custom type.
10567         (mm-keep-viewer-alive-types): Ditto.
10568         (mm-automatic-display): Ditto.
10569         (mm-attachment-override-types): Ditto.
10570         (mm-inline-override-types): Ditto.
10571         (mm-automatic-external-display): Ditto.
10572
10573 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * spam-report.el (spam-report-user-mail-address)
10576         (spam-report-user-agent): New variables.
10577         (spam-report-url-ping-plain): Use spam-report-user-agent.
10578
10579 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10580
10581         * gnus-art.el (gnus-button-handle-custom): Do not just use
10582         `customize-apropos' for any "M-x customize-*" button but the
10583         function called for.  Accept both the function name and its
10584         argument in order to achieve this.
10585         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10586         function name to `gnus-button-handle-custom' in case of "M-x
10587         customize-*" buttons.
10588
10589 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10592         multipart/alternative and add xref to mm-discouraged-alternatives
10593         in doc string.
10594
10595         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10596         gnus-buttonized-mime-types in doc string.
10597
10598 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10599
10600         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10601         Suggest image/.* in the doc string.
10602
10603 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10604
10605         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10606         message-marks (Debian bug #342521).
10607
10608 2005-12-12  Simon Josefsson  <jas@extundo.com>
10609
10610         * password.el (password-read-from-cache): Add.
10611         (password-read): Use it.
10612
10613 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10616         us-ascii as a MIME charset.
10617
10618         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10619         against the case where the 2nd arg TYPE is nil.
10620
10621 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10622
10623         * pop3.el (pop3-stream-type): Fix custom version.
10624
10625         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10626
10627 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10628
10629         * mm-decode.el (mm-display-external): Add missing cdr.
10630
10631 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10632
10633         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10634         RFC1524) if it is in mailcap or add a suffix according to
10635         mailcap-mime-extensions when generating a temp filename; postpone
10636         deleting a temp file for 2 seconds for some wrappers, shell
10637         scripts, and so on, which might exit right after having started a
10638         viewer command as a background job.
10639
10640 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10641
10642         * nntp.el (nntp-marks-directory): Fix custom group.
10643
10644         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10645         steps when < 10.
10646
10647         * gnus-start.el (gnus-no-server-1): Mention
10648         `gnus-level-default-subscribed' in doc string.
10649
10650 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10651
10652         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10653         parens.
10654
10655 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10656
10657         * gnus-xmas.el (gnus-use-toolbar): Revert.
10658         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10659         gnus-use-toolbar is default.
10660
10661         * messagexmas.el (message-use-toolbar): Revert.
10662         (message-setup-toolbar): Use global default-toolbar if
10663         message-use-toolbar is default.
10664
10665 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10668         according to default-toolbar-visible-p.
10669
10670         * messagexmas.el (message-use-toolbar): Ditto.
10671
10672 2005-11-26  Dave Love  <fx@gnu.org>
10673
10674         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10675         (tls-program, tls-success): Provide openssl alternative.
10676
10677         * starttls.el: Doc fixes.
10678         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10679         SERVICE to PORT.
10680
10681         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10682         port null or service name.
10683         (starttls-negotiate): Autoload.
10684
10685 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10686
10687         * message.el (message-kill-to-signature): Fix interactive spec.
10688
10689 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * pop3.el (pop3-open-server): Recognize a string as a service name.
10692
10693 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10694
10695         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10696
10697 2005-11-23  Dave Love  <fx@gnu.org>
10698
10699         Add pop3s, pop3/starttls.
10700
10701         * pop3.el (pop3-authentication-scheme): Clarify doc.
10702         (open-tls-stream, starttls-open-stream): Autoload.
10703         (pop3-stream-type): New.
10704         (pop3-open-server): Use it.
10705
10706         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10707         for POP.
10708         (mail-source-keyword-map): Add :stream for POP.
10709         (mail-source-fetch-pop): Use pop3-stream-type.
10710
10711 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10714         of current-time-string.
10715
10716 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10717
10718         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10719         date header.
10720
10721 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10722
10723         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10724         it can seriously impact performance as it bypasses the agent's
10725         local caches.
10726
10727 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10728
10729         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10730         must be explicitly online rather than "not explicitly offline" for
10731         its flags to be synchronized.
10732
10733         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10734         that gnus-uu-unmark-thread will function correctly.
10735
10736         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10737         1024K is instead displayed as 1M.
10738
10739 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10740
10741         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10742
10743 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10744
10745         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10746
10747 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10748
10749         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10750         error message to display actual error condition.
10751         (gnus-agent-save-local): Avoid saving symbols that are bound to
10752         nil as they simply result in a warning message in
10753         gnus-agent-read-local.
10754
10755 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10758         rather than make-variable-buffer-local for file-precious-flag.
10759
10760 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10761
10762         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10763         for duplicates which are removed.  The invalid sort check then
10764         triggers a rescan after the sort as sorting may have moved
10765         duplicate entries such that they can be cheaply detected.
10766
10767 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10768
10769         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10770
10771 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10772
10773         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10774         internal variable to a custom variable.  Changed default value
10775         from compressed(2) to uncompressed(1).
10776         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10777         support for uncompressed agentview files.  Taken together, reading
10778         the agentview file should now be 6-7 times faster.
10779
10780 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10781
10782         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10783         as a buffer-local variable.  This avoids creating truncated
10784         dribble files as a result of a hang up, eg.
10785
10786 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10787
10788         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10789         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10790         XEmacs.
10791
10792 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * gnus-start.el (gnus-start-draft-setup): Enforce
10795         `gnus-draft-mode' for nndraft:drafts at startup.
10796
10797         * gnus.el (gnus-splash): Change custom group.
10798         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10799         allow-list argument.
10800
10801         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10802         string.
10803
10804 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * gnus-art.el (gnus-default-article-saver): Add user-defined
10807         `function' to custom type.
10808
10809 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10810
10811         * imap.el (imap-open): Handle case where buffer is a buffer
10812         object.
10813
10814 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10815
10816         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10817         long lines.
10818         (gnus-cache-delete-group): Wrap doc strings.
10819
10820         * gnus-agent.el (gnus-agent-rename-group)
10821         (gnus-agent-delete-group): Wrap doc strings.
10822
10823 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * messagexmas.el (message-use-toolbar): Change the valid values
10826         into default, top, bottom, left, and right.
10827         (message-toolbar-thickness): New variable.
10828         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10829         well.
10830         (message-setup-toolbar): Make it work.
10831
10832         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10833         (gnus-use-toolbar): Change the valid values into default, top,
10834         bottom, left, and right.
10835         (gnus-toolbar-thickness): New variable.
10836         (gnus-xmas-setup-toolbar): New function.
10837         (gnus-xmas-setup-group-toolbar): Use it.
10838         (gnus-xmas-setup-summary-toolbar): Use it.
10839
10840 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * gnus-start.el (gnus-1): Add "native" to
10843         gnus-predefined-server-alist.
10844
10845         * gnus.el (gnus-method-to-server): Don't add "native" to the
10846         lists here, because that leads to problems when
10847         gnus-select-method is bound.
10848
10849 2005-11-09  Simon Josefsson  <jas@extundo.com>
10850
10851         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10852         use (not sort-by-date) instead.
10853
10854 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10855
10856         * gnus-delay.el (gnus-delay-group): Don't autoload.
10857         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10858         to be re-loaded when customizing the `gnus-delay' group.
10859
10860 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10861
10862         * message.el: Revert last changes.
10863         (message-insert-citation-line): Use newlines.
10864
10865 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10866
10867         * message.el (message-courtesy-message)
10868         (message-mark-insert-begin, message-mark-insert-end)
10869         (message-elide-ellipsis, message-cancel-message)
10870         (message-add-header, message-change-subject)
10871         (message-cross-post-followup-to-header)
10872         (message-cross-post-insert-note, message-reduce-to-to-cc)
10873         (message-widen-reply, message-delete-not-region)
10874         (message-kill-to-signature, message-insert-signature)
10875         (message-insert-importance-high, message-insert-importance-low)
10876         (message-insert-or-toggle-importance)
10877         (message-insert-disposition-notification-to)
10878         (message-indent-citation, message-yank-original)
10879         (message-cite-original-without-signature, message-cite-original)
10880         (message-insert-citation-line, message-position-on-field)
10881         (message-fix-before-sending, message-send-mail-partially)
10882         (message-send-mail, message-send-mail-with-sendmail)
10883         (message-send-mail-with-qmail, message-send-news)
10884         (message-check-news-header-syntax, message-generate-headers)
10885         (message-insert-courtesy-copy, message-fill-address)
10886         (message-fill-header, message-shorten-references)
10887         (message-setup-1, message-cancel-news)
10888         (message-forward-make-body-plain, message-forward-make-body-mime)
10889         (message-forward-make-body-mml, message-encode-message-body)
10890         (message-forward-make-body-digest-plain)
10891         (message-forward-make-body-digest-mime)
10892         (message-use-alternative-email-as-from): Insert `hard-newline'
10893         instead of ordinary newlines.
10894
10895 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * message.el (message-generate-headers): Downcase the argument
10898         given to message-check-element.
10899
10900 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10901
10902         * nntp.el (nntp-authinfo-rejected): New error condition.
10903         (nntp-wait-for): Use new error condition to signal authentication
10904         error.
10905         (nntp-retrieve-data): Rethrow new error condition to break out of
10906         recursive call to nntp-send-authinfo.
10907
10908 2005-11-08  Romain Francoise  <romain@orebokech.com>
10909
10910         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10911         (gnus-summary-exit-map): Bind to `Z p'.
10912         (gnus-summary-make-menu-bar): Add menu item.
10913
10914 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10915
10916         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10917         (gnus-treat-*): Add `first' in all doc strings.
10918
10919         * gnus-group.el (gnus-group-compact-group): Fix typo.
10920
10921 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus.el (gnus-parameters-case-fold-search): New variable.
10924         (gnus-parameters-get-parameter): Use it.
10925
10926         * gnus-score.el (gnus-home-score-file): Doc fix.
10927
10928 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10929
10930         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10931
10932 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10933
10934         * mm-util.el (mm-special-display-p): New function.
10935
10936         * mml.el (mml-preview): Use it; doc fix.
10937
10938 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10939
10940         * imap.el (imap-open): Handle case where buffer is a buffer object.
10941
10942 2005-10-29  Romain Francoise  <romain@orebokech.com>
10943
10944         * message.el (message-fix-before-sending): Fix comment.
10945
10946 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10947
10948         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10949
10950 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10951
10952         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10953         Used in gnus-score.el.
10954
10955 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10956
10957         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10958
10959 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10962         whitespace removed in revision 7.8.  Use concatenated string to
10963         protect trailing whitespace.
10964
10965 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10966
10967         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10968         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10969         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10970         Courier IMAP ("some version from 2004").  Mostly based on similar
10971         code in the same function.
10972
10973 2005-10-26  Didier Verna  <didier@xemacs.org>
10974
10975         * gnus-group.el (gnus-group-compact-group): Invalidate original
10976         article buffer.
10977         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10978         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10979         NOV database and in article itself.
10980         Invalidate article backlog.
10981
10982 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10985
10986 2005-10-26  Simon Josefsson  <jas@extundo.com>
10987
10988         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10989         part of 2004-07-25 change.
10990
10991 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10992
10993         * message.el (message-display-completion-list): New function.
10994         (message-expand-group): Use it; make sure the Completions buffer
10995         is modifiable.
10996 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10997
10998         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10999         user-mail-name is an empty string.
11000
11001 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11002
11003         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
11004         depending on gnus-score-decay-constant.
11005
11006         * encrypt.el (encrypt-insert-file-contents)
11007         (encrypt-write-file-contents): Don't use `gnus-message'.
11008
11009         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
11010         arguments.
11011         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
11012         arguments to mm-uu-verbatim-marks-extract.
11013         (mm-uu-hide-markers): New variable.
11014         (mm-uu-extract): Use face similar to `gnus-cite-3'.
11015
11016         * gnus-fun.el (gnus-convert-image-to-x-face-command)
11017         (gnus-convert-image-to-face-command): Use "convert" by default to
11018         allow other input image formats.
11019         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
11020         accordingly.
11021
11022 2005-10-23  Simon Josefsson  <jas@extundo.com>
11023
11024         * imap.el (imap-gssapi-program): Align command line parameters
11025         with latest GNU SASL.
11026         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
11027
11028 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11029
11030         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
11031         HTML.
11032         (nnslashdot-request-article): Ditto.
11033
11034         * lpath.el (featurep): Add nobreak-char-display.
11035
11036 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11037
11038         * mail-source.el (mail-source-fetch-pop): Require pop3.
11039         (mail-source-check-pop): Ditto.
11040
11041 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11042
11043         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
11044         errors.
11045
11046 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
11049         (gnus-treat-strip-leading-blank-lines): Improve doc string.
11050
11051         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
11052
11053         * mm-bodies.el (mm-decode-string): Call
11054         `mm-charset-to-coding-system' with allow-override argument.
11055
11056 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
11059         (rfc2047-charset-to-coding-system): New function.
11060         (rfc2047-decode-encoded-words): New function.
11061         (rfc2047-decode-region): Use them.
11062         (rfc2047-decode-cte): Remove.
11063         (rfc2047-parse-and-decode): Remove.
11064         (rfc2047-decode): Remove.
11065
11066 2005-10-15  Kenichi Handa  <handa@m17n.org>
11067
11068         * rfc2047.el (rfc2047-decode-cte): New function.
11069         (rfc2047-decode-region): Change the way to decode successive
11070         encoded-words: decode B- or Q-encoding in each encoded-word,
11071         concatenate them, and decode it as charset.
11072
11073 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * lpath.el: Fbind codepage-setup for XEmacs.
11076
11077 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
11078
11079         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
11080         widget-move-and-invoke.
11081         (gnus-custom-mode): Use gnus-custom-map.
11082
11083 2005-10-15  Bill Wohler  <wohler@newt.com>
11084
11085         * message.el (message-tool-bar-map): Renamed image file from
11086         mail_send to mail/send.
11087
11088 2005-10-16  Masatake YAMATO  <jet@gyve.org>
11089
11090         * message.el (message-expand-group): Pass the common
11091         prefix substring of completion to `display-completion-list'.
11092
11093 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
11094
11095         * mml-sec.el (mml-secure-method): New internal variable.
11096         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
11097         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
11098         functions using mml-secure-method.
11099
11100         * mml.el (mml-mode-map): Add key bindings for those functions.
11101         (mml-menu): Simplify security menu entries.  Suggested by Jesper
11102         Harder <harder@myrealbox.com>.
11103         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
11104         end of message if point is the headers of the message.
11105
11106         * message.el (message-in-body-p): New function.
11107
11108         * assistant.el: Autoload gnus-util and netrc.
11109
11110         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
11111         Use `mm-charset-override-alist' only when decoding.
11112
11113         * mm-bodies.el (mm-decode-body): Call
11114         `mm-charset-to-coding-system' with allow-override argument.
11115
11116         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
11117         `filename' from Content-Disposition if Content-Type doesn't
11118         provide `name'.
11119         (gnus-mime-view-part-as-type): Set default instead of
11120         initial-input.
11121
11122 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11123
11124         * format-spec.el (format-spec): Propagate text properties of % spec.
11125
11126 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11127
11128         * gnus-art.el (gnus-treat-predicate): Add `first'.
11129
11130 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11133         (mm-charset-override-alist): New variable.
11134         (mm-charset-to-coding-system): Use it.
11135         (mm-codepage-setup): New helper function.
11136         (mm-charset-eval-alist): New variable.
11137         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11138         about unknown charsets.
11139
11140         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11141
11142 2005-10-04  David Hansen  <david.hansen@gmx.net>
11143
11144         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11145         (nnrss-check-group): Ditto.
11146
11147 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11148
11149         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11150         Rename x-gnus-verbatim to x-verbatim.
11151         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11152
11153         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11154         x-verbatim.
11155
11156         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11157
11158         * gnus-util.el (gnus-remove-duplicates): Remove.
11159
11160         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11161         instead of gnus-remove-duplicates.
11162
11163         * message.el (message-remove-duplicates): Remove.
11164         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11165         message-remove-duplicates.
11166
11167         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11168         available, else use implementation from `delete-dups'.
11169
11170         * message.el (message-insert-expires): New function.
11171         (message-mode-map): Add key binding.
11172         (message-mode-field-menu): Add menu entry.
11173         (message-mode): Document it.
11174         (message-make-expires-date): Use `message-make-date'.
11175
11176 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11177
11178         * message.el (message-make-expires-date): New function.
11179
11180 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * Makefile.in (list-installed-shadows): New entry.
11183         (install): Use it.
11184         (remove-installed-shadows): New entry.
11185
11186         * dgnushack.el (dgnushack-default-load-path): New variable.
11187         (dgnushack-find-lisp-shadows): New function.
11188         (dgnushack-remove-lisp-shadows): New function.
11189
11190 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * Makefile.in (install-el-elc): New entry.
11193         (install): Use it so that .el files are necessarily installed.
11194
11195 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11196
11197         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11198
11199 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11200
11201         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11202         function rather than the diff-mode.el package.
11203         (mm-display-external): Use with-current-buffer.
11204         (mm-viewer-completion-map, mm-viewer-completion-map):
11205         Move initialization inside declaration.
11206
11207 2005-09-29  Simon Josefsson  <jas@extundo.com>
11208
11209         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11210         autoload mail-check-payment.
11211         (spam-check-hashcash): Define unconditionally, since hashcash.el
11212         is part of Gnus now.  Ignore errors from payment checking.
11213
11214 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11215
11216         * message.el (message-bold-region, message-unbold-region): Rename
11217         from `bold-region' and `unbold-region'.
11218
11219         * message.el: Remove useless autoloads.
11220
11221 2005-09-28  Simon Josefsson  <jas@extundo.com>
11222
11223         * message.el (message-use-idna): Default to t.
11224         (message-use-idna): Test whether encoding works too.  Doc fix.
11225
11226 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * nntp.el (nntp-warn-about-losing-connection): Remove.
11229
11230 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11233         customizable.  Change default value.
11234         (mm-uu-diff-groups-regexp): Change default value.
11235         (mm-uu-type-alist): Add doc string.
11236         (mm-uu-configure): Add doc string.  Make it interactive.
11237         (mm-uu-tex-groups-regexp): New variable.
11238         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11239         (mm-uu-type-alist): Add LaTeX documents.
11240         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11241         of "text/verbatim".
11242         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11243
11244         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11245         instead of "text/verbatim".
11246
11247         * message.el (message-mark-inserted-region)
11248         (message-mark-insert-file): Use slrn style marks when called with
11249         prefix argument.
11250
11251 2005-09-27  Simon Josefsson  <jas@extundo.com>
11252
11253         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11254
11255 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11256
11257         * message.el (message-remove-duplicates): New function.
11258         Implementation borrowed from `gnus-remove-duplicates'.
11259         (message-idna-to-ascii-rhs): Also encode idna addresses in
11260         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11261         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11262         only ask about the same idna domain once per header and also tell
11263         in what header to replace the idna domain.
11264
11265         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11266         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11267         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11268         a header is decoded and not just the last one.
11269
11270 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11273         has been decoded.
11274
11275         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11276         (mm-insert-part): Don't modify text if it has been decoded.
11277
11278         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11279         decoded.
11280
11281         * mm-view.el (mm-inline-text): Don't strip text props unless
11282         decoding enriched or richtext parts.
11283
11284 2005-09-25  Romain Francoise  <romain@orebokech.com>
11285
11286         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11287         * gnus-start.el (gnus-subscribe-interactively):
11288         * gnus-uu.el (gnus-uu-grab-articles):
11289         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11290         space.
11291
11292 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11293
11294         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11295         * mm-view.el (mm-view-pkcs7-decrypt):
11296         * gnus-sum.el (gnus-summary-limit-to-extra)
11297         (gnus-summary-respool-article, gnus-read-move-group-name):
11298         * gnus-score.el (gnus-summary-increase-score):
11299         * gnus-util.el (gnus-completing-read-with-default):
11300         * gnus-art.el (gnus-read-save-file-name)
11301         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11302         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11303         * message.el (message-check-news-header-syntax):
11304         Follow convention for reading with the minibuffer.
11305
11306 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * spam-report.el (spam-report-url-ping-plain):
11309         Use gnus-extended-version as User-Agent.
11310
11311         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11312         default value is nil.
11313
11314         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11315         (mm-uu-verbatim-marks-extract): New function.
11316         (mm-uu-extract): New face.
11317         (mm-uu-copy-to-buffer): Use it.
11318
11319         * spam-report.el (spam-report-gmane-ham): Renamed from
11320         `spam-report-gmane-unspam'.
11321         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11322         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11323
11324         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11325         Autoload.
11326         (spam-report-gmane-unregister-routine): Renamed
11327         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11328
11329 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11330
11331         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11332         (spam-report-gmane-unregister-routine): Add support for gmane
11333         unregistration.
11334
11335         * spam-report.el (spam-report-gmane-unspam)
11336         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11337         (spam-report-gmane): Change to take a single article and do unspam
11338         registration.
11339
11340 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * mm-url.el (mm-url-decode-entities): Fix regexp.
11343
11344 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11345
11346         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11347         default to nil, to be able to use Gnus at all.  If the default
11348         switches to something else, then the function should be fixed not
11349         be exceedingly slow.
11350
11351 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11352
11353         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11354         fail hard.
11355
11356         * spam-report.el: Add better Keywords line.
11357
11358         * spam.el: Add Maintainer and better Keywords line.
11359
11360 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11361
11362         * gnus-art.el (gnus-article-replace-part)
11363         (gnus-mime-replace-part): New functions.
11364         (gnus-mime-action-alist, gnus-mime-button-commands)
11365         (gnus-mime-save-part-and-strip): Added file argument.
11366         (gnus-article-part-wrapper): Added interactive argument.
11367
11368         * gnus-sum.el (gnus-summary-mime-map): Add
11369         `gnus-article-replace-part'.
11370
11371 2005-09-19  Didier Verna  <didier@xemacs.org>
11372
11373         The nnml compaction feature:
11374         * nnml.el (nnml-request-compact-group): New function.
11375         * nnml.el (nnml-request-compact): New function.
11376         * gnus-int.el (gnus-request-compact-group): New function.
11377         * gnus-int.el (gnus-request-compact): New function.
11378         * gnus-group.el (gnus-group-compact-group): New function.
11379         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11380         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11381         * gnus-srvr.el (gnus-server-compact-server): New function.
11382         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11383         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11384
11385 2005-09-18  Deepak Goel  <deego@gnufans.org>
11386
11387         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11388         format spec.
11389
11390 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11393
11394 2005-09-15  Romain Francoise  <romain@orebokech.com>
11395
11396         * message.el (message-fill-paragraph): Clarify docstring.
11397
11398 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gnus-art.el (gnus-mime-display-part): Protect against broken
11401         MIME messages.
11402
11403 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11404
11405         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11406         before parsing header.
11407
11408 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11409
11410         * html2text.el (html2text-replace-list): Add new entities.
11411
11412 2005-09-11  Romain Francoise  <romain@orebokech.com>
11413
11414         * message.el (message-alternative-emails): Improve docstring.
11415         (message-setup-1): Call `message-use-alternative-email-as-from'
11416         after `message-setup-hook' to give it precedence over posting
11417         styles, etc.
11418         (message-use-alternative-email-as-from): Add docstring.  Remove
11419         the original From header if present.
11420
11421         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11422         (nnml-save-mail): Use it.
11423
11424         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11425         articles.  Add new argument `silent'.
11426         (gnus-uu-mark-all): Report the total number of marked articles.
11427
11428 2005-09-10  Romain Francoise  <romain@orebokech.com>
11429
11430         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11431         (gnus-uu-mark-series): Likewise.
11432
11433 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11434
11435         * spam-report.el (spam-report-gmane): Fix generation of spam
11436         report URL.
11437
11438 2005-09-10  Simon Josefsson  <jas@extundo.com>
11439
11440         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11441         t, based on discussion on the ding list with Robert Epprecht
11442         <epprecht@solnet.ch>.
11443
11444 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * spam-report.el (spam-report-gmane): Make it work without
11447         X-Report-Spam header.  Gmane now only provides Archived-At.
11448         This is only used if `spam-report-gmane-use-article-number' is nil.
11449         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11450
11451         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11452         make `gnus-summary-sort-by-recipient' work with threading.
11453
11454         * nnweb.el (nnweb-google-wash-article): Print a message if article
11455         is not available.
11456
11457 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11458
11459         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11460         change.  Decode text/* parts content before displaying.
11461
11462 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11463
11464         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11465
11466 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11469
11470         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11471         url-package-name, url-package-version,
11472         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11473         w3m-display-inline-images, and w3m-minor-mode-map.
11474
11475 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * message.el (message-tab-body-function): Fix mismatched custom type.
11478
11479         * gnus.el (gnus-group-change-level-function): Ditto.
11480
11481         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11482
11483         * gnus-art.el (gnus-signature-limit)
11484         (gnus-article-mime-part-function): Ditto.
11485
11486 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * mml.el (mml-mode): Silence the byte compiler.
11489
11490         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11491         using `(sit-for 0)' before moving the point to the specified part;
11492         skip unbuttonized parts.
11493         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11494         return to the summary window if gnus-auto-select-part is non-nil.
11495
11496 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11497
11498         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11499         variables.
11500         (mml-dnd-attach-file, mml-mode): Use them.
11501
11502         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11503         Make fetching article by MID work again for Google Groups.  Added
11504         FIXME concerning gnus-group-make-web-group.
11505
11506         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11507         Don't depend on Gnus by using mail-extract-address-components if
11508         gnus-extract-address-components is not bound.
11509
11510 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11511
11512         * gnus-art.el (gnus-mime-display-security): Don't display the
11513         signature, but only the signed part.
11514
11515 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11518
11519         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11520         list, not listp.
11521
11522 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11523
11524         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11525         when encoding.
11526
11527         * mm-bodies.el (mm-decode-content-transfer-encoding):
11528         De-canonicalize CRLF for all text content types, not just
11529         text/plain.
11530
11531 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11532
11533         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11534         valid article; point arrow and cursor at the MIME button.
11535
11536 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11537
11538         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11539         Suggested by Dan Christensen <jdc@uwo.ca>.
11540
11541         * mm-decode.el (mm-save-part): Enable change of prompt.
11542
11543 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11544
11545         * gnus-msg.el (gnus-inews-add-send-actions): Made
11546         `message-post-method' lambda parameter ARG `&optional'.
11547
11548 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11549
11550         * gnus-sum.el (gnus-summary-mime-map): Added
11551         gnus-article-save-part-and-strip, gnus-article-delete-part and
11552         gnus-article-jump-to-part.
11553
11554         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11555         (gnus-article-edit-part): Use it.
11556         (gnus-article-part-wrapper): Added no-handle argument.
11557         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11558         functions.
11559
11560 2005-08-29  Romain Francoise  <romain@orebokech.com>
11561
11562         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11563         docstring.
11564         (gnus-face-from-file): Likewise.
11565
11566 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11567
11568         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11569         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11570         non-nil.
11571         (gnus-auto-select-part): New variable.
11572         (gnus-article-jump-to-part): New function.
11573         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11574         (gnus-mime-delete-part): Allow selecting specified part after
11575         deleting or stripping parts.
11576         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11577         part if argument is bogus.
11578
11579 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11580
11581         * gnus-art.el (w3m-minor-mode-map):
11582         * gnus-spec.el (gnus-newsrc-file-version):
11583         * gnus-util.el (nnmail-active-file-coding-system)
11584         (gnus-original-article-buffer, gnus-user-agent):
11585         * gnus.el (gnus-ham-process-destinations)
11586         (gnus-parameter-ham-marks-alist)
11587         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11588         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11589         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11590         * mm-decode.el (gnus-current-window-configuration):
11591         * mm-extern.el (gnus-article-mime-handles):
11592         * mm-url.el (url-current-object, url-package-name)
11593         (url-package-version):
11594         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11595         (smime-keys, w3m-cid-retrieve-function-alist)
11596         (w3m-current-buffer, w3m-display-inline-images)
11597         (w3m-minor-mode-map):
11598         * mml-smime.el (gnus-extract-address-components):
11599         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11600         (gnus-newsrc-hashtb, message-default-charset)
11601         (message-deletable-headers, message-options)
11602         (message-posting-charset, message-required-mail-headers)
11603         (message-required-news-headers):
11604         * mml1991.el (mc-pgp-always-sign):
11605         * mml2015.el (mc-pgp-always-sign):
11606         * nnheader.el (nnmail-extra-headers):
11607         * rfc1843.el (gnus-decode-encoded-word-function)
11608         (gnus-decode-header-function, gnus-newsgroup-name):
11609         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11610
11611 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11612
11613         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11614         the end of the date treatments.
11615
11616 2005-08-15  Simon Josefsson  <jas@extundo.com>
11617
11618         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11619         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11620         Capello and Romain Francoise.
11621         (pgg-fetch-key-function): Removed, not used?
11622         (pgg-insert-url-with-w3): Require url, to get
11623         url-insert-file-contents regardless of where it is defined.
11624
11625 2005-08-13  Romain Francoise  <romain@orebokech.com>
11626
11627         * message.el (message-cite-original-1): New function.
11628         (message-cite-original): Use it.
11629         (message-cite-original-without-signature): Ditto.
11630
11631 2005-08-08  Romain Francoise  <romain@orebokech.com>
11632
11633         * message.el (message-yank-empty-prefix): New variable.
11634         (message-indent-citation): Use it.
11635         (message-cite-original-without-signature): Respect X-No-Archive.
11636
11637 2005-08-08  Simon Josefsson  <jas@extundo.com>
11638
11639         * pgg.el: Autoload url-insert-file-contents instead of loading
11640         w3/url.
11641         (pgg-insert-url-with-w3): Don't load url here.
11642
11643 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11644
11645         * message.el (message-kill-to-signature): Don't insert newline at
11646         bol.
11647         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11648
11649 2005-08-06  Romain Francoise  <romain@orebokech.com>
11650
11651         * message.el (message-user-fqdn): Fix typo in docstring.
11652
11653 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11654
11655         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11656
11657         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11658
11659 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * mm-bodies.el (mm-encode-body): Use coding system rather than
11662         charset to encode text.
11663
11664         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11665         number of charsets if utf-8 is available (XEmacs).
11666
11667 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11668
11669         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11670         taken from `gnus-button-mid-or-mail-regexp'.
11671         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11672         (gnus-button-alist): Improve regexp for domain part of the MIDs
11673         for news:localpart@domain buttons.
11674         (gnus-button-ctan-directory-regexp): Update.
11675
11676 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * sieve-manage.el (sieve-manage-interactive-login): Use
11679         make-local-variable rather than make-variable-buffer-local.
11680         (sieve-manage-open): Ditto.
11681         (sieve-manage-authenticate): Ditto.
11682
11683         * mml.el (mml-generate-mime-1): Make the content type default to
11684         text/plain if the filename is not specified.
11685
11686 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11689         instead of insert-buffer.
11690
11691         * message.el (message-yank-original): Ditto; set the mark at the
11692         end of the yanked message.
11693
11694 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11697         lines to scroll rather than to stop it.
11698
11699         * mml.el (mml-generate-default-type): Add doc string.
11700         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11701         default to application/octet-stream when determining the content
11702         type if it is not specified for the part or the mml contents; add
11703         a comment about mml-generate-default-type.
11704
11705 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11706
11707         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11708         make it default to application/octet-stream when determining the
11709         content type if it is not specified for the external contents.
11710
11711 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11712
11713         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11714         segmented parameter but also other parameters might be there.
11715
11716 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * mm-decode.el (mm-display-external): Delete temp file, directory
11719         and buffer immediately if the external process is exited.
11720
11721 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11722
11723         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11724         fewer lines than that of scroll-margin.
11725         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11726
11727 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-art.el (gnus-article-next-page): Revert.
11730         (gnus-article-beginning-of-window): New macro.
11731         (gnus-article-next-page-1): Use it.
11732         (gnus-article-prev-page): Ditto.
11733         (gnus-article-edit-part): Use insert-buffer-substring instead of
11734         insert-buffer.
11735         (gnus-article-edit-exit): Ditto.
11736
11737         * gnus-util.el (gnus-beginning-of-window): Remove.
11738         (gnus-end-of-window): Remove.
11739
11740         * lpath.el: Don't bind header-line-format and scroll-margin.
11741
11742 2005-07-25  Simon Josefsson  <jas@extundo.com>
11743
11744         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11745         to have the url package without w3.  Reported by Daiki Ueno
11746         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11747
11748 2005-07-20  Didier Verna  <didier@xemacs.org>
11749
11750         * gnus-diary.el: Remove the description comment (nndiary is now
11751         properly documented in the Gnus manual).
11752         Fix the spelling of "Back End".
11753         * nndiary.el: Ditto.
11754         Fix the copyright notice.
11755
11756 2005-07-18  Romain Francoise  <romain@orebokech.com>
11757
11758         * gnus-sum.el (gnus-summary-to-prefix)
11759         (gnus-summary-newsgroup-prefix): New variables.
11760         (gnus-summary-from-or-to-or-newsgroups): Use them.
11761
11762 2005-07-17  Romain Francoise  <romain@orebokech.com>
11763
11764         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11765         space as it's generally not especially interesting to the user.
11766
11767 2005-07-16  Romain Francoise  <romain@orebokech.com>
11768
11769         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11770         nil to avoid prompting and file modification if one of the
11771         messages at the top of the nnfolder file contains a copyright
11772         notice.
11773         Update copyright notice.
11774
11775         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11776         instead of `current-time-string' as the latter creates a time
11777         string that is not RFC 2822 compliant (it lacks the zone).
11778         Update copyright notice.
11779
11780 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11781
11782         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11783         for text/rtf.  Display default in prompt.  Pass default for M-n.
11784
11785         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11786
11787 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11788
11789         * gnus-msg.el (gnus-button-mailto): Remove
11790         save-selected-window-window hackery because it relies on
11791         save-selected-window internals.
11792
11793 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11794
11795         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11796         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11797         (gnus-article-prev-page): Ditto.
11798
11799         * gnus-util.el (gnus-beginning-of-window): New function.
11800         (gnus-end-of-window): New function.
11801
11802         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11803
11804 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11805
11806         * gnus-score.el (gnus-score-edit-all-score): Set
11807         gnus-score-edit-exit-function to gnus-score-edit-done and call
11808         gnus-message.
11809
11810 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11811
11812         * gnus-msg.el (gnus-button-mailto): Remove
11813         save-selected-window-window hackery because it relies on
11814         save-selected-window internals.
11815
11816 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11819         add-minor-mode.
11820         (gnus-binary-mode): Ditto.
11821
11822         * gnus-topic.el (gnus-topic-mode): Ditto.
11823
11824 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11825
11826         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11827         (gnus-article-prev-page): Take scroll-margin into consideration.
11828
11829 2005-07-04  Lute Kamstra  <lute@gnu.org>
11830
11831         Update FSF's address in GPL notices.
11832
11833 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11834
11835         * gnus.el (gnus-exit):
11836         * gnus-group.el (gnus-group-icons):
11837         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11838
11839         * gnus-nocem.el (gnus-nocem):
11840         * message.el (message-various, message-buffers, message-sending)
11841         (message-interface, message-forwarding, message-insertion)
11842         (message-headers, message-news, message-mail):
11843         * pgg-gpg.el (pgg-gpg):
11844         * pgg-parse.el (pgg-parse):
11845         * pgg-pgp.el (pgg-pgp):
11846         * pgg-pgp5.el (pgg-pgp5):
11847         * pop3.el (pop3): Finish `defgroup' description with period.
11848
11849 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * gnus-art.el (article-display-face): Improve the efficiency.
11852         (article-display-x-face): Ditto; remove grey x-face stuff.
11853
11854 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11855
11856         * gnus-art.el (article-display-face): Correct the position in
11857         which Faces are inserted.
11858
11859 2005-06-29  Didier Verna  <didier@xemacs.org>
11860
11861         * gnus-art.el (article-display-face): Display faces in correct
11862         order.
11863
11864 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11867         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11868         (gnus-nocem-check-article): Fetch the Type header.
11869         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11870         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11871         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11872         make sure gnus-nocem-hashtb is initialized.
11873         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11874         (gnus-nocem-unwanted-article-p): Ditto.
11875
11876         * pgg.el (pgg-verify): Return the verification result.
11877
11878 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11879
11880         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11881         is ascii.
11882
11883 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11884
11885         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11886         `show-nonbreak-escape'.
11887
11888 2005-06-23  Lute Kamstra  <lute@gnu.org>
11889
11890         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11891
11892         * dig.el (dig-mode):
11893         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11894
11895 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11896
11897         * nnimap.el (nnimap-split-download-body): Fix spellings.
11898
11899 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11900
11901         * gnus-art.el (gnus-article-encrypt-body):
11902         * gnus-cus.el (gnus-score-customize):
11903         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11904         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11905
11906 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11907
11908         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11909         header by looking for magic "MII" at the beginnig.
11910
11911 2005-06-16  Miles Bader  <miles@gnu.org>
11912
11913         * gnus-xmas.el (gnus-xmas-group-startup-message):
11914         Use renamed gnus-splash face.
11915
11916         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11917         (assistant-field-face): New backward-compatibility alias for renamed
11918         face.
11919         (assistant-render-text): Use renamed assistant-field face.
11920
11921         * spam.el (spam): Remove "-face" suffix from face name.
11922         (spam-face): New backward-compatibility alias for renamed face.
11923         (spam-face, spam-initialize): Use renamed spam face.
11924
11925         * message.el (message-header-to, message-header-cc)
11926         (message-header-subject, message-header-newsgroups)
11927         (message-header-other, message-header-name)
11928         (message-header-xheader, message-separator, message-cited-text)
11929         (message-mml): Remove "-face" suffix from face names.
11930         (message-header-to-face, message-header-cc-face)
11931         (message-header-subject-face, message-header-newsgroups-face)
11932         (message-header-other-face, message-header-name-face)
11933         (message-header-xheader-face, message-separator-face)
11934         (message-cited-text-face, message-mml-face):
11935         New backward-compatibility aliases for renamed faces.
11936         (message-font-lock-keywords): Use renamed message faces.
11937
11938         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11939         (sieve-test-commands, sieve-tagged-arguments):
11940         Remove "-face" suffix from face names.
11941         (sieve-control-commands-face, sieve-action-commands-face)
11942         (sieve-test-commands-face, sieve-tagged-arguments-face):
11943         New backward-compatibility aliases for renamed faces.
11944         (sieve-control-commands-face, sieve-action-commands-face)
11945         (sieve-test-commands-face, sieve-tagged-arguments-face):
11946         Use renamed sieve faces.
11947
11948         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11949         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11950         (gnus-group-news-3-empty, gnus-group-news-4)
11951         (gnus-group-news-4-empty, gnus-group-news-5)
11952         (gnus-group-news-5-empty, gnus-group-news-6)
11953         (gnus-group-news-6-empty, gnus-group-news-low)
11954         (gnus-group-news-low-empty, gnus-group-mail-1)
11955         (gnus-group-mail-1-empty, gnus-group-mail-2)
11956         (gnus-group-mail-2-empty, gnus-group-mail-3)
11957         (gnus-group-mail-3-empty, gnus-group-mail-low)
11958         (gnus-group-mail-low-empty, gnus-summary-selected)
11959         (gnus-summary-cancelled, gnus-summary-high-ticked)
11960         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11961         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11962         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11963         (gnus-summary-low-undownloaded)
11964         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11965         (gnus-summary-low-unread, gnus-summary-normal-unread)
11966         (gnus-summary-high-read, gnus-summary-low-read)
11967         (gnus-summary-normal-read, gnus-splash):
11968         Remove "-face" suffix from face names.
11969         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11970         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11971         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11972         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11973         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11974         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11975         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11976         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11977         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11978         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11979         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11980         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11981         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11982         (gnus-summary-normal-ticked-face)
11983         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11984         (gnus-summary-normal-ancient-face)
11985         (gnus-summary-high-undownloaded-face)
11986         (gnus-summary-low-undownloaded-face)
11987         (gnus-summary-normal-undownloaded-face)
11988         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11989         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11990         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11991         (gnus-splash-face):
11992         New backward-compatibility aliases for renamed faces.
11993         (gnus-group-startup-message): Use renamed gnus faces.
11994
11995         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11996         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11997         (gnus-server-agent): Remove "-face" suffix from face names.
11998         (gnus-server-agent-face, gnus-server-opened-face)
11999         (gnus-server-closed-face, gnus-server-denied-face)
12000         (gnus-server-offline-face):
12001         New backward-compatibility aliases for renamed faces.
12002         (gnus-server-agent-face, gnus-server-opened-face)
12003         (gnus-server-closed-face, gnus-server-denied-face)
12004         (gnus-server-offline-face): Use renamed gnus faces.
12005
12006         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
12007         Remove "-face" suffix from face names.
12008         (gnus-picon-xbm-face, gnus-picon-face):
12009         New backward-compatibility aliases for renamed faces.
12010
12011         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
12012         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
12013         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
12014         (gnus-cite-11): Remove "-face" suffix from face names.
12015         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
12016         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
12017         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
12018         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
12019         New backward-compatibility aliases for renamed faces.
12020         (gnus-cite-attribution-face, gnus-cite-face-list)
12021         (gnus-article-boring-faces): Use renamed gnus faces.
12022
12023         * gnus-art.el (gnus-signature, gnus-header-from)
12024         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
12025         (gnus-header-content): Remove "-face" suffix from face names.
12026         (gnus-signature-face, gnus-header-from-face)
12027         (gnus-header-subject-face, gnus-header-newsgroups-face)
12028         (gnus-header-name-face, gnus-header-content-face):
12029         New backward-compatibility aliases for renamed faces.
12030         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
12031
12032         * gnus-sum.el (gnus-summary-selected-face)
12033         (gnus-summary-highlight): Use renamed gnus faces.
12034         * gnus-group.el (gnus-group-highlight): Likewise.
12035
12036 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
12037
12038         * gnus-sieve.el (gnus-sieve-article-add-rule):
12039         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
12040         * spam-stat.el (spam-stat-buffer-change-to-spam)
12041         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
12042
12043         * message.el (message-is-yours-p):
12044         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
12045
12046 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * mm-view.el (mm-inline-text): Withdraw the last change.
12049
12050 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12051
12052         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
12053         executing enriched-decode.
12054
12055 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12056
12057         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
12058         charset of tar files.
12059
12060 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12061
12062         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
12063
12064 2005-06-04  Lute Kamstra  <lute@gnu.org>
12065
12066         * nnfolder.el (nnfolder-read-folder): Make sure that undo
12067         information is never recorded.
12068
12069 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12070
12071         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
12072
12073 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12074
12075         * pop3.el (pop3-apop): Run md5 in the binary mode.
12076
12077         * starttls.el (starttls-set-process-query-on-exit-flag):
12078         Use eval-and-compile.
12079
12080 2005-05-31  Simon Josefsson  <jas@extundo.com>
12081
12082         * smime.el (smime-replace-in-string): Define.
12083         (smime-cert-by-ldap-1): Use it.
12084
12085 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12086
12087         * gnus-art.el (article-display-x-face): Replace
12088         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12089
12090         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
12091         set-process-query-on-exit-flag or process-kill-without-query.
12092
12093         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
12094         loop instead of replace-regexp.
12095
12096         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
12097         instead of process-kill-without-query if it is available.
12098
12099         * lpath.el: Fbind ldap-search-entries.
12100
12101         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
12102         instead of find-file-hooks if it is available.
12103
12104         * mml1991.el: Bind pgg-default-user-id when compiling.
12105
12106         * mml2015.el: Bind pgg-default-user-id when compiling.
12107
12108         * nndraft.el (nndraft-request-associate-buffer):
12109         Use write-contents-functions instead of write-contents-hooks if it is
12110         available.
12111
12112         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
12113         instead of find-file-hooks if it is available.
12114
12115         * nntp.el (nntp-open-connection): Replace
12116         process-kill-without-query by gnus-set-process-query-on-exit-flag.
12117         (nntp-open-ssl-stream): Ditto.
12118         (nntp-open-tls-stream): Ditto.
12119
12120         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
12121         set-process-query-on-exit-flag or process-kill-without-query.
12122         (starttls-open-stream-gnutls): Use it instead of
12123         process-kill-without-query.
12124         (starttls-open-stream): Ditto.
12125
12126 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12127
12128         * smime.el (smime-cert-by-ldap-1): Don't use
12129         replace-regexp-in-string.
12130
12131 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12132
12133         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12134
12135         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12136         in PEM format.  Adjust to the XEmacs compability.
12137
12138 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12141         by `string-to-number'.
12142         * gnus-agent.el (gnus-agent-regenerate-group)
12143         (gnus-agent-fetch-articles): Ditto.
12144         * gnus-art.el (gnus-button-fetch-group): Ditto.
12145         * gnus-cache.el (gnus-cache-generate-active)
12146         (gnus-cache-articles-in-group): Ditto.
12147         * gnus-group.el (gnus-group-set-current-level)
12148         (gnus-group-insert-group-line): Ditto.
12149         * gnus-score.el (gnus-score-set-expunge-below)
12150         (gnus-score-set-mark-below, gnus-summary-score-effect)
12151         (gnus-summary-score-entry): Ditto.
12152         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12153         (gnus-soup-pack): Ditto.
12154         * gnus-spec.el (gnus-xmas-format): Ditto.
12155         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12156         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12157         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12158         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12159         * nndb.el (nndb-get-remote-expire-response): Ditto.
12160         * nndiary.el (nndiary-parse-schedule-value)
12161         (nndiary-string-to-number, nndiary-request-replace-article)
12162         (nndiary-request-article): Ditto.
12163         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12164         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12165         * nneething.el (nneething-make-head): Ditto.
12166         * nnfolder.el (nnfolder-request-article)
12167         (nnfolder-retrieve-headers): Ditto.
12168         * nnheader.el (nnheader-file-to-number): Ditto.
12169         * nnkiboze.el (nnkiboze-request-article): Ditto.
12170         * nnmail.el (nnmail-process-unix-mail-format)
12171         (nnmail-process-babyl-mail-format): Ditto.
12172         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12173         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12174         (nnmh-request-create-group, nnmh-request-list-1)
12175         (nnmh-request-group, nnmh-request-article): Ditto.
12176         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12177         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12178         * nnsoup.el (nnsoup-make-active): Ditto.
12179         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12180         * nntp.el (nntp-find-group-and-number)
12181         (nntp-retrieve-headers-with-xover): Ditto.
12182         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12183         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12184         (pgg-format-key-identifier): Ditto.
12185         * pop3.el (pop3-last, pop3-stat): Ditto.
12186         * qp.el (quoted-printable-decode-region): Ditto.
12187
12188         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12189         of concat.
12190
12191 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12194
12195         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12196
12197         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12198
12199         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12200
12201         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12202
12203         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12204
12205         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12206         (gnus-carpal-mode): Ditto.
12207
12208         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12209         (gnus-browse-mode): Ditto.
12210
12211         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12212
12213         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12214
12215 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12216
12217         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12218
12219 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * gnus-util.el (gnus-run-mode-hooks): New function.
12222
12223         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12224
12225         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12226         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12227
12228 2005-05-27  Lute Kamstra  <lute@gnu.org>
12229
12230         * dns-mode.el (dns-mode): Specify customization group.
12231
12232 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12233
12234         * gnus-agent.el (gnus-agent-make-mode-line-string):
12235         Use mode-line-highlight as mouse-face.
12236
12237 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * canlock.el (canlock): Change the parent group to news.
12240
12241         * deuglify.el (gnus-outlook-deuglify): Add :group.
12242
12243         * dig.el (dig): Add :group.
12244
12245         * dns-mode.el (dns-mode): Add :group.
12246
12247         * encrypt.el (encrypt): Add :group.
12248
12249         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12250         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12251         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12252         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12253         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12254
12255         * gnus-diary.el (gnus-diary): Add :group.
12256
12257         * gnus.el (gnus-group-news-1-face): Add :group.
12258         (gnus-group-news-1-empty-face): Ditto.
12259         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12260         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12261         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12262         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12263         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12264         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12265         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12266         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12267         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12268         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12269         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12270         (gnus-summary-high-ticked-face): Ditto.
12271         (gnus-summary-low-ticked-face): Ditto.
12272         (gnus-summary-normal-ticked-face): Ditto.
12273         (gnus-summary-high-ancient-face): Ditto.
12274         (gnus-summary-low-ancient-face): Ditto.
12275         (gnus-summary-normal-ancient-face): Ditto.
12276         (gnus-summary-high-undownloaded-face): Ditto.
12277         (gnus-summary-low-undownloaded-face): Ditto.
12278         (gnus-summary-normal-undownloaded-face): Ditto.
12279         (gnus-summary-high-unread-face): Ditto.
12280         (gnus-summary-low-unread-face): Ditto.
12281         (gnus-summary-normal-unread-face): Ditto.
12282         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12283         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12284
12285         * hashcash.el (hashcash): New custom group.
12286         (hashcash-default-payment): Add :group.
12287         (hashcash-payment-alist): Ditto.
12288         (hashcash-default-accept-payment): Ditto.
12289         (hashcash-accept-resources): Ditto.
12290         (hashcash-path): Ditto.
12291         (hashcash-extra-generate-parameters): Ditto.
12292         (hashcash-double-spend-database): Ditto.
12293         (hashcash-in-news): Ditto.
12294
12295         * message.el (message-minibuffer-local-map): Add :group.
12296
12297         * netrc.el (netrc): Add :group.
12298
12299         * sieve-manage.el (sieve-manage-log): Add :group.
12300         (sieve-manage-default-user): Diito.
12301         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12302         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12303         (sieve-manage-authenticators): Ditto.
12304         (sieve-manage-authenticator-alist): Ditto.
12305         (sieve-manage-default-port): Ditto.
12306
12307         * sieve-mode.el (sieve-control-commands-face): Add :group.
12308         (sieve-action-commands-face): Ditto.
12309         (sieve-test-commands-face): Ditto.
12310         (sieve-tagged-arguments-face): Ditto.
12311
12312         * smime.el (smime): Add :group.
12313
12314         * spam-report.el (spam-report): Add :group.
12315
12316         * spam.el (spam, spam-face): Add :group.
12317
12318 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12319
12320         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12321         return \n.\n.\n at the end of articles.  Protect against that.
12322         (nntp-with-open-group): Allow debugging.
12323
12324         * nnheader.el (mail-header-set-extra): Make into a function
12325         because I just could't understand how to quote the list properly.
12326
12327         * dns.el (query-dns-cached): New function.
12328
12329 2005-05-26  Lute Kamstra  <lute@gnu.org>
12330
12331         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12332
12333 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12336
12337         * gnus-art.el: Don't autoload mail-extract-address-components.
12338
12339         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12340         eval-and-compile to evaluate it.
12341
12342         * hashcash.el: Don't autoload executable-find.
12343
12344         * nndb.el: Don't declare the nndb back end two or more times; don't
12345         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12346
12347         * nntp.el: Autoload format-spec instead of format; use
12348         eval-and-compile to evaluate autoload forms.
12349
12350 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12351
12352         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12353
12354 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12355
12356         * gnus.el (gnus-version-number): Bump version.
12357
12358 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12359
12360         * gnus.el: No Gnus v0.3 is released.
12361
12362 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12363
12364         * lpath.el (featurep): Bind show-nonbreak-escape.
12365
12366 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12367
12368         * gnus-art.el (gnus-article-edit-part): Disable undo.
12369
12370 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12373         gnus-article-date-lapsed-new-header is t if date timer is active;
12374         skip headers in which the original date value is empty.
12375         (gnus-article-save-original-date): Redefine it as a macro.
12376         (gnus-display-mime): Use it.
12377
12378 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * gnus-art.el (article-date-ut): Support converting date in
12381         forwarded parts as well.
12382         (gnus-article-save-original-date): New function.
12383         (gnus-display-mime): Use it.
12384
12385 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12386
12387         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12388         enclosure element of <item>.
12389
12390 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12391
12392         * message.el (message-kill-buffer-query): Renamed from
12393         `message-kill-buffer-query-if-modified'.  Added :version.
12394
12395 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12396
12397         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12398         window layout.
12399
12400 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * mml.el: Autoload dnd when compiling.
12403
12404 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12405
12406         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12407         x-dnd-*.
12408
12409 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * qp.el (quoted-printable-encode-region): Save excursion.
12412
12413 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12414
12415         * message.el (message-kill-buffer-query-if-modified): Add new variable
12416         so the user can kill a modified message buffer quickly.
12417         (message-kill-buffer): Use it.
12418
12419 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * lpath.el: Fbind display-time-event-handler; don't fbind
12422         string-to-multibyte.
12423
12424         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12425
12426 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12427
12428         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12429         contained in text because xml.el decodes entities) with LFs.
12430
12431 2005-04-11  Lute Kamstra  <lute@gnu.org>
12432
12433         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12434         differently.
12435
12436 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12437
12438         * mm-util.el (mm-detect-coding-region): Typo.
12439
12440 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12441
12442         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12443
12444 2005-04-06  Deepak Goel  <deego@gnufans.org>
12445
12446         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12447         user-function allow user modifications of the scores.
12448         (spam-stat-score-buffer-user): New function, to allow
12449         user-computed modifications to the score.
12450         (spam-stat-score-buffer-user-functions): List of additional
12451         scoring functions.
12452         (spam-stat-error-holder): Global temporary error holder.
12453         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12454         variable.
12455
12456 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12457
12458         * gnus-registry.el (gnus-registry-clean-empty-function)
12459         (gnus-registry-trim, gnus-registry-fetch-groups)
12460         (gnus-registry-delete-group): Groups that match
12461         `gnus-registry-ignored-groups' are removed from the registry
12462         entries, not just ignored for splitting.  This helps clean up the
12463         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12464         to get all the groups a message ID is in.
12465
12466         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12467         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12468         (spam-stat-score-buffer-user-functions): Add :number custom type.
12469
12470 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12473         argument in XEmacs.
12474
12475         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12476         (nnrss-request-group): Decode group name first.
12477         (nnrss-request-article): Make a text/plain article if mml-to-mime
12478         failed.
12479         (nnrss-get-encoding): Return a compatible encoding according to
12480         nnrss-compatible-encoding-alist.
12481         (nnrss-find-el): Use consp instead of listp.
12482         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12483
12484 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12485
12486         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12487         which Emacs 20 doesn't support.
12488         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12489
12490 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12491
12492         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12493         silence the byte compiler inside the defun.
12494
12495         * gnus-demon.el (parse-time-string): Add autoload.
12496
12497         * gnus-delay.el (parse-time-string): Add autoload.
12498
12499         * gnus-art.el (parse-time-string): Add autoload.
12500
12501         * nnultimate.el (parse-time): Require for `parse-time-string'.
12502
12503 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12504
12505         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12506
12507         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12508
12509         * smime.el (smime-ldap-host-list): Add :version.
12510
12511 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12512
12513         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12514         pass it to `gnus-browse-read-group'.
12515         (gnus-browse-read-group): Add NUMBER argument and pass it to
12516         `gnus-group-read-ephemeral-group'.
12517
12518         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12519         argument and pass it to `gnus-group-read-group'.
12520
12521 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12522
12523         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12524         mm-xemacs-find-mime-charset-1 if we have the mule feature
12525         available at runtime.
12526
12527 2005-03-25  Werner Lemberg  <wl@gnu.org>
12528
12529         * nnmaildir.el: Replace `illegal' with `invalid'.
12530
12531 2005-03-23  Lute Kamstra  <lute@gnu.org>
12532
12533         * time-date.el: Add comment on time value formats.
12534         Don't require parse-time.
12535         (with-decoded-time-value): New macro.
12536         (encode-time-value): New function.
12537         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12538         (days-to-time): Return a valid time value when arg is huge.
12539         (time-since): Use time-subtract.
12540         (time-to-number-of-days): Use time-to-seconds.
12541
12542 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12543
12544         * gnus-start.el (gnus-display-time-event-handler):
12545         Check display-time-timer at runtime rather than only at load time
12546         in case display-time-mode is turned off in the mean time.
12547
12548 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12549
12550         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12551         used.
12552
12553         * nneething.el (nneething-map-file-directory): Derive from
12554         `gnus-directory'.
12555
12556         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12557         the To/Cc button.
12558
12559 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12560
12561         * nnmaildir.el (nnmaildir-request-accept-article):
12562         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12563
12564 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12565
12566         * gnus-async.el: Require timer-funcs at compile time when in
12567         XEmacs for `run-with-idle-timer'.
12568
12569 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12570
12571         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12572         autoloaded function.
12573
12574 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12575
12576         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12577
12578 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12579
12580         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12581
12582 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12583
12584         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12585         gnus-expert-user to default.
12586
12587 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12588
12589         * nnimap.el (nnimap-open-server): Ditto.
12590
12591         * imap.el (imap-authenticate): Fix typo.
12592
12593 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12594
12595         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12596         buffer (since IMAP server might return FETCH response out of
12597         order, and the nntp buffer must be sorted).
12598
12599 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12600
12601         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12602         comparison on string.
12603
12604         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12605         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12606         (gnus-agent-summary-fetch-series): Modified to protect against
12607         gnus-agent-summary-fetch-group clearing processable flags.
12608         (gnus-agent-synchronize-group-flags): Update live group buffer as
12609         synchronization may occur due to the user toggle the plugged
12610         status.
12611         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12612         successfully downloaded.
12613         (gnus-agent-expire-group-1): Avoid using markers when the overview
12614         is in ascending order; greatly improves performance.
12615         (gnus-agent-regenerate-group): Use
12616         gnus-agent-synchronize-group-flags to reset read status in both
12617         gnus and server.
12618         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12619
12620 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12621
12622         * message.el: Don't autoload former message-utils variables.
12623         (message-strip-subject-trailing-was): Change doc string.
12624
12625         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12626         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12627         (nnweb-google-search): Add "hl=en" here.
12628         (nnweb-google-parse-1, nnweb-google-create-mapping):
12629         Don't hardcode URL.
12630
12631 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12632
12633         * message.el (message-get-reply-headers, message-followup):
12634         Mention related variables `message-use-followup-to' and
12635         `message-use-mail-followup-to', in the information buffer.
12636
12637         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12638         of broken groups(-beta).google.com.
12639
12640 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12641
12642         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12643         parameter to invoked gnus-request-move-article; remove the
12644         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12645         all at once instead of once per article.
12646         (gnus-summary-remove-process-mark): Accept a list of articles as
12647         well as a single article for processing.
12648
12649         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12650         parameter.
12651
12652         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12653
12654         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12655
12656         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12657         parameter.
12658
12659         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12660         parameter.
12661
12662         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12663         parameter and remove the gnus-sum-hint-move-is-internal variable.
12664
12665         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12666         parameter.
12667
12668         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12669         parameter.
12670
12671         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12672         parameter.
12673
12674         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12675
12676         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12677         parameter.
12678
12679         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12680         parameter.
12681
12682 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12683
12684         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12685         a more conservative way.
12686
12687 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12688
12689         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12690         buffer, so it moves the window's cursor.
12691
12692 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12693
12694         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12695         `mm-dissect-multipart' and receive the from field as an (optional)
12696         argument from `mm-dissect-multipart'.
12697         (mm-dissect-multipart): Receive the from field as an argument and
12698         pass it on when we call `mm-dissect-buffer' on MIME parts.
12699         Fixes verification/decryption of signed/encrypted MIME parts.
12700
12701 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12702
12703         * gnus-sum.el (gnus-summary-move-article): Set
12704         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12705         whatever it calls (right now, only nnimap-request-move article
12706         respects it).
12707
12708         * nnimap.el (nnimap-request-move-article): When
12709         gnus-sum-hint-move-is-internal is set, don't do the extra
12710         nnimap-request-article.
12711
12712 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12713
12714         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12715
12716         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12717         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12718
12719         * gnus-sum.el (gnus-summary-caesar-message):
12720         Apply `gnus-treat-article' after rotation.
12721
12722         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12723         doc string.
12724
12725 2005-02-22  Simon Josefsson  <jas@extundo.com>
12726
12727         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12728         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12729         <arne@arnested.dk>.
12730         (encrypt): Add password-cache and password-cache-expiry as group
12731         members.
12732
12733 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12734
12735         * smime.el (smime-ldap-host-list): Doc fix.
12736         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12737         cache) password.
12738         (smime-sign-region): Use it.
12739         (smime-decrypt-region): Use it.
12740         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12741         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12742         fails.
12743         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12744         certificate from DER to PEM format rather than calling openssl.
12745
12746         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12747
12748         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12749         for signing/encryption.
12750
12751         * mml.el (mml-parse-1): Use them.
12752
12753 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12754
12755         * nnrss.el (nnrss-verbose): Removed.
12756         (nnrss-request-group): Use `nnheader-message' instead.
12757
12758 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12759
12760         * nnrss.el (nnrss-verbose): New variable.
12761         (nnrss-request-group): Make it say nnrss is requesting a group.
12762
12763 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12764
12765         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12766         Handle news URL with given port correctly.
12767
12768 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12771         containing special characters.
12772
12773         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12774
12775         * mml.el (mime-to-mml): Ditto.
12776
12777         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12778         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12779         (rfc2047-decode-region): Quote decoded words containing special
12780         characters when rfc2047-quote-decoded-words-containing-tspecials
12781         is non-nil.
12782
12783 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12784
12785         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12786
12787         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12788
12789 2005-02-15  Simon Josefsson  <jas@extundo.com>
12790
12791         * nnimap.el (nnimap-debug): Doc fix.
12792
12793         * imap.el (imap-debug): Doc fix.
12794
12795 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12798
12799 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12800
12801         * gnus.el (spam-contents): Improve docs for spam-contents
12802         parameter in its variable incarnation.
12803
12804 2005-02-14  Simon Josefsson  <jas@extundo.com>
12805
12806         * smime-ldap.el: Use require instead of load-library for ldap.
12807         (smime-ldap-search): Indent.
12808         (smime-ldap-search-internal): Shorten line.
12809
12810         * smime.el (smime-cert-by-dns): Add doc-string.
12811         (smime-cert-by-ldap-1): Indent.
12812
12813         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12814         mml-smime-get-dns-ldap.
12815         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12816
12817 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12818
12819         * smime.el: Require smime-ldap.
12820         (smime-ldap-host-list): New variable.
12821         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12822
12823         * mml-smime.el (mml-smime-encrypt-query): New function.
12824         (mml-smime-encrypt-query): Use it.
12825
12826         * smime-ldap.el: New file.
12827
12828 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12829
12830         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12831
12832 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12833
12834         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12835         argument in doc string.  Make query for type more clear.
12836
12837 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12838
12839         * gnus.el (gnus-group-startup-message): Search for gnus images in
12840         etc/images/gnus.
12841         * mm-util.el (mm-image-load-path): Likewise.
12842         * smiley.el (smiley-data-directory): Search for smilies in
12843         etc/images/smilies.
12844
12845 2005-02-09  Kim F. Storm  <storm@cua.dk>
12846
12847         Change Emacs release version from 21.4 to 22.1 throughout.
12848         Change Emacs development version from 21.3.50 to 22.0.50.
12849
12850 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12851
12852         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12853
12854         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12855         non-Mule XEmacs as well.
12856         (mm-decompress-buffer): Signal an error intentionally if it does
12857         not decompress compressed data because auto-compression-mode is
12858         disabled.
12859
12860 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12861
12862         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12863         an ID in the registry even if it has no groups.
12864
12865 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12866
12867         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12868         merge it into mm-decompress-buffer.
12869         (gnus-mime-copy-part): Use the MIME part charset, the value which
12870         a user specified or gnus-newsgroup-charset for decoding, like
12871         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12872         save-buffer what was used.  Suggested by Kevin Ryde
12873         <user42@zip.com.au>.
12874         (gnus-mime-inline-part): Allow the name parameter as well as the
12875         filename parameter; force decompressing of compressed data; always
12876         display contents being not decoded as unibyte.
12877
12878         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12879         as well as the filename parameter.
12880
12881         * mm-util.el (mm-decompress-buffer): Merge
12882         gnus-mime-jka-compr-maybe-uncompress.
12883         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12884         of compressed data.
12885
12886 2005-02-08  Simon Josefsson  <jas@extundo.com>
12887
12888         * imap.el (imap-log): Doc fix.
12889
12890 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12891
12892         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12893         the coding cookies; decompress compressed parts.
12894
12895         * mml.el (mml-generate-mime-1): Add the charset parameter according
12896         to the value which a user specified manually or the coding cookie.
12897
12898         * mm-util.el (mm-string-to-multibyte): New function.
12899         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12900         (mm-coding-system-to-mime-charset): New function.
12901         (mm-decompress-buffer): New function.
12902         (mm-find-buffer-file-coding-system): New function.
12903
12904         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12905         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12906         parts.
12907
12908 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12909
12910         * mm-view.el (mm-display-inline-fontify): Decode a part according
12911         to the charset parameter.
12912
12913 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12916         prefix arg is neither nil nor a number, as info specifies.
12917
12918 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12921         timestamps.
12922
12923 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12924
12925         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12926         groups error checking and notify user.
12927
12928 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12929
12930         * message.el (message-send-mail-function): Check existence of
12931         sendmail-program first before using default value
12932         `message-send-mail-with-sendmail'.  Otherwise use more generic
12933         `smtpmail-send-it'.
12934
12935 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * nntp.el (nntp-request-update-info): Always return nil.
12938
12939 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12940
12941         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12942
12943 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12944
12945         * message.el (message-beginning-of-line): Change the behavior when
12946         invoked between BOL and : so that it first moves backward.
12947
12948 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12949
12950         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12951         article buffer when editing of the article is discarded.
12952         (gnus-article-prepare): Revert.
12953
12954 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gnus-art.el (gnus-article-prepare):
12957         Remove message-strip-forbidden-properties from the local hook.
12958
12959 2005-01-27  Simon Josefsson  <jas@extundo.com>
12960
12961         * password.el (password-cache-add): Only start one timer per key.
12962         Reported by Derek Atkins <warlord@MIT.EDU>.
12963
12964 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12965
12966         * run-at-time.el: Removed.  It is no longer needed as
12967         timer-funcs.el in the xemacs-base package has a working version of
12968         `run-at-time'.
12969
12970         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12971
12972         * password.el: Require timer-funcs instead of run-at-time in
12973         XEmacs.
12974         Remove `password-run-at-time' macro.
12975         (password-cache-add): Use `run-at-time' instead of
12976         `password-run-at-time'.
12977
12978         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12979         Remove `nnheader-cancel-function-timers' alias,
12980         `cancel-function-timers' exists in XEmacs in timer-funcs.
12981
12982         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12983         for `run-with-idle-timer'.
12984
12985         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12986         for `run-at-time'.
12987
12988         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12989         for `with-timeout'.
12990
12991         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12992         the same as for XEmacs 21.4.
12993         No need to ignore `run-with-idle-timer', this function exists in
12994         XEmacs now in timer-funcs.el in the xemacs-base package.
12995         (dgnushack-compile): No need to delete
12996         run-at-time.el from the list of files to compile because it
12997         doesn't exist anymore.
12998
12999 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * mml.el (mml-generate-mime-1): Convert string into unibyte when
13002         inserting " *mml*" buffer's contents into a unibyte temp buffer.
13003
13004 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
13005
13006         * mail-source.el (mail-source-fetch-imap): Search for ^From case
13007         sensitively.
13008
13009 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
13010
13011         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
13012
13013 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
13016         which will be inserted according to the multibyteness of a buffer
13017         rather than the type of contents.  Suggested by ARISAWA Akihiro
13018         <ari@mbf.ocn.ne.jp>.
13019
13020         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
13021         of string which old xml.el may return rather than a string.
13022
13023 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
13026
13027 2005-01-16  Simon Josefsson  <jas@extundo.com>
13028
13029         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
13030         idn/idna.el isn't available.
13031         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
13032         <michael@waxrat.com>.
13033
13034         * hashcash.el: Remove non-FSF copyright header.
13035
13036         * hashcash.el (hashcash-extra-generate-parameters): New variable.
13037         (hashcash-generate-payment): Use it.
13038         (hashcash-generate-payment-async): Use it.
13039
13040 2005-01-15  Simon Josefsson  <jas@extundo.com>
13041
13042         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
13043         Suggested by Raymond Scholz <ray-2005@zonix.de>.
13044
13045         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
13046         gnus-summary-idna-message.
13047         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
13048         (gnus-summary-idna-message): New function.
13049
13050 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
13051
13052         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
13053         gnus-novice-user.
13054
13055 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * nnrss.el (nnrss-request-delete-group): Delete entries in
13058         nnrss-group-alist as well.
13059         (nnrss-save-server-data): Insert newline.
13060
13061 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
13062
13063         * gnus.el (gnus-user-agent): Use list of symbols instead of
13064         symbols.  Display full version number for (S)XEmacs.  Optionally
13065         display (S)XEmacs codename.
13066
13067         * gnus-util.el (gnus-emacs-version): Update for new
13068         `gnus-user-agent'.
13069
13070         * gnus-msg.el (gnus-extended-version): Make it possible to omit
13071         Gnus version.
13072
13073 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13074
13075         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
13076         which is unreadable in some setups.
13077
13078 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-spec.el (gnus-update-format-specifications): Flush the
13081         group format spec cache if it doesn't support decoded group names.
13082
13083 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
13086         Allow to apply decay on score files matching a regexp.
13087
13088 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
13091         compatibility in %g and %c.
13092
13093 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13094
13095         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
13096         name for only %g and %c.
13097         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
13098         of gnus-tmp-group to decoded group name.
13099         (gnus-group-make-rss-group): Exclude `/'s from group names.
13100
13101 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * nnrss.el (nnrss-get-encoding): Fix regexp.
13104
13105 2004-12-27  Simon Josefsson  <jas@extundo.com>
13106
13107         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
13108         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
13109         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
13110
13111 2004-12-17  Kim F. Storm  <storm@cua.dk>
13112
13113         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
13114
13115         * gnus-sum.el (gnus-summary-mode-map): Likewise.
13116
13117 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13118
13119         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
13120
13121 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13122
13123         * nnrss.el: Require rfc2047 and mml.
13124         (nnrss-file-coding-system): New variable.
13125         (nnrss-format-string): Redefine it as an inline function.
13126         (nnrss-decode-group-name): New function.
13127         (nnrss-string-as-multibyte): Remove.
13128         (nnrss-retrieve-headers): Decode group name; don't use
13129         nnrss-format-string.
13130         (nnrss-request-group): Decode group name.
13131         (nnrss-request-article): Decode group name; allow a Message-ID as
13132         well as an article number; don't use nnrss-format-string; encode a
13133         Message-ID string which may contain non-ASCII characters; use
13134         mml-to-mime to compose a MIME article.
13135         (nnrss-request-expire-articles): Decode group name.
13136         (nnrss-request-delete-group): Decode group name.
13137         (nnrss-fetch): Clarify error message.
13138         (nnrss-read-server-data): Use insert-file-contents instead of load;
13139         bind file-name-coding-system; use multibyte buffer.
13140         (nnrss-save-server-data): Bind coding-system-for-write to the
13141         value of nnrss-file-coding-system; bind file-name-coding-system;
13142         add coding cookie.
13143         (nnrss-read-group-data): Use insert-file-contents instead of load;
13144         bind file-name-coding-system; use multibyte buffer.
13145         (nnrss-save-group-data): Bind coding-system-for-write to the
13146         value of nnrss-file-coding-system; bind file-name-coding-system.
13147         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13148         make it work with non-ASCII text.
13149         (nnrss-find-el): Make it work with old xml.el as well.
13150
13151 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13152
13153         * nnrss.el (nnrss-get-encoding): New function.
13154         (nnrss-fetch): Use unibyte buffer initially; bind
13155         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13156         decode contents according to the encoding attribute.
13157         (nnrss-save-group-data): Add coding cookie.
13158         (nnrss-mime-encode-string): New function.
13159         (nnrss-check-group): Use it to encode subject and author.
13160
13161 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13162
13163         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13164         imaginary variable.
13165
13166 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13169         correctly even if there are wide characters.
13170
13171 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13172
13173         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13174         downcased symbol names; make a new cache instead of reusing
13175         bbdb-hashtable.
13176
13177 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13178
13179         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13180         concatenating segments rather than before concatenating them.
13181         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13182
13183         * message.el (message-get-reply-headers): Bind `extra'.
13184
13185 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13186
13187         * message.el (message-extra-wide-headers): New variable.
13188         (message-get-reply-headers): Use it.
13189
13190 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13193         (gnus-agent-group-pathname): Ditto.
13194
13195         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13196
13197         * gnus-group.el (gnus-group-make-group): Decode group name.
13198         (gnus-group-make-rss-group): Register the group data after opening
13199         the nnrss group.
13200
13201 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13202
13203         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13204         by expiry now get marked as read.
13205
13206 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13209
13210 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13211
13212         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13213         unify Latin characters in XEmacs.
13214         (mm-find-mime-charset-region): Use it.
13215
13216 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * gnus-util.el (gnus-delete-directory): New function.
13219
13220         * gnus-agent.el (gnus-agent-delete-group): Use it.
13221
13222         * gnus-cache.el (gnus-cache-delete-group): Use it.
13223
13224 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13227         names.
13228
13229 2004-12-16  Simon Josefsson  <jas@extundo.com>
13230
13231         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13232
13233 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13236
13237         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13238         (gnus-group-set-current-level): Decode group name.
13239
13240 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13241
13242         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13243         failed.
13244
13245 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-group.el (gnus-group-delete-group): Decode group name.
13248         (gnus-group-make-rss-group): Encode group name.
13249         (gnus-group-catchup-current): Decode group name.
13250         (gnus-group-kill-group): Decode group name.
13251
13252 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13253
13254         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13255
13256 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * gnus-group.el (gnus-group-make-rss-group):
13259         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13260
13261         * gnus-start.el (gnus-setup-news): Honor user's setting to
13262         gnus-message-archive-method.  Suggested by Lute Kamstra
13263         <lute@gnu.org>.
13264
13265 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13266
13267         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13268         global counterparts of the buffer-local variables.
13269
13270 2004-11-16  Romain Francoise  <romain@orebokech.com>
13271
13272         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13273         counterparts of the buffer-local variables.
13274
13275 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13276
13277         * message.el (message-forbidden-properties): Fixed typo in doc
13278         string.
13279
13280 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13281
13282         * gnus-util.el (gnus-replace-in-string): Added doc string.
13283
13284         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13285         to avoid problems when splitting mails with many recipients.
13286
13287 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13288
13289         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13290         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13291
13292 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13293
13294         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13295         if there is no hashtable in memory or file modification time is
13296         newer than cached timestamp.
13297
13298 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13299
13300         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13301         not-matching option.
13302
13303 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13304
13305         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13306         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13307         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13308         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13309         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13310         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13311
13312 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * message.el (message-forward-make-body-mml): Remove headers
13315         according to message-forward-ignored-headers if a message is decoded.
13316
13317 2004-12-02  Romain Francoise  <romain@orebokech.com>
13318
13319         * message.el (message-forward-make-body-plain): Always remove
13320         headers according to message-forward-ignored-headers.
13321
13322 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13323
13324         * spam.el (spam-summary-prepare-exit): Remove the
13325         gnus-summary-limit pop for now, it has problems with ham marks for
13326         me.
13327
13328 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13329
13330         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13331         correctly.
13332
13333 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13334
13335         * format-spec.el (format-spec): Message the char.
13336
13337 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13338
13339         * gnus-art.el (gnus-split-methods): Reformat comments.
13340
13341         * spam.el (spam-summary-prepare-exit): Remove article limits
13342         before exiting the summary buffer.
13343
13344 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13347         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13348
13349         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13350         order to silence the byte compiler.
13351
13352         * spam.el: Fix the way to silence the byte compiler, which
13353         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13354         bbdb-search-simple, spam-BBDB-register-routine,
13355         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13356         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13357         spam-stat-buffer-is-spam, spam-stat-load,
13358         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13359         spam-stat-save and spam-stat-split-fancy.
13360
13361 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13364         which may confuse users.
13365         (canlock-password-for-verify): Ditto.
13366
13367         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13368
13369         * gnus-art.el (gnus-emphasis-alist): Ditto.
13370
13371         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13372
13373         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13374
13375         * gnus-start.el (gnus-save-killed-list): Ditto.
13376
13377         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13378         (gnus-sum-thread-tree-root): Ditto.
13379         (gnus-sum-thread-tree-false-root): Ditto.
13380         (gnus-sum-thread-tree-single-indent): Ditto.
13381
13382         * message.el (message-courtesy-message): Ditto.
13383         (message-archive-note): Ditto.
13384         (message-subscribed-address-file): Ditto.
13385         (message-user-fqdn): Ditto.
13386
13387         * spam-report.el (spam-report-gmane-regex): Ditto.
13388
13389         * spam.el (spam-blackhole-good-server-regex): Ditto.
13390
13391 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13392
13393         * mml.el (mml-preview): Widen the message buffer before copying
13394         the contents to the preview buffer; sort headers before previewing.
13395
13396         * message.el (message-hidden-headers): Fix the way to avoid a bug
13397         in the `repeat' widget in Emacs 21.3 or earlier.
13398
13399 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * message.el (message-hidden-headers): Default to "^References:".
13402         Improve customization type.  Suggested by Reiner Steib
13403         <Reiner.Steib@gmx.de>.
13404
13405 2004-11-25  Romain Francoise  <romain@orebokech.com>
13406
13407         * message.el (message-strip-forbidden-properties): Remove check for
13408         obsolete `message-hidden' text property, hidden headers are not
13409         accessible in the buffer anymore.
13410
13411 2004-11-22  Romain Francoise  <romain@orebokech.com>
13412
13413         * message.el (message-header-format-alist): Add `From' in list
13414         so that it can be sorted.
13415         (message-fix-before-sending): Widen and sort headers before
13416         sending.
13417         (message-hide-headers): Use narrowing to hide headers by moving
13418         them to the top of the buffer and narrowing to the region
13419         underneath.
13420
13421 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13422
13423         * message.el (message-strip-forbidden-properties): Bind
13424         buffer-read-only (etc) to nil.
13425
13426 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13429         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13430
13431 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13432
13433         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13434
13435 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13436
13437         * dns.el (query-dns): Use sit-for to time instead of
13438         accept-process-output, since that doesn't seem to work on udp
13439         sockets.
13440
13441 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13444
13445 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13446
13447         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13448         doc string.  Improve doc string.
13449
13450 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13451
13452         * nntp.el (nntp-request-update-info): Return nil if
13453         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13454         may not call gnus-activate-group which uselessly issues the GROUP
13455         commands for all nntp groups and wastes time.  Reported by Romain
13456         Francoise <romain@orebokech.com>.
13457
13458         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13459
13460 2004-11-15  Simon Josefsson  <jas@extundo.com>
13461
13462         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13463         headers separately.
13464         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13465         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13466
13467 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13468
13469         * gnus-start.el (gnus-convert-old-newsrc):
13470         Assign legacy-gnus-agent to 5.10.7.
13471
13472 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13473
13474         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13475         start of the lines.
13476
13477 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13478
13479         * hashcash.el (hashcash-default-payment): Change default to 20.
13480         (hashcash-default-accept-payment): Change default to 20.
13481         (hashcash-process-alist): New variable.
13482         (hashcash-generate-payment-async): Add.
13483         (hashcash-already-paid-p): Add.
13484         (hashcash-insert-payment): Don't generate payments twice.
13485         (hashcash-insert-payment-async): Add.
13486         (hashcash-insert-payment-async-2): Add.
13487         (hashcash-cancel-async): Add.
13488         (hashcash-wait-async): Add.
13489         (hashcash-processes-running-p): Add.
13490         (hashcash-wait-or-cancel): Add.
13491         (mail-add-payment): New optional argument.  Conditionally start
13492         asynchronous calculation.
13493         (mail-add-payment-async): Add.
13494
13495         * message.el (message-send-mail): Wait for asynchronous hashcash
13496         results.  Don't clobber existing X-Hashcash headers.
13497         (message-setup-1): Call mail-add-payment-async when
13498         message-generate-hashcash is non-nil.
13499
13500 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13501
13502         * message.el (message-use-alternative-email-as-from): Examine the
13503         From header as well; use message-make-from in order to include a
13504         user's full name.
13505
13506 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13509         default; improve customization type.
13510         (gnus-emphasis-custom-with-format): New macro.
13511         (gnus-emphasis-custom-value-to-external): New function.
13512         (gnus-emphasis-custom-value-to-internal): New function.
13513
13514 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13515
13516         * dns.el (query-dns): Resolve reverse addresses.
13517
13518 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13519
13520         * gnus-group.el (gnus-group-get-new-news): Use it.
13521
13522         * gnus-start.el (gnus-check-reasonable-setup): New function.
13523
13524 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13527         "Args out of range" error.  Reported by Arnaud Giersch
13528         <arnaud.giersch@free.fr>.
13529
13530 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13531
13532         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13533
13534 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13535
13536         * spam.el (spam group): Add :version.
13537
13538         * pgg-def.el (pgg group): Add :version.
13539
13540 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13541
13542         * gnus-art.el (gnus-article-edit-article): Don't associate the
13543         article buffer with a draft file.  This is a temporary measure
13544         against the 2004-08-22 change to gnus-article-edit-mode.
13545
13546 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13549         (html2text-format-tags): Remove unused variable `attr'.
13550
13551 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13552
13553         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13554
13555         * tls.el (tls-process-connection-type, tls-success)
13556         (tls-certtool-program): Add :version.
13557
13558         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13559         (starttls-extra-arguments, starttls-process-connection-type)
13560         (starttls-connect, starttls-failure, starttls-success): Add :version.
13561
13562         * spam-stat.el (spam-stat): Add :version.
13563
13564         * sieve.el (sieve): Add :version.
13565
13566         * sha1.el (sha1): Add :version.
13567         (sha1-use-external): Remove redundant version.
13568
13569         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13570         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13571         (nnmail-split-fancy-match-partial-words)
13572         (nnmail-split-lowercase-expanded): Add :version.
13573
13574         * nndiary.el (nndiary): Add :version.
13575
13576         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13577
13578         * mml-sec.el (mml-default-sign-method)
13579         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13580         Add :version.
13581
13582         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13583
13584         * mm-url.el (mm-url-use-external, mm-url-program)
13585         (mm-url-arguments): Add :version.
13586
13587         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13588         (mm-attachment-file-modes, mm-decrypt-option)
13589         (mm-w3m-safe-url-regexp): Add :version.
13590
13591         * message.el (message-cite-prefix-regexp)
13592         (message-sendmail-envelope-from, message-minibuffer-local-map)
13593         (message-user-fqdn, message-completion-alist): Add :version.
13594
13595         * gnus-win.el (gnus-configure-windows-hook)
13596         (gnus-use-frames-on-any-display): Add :version.
13597
13598         * gnus-art.el (gnus-article-address-banner-alist)
13599         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13600         (gnus-treat-from-picon, gnus-treat-mail-picon)
13601         (gnus-treat-x-pgp-sig): Add :version.
13602
13603         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13604         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13605         (gnus-summary-article-delete-hook)
13606         (gnus-summary-display-while-building): Add :version.
13607
13608         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13609         (gnus-get-top-new-news-hook): Add :version.
13610
13611         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13612         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13613
13614         * gnus-registry.el (gnus-registry): Add :version.
13615
13616         * gnus-spec.el (gnus-use-correct-string-widths)
13617         (gnus-make-format-preserve-properties): Add :version.
13618
13619         * gnus.el (gnus-group-charter-alist)
13620         (gnus-group-fetch-control-use-browse-url)
13621         (gnus-install-group-spam-parameters): Add :version.
13622
13623         * gnus-diary.el (gnus-diary): Add :version.
13624
13625         * gnus-delay.el (gnus-delay): Add :version.
13626
13627         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13628         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13629         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13630         Add :version.
13631
13632         * gnus-agent.el (gnus-agent-max-fetch-size)
13633         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13634         (gnus-agent-prompt-send-queue): Add :version.
13635
13636         * deuglify.el (gnus-outlook-deuglify): Add :version.
13637
13638         * html2text.el: Beautify code.  Improve doc strings.  Some
13639         checkdoc cleanup.
13640         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13641
13642 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13643
13644         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13645
13646 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13647
13648         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13649         when package is loaded.
13650
13651         * spam.el (spam-summary-score-preferred-header): Add global preference
13652         for people who want to override the default SpamAssassin over
13653         Bogofilter preference (when both are set).
13654         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13655         (spam-user-format-function-S): Check
13656         spam-summary-score-preferred-header.
13657         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13658         (spam-user-format-function-S): Format the score correctly.
13659
13660 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13663         signature file.  Suggested by Manoj Srivastava
13664         <srivasta@golden-gryphon.com>.
13665
13666         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13667         iso-2022-jp even in the Japanese language environment.
13668         Suggested by Jason Rumney <jasonr@gnu.org>.
13669
13670 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13673         use the same characters as the dummy marks; make it free from
13674         getting affected by the language environment.
13675         (gnus-summary-read-group-1): Update mark positions only when the
13676         format spec is updated.
13677
13678         * gnus-spec.el (gnus-update-format-specifications): Return a list
13679         of updated types.
13680
13681 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13682
13683         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13684         of boundp to check if display-warning is available.
13685
13686 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13687
13688         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13689
13690 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * nnspool.el (nnspool-spool-directory): Use news-path if the
13693         news-directory variable is not bound.
13694
13695         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13696         function instead of display-warning if it is not available.
13697
13698 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13699
13700         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13701         v5-10: Use `point-at-bol'.
13702
13703 2004-10-26  Simon Josefsson  <jas@extundo.com>
13704
13705         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13706         <chenggao@gmail.com>.
13707
13708 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13709
13710         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13711         instead.
13712
13713 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13714
13715         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13716         to remove a server from the nnimap-server-buffer-alist.
13717         (nnimap-open-connection, nnimap-close-server): Use it.
13718
13719         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13720
13721 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13724         running the major-mode function.
13725
13726 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13727
13728         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13729         dummy marks in the right way.
13730
13731 2004-10-18  David Edmondson  <dme@dme.org>
13732
13733         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13734         excessively.
13735
13736 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13737
13738         * gnus-util.el (gnus-split-references): Accept a nil references
13739         string and go on blissfully.
13740
13741         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13742         cases where the references string is non-nil but has no references.
13743
13744         * encrypt.el: Add autoload tags.
13745
13746         * spam.el (spam-resolve-registrations-routine): Remove article
13747         from unregistration list too.  Reported by David Hanak
13748         <dhanak@isis.vanderbilt.edu>
13749
13750 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13751
13752         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13753         nil.  Changed custom type.
13754
13755 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13756
13757         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13758
13759         * gnus-sum.el (gnus-summary-move-article): Use it.
13760
13761 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13762
13763         * encrypt.el: Add autoload cookies.
13764
13765         * spam.el (spam-backend-article-list-property)
13766         (spam-backend-get-article-todo-list)
13767         (spam-backend-put-article-todo-list)
13768         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13769         Resolve registrations separately.
13770         (spam-register-routine): Format comments.
13771         (spam-unregister-routine, spam-register-routine): Always call with
13772         specific-articles, no default list.
13773         (spam-summary-prepare-exit): Use the spam-classifications function.
13774
13775         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13776         gnus-encrypt.el.
13777
13778         * encrypt.el: Copied from gnus-encrypt.el.
13779
13780         * gnus-encrypt.el: Commented that it's obsolete.
13781
13782 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13783
13784         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13785         (gnus-score-save): Use it.
13786
13787         * message.el (message-bury): Use `window-dedicated-p'.
13788
13789 2004-10-15  Simon Josefsson  <jas@extundo.com>
13790
13791         * pop3.el (top-level): Don't require nnheader.
13792         (pop3-read-timeout): Add.
13793         (pop3-accept-process-output): Add.
13794         (pop3-read-response, pop3-retr): Use it.
13795
13796 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13797
13798         * spam.el (spam-register-routine): Move comment.
13799         (spam-verify-bogofilter): Use 'unknown for the initial
13800         spam-bogofilter-valid state, not 'never.
13801
13802         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13803         for netrc-machine.
13804
13805         * nnimap.el (nnimap-open-connection): Use
13806         netrc-machine-user-or-password.
13807
13808 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13809
13810         * gnus-registry.el (gnus-registry-unload-hook):
13811         Set as a variable with add-hook.
13812
13813         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13814         of news-path.
13815
13816         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13817
13818         * spam.el: Delete duplicate `provide'.
13819         (spam-unload-hook): Set as a variable with add-hook.
13820
13821 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13822
13823         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13824         in the doc string.
13825
13826         * message.el (message-ignored-news-headers)
13827         (message-ignored-supersedes-headers)
13828         (message-ignored-resent-headers)
13829         (message-forward-ignored-headers): Improve custom type.
13830
13831 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13832
13833         * message.el (message-tokenize-header): Fix 2004-09-06 change
13834         which used point-min in the wrong place.
13835
13836 2004-10-12  Simon Josefsson  <jas@extundo.com>
13837
13838         * tls.el (tls-certtool-program): New variable.
13839         (tls-certificate-information): New function, based on
13840         ssl-certificate-information.
13841
13842 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13843
13844         * compface.el: Move the version of ELisp-based uncompface program
13845         to the contrib directory because of the copyright problem.
13846
13847 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13848
13849         * message.el (message-kill-buffer): Raise the current frame.
13850
13851 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13852
13853         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13854
13855         * gnus.el (message-y-or-n-p): Autoload.
13856
13857         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13858         (pop3-password-required, pop3-authentication-scheme)
13859         (pop3-leave-mail-on-server): Made customizable.
13860         (pop3): New custom group.
13861         (pop3-retr): Remove `sleep-for' statements.
13862         Suggested by Dave Love <fx@gnu.org>.
13863
13864         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13865         Windows/DOS.
13866
13867         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13868         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13869         Dave Love <fx@gnu.org>.
13870
13871         * mml.el (mml-minibuffer-read-disposition): Require match.
13872         Suggested by Dave Love <fx@gnu.org>.
13873
13874 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13875
13876         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13877         doc string.
13878
13879 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13880
13881         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13882
13883 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13884
13885         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13886         instead of calling `mm-insert-inline', to decode text/* parts
13887         before displaying them.
13888
13889 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13890
13891         * mm-uu.el (mm-uu-text-plain-type): New variable.
13892         (mm-uu-pgp-signed-extract-1): Use it.
13893         (mm-uu-pgp-encrypted-extract-1): Use it.
13894         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13895         bind mm-uu-text-plain-type with that value.
13896         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13897         mm-uu-dissect.
13898
13899 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-group.el (gnus-update-group-mark-positions):
13902         * gnus-sum.el (gnus-update-summary-mark-positions):
13903         * message.el (message-check-news-body-syntax):
13904         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13905         of string-as-multibyte.
13906
13907 2004-10-05  Juri Linkov  <juri@jurta.org>
13908
13909         * gnus-group.el (gnus-update-group-mark-positions):
13910         * gnus-sum.el (gnus-update-summary-mark-positions):
13911         * message.el (message-check-news-body-syntax):
13912         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13913         8-bit unibyte values to a multibyte string for search functions.
13914
13915 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13918         (mm-uu-dissect-text-parts): New function.
13919
13920         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13921         dissect text parts.
13922
13923         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13924         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13925
13926         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13927
13928         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13929         gnus-current-topics instead of gnus-current-topic.
13930
13931 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13932
13933         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13934
13935 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13936
13937         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13938         where approriate.
13939
13940         * nnml.el (nnml-generate-active-info): do.
13941
13942         * nndiary.el (nndiary-generate-active-info): do.
13943
13944         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13945         (gnus-topic-move): do.
13946
13947         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13948         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13949
13950         * gnus-srvr.el (gnus-server-prepare)
13951         (gnus-server-open-all-servers): do.
13952
13953         * gnus-msg.el (gnus-summary-cancel-article)
13954         (gnus-summary-resend-message)
13955         (gnus-summary-mail-crosspost-complaint): do.
13956
13957         * gnus-move.el (gnus-change-server): do.
13958
13959         * gnus-group.el (gnus-group-unmark-all-groups)
13960         (gnus-group-set-current-level): do.
13961
13962 2004-10-04  Simon Josefsson  <jas@extundo.com>
13963
13964         * message.el (message-generate-hashcash): Doc fix.
13965
13966 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13967
13968         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13969         avoid infinite recursion via gnus-get-function.
13970
13971 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13972
13973         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13974
13975         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13976
13977         * nnmail.el (nnmail-split-history): do.
13978
13979         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13980         (nnml-request-delete-group): do.
13981
13982         * nnslashdot.el (nnslashdot-read-groups): do.
13983
13984         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13985         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13986
13987         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13988         (nnspool-sift-nov-with-sed): Use last.
13989         (nnspool-retrieve-headers-with-nov): Use mapc.
13990         (nnspool-request-newgroups): Use dolist.
13991         (nnspool-request-group): Use last.
13992
13993         * nntp.el (nntp-read-server-type): Use dolist.
13994
13995         * nnvirtual.el (nnvirtual-create-mapping)
13996         (nnvirtual-update-read-and-marked): Use dolist.
13997         (nnvirtual-convert-headers): Simplify.
13998
13999 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14000
14001         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
14002         support for sync'ing tick marks.
14003
14004 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14005
14006         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
14007         there's no visible header.
14008
14009 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
14010
14011         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
14012         necessary, pass full group name to gnus-request-set-marks.
14013
14014 2004-10-01  Simon Josefsson  <jas@extundo.com>
14015
14016         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
14017         acroread.
14018
14019 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14020
14021         * spam-report.el (spam-report-gmane): Fix interactive.
14022
14023         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
14024
14025         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
14026         when writing file.
14027         (gnus-agent-synchronize-flags): Don't default to being
14028         interactive.
14029
14030 2004-09-30  Simon Josefsson  <jas@extundo.com>
14031
14032         * message.el (message-generate-hashcash): Add.
14033         (message-send-mail): Use it, call mail-add-payment.
14034
14035 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
14036
14037         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
14038
14039 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
14040
14041         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
14042         gnus-requst-update-info with explicit code to sync the in-memory
14043         info read flags with the marks being sync'd to the backend.
14044
14045         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
14046
14047 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14048
14049         * spam.el (spam-verify-bogofilter): Add new function.
14050         (spam-check-bogofilter)
14051         (spam-bogofilter-register-with-bogofilter): Use it.
14052         (spam-verify-bogofilter): Add small fixes.
14053
14054 2004-09-28  Simon Josefsson  <jas@extundo.com>
14055
14056         * hashcash.el (hashcash-generate-payment): Revert.
14057
14058 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
14059
14060         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
14061         gnus-extract-references instead of gnus-split-references.
14062
14063         * gnus-util.el (gnus-extract-references): Add new function, analogous
14064         to gnus-split-references but extracts only the message-ID without
14065         anything extra.
14066
14067         * hashcash.el (hashcash-generate-payment)
14068         (hashcash-check-payment): Do the right thing if hashcash-path is
14069         nil (because the hashcash program could not be found).
14070
14071         * spam.el (spam-use-hashcash): Remove comment.
14072
14073 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
14074
14075         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
14076         (gnus-cache-enter-article, gnus-cache-remove-article)
14077         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
14078
14079         * gnus-async.el (gnus-async-prefetch-remove-group): do.
14080
14081         * gnus-art.el (article-hide-boring-headers)
14082         (article-translate-strings, article-display-face)
14083         (gnus-article-mime-match-handle-first)
14084         (gnus-article-highlight-headers)
14085         (gnus-article-add-buttons-to-head): do.
14086
14087 2004-09-27  Simon Josefsson  <jas@extundo.com>
14088
14089         * hashcash.el: New version, from
14090         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
14091         ../contrib/.
14092
14093 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
14096
14097 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
14098
14099         * gnus-dup.el (gnus-dup-open): Use mapc.
14100         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
14101
14102         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
14103         Reported by Stefan Wiens <s.wi@gmx.net>.
14104
14105         * gnus.el (gnus-shutdown): Use dolist.
14106
14107         * gnus-undo.el (gnus-undo): Use mapc.
14108
14109         * nnrss.el (nnrss-generate-active): do.
14110
14111         * message.el (message-cite-original-without-signature)
14112         (message-cite-original): Use mapc.
14113         (message-do-actions, message-make-forward-subject): Use dolist.
14114
14115 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14116
14117         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
14118         deletion to remove entire duplicate line.  Fixes merged article
14119         number bug.
14120
14121 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14122
14123         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14124         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14125         first ask if you want to open a server and then, even when you
14126         responded with no, asking if you want to synchronize the server's
14127         flags.
14128         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14129         multi-line expressions.
14130         (gnus-agent-synchronize-group-flags): New internal function.
14131         Updates marks in memory (in the info structure) AND in the
14132         backend.
14133
14134         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14135
14136         * nnagent.el (nnagent-request-set-mark): Use
14137         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14138         method, to ensure that synchronization updates marks in the
14139         backend and in the info (in memory) structure.
14140
14141 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14142
14143         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14144         convention fully; don't miss the root article of a thread; make
14145         the X-Draft-From header with correct article numbers.
14146
14147 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14148
14149         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14150         unless plugged.  Disable the agent so that an open failure causes
14151         an error.
14152
14153         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14154         Reverted 2004-09-21 change.  The backend must be opened while
14155         synchronizing flags even when the backend stores the flags
14156         locally.
14157
14158 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14159
14160         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14161         in `header' match.  Reported by Svend Tollak Munkejord.
14162
14163         * message.el (message-cite-original): Fix use of
14164         `message-cite-articles-with-x-no-archive'.
14165
14166 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14167
14168         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14169         (gnus-window-to-buffer): Ditto.
14170
14171         * mml.el (mml-preview-buffer): New variable.
14172         (mml-preview): Manage window layout with gnus-buffer-configuration.
14173
14174         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14175         X-Draft-From header even if those articles aren't quoted.
14176
14177 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14178
14179         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14180         (gnus-request-set-mark, gnus-request-update-mark): Use new
14181         g-s-t-u-l-m to decide to use backend even when unplugged.
14182
14183 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14184
14185         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14186         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14187
14188 2004-09-20  Simon Josefsson  <jas@extundo.com>
14189
14190         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14191         "utf-16-le".
14192
14193 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14194
14195         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14196
14197 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14198
14199         * uudecode.el (uudecode-use-external): Add :version.
14200
14201         * smime.el (smime-CA-file, smime-encrypt-cipher)
14202         (smime-dns-server): Add :version.
14203
14204         * smiley.el (gnus-smiley-file-types): Add :version.
14205
14206         * sha1.el (sha1-use-external): Add :version.
14207
14208         * pgg-def.el (pgg-query-keyserver): Add :version.
14209
14210         * nnmail.el (nnmail-fancy-expiry-targets)
14211         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14212         Add :version.
14213
14214         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14215         (nnimap-retrieve-groups-asynchronous): Add :version.
14216         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14217
14218         * mml.el (mml-content-disposition-parameters)
14219         (mml-insert-mime-headers-always): Add :version.
14220
14221         * mm-util.el (mm-coding-system-priorities): Add :version.
14222
14223         * mm-decode.el (mm-inline-text-html-with-images)
14224         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14225         (mm-verify-option): Add :version.
14226         (mm-text-html-renderer): Change :version.
14227
14228         * message.el (message-fcc-externalize-attachments)
14229         (message-required-headers, message-draft-headers)
14230         (message-subject-trailing-was-query)
14231         (message-subject-trailing-was-ask-regexp)
14232         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14233         (message-mark-insert-end, message-archive-header)
14234         (message-archive-note, message-cross-post-default)
14235         (message-cross-post-note, message-followup-to-note)
14236         (message-cross-post-note-function, message-use-mail-followup-to)
14237         (message-subscribed-address-functions)
14238         (message-subscribed-address-file, message-subscribed-addresses)
14239         (message-subscribed-regexps, message-allow-no-recipients)
14240         (message-yank-cited-prefix, message-signature-insert-empty-line)
14241         (message-hidden-headers, message-hierarchical-addresses)
14242         (message-mail-user-agent, message-use-idna)
14243         (message-valid-fqdn-regexp)
14244         (message-strip-special-text-properties, message-header-synonyms)
14245         (message-beginning-of-line, message-tab-body-function): Add :version.
14246         (message-insert-canlock, message-wide-reply-confirm-recipients):
14247         Change :version.
14248
14249         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14250         and :version.
14251         (mail-source-delete-old-incoming-confirm)
14252         (mail-source-movemail-program): Add :version.
14253
14254         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14255         (gnus-agent-cache, gnus-agent): Change :version.
14256
14257         * gnus-util.el (gnus-use-byte-compile): Change :version.
14258
14259         * gnus-sum.el (gnus-summary-make-false-root-always)
14260         (gnus-summary-default-high-score)
14261         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14262         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14263         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14264         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14265         (gnus-sum-thread-tree-single-indent)
14266         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14267         (gnus-sum-thread-tree-leaf-with-other)
14268         (gnus-sum-thread-tree-single-leaf): Add :version.
14269         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14270         (gnus-article-loose-mime): Change :version.
14271
14272         * gnus-start.el (gnus-backup-startup-file)
14273         (gnus-save-startup-file-via-temp-buffer): Add :version.
14274
14275         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14276         (gnus-server-offline-face): Add :version.
14277
14278         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14279
14280         * gnus-msg.el (gnus-gcc-externalize-attachments)
14281         (gnus-debug-files, gnus-debug-exclude-variables)
14282         (gnus-discouraged-post-methods): Change :version.
14283         (gnus-confirm-mail-reply-to-news)
14284         (gnus-confirm-treat-mail-like-news): Add :version.
14285
14286         * gnus-int.el (gnus-server-unopen-status): Add :version.
14287
14288         * gnus-group.el (gnus-group-jump-to-group-prompt)
14289         (gnus-large-ephemeral-newsgroup)
14290         (gnus-fetch-old-ephemeral-headers): Add :version.
14291
14292         * gnus-fun.el (gnus-x-face-directory)
14293         (gnus-convert-pbm-to-x-face-command)
14294         (gnus-convert-image-to-x-face-command)
14295         (gnus-convert-image-to-face-command): Add :version.
14296
14297         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14298
14299         * gnus-cite.el (gnus-cite-blank-line-after-header)
14300         (gnus-article-boring-faces): Add :version.
14301
14302         * gnus-art.el (gnus-buttonized-mime-types)
14303         (gnus-inhibit-mime-unbuttonizing)
14304         (gnus-treat-display-face)
14305         (gnus-treat-body-boundary): Change :version.
14306         (gnus-body-boundary-delimiter, gnus-picon-databases)
14307         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14308         (gnus-treat-date-english, gnus-treat-fold-headers)
14309         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14310         (gnus-treat-mail-picon, gnus-treat-wash-html)
14311         (gnus-article-encrypt-protocol)
14312         (gnus-use-idna, gnus-article-over-scroll)
14313         (gnus-mime-display-multipart-alternative-as-mixed)
14314         (gnus-mime-display-multipart-related-as-mixed)
14315         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14316         (gnus-ctan-url, gnus-button-ctan-handler)
14317         (gnus-button-handle-ctan-bogus-regexp)
14318         (gnus-button-ctan-directory-regexp)
14319         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14320         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14321         (gnus-button-man-level, gnus-button-emacs-level)
14322         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14323
14324         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14325         (gnus-agent-go-online): Change :version.
14326         (gnus-agent-expire-unagentized-dirs)
14327         (gnus-agent-auto-agentize-methods): Add :version.
14328
14329         * flow-fill.el (fill-flowed-display-column)
14330         (fill-flowed-encode-column): Add :version.
14331
14332         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14333         (gnus-outlook-deuglify-unwrap-max)
14334         (gnus-outlook-deuglify-cite-marks)
14335         (gnus-outlook-deuglify-unwrap-stop-chars)
14336         (gnus-outlook-deuglify-no-wrap-chars)
14337         (gnus-outlook-deuglify-attrib-cut-regexp)
14338         (gnus-outlook-deuglify-attrib-verb-regexp)
14339         (gnus-outlook-deuglify-attrib-end-regexp)
14340         (gnus-outlook-display-hook): Add :version.
14341
14342         * binhex.el (binhex-use-external): Add :version.
14343
14344 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14345
14346         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14347         and `invisible'.
14348
14349 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14350
14351         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14352         in gnus-registry-trim.
14353
14354 2004-09-13  Simon Josefsson  <jas@extundo.com>
14355
14356         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14357
14358         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14359
14360         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14361         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14362         <yamaoka@jpl.org>.
14363         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14364         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14365         <yamaoka@jpl.org>.
14366
14367         * sieve.el (sieve-manage-mode): Ditto.
14368
14369 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14372
14373 2004-09-11  Simon Josefsson  <jas@extundo.com>
14374
14375         * dns-mode.el: Add.
14376
14377         * mm-view.el (mm-display-dns-inline): Add.
14378
14379         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14380         (mm-automatic-display): Ditto.
14381
14382         * mailcap.el (mailcap-mime-data): Add text/dns.
14383         (mailcap-mime-extensions): Map .soa to text/dns.
14384
14385 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14386
14387         * gnus-art.el (article-decode-mime-words, article-babel)
14388         (gnus-article-highlight-signature, gnus-article-add-buttons)
14389         (gnus-signature-toggle): Remove unnecessary bindings of
14390         `inhibit-read-only' inherited from v5.10 merge.
14391
14392 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14393
14394         * nntp.el (nntp): New customization group.
14395         (nntp-authinfo-file): Add customization group.
14396
14397         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14398
14399         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14400
14401         * gnus.el (to-address, to-list, subscribed)
14402         (large-newsgroup-initial): Ditto.
14403
14404         * flow-fill.el (fill-flowed-display-column)
14405         (fill-flowed-encode-column): Ditto.
14406
14407 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14408
14409         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14410         Use point-min rather than 1.
14411         (message-send-mail): Use buffer-size rather than point-max.
14412
14413         * gnus-sum.el (gnus-summary-search-article-forward):
14414         Signal a specific `search-failed' rather than a generic `error'.
14415
14416         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14417         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14418         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14419
14420 2004-09-10  Simon Josefsson  <jas@extundo.com>
14421
14422         * nndb.el (require): Remove tcp and duplicate cl.
14423
14424 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * gnus-agent.el (directory-files-and-attributes): Move forward.
14427
14428 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14429
14430         * gnus-agent.el (directory-files-and-attributes): Optionally
14431         defined to support XEmacs.
14432
14433 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14434
14435         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14436         to avoid run-time CL dependencies.
14437         (gnus-agent-unfetch-articles): New function.
14438         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14439         article numbers even when local .overview file is missing.
14440         (gnus-agent-read-article-number): New function.  Only accepts
14441         27-bit article numbers.
14442         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14443         gnus-agent-read-article-number.
14444         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14445         from backend while recognizing that article numbers in .overview
14446         must be valid.
14447         (gnus-agent-update-files-total-fetched-for): Use
14448         directory-files-and-attributes to improve performance.
14449         * gnus-int.el (gnus-request-move-article): Use
14450         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14451         improve performance.
14452
14453         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14454         some users confused by references to .newsrc when they only have a
14455         .newsrc.eld file.
14456         (gnus-convert-mark-converter-prompt)
14457         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14458         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14459         New function.  Used internally to only display 'gnus converting
14460         files' message when actually necessary.
14461
14462         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14463         methods now autoloaded.
14464
14465 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14468         identifiers.
14469
14470 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * gnus-picon.el: Fix indentation and closing parenthesis.
14473
14474 2004-09-01  Simon Josefsson  <jas@extundo.com>
14475
14476         * message.el (message-canlock-generate): Require sha1, not
14477         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14478         to require within a function.  Sadly, if sha1.el isn't loaded, the
14479         let binding in m-c-g will hide the defcustom definition, which is
14480         bad.)
14481
14482         * canlock.el: Require sha1, not sha1-el.
14483
14484         * message.el: Don't autoload sha1 (there is a autoload cookie in
14485         sha1.el).
14486
14487         * sha1-el.el: Renamed to sha1.el.
14488
14489 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14490
14491         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14492
14493 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14494
14495         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14496
14497 2004-08-30  Kim F. Storm  <storm@cua.dk>
14498
14499         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14500
14501         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14502         Add :group 'nnimap.
14503
14504 2004-08-30  Andreas Schwab  <schwab@suse.de>
14505
14506         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14507         ?* and ?\;.
14508
14509         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14510         and ?\' to symbol instead of whitespace.
14511
14512 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14515
14516         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14517         instead of re-search-forward.
14518
14519         * gnus-uu.el (gnus-uu-save-article): Ditto.
14520         (gnus-uu-post-encode-uuencode): Ditto.
14521
14522         * html2text.el (html2text-clean-list-items): Ditto.
14523         (html2text-clean-dtdd): Ditto.
14524         (html2text-format-tags): Ditto.
14525
14526         * message.el (message-send-mail-with-sendmail): Fix regexp.
14527         (message-fill-field-general): Use search-forward instead of
14528         re-search-forward.
14529         (unbold-region): Ditto.
14530
14531         * nnrss.el (nnrss-request-article): Ditto.
14532
14533         * nnslashdot.el (nnslashdot-request-article): Ditto.
14534
14535         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14536
14537         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14538         "Unrecognized menu descriptor" error in XEmacs.
14539
14540 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14541
14542         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14543         parent article of a sparse article in the thread hashtb.
14544
14545 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14546
14547         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14548         (nnmail-expand-newtext): Lowercase expanded entries if
14549         nnmail-split-lowercase-expanded is non-nil.
14550
14551 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14554
14555         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14556         of gnus-tmp-news-method into string under XEmacs.  It will be
14557         passed to gnus-correct-length which takes only a string argument.
14558
14559 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14560
14561         * gnus-util.el (gnus-bind-print-variables): New macro.
14562         (gnus-prin1): Use it.
14563         (gnus-prin1-to-string): Use it.
14564         (gnus-pp): New function.
14565         (gnus-pp-to-string): New function.
14566
14567         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14568         Replace pp-to-string with gnus-pp-to-string.
14569         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14570         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14571         * gnus-msg.el (gnus-debug): Ditto.
14572         * gnus-score.el (gnus-score-save): Ditto.
14573         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14574         gnus-pp-to-string.
14575         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14576         with gnus-pp.
14577         * score-mode.el (gnus-score-pretty-print): Ditto.
14578         * webmail.el (webmail-debug): Ditto.
14579
14580 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * gnus-art.el (article-display-face, article-display-x-face):
14583         Use buffer-read-only.
14584
14585 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * gnus-art.el (article-hide-list-identifiers):
14588         Bind inhibit-read-only as t.
14589
14590 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14591
14592         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14593
14594 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14595
14596         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14597         (gnus-narrow-to-page): Don't assume point-min == 1.
14598         (gnus-article-edit-mode): Derive from message-mode.
14599
14600         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14601         point-min == 1.
14602
14603         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14604         Disable incorrect use of `assert'.
14605
14606         * message.el (message-mode): Set comment-start-skip.
14607
14608
14609 2004-08-22  Sam Steingold  <sds@gnu.org>
14610
14611         * pop3.el (pop3-leave-mail-on-server): New user variable.
14612         (pop3-movemail): Delete mail only when it is nil.
14613
14614 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14615
14616         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14617
14618         * mml.el (mml-preview): Use `pop-to-buffer'.
14619
14620         * message.el (message-goto-mail-followup-to): Insert after "To".
14621         (message-carefully-insert-headers): Add comment.
14622
14623         * gnus.el: Remove unused variable `gnus-article-check-size'.
14624
14625         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14626
14627         * gnus-art.el (gnus-button-alist): Improve
14628         `gnus-button-handle-library' entry.
14629
14630 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14631
14632         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14633         downcase, since XEmacs capitalizes error messages differently.
14634
14635 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14636
14637         * nntp.el: Add (require 'gnus) due to reference to
14638         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14639
14640 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14641
14642         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14643         `mm-fill-flowed'.
14644
14645         * mm-decode.el (mm-dissect-singlepart): Check it.
14646
14647 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14648
14649         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14650         'imap' for netrc parsing.
14651
14652 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14653
14654         * mailcap.el (mailcap-mime-data): Mark as risky.
14655
14656 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14659         may be included in the encoded word.
14660         (rfc2047-encode): Don't append a space if the encoded word
14661         includes close parenthesis.
14662
14663 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14664
14665         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14666         of text within parentheses.
14667
14668 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14669
14670         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14671         (gnus-encrypt-write-file-contents): Make the password key the file
14672         name PLUS the cipher, not just the cipher.  Also remove failed
14673         passwords from the cache.
14674
14675 2004-08-06  Simon Josefsson  <jas@extundo.com>
14676
14677         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14678         fix.
14679
14680 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14683         LWSP.
14684
14685 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14686
14687         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14688         to append in-reply-to: data to the references: header.
14689
14690         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14691         (netrc-parse): Use gnus-encrypt.el functions.
14692
14693         * gnus-encrypt.el: Add new file for encryption support; currently
14694         does only a few GPG ciphers and an internal XOR cipher.
14695
14696         * password.el: Add comments on using password-read-and-add.
14697         (password-read-and-add): Add function to read and add the
14698         password to the cache at once.
14699
14700 2004-07-28  Simon Josefsson  <jas@extundo.com>
14701
14702         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14703         parameter (but don't use it, for now).
14704
14705         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14706         instead of hard coding to nil.
14707
14708 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14711         as mm-inline-image-xemacs does.
14712
14713 2004-07-26  Simon Josefsson  <jas@extundo.com>
14714
14715         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14716         Revert part of 2004-07-17 change below.
14717
14718 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14721         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14722
14723 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14724
14725         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14726         quotes that actually start with ">" at the beginning of the
14727         lines.
14728
14729 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14730
14731         * rfc2047.el (rfc2047-encode-region): Fix last change.
14732         (rfc2047-encode-parameter): Remove useless concat.
14733
14734 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14735
14736         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14737         encode special characters; fix some kind of misconfigured headers;
14738         signal a real error if debug-on-quit or debug-on-error is non-nil.
14739         (rfc2047-encode-max-chars): New variable.
14740         (rfc2047-encode-1): Use it.
14741         (rfc2047-encode-parameter): New function.
14742
14743         * mml.el (mml-insert-parameter): Remove an excessive space.
14744
14745 2004-07-17  Simon Josefsson  <jas@extundo.com>
14746
14747         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14748         Kai Grossjohann <kai@emptydomain.de>.
14749         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14750         (gnus-group-make-menu-bar): Ditto.
14751
14752         * gnus-util.el (gnus-group-server): Add.
14753
14754 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14755
14756         * message.el (message-clone-locals): Clone sendmail and smtp
14757         variables.
14758
14759 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14760
14761         * rfc2047.el (rfc2047-encode-region): Fix last change.
14762
14763 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14766         characters as non-special.
14767
14768 2004-07-09  Simon Josefsson  <jas@extundo.com>
14769
14770         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14771         Users will lose all flag changes made while unplugged with
14772         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14773         good default.  See numerous reports on ding mailing list.
14774
14775 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14778         add generate-head-function and generate-article-function to the
14779         rfc822-forward entry.
14780         (nndoc-rfc822-forward-generate-article): New function.
14781         (nndoc-rfc822-forward-generate-head): New function.
14782
14783         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14784
14785 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14786
14787         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14788         respect display group parameter and gnus-summary-expunge-below.
14789         (gnus-articles-to-read): Remove unused reference to display group
14790         parameter.
14791
14792 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14793
14794         * nnheader.el (nnheader-uniquify-message-id): New experimental
14795         variable.
14796         (nnheader-nov-read-message-id): Use it.
14797
14798         * spam-report.el (spam-report-gmane): Add interactive.
14799
14800 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14801
14802         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14803         qp-or-base64 for the application/* types.
14804
14805 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14806
14807         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14808
14809 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14810
14811         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14812         trim value.
14813
14814 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14815
14816         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14817         New macro and function.
14818         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14819
14820 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14821
14822         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14823         after-load-alist.
14824
14825 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14826
14827         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14828         update info that isn't there.
14829
14830 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14831
14832         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14833         entry.
14834
14835 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * mm-view.el (mm-inline-render-with-function): Use multibyte
14838         buffer; decode html source by charset.
14839
14840         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14841
14842         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14843         Mule-UCS is loaded under XEmacs.
14844         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14845
14846 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14847
14848         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14849
14850 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14851
14852         * mm-util.el (mm-coding-system-p): Return a coding-system.
14853         (mm-mime-mule-charset-alist): Use shift_jis instead of
14854         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14855         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14856         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14857         instead of japanese-shift-jis and iso-latin-1 respectively in
14858         order to share the default value with both Emacs and XEmacs-mule.
14859         (mm-mule-charset-to-mime-charset): Make
14860         mm-coding-system-priorities effective.
14861         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14862         while predicating of candidates upon the priorities.
14863
14864 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14865
14866         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14867         gnus-uu-invert-processable.
14868
14869         * gnus.el: Autoload gnus-uu-invert-processable.
14870
14871 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * mm-util.el (mm-with-multibyte-buffer): New macro.
14874
14875         * rfc2047.el (rfc2047-encode-string): Use it.
14876         (rfc2047-encode-region): Move point to the end of the region after
14877         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14878
14879 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14880
14881         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14882         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14883
14884 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14885
14886         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14887         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14888         Karl Chen <quarl@nospam.quarl.org>.
14889
14890 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14891
14892         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14893         invalid addresses.
14894
14895 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14896
14897         * spam.el: Change section markers, revise TODO list.
14898         (spam-backends): Make new master list of all installed backends.
14899         (spam-summary-exit-behavior): Add new variable to determine how
14900         messages moves are done at summary exit.
14901         (spam-move-spam-nonspam-groups-only)
14902         (spam-process-ham-in-nonham-groups)
14903         (spam-process-ham-in-spam-groups): Remove variables, the
14904         spam-summary-exit-behavior variable should be used to manage this
14905         behavior.
14906         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14907         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14908         and spam-old-spam-articles.
14909         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14910         Add empty variables, placeholders for the backends they represent.
14911         (spam-set-difference): Move, unchanged.
14912         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14913         unless the user has a processor variable.
14914         (spam-classifications, spam-classification-valid-p)
14915         (spam-backend-properties, spam-backend-property-valid-p)
14916         (spam-backend-function-type-valid-p)
14917         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14918         (spam-report-articles-gmane, spam-report-articles-resend):
14919         Remove functions, they are not needed.
14920         (spam-install-backend-super, spam-backend-list)
14921         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14922         (spam-backend-function, spam-backend-ham-registration-function)
14923         (spam-backend-spam-registration-function)
14924         (spam-backend-ham-unregistration-function)
14925         (spam-backend-spam-unregistration-function)
14926         (spam-backend-statistical-p, spam-backend-mover-p)
14927         (spam-install-backend-alias, spam-install-checkonly-backend)
14928         (spam-install-mover-backend, spam-install-nocheck-backend)
14929         (spam-install-backend, spam-install-statistical-backend)
14930         (spam-install-statistical-checkonly-backend): Add backend installation
14931         support.
14932         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14933         (spam-group-processor-p): Use the new backend code and respect the
14934         summary exit behavior.
14935         (spam-mark-spam-as-expired-and-move-routine): Remove.
14936         (spam-summary-prepare): Change to use the new spam-old-articles
14937         variable.
14938         (spam-copy-or-move-routine, spam-copy-spam-routine)
14939         (spam-move-spam-routine, spam-copy-ham-routine)
14940         (spam-move-ham-routine): Add code to copy/move ham or spam.
14941         (spam-fetch-field-fast): Improve doc and code, plus allow the
14942         'number request.
14943         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14944         variables.
14945         (spam-split, spam-find-spam): Use the new backend code.
14946         (spam-registration-functions): Remove variable.
14947         (spam-unregister-routine): Add convenience wrapper.
14948         (spam-log-undo-registration, spam-register-routine)
14949         (spam-log-processing-to-registry)
14950         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14951         where possible.
14952         (spam-check-gmane-xref, spam-check-regex-headers)
14953         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14954         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14955         (spam-check-bogofilter-headers, spam-check-spamoracle)
14956         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14957         (spam-check-crm114-headers): Use the spam-split-group that
14958         spam-split prepares, no need to determine it every time.
14959
14960         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14961         to the nnheader-parse-naked-head call.
14962
14963         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14964
14965         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14966         the nnheader-nov-read-message-id call.
14967
14968 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14969
14970         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14971         gnus-activate-group twice.  Suggested by Markus Peter
14972         <warp@spin.de>.
14973
14974 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14975
14976         * gnus-art.el (gnus-article-time-format): Exchange the order of
14977         day and month in the default value; fix customization type.
14978         (article-date-ut): Use add-text-properties.
14979         (article-make-date-line): Use message-make-date instead of
14980         current-time-string.
14981
14982         * message.el (message-fetch-field): Don't use set-text-properties.
14983         (message-make-date): Simplify.
14984
14985         * messagexmas.el (message-xmas-make-date): New function.
14986         (message-xmas-redefine): Defalias message-make-date to it.
14987
14988 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14989
14990         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14991         (rfc2047-encode-region): Treat text within parentheses as special;
14992         show the original text when error has occurred.
14993
14994         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14995         already-computed method to gnus-activate-group.
14996
14997         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14998         same select-methods identical Lisp objects.
14999
15000         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
15001         object when modifying the info.
15002
15003 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * gnus-srvr.el (gnus-server-set-info): Remove the server from
15006         gnus-opened-servers since it has never been opened with the new
15007         configuration yet.
15008
15009 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15010
15011         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
15012         arg to nnheader-generate-fake-message-id.
15013
15014 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
15015
15016         * nnheader.el (nnheader-generate-fake-message-id): Accept a
15017         number and build a fake message ID localized to a group and
15018         article number (so it's repeatable from that point on).
15019         (nnheader-fake-message-id-p): Change regex to accomodate new fake
15020         ID format.
15021
15022         * gnus-sum.el (gnus-get-newsgroup-headers): Call
15023         nnheader-generate-fake-message-id with the article number.
15024
15025 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
15026
15027         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
15028         end-of-buffer.
15029
15030 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15031
15032         * message.el (message-ignored-supersedes-headers): Add Approved.
15033
15034 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15035
15036         * rfc2047.el (rfc2047-encode-message-header): Remove useless
15037         goto-char.
15038         (rfc2047-encode): Fold the line before encoding.
15039
15040 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15041
15042         * rfc2047.el (rfc2047-encode-message-header): Disabled header
15043         folding -- not all headers can be folded, and this should be done
15044         by the message composition mode.  Probably.  I think.
15045
15046 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
15049         fast.
15050
15051         * gnus-ems.el (gnus-remove-image): Don't use
15052         message-text-with-property; remove only the image found first.
15053
15054         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
15055         found first.
15056
15057 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
15058
15059         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
15060
15061 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15062
15063         * message.el (message-text-with-property): Make it fast and accept
15064         optional arguments.
15065         (message-strip-forbidden-properties): Use it.
15066         (message-fix-before-sending): Follow the m-t-w-p change.
15067
15068         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
15069
15070 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-art.el (article-hide-headers): Don't change the buffer
15073         mistakenly when performing mml-preview even if
15074         gnus-single-article-buffer is nil.
15075
15076 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
15077
15078         * message.el (message-expand-name-databases): New user option.
15079         (message-expand-name): Use it.
15080
15081 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
15082
15083         * spam.el (spam-report-articles-resend)
15084         (spam-report-resend-register-routine): Allow ham reporting.
15085         (spam-report-resend-register-ham-routine): Add wrapper.
15086         (spam-registration-functions): Add ham resending functions.
15087         (spam-list-of-processors): Add ham resend processor.
15088
15089         * gnus.el (ham-resend-to): Add new group parameter.
15090         (spam-process): Add ham resend option.
15091
15092         * spam-report.el (spam-report-resend): Allow reporting ham.
15093         (spam-report-resend-ham): Add wrapper.
15094
15095 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15096
15097         * message.el (message-cite-articles-with-x-no-archive): New
15098         variable.
15099         (message-cite-original): Use it.
15100
15101 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15102
15103         * message.el (message-cite-original): Respect X-No-Archive.
15104
15105 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15106
15107         * gnus-art.el (article-hide-headers): Refer to the values for
15108         gnus-ignored-headers and gnus-visible-headers in the summary
15109         buffer since a user may have set them as group parameters.
15110
15111 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
15112
15113         * assistant.el (assistant-node-name): Add convenience function.
15114         (assistant-render-text, assistant-render-node): Add error handling,
15115         plus handle multiple next nodes.
15116         (assistant-find-next-node): Comment out for now.
15117         (assistant-find-next-nodes): Add function, returns list of next
15118         nodes.
15119
15120 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
15121
15122         * mail-source.el (mail-source-directory): Fix doc-string.
15123
15124 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15125
15126         * assistant.el (assistant-render-text, assistant-eval): Add :set
15127         widget type, which is different because it takes and returns a
15128         list.  Much hilarity ensues.
15129
15130 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15131
15132         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15133
15134         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15135         doc-string.
15136
15137         * gnus-start.el (gnus-activate-group): Added doc-string.
15138
15139 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15142
15143 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15144
15145         * assistant.el (assistant-render-text): Try to add a :set
15146         widget, more to come.
15147
15148         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15149         strings.
15150         (spam-report-articles-resend)
15151         (spam-register-routine): Do registration iff any articles warrant
15152         it.
15153         (spam-summary-prepare-exit): Change log message for nil group
15154         destinations.
15155
15156 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15157
15158         * spam.el (spam-report-resend-register-routine): Allow
15159         spam-report-resend-to to be a group parameter or a global value.
15160
15161 2004-05-26  Simon Josefsson  <jas@extundo.com>
15162
15163         * starttls.el: Merge with my GNUTLS based starttls.el.
15164         (starttls-gnutls-program, starttls-use-gnutls)
15165         (starttls-extra-arguments, starttls-process-connection-type)
15166         (starttls-connect, starttls-failure, starttls-success): New
15167         variables.
15168         (starttls-program, starttls-extra-args): Doc fix.
15169         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15170         functions.
15171         (starttls-negotiate, starttls-open-stream): Check
15172         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15173         function if it is set.
15174
15175 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15178         structured fields.
15179
15180 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15183
15184 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15185
15186         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15187         variable.
15188         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15189         assigning the spam-mark to new messages.
15190
15191 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15192
15193         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15194
15195 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15196
15197         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15198
15199         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15200         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15201         default.
15202
15203 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15204
15205         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15206         correct data.
15207
15208 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15209
15210         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15211         (spam-group-processor-p): Fix function.
15212         (spam-group-processor-multiple-p)
15213         (spam-group-spam-processor-report-gmane-p)
15214         (spam-group-spam-processor-report-resend-p)
15215         (spam-group-spam-processor-bogofilter-p)
15216         (spam-group-spam-processor-blacklist-p)
15217         (spam-group-spam-processor-ifile-p)
15218         (spam-group-ham-processor-ifile-p)
15219         (spam-group-spam-processor-spamoracle-p)
15220         (spam-group-spam-processor-crm114-p)
15221         (spam-group-ham-processor-bogofilter-p)
15222         (spam-group-spam-processor-stat-p)
15223         (spam-group-ham-processor-stat-p)
15224         (spam-group-ham-processor-whitelist-p)
15225         (spam-group-ham-processor-BBDB-p)
15226         (spam-group-ham-processor-spamoracle-p)
15227         (spam-group-ham-processor-copy-p): Remove functions with some
15228         prejudice against unneeded code.
15229         (spam-report-articles-resend)
15230         (spam-report-resend-register-routine): Allow the group/topic
15231         spam-resend-to value to override spam-report-resend-to.
15232         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15233         properly now.
15234
15235         * gnus.el (spam-resend-to): Add group/topic parameter.
15236         (spam-process): Move the OBSOLETE processors to the end of the
15237         choices.
15238
15239 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15240
15241         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15242         with resend-to set to nil, and then ask the user if necessary.
15243         (spam-report-resend): spam-report-resend takes a list of articles, not
15244         separate article numbers.
15245
15246 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15249         addition to emacs-w3m.
15250
15251 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15252
15253         * assistant.el (assistant-authinfo-data): New function.
15254         (assistant-eval): Eval for entire assistant.
15255
15256         * netrc.el (netrc-services-file): New variable.
15257         (netrc-parse-services): New function.
15258         (netrc-find-service-name): New function.
15259         (netrc-find-service-number): New function.
15260         (netrc-port-equal): New function.
15261         (netrc-machine): Use it.
15262
15263         * nnimap.el (nnimap-open-connection): Use netrc.
15264
15265         * gnus-util.el (gnus-netrc-get): Remove aliases.
15266
15267         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15268
15269         * assistant.el (wid-edit): Fix compilation.
15270
15271         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15272
15273 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15274
15275         * gnus-util.el (gnus-set-file-modes): New function.  (small
15276         patch).
15277
15278 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15279
15280         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15281
15282         * assistant.el (assistant-render-node): Fix up rendering and
15283         read-only text.
15284         (assistant-render-node): Reset.
15285         (assistant-make-read-only): Not sticky.
15286
15287 2004-05-20  Danny Siu  <dsiu@adobe.com>
15288
15289         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15290         centered even when gnus-auto-center-summary is t.
15291
15292 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15293
15294         * dns.el (dns-get-txt-answer): New function.
15295         (dns-read-txt): Ditto.
15296         (query-dns): Use it.
15297
15298 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15299
15300         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15301         active for foreign groups even if the group level is higher than
15302         the specified value.
15303
15304 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15305
15306         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15307         non-active groups.
15308
15309         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15310
15311 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15312
15313         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15314
15315 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15316
15317         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15318         (spam-crm114-header, spam-crm114-spam-switch)
15319         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15320         (spam-crm114-positive-spam-header)
15321         (spam-crm114-database-directory, spam-list-of-processors)
15322         (spam-group-spam-processor-crm114-p)
15323         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15324         (spam-generic-score, spam-list-of-checks)
15325         (spam-list-of-statistical-checks, spam-registration-functions)
15326         (spam-check-crm114-headers, spam-crm114-score)
15327         (spam-check-crm114, spam-crm114-register-with-crm114)
15328         (spam-crm114-register-spam-routine)
15329         (spam-crm114-unregister-spam-routine)
15330         (spam-crm114-register-ham-routine)
15331         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15332         asjo@koldfront.dk (Adam Sjøgren).
15333
15334         * gnus.el: Add spam-use-crm114.
15335
15336         * spam.el (spam-list-of-processors, spam-registration-functions):
15337         Add spam-use-resend.
15338         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15339         (spam-report-articles-gmane): Add doc fix.
15340         (spam-report-articles-resend, spam-report-resend-register-routine):
15341         Add wrappers around spam-report-resend-to.
15342
15343         * spam-report.el (spam-report-resend-to, spam-report-resend):
15344         Add support for resending spam.
15345         (spam-report-gmane): Fix line length >80.
15346
15347         * gnus.el (spam-process): Add spam-use-resend.
15348
15349 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15350
15351         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15352         number of processed spam messages.
15353         (spam-ham-copy-or-move-routine): Return the number of processed
15354         ham messages.
15355         (spam-summary-prepare-exit): Use the above values to decide
15356         whether status messages shouled be displayed.
15357
15358 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15359
15360         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15361         `rfc2047-encoding-function-alist' in order to avoid conflicting
15362         with the old version.
15363         (rfc2047-encode-region): Concatenate words containing non-ASCII
15364         characters in structured fields; don't encode space-delimited
15365         ASCII words even in unstructured fields; don't break words at
15366         char-category boundaries.
15367         (rfc2047-encode-1): New function.
15368         (rfc2047-encode): Use it; encode text so that it occupies the
15369         maximum width within 76-column; work correctly on Q encoding for
15370         iso-2022-* charsets.
15371         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15372         sure not to break a line just after the header name.
15373         (rfc2047-b-encode-region): Removed.
15374         (rfc2047-b-encode-string): New function.
15375         (rfc2047-q-encode-region): Removed.
15376         (rfc2047-q-encode-string): New function.
15377
15378         * mm-util.el (mm-replace-in-string): New function.
15379
15380 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15381
15382         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15383         get it right.
15384         (gnus-inews-make-draft): Really.
15385
15386 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15387
15388         * nnmh.el (nnmh-request-list-1): Don't check the link count
15389         before descending.  (small patch)
15390
15391 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15392
15393         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15394         stuff.
15395
15396         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15397         on real group name.
15398
15399         * gnus-art.el (gnus-signature-limit): Doc fix.
15400
15401         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15402
15403         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15404
15405 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15406
15407         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15408         isn't a string.
15409
15410 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411
15412         * gnus-draft.el (gnus-draft-send): Bind
15413         rfc2047-encode-encoded-words.
15414
15415         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15416         (rfc2047-encodable-p): Say that =? needs encoding.
15417         (rfc2047-encode-encoded-words): New variable.
15418
15419         * gnus-group.el (gnus-group-select-group): Doc fix.
15420
15421         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15422
15423         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15424         to nil.
15425
15426         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15427
15428         * nnheader.el (nnheader-get-lines-and-char): New function.
15429
15430 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15431
15432         * gnus-msg.el (gnus-summary-followup-with-original): Document
15433         yanking of region when active.
15434
15435 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15436
15437         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15438         groups if the group level is higher than the specified value.
15439
15440 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15441
15442         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15443         (gnus-group-jump-to-group): Added prefix argument using
15444         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15445         non-active group.
15446
15447         * compface.el (uncompface): Be verbose when changing
15448         `uncompface-use-external'.
15449
15450         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15451         handle manual section.
15452
15453 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * gnus-art.el (gnus-button-alist): Revert previous change.
15456
15457 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15458
15459         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15460
15461 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15462
15463         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15464         whether backend can accept message.
15465
15466         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15467
15468 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15469
15470         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15471         Avoid creating directory when nntp-marks-is-evil is true.
15472         Reported by Reiner Steib.
15473
15474 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15475
15476         * gnus-picon.el (gnus-picon-style): New variable.
15477         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15478         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15479         Jesper Harder <harder@ifa.au.dk>.
15480
15481 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15482
15483         * message.el (message-fill-field): Return point.
15484         (message-generate-headers): Go to end of field.
15485
15486         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15487         stuff for non-living groups.
15488
15489 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15490
15491         * gnus-art.el (gnus-article-followup-with-original)
15492         (gnus-article-reply-with-original): gnus-mark-active-p ->
15493         gnus-region-active-p.
15494
15495 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15496
15497         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15498         only when there is spam or ham to be processed.
15499
15500 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15501
15502         * mail-source.el (mail-source-delete-crash-box): Refactor.
15503         (mail-source-fetch): Use it.
15504         (mail-source-fetch-file): Ditto.
15505         (mail-source-fetch-directory): Run postscript in loop.
15506         (mail-source-fetch-pop): Delete.
15507         (mail-source-fetch-maildir): Ditto.
15508         (mail-source-fetch-imap): Ditto.
15509
15510         * imap.el (imap-authenticators): Comment out sasl.
15511
15512         * message.el (message-skip-to-next-address): New function.
15513         (message-fill-header-address): Refactor.
15514         (message-fill-address): Use it.
15515         (message-delete-address): Use it.
15516         (message-fill-header-general): Refactor.
15517         (message-fill-field-address): Rename.
15518         (message-narrow-to-field): Find the start of the header.
15519         (message-header-format-alist): Don't pre-fill.
15520         (message-fill-header): Removed.
15521         (message-insert-header): New function.
15522         (message-shorten-references): Use it.
15523
15524         * rfc2047.el (rfc2047-field-value): Strip props.
15525
15526         * mail-parse.el (mail-header-make-address): New alias.
15527
15528         * ietf-drums.el (ietf-drums-make-address): New function.
15529
15530         * imap.el: Add compiler directives.
15531
15532         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15533
15534         * gnus-art.el (article-decode-idna-rhs): Don't use
15535         message-idna-inside-rhs-p.
15536
15537 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15538
15539         * message.el (message-idna-inside-rhs-p): Removed.
15540         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15541
15542         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15543         false positives.
15544
15545 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15546
15547         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15548
15549 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15550
15551         * nneething.el (nneething-file-name): Don't create spurious
15552         files.
15553
15554         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15555         (gnus-inews-do-gcc): Remove sleep.
15556
15557         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15558         part under point.
15559
15560         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15561         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15562
15563 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15564
15565         * spam.el (spam-summary-prepare-exit): Fixed (length).
15566
15567 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15568
15569         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15570         as expired without moving it" message when there are spam
15571         messages left.
15572
15573 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15574
15575         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15576         header is not nil.
15577
15578 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15579
15580         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15581         nntp-possibly-create-directory, not nntp-possibly-change-group.
15582         (nntp-marks-changed-p): New arg SERVER.
15583         (nntp-request-update-info): Adjust caller.
15584
15585 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15586
15587         * nntp.el (nntp-save-marks): Pass missing arg.
15588
15589 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15590
15591         * nntp.el: Support marks.
15592         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15593         (nntp-marks-modtime, nntp-marks-directory): New variables.
15594         (nntp-request-set-mark, nntp-request-update-info)
15595         (nntp-possibly-create-directory, nntp-marks-changed-p)
15596         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15597         functions.
15598
15599 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15600
15601         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15602         (gnus-xmas-redefine): Rename.
15603
15604         * gnus-score.el (gnus-score-insert-help): Use
15605         gnus-select-lowest-window.
15606
15607         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15608         appt-select-lowest-window and rename to gnus-select-lowest-window.
15609
15610         * gnus.el: do.
15611
15612 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15613
15614         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15615         encodings of MIME-encoded words, in order to improve
15616         interoperability with several broken MUAs.
15617
15618 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15619
15620         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15621         tags, only when charsets are not specified in headers.
15622         (mm-inline-text-html-render-with-w3m): Ditto.
15623
15624         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15625         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15626
15627 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15628
15629         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15630         instead of MIME-decoded from fields when checking
15631         `gnus-article-address-banner-alist'.
15632
15633 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15634
15635         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15636         description rather than subject.
15637
15638 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15639
15640         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15641
15642 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15643
15644         * gnus.el (gnus-version-number): Bump.
15645
15646 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15647
15648         * gnus.el: No Gnus v0.2 is released.
15649
15650 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15651
15652         * gnus-agent.el (gnus-agent-read-agentview): Inline
15653         gnus-uncompress-range.
15654
15655 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15656
15657         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15658         `exec-installed-p'.
15659
15660 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15661
15662         * gnus.el (spam-process, spam-autodetect-methods): Add
15663         bsfilter and bsfilter-headers.
15664
15665         * spam.el (spam-bsfilter): New customize group.
15666         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15667         (spam-bsfilter-header, spam-bsfilter-probability-header)
15668         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15669         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15670         (spam-bsfilter-database-directory): New options.
15671         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15672         (spam-list-of-statistical-checks, spam-registration-functions):
15673         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15674         (spam-bsfilter-score): New command.
15675         (spam-check-bsfilter-headers, spam-check-bsfilter)
15676         (spam-bsfilter-register-with-bsfilter)
15677         (spam-bsfilter-register-spam-routine)
15678         (spam-bsfilter-unregister-spam-routine)
15679         (spam-bsfilter-register-ham-routine)
15680         (spam-bsfilter-unregister-ham-routine): New functions.
15681         (spam-generic-score): Support bsfilter; Accept an optional argument
15682         to recalcurate spam score even if scoring header has already been
15683         added.
15684         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15685         optional argument to recalcurate spam score even if scoring header
15686         has already been added.
15687
15688 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15689
15690         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15691         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15692         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15693         link is missing.
15694
15695 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15696
15697         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15698         (html2text-get-attr): Rewrite.
15699
15700         * message.el (message-setup-1): Remove redundant put-text-property
15701         on mail-header-separator.
15702
15703 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15704
15705         * gnus-registry.el (gnus-registry-cache-whitespace)
15706         (gnus-registry-action, gnus-registry-spool-action)
15707         (gnus-registry-split-fancy-with-parent): Change message levels
15708         from 5 to 3 or 7, as needed.
15709
15710         * spam.el (spam-summary-prepare-exit)
15711         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15712         (spam-split, spam-find-spam, spam-log-undo-registration)
15713         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15714         level from 5 to 6.
15715
15716 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15719         2004-03-04 change).
15720
15721 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15722
15723         * sieve-manage.el (sieve-manage-open):
15724         * nnweb.el (nnweb-insert-html):
15725         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15726         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15727         * nnspool.el (nnspool-request-group):
15728         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15729         * nnml.el (nnml-request-update-info):
15730         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15731         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15732         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15733         (nnimap-request-set-mark):
15734         * nnfolder.el (nnfolder-request-update-info):
15735         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15736         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15737         * gnus-uu.el (gnus-uu-find-articles-matching):
15738         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15739         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15740         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15741         * gnus-nocem.el (gnus-nocem-scan-groups):
15742         * gnus-int.el (gnus-start-news-server):
15743         * gnus-group.el (gnus-group-make-kiboze-group)
15744         (gnus-group-browse-foreign-server):
15745         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15746         Use mapc when appropriate.
15747
15748 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15749
15750         FIXME: Make separate entries for each person.
15751
15752         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15753         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15754         <shields@msrl.com>:
15755
15756         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15757         may need for spam sorting and scoring.
15758         (spam-user-format-function-S): Add user format function suitable for
15759         general use.
15760         (spam-article-sort-by-spam-status): Add sorting function for summary
15761         sorting.
15762         (spam-extra-header-to-number): Add function to get a score from a
15763         header.
15764         (spam-summary-score): Add function to get a numeric score from the
15765         headers.
15766         (spam-generic-score): Fix function doc, was in wrong place.
15767         (spam-initialize): Take symbols when it's run, and install the
15768         extra headers that spam-necessary-extra-headers thinks we need.
15769
15770 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15771
15772         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15773         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15774
15775 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15776
15777         * gnus-sum.el (gnus-set-global-variables)
15778         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15779         (gnus-article-get-xrefs, gnus-summary-best-group)
15780         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15781         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15782         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15783         Use with-current-buffer.
15784
15785 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15786
15787         * spam.el (spam-summary-prepare-exit): Simplify logic.
15788         (spam-fetch-article-header): Read the article header if it's not
15789         available.
15790         (spam-list-articles): Simplify logic.
15791         (spam-filelist-register-routine): Fix bug with unregister-list.
15792
15793         * gnus-registry.el: Fix comments at beginning.
15794
15795 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15796
15797         * message.el (message-cater-to-broken-inn): Remove.
15798         (message-shorten-references): Make sure the total folded length of
15799         References is shorter than 998 characters to cater to a bug in INN
15800         2.3.  Also, don't pretend that references aren't folded -- this
15801         hasn't worked for a while.
15802
15803 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15804
15805         * gnus-agent.el (gnus-agentize):
15806         gnus-agent-send-mail-real-function no longer set to current value
15807         of message-send-mail-function but rather a lambda that calls
15808         message-send-mail-function.  The change makes the agent real-time
15809         responsive to user changes to message-send-mail-function.
15810
15811 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15812
15813         * legacy-gnus-agent.el
15814         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15815         help from Florian Weimer <fw@deneb.enyo.de>
15816
15817 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15818
15819         * nnmail.el (nnmail-cache-insert): Revert last change.
15820
15821 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15822
15823         * nnmail.el (nnmail-cache-insert): Always check whether
15824         nnmail-cache-ignore-groups matches a group name.
15825
15826 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15827
15828         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15829         (spam-find-spam, spam-log-processing-to-registry)
15830         (spam-log-registered-p, spam-log-unregistration-needed-p)
15831         (spam-log-undo-registration): Use gnus-message instead of
15832         gnus-error, none of these errors are fatal.
15833
15834         * gnus-registry.el (gnus-registry-clean-empty-function)
15835         (gnus-registry-clean-empty): Remove only empty entries without
15836         extra data.
15837
15838 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15839
15840         * spam-stat.el (spam-stat-buffer-change-to-spam)
15841         (spam-stat-buffer-change-to-non-spam): Change (error) to
15842         (gnus-message 8) invocation.
15843
15844 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * nntp.el (nntp-via-netcat-command): New variable.
15847         (nntp-via-netcat-switches): New variable.
15848         (nntp-open-via-rlogin-and-netcat): New function.
15849         (nntp-open-connection-function): Doc fix.
15850         (nntp-telnet-command): Doc fix.
15851         (nntp-end-of-line): Doc fix.
15852         (nntp-via-rlogin-command): Doc fix.
15853         (nntp-via-user-name): Doc fix.
15854         (nntp-via-address): Doc fix.
15855
15856 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15857
15858         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15859         error in Emacs 21.1.
15860
15861 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15862
15863         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15864
15865 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15866
15867         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15868         (gnus-agent-with-refreshed-group): New macro.
15869         (gnus-agent-rename-group): New function.
15870         (gnus-agent-delete-group): New function.
15871         (gnus-agent-save-group-info): Use gnus-command-method when
15872         `method' parameter is nil.  Don't write nil entries into the
15873         active file.
15874         (gnus-agent-get-group-info): New function.
15875         (gnus-agent-fetch-articles): Use
15876         gnus-agent-update-files-total-fetched-for to increment disk space
15877         used.
15878         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15879         gnus-agent-update-view-total-fetched-for to increment disk space
15880         used.
15881         (gnus-agent-get-local): Added optional parameters to avoid calling
15882         gnus-group-real-name and gnus-find-method-for-group.
15883         (gnus-agent-set-local): Delete stored entry if either min, or max,
15884         are nil.
15885         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15886         quit, use gnus-agent-regenerate-group to record existance of any
15887         articles fetched to disk before the quit occurred.
15888         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15889         gnus-agent-update-view-total-fetched-for, and
15890         gnus-agent-update-files-total-fetched-for to decrement disk space
15891         used.
15892         (gnus-agent-retrieve-headers): Use
15893         gnus-agent-update-view-total-fetched-for to increment disk space
15894         used.
15895         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15896         with gnus-agent-update-files-total-fetched-for to decrement disk
15897         space and fresh group buffer.
15898         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15899         (gnus-agent-need-update-total-fetched-for): New variable.
15900         (gnus-agent-update-files-total-fetched-for): New function.
15901         (gnus-agent-update-view-total-fetched-for): New function.
15902         (gnus-agent-total-fetched-for): New function.
15903
15904         * gnus-cache.el (gnus-cache-save-buffers): Use
15905         gnus-cache-update-overview-total-fetched-for to change disk space
15906         used by this group.
15907         (gnus-cache-possibly-enter-article): Use
15908         gnus-cache-update-file-total-fetched-for to increment disk space
15909         used by this group.
15910         (gnus-cache-possibly-remove-article): Use
15911         gnus-cache-update-file-total-fetched-for to decrement disk space
15912         used by this group.
15913         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15914         (gnus-cache-rename-group): New function.
15915         (gnus-cache-delete-group): New function.
15916         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15917         (gnus-cache-need-update-total-fetched-for): New variable.
15918         (gnus-cache-with-refreshed-group): New macro.
15919         (gnus-cache-update-file-total-fetched-for): New function.
15920         (gnus-cache-update-overview-total-fetched-for): New function.
15921         (gnus-cache-rename-group-total-fetched-for): New function.
15922         (gnus-cache-delete-group-total-fetched-for): New function.
15923         (gnus-cache-total-fetched-for): New function.
15924
15925         * gnus-group.el: Require gnus-sum and autoload functions to
15926         resolve warnings when gnus-group.el compiled alone.
15927         (gnus-group-line-format): Documented new %F.
15928         (size of Fetched data) group line format; identifies disk space
15929         used by agent and cache.
15930         (gnus-group-line-format-alist): Defined new F format.
15931         (gnus-total-fetched-for): New function.
15932         (gnus-group-delete-group): No longer update
15933         gnus-cache-active-altered as gnus-request-delete-group now keeps
15934         the cache in sync.
15935         (gnus-group-list-active): Let the agent store a server's active
15936         list if currently plugged.
15937
15938         * gnus-int.el (gnus-request-delete-group):
15939         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15940         local disk in sync with the server.
15941         (gnus-request-rename-group):
15942         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15943         local disk in sync with the server.
15944
15945         * gnus-start.el (gnus-get-unread-articles):
15946         Cosmetic simplification to logic.
15947
15948         * gnus-util.el (gnus-rename-file): New function.
15949
15950 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15951
15952         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15953
15954 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15955
15956         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15957         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15958
15959 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15960
15961         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15962         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15963
15964 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15965
15966         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15967
15968 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15969
15970         * spam.el (spam-set-difference): Add function to replace
15971         gnus-set-difference in spam.el.
15972         (spam-summary-prepare-exit): Use spam-set-difference.
15973
15974 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15975
15976         * gnus-registry.el (gnus-registry-cache-file): Update to use
15977         gnus-dribble-directory OR gnus-home-directory OR ~.
15978         (gnus-registry-split-fancy-with-parent): Fix doc.
15979
15980 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * message.el (message-exchange-point-and-mark): Use
15983         message-mark-active-p.  Suggested by Jesper Harder
15984         <harder@ifa.au.dk>.
15985
15986 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * message.el (message-exchange-point-and-mark): Don't activate
15989         region if it was inactive.  Suggested by Hiroshi Fujishima
15990         <pooh@nature.tsukuba.ac.jp>.
15991
15992 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-art.el (article-display-face): Display Faces in the same
15995         order as X-Faces.
15996
15997 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
16000
16001 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16002
16003         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
16004         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
16005         (gnus-article-mime-hierarchy): Remove.
16006         (gnus-article-mime-hierarchy-next): Remove.
16007         (gnus-article-mode): Revert 2004-03-19 change.
16008         (gnus-article-setup-buffer): Revert 2004-03-19 change.
16009         (gnus-insert-mime-button): Revert 2004-03-19 change.
16010         (gnus-mime-accumulate-hierarchy): Remove.
16011         (gnus-mime-enter-multipart): Remove.
16012         (gnus-mime-leave-multipart): Remove.
16013         (gnus-mime-display-part): Revert 2004-03-19 change.
16014         (gnus-mime-display-alternative): Revert 2004-03-19 change.
16015
16016         * mml.el (mml-preview): Revert 2004-03-19 change.
16017
16018 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
16019
16020         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
16021
16022 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16023
16024         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
16025         t while entering a file name using the mm-with-multibyte macro.
16026         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16027
16028         * mm-util.el (mm-with-multibyte): New macro.
16029
16030 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16031
16032         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
16033         user option.
16034         (gnus-mime-multipart-functions): Doc and customization fix.
16035         (gnus-article-mime-hierarchy): New variable.
16036         (gnus-article-mime-hierarchy-next): New variable.
16037         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
16038         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
16039         gnus-article-mime-hierarchy-next to nil.
16040         (gnus-insert-mime-button): Show hierarchy numbers.
16041         (gnus-mime-accumulate-hierarchy): New function.
16042         (gnus-mime-enter-multipart): New function.
16043         (gnus-mime-leave-multipart): New function.
16044         (gnus-mime-display-part): Recompute hierarchical MIME structure.
16045         (gnus-mime-display-alternative): Show hierarchy numbers.
16046
16047         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
16048         gnus-article-mime-hierarchy-next to nil.
16049
16050 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
16051
16052         * dns.el: Don't require gnus-xmas.
16053
16054 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
16055
16056         * mml.el (mml-generate-mime-1): Don't use format=flowed with
16057         inline PGP.
16058         (mml-menu): Disable mml-quote-region if mark is inactive.
16059
16060 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
16063         when the group's active is not available.
16064
16065 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
16068         error.
16069
16070 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
16071
16072         * imap.el (imap-store-password): New variable.
16073         (imap-interactive-login): Use it.
16074         Suggested by Mark Plaksin <happy@mcplaksin.org>.
16075
16076 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * gnus-art.el (gnus-article-read-summary-keys): Restore new
16079         window-start and hscroll to summary window.
16080
16081 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16082
16083         * gnus-start.el (gnus-convert-old-newsrc): Only write the
16084         conversion message to newsrc-dribble when an actual conversion is
16085         performed.
16086
16087 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
16088
16089         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
16090
16091 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * mm-decode.el (mm-complicated-handles): New function reviving
16094         former definition of mm-multiple-handles.
16095
16096         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16097         (gnus-mime-delete-part): Use it.
16098
16099 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16100
16101         * gnus-agent.el (gnus-agent-read-local): Bind
16102         nnheader-file-coding-system to gnus-agent-file-coding-system to
16103         avoid the implicit assumption that they will always be equal.
16104         (gnus-agent-save-local): Bind buffer-file-coding-system, not
16105         coding-system-for-write, as the with-temp-file macro first prints
16106         to a buffer then saves the buffer.
16107
16108 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16109
16110         * gnus-art.el (gnus-article-edit-part): New function.
16111         (gnus-mime-save-part-and-strip): Use it; do query instead of
16112         signaling an error; don't use mm-multiple-handles.
16113         (gnus-mime-delete-part): Ditto.
16114
16115 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16116
16117         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
16118         old file versions.
16119         (gnus-group-prepare-hook): Removed function that converted list
16120         form of gnus-agent-expire-days to group properties.
16121
16122         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16123         (gnus-request-accept-article): Re-indented.
16124
16125         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16126         converters to handle old agent file formats.  Added logic for a
16127         "backup before upgrading warning".
16128         (gnus-convert-mark-converter-prompt): Developers can mark
16129         functions as needing (default), or not needing,
16130         gnus-convert-old-newsrc's "backup before upgrading warning".
16131         (gnus-convert-converter-needs-prompt): Tests whether the user
16132         should be protected from potentially irreversable changes by the
16133         function.
16134
16135         * legacy-gnus-agent.el: New.  Provides converters that are only
16136         loaded when gnus-convert-old-newsrc needs to call them.
16137
16138 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16139
16140         * mail-source.el (mail-source-touch-pop): Doc fix.
16141
16142         * message.el (message-smtpmail-send-it): Doc fix.
16143
16144 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16145
16146         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16147
16148         * nnmail.el (nnmail-split-fancy): do.
16149
16150         * gnus-kill.el (gnus-kill, gnus-execute): do.
16151
16152 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16153
16154         * gnus-sum.el (gnus-widget-reversible-match)
16155         (gnus-widget-reversible-to-internal)
16156         (gnus-widget-reversible-to-external): New functions.
16157         (gnus-widget-reversible): New widget.
16158         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16159
16160 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16161
16162         * gnus-sum.el (gnus-thread-sort-functions)
16163         (gnus-article-sort-functions): Document `(not F)' items.
16164
16165 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16166
16167         * spam.el (spam-use-gmane-xref): Add new backend.
16168         (spam-gmane-xref-spam-group): Add variable to control the name of the
16169         Gmane spam group.
16170         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16171         (spam-regex-headers-spam, spam-regex-headers-ham)
16172         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16173         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16174         backends and checks.
16175         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16176
16177         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16178         an autodetect method.
16179
16180 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16181
16182         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16183         articles are being added to a group.
16184         (gnus-request-replace-article): Inform the agent that articles
16185         need to be uncached as the cached contents are no longer valid.
16186
16187 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16188
16189         * binhex.el: Don't autoload executable-find.
16190
16191         * canlock.el: Don't autoload mail-fetch-field.
16192
16193         * dgnushack.el: Autoload c-mode for XEmacs.
16194
16195         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16196
16197         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16198         rmail-dont-reply-to and rmail-output.
16199
16200         * gnus-score.el: Don't autoload ffap-string-at-point.
16201
16202         * gnus-setup.el: Don't autoload sc-cite-original.
16203
16204         * imap.el: Don't autoload base64-decode-string,
16205         base64-encode-string and md5.
16206
16207         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16208         and rmail-msg-restore-non-pruned-header.
16209
16210         * mm-decode.el: Don't autoload executable-find.
16211
16212         * mm-url.el: Don't autoload executable-find.
16213
16214         * mm-view.el: Don't autoload diff-mode.
16215
16216         * nndb.el: Don't autoload news-reply-mode, news-setup,
16217         cancel-timer and telnet.
16218
16219         * password.el: Don't autoload run-at-time for Emacs.
16220
16221         * sha1-el.el: Don't autoload executable-find.
16222
16223         * sieve-mode.el: Don't autoload c-mode.
16224
16225         * uudecode.el: Don't autoload executable-find.
16226
16227 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16228
16229         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16230         (gnus-agent-possibly-alter-active): Avoid null in numeric
16231         comparison.
16232         (gnus-agent-set-local): Refuse to save null in local object table.
16233         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16234         list of articles that will be marked as unread.
16235
16236 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16239
16240 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16241
16242         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16243         language tags.
16244
16245 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16246
16247         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16248         Don't bind "obarray".
16249
16250         * gnus-sum.el (gnus-thread-sort-functions): Added
16251         `gnus-thread-sort-by-most-recent-number' and
16252         `gnus-thread-sort-by-most-recent-date'.
16253         Reported by Kai Grossjohann <kai@emptydomain.de>.
16254
16255 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16256
16257         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16258
16259 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16260
16261         * gnus-cus.el (gnus-agent-customize-category): Removed
16262         ignore-errors macro reference that required cl to be loaded at
16263         run-time.
16264
16265         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16266         single-interval range of the form (min . max).  Previously the
16267         range had to look like ((min . max)).  Likewise, return
16268         (min . max) rather than ((min . max)).
16269         (gnus-range-map): Use gnus-range-normalize to accept
16270         single-interval range.
16271
16272         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16273         the cache, but not the agent, now appear with their usual face.
16274
16275         * dgnushack.el (loaddir): New variable that is bound to the
16276         directory containing the dgnushack.el file. Use loaddir, rather
16277         than srcdir, to update load-path. Change lets dgnushack compile
16278         code in directories other than GNUS/lisp.
16279
16280 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * lpath.el: Don't bind w3m-safe-url-regexp.
16283
16284         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16285         w3m-safe-url-regexp variable buffer-local.
16286
16287         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16288
16289 2004-02-27  Simon Josefsson  <jas@extundo.com>
16290
16291         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16292         gnus-group-real-prefix.
16293         (gnus-summary-move-article): Use it, instead of
16294         gnus-group-real-prefix.
16295
16296 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16297
16298         * lpath.el: Bind w3m-safe-url-regexp.
16299
16300         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16301         w3m-safe-url-regexp variable buffer-local and set it as the value
16302         of mm-w3m-safe-url-regexp.
16303
16304         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16305
16306         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16307         parsing gnus-posting-styles when the message is not for replying.
16308
16309         * dgnushack.el: Autoload sgml-mode for XEmacs.
16310
16311         * nnrss.el (nnrss-opml-export): Use
16312         mm-set-buffer-file-coding-system instead of
16313         set-buffer-file-coding-system.
16314
16315 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16316
16317         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16318         of checkdoc.el).
16319         * nnrss.el: do.
16320         * gnus-mlspl.el: do.
16321         * gnus-ml.el: do.
16322         * gnus-srvr.el: do.
16323
16324         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16325
16326 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16327
16328         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16329         Corrections to custom-manual links.
16330
16331         * gnus-art.el (gnus-article): Ditto.
16332
16333         * mm-decode.el (mime-display, mime-security): Ditto.
16334
16335 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16336
16337         * flow-fill.el: Typo.
16338
16339 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16340
16341         * spam-wash.el: New file.
16342
16343 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16344
16345         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16346
16347 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16348
16349         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16350         to be run with new-articles as LIST1, not LIST2.
16351         (spam-registration-functions): Add spam-use-ham-copy as a nil
16352         registration backend.
16353
16354 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16355
16356         * spam-stat.el (spam-stat-washing-hook): New option.
16357         (spam-stat-buffer-words): Use it.
16358         (spam-stat-process-directory, spam-stat-test-directory): Use
16359         insert-file-contents-literally.
16360         (spam-stat-coding-system): New variable.
16361         (spam-stat-load, spam-stat-save): Use it.
16362
16363 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16364
16365         * spam-report.el (spam-report-plug-agent): Quote
16366         spam-report-url-to-file and spam-report-url-ping-plain.
16367
16368 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16369
16370         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16371         / in mailto URLs.
16372
16373 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16374
16375         * spam-report.el (spam-report-process-queue): Fix interactive use.
16376         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16377         (spam-report-unplug-agent): Doc fixes.
16378         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16379         (spam-report-agentize, spam-report-deagentize): Autoload.
16380
16381 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16384
16385         * message.el (message-setup-fill-variables): Add mml tags to
16386         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16387         <ajk@iu.edu>.
16388         (message-mode): Don't modify paragraph-separate there.
16389
16390 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * compface.el (uncompface-use-external): Default to undecided.
16393         (uncompface-use-external-threshold): New variable.
16394         (uncompface-float-time): New macro.
16395         (uncompface): Determine whether to use the external decoder if
16396         uncompface-use-external is undecided.
16397
16398 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16399
16400         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16401         after images.
16402
16403         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16404
16405 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16406
16407         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16408
16409         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16410
16411         * gnus-sum.el (gnus-summary-limit-to-age)
16412         (gnus-summary-limit-children): do.
16413
16414         * gnus-int.el (gnus-request-scan): do.
16415
16416         * gnus-group.el (gnus-group-suspend): do.
16417
16418         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16419
16420         * gnus-cite.el (gnus-cite-parse-attributions): do.
16421
16422         * gnus-agent.el (gnus-summary-set-agent-mark)
16423         (gnus-agent-regenerate-group): do.
16424
16425         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16426
16427         * binhex.el (binhex-decode-region-internal): do.
16428
16429 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16430
16431         * gnus-fun.el (gnus-face-properties-alist): New user option.
16432         (gnus-display-x-face-in-from): Use it.
16433
16434         * gnus-art.el (article-display-face): Ditto.
16435
16436         * compface.el (uncompface-use-external): Default to nil.
16437
16438 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16439
16440         * nntp.el (nntp-erase-buffer): New function.
16441         (nntp-retrieve-data, nntp-send-command)
16442         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16443         (nntp-possibly-change-group): Use it.
16444
16445         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16446         with-current-buffer.
16447
16448 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16449
16450         * compface.el: Merge the ELisp-based uncompface program.
16451         (compface): New customization group.
16452         (uncompface-use-external): New user option.
16453         (uncompface): Call uncompface-internal if uncompface-use-external
16454         is nil.
16455         (uncompface-internal): New function.  Note that there are also
16456         some other functions and variables added for this function.
16457
16458 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16459
16460         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16461         if necessary.
16462
16463 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16464
16465         * spam-report.el (spam-report-unplug-agent)
16466         (spam-report-plug-agent, spam-report-deagentize)
16467         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16468         Add support for the Agent in spam-report: when unplugged, report to a
16469         file; when plugged, submit all the requests.
16470
16471         * spam.el (spam-register-routine): Fix message about
16472         registration.
16473
16474 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16475
16476         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16477         dependencies.
16478         (rfc2047-encode): Use it.
16479
16480         * gnus-art.el (gnus-button-marker-list): Move before first
16481         reference.
16482
16483         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16484         (imap-parse-body): Fix format string mismatch.
16485
16486         * gnus-score.el (gnus-summary-increase-score): do.
16487
16488         * nnrss.el (nnrss-close): New function.
16489
16490 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16491
16492         * nnrss.el (nnrss-make-filename): New function.
16493         (nnrss-request-delete-group, nnrss-read-server-data)
16494         (nnrss-save-server-data, nnrss-read-group-data)
16495         (nnrss-save-group-data): Use it.
16496         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16497         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16498         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16499
16500 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16501
16502         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16503
16504 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16505
16506         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16507         files.
16508
16509         * message.el (message-generate-headers-first): Don't quote nil
16510         and t in docstrings.
16511
16512         * imap.el (imap-id): do.
16513
16514         * gnus-agent.el (gnus-agent-consider-all-articles)
16515         (gnus-agent-queue-mail): do.
16516
16517 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16518
16519         * spam-report.el (spam-report-process-queue): New function.
16520         Process requests from `spam-report-requests-file'.
16521         (spam-report-process-queue): Doc fix.
16522
16523 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16524
16525         * spam.el (spam-register-routine)
16526         (spam-log-processing-to-registry, spam-log-registered-p)
16527         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16528         Change "check" to "spam-check" for semi-clarity.
16529
16530 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16531
16532         * pop3.el: Require nnheader.
16533
16534         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16535
16536         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16537
16538         * gnus-picon.el: Require cl.
16539
16540         * gnus-fun.el: Require gnus-ems and gnus-util.
16541
16542         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16543
16544         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16545
16546         * gnus-art.el (gnus-article-edit-mode): Define before first
16547         reference.
16548
16549 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16550
16551         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16552         (gnus-uu-post-encoded): Use point-at-bol.
16553
16554         * gnus-topic.el (gnus-group-active-topic-p): do.
16555
16556         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16557
16558         * gnus-group.el (gnus-group-kill-region): do.
16559
16560         * gnus-art.el (article-date-ut): do.
16561
16562         * message.el (message-fetch-field): Remove redundant
16563         case-fold-search binding.
16564         (message-narrow-to-field): Simplify.
16565
16566 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16567
16568         * spam.el (spam-directory): Derive from `gnus-directory'.
16569
16570         * spam-report.el (spam-report-url-to-file)
16571         (spam-report-requests-file): New function and variable for offline
16572         reporting.
16573         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16574         and user defined function.
16575         (spam-report-url-ping-mm-url): Remove doubled slash.
16576
16577 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16578
16579         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16580
16581 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16582
16583         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16584         format string mismatch.
16585
16586         * sieve.el (sieve-deactivate-all): do.
16587
16588         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16589
16590         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16591
16592         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16593
16594         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16595
16596 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16597
16598         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16599         the list of checks.
16600
16601 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16602
16603         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16604         padding.
16605
16606 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16607
16608         * mm-view.el (mm-fill-flowed): New variable.
16609         (mm-inline-text): Use it.
16610
16611 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16612
16613         * spam.el (spam-spamassassin-register-ham-routine)
16614         (spam-spamassassin-register-spam-routine): Fix function names.
16615
16616 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16617
16618         * gnus.el (gnus-tmp-grouplens): Remove.
16619         (gnus-summary-line-format): Remove grouplens.
16620
16621         * gnus-group.el (gnus-group-line-format): Ditto.
16622
16623         * gnus-spec.el (gnus-format-specs): Ditto.
16624         (gnus-update-format-specifications): Flush the group format spec
16625         cache if there's the grouplens stuff.
16626         (gnus-parse-simple-format): Replace %l with the empty string.
16627
16628 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16629
16630         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16631         omission.
16632
16633 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16636         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16637
16638 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16639
16640         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16641         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16642         New macros and functions.
16643         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16644         Handle > NLINK_MAX messages.
16645         * nnmaildir.el (nnmaildir-request-set-mark): Use
16646         nnmaildir--emlink-p and nnmaildir--eexist-p.
16647
16648 2004-01-25  Alex Schroeder  <alex@gnu.org>
16649
16650         * spam-stat.el (spam-stat-process-directory-age): New option.
16651         (spam-stat-process-directory): Use it.
16652
16653 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16654
16655         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16656         (spam-stat-save): Accept prefix argument.
16657
16658 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16659
16660         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16661         links" error.
16662
16663 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16664
16665         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16666         the rest of the and/or forms.
16667
16668 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16669
16670         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16671         compatibility with old .newsrc.eld files.
16672
16673         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16674
16675         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16676
16677         * gnus-start.el (gnus-1): do.
16678
16679         * gnus-group.el (gnus-group-line-format-alist): do.
16680
16681         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16682
16683         * gnus-gl.el: Remove.
16684
16685 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16686
16687         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16688         marks consisting of a single range {for example, (3 . 5)} rather
16689         than a list of a single range { ((3 . 5)) }.
16690
16691 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16692
16693         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16694         with-current-buffer.
16695         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16696         avoid consing a string.
16697
16698         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16699         Remove obsolete entries for big5 and gb2312.
16700
16701 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16702
16703         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16704         uncompressed list.
16705
16706 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16707
16708         * spam-stat.el (spam-stat-strip-xref): New function.
16709         (spam-stat-process-directory): Use it.
16710
16711         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16712         here -- it's done in message-fetch-field.
16713
16714 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16715
16716         * gnus-agent.el (gnus-agent-queue-mail)
16717         (gnus-agent-prompt-send-queue): New variables.
16718         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16719         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16720         "nndraft:queue" along to gnus-draft-send.  Use
16721         gnus-agent-prompt-send-queue.
16722         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16723         is "nndraft:queue".  Suggested by Gaute Strokkenes
16724         <gs234@srcf.ucam.org>
16725
16726         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16727         (agent-enable-undownloaded-faces): Added.
16728         (gnus-agent-cat-groups): Use eval-and-compile, not
16729         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16730         method of gnus-agent-cat-groups even when the buffer has been
16731         evaled.
16732         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16733         delete gnus-agent-save-active-1.
16734         (gnus-agent-save-groups): Deleted.  Identical to
16735         gnus-agent-save-active.
16736         (gnus-agent-write-active): No longer adjust agent's copy of active
16737         file as agent's adjustments are now stored in their own
16738         file.  Removed optional parameter.
16739         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16740         servers.  Add use of min/max range limits from server's local
16741         file.
16742         (gnus-agent-save-alist): Removed unused optional argument.
16743         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16744         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16745         (gnus-agent-set-local): A per-server file that keeps min/max range
16746         limits for articles known to the agent.  Provides a fast mechanism
16747         for altering many active ranges.
16748         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16749         active file (local makes it unnecessary).
16750         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16751
16752         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16753         (agent-enable-undownloaded-faces): Added.
16754
16755         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16756         disable it when sending to "nndraft:queue".
16757         (gnus-group-send-queue): Add safety check to avoid sending queue
16758         when unplugged.
16759
16760         * gnus-group.el (gnus-group-catchup): Use new
16761         gnus-sequence-of-unread-articles, not
16762         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16763         numbers of articles.  Use gnus-range-map to avoid having to
16764         uncompress the unread list.
16765         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16766         Fixed invalid ange-ftp reference.
16767
16768         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16769         (gnus-sorted-range-intersection): Intersection of two ranges
16770         without requiring that they first be uncompressed.
16771
16772         * gnus-start.el (gnus-activate-group): Unless blocked by the
16773         caller, possibly expand the active range to include both cached
16774         and agentized articles.
16775         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16776         multiple version-dependent converters.
16777         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16778         gnus-agent-save-active.
16779         (gnus-save-newsrc-file): Save dirty agent range limits.
16780
16781         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16782         gnus-agent-possibly-alter-active.
16783         (gnus-adjust-marked-articles): Faster handling of simple lists.
16784
16785 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16786
16787         * spam-stat.el (spam-stat-test-directory): New optional argument
16788         displays a list of files detected.  Suggested by Andrew Cohen
16789         <cohen@andy.bu.edu>.
16790         (spam-stat-buffer-words-with-scores): Don't narrow and change
16791         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16792
16793 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16794
16795         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16796         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16797         (spam-spamassassin-arguments)
16798         (spam-spamassassin-spam-flag-header)
16799         (spam-spamassassin-positive-spam-flag-header)
16800         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16801         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16802         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16803         (spam-list-of-processors, spam-list-of-checks)
16804         (spam-list-of-statistical-checks, spam-registration-functions)
16805         (spam-check-spamassassin-headers, spam-check-spamassassin)
16806         (spam-spamassassin-score)
16807         (spam-spamassassin-register-with-sa-learn)
16808         (spam-spamassassin-register-spam-routine)
16809         (spam-spamassassin-register-ham-routine)
16810         (spam-assassin-register-spam-routine)
16811         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16812         (spam-bogofilter-score): Fix to show article before scoring.
16813
16814 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16815
16816         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16817         default scoring function.
16818         (spam-generic-score): Call spam-spamassassin-score if
16819         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16820         spam-bogofilter-score otherwise.
16821
16822         * gnus.el (spam-process, spam-autodetect-methods): Add
16823         spamassassin and spamassassin-headers.
16824
16825 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16826
16827         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16828         Suppress unnecessary messages.
16829
16830 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16831
16832         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16833         make-hash-table.
16834
16835 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * canlock.el (base64-encode-string): Don't autoload it.
16838
16839 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * run-at-time.el: Remove useless (require 'itimer),
16842         eval-and-compile and (featurep 'xemacs).
16843
16844 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16845
16846         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16847         GROUP is a virtual group.
16848
16849 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16850
16851         * gnus.el: Autoload `message-y-or-n-p'.
16852
16853 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16854
16855         * pgg-parse.el: Remove unnecessary (require 'custom).
16856
16857         * pgg-def.el: do.
16858
16859         * nnmail.el: do.
16860
16861         * gnus-undo.el: do.
16862
16863         * gnus-picon.el: do.
16864
16865         * gnus-util.el: do.
16866
16867 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16868
16869         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16870
16871 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16874         handle, as well as a list.
16875
16876         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16877         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16878         (mm-w3m-cid-retrieve): Simplify.
16879
16880 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16881
16882         * message.el (message-kill-to-signature): Allow prefix arg to
16883         specify number of lines to keep before signature.
16884
16885 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16886
16887         * message.el (message-kill-to-signature): Change docstring.
16888
16889 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16890
16891         * canlock.el: Always require sha1-el.
16892         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16893
16894         * message.el: Autoload sha1 only when compiling.
16895
16896         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16897         eudc-expand-inline for XEmacs.
16898
16899 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * message.el (message-canlock-generate): Require sha1-el.
16902
16903 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16904
16905         * message.el (message-expand-name): Silence the byte compiler.
16906
16907         * lpath.el: Add detect-coding-system.
16908
16909         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16910         cus-edit.
16911
16912 2004-01-13  Simon Josefsson  <jas@extundo.com>
16913
16914         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16915         Invoke gnus-score-mode.  Reported by
16916         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16917
16918         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16919         Jim Blandy <jimb@redhat.com> (tiny change).
16920
16921 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16922
16923         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16924
16925 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16926
16927         * spam.el (spam-get-article-as-string): Update to use
16928         gnus-request-article-this-buffer, much simpler.
16929         (spam-get-article-as-buffer): Remove.
16930
16931 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16932
16933         * message.el (message-expand-name): Use EUDC if the user uses that.
16934
16935 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16936
16937         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16938         character for the encoding to avoid consing a string.
16939
16940         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16941         unnecessarily.
16942
16943         * mm-util.el (mm-replace-chars-in-string): Remove.
16944
16945         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16946         of mm-replace-chars-in-string.
16947
16948 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16949
16950         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16951
16952         * mm-util.el (mm-subst-char-in-string): Support inplace.
16953
16954         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16955         a new string in every iteration.  Use shy groups.
16956
16957 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16958
16959         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16960         * gnus-soup.el (gnus-soup-group-brew):
16961         * gnus-msg.el (gnus-put-message):
16962         * gnus-move.el (gnus-group-move-group-to-server):
16963         * gnus-kill.el (gnus-batch-score):
16964         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16965         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16966         (gnus-group-update-group, gnus-group-read-group)
16967         (gnus-group-make-group, gnus-group-make-help-group)
16968         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16969         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16970         (gnus-group-sort-by-unread, gnus-group-catchup)
16971         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16972         (gnus-group-yank-group, gnus-group-set-info)
16973         (gnus-group-list-groups):
16974         * gnus.el (gnus-generate-new-group-name):
16975         * gnus-delay.el (gnus-delay-send-queue):
16976         * nnvirtual.el (nnvirtual-catchup-group):
16977         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16978         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16979         (gnus-group-prepare-topics, gnus-topic-check-topology):
16980         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16981         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16982         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16983         (gnus-group-make-articles-read):
16984         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16985         (gnus-group-change-level, gnus-kill-newsgroup)
16986         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16987         (gnus-get-unread-articles, gnus-make-articles-unread)
16988         (gnus-make-ascending-articles-unread): Use accessor
16989         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16990         to get group information for improved readability.
16991
16992
16993 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16994
16995         * gnus-art.el (article-decode-mime-words, article-babel)
16996         (gnus-article-highlight-signature, gnus-article-add-buttons)
16997         (gnus-signature-toggle): Use gnus-with-article-buffer.
16998
16999         * gnus-art.el (gnus-article-highlight-headers)
17000         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
17001
17002         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
17003         (gnus-article-set-globals, gnus-request-article-this-buffer)
17004         (gnus-button-message-id, gnus-article-maybe-hide-headers)
17005         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
17006         (gnus-mime-display-alternative): Use with-current-buffer.
17007
17008 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17009
17010         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
17011         also under 80 char limit, and call gnus-error if needed.
17012         (spam-fetch-article-header): Fix - it was a
17013         buffer-local variable (gnus-newsgroup-data).
17014         (spam-find-spam): Use spam-generate-fake-headers, forget about
17015         spam-insert-fake-headers.
17016         (spam-insert-fake-headers): Remove.
17017
17018 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17019
17020         * deuglify.el (gnus-article-outlook-unwrap-lines)
17021         (gnus-outlook-rearrange-article)
17022         (gnus-outlook-repair-attribution-outlook)
17023         (gnus-outlook-repair-attribution-block)
17024         (gnus-outlook-repair-attribution-other): Remove redundant
17025         save-excursion.
17026
17027 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
17028
17029         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
17030         (spam-fetch-field-subject-fast)
17031         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
17032         (spam-fetch-article-header): Add functions to deal with Gnus
17033         internals for fast retrieval of article header data.
17034         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
17035
17036 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
17037
17038         * pop3.el (pop3-md5): Remove.
17039         (pop3-apop): Replace pop3-md5 with md5.
17040
17041         * mm-bodies.el: base64 is always built-in.
17042
17043         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
17044         with-current-buffer.
17045
17046 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17047
17048         * canlock.el (canlock-insert-header): Remove excessive grouping in
17049         regexp.
17050
17051         * gnus-sum.el (gnus-summary-read-document): Ditto.
17052
17053         * gnus-uu.el (gnus-uu-part-number): Ditto.
17054
17055         * html2text.el (html2text-remove-tags): Ditto.
17056         (html2text-format-tags): Ditto.
17057         (html2text-format-single-elements): Ditto.
17058
17059         * mml.el (mml-parse-1): Ditto.
17060
17061 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17062
17063         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
17064
17065         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
17066
17067         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
17068
17069         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
17070
17071 2003-11-15  Simon Josefsson  <jas@extundo.com>
17072
17073         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
17074         (pgg-gpg-lookup-key): Use regexp match instead of
17075         split-string (split-string is different between emacs 21.2 and
17076         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
17077
17078 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
17079
17080         * gnus-art.el (gnus-mime-view-all-parts)
17081         (gnus-article-part-wrapper, gnus-article-view-part): Use
17082         with-current-buffer.
17083
17084 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17085
17086         * spam.el (spam-disable-spam-split-during-ham-respool)
17087         (spam-spamoracle-database, spam-cache-lookups)
17088         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
17089         (spam-group-ham-mark-p, spam-group-spam-mark-p)
17090         (spam-group-ham-marks, spam-group-spam-marks)
17091         (spam-group-spam-contents-p, spam-group-ham-contents-p)
17092         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
17093         also add spam-use-blackholes to the statistical checks.
17094         (spam-fetch-field-fast): Add interface to fetching fields, may
17095         become a macro.
17096         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
17097         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
17098         (spam-insert-fake-headers): Fake an article when needed.
17099         (spam-find-spam): Fake article when possible.
17100         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
17101         (spam-check-bogofilter-headers): Use message-fetch-field instead
17102         of nnmail-fetch-field.
17103
17104 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
17105
17106         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
17107
17108 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
17109
17110         * spam.el (spam-split): Do not require spam-use-CHECK to be
17111         enabled if that check is passed to spam-split explicitly; also
17112         fix so 'spam doesn't get converted to spam-split-group when
17113         spam-split-symbolic-return is t.
17114         (spam-find-spam): Find registrations of the article and use those
17115         instead of re-running spam-split to find the spam/ham
17116         classification of the article.
17117         (spam-log-processing-to-registry, spam-log-registered-p)
17118         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17119         Use gnus-error instead of gnus-message.
17120         (spam-log-registration-type): Add function to determine the
17121         classification of a message based on registry entries; will
17122         return nil if both 'spam and 'ham are found.
17123         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17124         a reasonably fast local cache without the loading errors.
17125         (spam-cache-lookups): Set to t by default.
17126         (spam-find-spam): Don't try to guess spam-cache-lookups.
17127         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17128         spam-caches entry.
17129         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17130         caching of whitelist/blacklist entries.
17131         (spam-check-whitelist, spam-check-blacklist): Invoke
17132         spam-from-listed-p with a type, not a cache variable.
17133         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17134
17135 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17136
17137         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17138
17139         * nnmail.el (nnmail-split-fancy): do.
17140
17141         * mml.el (mml-parse): do.
17142
17143         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17144         (gnus-score-adaptive): do.
17145
17146 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17147
17148         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17149         (gnus-mime-button-map): Don't set keymap parent.
17150         (gnus-button-ctan-directory-regexp): Use shy grouping.
17151         (gnus-prev-page-map): Don't set keymap parent.
17152         (gnus-prev-page-map): Remove duplicated one.
17153         (gnus-next-page-map): Don't set keymap parent.
17154         (gnus-mime-security-button-map): Ditto.
17155
17156         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17157         version number.
17158
17159         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17160
17161 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17162
17163         * canlock.el (canlock-sha1-function): Remove.
17164         (canlock-sha1-function-for-verify): Remove.
17165         (canlock-openssl-program): Remove.
17166         (canlock-openssl-args): Remove.
17167         (canlock-ignore-errors): Remove.
17168         (canlock-sha1-with-openssl): Remove.
17169         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17170         (canlock-verify): Don't use canlock-ignore-errors.
17171
17172         * sha1-el.el (sha1-string-external): Make it can return a string
17173         in binary form.
17174         (sha1-region-external): Ditto.
17175         (sha1-string-internal): Ditto.
17176         (sha1-region-internal): Ditto.
17177         (sha1-region): Ditto.
17178         (sha1-string): Ditto.
17179         (sha1): Ditto.
17180
17181 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17182
17183         * spam.el (spam-report-articles-gmane): New command.
17184
17185 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17186
17187         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17188
17189         * run-at-time.el (run-at-time-saved): Remove.
17190         (run-at-time): Doc fix.
17191
17192 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17193
17194         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17195         (gnus-summary-limit-map): Add it.
17196         (gnus-summary-make-menu-bar): do.
17197
17198 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17199
17200         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17201         Make attempt at some caching support (done for BBDB only now).
17202         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17203         addresses to be checked.
17204         (spam-clear-cache-BBDB): Add function, to be invoked by
17205         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17206         (spam-check-BBDB): Check and use the caches, if
17207         spam-cache-lookups is on, remove superfluous (provide).
17208
17209 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17210
17211         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17212
17213 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17214
17215         * run-at-time.el (run-at-time-saved): Move to after the definition
17216         of `run-at-time'.
17217
17218         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17219
17220 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17221
17222         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17223         mm-w3m-local-map-property.
17224
17225         * mm-view.el (mm-w3m-mode-map): Remove.
17226         (mm-w3m-local-map-property): Remove.
17227         (mm-inline-text-html-render-with-w3m): Don't use
17228         mm-w3m-local-map-property.
17229
17230 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17231
17232         * run-at-time.el: New file.
17233
17234         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17235         under Emacs.
17236
17237         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17238         of gnus-set-text-properties.
17239
17240         * gnus-uu.el (gnus-uu-save-article): Ditto.
17241
17242         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17243
17244         * gnus-cite.el (gnus-cite-parse): Ditto.
17245
17246         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17247         of gnus-.
17248
17249         * gnus-xmas.el (run-at-time): Require run-at-time.
17250
17251         * gnus.el: Changed calls to nnheader-run-at-time and
17252         password-run-at-time throughout to use run-at-time directly.
17253
17254         * password.el: Removed definition of run-at-time.
17255
17256         * nnheaderxm.el: Remove definition of run-at-time.
17257
17258 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17259
17260         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17261         in prompt.
17262
17263 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17264
17265         * messagexmas.el (message-xmas-redefine): Alias
17266         `message-make-caesar-translation-table' to
17267         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17268         version.
17269
17270         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17271         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17272         `gnus-xmas-set-text-properties'.
17273         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17274         `gnus-xmas-completing-read'.
17275         (gnus-xmas-completing-read): Removed.
17276         (gnus-xmas-open-network-stream): Removed.
17277
17278         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17279         XEmacs version.
17280
17281         * dns.el (dns-make-network-process): Use `open-network-stream'
17282         instead of `gnus-xmas-open-network-stream'.
17283
17284         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17285
17286         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17287
17288 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17289
17290         * gnus-art.el (gnus-mime-display-alternative)
17291         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17292         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17293         Don't use gnus-local-map-property.
17294
17295         * gnus-util.el (gnus-local-map-property): Remove.
17296
17297         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17298         gnus-completing-read-maybe-default with completing-read.
17299
17300         * gnus-util.el (gnus-completing-read): do.
17301         (gnus-completing-read-maybe-default): Remove.
17302
17303 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17304
17305         * password.el: Only autoload `run-at-time' if not XEmacs.
17306         Only autoload the itimer functions if XEmacs.
17307
17308 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17309
17310         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17311         XEmacsen.
17312
17313         * dgnushack.el: Autoload executable-find for XEmacs.
17314
17315 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17316
17317         * gnus-art.el (gnus-read-string): Remove.
17318         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17319         read-string.
17320
17321 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17322
17323         * netrc.el: Autoload password-read.
17324         (netrc): Add configuration group.
17325         (netrc-encoding-method, netrc-openssl-path): Add
17326         variables for encoding and decoding of files with symmetric
17327         ciphers.
17328         (netrc-encode): Add assistant function to encode a file with
17329         netrc-encoding-method.
17330         (netrc-parse): Add interactive parameter, added optional
17331         decoding if netrc-encoding-method is non-nil but otherwise
17332         behavior is standard.
17333         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17334         Do s/encode/encrypt/ everywhere.
17335
17336         * spam.el: Remove executable-find autoload.
17337
17338 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17339
17340         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17341
17342         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17343
17344 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17345
17346         * gnus-art.el (gnus-treat-ansi-sequences)
17347         (article-treat-ansi-sequences): New variable and function.
17348         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17349
17350         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17351         Use it.
17352
17353 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17354
17355         * mm-util.el (mm-quote-arg): Remove.
17356
17357         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17358         shell-quote-argument.
17359
17360         * gnus-uu.el (gnus-uu-command): do.
17361
17362         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17363
17364         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17365         with make-char.
17366
17367         * mm-util.el (mm-make-char): Remove.
17368
17369         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17370         add-minor-mode.
17371
17372         * gnus-undo.el (gnus-undo-mode): do.
17373
17374         * gnus-topic.el (gnus-topic-mode): do.
17375
17376         * gnus-sum.el (gnus-dead-summary-mode): do.
17377
17378         * gnus-start.el (gnus-slave-mode): do.
17379
17380         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17381
17382         * gnus-ml.el (gnus-mailing-list-mode): do.
17383
17384         * gnus-gl.el (gnus-grouplens-mode): do.
17385
17386         * gnus-draft.el (gnus-draft-mode): do.
17387
17388         * gnus-dired.el (gnus-dired-mode): do.
17389
17390         * gnus-ems.el (gnus-add-minor-mode): Remove.
17391
17392         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17393         Replace gnus-char-width with char-width.
17394
17395         * gnus-ems.el (gnus-char-width): Remove.
17396
17397         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17398         Replace gnus-char-width with char-width.
17399
17400         * gnus-ems.el (gnus-char-width): Remove.
17401
17402         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17403         definition.
17404         Remove Emacs 20 hash table compatibility code.
17405
17406         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17407         20 compatibility code.
17408
17409         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17410
17411         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17412
17413         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17414         with point-at-{eol,bol}.
17415
17416         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17417
17418         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17419
17420         * flow-fill.el (fill-flowed-point-at-bol)
17421         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17422
17423         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17424         Replace with point-at-{eol,bol} throughout all files.
17425
17426 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17427
17428         * ntlm.el (ntlm-string-as-unibyte): New macro.
17429         (ntlm-build-auth-response): Use it.
17430
17431         Remove Emacs 20 stuff:
17432         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17433         (butlast, mapc, remove): Remove the compiler macros.
17434         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17435         of delq and copy-sequence.
17436         * gnus-art.el (popup-menu): Remove the compiler macro.
17437         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17438         Emacs 20.
17439
17440 2004-01-05  Simon Josefsson  <jas@extundo.com>
17441
17442         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17443         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17444         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17445         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17446         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17447         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17448         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17449         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17450         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17451         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17452         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17453         string-xor into ntlm-string-xor.  Suggested by
17454         Jesper Harder <harder@myrealbox.com>.
17455
17456         * ntlm.el: Don't include poem.
17457
17458         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17459         Jesper Harder <harder@myrealbox.com>.
17460
17461         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17462
17463         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17464         probably breaks emacs with DL patch, but do we care? Is anyone
17465         still using the DL stuff?)
17466
17467         * sieve-manage.el: Use the password package.
17468         (sieve-manage-read-passwd): Remove.
17469         (sieve-manage-interactive-login): Use password.  Re-add
17470         condition-case around loop.
17471
17472         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17473         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17474         the password package.
17475
17476 2003-02-19  Simon Josefsson  <jas@extundo.com>
17477
17478         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17479         token.
17480
17481 2002-08-07  Simon Josefsson  <jas@extundo.com>
17482
17483         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17484         (sieve-manage-authenticators):
17485         (sieve-manage-authenticator-alist): Add some SASL mechs.
17486         (sieve-sasl-auth): New function.
17487         (sieve-manage-cram-md5-auth):
17488         (sieve-manage-plain-auth): Rewrite using SASL library.
17489         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17490         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17491         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17492         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17493
17494 2004-01-05  Simon Josefsson  <jas@extundo.com>
17495
17496         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17497         New files.
17498
17499 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17500
17501         * gnus-group.el (gnus-no-groups-message): Update.
17502
17503         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17504
17505 2003-11-09  Simon Josefsson  <jas@extundo.com>
17506
17507         * imap.el: Support for ID IMAP extension (RFC 2971).
17508         (imap-local-variables): Add imap-id.
17509         (imap-id): New variable.
17510         (imap-id): New function.
17511         (imap-parse-response): Parse untagged ID response.
17512         * nnimap.el (nnimap-id): New variable.
17513         (nnimap-open-connection): Use it.
17514
17515 2003-12-28  Simon Josefsson  <jas@extundo.com>
17516
17517         * gnus-score.el (gnus-score-edit-all-score): New.
17518         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17519
17520 2004-01-04  Simon Josefsson  <jas@extundo.com>
17521
17522         * password.el: Add.
17523
17524 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17525
17526         * dns.el (dns-query-types): Fix typo.
17527         (dns-query-types): New function.
17528         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17529         PTR and SOA replies, see RFC 1035.
17530
17531 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17532
17533         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17534
17535         * Moved to Changelog.2.
17536
17537 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17538
17539         * gnus.el (gnus-version-number): Bump version.
17540
17541 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17542
17543         * gnus.el: No Gnus v0.1 is released.
17544
17545 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17546
17547         * gnus.el: No Gnus v0.0 is released.
17548
17549 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17550
17551         * gnus.el (gnus-version-number): Bump.
17552         (gnus-version): No.
17553
17554 See ChangeLog.2 for earlier changes.
17555
17556     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17557       Free Software Foundation, Inc.
17558
17559   This file is part of GNU Emacs.
17560
17561   GNU Emacs is free software: you can redistribute it and/or modify
17562   it under the terms of the GNU General Public License as published by
17563   the Free Software Foundation, either version 3 of the License, or
17564   (at your option) any later version.
17565
17566   GNU Emacs is distributed in the hope that it will be useful,
17567   but WITHOUT ANY WARRANTY; without even the implied warranty of
17568   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17569   GNU General Public License for more details.
17570
17571   You should have received a copy of the GNU General Public License
17572   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17573
17574 ;; Local Variables:
17575 ;; coding: utf-8
17576 ;; fill-column: 79
17577 ;; add-log-time-zone-rule: t
17578 ;; End: