Strip Injection-* headers before superseding.
[gnus] / lisp / ChangeLog
1 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2
3         * message.el (message-ignored-supersedes-headers): Strip Injection-*
4         headers before superseding.
5
6 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * nnrss.el (nnrss-use-local): Add documentation.
9
10         * nnimap.el (nnimap-extend-tls-programs): New function.
11         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
12         (nnimap-wait-for-connection): Accept the greeting from the stupid
13         output from openssl s_client -starttls, too.
14
15         * tls.el (tls-starttls-switches): New variable.
16         (tls-find-starttls-argument): Use it.
17         (open-tls-stream): Ditto.
18
19         * netrc.el (netrc-credentials): Return the value of the "default"
20         entry.
21         (netrc-machine): Ditto.
22
23         * nnimap.el (nnimap-find-article-by-message-id): Really return the
24         article number.
25         (nnimap-split-fancy): New variable.
26         (nnimap-split-incoming-mail): Use it.
27
28         * nntp.el (nntp-server-list-active-group): Document.
29
30         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
31         SELECT to get the message-id.
32
33         * mail-source.el (mail-sources): Removed webmail support.
34         (defvar): Ditto.
35         (mail-source-fetcher-alist): Ditto.
36         (mail-source-fetch-webmail): Removed.
37
38         * webmail.el: Removed -- doesn't seem relevant any more.
39
40         * gnus.el: Fix up make-obsolete-variable declarations throughout.
41
42         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
43         the \r.
44
45 2010-09-30  Julien Danjou  <julien@danjou.info>
46
47         * gnus-agent.el (gnus-agent-add-group): Fix call to
48         gnus-completing-read.
49
50 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * nndoc.el (nndoc-retrieve-groups): New function.
53
54         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
55         `default', use nnmail-split-methods.
56         (nnimap-request-article): Downcase the NILs so that they are nil.
57
58         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
59         symbol.
60
61         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
62         code, since if the user has requested network, that's what they ought
63         to get.
64         (nnimap-request-set-mark): Erase the buffer before issuing commands.
65         (nnimap-split-rule): Mark as obsolete.
66
67         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
68         variable.
69
70         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
71         correct slot, too.
72
73 2010-09-29  Julien Danjou  <julien@danjou.info>
74
75         * gnus.el (gnus-local-domain): Declare variable obsolete.
76
77         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
78         computing.
79         (gnus-ido-completing-read): Require ido.
80
81 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * gnus-registry.el: Don't prompt on load, which makes it impossible to
84         build Gnus.
85
86         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
87         when interpreting the structures.
88         (nnimap-request-accept-article): Add \r\n to the lines to make this
89         work with Cyrus.
90
91         * nndraft.el (nndraft-request-expire-articles): Use the group name
92         instead if "nndraft".  Fix found by Nils Ackermann.
93
94 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
95
96         * nnregistry.el: Added.
97
98 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
99
100         * nnmail.el (group, group-art-list, group-art):
101         Remove unneeded directives.
102
103 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
104
105         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
106         (mm-mime-charset)
107         * rfc2047.el (rfc2047-syntax-table)
108         * utf7.el (utf7-utf-16-coding-system): Comment fix.
109
110         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
111         rather than `insert-file-contents' and `eval-region'.
112
113         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
114         construction.
115
116         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
117
118         * time-date.el: No need to require cl for Emacs 21.
119
120 2010-09-29  Julien Danjou  <julien@danjou.info>
121
122         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
123         replacement of `gnus-gravatar-relief' to mimic
124         `gnus-faces-properties-alist'.
125         Add :version property.
126
127 2010-09-28  Florian Ragwitz  <rafl@debian.org>
128
129         * gnus-util.el (gnus-use-ido): Removed.
130         (gnus-std-completing-read): Add wrapper around completing-read.
131         (gnus-icompleting-read): Add wrapper around ibuffer-read-buffer.
132         (gnus-ido-completing-read): Add wrapper around ido-completing-read.
133         (gnus-completing-read-function): Add to chose from the above completion
134         functions or to provide a custom one.
135         (gnus-completing-read): Use the completing-read function configured
136         with gnus-completing-read-function.
137
138 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * mail-source.el (mail-source-report-new-mail)
141         * message.el (message-default-mail-headers)
142         * mm-decode.el (mm-valid-image-format-p): Comment fix.
143
144         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
145
146 2010-09-28  Julien Danjou  <julien@danjou.info>
147
148         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
149         mail-address contains the same string as real-name.
150
151         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
152         non-blank in header, otherwise it'll get stripped.
153
154         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
155         real-name, and then for mail address rather than doing : or , search.
156
157 2010-09-27  Julien Danjou  <julien@danjou.info>
158
159         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
160         (gnus-server-goto-server): Use gnus-completing-read.
161
162         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
163
164         * mm-util.el (defalias): Use gnus-completing-read.
165         (mm-codepage-setup): Use gnus-completing-read.
166
167         * smime.el (smime-sign-buffer): Use gnus-completing-read.
168         (smime-decrypt-buffer): Use gnus-completing-read.
169
170         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
171
172         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
173         (mml-minibuffer-read-disposition): Use gnus-completing-read.
174         (mml-insert-multipart): Use gnus-completing-read.
175
176         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
177
178         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
179
180         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
181
182         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
183
184         * gnus.el (gnus-read-method): Use gnus-completing-read.
185
186         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
187
188         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
189         (gnus-mime-action-on-part): Use gnus-completing-read.
190         (gnus-article-encrypt-body): Use gnus-completing-read.
191
192         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
193         (gnus-topic-move-matching): Use gnus-completing-read.
194         (gnus-topic-copy-matching): Use gnus-completing-read.
195         (gnus-topic-sort-topics): Use gnus-completing-read.
196         (gnus-topic-move): Use gnus-completing-read.
197
198         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
199         (gnus-agent-add-group): Use gnus-completing-read.
200
201         * nnmairix.el (nnmairix-create-server-and-default-group): Use
202         gnus-completing-read.
203         (nnmairix-update-groups): Use gnus-completing-read.
204         (nnmairix-get-server): Use gnus-completing-read.
205         (nnmairix-backend-to-server): Use gnus-completing-read.
206         (nnmairix-goto-original-article): Use gnus-completing-read.
207         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
208
209         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
210
211         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
212         (gnus-group-make-useful-group): Use gnus-completing-read.
213         (gnus-group-make-web-group): Use gnus-completing-read.
214         (gnus-group-add-to-virtual): Use gnus-completing-read.
215         (gnus-group-browse-foreign-server): Use gnus-completing-read.
216
217         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
218         (gnus-summary-limit-to-extra): Use gnus-completing-read.
219         (gnus-summary-execute-command): Use gnus-completing-read.
220         (gnus-summary-respool-article): Use gnus-completing-read.
221         (gnus-read-move-group-name): Use gnus-completing-read.
222
223         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
224         (gnus-summary-score-effect): Use gnus-completing-read.
225
226         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
227
228         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
229         right completing-read function.
230         (gnus-use-ido): New variable
231         (gnus-completing-read-with-default): Remove.
232
233 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
236         x-focus-frame.
237
238         * nnimap.el (auth-source-forget-user-or-password)
239         (auth-source-user-or-password): Autoload.
240
241         * message.el (message-from-style, message-interactive)
242         (message-cite-prefix-regexp, message-sendmail-envelope-from)
243         (message-yank-prefix, message-indentation-spaces, message-signature)
244         (message-signature-file): Add comment.
245
246 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
247
248         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
249         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
250         new articles.
251
252         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
253         parts.
254         (nnimap-request-article): Work with the t setting, too.
255
256         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
257         that you don't get flashes of other buffers.
258         (gnus-summary-show-complete-article): Intern before setting.
259
260 2010-09-27  David Engster  <dengste@eml.cc>
261
262         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
263         well as HEADERS.
264         (nnmairix-retrieve-headers): Provide new argument for the above.
265
266 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
267
268         * gnus-sum.el (gnus-summary-move-article): Don't alter
269         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
270         group.
271
272         * nnimap.el (nnimap-update-info): Don't destructively alter active.
273
274         * message.el (message-cite-prefix-regexp): Revert my last edit.
275
276         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
277         variable instead of the Gnus variable.
278
279         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
280
281         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
282         again.
283
284         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
285         since some servers don't like it.
286         (nnimap-open-connection): Forget credentials if the server says the
287         password was wrong.
288         (nnimap-parse-line): Protect against invalid data.
289
290         * gnus-sum.el (gnus-summary-move-article): Add comment.
291         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
292         nothing alters it while scanning for new messages.
293
294         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
295         which may or may not help.
296         (nnimap-open-connection): If we're doing a stream connection, and then
297         discover we're on a STARTTLS-capable server, then open a STARTTLS
298         connection instead.
299
300 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
301
302         * sieve-manage.el (sieve-manage-default-stream): Make default stream
303         customizable.
304
305 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * nnimap.el (utf7): Required.
308
309         * message.el (message-cite-prefix-regexp): Remove "}" from citation
310         prefix.
311
312 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
313
314         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
315
316 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
317
318         * nnimap.el (nnimap-request-accept-article): Message the error on
319         error.
320
321 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
324
325 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
326
327         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
328         handing broken links to browse-url.
329
330 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
331
332         * nndoc.el (nndoc-request-list): Return success always.
333
334         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
335         `fetch-old' -- we only want to fetch the articles we've requested.  The
336         rest are in the agent, probably.
337         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
338         disappeared server" to something low.  It's not important.
339
340         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
341         arrived before the FETCH data.
342
343         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
344         target here, because we don't know the Gnus name of the group.
345
346         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
347         for the correct group.
348
349         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
350
351         * gnus.el (gnus): Give a final warning after startup.
352
353         * gnus-util.el (gnus-action-message-log): New variable.
354         (gnus-message): Use it.
355         (gnus-final-warning): New function.
356
357         * nnimap.el (nnimap-open-connection): Record the greeting.
358         (nnimap): Add greeting.
359
360 2010-09-26  Julien Danjou  <julien@danjou.info>
361
362         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
363         arguments.
364         (gnus-html-wash-images): Fix spec computing to include start/end.
365
366         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
367
368 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369
370         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
371         deletion.
372         (nnimap-retrieve-headers): Don't select the group, because that's
373         already done by nnimap-possibly-change-group.
374
375         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
376         (gnus-picon-transform-address): Use it.
377
378         * mail-source.el (mail-source-value): Revert previous patch.
379
380         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
381         on failure.
382         (nnimap-open-connection): Look up both virtual and physical server name
383         credentials.
384
385         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
386
387 2009-02-07  Dave Love  <fx@gnu.org>
388
389         * tls.el (open-tls-stream): Don't query killing process.
390
391 2009-02-08  Dave Love  <fx@gnu.org>
392
393         * gnus-win.el (gnus-window-to-buffer-helper,
394         gnus-all-windows-visible-p): Function needn't be a symbol.
395
396         * mail-source.el (mail-source-value): Function needn't be a symbol.
397
398 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * message.el (message-cite-prefix-regexp): Remove } from the cite
401         prefix.
402
403         * gnus-art.el (gnus-treatment-function-alist): Do picons before
404         highlight again, so that the highlight is correct.
405
406         * gnus-picon.el (gnus-picon): Remove again.
407         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
408
409         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
410         doing the header highlightling, so that the background colour of the
411         picon is correct.
412
413         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
414         (gnus-picon): Ditto.
415         (gnus-picon): Reinstate.  The background colour for picons is white.
416         (gnus-picon-insert-glyph): Make the background white.
417
418         * nnml.el (nnml-open-nov): Don't return dead buffers.
419
420         * auth-source.el (auth-source-create): Query the user for whether to
421         store the credentials.
422
423         * netrc.el (netrc-store-data): New function.
424
425         * auth-source.el (auth-source-user-or-password): Use the existing auth
426         sources, if any, for creation.
427
428         * gnus.el (gnus-group-fast-parameter): Return the last matching
429         parameter instead of the first matching parameter.
430
431 2010-09-26  Julien Danjou  <julien@danjou.info>
432
433         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
434
435 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * mml2015.el (mml2015-use): Remove gpg support.
438
439         * mml1991.el (mml1991-function-alist): Remove gpg function.
440         (mml1991-gpg-sign): Removed.
441
442 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
443
444         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
445         (gnus-browse-unsubscribe-current-group): Document it.
446         (gnus-browse-unsubscribe-group): Use it.
447
448 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
451         address to the To list for easier response.
452
453         * gnus.el (gnus-play-startup-jingle): Removed.
454         (gnus-splash): Don't play jingle.
455         (gnus): Silence gnus-load message.
456
457         * gnus-art.el (gnus-treat-play-sounds): Removed.
458
459         * gnus.el (gnus-play-jingle): Remove audio support.
460
461         * gnus-cus.el (gnus-score-customize): Remove audio reference.
462
463         * earcon.el: Removed -- no users.
464
465         * gnus-audio.el: Removed -- no users of this package.
466
467         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
468
469         * gnus-start.el (gnus-setup-news): Remove nocem support.
470
471         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
472
473         * gnus.el (gnus-use-nocem): Removed.
474
475         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
476         Removed.
477
478         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
479         uses NoCeM any more.
480
481         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
482         (gnus-button-ctan-handler): Ditto.
483         (gnus-button-handle-ctan-bogus-regexp): Ditto.
484         (gnus-button-ctan-directory-regexp): Ditto.
485         (gnus-button-handle-ctan): Ditto.
486         (gnus-button-tex-level): Ditto.
487         (gnus-button-alist): Removed CTAN stuff.
488
489 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
492         nnimap-streaming test.
493
494         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
495         servers twice.
496
497         * nnimap.el (nnimap-open-connection): Add more error reporting when
498         nnimap fails early.
499
500         * nnheader.el (nnheader-get-report-string): New function.
501         (nnheader-get-report): Use it.
502
503         * gnus-int.el (gnus-check-server): Say what the error was when opening
504         failed.
505
506         * nnimap.el (nnimap-wait-for-response): Search further when we're not
507         using streaming.
508
509 2010-09-25  Julien Danjou  <julien@danjou.info>
510
511         * gnus-html.el (gnus-html-rescale-image): Use our defalias
512         gnus-window-inside-pixel-edges.
513
514 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
515
516         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
517
518         * mm-decode.el (mm-save-part): Allow saving to other directories the
519         normal Emacs way.
520
521         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
522         by Jay Berkenbilt.
523
524         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
525         there isn't a single byte.
526
527         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
528         just do it.  It doesn't really seem to matter what the user responds
529         here, I think, so it's just a confusing question.
530
531         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
532         non-streaming case.
533
534         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
535         (gnus-article-encrypt-body): Use it.
536
537         * gnus-sum.el (gnus-summary-show-complete-article): New command and
538         keystroke.
539
540         * nnimap.el (nnimap-find-wanted-parts-1): Use
541         gnus-fetch-partial-articles.
542
543         * gnus-art.el (gnus-fetch-partial-articles): New variable.
544
545         * nnimap.el (nnimap-insert-partial-structure): New function.
546         (nnimap-get-partial-article): New function.
547         (nnimap-request-article): Use it.
548         (nnimap-wait-for-response): Return whether the wait was successful.
549         (nnimap-finish-retrieve-group-infos): Don't do anything if the
550         retrieval wasn't successful.
551         (nnimap-retrieve-group-data-early): Allow throttling servers.
552         (nnimap-streaming): New variable.
553         (nnimap-fetch-partial-articles): Removed.
554
555         * mm-decode.el (mm-with-part): Protect against killed buffers.
556
557         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
558         for prettier summary display.
559
560 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
561
562         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
563         directly.
564
565 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
568         apparently third-party libraries depend on it.
569
570         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
571         before starting negotiation.
572
573         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
574         privacy reasons.
575         (gnus-treat-mail-gravatar): Ditto.
576
577         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
578         buffer when inserting images.  Inserting text into the headers, for
579         instance, can make them invalid.
580
581 2010-09-25  Julien Danjou  <julien@danjou.info>
582
583         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
584         variables.
585
586         * nnheader.el: Remove useless variables news-reply-yank-from and
587         news-reply-yank-message-id.
588
589         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
590         variables.
591
592         * mml1991.el: Remove useless mml1991-verbose.
593
594         * gnus.el: Remove useless variable gnus-use-generic-from.
595         Remove obsolete variable gnus-topic-indentation.
596
597         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
598
599         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
600
601         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
602
603         * gnus-group.el: Remove useless gnus-group-icon-cache.
604         Remove useless gnus-ephemeral-group-server.
605
606         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
607
608         * mml2015.el: Remove useless mml2015-verbose.
609
610         * mml-smime.el: Remove useless mml-smime-verbose.
611
612         * gnus.el: Remove useless gnus-local-domain.
613
614         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
615         gnus-gravatar-size.
616
617         * gnus-art.el: Remove useless gnus-treat-translate.
618
619 2010-09-24  Julien Danjou  <julien@danjou.info>
620
621         * gnus-sum.el: Add support for Gravatars.
622
623         * gnus-art.el: Add support for Gravatars.
624
625         * gnus-gravatar.el: Add this file.
626
627         * gravatar.el: Add this file.
628
629 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
632
633         * gnus-group.el (gnus-group-fetch-faq): Removed.
634
635         * gnus.el (gnus-group-faq-directory): Removed.
636
637         * gnus-group.el (gnus-group-fetch-charter): Removed.
638
639         * gnus.el (gnus-group-charter-alist): Removed.
640
641         * gnus-group.el (gnus-group-archive-directory): Removed.
642         (gnus-group-recent-archive-directory): Ditto.
643         (gnus-group-make-archive-group): Removed.
644
645         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
646
647         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
648         use the same article number for all the cached articles.
649
650         * nnimap.el (nnimap-command): Register the last command time so
651         that we can use it for idling NOOPs.
652         (nnimap-open-connection): Start the keeplive timer.
653         (nnimap-make-process-buffer): Store all the process buffers.
654         (nnimap-keepalive): New function.
655
656         * starttls.el: (starttls-open-stream): Add autoload cookie.
657
658 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
659
660         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
661         handling.
662
663 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
664
665         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
666         its data structures.
667
668         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
669         instead of the cl.el copy-list.
670         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
671         equalp.
672
673 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
674
675         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
676         and tool-bar-local-item-from-menu.
677
678         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
679         mode-line-highlight face for Emacs.
680
681         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
682         loading gnus-sum.elc; fix comment for canlock-verify.
683         (gnus-article-jump-to-part): Use read-number.
684         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
685         Emacs pre-21 compatible code for help-echo.
686         (gnus-article-next-page-1): No need to adjust the number of lines.
687         (gnus-article-describe-bindings): Always use help-buffer.
688
689         * gnus-audio.el (gnus-audio-inline-sound)
690         * gnus-cus.el (gnus-custom-mode)
691         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
692
693         * gnus-sum.el (gnus-remove-overlays): Doc fix.
694
695         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
696         compatible code.
697
698 2010-09-24  Glenn Morris  <rgm@gnu.org>
699
700         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
701         visiting the fcc file in rmail-mode.
702
703         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
704
705 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * nnir.el: Silence the byte compiler.
708
709         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
710         alias to browse-url-url-encode-chars if any.
711         (gnus-html-encode-url): Use it.
712
713 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
714
715         * gnus-start.el (gnus-use-backend-marks): New variable.
716         (gnus-get-unread-articles-in-group): Use it.
717
718         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
719         makeover.
720
721 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
722
723         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
724
725 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
726
727         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
728         Removed.
729         (gnus-setup-news-hook): Removed
730         gnus-fixup-nnimap-unread-after-getting-new-news.
731
732         * gnus-int.el (gnus-request-update-info): Protect against backends not
733         having the function.
734
735         * nnimap.el (nnimap-stream): Mention starttls.
736         (nnimap-open-connection): Add starttls support.
737
738 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
739
740         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
741
742 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
745         BODYSTRUCTUREs.
746         (nnimap-transform-headers): Unfold quoted {42} headers.
747
748         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
749         the info.
750         (gnus-get-unread-articles): Only call updatep on backends that support
751         it.
752
753         * nnweb.el (nnweb-request-update-info): NOOP.
754
755         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
756
757         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
758         since it only deals with marks.
759
760         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
761         gnus-request-marks, and make a new gnus-request-update-info.
762
763         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
764         the active instead of the high number, which is usually too low.
765
766 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
767
768         * netrc.el (netrc-parse): Remove encrypt.el mentions.
769         * encrypt.el: Removed.
770
771 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
772
773         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
774         server in symbolic form.
775
776         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
777         0.9.
778
779 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
782         (nnimap-update-info): Fix up code slightly.
783
784         * gnus-int.el (gnus-open-server): Add tracing for performance
785         debugging.
786
787         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
788         (gnus-group-insert-group-line): Pass the real group name so that it
789         gets the right data.
790
791         * gnus-start.el (gnus-get-unread-articles): Don't have
792         `gnus-get-unread-articles-in-group' update info, since that can be
793         really slow and doesn't seem to be needed?
794
795 2010-09-22  Dan Christensen  <jdc@uwo.ca>
796
797         * time-date.el (date-to-time): Try using parse-time-string first before
798         using the slower timezone-make-date-arpa-standard.
799
800 2010-09-22  Julien Danjou  <julien@danjou.info>
801
802         * gnus-group.el (gnus-group-insert-group-line): Call
803         gnus-group-highlight-line.
804         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
805         default hook list.
806         (gnus-group-update-eval-form): Add new function.
807         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
808         (gnus-group-get-icon): Use gnus-group-update-eval-form.
809
810 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
813         immediate, then expire all articles.
814         (nnimap-update-info): Fix off-by-one errors.
815         (nnimap-flags-to-marks): Would return no marks lists for group with no
816         flags.  Instead return the other data.
817
818 2010-09-22  Julien Danjou  <julien@danjou.info>
819
820         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
821         Only return an icon.
822         (gnus-group-insert-group-line): Compute icon to return.
823
824         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
825         variable.
826         (gnus-html-image-fetched): Only cache if
827         gnus-html-image-automatic-caching is set.
828         (gnus-html-image-fetched): Check for errors.
829
830 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
833         once per method on `g'.  This ensures that backends like nnfolder don't
834         open all their folders.
835
836         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
837         (nnimap-request-list): Nix out group in the correct buffer.
838         (nnimap-parse-flags): Implement by using `read' instead of
839         hand-parsing.
840         (nnimap-flags-to-marks): Pass on permanent-flags.
841         (nnimap-make-process-buffer): Record the server name.
842         (nnimap-parse-flags): Fix typo.
843         (nnimap-request-scan): Run split on the server in general, not just a
844         single group.
845
846         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
847         parameter, and propagate this downwards.
848
849         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
850         since EXAMINE changes it on the server.
851
852         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
853         this command might take a while.
854
855 2010-09-22  Julien Danjou  <julien@danjou.info>
856
857         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
858         harmful if you have 2 images side-by-side, they can't be properly
859         update on text deletion.  Using text-property is safer here.
860         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
861         data.
862
863 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * nnimap.el (nnimap-expunge-inbox): Removed.
866         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
867         (nnimap-expunge): Flip default to t.
868
869         * gnus.el (gnus-method-to-server): Don't push things to the cache
870         unless it's unique.
871         (gnus-server-to-method): Ditto.
872
873 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
874
875         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
876
877 2010-09-22  Julien Danjou  <julien@danjou.info>
878
879         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
880         get the start of data.
881         (gnus-html-encode-url): Add this function to encode special chars in
882         URL.
883         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
884         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
885
886         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
887         default.
888         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
889
890         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
891         images alt-text.
892         (gnus-html-put-image): Put alt-text as help-echo.
893
894 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
895
896         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
897         * mm-util.el (mm-decompress-buffer)
898         * nnir.el (nnir-run-find-grep)
899         * pop3.el (pop3-list): Use 3rd arg of split-string.
900
901         * time-date.el (format-seconds): Comment fix.
902
903         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
904         and byte-optimize-form-code-walker.
905         (dgnushack-make-auto-load): Don't advise make-autoload.
906
907         * lpath.el: Remove Emacs 21 stuff.
908
909 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
912         outside the active range.  Suggested by Dan Christensen.
913
914         * gnus-start.el (gnus-get-unread-articles): Get the extended method
915         slightly later to avoid double-getting it.
916
917         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
918         previous patch.
919
920         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
921
922 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
923
924         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
925
926 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * gnus-int.el (gnus-open-server): Give a better error message in the
929         "go offline" case.
930
931         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
932         marks for nnimap, which is seldom the right thing to do.
933
934         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
935         (gnus-same-method-different-name): New function.
936
937         * nnimap.el (parse-time): Require.
938
939         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
940         method in the presence of many similar methods.
941
942         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
943
944         * nnimap.el (nnimap-find-expired-articles): Don't refer to
945         nnml-inhibit-expiry.
946
947         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
948         find out whether methods are equal.
949
950         * nnimap.el (nnimap-find-expired-articles): New function.
951         (nnimap-process-expiry-targets): New function.
952         (nnimap-request-move-article): Request the article before looking at
953         what the Message-ID is.  Fix found by Andrew Cohen.
954         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
955
956         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
957         for oldness in addition to being a predicate.
958
959         * nnimap.el (nnimap-request-group): When we have zero articles, return
960         the right data to Gnus.
961         (nnimap-request-expire-articles): Only delete articles immediately if
962         the target is 'delete.
963
964         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
965         method, this would bug out.
966
967         * gnus-group.el (gnus-group-expunge-group): Renamed from
968         gnus-group-nnimap-expunge, and implemented as a normal interface
969         function.
970
971         * gnus-int.el (gnus-request-expunge-group): New function.
972
973         * nnimap.el (nnimap-request-create-group): Implement.
974         (nnimap-request-expunge-group): New function.
975
976 2010-09-21  Julien Danjou  <julien@danjou.info>
977
978         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
979         (gnus-html-cache-expired): Add new function.
980         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
981         wethever we should display image for fetch it.
982         Compute alt-text earlier to pass it to the fetching function too.
983         (gnus-html-schedule-image-fetching): Change function argument to only
984         get one image at a time, not a list.
985         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
986         cache.
987         (gnus-html-get-image-data): New function to retrieve image data from
988         cache.
989         (gnus-html-put-image): Change buffer argument to use image data rather
990         than file, and place image above region rather than inserting a new
991         one. Do not take alt-text as argument, since it's useless now: we place
992         the image above alt-text.
993         (gnus-html-prune-cache): Remove.
994         (gnus-html-show-images): Start to fetch image when we find one, do not
995         push into a temporary list.
996         (gnus-html-prefetch-images): Only fetch image if they have expired.
997         (gnus-html-browse-image): Fix, use 'gnus-image-url.
998         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
999
1000 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
1003
1004 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1005
1006         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1007         spec inser "*" if the group isn't active instead of 0.
1008
1009         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1010         opening the server.
1011         (nnimap-request-delete-group): Implement group deletion.
1012         (nnimap-transform-headers): Return the size of the entire message in
1013         the Bytes header, not just the size of the first part.
1014         (nnimap-request-move-article): When moving an article from nnimap,
1015         request the article first so the accepting form has an article to
1016         accept.  Reported by Dan Christensen.
1017         (nnimap-command): Make sure that the error message doesn't error out.
1018
1019 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1020
1021         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1022         we haven't requested anything.
1023
1024 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1025
1026         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1027         "".  Fix found by Andrew Cohen.
1028
1029         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1030         instead of -encode-string.
1031
1032 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1033
1034         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1035
1036         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1037         by mm-subst-char-in-string.
1038
1039 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1042         waiting for the connection string.
1043
1044         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1045         arriving.
1046
1047         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1048         bogus characters.  This allows selecting certain Gmail groups.
1049
1050         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1051         (nnimap-fetch-partial-articles): New variable.
1052         (nnimap-open-connection): When looking for credentials, also use the
1053         nnimap-server-port.
1054         (nnimap-request-article): Return the group/article number, so that Gnus
1055         `^' works as expected.
1056         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1057         them.
1058
1059         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1060         comments.
1061         (gnus-methods-sloppily-equal): New function.
1062         (gnus): When using the development version of Gnus, load the gnus-load
1063         file.
1064
1065         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1066         `gnus-open-server' on each method before trying to scan them etc.  This
1067         ensures that all the backend parameters are set correctly.
1068
1069         * nnimap.el (nnimap-authenticator): New variable.
1070         (nnimap-open-connection): Allow anonymous login.
1071         (nnimap-transform-headers): The chars header is called Chars not
1072         Bytes.
1073         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1074         drops.
1075
1076         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1077         patch, found by Knut Anders Hatlen.
1078
1079 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1080
1081         * gnus-agent.el (gnus-agent-batch-confirmation)
1082         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1083         to gnus-message.
1084         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1085         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1086         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1087         * gnus-int.el (gnus-open-server): Likewise.
1088         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1089         (gnus-score-check-syntax): Likewise.
1090         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1091         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1092         Likewise.
1093         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1094
1095 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1096
1097         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1098         calling conventions so that prefetch doesn't bug out.
1099
1100 2010-09-19  Julien Danjou  <julien@danjou.info>
1101
1102         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1103         rather than `subst-char-in-region' in order to be able to replace ASCII
1104         char by UTF-8 ones.
1105
1106         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1107         than curl.
1108         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1109         the right URL and ALT text on images.
1110         (gnus-html-wash-tags): Fix tag case.
1111         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1112         (gnus-article-html): Add -o display_ins_del=2 option.
1113         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1114
1115 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1118         the extra mail headers, which sometimes seem to happen for unknown
1119         reasons.
1120
1121         * mail-parse.el (mail-header-encode-parameter): Define as
1122         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1123         (or most, perhaps?) mail readers don't understand the latter, but do
1124         understand the former.
1125
1126         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1127         to nil, so that no methods are automatically agentized.  I think this
1128         is probably what most users want.
1129
1130         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1131         from url-retrieve, for instance about invalid URLs.
1132
1133         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1134         groups that have no articles.
1135         (nnimap-request-article): Check that we really got an article when we
1136         requested one.
1137
1138         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1139         doesn't exist.
1140
1141         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1142         nntp buffer so the agent can save it.
1143         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1144         that CRLF doesn't get translated to \n.
1145         (nnimap-open-connection): Don't make 'shell commands only send \n.
1146
1147 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1148
1149         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1150         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1151         Update var name.
1152         (nnml-generate-nov-file): Use dolist.
1153         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1154         Use with-current-buffer.
1155
1156 2010-09-18  Julien Danjou  <julien@danjou.info>
1157
1158         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1159         parallel.
1160
1161 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1162
1163         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1164         the range update right.
1165         (nnimap-request-group): Don't make `M-g' bug out on group with no
1166         marks.
1167         (nnoo): Required, so that other packages can require nnimap.
1168         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1169         command we're looking for.  This helps when the server sends more
1170         responses after we've gotten everything we expected.
1171         (nnimap): Add a `newlinep' field to keep track of end-of-line
1172         conventions.
1173         Don't send CRLF to things that don't want it.
1174         (nnimap-request-accept-article): Ditto.
1175
1176 2010-09-18  Julien Danjou  <julien@danjou.info>
1177
1178         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1179         than curl to retrieve images.
1180
1181 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182
1183         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1184         the marks.
1185         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1186         (nnimap-wait-for-connection): New function.
1187         (nnimap-open-connection): If we have PREAUTH, don't query for login
1188         credentials.
1189         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1190         when doing a partial update.
1191
1192 2010-09-18  Julien Danjou  <julien@danjou.info>
1193
1194         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1195         tags.
1196
1197 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * nnimap.el (nnimap-credentials): New function.
1200         (nnimap-open-connection): Use the new function to look for credentials
1201         also on the numeric equivalents of "imap" and "imaps".
1202
1203         * gnus-start.el (gnus-activate-group): Send the info to
1204         gnus-request-group.
1205
1206         * nnimap.el (nnimap-request-group): Have the "check" version of the
1207         function parse flags and update the info, so that a `M-g' get a total
1208         resync of all flags from the group.
1209
1210         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1211         to allow backends to alter the info on group selection.  Also alter all
1212         the backend -request-group functions to take the parameter.
1213
1214         * nnimap.el (nnimap-store-info): New function.
1215         (nnimap-update-info): Store the info for later usage.
1216         (nnimap-request-group): Use the stored info for the dont-check case, so
1217         that we don't retrieve all marks when we enter a group.
1218
1219         * nnimap.el: Use deffoo instead of defun for interface functions.
1220
1221         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1222         update the group info.  This makes the nndraft groups, for instance, go
1223         back to their old behaviour.
1224
1225         * gnus-sum.el (gnus-select-newsgroup): Indent.
1226
1227         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1228         in.
1229         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1230         nothing.
1231
1232         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1233         from methods that are denied.
1234
1235         * gnus-int.el (gnus-method-denied-p): New function.
1236
1237         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1238         store the password instead of netrc.
1239         (nnimap-open-connection): Don't error out when we can't make a
1240         connections.
1241
1242         * auth-source.el (auth-source-create): In the password prompt, say what
1243         we're querying for.  Also prompt for user name if that hasn't been
1244         given.
1245
1246         * nnimap.el (nnimap-with-process-buffer): Removed.
1247
1248 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249
1250         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1251         method when we're reading from the agent.
1252
1253         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1254
1255         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1256         that's probably most useful for users.
1257
1258         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1259         "failed" all the time.
1260
1261         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1262         ...)) with (with-current-buffer ... ).
1263
1264         * nntp.el (nntp-open-server): Return whether the open was successful or
1265         not.
1266
1267         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1268         select an unread unseen article first.
1269
1270         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1271         /etc/services, supply some sensible port defaults.
1272
1273         * dgnushack.el: Define netrc-credentials.
1274
1275 2010-09-17  Julien Danjou  <julien@danjou.info>
1276
1277         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1278
1279 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1280
1281         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1282         doesn't have any parameters.
1283
1284 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1285
1286         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1287         only upcased checks.
1288
1289         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1290
1291         * nnimap.el (nnimap-open-shell-stream): New function.
1292         (nnimap-open-connection): Use it.
1293         (nnimap-transform-headers): Get the number of lines in each message.
1294         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1295         number of lines.
1296         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1297         problem.
1298
1299         * utf7.el (utf7-encode): Autoload.
1300
1301         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1302         to allow the mail splitting to not return a default group.  This is
1303         useful for nnimap, which will leave unmatched mail in the inbox.
1304
1305         * nnimap.el: Rewritten.
1306
1307         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1308         nnimap usage.
1309
1310         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1311         if the move is internal, so that nnimap can do fast internal moves.
1312
1313         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1314         data.
1315         (gnus-read-active-for-groups): Support finishing the early retrieval of
1316         data.
1317
1318         * gnus-range.el (gnus-range-nconcat): New function.
1319
1320         * gnus-int.el (gnus-finish-retrieve-group-infos)
1321         (gnus-retrieve-group-data-early): New functions.
1322
1323 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1324
1325         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1326         (nnrss-retrieve-groups):
1327         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1328         (pop3-quit): Use with-current-buffer.
1329
1330 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1331
1332         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1333         instead of nnheader-accept-process-output.
1334
1335         * dgnushack.el (dgnushack-compile): Add comment.
1336
1337         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1338
1339         * gnus-html.el (gnus-html-schedule-image-fetching)
1340         (gnus-html-prefetch-images): Replace process-kill-without-query by
1341         gnus-set-process-query-on-exit-flag.
1342
1343 2010-09-16  Romain Francoise  <romain@orebokech.com>
1344
1345         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1346
1347 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1348
1349         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1350         parameter to unintern is mandatory-ish in Emacs 24.
1351
1352         * gnus-html.el (gnus-html-schedule-image-fetching)
1353         (gnus-html-prefetch-images): Check for curl before using it.
1354
1355         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1356         depend on curl, which isn't essential.
1357
1358         * imap.el: Revert back to version
1359         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1360         seem problematic.
1361
1362 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1363
1364         * gnus-registry.el (gnus-registry-install-shortcuts):
1365         Explicitly pass `obarray' to `unintern' to avoid a warning.
1366
1367 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1370         change.
1371
1372         * nnrss.el (nnrss-request-list): Removed this function and related
1373         functions, including the moreover stuff.
1374
1375 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * nnrss.el (nnrss-retrieve-groups): New function.
1378
1379 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1380
1381         * .dir-locals.el: Add no-byte-compile cookie.
1382
1383 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * time-date.el (format-seconds): Comment fix.
1386
1387         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1388         for back end that doesn't support request-scan.
1389
1390 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391
1392         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1393         then do request scans from the backends.
1394
1395         * netrc.el (netrc-credentials): New conveniency function.
1396
1397         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1398         avoid running a hook per line, since this takes a lot of time,
1399         profiling shows.
1400         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1401         directly if gnus-visual-p is true.
1402
1403 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1406         groups; replace mapcar with dolist which is a bit faster; pass groups
1407         info to gnus-read-active-file-1.
1408         (gnus-read-active-file-1): Scan only specified groups if the new
1409         optional arg `infos' is given.
1410
1411 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1414
1415         * pop3.el (pop3-movemail): Removed.
1416         (pop3-streaming-movemail): Renamed to pop3-movemail.
1417
1418         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1419         don't restrict end-tag searches to the end of the line.
1420
1421 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1424         articles of every unchecked group to t, which means unknown since the
1425         server has never been opened.
1426
1427 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428
1429         * gnus-html.el (gnus-html-show-alt-text): New command.
1430         (gnus-html-browse-image): Ditto.
1431         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1432         to browse the image directly.
1433         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1434         better.
1435
1436         * gnus-async.el (gnus-async-article-callback): Call
1437         `gnus-html-prefetch-images' unconditionally.
1438
1439         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1440         before feeding URLs to curl.
1441
1442 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1445         internal images as deletable by `W D D'.
1446
1447         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1448         (gnus-async-article-callback): Fix typo.
1449
1450 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1453         current line to work around bugs in the output from w3m.
1454
1455         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1456         for groups that want that.
1457
1458         * nntp.el (nntp-wait-for-string): Supply a timeout for
1459         accept-process-output to ensure progress.
1460
1461         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1462         level to get unread articles from, then use that for foreign groups,
1463         too.
1464
1465         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1466         confuses the rest of the function.
1467
1468         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1469         for the methods that support -retrieve-groups, too.
1470
1471         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1472
1473 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1474
1475         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1476         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1477
1478         * pop3.el: Require cl when compiling.
1479         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1480
1481 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1482
1483         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1484         that aren't going to be activated.
1485         (gnus-get-unread-articles): Fix up the last commit.
1486
1487         * gnus-html.el (gnus-article-html): Allow calling without specifying
1488         the handle.  In that case, dissect the buffer first.
1489
1490         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1491
1492         * nnimap.el (nnimap-open-connection): Revert the change that would look
1493         into authinfo for imaps instead of imap.
1494
1495         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1496         say that you don't want to call gnus-request-group with don-check, but
1497         do check the reponse.  This is for virtual groups only.
1498         (gnus-get-unread-articles): Count the archive groups as secondary, so
1499         that they're activated the same way as before.
1500
1501         * imap.el (imap-message-map): Removed optional buffer parameter, since
1502         no callers use it.
1503         (imap-message-get): Ditto.
1504         (imap-message-put): Ditto.
1505         (imap-mailbox-map): Ditto.
1506         (imap-mailbox-put): Ditto.
1507         (imap-mailbox-get): Ditto.
1508         (imap-mailbox-get): Revert last change for this function.
1509
1510         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1511         case-insensitively.
1512         (nnimap-debug): Removed.
1513
1514         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1515         to use `imap-fetch' instead.  According to the comments, this should be
1516         safe, since all other IMAP clients use the 1:* syntax.
1517         (imap-enable-exchange-bug-workaround): Removed.
1518         (imap-debug): Removed -- doesn't seem very useful.
1519
1520         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1521         mail from a file, and the file doesn't exist.
1522
1523         * imap.el (imap-log): New convenience function used throughout instead
1524         of repeating the same code all over the place.
1525
1526         * pop3.el (pop3-streaming-movemail): Return t for success.
1527
1528         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1529         .authinfo if we're using ssl connection.
1530
1531         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1532         already have if we're in a main Gnus `g' run.
1533
1534         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1535
1536 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1539
1540         * nnmh.el (nnmh-request-list-1): Bind `file'.
1541
1542         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1543         alias to set-process-query-on-exit-flag or process-kill-without-query.
1544         (pop3-open-server): Use it.
1545
1546 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1547
1548         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1549         box to the Incoming file.  Fixes mistake in previous checkin.
1550
1551         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1552         request loop (for debugging purposes) removed.
1553
1554         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1555         culprit is more visible.
1556         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1557         (nnml-add-incremental-nov): New functions to do "incremental" nov
1558         updates, where we just append to the end of the existing nov files
1559         without reading/writing them in full.
1560
1561         * mail-source.el (mail-source-delete-crash-box): Really only check the
1562         incoming files once in a while.
1563
1564         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1565
1566         * mail-source.el (mail-source-delete-crash-box): Only check the
1567         incoming files for deletion once per day to save a lot of file
1568         accesses.
1569
1570         * pop3.el (pop3-logon): Fix up unbound variable typo.
1571
1572         * mail-source.el (pop3-streaming-movemail): Autoload.
1573
1574         * pop3.el (pop3-streaming-movemail): Respect
1575         pop3-leave-mail-on-server.
1576
1577         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1578         retrieval.
1579
1580         * pop3.el (pop3-process-filter): Removed unused function.
1581         (pop3-streaming-movemail, pop3-send-streaming-command)
1582         (pop3-wait-for-messages, pop3-write-to-file)
1583         (pop3-number-of-responses): New functions for streaming pop3
1584         retrieval.
1585
1586         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1587         come from no known methods.
1588         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1589         list.
1590
1591         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1592         message sizes.
1593         (pop3-movemail): Use erase-buffer instead of looping and deleting
1594         regions, which seems rather odd.
1595
1596         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1597         file once per `g' run.
1598
1599         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1600         directories.  This makes the draft queue directory work.
1601
1602         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1603         data from the backends, so that we only request the list of groups from
1604         each method once.  This should speed things up considerably.
1605
1606         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1607         detect that it's not implemented.
1608
1609         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1610         we actually do recurse down into the tree, but don't stat all leaf
1611         nodes.
1612
1613         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1614         then say so instead of bugging out.
1615
1616         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1617         files exist before trying to read them.
1618
1619         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1620         around <pre_int>.
1621
1622         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1623
1624         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1625
1626 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * mm-util.el (mm-image-load-path): Just return the image directories,
1629         not all directories in the path in addition to the image directories.
1630         (mm-image-load-path): Maintain a cache of the image directories so that
1631         the `g' command in Gnus doesn't have to stat dozens of directories each
1632         time.
1633
1634         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1635         (gnus-html-wash-tags): Add a new `i' command to insert images.
1636         (gnus-html-insert-image): New command and keystroke.
1637         (gnus-html-redisplay-with-images): New command and keystroke.
1638         (gnus-html-show-images): Renamed command.
1639         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1640         spacers.
1641         (gnus-html-wash-tags): Decode entities at the end, so that entities
1642         inside the tags don't mess up the rest of the "parsing".
1643
1644         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1645         so that nnimap methods aren't agentized by default.  There's apparently
1646         many problems related to agent/imap behaviour.
1647
1648         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1649
1650         * gnus-html.el: Doc fix.
1651
1652 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1655         specifier-spec-list for Emacs 21.
1656
1657         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1658         glyph-width and glyph-height instead of display-graphic-p and
1659         image-size; make avoidance of displaying small images work for XEmacs.
1660
1661         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1662         for XEmacs.
1663
1664         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1665         of symbol that holds plist data.
1666         (gnus-process-plist): Remove plist of process after getting it.
1667
1668 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1669
1670         * message.el (message-generate-hashcash): Change default to
1671         'opportunistic if hashcash is installed.
1672
1673         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1674         (gnus-html-put-image): Only call image-size once, since it's somewhat
1675         time-consuming on remote X servers.
1676
1677 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1680         type on data, not a file name.
1681
1682         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1683         window-pixel-edges for Emacs 21.
1684
1685         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1686         decoded contents.
1687         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1688
1689 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1692         group line format, since it isn't very interesting.
1693
1694         * gnus-agent.el (gnus-agent-short-article),
1695         (gnus-agent-long-article): Increase values for these two variables,
1696         since most people are likely to have more network connection and
1697         storage than before.
1698
1699         * gnus.el (gnus-refer-article-method): Change default to 'current.
1700         When referring an article, the common behaviour is to refer it from the
1701         current select method, not the native select method.  The chances of
1702         the native select method having the message in question is rather slim
1703         these days.
1704
1705         * gnus-sum.el (gnus-auto-select-subject): Change default to
1706         `unseen-or-unread'.  I think it's likely that most people want to
1707         select an unseen article over a previously seen, but unread one.
1708
1709         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1710         means that in the article buffer none of the minor mode elements will
1711         be shown, usually, and this is not desirable in most cases.
1712
1713         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1714         that commands like `d' (and the like) go to the next line in the
1715         buffer, instead of the next unread article.  I think this is the
1716         behaviour that is most natural for most users.
1717         (gnus-single-article-buffer): Change default to nil, so that people can
1718         have as many article buffers open as they have summary buffer.  I think
1719         this is the most natural way for the groups to behave.
1720
1721         * message.el (message-generate-new-buffers): Change default to
1722         `unsent', so that all new message buffers start their names with the
1723         string "*unsent", and it's easier to find the buffers if you move from
1724         them.
1725
1726 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1727
1728         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1729         small.  They're probably tracking images.
1730         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1731         (gnus-html-rescale-image): Yet another try at getting the image sizing
1732         right.
1733
1734         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1735         nntp-marks-file-name is nil.
1736
1737 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1738
1739         * gnus-html.el (gnus-html-wash-tags)
1740         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1741         Better logging.
1742
1743 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1744
1745         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1746
1747         * gnus-html.el (gnus-html-wash-tags): Check the value of
1748         gnus-blocked-images in the summary buffer.
1749
1750 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1751
1752         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1753
1754 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1757         like "a", it seems like.
1758         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1759         since it needs to be picked from the correct buffer.
1760
1761         * nnwfm.el: Removed.
1762
1763         * nnlistserv.el: Removed.
1764
1765 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1766
1767         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1768         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1769
1770 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * nnkiboze.el: Removed.
1773
1774         * nndb.el: Removed.
1775
1776         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1777         alt text.
1778         (gnus-html-rescale-image): Try to get the rescaling logic right for
1779         images that are just wide and not tall.
1780
1781         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1782         overshadow variable bindings.
1783
1784 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1785
1786         * gnus-html.el (gnus-html-wash-tags)
1787         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1788         extra logging.
1789
1790 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1791
1792         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1793         (gnus-max-image-proportion): New variable.
1794         (gnus-html-rescale-image): New function.
1795         (gnus-html-put-image): Rescale images.
1796
1797 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1798
1799         Fix up some byte-compiler warnings.
1800         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1801         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1802         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1803         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1804         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1805         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1806         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1807
1808 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1809
1810         * gnus-html.el (gnus-article-html): Decode contents by charset.
1811
1812 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1815         (gnus-html-frame-width, gnus-blocked-images)
1816         * message.el (message-prune-recipient-rules): Add custom version.
1817         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1818
1819         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1820         functions.
1821
1822         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1823         gnus-process-get.
1824
1825 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1826
1827         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1828         instead of lsub directly.
1829
1830 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1831
1832         * nnwarchive.el: Removed.
1833
1834         * gnus-soup.el: Removed.
1835
1836         * nnsoup.el: Removed.
1837
1838         * nnultimate.el: Removed.
1839
1840         * gnus-html.el (gnus-blocked-images): New variable.
1841
1842         * message.el (message-prune-recipients): New function.
1843         (message-prune-recipient-rules): New variable.
1844
1845         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1846         guess whether a long line is natural text or not.
1847
1848         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1849         gnus-process-plist and friends for compatibility.
1850
1851 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1852
1853         * gnus-html.el: Require packages that define macros used in this file.
1854         (gnus-article-mouse-face): Declare to silence byte-compiler.
1855         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1856         process-get.
1857         (gnus-html-put-image): Use plist-get to avoid getf.
1858         (gnus-html-prefetch-images): Use with-current-buffer.
1859
1860 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1861
1862         * gnus-ems.el: Provide compatibility functions for
1863         gnus-set-process-plist.
1864
1865         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1866         header-line-format for XEmacs 21.4.
1867
1868         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1869         * gnus.el (gnus-valid-select-methods)
1870         * message.el (message-send-mail-partially-limit)
1871         * mm-decode.el (mm-text-html-renderer)
1872         * mml.el (mml-insert-mime-headers-always)
1873         * smiley.el (smiley-regexp-alist): Bump custom version.
1874
1875 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1876
1877         * gnus-html.el: require mm-url.
1878         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1879         with the url to `url'.
1880         (gnus-html-wash-tags): Support cid: URLs/images.
1881
1882 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1883
1884         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1885         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1886         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1887
1888         * gnus-move.el: Removed file, since it doesn't really work.
1889
1890         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1891         UTF-8.  This seems to fix problems with some German web feeds.
1892
1893         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1894         at the top so that the proper colours are applied.
1895
1896         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1897         don't have dots in their names.
1898
1899         * gnus-art.el (gnus-article-view-part): Doc fix.
1900
1901         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1902         XEmacs-compatible.
1903         (gnus-html-put-image): Don't do images on non-graphic displays.
1904
1905         * nnslashdot.el: Removed this unused backend.
1906
1907         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1908         actions.
1909         (gnus-undo-register-1): Revert last change.
1910
1911         * gnus-group.el (gnus-group-completing-read): Protect against not
1912         having completion-styles bound.
1913
1914         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1915         make broken recipients happier.
1916
1917         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1918
1919         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1920         point parameter.
1921
1922         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1923
1924         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1925         completion-styles for group selection.
1926
1927 2009-02-04  Andreas Schwab  <schwab@suse.de>
1928
1929         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1930         headers and regexp-quote the match if necessary.
1931
1932 2009-03-24  Miles Bader  <miles@gnu.org>
1933
1934         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1935         the blinking smiley.
1936
1937 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1938
1939         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1940         blink smiley.
1941
1942 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1945         where the dribbel file lives exists.
1946
1947         * message.el (message-send-mail-partially-limit): Change the default to
1948         nil, since most people don't want this.
1949
1950         * mm-url.el (mm-url-decode-entities): Also decode entities like
1951         &#x3212.
1952
1953 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1954
1955         * gnus-sum.el (gnus-summary-idna-message):
1956         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1957         Hyperlink urls in docstrings with URL `...'.
1958
1959 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1960
1961         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1962         functions.
1963
1964 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1967         say what the mouseover text should be.
1968
1969         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1970         version of the mm-w3m-safe-url-regexp variable to only download images
1971         in the groups where we want that to happen.
1972
1973         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1974
1975         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1976         easier debugging.
1977         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1978         big pictures in the article buffer.
1979
1980         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1981         gnus-article-html.
1982         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1983         w3m.
1984
1985         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1986
1987 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988
1989         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1990         which doesn't exist.
1991
1992         * message.el (message-inhibit-ecomplete): New variable to allow some
1993         function to inhibit ecomplete address storage.
1994         (message-resend): Disable ecomplete message storage when resending
1995         messages.
1996
1997         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1998
1999 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
2002         Save excursion while copying, moving, and deleting articles in order to
2003         prevent the cursor from jumping to unforeseen place.
2004
2005 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2006
2007         * lpath.el: No need to bind bookmark-current-buffer,
2008         bookmark-yank-point and bookmark-make-record-function.
2009
2010 2010-08-17  Glenn Morris  <rgm@gnu.org>
2011
2012         * gnus-sync.el: Require gnus components whose functions are used.
2013
2014         * gnus-art.el (bookmark-make-record-function):
2015         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2016         Declare for compiler.
2017
2018         * mm-url.el (mml-compute-boundary): Autoload.
2019
2020 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2023
2024 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2025
2026         Typo fix "hoo4a" -> "hook".
2027
2028         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2029
2030 2010-08-14  Glenn Morris  <rgm@gnu.org>
2031
2032         * gnus-sync.el (gnus-sync): Fix defgroup version.
2033
2034 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2035
2036         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2037
2038         * gnus-sync.el: Fix docs.
2039         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2040         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2041
2042 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2043
2044         Optimizations for gnus-sync.el.
2045
2046         * gnus-sync.el: Add docs about gnus-sync-backend
2047         possibilities.
2048         (gnus-sync-save): Remove unnecessary message.
2049         (gnus-sync-read): Optimize and show what groups were skipped.
2050
2051 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2052
2053         Minor bug fixes for gnus-sync.el.
2054
2055         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2056         read the sync on get-new-news.
2057
2058         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2059         quiet.
2060
2061         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2062
2063 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2064
2065         Make saving and restoring of hidden threads work with overlays.
2066         Patch applied by Ted Zlatanov.
2067
2068         * gnus-sum.el (gnus-hidden-threads-configuration)
2069         (gnus-restore-hidden-threads-configuration): Update to deal with text
2070         properties, rather than searching for a magic character.
2071
2072 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2073
2074         New gnus-sync.el library for synchronization of marks.
2075
2076         * gnus-sync.el: New library for synchronization of marks.
2077
2078         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2079         renamed from `gnus-registry-grep-in-list'.
2080
2081         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2082
2083         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2084
2085 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2088         determining charset of text fails.
2089
2090 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * nnmail.el (nnmail-get-new-mail-1): Revert.
2093
2094         * nnml.el (nnml-active-number): Make sure names of newly created groups
2095         in nnml-group-alist are encoded.
2096
2097 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2100         containing non-ASCII characters in active file for nnml back end.
2101
2102 2010-07-24  David Engster  <dengste@eml.cc>
2103
2104         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2105         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2106
2107 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2108
2109         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2110         tag (Bug#6654).
2111
2112 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2115         the article buffer, not the summary buffer.
2116
2117 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2120         Emacs 23 as well.
2121
2122 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2123
2124         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2125         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2126
2127 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2128
2129         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2130         Patch applied by Karl Fogel.
2131
2132         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2133         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2134
2135 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2136
2137         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2138         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2139         C-w still not working correctly from Article buffers; Thierry's
2140         patch to fix that will be applied after this.
2141
2142         * gnus-art.el (bookmark-make-record-function): New local variable.
2143
2144         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2145         article buffer.
2146         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2147
2148 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2149
2150         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2151         on changes in bookmark.el.
2152
2153 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2156         `no-log' instead of message not to log prompt string.
2157
2158 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2159
2160         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2161         the *other* type of HTML form submission.
2162
2163 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2164
2165         * auth-source.el (auth-source-pick): If choice does not contain a
2166         questioned keyword, set the check to t.
2167
2168 2010-06-12  Romain Francoise  <romain@orebokech.com>
2169
2170         * gnus-util.el (gnus-date-get-time): Move up before first use.
2171
2172 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2173
2174         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2175         (gnus-article-edit-part): Bind it to make last part that is substituted
2176         or deleted visible.
2177         (gnus-mime-display-single): Buttonize part of which id equals to
2178         gnus-mime-buttonized-part-id.
2179
2180 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2181
2182         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2183         (gnus-dd-mmm): Use gnus-date-get-time.
2184         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2185         simplify logic.
2186         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2187         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2188
2189 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2190
2191         * auth-source.el (top): Autoload `secrets-list-collections',
2192         `secrets-create-item', `secrets-delete-item'.
2193         (auth-sources): Fix tag string.
2194         (auth-get-source, auth-source-retrieve, auth-source-create)
2195         (auth-source-delete): New defuns.
2196         (auth-source-pick): Rewrite in order to avoid 2 passes.
2197         (auth-source-forget-user-or-password): New parameter USERNAME.
2198         (auth-source-user-or-password): New parameters CREATE-MISSING and
2199         DELETE-EXISTING.  Retrieve password interactively, if needed.
2200
2201 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2202
2203         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2204         deleting unused directories when gnus-expert-user is t.
2205
2206 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2209         for each temp file when gnus-article-browse-delete-temp is ask.
2210
2211 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2212
2213         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2214         Lisp calls to delete-backward-char by calls to delete-char.
2215
2216 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2217
2218         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2219
2220 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2221
2222         * password-cache.el (password-cache-remove): Fix docstring.
2223
2224 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2227         article unless decoding article to be saved.
2228
2229 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2232         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2233         generated within the mm-with-unibyte-current-buffer macro.
2234
2235 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2236
2237         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2238         to nil when we're in a mml-preview buffer and no group is selected.
2239
2240 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2241
2242         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2243         when catching the `C-g'.  Reported by "Leo".
2244
2245 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * message.el (message-forward-make-body-plain)
2248         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2249         multibyte-string-p.
2250
2251         * lpath.el: Revert.
2252
2253 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * message.el (message-forward-make-body-mml): Assume original message
2256         is multibyte string; error on unibyte.
2257         (message-forward-make-body-plain): Ditto; don't add excessive newline
2258         in body end.
2259
2260         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2261
2262 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2263
2264         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2265         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2266
2267 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * mm-extern.el (mm-extern-url): Don't use
2270         mm-with-unibyte-current-buffer.
2271         (mm-extern-cache-contents): Use with-current-buffer instead of
2272         save-excursion + set-buffer.
2273
2274 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * mm-util.el (mm-emacs-mule): Remove.
2277
2278 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2279
2280         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2281         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2282         change.
2283
2284 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2287         bind the default value of enable-multibyte-characters to nil.
2288
2289 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * message.el (message-forward-make-body-plain)
2292         (message-forward-make-body-mml):
2293         Don't use mm-with-unibyte-current-buffer.
2294
2295 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2296
2297         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2298
2299 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2300
2301         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2302         (Bug#5592).
2303
2304 2010-05-07  Julien Danjou  <julien@danjou.info>
2305
2306         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2307         it to mm-pipe-part.
2308
2309         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2310         it is given.
2311
2312 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2313
2314         * binhex.el (binhex-decode-region-internal)
2315         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2316         (dns-query)
2317         * nnweb.el (nnweb-gmane-search)
2318         * pgg-parse.el (pgg-parse-armor)
2319         * pgg.el (pgg-verify-region)
2320         * sha1.el (sha1-string-external)
2321         * uudecode.el (uudecode-decode-region-internal)
2322         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2323         XEmacs.
2324
2325         * gnus-art.el (gnus-article-browse-html-parts)
2326         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2327         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2328         make-temp-file.
2329
2330         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2331         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2332         compiling.
2333
2334         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2335         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2336         XEmacs when compiling.
2337
2338         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2339         gnus-pick-mode-off-hook for XEmacs when compiling.
2340         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2341         gnus-binary-mode-off-hook for XEmacs when compiling.
2342
2343         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2344         nil if char-charset is not available.
2345
2346         * imap.el (imap-disable-multibyte)
2347         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2348         macros.
2349
2350         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2351         instead of encode-coding-string.
2352
2353         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2354         'xemacs) instead of mm-emacs-mule to switch function definitions.
2355         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2356
2357         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2358         bind temporary-file-directory for XEmacs;
2359         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2360         timer-set-function for XEmacs 21.4 and SXEmacs;
2361         bind timer-list for XEmacs 21.4 and SXEmacs;
2362         fbind char-charset and find-charset-region for non-Mule XEmacs;
2363         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2364         encode-coding-region and encode-coding-string for XEmacs having no
2365         file-coding feature.
2366
2367 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2368
2369         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2370
2371 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2374         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2375
2376 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2377
2378         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2379         alias `jka-compr-delete-temp-file' no longer exists.
2380
2381 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2382
2383         Use define-minor-mode in Gnus where applicable.
2384         * mml.el (mml-mode): Use define-minor-mode.
2385         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2386         (gnus-undo-mode): Use define-minor-mode.
2387         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2388         (gnus-dead-summary-mode): Use define-minor-mode.
2389         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2390         Initialize in declaration.
2391         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2392         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2393         (gnus-mailing-list-mode): Use define-minor-mode.
2394         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2395         (gnus-draft-mode): Use define-minor-mode.
2396         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2397         (gnus-dired-mode): Use define-minor-mode.
2398
2399 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2400
2401         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2402         handles on recursive mml-to-mime translation and check them for
2403         boundary delimiter collisions.  Reported by Greg Troxel.
2404
2405 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2408
2409 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2410
2411         * mm-util.el (mm-find-buffer-file-coding-system):
2412         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2413
2414 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2415
2416         * message.el (message-generate-headers): Record insertion of optional
2417         headers as well.  Otherwise the check to prevent repeated insertion of
2418         optional headers is a no-op.
2419
2420 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2421
2422         * smime.el: Don't mention CVS.
2423
2424         * nnrss.el (nnrss-fetch): Don't mention CVS.
2425
2426         * nnir.el: Don't mention CVS.
2427
2428 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2429
2430         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2431
2432 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * lpath.el: Fbind bookmark-default-handler,
2435         bookmark-get-bookmark-record, bookmark-make-record-default,
2436         bookmark-prop-get for Emacs <23 and XEmacs.
2437
2438 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2439
2440         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2441         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2442         Use with-current-buffer to silence the byte-compiler.
2443         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2444         bother to require `gnus'.
2445         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2446
2447 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2448
2449         * gnus-sum.el (gnus-summary-bookmark-make-record)
2450         (gnus-summary-bookmark-jump): New functions.
2451         (gnus-summary-mode): Setup bookmark support.
2452
2453 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2454
2455         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2456         if set.
2457
2458 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2461         gnus-article-browse-html-save-cid-image; make it work recursively for
2462         forwarded messages as well.
2463         (gnus-article-browse-html-parts): Work when prefix arg is given.
2464         (gnus-article-browse-html-article): Doc fix.
2465
2466 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2467
2468         * message.el (message-default-mail-headers):
2469         (message-default-headers): Carry the value mail-default-headers over
2470         into message-default-mail-headers, rather than message-default-headers.
2471
2472 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2473
2474         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2475         charset.
2476
2477         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2478         charset into the <meta> tag when the article is encoded to utf-8.
2479
2480 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2481
2482         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2483         directories as well.
2484         (gnus-article-browse-html-parts): Work for images that do not specify
2485         file names; delete temp directory when quitting; insert header at the
2486         right place; use file: scheme for image files.
2487
2488 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2489
2490         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2491         (gnus-article-browse-html-parts): Use it to make temporary cid image
2492         files in addition to html file so that browser may display them.
2493
2494 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2495
2496         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2497
2498 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2499
2500         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2501
2502 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2503
2504         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2505         about Secret Service API sources.  Improve Customize options.
2506         (auth-source-pick): Change to accept any number of search parameters.
2507         Implement fallbacks iteratively, not recursively.  Add scoring on the
2508         second pass and sort by score.  Call Secret Service API when needed.
2509         (auth-source-user-or-password): Use it.  Call Secret Service API
2510         directly when needed to get the user name and the password.
2511
2512 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2513
2514         * message.el (message-interactive): Doc fix.
2515         (message-qmail-inject-args): Reflow.
2516         (message-kill-to-signature): Fix typo in docstring.
2517
2518         * smiley.el (smiley-buffer): Fix typo in docstring.
2519
2520 2010-03-24  Glenn Morris  <rgm@gnu.org>
2521
2522         * mail-source.el (gnus-message): Declare.
2523         (mail-source-delete-old-incoming): Require gnus-util.
2524
2525 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2528
2529         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2530
2531         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2532         password-cache's default if it is not bound.
2533         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2534         password-cache-expiry's default if it is not bound.
2535
2536         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2537         available in Emacs 21.
2538
2539         * lpath.el: Suppress compiler warnings for:
2540         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2541         XEmacs;
2542         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2543         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2544         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2545
2546 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2547
2548         * auth-source.el (auth-sources): Fix up definition so extra parameters
2549         are always inline.
2550
2551 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2552
2553         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2554         wasn't updated after mismatch.  Clear cached mailbox info correctly
2555         when uidvalidity changes.
2556         (nnimap-group-prefixed-name): New function to avoid some code
2557         duplication.
2558         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2559         (nnimap-request-group): Use it.
2560         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2561         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2562         with many imap folders.  This is done by caching the group status from
2563         the imap server persistently in a group parameter `imap-status'.  (This
2564         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2565         but not persistently, so every Gnus startup was still very slow.)
2566
2567 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2568
2569         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2570         delete the extra newline.  Otherwise editing of :string and :number
2571         types don't work.
2572
2573 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2574
2575         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2576         secrets.el dependency.
2577         (auth-sources): Add optional user name.  Add secrets.el configuration
2578         choice (unused right now).
2579
2580 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2581
2582         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2583         `gnus-registry-install-shortcuts' fill in the functions.
2584
2585         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2586         warnings.
2587         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2588         (gnus-registry-install-shortcuts): Populate and use it in a
2589         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2590
2591 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2592
2593         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2594         In-place substitutions for the group name encoding/decoding.
2595         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2596         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2597         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2598         (nnimap-update-unseen, nnimap-request-list)
2599         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2600         (nnimap-request-set-mark, nnimap-split-to-groups)
2601         (nnimap-split-articles, nnimap-request-newgroups)
2602         (nnimap-request-create-group, nnimap-request-accept-article)
2603         (nnimap-request-delete-group, nnimap-request-rename-group)
2604         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2605         `encoded-mbx' for consistency.
2606         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2607         variable `imap-current-mailbox'.
2608
2609         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2610         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2611
2612 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2613
2614         * pop3.el (pop3-display-message-size-flag): Display message size byte
2615         counts during POP3 download.
2616         (pop3-movemail): Use it.
2617         (pop3-list): Implement listing of available messages.
2618
2619 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2620
2621         * nnir.el (nnir-get-article-nov-override-function): New function to
2622         override the normal NOV retrieval.
2623         (nnir-retrieve-headers): Use it.
2624
2625 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2626
2627         * auth-source.el (netrc-machine-user-or-password): Autoload.
2628
2629 2010-03-19  Glenn Morris  <rgm@gnu.org>
2630
2631         Stop message.el from loading about 40 libraries it doesn't always need.
2632         The general approach is to autoload rather than require, and to
2633         require in the specific functions rather than the file.  (Bug#5642)
2634
2635         * gmm-utils.el: Don't require wid-edit.
2636         (widget-create-child-value, widget-convert, widget-default-get):
2637         Autoload.
2638
2639         * gnus-util.el: Don't require time-date, netrc.
2640         (message-fetch-field, gnus-group-name-decode): Declare rather than
2641         autoloading.
2642         (gnus-fetch-field): Require message.
2643         (gnus-decode-newsgroups): Require gnus-group.
2644
2645         * ietf-drums.el: Don't require time-date.
2646
2647         * message.el: Don't require hashcash, canlock, ecomplete.
2648         Do require mail-utils.  Require nnheader only when compiling.
2649         (smtpmail-default-smtp-server): Remove declaration.
2650         (message-send-mail-function): Check smtpmail-default-smtp-server
2651         is bound rather than requiring smtpmail.
2652         (message-auto-save-directory, message-insert-signature): Use
2653         expand-file-name rather than nnheader-concat.
2654         (nnheader-insert-file-contents): Autoload.
2655         (hashcash-wait-async): Declare.
2656         (message-send-mail): Only call gnus-setup-posting-charset if
2657         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2658         (message-send-mail-with-sendmail): Require sendmail.
2659         (canlock-password, canlock-password-for-verify): Declare.
2660         (message-canlock-password): Require canlock.
2661         (nnheader-get-report): Autoload.
2662         (gnus-setup-posting-charset): Declare.
2663         (message-send-news): Require gnus-msg.
2664         (message-make-references, message-make-in-reply-to): Use mail-header-id
2665         rather than the alias mail-header-message-id.
2666         (ecomplete-add-item, ecomplete-save): Declare.
2667         (message-put-addresses-in-ecomplete): Require ecomplete.
2668         (ecomplete-display-matches): Autoload.
2669
2670         * mm-decode.el: Don't require mailcap, gnus-util.
2671         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2672         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2673         Autoload.
2674         (mailcap-mime-extensions): Declare.
2675
2676         * mm-encode.el: Don't require mailcap.
2677         (mailcap-extension-to-mime): Autoload.
2678
2679         * mml-sec.el: Don't require password-cache.
2680
2681         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2682         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2683         (mml-minibuffer-read-type): Require mailcap.
2684         (mml-preview): Require gnus-msg.
2685
2686         * mml1991.el: Require password-cache.
2687         (password-cache-expiry): Remove declaration.
2688
2689         * mml2015.el: Require password-cache.
2690         (password-cache-expiry): Remove declaration.
2691
2692         * nneething.el (mailcap): Require mailcap.
2693
2694         * nnheader.el (declare-function): Add compatibility stub.
2695         (message-remove-header): Declare rather than autoload.
2696         (nnheader-replace-header): Require message.
2697
2698         * nnimap.el (declare-function): Add compatibility stub.
2699         (netrc-parse, netrc-machine-user-or-password): Declare.
2700         (nnimap-open-connection): Require netrc.
2701
2702         * nntp.el (declare-function): Add compatibility stub.
2703         (netrc-parse, netrc-machine, netrc-get): Declare.
2704         (nntp-send-authinfo): Require netrc.
2705
2706         * rfc2047.el: Don't require qp.
2707         (quoted-printable-encode-region, quoted-printable-decode-string):
2708         Autoload.
2709
2710         * sieve-mode.el: Don't require easymenu.
2711         (easy-menu-add-item): Autoload it.
2712
2713         * spam-stat.el (time-to-number-of-days): Autoload it.
2714
2715 2010-03-19  Glenn Morris  <rgm@gnu.org>
2716
2717         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2718
2719 2010-03-18  Glenn Morris  <rgm@gnu.org>
2720
2721         * hashcash.el (declare-function): Remove duplicate definition.
2722
2723 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2724
2725         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2726         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2727         value if any backslash escapes).
2728
2729 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2732         if it is available.  (bug#5647)
2733
2734         * lpath.el: Suppress compiler warning for coding-system-from-name for
2735         Emacs 21 and XEmacs.
2736
2737 2010-03-14  Juri Linkov  <juri@jurta.org>
2738
2739         * hmac-def.el:
2740         * hmac-md5.el:
2741         * netrc.el: Fix keywords.
2742
2743 2010-02-26  Glenn Morris  <rgm@gnu.org>
2744
2745         * message.el (message-send-mail-function): Change the default, so that
2746         it inherits from a customized send-mail-function.  (Bug#5643)
2747
2748 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2749
2750         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2751         shell-command-to-string signals an error (bug#5299).
2752
2753 2010-02-24  Glenn Morris  <rgm@gnu.org>
2754
2755         * message.el (message-smtpmail-send-it)
2756         (message-send-mail-with-mailclient): Doc fixes.
2757
2758 2010-02-16  Glenn Morris  <rgm@gnu.org>
2759
2760         * message.el (message-default-mail-headers): Change the default value
2761         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2762
2763 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2766         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2767
2768 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2769
2770         * time-date.el (date-to-time): Doc fix (Bug#5408).
2771
2772 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2773
2774         * message.el (message-mail): Just pass yank-action on to message-setup.
2775         (message-setup): Handle (FUN . ARGS) form of yank-action.
2776         (message-with-reply-buffer, message-widen-reply)
2777         (message-yank-original): Handle non-buffer values of
2778         message-reply-buffer (Bug#4080).
2779         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2780
2781 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2782
2783         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2784         Fix typo in docstring.
2785
2786 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2787
2788         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2789         response.
2790
2791 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2794
2795         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2796
2797         * message.el (message-check-news-header-syntax): Protect against a
2798         string that `rfc822-addresses' returns when parsing fails.
2799
2800 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2801
2802         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2803         (gnus-previous-char-property-change): New functions.
2804
2805         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2806
2807 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2808
2809         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2810         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2811
2812 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2813
2814         * message.el (message-exchange-point-and-mark): Rework last change to
2815         avoid using optional arg of exchange-point-and-mark, for backward
2816         compatibility.
2817
2818 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2819
2820         * message.el (message-exchange-point-and-mark): Call
2821         exchange-point-and-mark with an argument rather than setting
2822         mark-active by hand (Bug#5175).
2823
2824 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2825
2826         * nntp.el (nntp-service-to-port): Work for service expressed with
2827         numeric string; replace [:digit:] with [0-9] for XEmacs.
2828
2829 2009-12-17  Glenn Morris  <rgm@gnu.org>
2830
2831         * gnus-group.el (gnus-bug-group-download-format-alist):
2832         Change emacs entry to debbugs.gnu.org.  Bump :version.
2833
2834 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2835
2836         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2837
2838 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2839
2840         * message.el (message-info): Explain why we use `Info-goto-node'.
2841
2842 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2843
2844         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2845
2846 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2847
2848         * message.el (message-completion-in-region): New compatibility function.
2849         (message-expand-group): Use it.
2850
2851 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2854         with no unread article should be listed if the 2nd arg `predicate' is
2855         given.
2856
2857 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2860
2861 2009-11-29  Juri Linkov  <juri@jurta.org>
2862
2863         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2864         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2865         on `gnus-recenter'. (Bug#4698, Bug#4981)
2866
2867 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2868
2869         * sha1.el (sha1-string-external): default-directory "/" in case
2870         otherwise non-existent.  process-connection-type pipe for touch of
2871         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2872
2873 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2874
2875         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2876         it's comms related and sgml-mode.el has "comm" on that basis too.
2877
2878 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2881         containing tspecial characters if they have been already quoted.
2882
2883 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2884
2885         * dns-mode.el (auto-mode-alist): Purecopy string.
2886
2887 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2888
2889         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2890
2891 2009-10-24  Glenn Morris  <rgm@gnu.org>
2892
2893         * gnus-art.el (help-xref-stack-item): Define for compiler.
2894
2895 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2896
2897         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2898
2899 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2902
2903 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2906         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2907
2908 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2911         (gnus-overlays-in): New alias to overlays-in.
2912
2913         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2914         gnus-overlay-get, and gnus-delete-overlay.
2915         (gnus-summary-show-thread): Make it work as well for systems in which
2916         next-single-char-property-change is not available.
2917         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2918
2919         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2920         (gnus-overlay-get): New alias to extent-property.
2921         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2922
2923         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2924         SXEmacs.
2925
2926         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2927         SXEmacs.
2928
2929 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2930
2931         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2932
2933 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2934
2935         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2936         and XEmacs that don't have `remove-overlays'.
2937
2938 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2939
2940         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2941         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2942         selective display.  Use overlays instead.
2943
2944 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2945
2946         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2947
2948 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2949
2950         * spam-stat.el (spam-stat-load): Fix typo in message.
2951
2952 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2953
2954         * dig.el (dig-invoke): Fix typo in docstring.
2955         (query-dig): Reflow docstring.
2956
2957 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2958
2959         * gnus-art.el (gnus-article-encrypt-body):
2960         * message.el (message-check-recipients):
2961         * mm-util.el (mm-codepage-setup):
2962         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2963         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2964
2965 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2966
2967         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2968         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2969         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2970         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2971         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2972
2973 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2974
2975         * dig.el: Add "Keywords: comm", as per net-utils.el.
2976
2977 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2978
2979         * dig.el (dig-mode): Use define-derived-mode.
2980
2981 2009-09-19  Glenn Morris  <rgm@gnu.org>
2982
2983         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2984
2985 2009-09-18  Glenn Morris  <rgm@gnu.org>
2986
2987         * gnus-diary.el (gnus-diary-check-message):
2988         * message.el (message-insert-formatted-citation-line):
2989         * nnbabyl.el (top-level):
2990         * nndiary.el (nndiary-schedule):
2991         Fix typos in condition-case handlers.
2992
2993 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2994
2995         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2996         configuration that provides the sole article window in a frame;
2997         position point correctly after deleting a part.
2998
2999 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
3000
3001         * spam.el (spam-unregister-on-reregister): Add boolean variable.
3002         (spam-resolve-registrations-routine): Use it to unregister articles
3003         that change status.
3004
3005 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3006
3007         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3008         with XEmacs.
3009         (parse-time-string-chars): Use it.
3010
3011 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3012
3013         * imap.el (imap-interactive-login): Better messages.
3014         (imap-open): Fix bug with renamed buffer on reconnect.
3015         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3016         for easier debugging and cleaner code.  On successful (guessed based on
3017         server capabilities) secondary authentication, set imap-state
3018         correctly.
3019         (imap-last-authenticator): Define imap-last-authenticator as a variable
3020         to avoid warnings.
3021
3022 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3023
3024         * nnrss.el (nnrss-request-article): Remove binding of
3025         default-enable-multibyte-characters that has gotten needless by
3026         the 2007-07-13 change in rfc2047-encode-message-header.
3027
3028         * mml.el (mml-insert-multipart): Error on the message header.
3029         (mml-insert-part): Error on the message header; position point at
3030         the end of a MIME tag.
3031
3032 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3033
3034         * time-date.el (autoload): Expand define-obsolete-function-alias into
3035         defalias and make-obsolete for old Emacsen that Gnus supports.
3036         (with-no-warnings): Define it for old Emacsen.
3037         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3038         is available.
3039         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3040         float-time is available; suppress compile warning for time-to-seconds.
3041
3042         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3043         (gnus-float-time): Alias to float-time if it exists.
3044
3045         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3046         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3047         float-time is available; suppress compile warning for time-to-seconds.
3048
3049         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3050         XEmacs.
3051
3052 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3053
3054         * imap.el (imap-message-map): Docstring fix.
3055
3056 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3059         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3060         Add the optional argument `encoding' that overrides the default.
3061
3062         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3063         mm-encode-buffer.
3064
3065 2009-09-04  Glenn Morris  <rgm@gnu.org>
3066
3067         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3068         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3069         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3070         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3071         * mm-util.el (mm-with-unibyte-current-buffer)
3072         (mm-find-buffer-file-coding-system):
3073         * yenc.el (yenc-decode-region): Use default-value rather than
3074         default-enable-multibyte-characters.
3075
3076 2009-09-03  Glenn Morris  <rgm@gnu.org>
3077
3078         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3079         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3080         than default-enable-multibyte-characters.
3081
3082 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3083
3084         * gnus-art.el (gnus-article-read-summary-keys):
3085         Fix gnus-buffer-configuration's value temporarily used.
3086
3087 2009-09-02  Glenn Morris  <rgm@gnu.org>
3088
3089         * gnus-util.el (gnus-float-time): New function.
3090         * gnus-delay.el (gnus-delay-article):
3091         * gnus-sum.el (gnus-thread-latest-date):
3092         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3093         * nnspool.el (nnspool-request-newgroups):
3094         Use gnus-float-time rather than time-to-seconds.
3095         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3096
3097         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3098         (gnus-header-subject-face, gnus-header-newsgroups-face)
3099         (gnus-header-name-face, gnus-header-content-face):
3100         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3101         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3102         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3103         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3104         (gnus-cite-face-11):
3105         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3106         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3107         (gnus-server-closed-face, gnus-server-denied-face)
3108         (gnus-server-offline-face):
3109         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3110         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3111         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3112         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3113         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3114         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3115         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3116         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3117         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3118         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3119         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3120         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3121         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3122         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3123         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3124         (gnus-summary-high-undownloaded-face)
3125         (gnus-summary-low-undownloaded-face)
3126         (gnus-summary-normal-undownloaded-face)
3127         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3128         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3129         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3130         (gnus-splash-face):
3131         * message.el (message-header-to-face, message-header-cc-face)
3132         (message-header-subject-face, message-header-newsgroups-face)
3133         (message-header-other-face, message-header-name-face)
3134         (message-header-xheader-face, message-separator-face)
3135         (message-cited-text-face, message-mml-face):
3136         * sieve-mode.el (sieve-control-commands-face)
3137         (sieve-action-commands-face, sieve-test-commands-face)
3138         (sieve-tagged-arguments-face):
3139         * spam.el (spam-face):
3140         Mark face aliases with "-face" in the name as obsolete.
3141
3142 2009-09-01  Glenn Morris  <rgm@gnu.org>
3143
3144         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3145         than goto-line.
3146
3147 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3148
3149         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3150         Don't move point if the command is invoked inside the message header.
3151
3152 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3153
3154         * imap.el (imap-send-command): Simplify.
3155         (imap-wait-for-tag): point-max -> buffer-size.
3156
3157 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3158
3159         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3160         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3161         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3162         * nnir.el (nnir-swish-e-index-file):
3163         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3164         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3165         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3166         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3167         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3168         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3169
3170 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3171
3172         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3173         Don't save excursion.
3174
3175 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3176
3177         * nnheader.el (nnheader-find-file-noselect):
3178         * mm-util.el (mm-insert-file-contents):
3179         Use (default-value 'major-mode) instead of default-major-mode.
3180
3181 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3182
3183         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3184
3185 2009-08-26  Glenn Morris  <rgm@gnu.org>
3186
3187         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3188         than placing in files.el.
3189
3190 2009-08-25  Glenn Morris  <rgm@gnu.org>
3191
3192         * nnir.el (top-level): Don't require cl at run-time.
3193         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3194         Replace cl-function substitute with gnus-replace-in-string.
3195         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3196         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3197         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3198         simplified expansions.
3199
3200 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3201
3202         * dig.el (dig): Add autoload cookie.
3203
3204 2009-08-22  Glenn Morris  <rgm@gnu.org>
3205
3206         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3207         goto-line.
3208
3209 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3210
3211         * parse-time.el (parse-time-string-chars): Save match data.
3212
3213 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3214
3215         * parse-time.el (parse-time-string-chars): Compute using character
3216         classes, to handle non-ascii characters (Bug#3190).
3217
3218 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3221
3222         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3223         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3224         (gnus-mm-display-part, gnus-mime-display-single)
3225         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3226         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3227
3228         * gnus-sum.el
3229         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3230         (gnus-summary-move-article): Add expirable mark to articles copied or
3231         moved to group that has auto-expire turned on if the option is non-nil.
3232
3233 2009-07-24  Glenn Morris  <rgm@gnu.org>
3234
3235         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3236         Fix typo.  (Bug#3903)
3237
3238 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3239
3240         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3241         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3242         that should not be used for draft articles.
3243         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3244         that has no concern in minor mode keys.
3245         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3246         Abolish.
3247
3248 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3251         article without making inquiry to a user for unknown encoding.
3252
3253         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3254         (nnmaildir--scan): Assume i-node and device number that file-attributes
3255         returns might be cons-cell.
3256
3257         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3258
3259         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3260
3261 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3262
3263         * auth-source.el: Remove docs now in auth.texi.  Don't use
3264         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3265         `auth-source-hide-passwords' and use them.
3266
3267 2009-07-15  Glenn Morris  <rgm@gnu.org>
3268
3269         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3270
3271 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3274         excessive whitespace from the default values of title and description.
3275
3276 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3277
3278         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3279         mail-fetch-field to fetch Content-Description header in order to
3280         exclude newlines.
3281
3282 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3283
3284         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3285         format used by GnuPG 2.0.11.
3286
3287 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3288
3289         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3290         to deleted part.
3291
3292 2009-05-30  David Engster  <dengste@eml.cc>
3293
3294         * nnmairix.el: Remove old documentation in the commentary block.
3295         (nnmairix-request-group): Do not update active file for nnml back ends.
3296         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3297         end so that overview files are ignored.
3298         (nnmairix-update-groups): Make updating the groups more robust by using
3299         marks.
3300         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3301         with dollar characters in message-id.
3302
3303 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3306         2008-12-25 in dns.el.
3307
3308 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3309
3310         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3311         could happen if the text is only composed of spaces and/or tabs.
3312
3313 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3314
3315         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3316         when sending a queued message to avoid extra mml tags.
3317
3318 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3321
3322 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3325         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3326         rmail-toggle-header for XEmacs;
3327         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3328
3329 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3330
3331         * gnus-dired.el: Remove autoload for gnus-setup-message.
3332         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3333         displaying Gnus logo; always use compose-mail.
3334
3335 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3336
3337         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3338
3339 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3342         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3343         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3344         available.
3345         (gnus-nocem-epg-verify): New function.
3346
3347 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3348
3349         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3350
3351 2009-02-15  Glenn Morris  <rgm@gnu.org>
3352
3353         * gnus-util.el (rmail-insert-rmail-file-header)
3354         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3355         autoloads.
3356         (rmail-default-rmail-file): Remove unnecessary declaration.
3357         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3358
3359 2009-02-14  Glenn Morris  <rgm@gnu.org>
3360
3361         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3362         variable (only used in gnus-util, which declares it anyway).
3363         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3364         which was only needed by gnus-art (changed to not use it any more).
3365         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3366         only used in gnus-util, which autoloads it itself.
3367         (rmail-update-summary): Fix autoload.
3368
3369         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3370         rather than rmail-output-to-rmail-file.
3371
3372 2009-02-07  Glenn Morris  <rgm@gnu.org>
3373
3374         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3375         autoload of function that no longer exists.
3376         (rmail-toggle-header): Declare.
3377         (message-forward-rmail-make-body): Handle mbox Rmail.
3378
3379 2009-01-31  Glenn Morris  <rgm@gnu.org>
3380
3381         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3382         2009-01-09 change.
3383
3384 2009-01-31  Dave Love  <fx@gnu.org>
3385
3386         * imap.el (imap-fetch-safe): Bind debug-on-error.
3387         (imap-debug): Add imap-fetch-safe.
3388
3389 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3390
3391         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3392         (auth-source-forget-all-cached): New convenience function.
3393         (auth-source-user-or-password): Accept list of modes or a single mode.
3394
3395         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3396         auth-source modes.
3397
3398         * netrc.el (netrc-machine-user-or-password): Use list of
3399         auth-source modes.
3400
3401         * nnimap.el (nnimap-open-connection): Use list of
3402         auth-source modes.
3403
3404         * nntp.el (nntp-send-authinfo): Use list of
3405         auth-source modes.
3406
3407 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3408
3409         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3410         now.
3411
3412 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3413
3414         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3415         coding system in XEmacs; add a workaround for XEmacs.
3416
3417         * lpath.el: Fbind coding-system-aliasee.
3418
3419 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3422         of current-language-environment.
3423
3424 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3425
3426         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3427         available at runtime.
3428
3429 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3430
3431         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3432
3433 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3434
3435         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3436         the greatest positive fixnum value doesn't work under an XEmacs with
3437         bignum support; use the most-positive-fixnum constant instead,
3438         available since Emacs 21.1 with cl and XEmacs 21.1.
3439
3440 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3443         XEmacs gets not to work.
3444
3445 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3446
3447         * mm-util.el (mm-coding-system-priorities): Allow the value like
3448         "Japanese (UTF-8)" of current-language-environment.
3449
3450 2009-01-09  Glenn Morris  <rgm@gnu.org>
3451
3452         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3453         with last-command-event.
3454
3455 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3456
3457         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3458         in the doc string.
3459
3460         * message.el (message-fix-before-sending): Amend comment.
3461
3462 2009-01-08  Dave Love  <fx@gnu.org>
3463
3464         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3465
3466 2009-01-07  David Engster  <dengste@eml.cc>
3467
3468         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3469         simplified server definitions by converting it via
3470         gnus-server-to-method.
3471
3472 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3473
3474         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3475         parameter's operands.
3476
3477 2009-01-06  David Engster  <dengste@eml.cc>
3478
3479         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3480         primary select method (for gnus-group-mark-article-as-read).
3481
3482 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3483
3484         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3485         `(gnus)Face', not `(gnus)X-Face'.
3486
3487 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3488
3489         * mm-util.el (mm-ucs-to-char): New function.
3490
3491         * mm-url.el (mm-url-decode-entities): Use it.
3492
3493         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3494         unicode-to-char.
3495
3496 2009-01-05  Dave Love  <fx@gnu.org>
3497
3498         * time-date.el: Require cl for `declare'.
3499
3500 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3501
3502         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3503         Dave Love.
3504
3505 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3506
3507         * message.el (message-fix-before-sending): Add `eight-bit' to
3508         illegible-text check.
3509
3510 2009-01-03  Michael Olson  <mwolson@gnu.org>
3511
3512         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3513         `headers' is nil.  This can occur if the IMAP server does not have
3514         permissions to read messages from a folder, but can write new messages
3515         to the folder.
3516         (nnimap-request-article-part): Do not insert `data' if it is nil.
3517
3518         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3519         characters which will confuse `read', so skip past them.
3520
3521 2009-01-01  Dave Love  <fx@gnu.org>
3522
3523         * imap.el (imap-string-to-integer): Fix typo.
3524         (imap-fetch-safe): New function.
3525         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3526
3527         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3528
3529         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3530         (imap-parse-greeting): Fix doc strings.
3531         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3532         (imap-parse-flag-list): Make messages unique.
3533         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3534
3535         * nnimap.el: Fix author email.
3536         (nnimap-split-rule): Add FIXME comment.
3537         (nnimap-debug): Fix doc string.
3538
3539 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3540
3541         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3542
3543 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3544
3545         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3546         nslookup if resolv.conf isn't available.
3547         (dns-query): Rename from query-dns.
3548         (dns-query-cached): Rename from query-dns-cached.
3549
3550 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3551
3552         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3553         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3554         to check if those variables exist (first appeared in Emacs 18.50).
3555
3556 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3557
3558         * mm-util.el (mm-line-number-at-pos): New function.
3559
3560         * spam-report.el (spam-report-process-queue): Use it.
3561
3562 2008-12-24  David Engster  <dengste@eml.cc>
3563
3564         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3565         parameters that haven't existed as variables as buffer-local variables.
3566
3567 2008-12-23  Dave Love  <fx@gnu.org>
3568
3569         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3570         cadar.
3571
3572         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3573         imap-starttls-p.
3574         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3575
3576 2008-12-22  Dave Love  <fx@gnu.org>
3577
3578         * imap.el: Fix author email.  Doc fixes.
3579         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3580         reply.
3581
3582 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3583
3584         * spam-report.el (spam-report-gmane-max-requests): New constant.
3585         (spam-report-gmane-wait): New variable.
3586         (spam-report-gmane-ham, spam-report-gmane-spam)
3587         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3588         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3589         the server.
3590
3591         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3592         Add explanations.
3593
3594         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3595         nnheader-accept-process-output and nnheader-read-timeout if available.
3596         (pop3-movemail): Use it.
3597
3598         * message.el (message-check-news-body-syntax): Fix signature check if
3599         there's an attachment.
3600
3601 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3602
3603         * mm-util.el: Add comments to the mm- emulating functions.
3604
3605 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3606
3607         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3608         by Stephen Berman <stephen.berman@gmx.net>.
3609
3610 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * mm-util.el (mm-substring-no-properties): New function.
3613         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3614         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3615         (mm-string-to-multibyte): Doc fix.
3616
3617         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3618
3619 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3620
3621         * mml.el (mml-attach-file): Strip text properties from file name.
3622         (Bug#1574)
3623
3624 2008-12-16  Glenn Morris  <rgm@gnu.org>
3625
3626         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3627
3628 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3629
3630         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3631         knows since the charset specified might be a bogus alias that
3632         mm-charset-synonym-alist provides.
3633
3634 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3635
3636         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3637         "ISO_8859-1".
3638
3639         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3640
3641 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * mm-util.el (mm-charset-eval-alist):
3644         Define it before mm-charset-to-coding-system.
3645         (mm-charset-to-coding-system): Add optional argument `silent';
3646         define it before mm-charset-override-alist.
3647         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3648         default value if it can be used in Emacs currently running;
3649         silence mm-charset-to-coding-system.
3650
3651 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3654         `allow-override' which says whether to use `mm-charset-override-alist'.
3655         (rfc2047-decode-encoded-words): Use it.
3656
3657         * mm-util.el (mm-charset-override-alist): Fix custom type;
3658         add `(gb2312 . gbk)' to choices.
3659
3660 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3661
3662         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3663         fast.
3664
3665         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3666
3667         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3668
3669 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3670
3671         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3672         on links.
3673
3674         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3675
3676 2008-12-03  Lute Kamstra  <lute@gnu.org>
3677
3678         * sha1.el: Remove leading * from docstrings of defcustoms,
3679         deffaces, defconsts and defuns.
3680
3681 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3682
3683         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3684         users' addresses that don't have domain parts.
3685         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3686         rather than message-narrow-to-head since there will be the message
3687         header separator.
3688
3689 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3690
3691         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3692         since the result is inserted in a unibyte buffer anyway.
3693         (nnimap-demule-use-string-to-multibyte): Remove.
3694         (nnimap-demule): Alias it to mm-string-to-multibyte.
3695
3696 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3697
3698         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3699         variable for debugging bug#464 and bug#1174.
3700         (nnimap-demule): Use it.
3701
3702 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3703
3704         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3705         score calculation correctly.
3706
3707 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3708
3709         * message.el (message-send-mail): Just set the buffer to unibyte
3710         rather than use mm-with-unibyte-current-buffer which does a lot more.
3711         (message-send-mail-partially): Don't bother with
3712         mm-with-unibyte-current-buffer since it's already been made unibyte by
3713         message-send-mail.
3714
3715 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3716
3717         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3718
3719 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3720
3721         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3722
3723 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3726         require itself and to remove `with-no-warnings'.
3727
3728 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3729
3730         * starttls.el (starttls-any-program-available): Get the name of the
3731         available TLS layer program.
3732         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3733         well as the host name in the "opening" message.
3734
3735         * auth-source.el (auth-source-cache, auth-source-do-cache)
3736         (auth-source-user-or-password): Cache passwords and logins by default,
3737         allow override with `auth-source-do-cache'.
3738         (auth-source-forget-user-or-password): Allow users to remove cache
3739         entries if needed.
3740
3741 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3742
3743         * md4.el (md4-buffer): Fix typo in docstring.
3744         (md4, md4-64): Doc fixes.
3745         (md4-pack-int32): Reflow docstring.
3746
3747 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3750         condition-case to only the forward-sexp call.
3751
3752 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3753
3754         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3755         quotes contained.  Make it more robust regardless by an extra
3756         condition-case wrapper.
3757
3758 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3761
3762 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * nnml.el (nnml-request-expire-articles): Check if the function set to
3765         `nnmail-expiry-target' returns the symbol `delete'.
3766
3767         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3768
3769         * nnmail.el (nnmail-expiry-target): Fix custom type.
3770
3771 2008-10-02  Glenn Morris  <rgm@gnu.org>
3772
3773         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3774         Silence compiler warning.
3775
3776 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3777
3778         * tls.el (open-tls-stream): Show the actual command being
3779         executed, instead of the format string.
3780
3781 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3782
3783         * lpath.el: Fbind codepage-setup for Emacs 23.
3784
3785 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3786
3787         * mml.el (mml-menu): Don't assume mml2015 is bound.
3788
3789 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3792         exists.
3793
3794 2008-09-27  Glenn Morris  <rgm@gnu.org>
3795
3796         * gnus-util.el (mail-header-remove-comments): Autoload it.
3797
3798 2008-09-27  Andreas Schwab  <schwab@suse.de>
3799
3800         * gnus-util.el (gnus-split-references): Strip comments.
3801         (gnus-parent-id): Likewise.
3802
3803 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3804
3805         * message.el (message-confirm-send): Fix version.
3806
3807 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3808
3809         * message.el (message-idna-to-ascii-rhs-1): Use
3810         mail-extract-address-components rather than mail-header-parse-addresses
3811         that is an alias by default to ietf-drums-parse-addresses that does not
3812         support non-ASCII names in headers' contents.
3813
3814 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3815
3816         * message.el (message-confirm-send): Fixed variable documentation to
3817         avoid the "y/n" wording.
3818
3819 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3820
3821         * message.el (message-set-auto-save-file-name): Save to a different
3822         filename so multiple messages (especially drafts) can be recovered.
3823
3824 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         * message.el (message-confirm-send): Add appropriate version.
3827
3828 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3829
3830         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3831         defvar.
3832
3833 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3834
3835         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3836         (mm-pkcs7-enveloped-magic): Ditto.
3837
3838 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3839
3840         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3841         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3842
3843 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3844
3845         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3846         default, it's better.
3847
3848 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3849
3850         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3851         summary line gnus-number property and ignore them (with a warning
3852         message).
3853
3854 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3857         macro caddr in the interactive form since it won't be expanded.
3858
3859 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3862         `charset'; fix name of function called recursively.
3863         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3864
3865 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3868         (gnus-mime-set-charset-parameters): New function.
3869         (gnus-mime-view-part-as-charset): Use it to correctly display part
3870         specifying wrong charset.
3871
3872 2008-09-08  David Engster  <dengste@eml.cc>
3873
3874         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3875         in completing-read for back end server.
3876
3877 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3878
3879         * message.el (message-confirm-send): New variable to confirm sending a
3880         message.
3881         (message-send): Use it.
3882
3883 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3884
3885         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3886
3887 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3890
3891 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3892
3893         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3894         prevent tracking too many groups.
3895         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3896         Use it.
3897
3898 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3899
3900         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3901         moving point to the bottom of the window in order to avoid recentering.
3902
3903 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3906
3907         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3908         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3909         (gnus-article-beginning-of-window): Fix calculation.
3910
3911 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * gnus-msg.el (gnus-summary-supersede-article)
3914         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3915         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3916         message header.
3917
3918 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3919
3920         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3921         pending output coming after the status change.
3922
3923 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3924
3925         * message.el:
3926         * gnus-start.el:
3927         * gnus-registry.el: Remove VMS support.
3928
3929 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3932         macro.
3933         (rfc2104-hash): Use it.
3934
3935 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3938         (gnus-summary-sort-by-most-recent-date): New commands.
3939         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3940         and menu entries.
3941
3942 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3943
3944         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3945         don't redisplay article for raw contents; remove plural articles stuff.
3946
3947         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3948         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3949         on gnus-summary-save-article; display results properly.
3950
3951 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * lpath.el: No need to fbind ns-focus-frame.
3954
3955 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3956
3957         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3958
3959 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3962         gnus-save-all-headers.
3963
3964 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3965
3966         * gnus-util.el (ns-focus-frame): Remove declaration.
3967         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3968         like x.
3969
3970 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3971
3972         * rfc2104.el (rfc2104-zero): Delete defconst.
3973         (rfc2104-hex-alist): Likewise.
3974         (rfc2104-hex-to-int): Delete func.
3975         (rfc2104-hexstring-to-bitstring): Likewise.
3976         (rfc2104-nybbles): New defconst.
3977         (rfc2104-hash): Rewrite for speed.
3978
3979 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * tls.el (open-tls-stream): Make it work with the 2nd argument
3982         BUFFER that is a string but does not exist as a buffer object, as
3983         mentioned in the doc-string.
3984
3985 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3988         SXEmacs.
3989
3990 2008-07-16  Glenn Morris  <rgm@gnu.org>
3991
3992         * gnus-util.el (ns-focus-frame): Declare for compiler.
3993
3994 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3997         set as a group parameter.
3998         (gnus-summary-save-in-pipe): Work when it is called independently.
3999         (gnus-summary-pipe-to-muttprint): Don't modify
4000         gnus-summary-pipe-output-default-command.
4001
4002 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4003
4004         * message.el (message-send-mail-with-sendmail):
4005         Display the error message.
4006
4007 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * gnus-art.el (gnus-default-article-saver):
4010         Add gnus-summary-save-in-pipe to choices.
4011         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4012         gnus-summary-pipe-output-default-command as the default command.
4013         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4014         instead of gnus-last-shell-command.
4015
4016         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4017         New user option.
4018         (gnus-summary-muttprint-program): Mention the value will be changed.
4019         (gnus-summary-save-article): Force showing of all headers.
4020         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4021
4022 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4023
4024         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4025
4026 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4027
4028         * nnimap.el (nnimap-id):
4029         * sieve-manage.el (sieve-manage-open): Doc fixes.
4030
4031 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4032
4033         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4034         if available.
4035
4036 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4037
4038         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4039
4040         * nnkiboze.el (nnkiboze-generate-group):
4041         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4042
4043         * nnmairix.el: Require CL.
4044
4045 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * dgnushack.el: Autoload get-display-table and put-display-table for
4048         XEmacs 21.5.
4049
4050         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4051         21.4 and SXEmacs.
4052
4053 2008-06-15  David Engster  <dengste@eml.cc>
4054
4055         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4056
4057 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4058
4059         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4060         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4061         runtime choice under XEmacs.
4062
4063         * gnus-sum.el (gnus-summary-set-display-table):
4064         Use `gnus-put-display-table', `gnus-get-display-table',
4065         `gnus-set-display-table' for the display table, instead of `aset'.
4066
4067         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4068         Use `gnus-put-display-table', `gnus-get-display-table',
4069         `gnus-set-display-table' for the display table.
4070
4071 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4072
4073         * nnmairix.el: Add autoloads.
4074
4075 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4076
4077         * nnmairix.el (nnmairix-delete-recreate-group)
4078         (nnmairix-update-and-clear-marks): Fix error messages.
4079
4080 2008-06-14  David Engster  <dengste@eml.cc>
4081
4082         * nnmairix.el: Upgrade to version 0.6.
4083         (nnmairix-group-toggle-propmarks-this-group)
4084         (nnmairix-group-toggle-readmarks-this-group)
4085         (nnmairix-group-delete-recreate-this-group)
4086         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4087         (nnmairix-remove-tick-mark-original-article): New commands.
4088         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4089         (nnmairix-propagate-marks-to-nnmairix-groups)
4090         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4091         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4092         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4093         functions needed for marks propagation and manipulation of read marks.
4094         (nnmairix-update-groups): New function.
4095         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4096         (nnmairix-determine-original-group-from-registry)
4097         (nnmairix-determine-original-group-from-path)
4098         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4099         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4100         New helper functions.
4101         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4102         keystrokes for new commands.
4103         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4104         (nnmairix-request-group): Check allow-fast group parameter.
4105         (nnmairix-request-create-group): Set allow-fast group parameter if
4106         nnmairix-allowfast-default is set.
4107         (nnmairix-close-group): Propagate marks upon closing if needed.
4108         (nnmairix-group-toggle-threads-this-group): Use new.
4109         nnmairix-group-toggle-parameter helper function.
4110         (nnmairix-search): Better check for empty search result.
4111         (nnmairix-goto-original-article): Use new helper functions for
4112         determining original article.
4113         (nnmairix-show-original-article): Make sure message-id is in brackets.
4114         (nnmairix-call-mairix-binary): Change variable name.
4115         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4116         helper function.
4117         (nnmairix-widget-toggle-activate): Fix doc string.
4118
4119 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * nnir.el: Require edmacro when compiling with XEmacs.
4122         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4123         available in Emacs 21.
4124
4125 2008-06-11  Glenn Morris  <rgm@gnu.org>
4126
4127         * gnus-util.el (x-focus-frame):
4128         * gnus.el (image-size):
4129         * mm-decode.el (image-size): Declare.
4130
4131         * gnus-picon.el (declare-function): Add compat definition.
4132         (image-size): Declare.
4133
4134         * gnus-group.el (tool-bar-map):
4135         * gnus-sum.el (tool-bar-map): Define for compiler.
4136
4137         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4138
4139         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4140
4141         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4142         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4143         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4144         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4145         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4146         * sieve-manage.el, spam-report.el, spam.el:
4147         Remove unnecessary eval-and-compile of autoloads.
4148
4149 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4150
4151         * auth-source.el: Precise Tramp doc.
4152
4153 2008-06-07  Glenn Morris  <rgm@gnu.org>
4154
4155         * nnmairix.el: Remove unnecessary eval-when-compile.
4156
4157 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * lpath.el: Fbind propertize for XEmacs 21.4.
4160
4161 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4162
4163         * nnir.el: Move here from ../contrib.
4164
4165 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4166
4167         * gnus-util.el (gnus-read-shell-command): New function.
4168         * mm-decode.el (mm-pipe-part):
4169         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4170
4171 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4174
4175 2008-06-03  Glenn Morris  <rgm@gnu.org>
4176
4177         * pop3.el (nnheader-accept-process-output): Autoload it.
4178
4179 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4182         are not 2-digit hexadecimal characters that follow `%'s.
4183
4184 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * message.el (message-bogus-recipient-p): Fix type in doc string.
4187         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4188         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4189         Improve custom options.
4190         (message-bogus-recipient-p): Adjust accordingly.
4191
4192 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4193
4194         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4195         long-form month and day names.
4196
4197 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * dgnushack.el: Autoload debug, eudc-expand-inline and
4200         pgg-snarf-keys-region for XEmacs.
4201
4202         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4203
4204         * nnmairix.el: Require edmacro when compiling with XEmacs.
4205
4206 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4207
4208         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4209         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4210
4211 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4212
4213         * auth-source.el: Add more docs.
4214
4215         * netrc.el (netrc-machine): Always match if the port is not given.
4216
4217 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4218
4219         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4220         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4221         retrieval faster in some cases, but might make CPU usage larger.  If
4222         this has any bad side effects, we might revert this change.
4223
4224         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4225         seems to make mail retrieval much, much faster.
4226         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4227         unconditionally.
4228
4229         * gnus-draft.el (gnus-group-send-queue): Bind
4230         message-send-mail-partially-limit to nil to avoid being prompted.
4231
4232 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4233
4234         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4235
4236         * message.el (message-bogus-address-regexp): Fix and improve custom
4237         type.
4238         (message-setup-hook): Add message-check-recipients as custom option.
4239
4240 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4241
4242         * message.el (message-cite-function): Remove bogus autoload which crept
4243         in during merge from v5-10.
4244
4245 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4248
4249         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4250
4251         * auth-source.el: Preliminary Tramp docs.
4252         (auth-sources): Change the default auth-sources to use
4253         EPA .gpg files.
4254
4255 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4256
4257         * nntp.el: Autoload `auth-source-user-or-password'.
4258         (nntp-send-authinfo): Use it.
4259
4260         * nnimap.el: Autoload `auth-source-user-or-password'.
4261         (nnimap-open-connection): Use it.
4262
4263         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4264         for the gnus-message function.
4265         (auth-source-user-or-password): Use it.
4266
4267 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4268
4269         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4270         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4271         (rfc2104-hash): Use it.
4272
4273 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4274
4275         * gnus-art.el (gnus-article-toggle-truncate-lines):
4276         Don't use `iff' in docstring.
4277
4278 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4281
4282         * gnus-util.el (gnus-extract-address-component-name)
4283         (gnus-extract-address-component-email): Convenience functions around
4284         `gnus-extract-address-components'.
4285
4286         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4287         Use `gnus-extract-address-component-email' to fix bug of comparing full
4288         sender name to `user-mail-address'.
4289
4290 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4291
4292         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4293         catch/throw to optimize.
4294         (gnus-registry-find-keywords): Just use member to find a keyword.
4295
4296 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4297
4298         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4299         is current before calling gnus-server-prepare.
4300         (gnus-server-setup-buffer, gnus-server-update-server)
4301         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4302
4303 2008-05-04  Juri Linkov  <juri@jurta.org>
4304
4305         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4306         (mailcap-file-default-commands): Use mailcap-replace-in-string
4307         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4308         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4309
4310 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4311
4312         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4313
4314 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4315
4316         * gnus.el: Bump version to 0.11.
4317
4318 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4319
4320         * gnus.el: No Gnus v0.10 is released.
4321
4322 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4323
4324         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4325         hooks.
4326         (gnus-update-read-articles): Speed up non-marks-using users.
4327         (gnus-use-marks): Define gnus-use-marks.
4328         (gnus-propagate-marks): Rename variable to something more sensible.
4329
4330 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4331
4332         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4333         (gmm-image-load-path-for-library): Fix typos in docstrings.
4334         (gmm-message): Reflow docstring.
4335
4336 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4337
4338         * mail-source.el (mail-source-set-1, mail-source-bind):
4339         Move auth-source code out of the macro to clean it up and fix bugs.
4340
4341 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4342
4343         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4344         by sender if it's equal to user-mail-address, it's likely to be
4345         useless.
4346
4347         * mail-source.el (mail-source-bind): Don't use user or password if they
4348         are not bound.  Unintern them if they are nil.  Don't use server unless
4349         it's bound, and default it to empty string otherwise.
4350
4351 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4352
4353         * mail-source.el: Load auth-source.el.
4354         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4355         get user name or password, if auth-sources is set up.
4356
4357         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4358         strategy of splitting with parent.
4359         (gnus-registry-split-fancy-with-parent)
4360         (gnus-registry-post-process-groups): Use it and fix prior
4361         bug (returning a list as the split result).
4362
4363         * auth-source.el (auth-sources): Remove server parameter.
4364         (auth-source-pick, auth-source-user-or-password)
4365         (auth-source-user-or-password-imap)
4366         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4367         (auth-source-user-or-password-sftp)
4368         (auth-source-user-or-password-smtp): Remove server parameter.
4369
4370 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4371
4372         * smime.el (smime-sign-region, smime-encrypt-region)
4373         (smime-decrypt-region):
4374         Remove redundant calls to `generate-new-buffer-name'.
4375
4376 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4377
4378         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4379         Don't use QP for message/rfc822.
4380         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4381
4382 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4383
4384         * sieve-manage.el (sieve-string-bytes): Remove.
4385         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4386         correct byte-length only if the process's coding-system is the same as
4387         the one used internally by Emacs to represent strings.
4388
4389 2008-04-22  Juri Linkov  <juri@jurta.org>
4390
4391         * mailcap.el (mailcap-file-default-commands): New function.
4392
4393 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4394
4395         * message.el (message-signature-separator, message-cite-function):
4396         Change custom version.
4397
4398 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4399
4400         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4401         commands.
4402         (tls-checktrust): Ditto.
4403
4404 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4405
4406         * mm-decode.el (mm-display-external): Make temp file read-only.
4407
4408 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4409
4410         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4411         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4412         `C-c C-f d'.
4413
4414 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4415
4416         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4417
4418 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4419
4420         * gnus.el: Bump version to 0.9.
4421
4422 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4423
4424         * gnus.el: No Gnus v0.8 is released.
4425
4426 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4427
4428         * mail-source.el (mail-source-value):
4429         Prefer fboundp to functionp so it works with macros as well.
4430
4431 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4432
4433         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4434         Fix last change in case the element is not even a symbol.
4435
4436 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4437
4438         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4439         Prefer fboundp to functionp so it works with macros as well.
4440
4441 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4442
4443         * auth-source.el: Added docs.
4444         (auth-sources): Modify format to support server.
4445         (auth-source-pick, auth-source-user-or-password)
4446         (auth-source-user-or-password-imap)
4447         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4448         (auth-source-user-or-password-sftp)
4449         (auth-source-user-or-password-smtp): Add server parameter.
4450
4451 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * gnus-registry.el: Initialize the registry when gnus-registry-install
4454         is t.
4455
4456 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * compface.el (uncompface): Make buffer unibyte.
4459
4460 2008-04-05  Glenn Morris  <rgm@gnu.org>
4461
4462         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4463
4464 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4465
4466         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4467         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4468
4469         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4470         multibyteness after rather than before erasing it.
4471
4472         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4473         mm-with-multibyte.
4474         (gnus-request-article-this-buffer): Make sure the proper decoding is
4475         used if gnus-original-article-buffer happens to be unibyte.
4476
4477         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4478         default-enable-multibyte-characters.
4479
4480         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4481         default-enable-multibyte-characters.
4482
4483         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4484
4485         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4486
4487 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4488
4489         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4490         (imap-message-copyuid-1): Use it.
4491         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4492         J. Williams in
4493         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4494
4495         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4496         imap-enable-exchange-bug-workaround.
4497         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4498
4499 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4500
4501         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4502         a 100 byte status-checks into a 2-3MB transfer for each group.
4503         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4504         to enable bug workaround or not.
4505         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4506
4507 2008-03-31  Glenn Morris  <rgm@gnu.org>
4508
4509         * message.el (mml2015-use): Declare for compiler.
4510         (message-info): Require mml2015 when appropriate.
4511
4512 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4515         whitespace.
4516
4517 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4518
4519         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4520         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4521         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4522         (nntp-service-to-port): New function.
4523         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4524         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4525         (nntp-open-netcat-stream): New function.
4526         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4527
4528 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4529
4530         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4531
4532 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4533
4534         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4535
4536 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4537
4538         * dns.el (dns-write): Use set-buffer-multibyte.
4539
4540 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4541
4542         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4543
4544 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4545
4546         * message.el (message-signature-separator): Change default.
4547         Improve custom type.
4548         (message-cite-function): Change default to
4549         message-cite-original-without-signature.
4550
4551         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4552         toggle.
4553
4554         * message.el (message-check-news-body-syntax): Fix signature check.
4555         (message-setup-1): Mark buffer as unmodified _after_ running
4556         message-setup-hook and handling message-alternative-emails.
4557         (message-shorten-references): Be more strict when building list of
4558         valid references to comply with GNKSA.
4559
4560         * gnus-group.el (gnus-read-ephemeral-bug-group)
4561         (gnus-read-ephemeral-debian-bug-group)
4562         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4563
4564         * message.el (message-info): Don't use booleanp which isn't supported
4565         in Emacs 21 and XEmacs.
4566
4567 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4568
4569         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4570         gnus-group-gmane-group-download-format.
4571         (gnus-group-read-ephemeral-gmane-group): Rename from
4572         gnus-group-read-ephemeral-gmane-group.
4573         (gnus-read-ephemeral-gmane-group-url): Rename from
4574         gnus-group-read-ephemeral-gmane-group-url.
4575         (gnus-bug-group-download-format-alist): New variable.
4576         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4577         (gnus-read-ephemeral-emacs-bug-group): New commands.
4578
4579 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4580
4581         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4582         (gnus-visible-headers): Improve custom type.
4583
4584 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4585
4586         * mml.el (mml-menu): Add workarounds for XEmacs.
4587
4588         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4589         X-Boundary header.
4590
4591         * message.el (message-simplify-recipients): Fix previous commit.
4592
4593 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4594
4595         * mm-util.el (mm-set-buffer-multibyte): New function.
4596         * mm-decode.el (mm-copy-to-buffer): Use it.
4597
4598 2008-03-19  Glenn Morris  <rgm@gnu.org>
4599
4600         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4601         Accidentally removed in the sync process with Emacs.
4602
4603 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4604
4605         * message.el (message-alter-recipients-discard-bogus-full-name):
4606         New function.
4607         (message-alter-recipients-function): New variable.
4608         (message-get-reply-headers): Use it.
4609         (message-replace-header): New helper function.
4610         (message-recipients-without-full-name): New variable.
4611         (message-simplify-recipients): New command.
4612
4613         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4614
4615         * message.el (message-info): Handle EasyPG manual.
4616
4617         * mml.el (mml-menu): Add entry for EasyPG.
4618
4619 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4620
4621         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4622         parameter.
4623
4624         * message.el (message-disassociate-draft): Specify drafts group name
4625         fully.
4626
4627 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4628
4629         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4630         unnecessary duplicates from the match list.
4631
4632 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4635
4636         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4637
4638         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4639         args of `how-many' of which the XEmacs version doesn't take; declare
4640         Info-index-next as function.
4641
4642 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4643
4644         * gnus-score.el (gnus-score-headers): Fix handling of
4645         gnus-inhibit-slow-scoring.
4646
4647         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4648         string.
4649         (gnus-button-url-regexp): Improve handling of parenthesis.
4650         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4651         (gnus-button-handle-info-keystrokes): Handle index entries.
4652
4653 2008-03-15  Glenn Morris  <rgm@gnu.org>
4654
4655         * parse-time.el (parse-time-string): Simplify.
4656
4657 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4660         Incoming* files.
4661
4662 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4663
4664         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4665         (auth-source-pick): Use it.
4666
4667 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4668
4669         * binhex.el (binhex-decode-region-internal):
4670         * uudecode.el (uudecode-decode-region-internal):
4671         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4672         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4673         setting default-enable-multibyte-characters.
4674
4675 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4676
4677         * auth-source.el (auth-source-protocols)
4678         (auth-source-protocols-customize, auth-source-choices): Added and
4679         modified variable customizations and defaults.
4680         (auth-source-pick, auth-source-user-or-password)
4681         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4682         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4683         (auth-source-user-or-password-sftp)
4684         (auth-source-user-or-password-smtp): Use new variables and provide an
4685         interface to netrc.el.
4686
4687 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4688
4689         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4690         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4691         Make sure the nntp port to specify is a string.
4692
4693 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4694
4695         * nntp.el: Use with-current-buffer.
4696         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4697         dubious mm-with-unibyte-current-buffer.
4698         (nntp-with-open-group-function): New function extracted from
4699         nntp-with-open-group macro.
4700         (nntp-with-open-group): Use the function, so it's easier to debug.
4701         Add indentation and debugging info.
4702         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4703         the use of the netcat alternatives.
4704
4705         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4706         Avoid mm-string-as-multibyte as well.
4707
4708         * nnweb.el (nnweb-insert-html):
4709         Remove use of nnheader-string-as-multibyte.
4710
4711         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4712         (nnheader-string-as-multibyte): Remove.
4713
4714         * mm-view.el: Use inhibit-read-only.
4715         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4716         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4717         or unibyte-string.
4718
4719         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4720         (mm-uu-yenc-extract): Use with-current-buffer.
4721
4722         * gnus-soup.el (gnus-soup-send-packet): Don't use
4723         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4724
4725         * nnmh.el: Use with-current-buffer.
4726         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4727         mm-string-as-multibyte on the output of mm-encode-coding-string.
4728
4729         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4730         (nnimap-request-move-article): Use with-current-buffer.
4731
4732         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4733         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4734         conversion uses string-make-unibyte rather than string-as-unibyte.
4735
4736         * gnus-msg.el: Use with-current-buffer.
4737
4738         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4739
4740 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4741
4742         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4743         string for caching if it is 'PIN.
4744
4745 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * lpath.el: Consider the case without Emacs/W3.
4748
4749 2008-03-08  Glenn Morris  <rgm@gnu.org>
4750
4751         * time-date.el (date-to-time, time-subtract, time-add)
4752         (safe-date-to-time): Doc fixes.
4753
4754 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4755
4756         * mail-source.el (mail-source-delete-old-incoming-confirm):
4757         Change default to nil.
4758         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4759
4760 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * lpath.el: Rearrange.
4763
4764         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4765         (gnus-article-goto-prev-page): Work for articles having ^L's.
4766
4767         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4768
4769         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4770
4771 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4772
4773         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4774         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4775         (gnus-bookmark-jump): Adjust some variable names.
4776
4777 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4778
4779         * auth-source.el: New package.
4780         (auth-source-choices): Add customization entry point variable.
4781
4782         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4783         bug.
4784
4785 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4786
4787         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4788         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4789         (gnus-registry-install-shortcuts): Rename from
4790         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4791         the `gnus-registry-mark-map' keymap dynamically from
4792         `gnus-registry-marks'.  The generated functions update the summary line
4793         when a registry mark is added or deleted, and will call
4794         `gnus-registry-install-p' (see the comments in the code).
4795         (gnus-registry-user-format-function-M): Use concat intelligently.
4796
4797         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4798         the registry mark functions.
4799
4800 2008-03-05  Glenn Morris  <rgm@gnu.org>
4801
4802         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4803         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4804         gnus-art.
4805         (top-level): No need to load own source when compiling.
4806
4807 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4808
4809         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4810         Suggested by <chris.anderton@zetnet.co.uk>.
4811
4812 2008-03-04  Glenn Morris  <rgm@gnu.org>
4813
4814         * gnus-sum.el (top-level): No need to require gnus when compiling,
4815         since unconditionally required near start of file.
4816         (gnus-summary-display-while-building): Move definition before use.
4817
4818 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4819
4820         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4821         formatting function.
4822
4823 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4824
4825         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4826         with plists.
4827         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4828         Use new format.
4829
4830 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4831
4832         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4833         `where-is-internal' that returns a range of key sequences.
4834
4835 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4836
4837         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4838
4839         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4840         (gnus-summary-jump-to-group): Consider windows on other displayed
4841         frames as well.  Similar changes might be needed elsewhere, but that's
4842         the one I've bumped into during my use.
4843
4844         * nndoc.el (nndoc-oe-dbx-type-p):
4845         * gnus-msg.el (gnus-debug):
4846         * gnus-group.el (gnus-update-group-mark-positions):
4847         Use mm-string-to-multibyte.
4848
4849 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4850
4851         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4852         doesn't handle NotDashEscaped.
4853
4854         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4855         (mml-dnd-attach-options): Fix typo in custom choice.
4856
4857         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4858         nndoc-article-type to mbox.
4859         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4860
4861         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4862         to nil, instead of html2text.
4863
4864         * imap.el (imap-debug): Add `imap-ping-server'.
4865
4866         * gnus-bookmark.el: Add FIXMEs.
4867
4868         * message.el (message-form-letter-separator)
4869         (message-send-form-letter-delay): New variables.
4870         (message-send-form-letter): Use them.  New command to send form
4871         letters.  Requested by Uwe Siart.
4872         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4873
4874 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4875
4876         * Update copyright years.
4877
4878 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4879
4880         Sync from EMACS_22_BASE.
4881
4882         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4883
4884 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4885
4886         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4887         empty author.
4888
4889 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4890
4891         * gnus-registry.el (gnus-registry-marks): Add variable for
4892         customization of marks and their appearance.
4893         (gnus-registry-read-mark): Use it.
4894         (gnus-registry-do-marks): Add utility function to loop through
4895         `gnus-registry-marks'.
4896         (gnus-registry-install-shortcuts-and-menus): Add function to install
4897         shortcuts and menus.
4898         (gnus-registry-initialize): Use it.
4899         (gnus-registry-default-mark): Clarify documentation.
4900
4901 2008-02-29  Glenn Morris  <rgm@gnu.org>
4902
4903         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4904         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4905         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4906         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4907         Change defcustom :version from 23.0 to 23.1.
4908
4909 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4910
4911         * gnus-registry.el (gnus-registry-follow-group-p)
4912         (gnus-registry-post-process-groups): Add functions to aid registry
4913         splitting and improve logging.  Clarify behavior in function
4914         documentation.
4915         (gnus-registry-split-fancy-with-parent): Use them.
4916
4917 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4918
4919         * gnus-art.el: Use with-current-buffer.
4920
4921 2008-02-27  David Engster  <dengste@eml.cc>
4922
4923         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4924         Express real group name in the response.
4925
4926 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4929         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4930         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4931         autoload gnus-registry-fetch-group when compiling.
4932         (nnmairix-request-group-with-article-number-correction): Remove
4933         unreferenced argument passed to nnmairix-call-backend.
4934
4935 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4936
4937         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4938         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4939         Wilde.
4940
4941 2008-02-27  Glenn Morris  <rgm@gnu.org>
4942
4943         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4944         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4945         variables to defconsts.  Convert comments to doc-strings.
4946         (nnmairix-last-server, nnmairix-current-server): Convert from free
4947         variables to defvars.  Convert comments to doc-strings.
4948         (gnus-registry-fetch-group): Autoload.
4949         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4950         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4951         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4952         caddr.
4953         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4954         nnmairix-request-group-with-article-number-correction call.
4955         (nnmairix-fast, nnmairix-group): New, less general names, for free
4956         variables passed from nnmairix-request-group to
4957         nnmairix-request-group-with-article-number-correction.  Declare.
4958         (nnmairix-request-group-with-article-number-correction):
4959         Use nnmairix-fast, nnmairix-group rather than fast, group.
4960
4961 2008-02-26  David Engster  <dengste@eml.cc>
4962
4963         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4964         version 0.5.
4965
4966 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4967
4968         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4969         instead of making an extra function call.  Don't add the current group
4970         to articles only when they have the group.  Use
4971         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4972         Reported by David <de_bb@arcor.de>.
4973
4974 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4977         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4978
4979 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4980
4981         * mail-source.el (mail-source-delete-incoming): Change default.
4982         Supplement doc string.
4983
4984         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4985
4986 2008-02-14  Glenn Morris  <rgm@gnu.org>
4987
4988         * time-date.el (format-seconds): New function.
4989
4990 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4991
4992         * nnmail.el (nnmail-message-id-cache-file): Derive from
4993         `gnus-home-directory'.
4994
4995 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4996
4997         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4998         Document negative prefix.
4999
5000         * gnus-group.el (gnus-group-read-group): Document negative prefix.
5001
5002 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5003
5004         * message.el (message-unsent-separator): Add the Exim bounce
5005         separator.
5006
5007 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5008
5009         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5010         list.
5011         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5012         recipient/signer list.
5013
5014 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * Makefile.in (datarootdir): Define.
5017         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5018         name that might contain whitespace.
5019
5020 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5021
5022         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5023         fbound (Emacs 23 unicode), signal an error.
5024
5025 2008-02-08  Glenn Morris  <rgm@gnu.org>
5026
5027         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5028
5029 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5030
5031         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5032         ports to the calls to `netrc-machine-user-or-password' in addition to
5033         "imap" and "imaps".
5034
5035 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5036
5037         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5038
5039         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5040
5041 2008-02-01  Kenichi Handa  <handa@m17n.org>
5042
5043         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5044         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5045         (rfc2104-hash): Convert the result of concat to unibyte string.
5046
5047 2008-02-01  Dave Love  <fx@gnu.org>
5048
5049         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5050         coding-system-for-read.
5051         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5052
5053 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5054
5055         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5056         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5057         <hanche@math.ntnu.no>.
5058
5059 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5062
5063         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5064
5065 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5066
5067         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5068         * message.el (message-beginning-of-line): Use featurep instead of bound
5069         tests in order to resolve conditionals at compile time.
5070
5071 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5072
5073         * mail-source.el (mail-sources): Add `group' choice.
5074
5075         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5076         parameter `in-group' to control into which group the articles go.
5077         Add treatment of `group' mail-source.
5078
5079 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5082
5083         * mm-decode.el (mm-dissect-buffer): Decode description.
5084
5085         * mml.el (mml-to-mime): Encode message header first.
5086
5087 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5090         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5091
5092         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5093         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5094
5095 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5096
5097         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5098
5099 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5102         prefix keys.
5103         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5104         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5105         gnus-xmas.el.
5106
5107         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5108         (gnus-xmas-article-describe-bindings): New function.
5109         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5110         gnus-xmas-article-describe-bindings.
5111
5112         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5113
5114 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5115
5116         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5117         Add new variables for article mark management.
5118         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5119         list of extra data entries which, when present, will indicate that the
5120         article ID should not be trimmed from the registry.
5121         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5122         functions.
5123         (gnus-registry-read-mark): New function to read a mark name from the
5124         user.
5125         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5126         (gnus-registry-set-article-mark-internal): New functions to add and
5127         remove marks.
5128         (gnus-registry-get-article-marks): New function to show the marks for
5129         an article, or retrieve them for further use.
5130
5131 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5134         keys when no argument is given.
5135
5136 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5137
5138         * imap.el (imap-ping-server): New variable.
5139         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5140         (imap-ping-server): Minor doc string fixes.
5141
5142 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5143
5144         * imap.el (imap-ping-server): New function.
5145         (imap-opened): Call imap-ping-server.
5146
5147 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         * gnus-sum.el (gnus-article-sort-by-random)
5150         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5151         jidanni@jidanni.org.
5152
5153 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * gnus-art.el (gnus-article-describe-bindings): New function.
5156         (gnus-article-read-summary-keys): Use it.
5157         (gnus-article-mode-map): Bind `C-h b' to it.
5158
5159 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5162         XEmacs.
5163         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5164         against non-character events.
5165
5166         * lpath.el: Fbind map-keymap for Emacs 21.
5167
5168 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5169
5170         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5171         command.
5172         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5173         instead of END.  Change name of the temp file.
5174         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5175         customizable.
5176
5177 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5180         bind `S W' to gnus-article-wide-reply-with-original; set default
5181         binding to gnus-article-read-summary-send-keys.
5182         (gnus-article-read-summary-keys): Fix the order of keys; display
5183         continuation keys correctly in the echo area; describe bindings
5184         correctly when keys end with `C-h'.
5185         (gnus-article-read-summary-send-keys): New function.
5186         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5187         for gnus-article-read-summary-send-keys; display continuation keys
5188         correctly in the echo area.
5189         (gnus-article-reply-with-original): Ignore prefix argument.
5190         (gnus-article-wide-reply-with-original): New function.
5191
5192         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5193         Emacs 21.
5194
5195 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5198         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5199
5200 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5201
5202         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5203         (gnus-group-read-ephemeral-gmane-group): New command.
5204
5205 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5206
5207         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5208
5209 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5210
5211         * message.el (message-send-mail-function): Increase custom version.
5212
5213         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5214         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5215
5216 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5217
5218         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5219         for the cases where imap-authenticate is called with a nil buffer
5220         parameter.
5221
5222 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5225         html parts correctly; support forwarded messages.
5226         (gnus-article-browse-html-article): Remove work buffers.
5227
5228         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5229         compiling.
5230         (netrc-bound-and-true-p): New macro.
5231         (netrc-parse): Use it instead of bound-and-true-p that is not available
5232         in XEmacs 21.4.
5233
5234 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5235
5236         * gnus-registry.el (gnus-registry-mark-article)
5237         (gnus-registry-article-marks): Add functionality to mark articles
5238         through the Gnus registry.
5239
5240         * encrypt.el: Clarify documentation for the new pgg method.
5241         (encrypt-file-alist): Add PGG option.
5242         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5243         functionality.  Abstract password key and messaging to external
5244         functions.
5245         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5246         (encrypt-message-method-and-cipher): Add new convenience external
5247         functions.
5248         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5249         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5250
5251         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5252         (netrc-parse): Use encrypt-file-alist to determine if
5253         encrypt-find-model or encrypt-insert-file-contents should be used.
5254
5255         * encrypt.el: Clarify documentation.  Load password-cache or
5256         password, whichever one is found first, instead of autoloading.
5257
5258 2007-12-19  Glenn Morris  <rgm@gnu.org>
5259
5260         * mml.el (message-options-set, message-narrow-to-head)
5261         (message-in-body-p, message-mail-p, message-encode-message-body):
5262         Autoload.
5263         (message-remove-header, message-narrow-to-headers-or-head)
5264         (message-subscribed-p, message-make-mail-followup-to)
5265         (message-position-on-field, message-news-p)
5266         (message-options-set-recipient, message-generate-headers)
5267         (message-sort-headers): Declare as functions.
5268
5269 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5270
5271         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5272         convention in doc string.
5273
5274 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5277         title to html parts.
5278         (gnus-article-browse-html-article): Pass message header to it.
5279
5280         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5281
5282 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5285         or password compatible with XEmacs.
5286
5287 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5290         format document.
5291         (gnus-mime-delete-part): Don't write description line if empty.
5292         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5293
5294 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5295
5296         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5297         (gnus-summary-mark-read-and-unread-as-read)
5298         (gnus-summary-mark-current-read-and-unread-as-read)
5299         (gnus-summary-mark-unread-as-ticked): Doc fix.
5300         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5301
5302 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5303
5304         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5305         Christoph Conrad <christoph.conrad@gmx.de>.
5306
5307 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5310         yes-or-no-p.
5311
5312 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * mm-decode.el (mm-add-meta-html-tag): New function.
5315         (mm-save-part-to-file, mm-pipe-part): Use it.
5316
5317         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5318         gnus-y-or-n-p instead of y-or-n-p.
5319         (gnus-article-browse-html-parts): Work with message/external-body; use
5320         mm-add-meta-html-tag.
5321
5322 2007-12-11  Glenn Morris  <rgm@gnu.org>
5323
5324         * gnus-cache.el: Require gnus-sum not just when compiling.
5325
5326         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5327
5328         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5329         definitions before use.
5330
5331         * mm-decode.el: Require gnus-util.
5332         (mm-remove-part): Only call delete-annotation on XEmacs.
5333
5334         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5335
5336         * nnmail.el: Require gnus-int.
5337
5338         * spam.el: Move `require's before `eval-when-compile's.
5339
5340         * gnus-ems.el (gnus-alive-p):
5341         * gnus-fun.el (message-goto-eoh):
5342         * gnus-util.el (gnus-group-name-decode):
5343         * mail-source.el (gnus-compress-sequence):
5344         * message.el (Info-goto-node, format-spec):
5345         * mm-bodies.el (message-options-get):
5346         * mm-decode.el (mm-view-pkcs7):
5347         * mm-util.el (gmm-write-region):
5348         * mml-smime.el (mml-compute-boundary)
5349         (gnus-completing-read-with-default):
5350         * mml.el (widget-button-press, gnus-make-hashtable):
5351         * mml1991.el (mm-decode-content-transfer-encoding)
5352         (mm-encode-content-transfer-encoding)
5353         (message-options-get, message-options-set):
5354         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5355         * nnfolder.el (gnus-request-group):
5356         * nnheader.el (ietf-drums-unfold-fws):
5357         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5358         * smime.el (gnus-run-mode-hooks):
5359         * spam-stat.el (gnus-message): Autoload.
5360
5361         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5362         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5363         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5364         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5365         Add declare-function compatibility definition.
5366
5367         * gnus-cache.el (nnvirtual-find-group-art):
5368         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5369         (gnus-add-image, gnus-add-wash-type):
5370         * gnus-group.el (nnkiboze-score-file):
5371         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5372         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5373         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5374         (message-tokenize-header, gnus-get-buffer-create)
5375         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5376         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5377         * gnus.el (gnus-group-decoded-name):
5378         * mail-source.el (imap-capability):
5379         * mm-bodies.el (message-options-set):
5380         * mm-decode.el (gnus-configure-windows):
5381         * mm-extern.el (message-goto-body):
5382         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5383         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5384         (epg-sub-key-validity, message-options-set):
5385         * mml.el (widget-event-point, gnus-configure-windows):
5386         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5387         * mml2015.el (epg-check-configuration, epg-configuration)
5388         (message-options-set):
5389         * nndb.el (nndb-request-article):
5390         * nnfolder.el (gnus-request-create-group):
5391         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5392         * nnmaildir.el (gnus-group-mark-article-read):
5393         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5394         * rfc1843.el (message-fetch-field):
5395         * spam.el (gnus-extract-address-components):
5396         Declare as functions.
5397
5398 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5401
5402         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5403
5404         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5405         bind show-trailing-whitespace for XEmacs.
5406
5407 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5408
5409         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5410         new no-op macro for backward compatibility.
5411
5412         * imap.el (imap-string-to-integer): New function.
5413
5414 2007-12-09  Glenn Morris  <rgm@gnu.org>
5415
5416         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5417
5418         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5419         * message.el, mm-view.el, sieve-manage.el, smime.el:
5420         Add declare-function compatibility definition.
5421
5422         * gnus-art.el (w3-region, w3m-region, Info-menu):
5423         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5424         * gnus-sum.el (gnus-get-predicate):
5425         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5426         * message.el (mail-abbrev-in-expansion-header-p):
5427         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5428         (w3m-detect-meta-charset, w3m-region):
5429         * sieve-manage.el (password-read, password-cache-add)
5430         (password-cache-remove):
5431         * smime.el (password-read-and-add): Declare as functions.
5432
5433 2007-12-08  David Kastrup  <dak@gnu.org>
5434
5435         * gnus-sum.el (gnus-summary-simplify-subject-query):
5436         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5437         `message'.
5438
5439 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5440
5441         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5442         it to bind idna-program, installation-directory, defined-colors, and
5443         face-attribute for XEmacs of the version that compiles defcustom forms.
5444
5445 2007-12-07  Glenn Morris  <rgm@gnu.org>
5446
5447         * gnus-art.el (article-make-date-line): Revert previous change.
5448
5449 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5450
5451         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5452
5453 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5454
5455         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5456         Call gnus-add-to-range ranges only once with a prepared article-list.
5457
5458 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5459
5460         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5461         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5462         group names with backslashes.  Reported by Tassilo Horn
5463         <tassilo@member.fsf.org>.
5464
5465 2007-12-06  Deepak Goel  <deego3@gmail.com>
5466
5467         * gnus-art.el (article-make-date-line):
5468         * gnus-start.el (gnus-load):
5469         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5470
5471 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus-art.el (gnus-use-idna)
5474         * gnus-start.el (gnus-site-init-file)
5475         * message.el (message-use-idna)
5476         * mm-uu.el (mm-uu-hide-markers)
5477         * smiley.el (smiley-style): Revert changes that suppress warnings.
5478
5479 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5482         specify charset to html source.  Reported by Christoph Conrad
5483         <christoph.conrad@gmx.de>.
5484
5485 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5486
5487         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5488         idna-program in order to suppress byte compile warning issued by XEmacs
5489         that came to byte compile the default value section of defcustom forms
5490         recently.
5491
5492         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5493         value of installation-directory.
5494
5495         * message.el (message-use-idna): Don't directly refer to the value of
5496         idna-program.
5497
5498         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5499
5500         * smiley.el (smiley-style): Don't directly call face-attribute.
5501
5502 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5503
5504         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5505
5506         * gnus-dired.el: Reduce Gnus dependencies.
5507         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5508         require.  Use autoloads instead.
5509         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5510         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5511         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5512         (gnus-dired-mode): Adjust doc string.
5513         (gnus-dired-mail-mode): New variable.
5514         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5515         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5516         (gnus-dired-mail-buffers): New function.  Return mail or message
5517         composition buffers.
5518         (gnus-dired-attach): Use it.
5519         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5520         NO-DECODE.
5521         (gnus-dired-print): Use `gnus-print-buffer' depending on
5522         `gnus-dired-mail-mode'.
5523
5524 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * rfc2047.el (rfc2047-encoded-word-regexp)
5527         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5528         explaining what regexp patterns are for.
5529
5530 2007-12-04  Glenn Morris  <rgm@gnu.org>
5531
5532         * password.el: Move to password-cache.el.
5533
5534         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5535         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5536         * mml-smime.el (password-read, password-cache-add)
5537         (password-cache-remove):
5538         No need to autoload, since mml-sec requires password.
5539
5540         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5541         * message.el (gnus-extract-address-components):
5542         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5543
5544         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5545         password.
5546
5547 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * mailcap.el: Reduce dependencies.
5550         (mail-header-parse-content-type): Autoload.
5551         (mailcap-delete-duplicates): New alias.
5552         (mailcap-mime-info): Add optional argument NO-DECODE.
5553         (mailcap-mime-types): Use mailcap-delete-duplicates.
5554
5555         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5556
5557 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5558
5559         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5560         (imap-parse-status): Upcase status-att for servers that sends them
5561         lower-case (e.g., MS Exchange 2007).
5562
5563 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5564
5565         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5566         function.
5567
5568         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5569         (gnus-uu-yenc-article): New function.
5570
5571         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5572
5573         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5574         buffer.
5575
5576 2007-12-02  Glenn Morris  <rgm@gnu.org>
5577
5578         * binhex.el (binhex): New custom group.
5579         (binhex-decoder-program, binhex-decoder-switches)
5580         (binhex-use-external): Move to the binhex custom group.
5581
5582         * uudecode.el (uudecode): New custom group.
5583         (uudecode-decoder-program, uudecode-decoder-switches)
5584         (uudecode-use-external): Move to the uudecode custom group.
5585
5586         * netrc.el (top-level): Don't load `encrypt' features.
5587         (netrc-parse): Don't use encrypt.
5588         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5589
5590         * encrypt.el: Remove file.
5591
5592 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5593
5594         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5595         matches on patches.
5596
5597         * gnus-art.el (gnus-article-browse-html-article): Mention
5598         `mm-text-html-renderer' in the doc string.
5599
5600         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5601         string.  Add comments.
5602
5603         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5604         if rhs is ASCII.
5605
5606 2007-12-01  Glenn Morris  <rgm@gnu.org>
5607
5608         * mail-source.el (top-level): Require format-spec before
5609         eval-when-compile.
5610
5611 2007-11-30  Glenn Morris  <rgm@gnu.org>
5612
5613         * encrypt.el: Require password, rather than autoloading password-read.
5614
5615 2007-11-29  Glenn Morris  <rgm@gnu.org>
5616
5617         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5618         (sasl-make-client, sasl-next-step, sasl-step-data)
5619         (sasl-step-set-data): Declare as functions.
5620
5621 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5622
5623         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5624
5625 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5626
5627         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5628         certs should be verified and what is to be done in the event of a
5629         verification failure.
5630
5631         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5632         caller can indicate whether the cache should be disregarded for this
5633         call.  This way the result of the call is reproducible at all times and
5634         can be considered a canonical server name for the supplied method.
5635         (gnus-agent-method-p): Canonicalize server names by pushing their
5636         method through `gnus-method-to-server' using the no-cache argument.
5637
5638         * gnus-srvr.el (gnus-server-insert-server-line): Call
5639         `gnus-method-to-server' with `no-cache' argument.
5640
5641         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5642         gnus-agent-possibly-synchronize-flags as this should be called when the
5643         server is actually being opened.
5644         (gnus-agent-possibly-synchronize-flags)
5645         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5646         flags file of an agentized server to the latter function.
5647
5648         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5649         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5650         after a connection has been established successfully.
5651
5652 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * gnus-art.el (article-display-face): Force to display face if called
5655         interactively; check if gnus-article-x-face-too-ugly matches author.
5656         (article-display-x-face): Display face even if From header is missing
5657         as article-display-face does.
5658
5659 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5660
5661         * hashcash.el (message-narrow-to-headers-or-head)
5662         (message-fetch-field, message-goto-eoh)
5663         (message-narrow-to-headers): Declare as functions.
5664
5665 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5666
5667         * mail-source.el (mail-sources): Default to fetch from file for
5668         compatibility with default of nnmail-spool-file.
5669
5670 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5673         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5674         to look for encoded word that should be encoded again.
5675         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5676         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5677         encoding pattern.
5678         (rfc2047-decode-region): Switch strict regexp and loose one according
5679         to rfc2047-allow-irregular-q-encoded-words.
5680
5681 2007-11-25  Romain Francoise  <romain@orebokech.com>
5682
5683         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5684
5685 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5686
5687         * tls.el (tls-program): Provide more custom choices from
5688         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5689         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5690
5691 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5692
5693         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5694         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5695
5696         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5697         `nnmail-spool-file'.
5698
5699         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5700         `nnmail-spool-file'.
5701
5702         * gnus-move.el (gnus-change-server): Ditto.
5703
5704         * gnus-kill.el (gnus-batch-score): Ditto.
5705
5706         * gnus-cache.el (gnus-jog-cache): Ditto.
5707
5708         * gnus-msg.el (gnus-summary-reply):
5709         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5710
5711 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5712
5713         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5714         version.  Minor improvement to doc strings.
5715         (tls-program): Add comment.
5716
5717 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5718
5719         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5720         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5721         mismatch between the hostname provided in the certificate and the name
5722         of the host connnecting to.
5723         (open-tls-stream): Use them.  Check certificates against trusted root
5724         certificates.
5725
5726 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * gnus-cache.el (gnus-cache-generate-nov-databases):
5729         Use nnml-generate-nov-databases-directory instead of
5730         nnml-generate-nov-databases-1.
5731
5732 2007-11-24  Glenn Morris  <rgm@gnu.org>
5733
5734         * message.el (message-tool-bar-retro): Update for rename
5735         mail_send.xpm->mail-send.xpm.
5736
5737 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5738
5739         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5740         `smime-ldap-search' for Emacs 22 and up.
5741
5742 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5743
5744         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5745
5746         * message.el (message-send-mail-function): Fix error convention.
5747         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5748         (message-widen-reply, message-send-mail, message-talkative-question)
5749         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5750         (message-clone-locals, message-send-news): Use with-current-buffer.
5751         (message-insert-or-toggle-importance): Remove unused var `valid'.
5752         (message-make-references): Remove unused var `new-references'.
5753         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5754
5755 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5756
5757         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5758         (spam-split-symbolic-return-positive): Reflow docstring.
5759         (spam-backends, spam-summary-exit-behavior)
5760         (spam-mark-ham-unread-before-move-from-spam-group)
5761         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5762         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5763         (spam-clear-cache, spam-backend-check, spam-install-backend)
5764         (spam-install-statistical-backend, spam-list-of-processors)
5765         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5766         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5767         (spam-check-crm114, spam-initialize, spam-unload-hook):
5768         Fix typos in docstrings.
5769
5770 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5773         been checked if they have never been read and those group levels are
5774         higher than the one that a user specified.
5775
5776 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5777
5778         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5779         foreign groups unless a group level is specified by a user.
5780         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5781
5782 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5783
5784         * message.el (message-send-mail-function): Require sendmail.
5785
5786 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5787
5788         * message.el (message-send-mail-function): Check for smtpmail too.
5789
5790         * utf7.el (utf7-encode, utf7-decode): Use coding system
5791         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5792
5793         * message.el (message-send-mail-function): New function.
5794         (message-send-mail-function): Set default using
5795         message-send-mail-function.  Adjust doc string.
5796         (message-send-mail-with-mailclient): New function.
5797
5798 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5799
5800         * smime.el (from):
5801         * rfc2047.el (message-posting-charset):
5802         * qp.el (mm-use-ultra-safe-encoding):
5803         * pop3.el (parse-time-months):
5804         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5805         * nnml.el (files):
5806         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5807         (jka-compr-compression-info-list, ange-ftp-path-format)
5808         (efs-path-regexp):
5809         * nndiary.el (files):
5810         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5811         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5812         (epg-digest-algorithm-alist, inhibit-redisplay)
5813         (password-cache-expiry):
5814         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5815         (pgg-output-buffer, password-cache-expiry):
5816         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5817         (efs-path-regexp):
5818         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5819         (inhibit-redisplay):
5820         * mm-uu.el (file-name, start-point, end-point, entry)
5821         (gnus-newsgroup-name, gnus-newsgroup-charset):
5822         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5823         (latin-unity-ucs-list):
5824         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5825         (mm-uu-binhex-decode-function):
5826         * message.el (gnus-message-group-art, gnus-list-identifiers)
5827         (rmail-enable-mime-composing, gnus-local-organization)
5828         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5829         (gnus-read-active-file, facemenu-add-face-function)
5830         (facemenu-remove-face-function, gnus-article-decoded-p)
5831         (tool-bar-mode):
5832         * mail-source.el (display-time-mail-function):
5833         * gnus-util.el (nnmail-pathname-coding-system)
5834         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5835         (gnus-original-article-buffer, gnus-user-agent)
5836         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5837         (xemacs-codename, sxemacs-codename, emacs-program-version):
5838         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5839         * gnus-start.el (gnus-agent-covered-methods)
5840         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5841         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5842         (gnus-newsgroup-headers, gnus-group-list-mode)
5843         (gnus-group-mark-positions, gnus-newsgroup-data)
5844         (gnus-newsgroup-unreads, nnoo-state-alist)
5845         (gnus-current-select-method, mail-sources)
5846         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5847         (nnmail-spool-file, gnus-cache-active-hashtb):
5848         * gnus-mh.el (mh-lib-progs):
5849         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5850         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5851         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5852         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5853         (gnus-group-buffer):
5854         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5855         (font-lock-set-defaults):
5856         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5857         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5858         (gnus-summary-post-menu, total-parts, type, condition, length):
5859         * gnus-agent.el (gnus-agent-read-agentview):
5860         * flow-fill.el (show-trailing-whitespace):
5861         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5862         eval-and-compile wrappers for byte compiler pacifiers.
5863
5864         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5865         (mm-display-inline-fontify): Check for featurep 'xemacs not
5866         extent-list.
5867
5868         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5869         itimer-list.
5870         (mm-create-image-xemacs): Only do something for XEmacs.
5871         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5872
5873         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5874
5875         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5876         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5877
5878 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5879
5880         * nnimap.el (nnimap-split-download-body):
5881         * gnus-demon.el (gnus-demon):
5882         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5883
5884 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5887         macros.
5888         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5889         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5890         copy data from unibyte buffer to multibyte current buffer.
5891         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5892         to copy data from unibyte current buffer to multibyte buffer.
5893         (nntp-make-process-buffer): Make process buffer unibyte.
5894
5895         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5896
5897 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5898
5899         * pop3.el (pop3-open-server): Accept and process data more robustly at
5900         connexion start to avoid spurious "POP SSL connexion failed" errors.
5901
5902 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5903
5904         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5905         read group names.
5906
5907 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5908
5909         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5910
5911 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5914         (nnmail-save-active): Use a unibyte buffer when saving active file,
5915         which may contain non-ASCII group names.
5916
5917         * nnml.el (nnml-request-group): Decode group names in messages.
5918
5919 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5920
5921         * message.el (message-citation-line-function)
5922         (message-insert-formatted-citation-line): Fix spelling of
5923         `message-insert-formated-citation-line'.
5924
5925 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5926
5927         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5928
5929 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5932         nnmail-pathname-coding-system.
5933
5934         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5935         that a user enters; decode group names in messages.
5936
5937         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5938
5939 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5940
5941         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5942
5943         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5944
5945         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5946         risky local variable.
5947
5948         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5949
5950 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5951
5952         * encrypt.el: Improve documentation to fix function name typo.
5953         Reported by Daiki Ueno <ueno@unixuser.org>.
5954
5955 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5956
5957         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5958         even if the point is not in the last page of an article.
5959         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5960         back to the previous page.
5961
5962 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5963
5964         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5965
5966 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5969
5970 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5971
5972         * message.el (message-check-news-body-syntax): Avoid
5973         mm-string-as-multibyte.
5974         (message-hide-headers): Don't assume (point-min)==1.
5975
5976 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * message.el (message-remove-blank-cited-lines): Fix if remove is
5979         given.
5980         (message-bogus-address-regexp): New variable.
5981         (message-bogus-recipient-p): New function.
5982         (message-check-recipients): New command.
5983         (message-syntax-checks): Add `bogus-recipient'.
5984         (message-fix-before-sending): Add `bogus-recipient'.
5985
5986         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5987         (gnus-treat-body-boundary): Don't test window-system.
5988
5989 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5990
5991         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5992
5993 2007-10-28  Miles Bader  <miles@gnu.org>
5994
5995         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5996         at compile-time too.
5997
5998 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5999
6000         * gnus-msg.el (gnus-message-setup-hook): Add
6001         `message-remove-blank-cited-lines' to options.
6002
6003 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
6004
6005         * message.el (message-remove-blank-cited-lines): New function.
6006         Suggested by Karl Plästerer.
6007
6008 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6009
6010         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6011         mapc.
6012
6013         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6014         (top-level): Use mapc to set functions to be traced for debugging.
6015
6016         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6017         called for effect with while loop.
6018
6019         * message.el (message-talkative-question): Replace mapcar called for
6020         effect with mapc.
6021
6022         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6023         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6024         called for effect with dolist.
6025
6026         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6027
6028         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6029         gnus-extra-headers and nnmail-extra-headers.
6030
6031         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6032         called for effect with dolist.
6033         (top-level): Use mapc to set functions to be traced for debugging.
6034
6035         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6036         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6037         dolist.
6038
6039         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6040         Replace mapcar called for effect with mapc.
6041         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6042         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6043         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6044         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6045
6046         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6047         remove-if that's a cl function.
6048
6049         * webmail.el (webmail-debug): Replace mapcar called for effect with
6050         dolist.
6051
6052         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6053         with mapc.
6054
6055 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6056
6057         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6058         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6059         with while loop.
6060
6061         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6062         functions from article-* functions.
6063         (gnus-multi-decode-header): Replace mapcar called for effect with
6064         dolist.
6065
6066         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6067         (gnus-bookmark-show-details): Replace mapcar called for effect with
6068         while loop.
6069
6070         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6071         called for effect with while loop.
6072
6073         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6074         with dolist.
6075
6076         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6077         mapcar called for effect with dolist.
6078
6079         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6080
6081         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6082         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6083         Replace mapcar called for effect with dolist.
6084         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6085         mapc.
6086
6087         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6088         Replace mapcar called for effect with dolist.
6089         (gnus-topic-list): Replace mapcar called for effect with mapc.
6090
6091         * gnus.el: Use mapc instead of mapcar to add autoloads.
6092
6093 2007-10-23  Richard Stallman  <rms@gnu.org>
6094
6095         * gnus-group.el (gnus-group-highlight): Mark as risky.
6096
6097 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6098
6099         * gnus.el (gnus-server-to-method): Return method found first in
6100         gnus-newsrc-alist.
6101
6102         * gnus-art.el (gnus-article-highlight-signature)
6103         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6104         button overlay without the front stickiness.
6105
6106 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6107
6108         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6109         overview buffer needed a catch to receive its throw.
6110         (gnus-agent-flush-cache): Declared as interactive to make this function
6111         easier to use.
6112
6113 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6114
6115         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6116         `next-line'.
6117
6118 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6121         exclude address matching message-dont-reply-to-names.
6122
6123 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6124
6125         * gnus-util.el (gnus-string<): New function.
6126
6127         * gnus-sum.el (gnus-article-sort-by-author)
6128         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6129
6130 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6133         the frame-focus tag is set in gnus-buffer-configuration.
6134
6135 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6138         the front stickiness.
6139
6140 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6141
6142         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6143         url pattern; remove duplicate one.
6144         (gnus-article-extend-url-button): New function.
6145         (gnus-article-add-buttons): Use it.
6146         (gnus-button-push): Use concatenated url that it makes.
6147
6148 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6149
6150         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6151
6152 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6153
6154         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6155         Don't hardcode point-min==1.
6156
6157 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6158
6159         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6160         Fix comment about "iso8859-1".
6161
6162 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6163
6164         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6165         ones returned from the verify-function.
6166
6167         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6168         mml2015-extract-cleartext-signature if extraction failed.
6169
6170 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6171
6172         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6173         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6174         failed.
6175
6176 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6177
6178         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6179
6180 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6181
6182         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6183         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6184         recommends to use EasyPG instead of PGG.
6185
6186         * pgg.el: Revert to revision 6.23.2.16.
6187
6188         * pgg-def.el: Revert to revision 6.6.2.14.
6189
6190         * pgg-gpg.el: Revert to revision 6.23.2.34.
6191
6192 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6193
6194         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6195         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6196         thread for both the null and zero (kill/expire thread) universal prefix
6197         cases.
6198         (gnus-summary-expire-thread): Add new function to expire a thread,
6199         using gnus-summary-kill-thread.
6200         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6201         shortcuts for gnus-summary-expire-thread.
6202         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6203         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6204
6205 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6206
6207         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6208         extras value, so an extras entry can be deleted.
6209         (gnus-registry-delete-extra-entry): Use it.
6210         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6211         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6212         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6213         storage through the gnus-registry, and provide an appropriate API for
6214         it.
6215
6216 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6217
6218         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6219         Suggested by Leo <sdl.web@gmail.com>.
6220
6221         * gnus.el: Do.
6222
6223 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6226         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6227
6228         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6229
6230         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6231         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6232
6233 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6234
6235         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6236         newline.
6237         (nnmbox-request-accept-article): Don't change article in source buffer;
6238         narrow to header to use message-fetch-field rather than
6239         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6240         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6241         as delimiters; make sure article ends with newline.
6242         (nnmbox-delete-mail): Correct last position of article to be deleted;
6243         ignore X-Gnus-Newsgroup header in article body.
6244         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6245         positions; make sure article ends with newline.
6246
6247         * message.el (message-display-abbrev): Don't infloop when a user
6248         inserts SPC in the beginning of header.
6249
6250         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6251         coding-system-for-read and coding-system-for-write for XEmacs having no
6252         file-coding feature.
6253
6254         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6255
6256 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6257
6258         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6259         list of groups not followed by default.  Fix type to be regexp.
6260         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6261
6262 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6263
6264         * hmac-def.el (define-hmac-function): Switch from old-style to
6265         new-style backquotes.
6266
6267         * md4.el (md4-make-step): Likewise.
6268
6269 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6272         raw-text coding system when saving .newsrc file, which may contain
6273         non-ASCII group names.
6274
6275 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6276
6277         * gnus-cus.el (gnus-score-extra): New widget.
6278         (gnus-score-extra-convert): New function.
6279         (gnus-score-customize): Use it for Extra.
6280
6281 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6282
6283         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6284         (mml2015-mailcrypt-clear-verify): Use it.
6285         (mml2015-gpg-clear-verify): Use it.
6286         (mml2015-pgg-clear-verify): Use it.
6287         (mml2015-epg-clear-verify): Replace the current part with the output
6288         from GnuPG; don't extract the plaintext by itself.
6289
6290         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6291         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6292         mml2015-clear-verify-function; don't touch the armor headers or
6293         dash-escaped text here.
6294
6295 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6296
6297         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6298         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6299         parts, or application/octet-stream as a last resort.
6300         (gnus-mime-view-part-as-type): Don't toggle display.
6301         (gnus-mime-view-part-as-charset): Don't turn off display before
6302         querying charset.
6303
6304         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6305         stuff to undisplayer function in Emacs.
6306         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6307
6308         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6309         text/calendar parts.
6310
6311 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6312
6313         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6314         decoding text/calendar parts.
6315
6316         * message.el (message-forward-make-body-mime): Always mark body as
6317         having no illegible text; remove signed-or-encrypted argument.
6318         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6319
6320         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6321         (mml-generate-mime-1): Don't encode body if it is specified to be in
6322         raw form; don't make buffer be unibyte when inserting multibyte string.
6323
6324 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6325
6326         * sha1.el: Fix up comment style.
6327         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6328         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6329
6330         * hex-util.el: Fix up comment style.
6331         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6332
6333         * gnus-salt.el: Use with-current-buffer.
6334         (gnus-pick-setup-message): Fix long-standing typo.
6335
6336 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * imap.el (imap-logout-timeout): New variable.
6339         (imap-logout, imap-logout-wait): New functions.
6340         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6341
6342         * nnimap.el (nnimap-logout-timeout): New server variable.
6343         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6344         nnimap-logout-timeout.
6345
6346         * gnus-art.el (gnus-article-summary-command-nosave)
6347         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6348
6349 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * gnus.el (gnus-maximum-newsgroup): New variable.
6352
6353         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6354         according to gnus-maximum-newsgroup.
6355
6356         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6357         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6358         Limit the range of articles according to gnus-maximum-newsgroup.
6359
6360 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6361
6362         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6363         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6364         Don't perform gnus-configure-windows here; reuse existing sticky
6365         article buffer.
6366
6367         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6368         it doesn't exist in gnus-article-mode.
6369
6370 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6371
6372         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6373         (gnus-agent-decoded-group-name): New function.
6374         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6375         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6376
6377 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6378
6379         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6380         Add binding for gnus-sticky-article.
6381         (gnus-summary-exit): Don't kill sticky article buffers.
6382
6383         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6384         article buffer.
6385         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6386         (gnus-kill-sticky-article-buffers): New commands.
6387
6388 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * nntp.el (nntp-xref-number-is-evil): New server variable.
6391         (nntp-find-group-and-number): If it is non-nil, don't trust article
6392         numbers in the Xref header.
6393
6394 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * gnus-agent.el (gnus-agent-read-group): New function.
6397         (gnus-agent-flush-group, gnus-agent-expire-group)
6398         (gnus-agent-regenerate-group): Use it.
6399         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6400         nnmail-pathname-coding-system.
6401
6402 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6405
6406         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6407         that are unread as unread, and also as selected so that information of
6408         marks having been changed by a user may be updated when exiting group.
6409
6410 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6413         calculated ignoring signature parts to gnus-treat-article.
6414
6415 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6418         a point here in order to keep the window start.
6419         (gnus-insert-mime-security-button): Make a button overlay without the
6420         front stickiness.
6421         (gnus-mime-display-security): Goto the end of a button.
6422
6423         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6424
6425 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6426
6427         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6428         group-name-at-point.
6429         (gnus-group-completing-read): New function that offers decoded
6430         non-ASCII group names for completion.
6431         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6432         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6433         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6434         (gnus-group-fetch-control): Use it.
6435         (gnus-fetch-group): Use group-name-at-point for the initial value
6436         rather than the default value; use gnus-alive-p.
6437
6438         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6439         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6440         (gnus-summary-post-news): Use gnus-group-completing-read.
6441
6442         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6443         (gnus-read-move-group-name): Decode group name for completion.
6444
6445 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6446
6447         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6448         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6449         Yamaoka slightly modified the code).
6450
6451 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6452
6453         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6454         (nnmail-split-incoming): Bind it.
6455
6456         * nnml.el (nnml-group-name-charset): New function.
6457         (nnml-decoded-group-name): Use it; don't decode group name if
6458         nnmail-group-names-not-encoded-p is non-nil.
6459         (nnml-encoded-group-name): New function.
6460         (nnml-group-pathname): Inline nnml-decoded-group-name.
6461         (nnml-request-expire-articles): Decode group name in message.
6462         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6463         nnmail-pathname-coding-system.
6464         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6465         not decoded ones according to nnmail-group-names-not-encoded-p.
6466         (nnml-generate-active-info): Use nnml-encoded-group-name.
6467
6468 2007-08-08  Glenn Morris  <rgm@gnu.org>
6469
6470         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6471         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6472         doc-strings and comments.
6473
6474 2007-07-25  Glenn Morris  <rgm@gnu.org>
6475
6476         * Relicense all FSF files to GPLv3 or later.
6477
6478 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6479
6480         * gnus-sum.el (gnus-summary-move-article): Make
6481         gnus-summary-respool-article work.
6482
6483 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6484
6485         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6486         string.
6487
6488 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6489
6490         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6491         that should be ignored when comparing distant RSS articles with local
6492         ones.
6493         (nnrss-make-hash-index): New function.  Create a hash index according
6494         to the ignored fields.
6495         (nnrss-check-group): Use it.
6496
6497 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6500
6501         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6502
6503         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6504         the new optional argument ENCODED is non-nil.
6505         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6506         coding system for encoding group name.
6507         (gnus-group-make-rss-group): Pass un-encoded group name to
6508         gnus-group-make-group.
6509         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6510         encoded.
6511
6512         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6513         Encode group name to which articles are moved or copied.
6514         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6515         coding system for encoding Newsgroup, Followup-To and Xref headers.
6516
6517         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6518         marks; use nnheader-file-coding-system to write a file.
6519         (nnagent-retrieve-headers): Bind file-name-coding-system to
6520         nnmail-pathname-coding-system.
6521
6522         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6523
6524         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6525         (nnml-request-article, nnml-request-create-group)
6526         (nnml-request-rename-group, nnml-find-id)
6527         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6528         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6529         (nnml-save-marks): Use nnml-group-pathname instead of
6530         nnmail-group-pathname.
6531
6532         (nnml-request-create-group, nnml-request-expire-articles)
6533         (nnml-request-move-article, nnml-request-delete-group)
6534         (nnml-deletable-article-p, nnml-possibly-create-directory)
6535         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6536         (nnml-open-marks): Bind file-name-coding-system to
6537         nnmail-pathname-coding-system.
6538
6539         (nnml-request-article): Pass server argument to nnml-find-group-number.
6540         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6541         server argument to nnml-possibly-create-directory.
6542         (nnml-request-accept-article): Pass server argument to
6543         nnml-active-number and nnml-save-mail.
6544         (nnml-find-group-number): Pass server argument to nnml-find-id.
6545         (nnml-request-update-info): Pass server argument to
6546         nnml-marks-changed-p.
6547
6548         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6549         (nnml-save-mail, nnml-active-number): Add server argument.
6550
6551         (nnml-request-delete-group): Warn if group is missing.
6552         (nnml-get-nov-buffer): Decode group name.
6553         (nnml-generate-active-info): Encode group name.
6554         (nnml-open-marks): Decode group name in messages.
6555
6556 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6557
6558         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6559         if it is not specified.
6560         (gnus-article-pipe-part, gnus-article-save-part)
6561         (gnus-article-interactively-view-part, gnus-article-copy-part)
6562         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6563         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6564         (gnus-article-replace-part, gnus-article-delete-part)
6565         (gnus-article-view-part-as-type): Pass raw prefix argument to
6566         gnus-article-part-wrapper.
6567
6568 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6569
6570         * gnus-agent.el (gnus-agent-save-active): Bind
6571         nnheader-file-coding-system to gnus-agent-file-coding-system.
6572
6573         * gnus-cache.el (gnus-cache-save-buffers)
6574         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6575         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6576         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6577         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6578         (gnus-cache-generate-active, gnus-cache-rename-group)
6579         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6580         (gnus-cache-update-overview-total-fetched-for): Bind
6581         file-name-coding-system to nnmail-pathname-coding-system.
6582         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6583         variables.
6584         (gnus-cache-decoded-group-name): New function.
6585         (gnus-cache-file-name): Use it.
6586         (gnus-cache-generate-active): Use non-decoded group name for active.
6587
6588         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6589         right place.
6590         (gnus-write-active-file): Don't break non-ASCII group names.
6591
6592         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6593         nnmail-pathname-coding-system.
6594
6595         * lpath.el: Bind default-file-name-coding-system,
6596         file-name-coding-system and language-info-alist for XEmacs.
6597
6598         * gnus-uu.el (gnus-uu-decode-save): Typo.
6599
6600 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6601
6602         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6603
6604 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6605
6606         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6607         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6608         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6609         (gnus-agent-flush-group, gnus-agent-flush-cache)
6610         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6611         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6612         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6613         (gnus-agent-regenerate-group)
6614         (gnus-agent-update-files-total-fetched-for)
6615         (gnus-agent-update-view-total-fetched-for): Bind
6616         file-name-coding-system to nnmail-pathname-coding-system.
6617         (gnus-agent-group-pathname): Don't encode file names by
6618         nnmail-pathname-coding-system.
6619         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6620         coding-system-for-write instead of buffer-file-coding-system to
6621         gnus-agent-file-coding-system.
6622
6623         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6624         Decode group name.
6625
6626         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6627
6628         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6629         (gnus-read-newsrc-el-file): Make group names unibyte.
6630
6631         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6632         nnmail-pathname-coding-system.
6633
6634         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6635         (nnrss-request-delete-group): Bind file-name-coding-system to
6636         nnmail-pathname-coding-system.
6637         (nnrss-read-server-data, nnrss-read-group-data): Bind
6638         file-name-coding-system correctly.
6639         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6640
6641         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6642         (nntp-server-to-method-cache): New variable.
6643         (nntp-group-pathname): New function that decodes non-ASCII group names.
6644         (nntp-possibly-create-directory, nntp-marks-changed-p)
6645         (nntp-save-marks, nntp-open-marks): Use it.
6646         (nntp-possibly-create-directory, nntp-open-marks):
6647         Bind file-name-coding-system to nnmail-pathname-coding-system.
6648         (nntp-open-marks): Decode group names when bootstrapping marks.
6649
6650         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6651         Newsgroups and Folowup-To headers.
6652
6653 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6656         (gnus-server-closed-face, gnus-server-denied-face)
6657         (gnus-server-offline-face): Remove variable.
6658         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6659
6660         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6661         of modifying message-stack directly for XEmacs.
6662
6663         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6664         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6665         if the coding-system argument is nil for XEmacs.
6666
6667         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6668         mm-charset-override-alist.
6669
6670         * rfc2047.el: Don't require base64; require rfc2045 for the function
6671         rfc2045-encode-string.
6672         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6673         to quote the parameter value.
6674
6675 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6676
6677         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6678         form in gnus-group-name-charset-method-alist.
6679
6680         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6681         overrides the default layout edit-form.
6682
6683         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6684
6685         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6686
6687 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6690         as unfetched articles.
6691
6692 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6695
6696 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6699         original back end that keeps marks in the local system.
6700
6701 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6704         arg of pop-to-buffer for XEmacs.
6705         (gnus-article-read-summary-keys): Ditto; don't restore window
6706         configuration if summary command ends up with neither article buffer
6707         nor summary buffer; describe bindings if summary keys end with C-h.
6708
6709 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6710
6711         * message.el (message-fix-before-sending): Skip raw message part to be
6712         forwarded while checking illegible text.
6713         (message-forward-make-body-mime, message-forward-make-body): Mark
6714         signed or encrypted raw message as having no illegible text.
6715
6716 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6719         (gnus-message-with-timestamp-1): New macro.
6720         (gnus-message-with-timestamp): New function.
6721         (gnus-message): Use them.
6722
6723         * nnheader.el (nnheader-message): Use them.
6724
6725 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6728         .newsrc.eld file.
6729
6730 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-agent.el (gnus-agent-fetch-headers)
6733         (gnus-agent-retrieve-headers): Bind
6734         gnus-decode-encoded-address-function to identity.
6735
6736         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6737         available also when the server returns simply a dot.
6738
6739         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6740
6741 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6744
6745 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * gnus-ems.el (gnus-x-splash): Make it work.
6748
6749         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6750         from being used.
6751
6752         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6753
6754 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6757         4th and the 5th arguments.
6758
6759         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6760         the front stickiness.
6761         (gnus-article-summary-command-nosave): Correct the order of the
6762         arguments passed to pop-to-buffer.
6763         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6764         summary command ends up with the article buffer.
6765
6766         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6767         the same faces.
6768
6769 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6770
6771         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6772
6773 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6774
6775         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6776         * gnus-sum.el (gnus-summary-highlight):
6777         * pgg.el (pgg-sign-region, pgg-sign):
6778         * mail-source.el (mail-source-delete-old-incoming-confirm):
6779         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6780
6781 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * gnus-art.el (gnus-mime-view-part-externally)
6784         (gnus-mime-view-part-internally): Fix predicate function passed to
6785         completing-read.
6786
6787         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6788
6789         * gnus.el (gnus-update-message-archive-method): Add :version.
6790
6791 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6792
6793         * gnus.el (gnus-update-message-archive-method): New variable.
6794
6795         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6796         according to gnus-message-archive-method if
6797         gnus-update-message-archive-method is non-nil.
6798
6799 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6802         by Loic Dachary <loic@dachary.org>.
6803         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6804
6805 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * message.el (message-pop-to-buffer): Add switch-function argument.
6808         (message-mail): Pass switch-function argument to it.
6809
6810 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6811
6812         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6813         Improve doc string.
6814
6815 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6816
6817         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6818         (gnus-header-content)
6819         * gnus-cite.el (gnus-cite-10)
6820         * gnus-srvr.el (gnus-server-closed)
6821         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6822         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6823         (gnus-group-mail-3-empty, gnus-group-mail-low)
6824         (gnus-group-mail-low-empty, gnus-splash)
6825         * message.el (message-header-to, message-header-cc)
6826         (message-header-subject, message-header-other, message-header-name)
6827         (message-header-xheader, message-separator, message-cited-text)
6828         (message-mml): Lighten colors of faces used for dark background.
6829
6830 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6831
6832         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6833         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6834
6835 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * message.el (message-narrow-to-headers-or-head):
6838         Ignore mail-header-separator in the body.
6839
6840 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6841
6842         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6843         same as window size.
6844
6845 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6846
6847         * message.el (message-font-lock-keywords): Use message-header-xheader
6848         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6849         ahead of the anything pattern, to get it recognised.
6850
6851 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6854         spam.el loads uses it in the compiled defadvice form.
6855
6856 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6857
6858         * gnus-sum.el (gnus-articles-to-read)
6859         (gnus-summary-insert-old-articles): Don't truncate group name for
6860         `read-string'.
6861
6862         * gnus-util.el (gnus-limit-string): Delete this function.
6863
6864         * gnus-sum.el (gnus-simplify-subject-fully): Use
6865         `truncate-string-to-width' instead.
6866
6867 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6868
6869         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6870         if, on summary exit, the next group has to be selected.
6871         (gnus-summary-exit): Use it.
6872
6873 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6876         non-break space.
6877
6878 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6881         Check if group is not a directory.
6882         (nnfolder-request-expire-articles): Don't delete articles if the target
6883         group is not available.
6884
6885         * nnml.el (nnml-request-create-group): Properly check if group is not a
6886         file.
6887         (nnml-request-expire-articles): Don't delete articles if the target
6888         group is not available.
6889
6890         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6891         Don't quote characters that are within parentheses.
6892
6893 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6896         (gnus-handle-ephemeral-exit): Select article according to it.
6897
6898 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6899
6900         * message.el (message-insert-formated-citation-line): Remove newline.
6901         (message-citation-line-format): Add final \n here so that the user can
6902         avoid a blank line.
6903
6904 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6905
6906         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6907         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6908         Update lanl/arXiv support.
6909
6910 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * gnus.el: Bump version number.
6913
6914 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6915
6916         * gnus.el (gnus-version-number): Bump version.
6917
6918 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6919
6920         * gnus.el: No Gnus v0.6 is released.
6921
6922 2007-04-27  Didier Verna  <didier@xemacs.org>
6923
6924         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6925         * gmm-utils.el (gmm-regexp-concat): here.
6926         * message.el: Don't require 'gnus-util.
6927         (message-dont-reply-to-names): Handle name change above.
6928         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6929
6930 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6933         since the initial value varies according to the system.
6934
6935 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6938
6939 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6940
6941         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6942
6943 2007-04-24  Didier Verna  <didier@xemacs.org>
6944
6945         Improve the type of gnus-ignored-from-addresses.
6946         * gnus-util.el (gnus-orify-regexp): New function.
6947         * message.el (gnus-util): Require it.
6948         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6949         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6950         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6951
6952 2007-04-24  Didier Verna  <didier@xemacs.org>
6953
6954         * gnus-sum.el:
6955         * gnus-utils.el: Fix some trailing whitespaces.
6956
6957 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6960         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6961         article's Message-ID; refer parent article in summary buffer.
6962
6963         * message.el (message-bounce): Call mime-to-mml.
6964
6965         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6966         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6967         optimize and/or forms properly.
6968
6969 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6970
6971         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6972         URL.
6973
6974 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6977
6978 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6979
6980         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6981         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6982         displayed of multipart/alternative part if it is invoked from summary
6983         buffer.
6984
6985         * mm-view.el (mm-inline-text-html-render-with-w3m)
6986         (mm-inline-text-html-render-with-w3m-standalone)
6987         (mm-inline-render-with-function): Use mail-parse-charset by default.
6988
6989 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6990
6991         * parse-time.el (parse-time-string-chars): Check if CHAR
6992         is less than the length of parse-time-syntax.
6993
6994 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6997         from gnus-newsgroup-processable.
6998
6999 2007-04-16  Didier Verna  <didier@xemacs.org>
7000
7001         * gnus-msg.el (gnus-configure-posting-styles): Handle
7002         message-signature-directory properly with :file syntax.  Reported by
7003         "Leo".
7004
7005 2007-04-11  Didier Verna  <didier@xemacs.org>
7006
7007         New user option: message-signature-directory.
7008         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7009         * message.el (message-insert-signature): Ditto.
7010         * message.el (message-signature-file): Doc update.
7011         * message.el (message-signature-directory): New.
7012
7013 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-msg.el (gnus-inews-yank-articles): Use
7016         message-exchange-point-and-mark instead of exchange-point-and-mark.
7017
7018 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * message.el (message-yank-original): Make sure cited text ends with
7021         newline; don't exchange point and mark.
7022
7023 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7024
7025         * tls.el (open-tls-stream): Properly handle case where there
7026         is no associated buffer.
7027
7028 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7029
7030         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7031         message-yank-original, make sure (< mark TEXT point).
7032
7033 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7034
7035         * message.el (message-fill-column): New variable.
7036         (message-mode): Use it.  Add comment on a possible new hook.
7037
7038         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7039         (nnmail-get-new-mail): Reformat.
7040
7041         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7042
7043         * gmm-utils.el: Fix Commentary.
7044         (gmm-tool-bar-from-list): Fix typo in doc string.
7045
7046 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7047
7048         * message.el (message-yank-original): Don't switch point and mark
7049         unnecessarily to put point and mark as documented.
7050
7051 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7052
7053         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7054         from the message heads.
7055
7056 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7057
7058         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7059         article buffer does not have a window.  This may not be the best
7060         solution but is certainly better than setting the start of the null,
7061         that is the current, window.
7062
7063 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7064
7065         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7066         (gnus-draft-setup): Run it.
7067
7068         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7069         gnus-score-fast-scoring.  Allow regexp.
7070         (gnus-score-headers): Use it.
7071
7072         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7073         XEmacs.
7074
7075         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7076         string.
7077         (gnus-button-alist): Also catch `<f1> k ...'.
7078         (gnus-treat-display-x-face): Fix doc string.
7079
7080 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7081
7082         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7083         evaluation of gnus-extended-version to ensure correct generation of the
7084         User-Agent header when message-generate-headers-first is used.
7085
7086 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7087
7088         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7089         hashcash-path is nil.  Don't call callback with incorrect number of
7090         parameters if val is 0.
7091
7092 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7093
7094         * message.el (message-required-news-headers):
7095         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7096
7097 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7098
7099         * tls.el (open-tls-stream): In handshake-waiting loop,
7100         don't wait more if there is output available to process.
7101
7102 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7103
7104         * tls.el (tls-program): Doc fix.
7105
7106 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * message.el (message-generate-new-buffers): Change the meaning of the
7109         nil value; add `standard' to the choices; treat t as `unique'; improve
7110         doc string.
7111         (gnus-select-frame-set-input-focus): Autoload.
7112         (message-buffer-name): Search for the existing message buffer if
7113         message-generate-new-buffers is nil or `standard'; treat the value t of
7114         message-generate-new-buffers as `unique'.
7115         (message-pop-to-buffer): Raise the frame already displaying the message
7116         buffer; clear the echo area after querying.
7117         (message-setup): Pass the `continue' argument to compose-mail.
7118         (message-mail): Prefer `switch-function' if it is given; search for the
7119         existing message buffer if the `continue' argument is non-nil; pass
7120         continue and switch-function arguments to compose-mail by way of
7121         message-setup.
7122         (message-mail-other-window): Adjust argument of message-setup.
7123         (message-mail-other-frame): Ditto.
7124
7125 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7128         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7129         to turn font-lock on when turning gnus-message-citation-mode on.
7130
7131 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7132
7133         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7134         (mml-smime-function-alist): New variable; add epg as the backend.
7135         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7136         mml-smime- functions instead.
7137         * mm-view.el: Require smime.
7138
7139 2007-03-05  Didier Verna  <didier@xemacs.org>
7140
7141         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7142         instead of just inheritance for posting styles.
7143         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7144
7145 2007-02-24  Chris Moore  <dooglus@gmail.com>
7146
7147         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7148         * pgg-pgp.el (pgg-pgp-encrypt-region):
7149         * pgg-gpg.el (pgg-gpg-encrypt-region):
7150         Check pgg-encrypt-for-me if no other recipients.
7151
7152 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7153
7154         * tls.el (tls-certtool-program): Fix custom type.
7155
7156 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7157
7158         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7159         and point-at-eol instead of line-(beginning|end)-position.
7160
7161         * assistant.el (assistant-parse-buffer): Ditto.
7162
7163         * netrc.el (netrc-parse-services): Ditto.
7164
7165 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7166
7167         * mml2015.el (mml2015-epg-find-usable-key): New function.
7168         (mml2015-epg-sign): Use it.
7169         (mml2015-epg-encrypt): Use it.
7170
7171 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7172
7173         * message.el (message-make-in-reply-to): Quote name containing
7174         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7175         if there are special characters.  Reported by NAKAJI Hiroyuki
7176         <nakaji@jp.freebsd.org>.
7177
7178 2007-02-27  Didier Verna  <didier@xemacs.org>
7179
7180         Include the group parameters as well as the topic ones in the
7181         inheritance filter process.
7182         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7183         argument GROUP-PARAMS-LIST.
7184         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7185
7186 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * nntp.el (nntp-never-echoes-commands)
7189         (nntp-open-connection-functions-never-echo-commands): New variables.
7190         (nntp-send-command): Use them.
7191
7192 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7193
7194         * mml2015.el (mml2015-epg-verify): Simplified.
7195
7196 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * mml.el (mml-content-disposition-alist): New user option.
7199         (mml-content-disposition): New function.
7200         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7201         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7202
7203 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7204
7205         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7206         verification.
7207
7208 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7209
7210         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7211         articles posted in the last 24 hours.
7212
7213 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7214
7215         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7216
7217 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7218
7219         * nntp.el (nntp-send-command): Don't wait for echoes when
7220         nntp-open-ssl-stream is used.
7221
7222 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7225         (gnus-message-add-citation-keywords)
7226         (gnus-message-remove-citation-keywords): Remove.
7227         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7228         directly, make the variables in font-lock-defaults buffer-local, add
7229         gnus-message-citation-keywords to them and then update the value of
7230         font-lock-keywords.
7231
7232 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * message.el (message-cite-original-1): Don't call
7235         gnus-article-highlight-citation.
7236
7237         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7238         citations; fix line count.
7239
7240 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7243         (gnus-message-add-citation-keywords)
7244         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7245         versions of font-lock-add-keywords and font-lock-remove-keywords to
7246         work with XEmacs correctly.
7247
7248 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-cite.el (gnus-cite-face-list): Set the values of
7251         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7252         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7253         (gnus-message-cite-prefix-regexp): New variable.
7254         (gnus-message-search-citation-line): Use it; protect against long
7255         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7256         the 0th match data for Emacs.
7257         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7258         (gnus-message-add-citation-keywords): Append keywords rather than
7259         prepending; emulate font-lock-add-keywords if it is not available.
7260         (gnus-message-remove-citation-keywords): Emulate
7261         font-lock-remove-keywords if it is not available.
7262
7263         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7264
7265         * message.el (message-cite-prefix-regexp): Set the value of
7266         gnus-message-cite-prefix-regexp.
7267
7268 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7269
7270         * nnweb.el (nnweb-google-parse-1): Update parser.
7271
7272 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7273
7274         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7275
7276 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7277
7278         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7279         regexp.
7280
7281 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7282
7283         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7284         string-to-multibyte.
7285         (uudecode-decode-region-internal): Use it.
7286
7287         * lpath.el: Fbind string-as-multibyte for XEmacs.
7288
7289 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7292         custom choice.
7293
7294         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7295
7296 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7297
7298         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7299
7300         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7301         `write-region' to respect `mm-inhibit-file-name-handlers'.
7302
7303 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7306         Use gnus-home-directory instead of "~/" or "$HOME".
7307
7308 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7309
7310         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7311         to mention filename.
7312         Add comments at beginning regarding usage.
7313         (encrypt-write-file-contents): Change interactive so a string is
7314         acceptable.  If the file has no associated model, show an error instead
7315         of a nonsense prompt.
7316
7317 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7318
7319         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7320         Thanks to Yoshihiko Yamada for kind notification of this typo.
7321
7322 2007-01-12  Kenichi Handa  <handa@m17n.org>
7323
7324         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7325         multibyte buffer.
7326
7327 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * gnus-score.el (gnus-score-fast-scoring): New variable.
7330         (gnus-score-headers): Use it.
7331
7332         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7333
7334         * message.el (message-cite-original-1): Call
7335         gnus-article-highlight-citation if requested.
7336         (message-make-from): Allow name and address as optional arguments.
7337
7338         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7339
7340         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7341         bugs to doc string.
7342         (gnus-button-alist): Add mid\\|message-id.
7343         (gnus-button-fetch-group): Extend for use in
7344         `browse-url-browser-function'.
7345         (gnus-button-url-regexp): Try to catch paired parentheses like in
7346         Wikipedia URLs.
7347
7348         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7349         Suggested by Simon Krahnke <overlord@gmx.li>.
7350
7351 2007-01-13  Romain Francoise  <romain@orebokech.com>
7352
7353         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7354         Update copyright.
7355
7356 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7357
7358         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7359
7360 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7361
7362         * gnus-registry.el (gnus-registry-unfollowed-groups)
7363         (gnus-registry-split-fancy-with-parent): Fix documentation.
7364
7365 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7366
7367         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7368         from nnweb groups.
7369
7370 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7371
7372         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7373         Xref urls.  Erase buffer before requesting head.
7374
7375 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7376
7377         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7378         customizable.
7379
7380 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7381
7382         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7383         no signing key is found.
7384         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7385         no encrypting and/or signing key is found.
7386
7387 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7390
7391 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7392
7393         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7394         headers read from disk with the ones newly found in the current search.
7395         This should no longer cause problems, because the article numbers in
7396         Gmane's `nov.php' output are ignored since the previous change.
7397
7398 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7399
7400         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7401
7402 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7403
7404         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7405         replace-regexp-in-string; bind url-version; fbind display-images-p and
7406         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7407         find-face and set-itimer-function for Emacs; bind itimer-list for
7408         Emacs.
7409
7410         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7411
7412 2007-01-01  Romain Francoise  <romain@orebokech.com>
7413
7414         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7415
7416 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7417
7418         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7419         `define-minor-mode' macro definition expanded properly.
7420         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7421         exclude it there.
7422
7423         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7424         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7425         `fboundp' test.
7426         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7427         This is OK to autoload in (S)XEmacs now.
7428
7429 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7432         keystroke.
7433         (gnus-summary-limit-to-singletons): Fix typo.
7434
7435         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7436         else fails.
7437
7438 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7439
7440         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7441         docstring.
7442
7443         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7444         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7445         (gnus-summary-insert-dormant-articles): Fix typo in message.
7446
7447 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7450         nil for XEmacs.
7451         (gnus-message-citation-mode): Don't autoload in XEmacs.
7452
7453         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7454
7455 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7456
7457         * nnimap.el (nnimap-expunge-search-string): Mention
7458         nnimap-search-uids-not-since-is-evil in docstring.
7459
7460 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * spam.el: Revert to make-obsolete-variable because
7463         define-obsolete-variable-alias is not supported in Emacs 21.
7464
7465         * spam.el (spam-ifile-path, spam-ifile-database-path)
7466         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7467         make-obsolete-variable.
7468         (spam-bsfilter-path, spam-bsfilter-program)
7469         (spam-spamassassin-path, spam-spamassassin-program)
7470         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7471         use "path" inappropriately.
7472         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7473         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7474         variable names.
7475
7476 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7477
7478         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7479         summary buffer.
7480
7481         * password.el (password-cache-remove): Use clear-string to burn
7482         password, if available.
7483
7484 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7485
7486         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7487
7488         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7489
7490         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7491         (gnus-message-highlight-citation): Move defcustom here from
7492         gnus-cite.el.
7493         (gnus-message-citation-mode): Autoload.
7494
7495         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7496         checks to make it compile with XEmacs.
7497         (gnus-message-citation-mode): New minor mode.
7498         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7499         (gnus-message-highlight-citation): New variables.
7500         (gnus-message-search-citation-line)
7501         (gnus-message-add-citation-keywords)
7502         (gnus-message-remove-citation-keywords)
7503         (turn-on-gnus-message-citation-mode)
7504         (turn-off-gnus-message-citation-mode): New functions.
7505
7506 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7507
7508         * gnus-cite.el: Enable highlighting of different citation levels in
7509         message-mode.
7510
7511 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * message.el (message-make-fqdn): Fix comment.
7514         (message-bogus-system-names): Add ".local".
7515
7516         * spam.el (spam-ifile-path, spam-ifile-program)
7517         (spam-ifile-database-path, spam-ifile-database)
7518         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7519         Don't use "path" inappropriately.
7520         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7521         strings.
7522         (spam-check-ifile, spam-ifile-register-with-ifile)
7523         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7524         new variable names.
7525
7526         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7527         (gnus-treat-display-smileys): Simplify using
7528         gnus-image-type-available-p.
7529
7530         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7531         available.
7532
7533         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7534         `display-images-p' if available.
7535
7536 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7539         one after turning on the buffer's multibyteness instead of decoding
7540         them directly in the unibyte buffer that causes unexpected conversion
7541         in Emacs 23 (unicode).
7542
7543 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7544
7545         * message.el (message-generate-hashcash): Fix custom type.
7546
7547 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7550
7551 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7554         disconnect icons.  Add help text.
7555
7556 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7557
7558         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7559         negated to be consistent with the others we handle.
7560
7561 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7562
7563         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7564         version of gnus-summary-buffer to something, so that we can use two
7565         article buffers at the same time.
7566
7567 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7568
7569         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7570         trigger all the extra headers.
7571         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7572         sorting.
7573
7574 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7575
7576         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7577         solid groups.
7578
7579 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7580
7581         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7582
7583 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * legacy-gnus-agent.el: Add Copyright notice.
7586
7587 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7588
7589         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7590
7591 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7592
7593         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7594
7595         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7596         to make it work reliably in CVS Emacs.
7597         (gnus-summary-limit-strange-charsets-predicate)
7598         (gnus-summary-limit-to-predicate): New functions.
7599
7600 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7601
7602         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7603         specifying array size.
7604         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7605         array if it is too small.
7606         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7607         (gnus-sort-threads-loop): New function.
7608
7609 2006-12-06  Chris Moore  <dooglus@gmail.com>
7610
7611         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7612         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7613
7614 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7615
7616         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7617         options.
7618
7619 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7620
7621         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7622         DOS-ing the recipient.
7623
7624         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7625         the headers when creating the mapping to avoid mismappings.
7626         (nnweb-gmane-create-mapping): Always nix out old mapping.
7627
7628 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7631         and mm-verify-option to never.
7632
7633 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7634
7635         * message.el (message-signed-or-encrypted-p): New function.
7636         (message-forward-make-body): Use it.
7637
7638         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7639         Replace encode-coding-string with mm-encode-coding-string.
7640
7641 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * nneething.el (nneething-decode-file-name): Replace
7644         decode-coding-string with mm-decode-coding-string.
7645
7646         * gnus-int.el (gnus-open-server): Say failed server's name.
7647
7648 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7649
7650         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7651         strings to a single string.  Quote `errors-file-name'.
7652         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7653         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7654         Adjust calls.  Use `shell-quote-argument'.
7655
7656 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7657
7658         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7659         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7660
7661         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7662         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7663         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7664         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7665         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7666         (gnus-subscribe-newsgroup, gnus-1):
7667         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7668         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7669         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7670         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7671
7672 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7675         keystroke.
7676         (gnus-summary-limit-to-bodies): Implement headersp.
7677
7678 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7679
7680         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7681
7682 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7683
7684         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7685
7686 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687
7688         * message.el (message-generate-hashcash): Expand range of values to
7689         include `opportunistic'.
7690         (message-send-mail): Use it.
7691
7692 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7693
7694         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7695         and comment it.
7696
7697         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7698
7699 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * gnus-util.el (gnus-extract-address-components): Improve comment.
7702
7703 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-util.el (gnus-extract-address-components): Work with address in
7706         which the name portion contains @.
7707
7708         * lpath.el: Fbind custom-autoload.
7709
7710 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * gnus.el (gnus-start): Move custom group up.
7713         (gnus-select-method): Don't autoload, but make it available for
7714         `customize-variable'.
7715         (gnus-getenv-nntpserver): Don't autoload.
7716
7717 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7718
7719         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7720
7721 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7722
7723         * message.el (message-sendmail-extra-arguments): New variable.
7724         (message-send-mail-with-sendmail): Use it.
7725
7726 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7729         mm-with-unibyte-current-buffer to make string unibyte.
7730
7731         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7732         mm-string-as-multibyte.
7733
7734 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7735
7736         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7737         Reported by Werner Koch <wk@gnupg.org>.
7738
7739 2006-11-14  Daiki Ueno  <ueno@p360>
7740
7741         * mml2015.el: Autoload epa-select-keys when compiling.
7742
7743 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7744
7745         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7746         message-options.
7747         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7748
7749 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7750
7751         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7752         EasyPG (< 0.0.6).
7753         (mml2015-always-trust): New user option.
7754         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7755         prompt.
7756
7757 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * nntp.el (nntp-authinfo-force): New variable.
7760         (nntp-send-authinfo): Use it.
7761
7762 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7765         decode encoded words.  Improve prompt.  Add comment about forwarding.
7766         (message-replacement-char): Move up.
7767
7768 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7769
7770         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7771         instead of gnus-intersection because arguments of gnus-sorted-nunion
7772         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7773
7774 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7775
7776         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7777         (message-simplify-subject-functions): Enable
7778         message-strip-subject-encoded-words by default.
7779
7780 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * message.el (message-strip-subject-encoded-words): New function.
7783         (message-simplify-subject-functions): New variable.
7784         (message-simplify-subject): Use it.  Fix typo in doc string.
7785         Support message-strip-subject-encoded-words.
7786
7787 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7788
7789         * gnus-diary.el (gnus-diary-delay-format-function):
7790         * nndiary.el (nndiary-reminders):
7791         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7792
7793 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7794
7795         * gnus-art.el (article-hide-boring-headers): Fetch date from
7796         gnus-original-article-buffer to avoid problems with localized date
7797         strings.
7798
7799 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7802
7803 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7804
7805         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7806         New variables.
7807         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7808         (mm-charset-synonym-alist): Move some entries to
7809         mm-codepage-iso-8859-list.
7810         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7811         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7812
7813 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7816
7817 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7818
7819         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7820         with Emacs 21 and XEmacs.
7821
7822 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7823
7824         * spam.el (spam-parse-address): New function for better parsing,
7825         catching errors, etc.
7826         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7827
7828 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7829
7830         * mm-view.el: Add interactive arg to html2text autoload.
7831
7832 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7835
7836 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7839         variables.
7840         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7841         (mm-charset-synonym-alist): Move some entries to
7842         mm-codepage-iso-8859-list.
7843
7844         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7845
7846 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * message.el (message-citation-line-format)
7849         (message-insert-formated-citation-line): Fix implementation of %E, %N
7850         and %n according to the doc string.
7851
7852 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7853
7854         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7855         car-safe to avoid bad parses.
7856
7857 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7860         names.
7861
7862         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7863
7864 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7867         header.
7868
7869         * message.el (message-draft-headers): Add Date.
7870         (message-headers-to-generate): Fix typo in docstring.
7871
7872         * nndraft.el (nndraft-required-headers): New variable.
7873         (nndraft-generate-headers): Use it.
7874
7875         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7876
7877 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7878
7879         * gnus-registry.el (gnus-registry-wash-for-keywords)
7880         (gnus-registry-find-keywords): New functions to allow easy searching of
7881         articles that are in the registry.
7882
7883 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7884
7885         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7886         ietf-drums-parse-address instead of gnus-extract-address-components.
7887         Reported by Damien Elmes <damien@repose.cx>.
7888
7889 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * gnus.el (gnus-mime): Remove unused custom group.
7892
7893 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7894
7895         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7896         "blank line" when searching for end of armor headers.
7897
7898 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * gmm-utils.el (gmm-write-region): Fix variable name.
7901
7902 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7903
7904         * gmm-utils.el (gmm-write-region): New function based on compatibility
7905         code from `mm-make-temp-file'.
7906
7907         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7908
7909         * nnmaildir.el (nnmaildir--update-nov)
7910         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7911         Use `gmm-write-region'.
7912
7913 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7914
7915         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7916         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7917
7918         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7919
7920         * message.el (message-replacement-char): New variable.
7921         (message-fix-before-sending): Use it.
7922         (message-simplify-subject): New function to remove duplicate code.
7923         (message-reply, message-followup): Use it.
7924
7925         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7926         gnus-summary-limit-to-articles.
7927
7928 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7929
7930         * gnus-util.el (gnus-with-local-quit): New macro.
7931
7932         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7933
7934 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7935
7936         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7937         ignore non-string data.
7938
7939 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7940
7941         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7942         non-string data (needs to be done in the registry too).
7943
7944 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7945
7946         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7947         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7948         (gnus-registry-split-fancy-with-parent)
7949         (gnus-registry-fetch-simplified-message-subject-fast)
7950         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7951         Remove text properties on ingress into the registry and when it's saved.
7952         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7953         registry from entries with no groups.
7954
7955 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7956
7957         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7958         function to remove string properties.
7959
7960 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * gmm-utils.el (gmm): Adjust custom version.
7963
7964         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7965         custom version.
7966
7967         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7968
7969 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * gnus-art.el (gnus-insert-prev-page-button)
7972         (gnus-insert-next-page-button): Simplify.  Reformat.
7973
7974 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7975
7976         * gnus-art.el (gnus-insert-prev-page-button)
7977         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7978
7979 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7980
7981         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7982
7983 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7984
7985         * gnus-art.el (gnus-insert-mime-button)
7986         (gnus-insert-mime-security-button):
7987         Apply gnus-article-button-face to MIME and security buttons.
7988
7989 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7990
7991         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7992         readable.
7993
7994 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7997
7998 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7999
8000         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
8001         `browse-url-of-file' instead of `browse-url'.
8002
8003 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8004
8005         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8006         regexp.  Articles containing quotation were cut prematurely.
8007
8008 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * message.el (message-cite-original-1): Use nobody by default for the
8011         value of From header.
8012         (message-reply): Ditto.
8013
8014 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8015
8016         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8017         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8018         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8019
8020 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8021
8022         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8023         mails in the doc string.  Add some URLs in comment.
8024         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8025
8026 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8029         backslashes handling and the way to find boundaries of quoted strings.
8030
8031 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8032
8033         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8034         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8035         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8036         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8037
8038 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8041         doc string.
8042         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8043
8044 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * lpath.el: Fbind epg-check-configuration.
8047
8048 2006-09-06  Simon Josefsson  <jas@extundo.com>
8049
8050         * mml2015.el (mml2015-use): Doc fix, mention epg.
8051
8052 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8053
8054         * mml2015.el (mml2015-use): Default to epg, if available.
8055
8056 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8057
8058         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8059         message-sender.
8060         (mml1991-epg-encrypt): Ditto.
8061         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8062         message-sender.
8063         (mml2015-epg-encrypt): Ditto.
8064
8065 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8066
8067         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8068         several common directories.
8069
8070 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8071
8072         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8073         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8074
8075 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * gnus-art.el (article-decode-encoded-words): Make it fast.
8078
8079 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8082
8083         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8084         in quoted string into `\'.
8085
8086 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8089         Use standard-syntax-table.
8090
8091 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8092
8093         * gnus-art.el (gnus-decode-address-function): New variable.
8094         (article-decode-encoded-words): Use it to decode headers which are
8095         assumed to contain addresses.
8096         (gnus-mime-delete-part): Remove useless `or'.
8097
8098         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8099         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8100         (gnus-nov-parse-line): Use it to decode From header.
8101         (gnus-get-newsgroup-headers): Ditto.
8102         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8103
8104         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8105         (mail-decode-encoded-address-string): New alias.
8106
8107         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8108         New function.
8109         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8110         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8111         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8112         (rfc2047-decode-string): Ditto.
8113         (rfc2047-decode-address-region): New function.
8114         (rfc2047-decode-address-string): New function.
8115
8116 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8117
8118         * message.el (message-caesar-buffer-body): Allow rotating headers.
8119
8120         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8121
8122         * message.el (message-insert-formated-citation-line): Fix %f.
8123         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8124
8125 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8128         (gnus-bookmark-mouse-available-p): New macro.
8129         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8130         (gnus-bookmark-bmenu-show-infos): Use it.
8131         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8132         (gnus-bookmark-bmenu-hide-infos): Ditto.
8133         (gnus-bookmark-remove-properties): New function.
8134         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8135         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8136         (gnus-bookmark-write-file): Bind coding-system-for-write.
8137         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8138         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8139         group before selecting it.
8140         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8141         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8142         quit-window if it is not available; use gnus-mouse-2 and bind it to
8143         gnus-bookmark-bmenu-select-by-mouse.
8144         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8145         (gnus-bookmark-bmenu-select-by-mouse): New function.
8146
8147 2006-08-13  Romain Francoise  <romain@orebokech.com>
8148
8149         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8150         space.
8151
8152 2006-08-10  Romain Francoise  <romain@orebokech.com>
8153
8154         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8155         (dns-mode-soa-auto-increment-serial): New user option.
8156         (dns-mode-soa-maybe-increment-serial): New function.
8157         (dns-mode): Add the latter to `write-contents-functions'.
8158
8159 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * compface.el (uncompface): Use binary rather than raw-text-unix.
8162
8163 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8164
8165         * compface.el (uncompface): Make sure the eol conversion doesn't take
8166         place when communicating with the external programs.  Reported by
8167         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8168
8169 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8170
8171         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8172
8173 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8174
8175         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8176         Make it more robust by parsing author and date independently.
8177
8178 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8181
8182 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8183
8184         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8185         first matching secret key.
8186         (mml2015-epg-encrypt): Ditto.
8187
8188         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8189         first matching secret key.
8190         (mml1991-epg-encrypt): Ditto.
8191
8192         * mml2015.el (mml2015-encrypt-to-self): New user option.
8193         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8194         mml2015-epg-encrypt-to-self is set.
8195
8196         * mml1991.el (mml1991-encrypt-to-self): New variable.
8197         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8198         mml1991-epg-encrypt-to-self is set.
8199
8200         * mml2015.el (mml2015-signers): New user option.
8201         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8202         (mml2015-epg-encrypt): Allow to select signing keys.
8203
8204         * mml1991.el (mml1991-signers): New variable.
8205         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8206         (mml1991-epg-encrypt): Allow to select signing keys.
8207
8208 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * nnheader.el (nnheader-insert-head): Make it work even if the file
8211         uses CRLF for the line-break code.
8212
8213 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8214
8215         * mml2015.el: Require mml-sec instead of password.
8216         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8217         (mml2015-cache-passphrase): Inherit the default value from
8218         mml-secure-cache-passphrase.
8219         (mml2015-passphrase-cache-expiry): Inherit the default value from
8220         mml-secure-passphrase-cache-expiry.
8221
8222         * mml1991.el: Require mml-sec instead of password.
8223         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8224         (mml1991-cache-passphrase): Inherit the default value from
8225         mml-secure-cache-passphrase.
8226         (mml1991-passphrase-cache-expiry): Inherit the default value from
8227         mml-secure-passphrase-cache-expiry.
8228
8229         * mml-sec.el: Require password.
8230         (mml-secure-verbose): New user option.
8231         (mml-secure-cache-passphrase): New user option.
8232         (mml-secure-passphrase-cache-expiry): New user option.
8233
8234 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8235
8236         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8237         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8238         andreas@altroot.de (Andreas Vögele).
8239
8240         FIXME: Use `tiny change'?
8241
8242 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8243
8244         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8245         workaround for the url package included with Emacs.
8246
8247         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8248
8249 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8252         correctly.  This fixes a bug caused by the 2006-05-12 change.
8253
8254 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8255
8256         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8257         some information about the error when saying that the `bogus' mail
8258         group will be used.
8259
8260 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8261
8262         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8263         string.
8264
8265 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8266
8267         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8268
8269 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8270
8271         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8272
8273 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8274
8275         * mml1991.el (mml1991-function-alist): Add epg.
8276         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8277         (mml1991-epg-encrypt): New functions.
8278
8279 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8280
8281         * mml2015.el (mml2015-verbose): New variable.
8282         (mml2015-cache-passphrase): Ditto.
8283         (mml2015-passphrase-cache-expiry): Ditto.
8284         (mml2015-function-alist): Add epg.
8285         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8286         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8287         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8288         functions.
8289
8290 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8291
8292         * message.el (message-cite-original-1): Preserve region when removing
8293         quoted text due to X-No-Archive in order to avoid bogus attribution
8294         when citing multiple messages.
8295
8296 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8297
8298         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8299         Kenneth Jacker <khj@be.cs.appstate.edu>.
8300
8301 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8302
8303         * gnus-diary.el (gnus-user-format-function-d)
8304         (gnus-user-format-function-D): Autoload.
8305
8306         * imap.el (Commentary): Fix typo.
8307
8308         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8309         2006-04-22 contribution.
8310
8311 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8312
8313         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8314         It didn't really fix the bogosity I'm seeing with solid web groups.
8315
8316 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8317
8318         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8319         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8320         created using server names.  If we use the feature without declaring
8321         it, Gnus does not properly manage server and group state.
8322
8323         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8324         bound.
8325
8326 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8327
8328         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8329         looking up the method using GROUP's prefix before inventing a new one.
8330         It is used on killed/unknown groups in various places where returning
8331         an all-new method isn't expected by the caller.
8332
8333         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8334         and match semantics of gnus-group-real-prefix.
8335
8336 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8337
8338         * nnmail.el (nnmail-broken-references-mailers): New variable.
8339         (nnmail-ignore-broken-references): New function generalizing
8340         nnmail-fix-eudora-headers.
8341         (nnmail-fix-eudora-headers): Now obsolete.
8342
8343         * gnus-art.el (gnus-button-handle-custom): Support
8344         `customize-apropos*'.
8345
8346 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8349
8350         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8351         articles.
8352
8353 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * message.el (message-cite-reply-above): New variable.
8356         (message-yank-original): Use it.
8357
8358 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8361
8362 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8363
8364         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8365         as read.
8366
8367         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8368
8369 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8370
8371         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8372         (gnus-bookmark-default-file): Use gnus-directory.
8373         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8374         Remove "*" in doc string.
8375         (gnus-bookmark-write-file): Simplify.
8376         (gnus-bookmark-maybe-sort-alist): Use `when'.
8377         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8378         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8379         FIXME about Emacs 21 and XEmacs compatibility.
8380         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8381         compatibility.
8382         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8383         compatibility.
8384         (gnus-bookmark-menu-heading): Fix version.
8385
8386 2006-06-19  Bastien Guerry  <bzg@altern.org>
8387
8388         * gnus-bookmark.el: New file.
8389
8390 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * message.el (message-syntax-checks): Doc fix.
8393
8394 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8395
8396         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8397         unsubscribed groups as if they were killed ones.  It causes duplicate
8398         entries in gnus-newsrc-alist.
8399
8400 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * message.el (message-syntax-checks): Doc fix.
8403         (message-send-mail): Add check for continuation headers.
8404         (message-check-news-header-syntax): Fix regexp used to check for
8405         continuation headers.
8406
8407 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8410
8411 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8412
8413         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8414
8415 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8418         default-truncate-lines.
8419
8420 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8423         to fill the utf-8 entry.
8424
8425         * lpath.el: Fbind unicode-precedence-list.
8426
8427 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8428
8429         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8430
8431 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8432
8433         * gnus-agent.el (directory-files-and-attributes): Move all the way
8434         forward (the third and final move).
8435         (gnus-agent-read-agentview): Trap reconstruction errors due to
8436         nonexistant directory.  Handle by returning nil.
8437
8438 2006-05-30  Didier Verna  <didier@xemacs.org>
8439
8440         * message.el (message-dont-reply-to-names): Update the custom type.
8441         * message.el (message-dont-reply-to-names): New defsubst: potentially
8442         convert a list of regexps into a single one.
8443         * message.el (message-get-reply-headers): Use it.
8444         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8445
8446 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * gnus-agent.el (directory-files-and-attributes): Move forward.
8449
8450 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8451
8452         * gnus-ml.el (gnus-mailing-list-subscribe)
8453         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8454         (gnus-mailing-list-message): Fix doc strings.
8455
8456 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8457
8458         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8459         of doing it manually.
8460
8461 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8462
8463         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8464         comment.
8465
8466 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8467
8468         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8469         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8470         (gnus-agent-read-local): All symbols allocated in my-obarray.
8471         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8472         (gnus-agent-regenerate-group): Check numeric names to see if they are
8473         messages or groups.
8474         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8475         better way of do this...)
8476
8477         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8478         'dummy.group' (there should be a better way of do this...)
8479
8480 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8483         (gnus-saved-headers): Ditto.
8484         (gnus-default-article-saver): Mention functions may have properties.
8485         (gnus-article-save): Override gnus-save-all-headers and
8486         gnus-saved-headers by :headers property which saver function may have.
8487         (gnus-summary-save-in-file): Add :headers property.
8488         (gnus-summary-write-to-file): Ditto.
8489
8490         * gnus-sum.el (gnus-summary-save-article): Bind
8491         gnus-prompt-before-saving to t when saving many articles in a file;
8492         always show all headers.
8493
8494         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8495
8496 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8499         marks.
8500
8501         * message.el (message-indent-citation): Add optional arguments to allow
8502         using it outside of message buffers.
8503
8504         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8505         (gnus-article-treat-unfold-headers): Use it.
8506         (gnus-article-truncate-lines): New variable.
8507         (gnus-article-mode): Use it.
8508         (gnus-article-toggle-truncate-lines): New function.
8509
8510         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8511         gnus-article-toggle-truncate-lines.
8512
8513         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8514         coding system in XEmacs, use binary.
8515
8516 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8519         after-load-alist.
8520
8521         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8522         this function should save decoded articles.
8523         (gnus-summary-write-to-file): Use property to specify this function
8524         should save decoded articles and specify gnus-summary-save-in-file
8525         should be used to save articles other than the first one when saving
8526         many articles.
8527         (gnus-summary-save-body-in-file): Use property to specify this
8528         function should save decoded articles.
8529         (gnus-summary-write-body-to-file): Use property to specify this
8530         function should save decoded articles and specify
8531         gnus-summary-save-body-in-file should be used to save articles other
8532         than the first one when saving many articles.
8533
8534         * gnus-sum.el (gnus-summary-save-article): Simplify.
8535
8536 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-art.el (gnus-default-article-saver): Add
8539         gnus-summary-write-body-to-file.
8540         (gnus-article-save-coding-system): Don't use coding system object
8541         in XEmacs.
8542         (gnus-read-save-file-name): Add optional `dir-var' argument which
8543         specifies directory in which files are saved; work even if optional
8544         `variable' argument is not specified.
8545         (gnus-summary-write-to-file): Read file name.
8546         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8547         (gnus-summary-write-body-to-file): New function.
8548
8549         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8550         (gnus-summary-local-variables): Add it.
8551         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8552         (gnus-summary-save-article): Remove optional `decode' argument;
8553         determine whether to decode articles by the value of
8554         gnus-default-article-saver; when saving many files using
8555         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8556         it first and use gnus-summary-save-in-file or
8557         gnus-summary-save-body-in-file thereafter unless
8558         gnus-prompt-before-saving is always; move point to article which
8559         will be saved.
8560         (gnus-summary-save-article-file): Revert.
8561         (gnus-summary-write-article-file): Revert.
8562         (gnus-summary-save-article-body-file): Revert.
8563         (gnus-summary-write-article-body-file): New function.
8564
8565 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8566
8567         * gnus-art.el (gnus-default-article-saver): Doc fix.
8568         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8569         from gnus-summary-save-article-coding-system, and default to a
8570         certain coding system.
8571         (gnus-output-to-file): Add coding cookie and encode text according
8572         to gnus-article-save-coding-system; don't use mm-append-to-file.
8573
8574         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8575         gnus-art.el and rename to gnus-article-save-coding-system.
8576         (gnus-summary-save-article): Require gnus-art; don't show all
8577         headers if it decodes articles; don't add coding cookie here;
8578         don't bind mm-text-coding-system-for-write.
8579         (gnus-summary-save-article-file): Save decoded articles.
8580         (gnus-summary-write-article-file): When saving many files, use
8581         gnus-summary-write-to-file first and gnus-summary-save-in-file
8582         thereafter unless gnus-prompt-before-saving is always.
8583         (gnus-summary-save-article-body-file): Save decoded articles.
8584
8585         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8586
8587 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8588
8589         * nnrss.el (nnrss-check-group): Bind hash-index.
8590
8591 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8592
8593         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8594         its hash index.  Store this hash in `nnrss-group-data'.
8595         (nnrss-read-group-data): Update accordingly.
8596
8597 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8598
8599         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8600         entry.
8601
8602         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8603         gnus-article-browse-html-article.
8604
8605 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8606
8607         * gnus-sum.el (gnus-summary-mime-map): Add
8608         gnus-article-browse-html-article.
8609
8610         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8611
8612 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8615         suitable coding systems in customize.
8616
8617 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8618
8619         * mail-source.el (mail-sources): Fix custom type.
8620
8621 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8622
8623         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8624         (gnus-summary-expire-articles-now): Shorten prompt.
8625
8626         * gmm-utils.el (wid-edit): Require.
8627         (defun-gmm): Renamed from `gmm-defun-compat'.
8628         (gmm-image-search-load-path): Use it.
8629         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8630
8631 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8634         variable.
8635         (gnus-summary-save-article): Add optional `decode' argument.  If
8636         it is set and gnus-summary-save-article-coding-system is non-nil,
8637         save decoded article.
8638         (gnus-summary-write-article-file): Save decoded article if
8639         gnus-summary-save-article-coding-system is non-nil.
8640
8641         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8642         type.
8643
8644 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8647
8648 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8651         first to test gnus-single-article-buffer which may be buffer-local.
8652
8653         * gnus-sum.el (gnus-summary-setup-buffer): Make
8654         gnus-single-article-buffer buffer-local and nil in ephemeral
8655         group; make gnus-article-buffer, gnus-article-current, and
8656         gnus-original-article-buffer always buffer-local.
8657         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8658         group.
8659         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8660
8661 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8662
8663         * nnml.el (nnml-request-compact-group): Compressed files might not
8664         have .gz extension.
8665
8666 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8667
8668         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8669         (mm-copy-to-buffer): Use with-current-buffer.
8670         (mm-display-part): Simplify.
8671         (mm-inlinable-p): Add optional arg `type'.
8672
8673 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8674
8675         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8676         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8677         Try harder to show the attachment internally or externally using
8678         gnus-mime-view-part-as-type.
8679
8680 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8681
8682         * message.el (message-from-style, message-signature-separator)
8683         (message-user-organization-file, message-send-mail-function)
8684         (message-citation-line-function, message-yank-prefix)
8685         (message-indent-citation-function, message-signature)
8686         (message-signature-file, message-signature-insert-empty-line):
8687         Remove autoloads.
8688
8689         * gnus-art.el (gnus-buttonized-mime-types): Remove
8690         "multipart/signed".  Revert 2006-04-26 change.
8691
8692 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8693
8694         * gnus.el (gnus-version-number): Bump version.
8695
8696 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8697
8698         * gnus.el: No Gnus v0.5 is released.
8699
8700 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8701
8702         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8703         fetching articles by message-id.
8704
8705 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8706
8707         * message.el (hashcash): Require hashcash as normal.
8708
8709         * ecomplete.el (ecomplete-highlight-match-line): Use
8710         point-at-eol.
8711         (ecomplete-highlight-match-line): Use `highlight', because that
8712         face exists in both Emacs and XEmacs.
8713
8714         * message.el (message-display-abbrev): Use point-at-bol.
8715
8716         * mail-source.el: Don't require timer/timer-funcs.
8717
8718         * gnus-async.el: Ditto.
8719
8720         * password.el: Ditto.
8721
8722         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8723
8724         * mm-url.el: Ditto.
8725
8726         * gnus-xmas.el: Don't require timer-funcs.
8727
8728         * mm-util.el: Require timer/timer-funcs.
8729
8730 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8731
8732         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8733         Close.
8734
8735 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8736
8737         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8738         unibyte after clear-decrypt function runs.
8739
8740         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8741         returns as a unibyte string.
8742
8743 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * lpath.el: Revert.
8746
8747         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8748         (pgg-gpg-process-sentinel): Revert.
8749
8750         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8751         (pgg-pgp-lookup-key): Revert.
8752
8753         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8754         (pgg-pgp5-lookup-key): Revert.
8755
8756         * pgg.el (pgg-fetch-key): Revert.
8757
8758 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8759
8760         * lpath.el: Fbind string-as-multibyte for XEmacs.
8761
8762         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8763         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8764         (mml1991-pgg-encrypt): Ditto.
8765
8766         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8767         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8768         a multibyte buffer.
8769
8770         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8771         (pgg-pgp-lookup-key): Ditto.
8772
8773         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8774         (pgg-pgp5-lookup-key): Ditto.
8775
8776         * pgg.el (pgg-fetch-key): Ditto.
8777
8778 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * message.el (message-user-organization-file): Check several
8781         locations of the organization file.
8782
8783         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8784         Add gnus-article-view-part-as-type.
8785
8786         * gnus-art.el (gnus-article-view-part-as-type): New function.
8787
8788         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8789         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8790
8791         * mml.el: Simplify autoload.
8792         (mml-mode): defvar dnd-protocol-alist instead of using
8793         symbol-value.
8794         (mml-default-directory): New variable.
8795         (mml-minibuffer-read-file): Use it.
8796         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8797
8798         * message.el (message-citation-line-format): New variable.
8799         (message-insert-formated-citation-line): New function.
8800         (message-citation-line-function): Add
8801         `message-insert-formated-citation-line' to custom type.
8802
8803         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8804         to doc string.
8805
8806         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8807         depending on mm-verify-option.
8808
8809 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8812         binding pgg-* variables; reimplement the section which prevents
8813         MIME header from being signed.
8814         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8815         pgg-text-mode; remove a blank line at the top of body.
8816
8817         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8818         lines at the top of body; use gnus-newsgroup-charset if there's no
8819         Charset header.
8820
8821 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * message.el (message-self-insert-commands): Doc fix.
8824
8825         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8826         (mm-uu-pgp-encrypted-test): Ditto.
8827         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8828         between header and body; return application/pgp-encrypted handle
8829         if decryption failed; decode decrypted body by charset.
8830
8831         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8832         element match to application/pgp-*.
8833
8834 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8835
8836         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8837         HTML.
8838
8839 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * mail-source.el (mail-source-call-script): Message the error
8842         string.
8843
8844 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8845
8846         * gnus-util.el (gnus-byte-compile): Use it.
8847
8848 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8849
8850         * gnus-util.el (kill-empty-logs): New function.
8851
8852 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853
8854         * message.el (message-mail-alias-type): Doc fix.
8855         (message-mail-alias-type-p): New function.
8856         (message-send): Use it.
8857         (message-mode): Ditto.
8858         (message-strip-forbidden-properties): Ditto.
8859
8860         * ecomplete.el (ecomplete-database-file-coding-system): New
8861         variable.
8862         (ecomplete-save): Use it.
8863         (ecomplete-setup): Use it.
8864
8865 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * message.el (message-self-insert-commands): New variable.
8868         (message-strip-forbidden-properties): Use it.
8869
8870 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8871
8872         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8873         that doesn't make XEmacs choke.
8874
8875 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * gnus-util.el (gnus-replace-in-string):
8878         Prefer replace-regexp-in-string over of replace-in-string.
8879
8880 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8881
8882         * gnus-util.el (gnus-select-frame-set-input-focus):
8883         Use select-frame-set-input-focus if it is available in XEmacs; use
8884         definition defined in Emacs 22 for old Emacsen.
8885
8886         * dgnushack.el: Autoload unmorse-region for XEmacs.
8887
8888         * lpath.el: Bind cursor-in-non-selected-windows and
8889         select-frame-set-input-focus for XEmacs.
8890
8891 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8894
8895 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8896
8897         * gnus-registry.el (gnus-registry-cache-save): Remove text
8898         properties when saving via the temp buffer.
8899
8900 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8901
8902         * message.el (message-generate-hashcash): Honor custom type.
8903
8904 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * message.el (message-generate-hashcash): Default to non-nil when
8907         hashcash is found.
8908
8909         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8910         (gnus-refer-thread-limit): Increase default to 500.
8911
8912         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8913
8914         * flow-fill.el (fill-flowed): Allow delete-space.
8915
8916 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8917
8918         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8919         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8920         Remove autoloads.
8921
8922 2006-04-18  Simon Josefsson  <jas@extundo.com>
8923
8924         * message.el (message-generate-hashcash): Default to.
8925
8926 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8927
8928         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8929         concatenating segments rather than before concatenating them.
8930
8931 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8932
8933         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8934
8935 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8936
8937         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8938
8939         * message.el (message-forward-make-body-plain): Allow
8940         message-forward-ignored-headers to be a list.
8941         (message-remove-ignored-headers): Factor out into function.
8942         (message-forward-make-body-mml): Use it.
8943
8944         * imap.el (imap-quote-specials): New function.
8945         (imap-login-auth): Quote specials.
8946
8947         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8948         (rfc2231-parse-string): Allow concatanation of parameters that
8949         aren't contiguous.  The test case is
8950           (mail-header-parse-content-type "message/external-body;
8951             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8952             access-type=LOCAL-FILE;
8953             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8954
8955 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8956
8957         * nntp.el (nntp-accept-process-output): Return the value of
8958         `nnheader-accept-process-output'.
8959
8960 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8961
8962         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8963         (gnus-button-alist): Recognize more diff formats.
8964         (gnus-button-patch): Strip directory.
8965
8966 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8969         Emacs 22 when setting focus.
8970
8971 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8972
8973         * gnus-art.el (gnus-article-treat-types): Do treatment of
8974         text/x-verbatim parts.
8975         (gnus-button-patch): New command.
8976
8977         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8978         addresses that contain invalid characters.
8979
8980 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8981
8982         * message.el (message-put-addresses-in-ecomplete): Use
8983         gnus-replace-in-string.
8984         (message-is-yours-p): Use the more correct
8985         mail-header-parse-address instead of
8986         mail-extract-address-components.
8987         (message-put-addresses-in-ecomplete): Fix typo.
8988
8989         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8990         keystroke.
8991
8992         * gnus-art.el (gnus-treatment-function-alist): Change order of
8993         newsgroups/generic header folding to avoid double-folding.
8994
8995         * message.el (message-hidden-headers): Add X-Draft-From.
8996
8997         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8998         command.
8999         (gnus-summary-repeat-search-article-backward): New command.
9000
9001         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
9002         groups in the parent topic.
9003
9004 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9005
9006         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9007         (spam-extra-header-to-number): Return the CRM114 number as a
9008         number instead of a string.
9009
9010 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9011
9012         * gnus-art.el (gnus-face-properties-alist): Moved here from
9013         gnus-fun.
9014
9015         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9016
9017 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * message.el (message-strip-forbidden-properties): Only display on
9020         self-insert-command.
9021
9022         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9023         reindent.
9024         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9025
9026 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9027
9028         * smiley.el (smiley-style): Fix typo.
9029
9030 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9031
9032         * hashcash.el (hashcash-insert-payment-async-2): Use
9033         message-goto-eoh instead of doing it manually.
9034         (mail-add-payment): Use message-narrow-to-header instead of trying
9035         to do the same itself.
9036
9037         * message.el (message-hidden-headers): Add Face.
9038
9039         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9040         reparenting code.
9041         (gnus-summary-reparent-children): Refactored out code.
9042         (gnus-summary-thread-map): New keystroke.
9043         (gnus-summary-reparent-children): Make into command.
9044
9045         * smiley.el (smiley-style): Default to `medium' if using a large
9046         font.
9047
9048         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9049         does it itself.
9050
9051         * message.el (message-point-in-header-p): Simplify definition.
9052
9053 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9054
9055         * nnagent.el (nnagent-request-set-mark): Silence log file
9056         writing.
9057         (nnagent-request-set-mark): Use write-region instead of
9058         append-to-file.
9059
9060         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9061         strange select method.
9062
9063         * ecomplete.el (ecomplete-display-matches): Get highlightling
9064         right.
9065         (ecomplete-display-matches): Use literals.
9066         (ecomplete-display-matches): Disable message logging.
9067
9068         * message.el (message-display-abbrev): Small optimization.
9069
9070         * ecomplete.el (ecomplete-display-matches): Allow automatic
9071         display.
9072
9073         * message.el (message-strip-forbidden-properties): Display
9074         abbrevs.
9075         (message-display-abbrev): Get automatic display right.
9076
9077         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9078         keystrokes.
9079
9080 2006-04-13  Romain Francoise  <romain@orebokech.com>
9081
9082         TODO: Backport to v5-10!
9083
9084         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9085         Moved here (and renamed) from gnus-registry.el.
9086
9087         * gnus-registry.el: Require gnus-util.
9088         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9089
9090 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9091
9092         * gnus-group.el (gnus-group-catchup-current): Change
9093         if-then-else-if-then-else into cond.
9094         (gnus-group-catchup): Indent.
9095         (group-name-at-point): New function.
9096         (gnus-fetch-group): Provide default from thing at point.
9097
9098 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9099
9100         * message.el (message-display-abbrev): Fix regexp.
9101
9102         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9103         choosing.
9104         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9105         dead variables.
9106
9107         * message.el (message-newline-and-indent): Remove debugging.
9108         (message-display-abbrev): Use new implementation.
9109
9110 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9111
9112         * gnus-art.el (gnus-article-mode): Set
9113         cursor-in-non-selected-windows to nil.
9114
9115         * smiley.el: Revert previous change.
9116         (smiley-data-directory): defvar it before using it in the
9117         defcustom of `smiley-style'.
9118
9119 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9120
9121         * message.el (message-newline-and-indent): New function.
9122
9123         * ecomplete.el: Implement more bits.
9124
9125         * message.el (message-put-addresses-in-ecomplete): Clean up the
9126         string.
9127
9128         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9129
9130         * gnus-sum.el (gnus-summary-save-parts): Bind
9131         gnus-summary-save-parts-counter and use it to make unique file
9132         names.
9133
9134         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9135
9136         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9137         parameter to say whether to actually parse the individual
9138         addresses.
9139
9140         * message.el (message-put-addresses-in-ecomplete): New function.
9141         (ecomplete): Require.
9142         (message-mail-alias-type): Add ecomplete as an option.
9143
9144 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9145
9146         * flow-fill.el (fill-flowed): Remove trailing space from blank
9147         quoted lines.
9148
9149 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9150
9151         * smiley.el (smiley-style): Move definition later to avoid a
9152         compilation warning.
9153
9154 2006-04-12  Kenichi Handa  <handa@m17n.org>
9155
9156         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9157         buffer and then decode the buffer text if necessary.
9158         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9159         first, and after mm-encode-body, change the buffer to unibyte.
9160         Use mm-disable-multibyte instead of set-buffer-multibyte.
9161
9162 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9165         Content-Type header instead of Content-Disposition header.
9166         (gnus-mime-inline-part): Ditto.
9167         (gnus-mime-view-part-as-charset): Ignore charset that the part
9168         specifies.
9169
9170         * mm-decode.el (mm-display-part): Work with external parts and
9171         usual parts similarly.
9172
9173         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9174         instead of gnus-display-mime.
9175
9176         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9177         instead of with-temp-buffer.
9178
9179         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9180         tag to summarized topics part in order to encode non-ASCII text.
9181
9182 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9183
9184         * smiley.el (smiley-style): New variable.
9185         (smiley-directory): New function.
9186         (smiley-data-directory): Derive from `smiley-style' using
9187         `smiley-directory'.
9188         (smiley-regexp-alist): Add new entries.
9189
9190         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9191         (gnus-article-browse-delete-temp): Add :version.
9192
9193 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9194
9195         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9196         the sieve region.
9197
9198 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9199
9200         * gnus.el (gnus-version-number): Bump version.
9201
9202 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9203
9204         * gnus.el: No Gnus v0.4 is released.
9205
9206 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9207
9208         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9209         layout.
9210
9211         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9212         unknown charset.
9213
9214         * message.el (message-header-synonyms): Add Original-To to the
9215         default.
9216
9217         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9218         optional parameter.
9219
9220 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-fun.el (gnus): Require it for gnus-directory.
9223
9224 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9225
9226         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9227
9228 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9229
9230         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9231
9232 2006-04-05  Simon Josefsson  <jas@extundo.com>
9233
9234         * password.el (password-reset): New function.
9235
9236 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9237
9238         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9239         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9240
9241 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9242
9243         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9244         Some whitespace was matched into the url, which broke browsing hits
9245         > 100 when mm-url-use-external was nil.
9246
9247 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9248
9249         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9250         gnus-extra-headers for 'Newsgroups.
9251
9252         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9253         bound.
9254
9255 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9256
9257         * pgg-gpg.el: Clean up process buffers every time gpg processes
9258         complete.
9259
9260 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9261
9262         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9263         doc string.
9264
9265 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9266
9267         * pgg-gpg.el (pgg-gpg-process-filter)
9268         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9269
9270         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9271         lines, temporary fix.
9272
9273 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9274
9275         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9276
9277 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9278
9279         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9280         default-enable-multibyte-characters.  This reverts the change from
9281         revision 6.17 which is no longer necessary because the passphrase
9282         is sent separately now.  GnuPG messages are unreadable under
9283         multibyte locales with default-enable-multibyte-characters set to
9284         nil.
9285
9286 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9287
9288         * message.el (message-tool-bar-gnome): Move "spell".
9289
9290 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9293         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9294         instead.
9295
9296 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9297
9298         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9299         newsgroups handling for NNTP overviews which don't include
9300         Newsgroups.
9301
9302 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9303
9304         * message.el (message-resend): Bind message-generate-hashcash to nil.
9305
9306 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9307
9308         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9309         when searching for already-paid recipients.
9310
9311 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9312
9313         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9314         passphrases when it is not needed.
9315         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9316         passphrase stuff from gpg, should only be necessary when you use
9317         gpg with a smartcard.
9318
9319 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * mml.el (mml-insert-mime): Ignore cached contents of
9322         message/external-body part.
9323
9324         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9325         (mm-insert-part): Ditto.
9326
9327 2006-03-23  Simon Josefsson  <jas@extundo.com>
9328
9329         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9330         Reiner.
9331         (pgg-gpg-use-agent-p): Use it again.
9332
9333 2006-03-23  Simon Josefsson  <jas@extundo.com>
9334
9335         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9336         older emacsen.
9337         (pgg-gpg-use-agent-p): Don't use it.
9338
9339 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9340
9341         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9342         if we can.
9343
9344 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9345
9346         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9347         (pgg-gpg-update-agent): New function.
9348         (pgg-gpg-use-agent-p): New function.
9349         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9350         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9351         (pgg-gpg-sign-region): Use it.
9352
9353 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9356         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9357
9358 2006-03-21  Simon Josefsson  <jas@extundo.com>
9359
9360         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9361         <wilde@sha-bang.de>.
9362         (pgg-gpg-use-agent): New variable.
9363         (pgg-gpg-process-region): Use it.
9364         (pgg-gpg-encrypt-region): Likewise.
9365         (pgg-gpg-encrypt-symmetric-region): Likewise.
9366         (pgg-gpg-decrypt-region): Likewise.
9367         (pgg-gpg-sign-region): Likewise.
9368         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9369
9370 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9373
9374         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9375         Add comment on version.
9376
9377 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * smiley.el: Add missing test smiley.
9380
9381 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9382
9383         * mm-decode.el (mm-with-part): New macro.
9384         (mm-get-part): Use it; work with message/external-body as well.
9385         (mm-save-part): Treat name and filename equally.
9386
9387         * mm-extern.el (mm-extern-cache-contents): New function.
9388         (mm-inline-external-body): Use it; force the part to be displayed;
9389         move undisplayer added to the cached handle to the parent.
9390
9391         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9392         (gnus-mime-view-part-as-type): Work with message/external-body.
9393
9394         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9395
9396 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9399         images in image-load-path.  [Sync with image.el, revision 1.60, in
9400         Emacs.]
9401
9402 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9403
9404         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9405         path rather than symbol.  Always return list of directories.
9406         Guarantee that image directory comes first.  [Sync with image.el,
9407         revision 1.59, in Emacs.]
9408
9409         * message.el (message-make-tool-bar): Adjust to new API of
9410         `gmm-image-load-path-for-library'.
9411
9412         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9413
9414         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9415
9416 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9417
9418         * gnus-art.el (gnus-article-only-boring-p):
9419         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9420         intangible text.
9421         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9422
9423 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9424
9425         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9426         `defun' instead of `gmm-defun-compat'.
9427
9428 2006-03-14  Simon Josefsson  <jas@extundo.com>
9429
9430         * message.el (message-unique-id): Don't use message-number-base36
9431         if (user-uid) is a float.
9432         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9433
9434 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9437
9438         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9439         empty line between a part and a message part.
9440
9441 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * smiley.el: Add more test smileys.
9444         (smiley-data-directory, smiley-regexp-alist)
9445         (gnus-smiley-file-types): Fix doc strings.
9446         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9447         adding new elements.
9448         (smiley-mouse-map): Unused code.  Make it a comment.
9449
9450 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9453         scan latest NoCeM messages instead of old ones.
9454         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9455         delimiters that are recently used.
9456         (gnus-nocem-load-cache): Add autoload cookie.
9457
9458         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9459
9460         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9461         level which is larger than gnus-use-nocem is specified.
9462
9463         * gnus-group.el (gnus-group-get-new-news): Ditto.
9464
9465 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9466
9467         * gnus-util.el (gnus-tool-bar-update): New function.
9468
9469         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9470         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9471
9472         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9473
9474         * gnus-group.el (gnus-group-redraw-when-idle)
9475         (gnus-group-redraw-check): Remove.
9476         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9477
9478 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9479
9480         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9481         if optional last element is specified in splits (FIELD VALUE...).
9482
9483 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9486         to gmm-image-load-path-for-library.  Call with no-error argument.
9487         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9488
9489         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9490
9491         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9492
9493         * gmm-utils.el (gmm-image-load-path): Remove alias.
9494
9495 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9496
9497         * gmm-utils.el (gmm-image-load-path): Add alias.
9498
9499         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9500         nnml-generate-nov-databases-1.
9501         (nnml-generate-nov-databases): Use it.
9502         (nnml-generate-nov-databases-directory): Document no-active
9503         argument.
9504
9505         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9506         directory if path is t.  Add no-error.
9507
9508         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9509         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9510
9511         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9512         resetting gnus-article-browse-html-temp-list.
9513
9514         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9515         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9516         Add example to docstring.  Rename local variables.  Move error
9517         checks to default case in cond and simplify.
9518
9519 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9522         handle is multipart when calling it recursively.
9523         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9524
9525 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9526
9527         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9528         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9529
9530 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9533         is loaded.
9534
9535         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9536         loaded.
9537
9538 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9539
9540         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9541         to "Emacs 23 (unicode)" in doc string.
9542
9543         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9544         "Emacs 23 (unicode)" in comment.
9545
9546 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9549
9550         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9551         characters 160 through 255 in Emacs 23.
9552
9553 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9554
9555         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9556         gnus-article-browse-html-temp.
9557         (gnus-article-browse-delete-temp): Make it customizable.  Add
9558         `file'.  Adjust doc string.
9559         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9560         query for each file.  Adjust doc string.
9561         (gnus-article-browse-html-parts): Add
9562         `gnus-article-browse-delete-temp-files' to
9563         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9564
9565 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9566
9567         * gnus-art.el (gnus-article-browse-html-temp)
9568         (gnus-article-browse-delete-temp): New variables.
9569         (gnus-article-browse-delete-temp-files): New function.
9570         (gnus-article-browse-html-parts): Use it.
9571
9572 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9573
9574         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9575
9576         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9577         string.
9578
9579         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9580         gnus-summary-insert-new-articles when unplugged.  Remove
9581         gnus-summary-search-article-forward.
9582
9583         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9584         display-visual-class instead of display-color-cells.
9585
9586 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * dgnushack.el: Autoload customize-group for XEmacs.
9589
9590         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9591         message/* containing non-ASCII text properly.
9592
9593 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9594
9595         * message.el: Require gmm-utils, remove autoloads.
9596         (message-tool-bar): Set default based on
9597         gmm-tool-bar-style.
9598         (message-tool-bar-gnome): Add gmm-customize-mode.
9599
9600         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9601         gmm-tool-bar-style.
9602         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9603
9604         * gnus-group.el (gnus-group-tool-bar): Set default based on
9605         gmm-tool-bar-style.
9606         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9607
9608         * gmm-utils.el (gmm-image-directory): Rename variable from
9609         gmm-image-load-path.
9610         (gmm-image-load-path): Use gmm-image-directory.
9611         (gmm-customize-mode): New function.
9612         (gmm-tool-bar-style): New variable.
9613
9614         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9615         gnus-group-redraw-line-number.
9616         (gnus-group-redraw-check): Simplify.
9617         (gnus-group-tool-bar-update): Remove redraw check.
9618         (gnus-group-make-tool-bar): Add redraw check.
9619
9620 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9621
9622         * gnus-art.el (gnus-button): Add missing parentheses.
9623
9624 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * lpath.el: Fbind line-number-at-pos.
9627
9628 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9629
9630         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9631
9632 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * gnus-art.el (gnus-button): New face.
9635         (gnus-article-button-face): Use it.
9636
9637         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9638         gnus-summary-next-page.  Re-order.
9639
9640         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9641         next-node are now included.
9642         (gnus-group-redraw-line-number): New internal variable.
9643         (gnus-group-redraw-check): Helper function for updating the tool
9644         bar.
9645         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9646
9647         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9648
9649         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9650         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9651         Use it to match format of Spamassassin 3.0 and later.  Reported by
9652         IRIE Tetsuya <irie@t.email.ne.jp>.
9653         (spam-check-bogofilter)
9654         (spam-bogofilter-register-with-bogofilter): Fix args of
9655         `gnus-error' calls.
9656
9657 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9658
9659         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9660         unnecessary interaction when sending queued mails.  Reported by
9661         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9662
9663 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9664
9665         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9666         first or last are nil.
9667
9668 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9669
9670         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9671
9672 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9673
9674         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9675
9676 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9677
9678         * dns.el (query-dns): Protect more against buggy tcp output.
9679
9680 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9681
9682         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9683         nov.php.
9684
9685 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9686
9687         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9688         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9689         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9690         output on the server side.
9691         (nnweb-google-create-mapping): Update regexps and add some
9692         progress indication.
9693
9694 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9697         gnus-agent-toggle-plugged.  Re-order icons.
9698         (gnus-group-tool-bar-gnome): Add
9699         gnus-group-{prev,next}-unread-group.
9700         (gnus-group-tool-bar-gnome): Re-order icons.
9701
9702         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9703         gnus-summary-insert-new-articles.
9704
9705         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9706         comments.
9707
9708         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9709         also available in Emacs 21.3.
9710
9711         * message.el (message-fix-before-sending): Change "Emacs 22" to
9712         "Emacs 23 (unicode)" in comment.
9713
9714         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9715         "Emacs 23 (unicode)" in comment.
9716
9717         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9718         comment.
9719         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9720
9721         * mm-view.el (mm-fill-flowed): Add :version.
9722
9723 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9726         and load-path.
9727
9728 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * message.el: Autoload gmm-image-load-path.
9731         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9732         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9733         consitency.
9734
9735         * gmm-utils.el (gmm-image-load-path): Also search in
9736         "../etc/images".  Don't set gmm-image-load-path if we don't find
9737         the image.
9738
9739 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * gmm-utils.el (gmm-image-load-path): Don't make
9742         `gmm-image-load-path' include subdirectories which the second arg
9743         `image' might specify.
9744
9745         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9746         subdirectory to icon file names.
9747
9748         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9749
9750 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9751
9752         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9753         gmm-image-load-path calls.
9754
9755         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9756
9757         * message.el (message-make-tool-bar): Ditto.
9758
9759         * mml.el (mml-preview): Added comment concerning tool bar icons.
9760
9761         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9762         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9763
9764         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9765         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9766
9767         * message.el (message-tool-bar-gnome): Use new icon names.
9768         (message-make-tool-bar): Use `gmm-image-load-path'.
9769
9770         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9771         functions from MH-E.
9772         (gmm-image-load-path): New variable from MH-E.
9773         (gmm-image-load-path): New function from MH-E.  Added arguments
9774         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9775         *-image-load-path-called-flag.
9776
9777 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9778
9779         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9780
9781 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9782
9783         * nnimap.el (nnimap-request-move-article): Change folder back to
9784         source group before deleting.
9785
9786 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9789
9790         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9791         mm-url.
9792
9793         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9794
9795 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9796
9797         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9798         coding system which mm-charset-to-coding-system returns for a
9799         given charset is valid.
9800
9801 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9802
9803         * html2text.el (html2text-remove-tag-list):
9804         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9805
9806 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9807
9808         * gnus-cus.el: Revert 2005-10-17 change.
9809
9810 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * gnus-art.el (article-strip-banner): Call
9813         article-really-strip-banner only when the regexp match is made.
9814
9815 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9816
9817         * gnus-art.el (article-strip-banner): Use
9818         gnus-extract-address-components instead of
9819         mail-header-parse-addresses to make it work with non-ASCII text;
9820         remove mail-encode-encoded-word-string.
9821
9822         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9823         values which are surrounded with \"...\"; make it never cause a
9824         Lisp error; give up parsing of parameters if it failed in
9825         extracting type.
9826
9827 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9828
9829         * smime.el (smime-cert-by-ldap-1): Fix bug where
9830         `smime-ldap-search' returns results without userCertificates.
9831
9832 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9835
9836 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9837
9838         * spam.el (spam-check-spamassassin-headers): Adapt format for
9839         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9840         <ari@mbf.ocn.ne.jp>.
9841         (spam-list-of-processors): Add spam-use-gmane.
9842
9843 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9846         make-temp-file; make it work with XEmacs as well.
9847
9848         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9849         mm-make-temp-file.
9850
9851         * mm-decode.el (mm-display-external): Use the 3rd arg of
9852         mm-make-temp-file.
9853         (mm-create-image-xemacs): Ditto.
9854
9855 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9856
9857         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9858         with message-narrow-to-headers.
9859         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9860         (gnus-draft-check-draft-articles): New function.
9861         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9862
9863 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * gnus-art.el (gnus-article-browse-html-parts):
9866         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9867         Don't use suffix argument for mm-make-temp-file for Emacs 21
9868         compatibility.  Remove useless `format'.
9869
9870 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9871
9872         * nnweb.el (nnweb-google-wash-article): Update regexps.
9873         (nnweb-group-alist): Use defvoo instead of defvar.
9874
9875 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9876
9877         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9878         re-loading nn* modules.
9879
9880 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9881
9882         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9883         for `tool-bar-mode' and don't check it's default-value.
9884
9885         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9886
9887         * message.el (message-make-tool-bar): Ditto.
9888
9889         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9890         `substring'.  Shorten tmp-file name.
9891
9892         * gnus.el: Remove bogus comment.
9893
9894 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9895
9896         * gnus-art.el (gnus-article-browse-html-parts): New function.
9897         (gnus-article-browse-html-article): New function for viewing html
9898         articles with a browser.
9899
9900 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9901
9902         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9903         in elisp.
9904         (pgg-gpg-encrypt-symmetric-region): Ditto.
9905         (pgg-gpg-sign-region): Ditto.
9906
9907         * pgg-def.el (pgg-text-mode): New variable.
9908
9909         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9910         (mml2015-pgg-encrypt): Ditto.
9911
9912         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9913         (mml1991-pgg-encrypt): Ditto.
9914
9915 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9918         message-make-date instead of current-time-string.
9919
9920         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9921         to gnus-decoded which mm-uu might set.
9922
9923 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9924
9925         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9926         don't decode quoted parameters; remove misimported Emacs code.
9927         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9928         (rfc2231-decode-encoded-string): Don't use split-string which
9929         behaves differently according to Emacs version; use
9930         mm-decode-coding-region to convert charset to coding-system.
9931         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9932         (rfc2231-encode-string): Remove misimported Emacs code.
9933
9934 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9937         when calling mail-header-parse-content-type.
9938         (article-de-quoted-unreadable): Ditto.
9939         (article-de-base64-unreadable): Ditto.
9940         (article-wash-html): Ditto.
9941
9942         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9943         calling mail-header-parse-content-type and
9944         mail-header-parse-content-disposition.
9945         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9946         mail-header-parse-content-type.
9947
9948         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9949         insert charset and format parameters; encode description after
9950         inserting it to buffer.
9951         (mml-insert-parameter): Fold lines properly even if a parameter is
9952         segmented into two or more lines; change the max column to 76.
9953
9954         * rfc1843.el (rfc1843-decode-article-body): Don't use
9955         ignore-errors when calling mail-header-parse-content-type.
9956
9957         * rfc2231.el (rfc2231-parse-string): Return at least type if
9958         possible; don't cause an error even if it fails in parsing of
9959         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9960         (rfc2231-encode-string): Don't break lines at the beginning, leave
9961         it to mml-insert-parameter.
9962
9963         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9964         calling mail-header-parse-content-type.
9965
9966 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9967
9968         * spam-report.el (spam-report-gmane-use-article-number):
9969         Improve doc string.
9970         (spam-report-gmane-internal): Check if a suitable header was found
9971         in the article.
9972
9973 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9974
9975         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9976         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9977
9978 2006-02-05  Romain Francoise  <romain@orebokech.com>
9979
9980         Update copyright notices of all files in the gnus directory.
9981
9982 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9983
9984         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9985
9986 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9989         segmented lines of parameter value to cope with Thunderbird 1.5
9990         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9991         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9992         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9993
9994 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9995
9996         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9997         parts.
9998
9999 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10000
10001         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
10002         there's only one active file for all servers.
10003         (nnweb-request-scan): Make sure nnweb-articles is initialized on
10004         solid groups.  Gnus might have used a FAST request to select the group.
10005         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10006         and nnweb-search redundantly in the active file.
10007         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10008         (nnweb-request-create-group): Don't use ARGS.
10009         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10010         initialisations.  Let nnoo do the work.
10011
10012 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10015         Say the part has been decoded.
10016
10017         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10018
10019 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10020
10021         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10022         mailcap-viewer-test-cache when there's no 'test clause, since that
10023         will invert the meaning of a "nil" test previously determined by
10024         mailcap-mailcap-entry-passes-test.
10025
10026 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10029         compiling.
10030
10031         * gnus-sum.el: Ditto.
10032
10033         * message.el: Don't bind tool-bar-map when compiling.
10034
10035 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10038
10039 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10040
10041         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10042         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10043         current Google Groups.
10044
10045 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10046
10047         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10048         and tool-bar-mode.
10049
10050         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10051         and tool-bar-mode.
10052
10053         * message.el (message-tool-bar-update): Simplify.
10054         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10055
10056         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10057         gnus-summary-buffer.
10058         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10059         gnus-summary-reply.
10060
10061         * gmm-utils.el (gmm): Add :version.
10062
10063 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * Makefile.in (clean): New rule.
10066         (distclean): Use it.
10067
10068 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10069
10070         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10071         autoload.
10072
10073 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * gmm-utils.el (gmm-verbose): Add :group.
10076
10077 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10078
10079         * message.el: Change some comments WRT tool-bars.
10080
10081         * gnus-sum.el (gnus-summary-tool-bar)
10082         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10083         (gnus-summary-tool-bar-zap-list): New variables.
10084         (gnus-summary-make-tool-bar): Complete rewrite using
10085         `gmm-tool-bar-from-list'.
10086
10087         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10088         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10089         variables.
10090         (gnus-group-make-tool-bar): Complete rewrite using
10091         `gmm-tool-bar-from-list'.
10092         (gnus-group-tool-bar-update): New function.
10093
10094         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10095
10096 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10097
10098         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10099         is dissected into a single part of which the type is the same as
10100         the given one; decode charset.
10101
10102 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10103
10104         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10105         into alists as symbol not string, since that's what
10106         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10107         look for.
10108
10109 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10112         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10113
10114         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10115
10116 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10117
10118         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10119         (gnus-xmas-mime-security-button-menu): New function.
10120
10121         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10122         (gnus-mime-security-button-menu): New definition.
10123         (gnus-mime-security-button-map): Use them.
10124         (gnus-mime-security-button-menu): New function.
10125         (gnus-insert-mime-security-button): Addition to help echo.
10126         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10127         (gnus-mime-security-pipe-part): New functions.
10128
10129         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10130         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10131
10132         * mm-decode.el (mm-handle-set-disposition): Remove.
10133         (mm-handle-set-description): Remove.
10134
10135 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10138         (mm-w3m-standalone-supports-m17n-p): New function.
10139         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10140         w3m usage.
10141
10142         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10143         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10144
10145 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10146
10147         * message.el (message-tool-bar-zap-list): Use
10148         gmm-tool-bar-zap-list as custom type.
10149         (message-tool-bar-update): New function.
10150         (message-tool-bar, message-tool-bar-gnome)
10151         (message-tool-bar-retro): Add message-tool-bar-update.
10152         (message-tool-bar-gnome): Add flyspell-buffer.
10153
10154         * gnus-util.el (gnus-error): Describe `args'.
10155
10156         * gmm-utils.el (gmm-error): Describe `args'.
10157         (gmm-tool-bar-zap-list): New widget.
10158         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10159
10160 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10161
10162         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10163         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10164         the number of recursive calls.
10165
10166         * mm-decode.el (mm-handle-set-disposition): New macro.
10167         (mm-handle-set-description): New macro.
10168
10169 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10170
10171         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10172         encoding.
10173
10174 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * message.el (message-tool-bar-zap-list, message-tool-bar)
10177         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10178         (message-tool-bar-local-item-from-menu): Remove.
10179         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10180         (message-make-tool-bar): New function.
10181         (message-mode): Use `message-make-tool-bar'.
10182
10183         * gmm-utils.el: New file.
10184         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10185         (gmm-lazy): New widget copied from `nnmail.el'.
10186         (gmm-tool-bar-from-list): New function for creating customizable
10187         tool bars.
10188         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10189         output.
10190         (gmm): Add :prefix to defgroup.
10191
10192 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10193
10194         * gmm-utils.el (gmm-widget-p): New function.
10195
10196 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * mml.el (mml-attach-file): Describe `description' in doc string.
10199         (mml-menu): Add Emacs MIME manual and PGG manual.
10200
10201 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10202
10203         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10204
10205 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10206
10207         * nntp.el (nntp-end-of-line): Doc fix.
10208
10209 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10210
10211         * imap.el (imap-open): Handle case where buffer is a buffer
10212         object.
10213
10214 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10215
10216         * gnus-delay.el (gnus-delay): Don't autoload.
10217         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10218         to be re-loaded when customizing the `gnus-delay' group.
10219
10220 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10221
10222         * message.el (message-insert-citation-line): Use newlines.
10223
10224 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10225
10226         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10227         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10228         these routines, so the passphrase can be managed externally and
10229         passed in to the system.
10230         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10231         pgg-add-passphrase-to-cache function.
10232
10233         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10234         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10235         these routines, so the passphrase can be managed externally and
10236         passed in to the system.
10237         (pgg-pgp5-sign-region): Use new name of
10238         pgg-add-passphrase-to-cache function.
10239
10240 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10241
10242         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10243         part of the decoded armor to find the key-identifier.
10244         (pgg-gpg-lookup-key-owner): New function to return the
10245         human-readable identifier of a key owner.
10246         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10247         itself.
10248         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10249         the key value) if we have a key and can match it against a secret
10250         key.  Also, added a note pointing out fact that the prompt only
10251         indicates the first matching key.
10252
10253         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10254         pgg-decrypt-region.
10255         (pgg-add-passphrase-to-cache): Rename from
10256         `pgg-add-passphrase-cache' to reduce confusion (all callers
10257         changed).
10258         (pgg-remove-passphrase-from-cache): Rename from
10259         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10260         changed).
10261         (pgg-read-passphrase, pgg-add-passphrase-cache)
10262         (pgg-remove-passphrase-cache): Add informative docstrings.
10263         (pgg-decrypt): Convey provided passphrase in subordinate call to
10264         pgg-decrypt-region.
10265
10266 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10267
10268         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10269         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10270         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10271         'passphrase' argument, so the passphrase can be managed externally
10272         and then passed in to the system.
10273
10274         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10275         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10276         so the passphrase cache can be used reliably with identifiers
10277         besides a pgp packet's key id.
10278
10279         * pgg-gpg.el (pgg-gpg-encrypt-region)
10280         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10281         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10282         these routines, so the passphrase can be managed externally and
10283         passed in to the system.
10284
10285         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10286         'notruncate' argument, so the passphrase cache can be used
10287         reliably with identifiers besides a pgp packet's key id.
10288
10289 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10290
10291         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10292         symmetric encryption.
10293         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10294         encrypted session key.
10295         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10296         message ask for the passphrase in a proper way.
10297
10298         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10299         New user commands for symmetric encryption.
10300
10301 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10304
10305         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10306
10307 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10308
10309         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10310
10311 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10312
10313         * mm-decode.el (mm-inlined-types): Add application/pgp.
10314         (mm-automatic-display): Ditto.
10315
10316         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10317         part as text.
10318
10319 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * nnrss.el: Update copyright.
10322         (nnrss-opml-import): Query whether to subscribe to each entry.
10323
10324         * gnus-art.el:
10325         * gnus-sum.el:
10326         * gnus-xmas.el:
10327         * messagexmas.el:
10328         * mm-uu.el:
10329         * mm-view.el: Update copyright.
10330
10331 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10332
10333         * message.el (message-info): New function.
10334         (message-mode-menu): Add it.
10335         Update copyright.
10336
10337         * ChangeLog: Fix and update copyright.
10338
10339 2006-01-13  Romain Francoise  <romain@orebokech.com>
10340
10341         * message.el (message-forward-subject-name-subject): Prefer the
10342         address to 'nowhere' if the sender has no name.
10343         Fix typo.  Update copyright year.
10344
10345 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * gnus-art.el (article-wash-html): Use
10348         gnus-summary-show-article-charset-alist if a numeric arg is given.
10349         (gnus-article-wash-html-with-w3m-standalone): New function.
10350
10351         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10352         mm-inline-text-html-render-with-w3m-standalone.
10353         (mm-text-html-washer-alist): Map w3m-standalone to
10354         gnus-article-wash-html-with-w3m-standalone.
10355         (mm-inline-text-html-render-with-w3m-standalone): New function.
10356
10357 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10358
10359         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10360         Improve LaTeX.
10361
10362 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10365         (nnrss-request-article): Render text/plain parts as HTML.
10366
10367         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10368         the buffer.
10369
10370 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10371
10372         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10373         custom definition of `gnus-posting-styles'.
10374
10375         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10376         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10377
10378 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10379
10380         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10381         Use nntp for bug archive.
10382
10383 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10386         parts.
10387         (nnrss-normalize-date): New function converts ISO 8601 date into
10388         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10389         (nnrss-check-group): Use it.
10390
10391 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10394
10395         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10396         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10397         (nnrss-insert-w3): Ditto.
10398
10399 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10402         the articles to be forwarded including the case where neither a
10403         number of articles nor a region is specified.
10404
10405 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * nnrss.el (nnrss-request-article): Fix last change; fill
10408         text/plain parts.
10409
10410 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10413         in text/plain part.
10414         (nnrss-check-group): Don't add excessive newline to dc:subject.
10415
10416 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10417
10418         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10419         article.
10420
10421 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10424         (nnml-use-compressed-files, nnml-save-mail): Support other
10425         comression programs such as bzip2.
10426
10427 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10428
10429         * dns.el (query-dns): Make sure we check the buffer size before
10430         removing tcp headers.
10431
10432 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10433
10434         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10435         remove MIME buttons associated with multipart/alternative parts.
10436         (gnus-mime-display-alternative): Tag buttons using `article-type'
10437         text property.
10438
10439         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10440         associated with multipart/alternative parts.
10441
10442         * gnus-art.el (gnus-signature-separator): Fix custom type.
10443
10444         * mm-decode.el (mm-inlined-types): Fix custom type.
10445         (mm-keep-viewer-alive-types): Ditto.
10446         (mm-automatic-display): Ditto.
10447         (mm-attachment-override-types): Ditto.
10448         (mm-inline-override-types): Ditto.
10449         (mm-automatic-external-display): Ditto.
10450
10451 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * spam-report.el (spam-report-user-mail-address)
10454         (spam-report-user-agent): New variables.
10455         (spam-report-url-ping-plain): Use spam-report-user-agent.
10456
10457 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10458
10459         * gnus-art.el (gnus-button-handle-custom): Do not just use
10460         `customize-apropos' for any "M-x customize-*" button but the
10461         function called for.  Accept both the function name and its
10462         argument in order to achieve this.
10463         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10464         function name to `gnus-button-handle-custom' in case of "M-x
10465         customize-*" buttons.
10466
10467 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10470         multipart/alternative and add xref to mm-discouraged-alternatives
10471         in doc string.
10472
10473         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10474         gnus-buttonized-mime-types in doc string.
10475
10476 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10479         Suggest image/.* in the doc string.
10480
10481 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10482
10483         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10484         message-marks (Debian bug #342521).
10485
10486 2005-12-12  Simon Josefsson  <jas@extundo.com>
10487
10488         * password.el (password-read-from-cache): Add.
10489         (password-read): Use it.
10490
10491 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10492
10493         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10494         us-ascii as a MIME charset.
10495
10496         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10497         against the case where the 2nd arg TYPE is nil.
10498
10499 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10500
10501         * pop3.el (pop3-stream-type): Fix custom version.
10502
10503         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10504
10505 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10506
10507         * mm-decode.el (mm-display-external): Add missing cdr.
10508
10509 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10510
10511         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10512         RFC1524) if it is in mailcap or add a suffix according to
10513         mailcap-mime-extensions when generating a temp filename; postpone
10514         deleting a temp file for 2 seconds for some wrappers, shell
10515         scripts, and so on, which might exit right after having started a
10516         viewer command as a background job.
10517
10518 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10519
10520         * nntp.el (nntp-marks-directory): Fix custom group.
10521
10522         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10523         steps when < 10.
10524
10525         * gnus-start.el (gnus-no-server-1): Mention
10526         `gnus-level-default-subscribed' in doc string.
10527
10528 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10529
10530         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10531         parens.
10532
10533 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-xmas.el (gnus-use-toolbar): Revert.
10536         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10537         gnus-use-toolbar is default.
10538
10539         * messagexmas.el (message-use-toolbar): Revert.
10540         (message-setup-toolbar): Use global default-toolbar if
10541         message-use-toolbar is default.
10542
10543 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10546         according to default-toolbar-visible-p.
10547
10548         * messagexmas.el (message-use-toolbar): Ditto.
10549
10550 2005-11-26  Dave Love  <fx@gnu.org>
10551
10552         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10553         (tls-program, tls-success): Provide openssl alternative.
10554
10555         * starttls.el: Doc fixes.
10556         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10557         SERVICE to PORT.
10558
10559         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10560         port null or service name.
10561         (starttls-negotiate): Autoload.
10562
10563 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10564
10565         * message.el (message-kill-to-signature): Fix interactive spec.
10566
10567 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * pop3.el (pop3-open-server): Recognize a string as a service name.
10570
10571 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10572
10573         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10574
10575 2005-11-23  Dave Love  <fx@gnu.org>
10576
10577         Add pop3s, pop3/starttls.
10578
10579         * pop3.el (pop3-authentication-scheme): Clarify doc.
10580         (open-tls-stream, starttls-open-stream): Autoload.
10581         (pop3-stream-type): New.
10582         (pop3-open-server): Use it.
10583
10584         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10585         for POP.
10586         (mail-source-keyword-map): Add :stream for POP.
10587         (mail-source-fetch-pop): Use pop3-stream-type.
10588
10589 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10592         of current-time-string.
10593
10594 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10595
10596         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10597         date header.
10598
10599 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10600
10601         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10602         it can seriously impact performance as it bypasses the agent's
10603         local caches.
10604
10605 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10606
10607         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10608         must be explicitly online rather than "not explicitly offline" for
10609         its flags to be synchronized.
10610
10611         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10612         that gnus-uu-unmark-thread will function correctly.
10613
10614         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10615         1024K is instead displayed as 1M.
10616
10617 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10620
10621 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10622
10623         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10624
10625 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10626
10627         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10628         error message to display actual error condition.
10629         (gnus-agent-save-local): Avoid saving symbols that are bound to
10630         nil as they simply result in a warning message in
10631         gnus-agent-read-local.
10632
10633 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10634
10635         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10636         rather than make-variable-buffer-local for file-precious-flag.
10637
10638 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10639
10640         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10641         for duplicates which are removed.  The invalid sort check then
10642         triggers a rescan after the sort as sorting may have moved
10643         duplicate entries such that they can be cheaply detected.
10644
10645 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10648
10649 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10650
10651         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10652         internal variable to a custom variable.  Changed default value
10653         from compressed(2) to uncompressed(1).
10654         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10655         support for uncompressed agentview files.  Taken together, reading
10656         the agentview file should now be 6-7 times faster.
10657
10658 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10659
10660         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10661         as a buffer-local variable.  This avoids creating truncated
10662         dribble files as a result of a hang up, eg.
10663
10664 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10665
10666         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10667         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10668         XEmacs.
10669
10670 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * gnus-start.el (gnus-start-draft-setup): Enforce
10673         `gnus-draft-mode' for nndraft:drafts at startup.
10674
10675         * gnus.el (gnus-splash): Change custom group.
10676         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10677         allow-list argument.
10678
10679         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10680         string.
10681
10682 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10683
10684         * gnus-art.el (gnus-default-article-saver): Add user-defined
10685         `function' to custom type.
10686
10687 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10688
10689         * imap.el (imap-open): Handle case where buffer is a buffer
10690         object.
10691
10692 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10693
10694         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10695         long lines.
10696         (gnus-cache-delete-group): Wrap doc strings.
10697
10698         * gnus-agent.el (gnus-agent-rename-group)
10699         (gnus-agent-delete-group): Wrap doc strings.
10700
10701 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10702
10703         * messagexmas.el (message-use-toolbar): Change the valid values
10704         into default, top, bottom, left, and right.
10705         (message-toolbar-thickness): New variable.
10706         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10707         well.
10708         (message-setup-toolbar): Make it work.
10709
10710         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10711         (gnus-use-toolbar): Change the valid values into default, top,
10712         bottom, left, and right.
10713         (gnus-toolbar-thickness): New variable.
10714         (gnus-xmas-setup-toolbar): New function.
10715         (gnus-xmas-setup-group-toolbar): Use it.
10716         (gnus-xmas-setup-summary-toolbar): Use it.
10717
10718 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * gnus-start.el (gnus-1): Add "native" to
10721         gnus-predefined-server-alist.
10722
10723         * gnus.el (gnus-method-to-server): Don't add "native" to the
10724         lists here, because that leads to problems when
10725         gnus-select-method is bound.
10726
10727 2005-11-09  Simon Josefsson  <jas@extundo.com>
10728
10729         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10730         use (not sort-by-date) instead.
10731
10732 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10733
10734         * gnus-delay.el (gnus-delay-group): Don't autoload.
10735         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10736         to be re-loaded when customizing the `gnus-delay' group.
10737
10738 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10739
10740         * message.el: Revert last changes.
10741         (message-insert-citation-line): Use newlines.
10742
10743 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10744
10745         * message.el (message-courtesy-message)
10746         (message-mark-insert-begin, message-mark-insert-end)
10747         (message-elide-ellipsis, message-cancel-message)
10748         (message-add-header, message-change-subject)
10749         (message-cross-post-followup-to-header)
10750         (message-cross-post-insert-note, message-reduce-to-to-cc)
10751         (message-widen-reply, message-delete-not-region)
10752         (message-kill-to-signature, message-insert-signature)
10753         (message-insert-importance-high, message-insert-importance-low)
10754         (message-insert-or-toggle-importance)
10755         (message-insert-disposition-notification-to)
10756         (message-indent-citation, message-yank-original)
10757         (message-cite-original-without-signature, message-cite-original)
10758         (message-insert-citation-line, message-position-on-field)
10759         (message-fix-before-sending, message-send-mail-partially)
10760         (message-send-mail, message-send-mail-with-sendmail)
10761         (message-send-mail-with-qmail, message-send-news)
10762         (message-check-news-header-syntax, message-generate-headers)
10763         (message-insert-courtesy-copy, message-fill-address)
10764         (message-fill-header, message-shorten-references)
10765         (message-setup-1, message-cancel-news)
10766         (message-forward-make-body-plain, message-forward-make-body-mime)
10767         (message-forward-make-body-mml, message-encode-message-body)
10768         (message-forward-make-body-digest-plain)
10769         (message-forward-make-body-digest-mime)
10770         (message-use-alternative-email-as-from): Insert `hard-newline'
10771         instead of ordinary newlines.
10772
10773 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * message.el (message-generate-headers): Downcase the argument
10776         given to message-check-element.
10777
10778 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10779
10780         * nntp.el (nntp-authinfo-rejected): New error condition.
10781         (nntp-wait-for): Use new error condition to signal authentication
10782         error.
10783         (nntp-retrieve-data): Rethrow new error condition to break out of
10784         recursive call to nntp-send-authinfo.
10785
10786 2005-11-08  Romain Francoise  <romain@orebokech.com>
10787
10788         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10789         (gnus-summary-exit-map): Bind to `Z p'.
10790         (gnus-summary-make-menu-bar): Add menu item.
10791
10792 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10793
10794         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10795         (gnus-treat-*): Add `first' in all doc strings.
10796
10797         * gnus-group.el (gnus-group-compact-group): Fix typo.
10798
10799 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10800
10801         * gnus.el (gnus-parameters-case-fold-search): New variable.
10802         (gnus-parameters-get-parameter): Use it.
10803
10804         * gnus-score.el (gnus-home-score-file): Doc fix.
10805
10806 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10807
10808         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10809
10810 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * mm-util.el (mm-special-display-p): New function.
10813
10814         * mml.el (mml-preview): Use it; doc fix.
10815
10816 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10817
10818         * imap.el (imap-open): Handle case where buffer is a buffer object.
10819
10820 2005-10-29  Romain Francoise  <romain@orebokech.com>
10821
10822         * message.el (message-fix-before-sending): Fix comment.
10823
10824 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10825
10826         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10827
10828 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10829
10830         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10831         Used in gnus-score.el.
10832
10833 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10836
10837 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10838
10839         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10840         whitespace removed in revision 7.8.  Use concatenated string to
10841         protect trailing whitespace.
10842
10843 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10844
10845         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10846         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10847         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10848         Courier IMAP ("some version from 2004").  Mostly based on similar
10849         code in the same function.
10850
10851 2005-10-26  Didier Verna  <didier@xemacs.org>
10852
10853         * gnus-group.el (gnus-group-compact-group): Invalidate original
10854         article buffer.
10855         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10856         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10857         NOV database and in article itself.
10858         Invalidate article backlog.
10859
10860 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10861
10862         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10863
10864 2005-10-26  Simon Josefsson  <jas@extundo.com>
10865
10866         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10867         part of 2004-07-25 change.
10868
10869 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10870
10871         * message.el (message-display-completion-list): New function.
10872         (message-expand-group): Use it; make sure the Completions buffer
10873         is modifiable.
10874 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10875
10876         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10877         user-mail-name is an empty string.
10878
10879 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10880
10881         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10882         depending on gnus-score-decay-constant.
10883
10884         * encrypt.el (encrypt-insert-file-contents)
10885         (encrypt-write-file-contents): Don't use `gnus-message'.
10886
10887         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10888         arguments.
10889         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10890         arguments to mm-uu-verbatim-marks-extract.
10891         (mm-uu-hide-markers): New variable.
10892         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10893
10894         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10895         (gnus-convert-image-to-face-command): Use "convert" by default to
10896         allow other input image formats.
10897         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10898         accordingly.
10899
10900 2005-10-23  Simon Josefsson  <jas@extundo.com>
10901
10902         * imap.el (imap-gssapi-program): Align command line parameters
10903         with latest GNU SASL.
10904         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10905
10906 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10907
10908         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10909         HTML.
10910         (nnslashdot-request-article): Ditto.
10911
10912         * lpath.el (featurep): Add nobreak-char-display.
10913
10914 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10915
10916         * mail-source.el (mail-source-fetch-pop): Require pop3.
10917         (mail-source-check-pop): Ditto.
10918
10919 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10920
10921         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10922         errors.
10923
10924 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10927         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10928
10929         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10930
10931         * mm-bodies.el (mm-decode-string): Call
10932         `mm-charset-to-coding-system' with allow-override argument.
10933
10934 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10935
10936         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10937         (rfc2047-charset-to-coding-system): New function.
10938         (rfc2047-decode-encoded-words): New function.
10939         (rfc2047-decode-region): Use them.
10940         (rfc2047-decode-cte): Remove.
10941         (rfc2047-parse-and-decode): Remove.
10942         (rfc2047-decode): Remove.
10943
10944 2005-10-15  Kenichi Handa  <handa@m17n.org>
10945
10946         * rfc2047.el (rfc2047-decode-cte): New function.
10947         (rfc2047-decode-region): Change the way to decode successive
10948         encoded-words: decode B- or Q-encoding in each encoded-word,
10949         concatenate them, and decode it as charset.
10950
10951 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * lpath.el: Fbind codepage-setup for XEmacs.
10954
10955 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10956
10957         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10958         widget-move-and-invoke.
10959         (gnus-custom-mode): Use gnus-custom-map.
10960
10961 2005-10-15  Bill Wohler  <wohler@newt.com>
10962
10963         * message.el (message-tool-bar-map): Renamed image file from
10964         mail_send to mail/send.
10965
10966 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10967
10968         * message.el (message-expand-group): Pass the common
10969         prefix substring of completion to `display-completion-list'.
10970
10971 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * mml-sec.el (mml-secure-method): New internal variable.
10974         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10975         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10976         functions using mml-secure-method.
10977
10978         * mml.el (mml-mode-map): Add key bindings for those functions.
10979         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10980         Harder <harder@myrealbox.com>.
10981         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10982         end of message if point is the headers of the message.
10983
10984         * message.el (message-in-body-p): New function.
10985
10986         * assistant.el: Autoload gnus-util and netrc.
10987
10988         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10989         Use `mm-charset-override-alist' only when decoding.
10990
10991         * mm-bodies.el (mm-decode-body): Call
10992         `mm-charset-to-coding-system' with allow-override argument.
10993
10994         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10995         `filename' from Content-Disposition if Content-Type doesn't
10996         provide `name'.
10997         (gnus-mime-view-part-as-type): Set default instead of
10998         initial-input.
10999
11000 2005-10-09  Daniel Brockman  <daniel@brockman.se>
11001
11002         * format-spec.el (format-spec): Propagate text properties of % spec.
11003
11004 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11005
11006         * gnus-art.el (gnus-treat-predicate): Add `first'.
11007
11008 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11009
11010         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11011         (mm-charset-override-alist): New variable.
11012         (mm-charset-to-coding-system): Use it.
11013         (mm-codepage-setup): New helper function.
11014         (mm-charset-eval-alist): New variable.
11015         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11016         about unknown charsets.
11017
11018         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11019
11020 2005-10-04  David Hansen  <david.hansen@gmx.net>
11021
11022         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11023         (nnrss-check-group): Ditto.
11024
11025 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11028         Rename x-gnus-verbatim to x-verbatim.
11029         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11030
11031         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11032         x-verbatim.
11033
11034         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11035
11036         * gnus-util.el (gnus-remove-duplicates): Remove.
11037
11038         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11039         instead of gnus-remove-duplicates.
11040
11041         * message.el (message-remove-duplicates): Remove.
11042         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11043         message-remove-duplicates.
11044
11045         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11046         available, else use implementation from `delete-dups'.
11047
11048         * message.el (message-insert-expires): New function.
11049         (message-mode-map): Add key binding.
11050         (message-mode-field-menu): Add menu entry.
11051         (message-mode): Document it.
11052         (message-make-expires-date): Use `message-make-date'.
11053
11054 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11055
11056         * message.el (message-make-expires-date): New function.
11057
11058 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11059
11060         * Makefile.in (list-installed-shadows): New entry.
11061         (install): Use it.
11062         (remove-installed-shadows): New entry.
11063
11064         * dgnushack.el (dgnushack-default-load-path): New variable.
11065         (dgnushack-find-lisp-shadows): New function.
11066         (dgnushack-remove-lisp-shadows): New function.
11067
11068 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * Makefile.in (install-el-elc): New entry.
11071         (install): Use it so that .el files are necessarily installed.
11072
11073 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11074
11075         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11076
11077 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11078
11079         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11080         function rather than the diff-mode.el package.
11081         (mm-display-external): Use with-current-buffer.
11082         (mm-viewer-completion-map, mm-viewer-completion-map):
11083         Move initialization inside declaration.
11084
11085 2005-09-29  Simon Josefsson  <jas@extundo.com>
11086
11087         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11088         autoload mail-check-payment.
11089         (spam-check-hashcash): Define unconditionally, since hashcash.el
11090         is part of Gnus now.  Ignore errors from payment checking.
11091
11092 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11093
11094         * message.el (message-bold-region, message-unbold-region): Rename
11095         from `bold-region' and `unbold-region'.
11096
11097         * message.el: Remove useless autoloads.
11098
11099 2005-09-28  Simon Josefsson  <jas@extundo.com>
11100
11101         * message.el (message-use-idna): Default to t.
11102         (message-use-idna): Test whether encoding works too.  Doc fix.
11103
11104 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * nntp.el (nntp-warn-about-losing-connection): Remove.
11107
11108 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11109
11110         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11111         customizable.  Change default value.
11112         (mm-uu-diff-groups-regexp): Change default value.
11113         (mm-uu-type-alist): Add doc string.
11114         (mm-uu-configure): Add doc string.  Make it interactive.
11115         (mm-uu-tex-groups-regexp): New variable.
11116         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11117         (mm-uu-type-alist): Add LaTeX documents.
11118         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11119         of "text/verbatim".
11120         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11121
11122         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11123         instead of "text/verbatim".
11124
11125         * message.el (message-mark-inserted-region)
11126         (message-mark-insert-file): Use slrn style marks when called with
11127         prefix argument.
11128
11129 2005-09-27  Simon Josefsson  <jas@extundo.com>
11130
11131         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11132
11133 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11134
11135         * message.el (message-remove-duplicates): New function.
11136         Implementation borrowed from `gnus-remove-duplicates'.
11137         (message-idna-to-ascii-rhs): Also encode idna addresses in
11138         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11139         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11140         only ask about the same idna domain once per header and also tell
11141         in what header to replace the idna domain.
11142
11143         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11144         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11145         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11146         a header is decoded and not just the last one.
11147
11148 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11149
11150         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11151         has been decoded.
11152
11153         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11154         (mm-insert-part): Don't modify text if it has been decoded.
11155
11156         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11157         decoded.
11158
11159         * mm-view.el (mm-inline-text): Don't strip text props unless
11160         decoding enriched or richtext parts.
11161
11162 2005-09-25  Romain Francoise  <romain@orebokech.com>
11163
11164         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11165         * gnus-start.el (gnus-subscribe-interactively):
11166         * gnus-uu.el (gnus-uu-grab-articles):
11167         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11168         space.
11169
11170 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11171
11172         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11173         * mm-view.el (mm-view-pkcs7-decrypt):
11174         * gnus-sum.el (gnus-summary-limit-to-extra)
11175         (gnus-summary-respool-article, gnus-read-move-group-name):
11176         * gnus-score.el (gnus-summary-increase-score):
11177         * gnus-util.el (gnus-completing-read-with-default):
11178         * gnus-art.el (gnus-read-save-file-name)
11179         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11180         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11181         * message.el (message-check-news-header-syntax):
11182         Follow convention for reading with the minibuffer.
11183
11184 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * spam-report.el (spam-report-url-ping-plain):
11187         Use gnus-extended-version as User-Agent.
11188
11189         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11190         default value is nil.
11191
11192         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11193         (mm-uu-verbatim-marks-extract): New function.
11194         (mm-uu-extract): New face.
11195         (mm-uu-copy-to-buffer): Use it.
11196
11197         * spam-report.el (spam-report-gmane-ham): Renamed from
11198         `spam-report-gmane-unspam'.
11199         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11200         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11201
11202         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11203         Autoload.
11204         (spam-report-gmane-unregister-routine): Renamed
11205         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11206
11207 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11208
11209         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11210         (spam-report-gmane-unregister-routine): Add support for gmane
11211         unregistration.
11212
11213         * spam-report.el (spam-report-gmane-unspam)
11214         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11215         (spam-report-gmane): Change to take a single article and do unspam
11216         registration.
11217
11218 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11219
11220         * mm-url.el (mm-url-decode-entities): Fix regexp.
11221
11222 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11223
11224         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11225         default to nil, to be able to use Gnus at all.  If the default
11226         switches to something else, then the function should be fixed not
11227         be exceedingly slow.
11228
11229 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11230
11231         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11232         fail hard.
11233
11234         * spam-report.el: Add better Keywords line.
11235
11236         * spam.el: Add Maintainer and better Keywords line.
11237
11238 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus-art.el (gnus-article-replace-part)
11241         (gnus-mime-replace-part): New functions.
11242         (gnus-mime-action-alist, gnus-mime-button-commands)
11243         (gnus-mime-save-part-and-strip): Added file argument.
11244         (gnus-article-part-wrapper): Added interactive argument.
11245
11246         * gnus-sum.el (gnus-summary-mime-map): Add
11247         `gnus-article-replace-part'.
11248
11249 2005-09-19  Didier Verna  <didier@xemacs.org>
11250
11251         The nnml compaction feature:
11252         * nnml.el (nnml-request-compact-group): New function.
11253         * nnml.el (nnml-request-compact): New function.
11254         * gnus-int.el (gnus-request-compact-group): New function.
11255         * gnus-int.el (gnus-request-compact): New function.
11256         * gnus-group.el (gnus-group-compact-group): New function.
11257         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11258         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11259         * gnus-srvr.el (gnus-server-compact-server): New function.
11260         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11261         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11262
11263 2005-09-18  Deepak Goel  <deego@gnufans.org>
11264
11265         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11266         format spec.
11267
11268 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11271
11272 2005-09-15  Romain Francoise  <romain@orebokech.com>
11273
11274         * message.el (message-fill-paragraph): Clarify docstring.
11275
11276 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * gnus-art.el (gnus-mime-display-part): Protect against broken
11279         MIME messages.
11280
11281 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11284         before parsing header.
11285
11286 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11287
11288         * html2text.el (html2text-replace-list): Add new entities.
11289
11290 2005-09-11  Romain Francoise  <romain@orebokech.com>
11291
11292         * message.el (message-alternative-emails): Improve docstring.
11293         (message-setup-1): Call `message-use-alternative-email-as-from'
11294         after `message-setup-hook' to give it precedence over posting
11295         styles, etc.
11296         (message-use-alternative-email-as-from): Add docstring.  Remove
11297         the original From header if present.
11298
11299         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11300         (nnml-save-mail): Use it.
11301
11302         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11303         articles.  Add new argument `silent'.
11304         (gnus-uu-mark-all): Report the total number of marked articles.
11305
11306 2005-09-10  Romain Francoise  <romain@orebokech.com>
11307
11308         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11309         (gnus-uu-mark-series): Likewise.
11310
11311 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11312
11313         * spam-report.el (spam-report-gmane): Fix generation of spam
11314         report URL.
11315
11316 2005-09-10  Simon Josefsson  <jas@extundo.com>
11317
11318         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11319         t, based on discussion on the ding list with Robert Epprecht
11320         <epprecht@solnet.ch>.
11321
11322 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * spam-report.el (spam-report-gmane): Make it work without
11325         X-Report-Spam header.  Gmane now only provides Archived-At.
11326         This is only used if `spam-report-gmane-use-article-number' is nil.
11327         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11328
11329         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11330         make `gnus-summary-sort-by-recipient' work with threading.
11331
11332         * nnweb.el (nnweb-google-wash-article): Print a message if article
11333         is not available.
11334
11335 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11336
11337         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11338         change.  Decode text/* parts content before displaying.
11339
11340 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11343
11344 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11345
11346         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11347
11348         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11349         url-package-name, url-package-version,
11350         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11351         w3m-display-inline-images, and w3m-minor-mode-map.
11352
11353 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * message.el (message-tab-body-function): Fix mismatched custom type.
11356
11357         * gnus.el (gnus-group-change-level-function): Ditto.
11358
11359         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11360
11361         * gnus-art.el (gnus-signature-limit)
11362         (gnus-article-mime-part-function): Ditto.
11363
11364 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * mml.el (mml-mode): Silence the byte compiler.
11367
11368         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11369         using `(sit-for 0)' before moving the point to the specified part;
11370         skip unbuttonized parts.
11371         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11372         return to the summary window if gnus-auto-select-part is non-nil.
11373
11374 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11375
11376         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11377         variables.
11378         (mml-dnd-attach-file, mml-mode): Use them.
11379
11380         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11381         Make fetching article by MID work again for Google Groups.  Added
11382         FIXME concerning gnus-group-make-web-group.
11383
11384         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11385         Don't depend on Gnus by using mail-extract-address-components if
11386         gnus-extract-address-components is not bound.
11387
11388 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11389
11390         * gnus-art.el (gnus-mime-display-security): Don't display the
11391         signature, but only the signed part.
11392
11393 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11394
11395         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11396
11397         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11398         list, not listp.
11399
11400 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11401
11402         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11403         when encoding.
11404
11405         * mm-bodies.el (mm-decode-content-transfer-encoding):
11406         De-canonicalize CRLF for all text content types, not just
11407         text/plain.
11408
11409 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11412         valid article; point arrow and cursor at the MIME button.
11413
11414 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11417         Suggested by Dan Christensen <jdc@uwo.ca>.
11418
11419         * mm-decode.el (mm-save-part): Enable change of prompt.
11420
11421 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11422
11423         * gnus-msg.el (gnus-inews-add-send-actions): Made
11424         `message-post-method' lambda parameter ARG `&optional'.
11425
11426 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11427
11428         * gnus-sum.el (gnus-summary-mime-map): Added
11429         gnus-article-save-part-and-strip, gnus-article-delete-part and
11430         gnus-article-jump-to-part.
11431
11432         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11433         (gnus-article-edit-part): Use it.
11434         (gnus-article-part-wrapper): Added no-handle argument.
11435         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11436         functions.
11437
11438 2005-08-29  Romain Francoise  <romain@orebokech.com>
11439
11440         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11441         docstring.
11442         (gnus-face-from-file): Likewise.
11443
11444 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11445
11446         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11447         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11448         non-nil.
11449         (gnus-auto-select-part): New variable.
11450         (gnus-article-jump-to-part): New function.
11451         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11452         (gnus-mime-delete-part): Allow selecting specified part after
11453         deleting or stripping parts.
11454         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11455         part if argument is bogus.
11456
11457 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11458
11459         * gnus-art.el (w3m-minor-mode-map):
11460         * gnus-spec.el (gnus-newsrc-file-version):
11461         * gnus-util.el (nnmail-active-file-coding-system)
11462         (gnus-original-article-buffer, gnus-user-agent):
11463         * gnus.el (gnus-ham-process-destinations)
11464         (gnus-parameter-ham-marks-alist)
11465         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11466         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11467         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11468         * mm-decode.el (gnus-current-window-configuration):
11469         * mm-extern.el (gnus-article-mime-handles):
11470         * mm-url.el (url-current-object, url-package-name)
11471         (url-package-version):
11472         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11473         (smime-keys, w3m-cid-retrieve-function-alist)
11474         (w3m-current-buffer, w3m-display-inline-images)
11475         (w3m-minor-mode-map):
11476         * mml-smime.el (gnus-extract-address-components):
11477         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11478         (gnus-newsrc-hashtb, message-default-charset)
11479         (message-deletable-headers, message-options)
11480         (message-posting-charset, message-required-mail-headers)
11481         (message-required-news-headers):
11482         * mml1991.el (mc-pgp-always-sign):
11483         * mml2015.el (mc-pgp-always-sign):
11484         * nnheader.el (nnmail-extra-headers):
11485         * rfc1843.el (gnus-decode-encoded-word-function)
11486         (gnus-decode-header-function, gnus-newsgroup-name):
11487         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11488
11489 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11490
11491         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11492         the end of the date treatments.
11493
11494 2005-08-15  Simon Josefsson  <jas@extundo.com>
11495
11496         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11497         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11498         Capello and Romain Francoise.
11499         (pgg-fetch-key-function): Removed, not used?
11500         (pgg-insert-url-with-w3): Require url, to get
11501         url-insert-file-contents regardless of where it is defined.
11502
11503 2005-08-13  Romain Francoise  <romain@orebokech.com>
11504
11505         * message.el (message-cite-original-1): New function.
11506         (message-cite-original): Use it.
11507         (message-cite-original-without-signature): Ditto.
11508
11509 2005-08-08  Romain Francoise  <romain@orebokech.com>
11510
11511         * message.el (message-yank-empty-prefix): New variable.
11512         (message-indent-citation): Use it.
11513         (message-cite-original-without-signature): Respect X-No-Archive.
11514
11515 2005-08-08  Simon Josefsson  <jas@extundo.com>
11516
11517         * pgg.el: Autoload url-insert-file-contents instead of loading
11518         w3/url.
11519         (pgg-insert-url-with-w3): Don't load url here.
11520
11521 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11522
11523         * message.el (message-kill-to-signature): Don't insert newline at
11524         bol.
11525         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11526
11527 2005-08-06  Romain Francoise  <romain@orebokech.com>
11528
11529         * message.el (message-user-fqdn): Fix typo in docstring.
11530
11531 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11532
11533         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11534
11535         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11536
11537 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11538
11539         * mm-bodies.el (mm-encode-body): Use coding system rather than
11540         charset to encode text.
11541
11542         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11543         number of charsets if utf-8 is available (XEmacs).
11544
11545 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11548         taken from `gnus-button-mid-or-mail-regexp'.
11549         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11550         (gnus-button-alist): Improve regexp for domain part of the MIDs
11551         for news:localpart@domain buttons.
11552         (gnus-button-ctan-directory-regexp): Update.
11553
11554 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11555
11556         * sieve-manage.el (sieve-manage-interactive-login): Use
11557         make-local-variable rather than make-variable-buffer-local.
11558         (sieve-manage-open): Ditto.
11559         (sieve-manage-authenticate): Ditto.
11560
11561         * mml.el (mml-generate-mime-1): Make the content type default to
11562         text/plain if the filename is not specified.
11563
11564 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11567         instead of insert-buffer.
11568
11569         * message.el (message-yank-original): Ditto; set the mark at the
11570         end of the yanked message.
11571
11572 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11575         lines to scroll rather than to stop it.
11576
11577         * mml.el (mml-generate-default-type): Add doc string.
11578         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11579         default to application/octet-stream when determining the content
11580         type if it is not specified for the part or the mml contents; add
11581         a comment about mml-generate-default-type.
11582
11583 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11586         make it default to application/octet-stream when determining the
11587         content type if it is not specified for the external contents.
11588
11589 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11592         segmented parameter but also other parameters might be there.
11593
11594 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * mm-decode.el (mm-display-external): Delete temp file, directory
11597         and buffer immediately if the external process is exited.
11598
11599 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11602         fewer lines than that of scroll-margin.
11603         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11604
11605 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11606
11607         * gnus-art.el (gnus-article-next-page): Revert.
11608         (gnus-article-beginning-of-window): New macro.
11609         (gnus-article-next-page-1): Use it.
11610         (gnus-article-prev-page): Ditto.
11611         (gnus-article-edit-part): Use insert-buffer-substring instead of
11612         insert-buffer.
11613         (gnus-article-edit-exit): Ditto.
11614
11615         * gnus-util.el (gnus-beginning-of-window): Remove.
11616         (gnus-end-of-window): Remove.
11617
11618         * lpath.el: Don't bind header-line-format and scroll-margin.
11619
11620 2005-07-25  Simon Josefsson  <jas@extundo.com>
11621
11622         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11623         to have the url package without w3.  Reported by Daiki Ueno
11624         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11625
11626 2005-07-20  Didier Verna  <didier@xemacs.org>
11627
11628         * gnus-diary.el: Remove the description comment (nndiary is now
11629         properly documented in the Gnus manual).
11630         Fix the spelling of "Back End".
11631         * nndiary.el: Ditto.
11632         Fix the copyright notice.
11633
11634 2005-07-18  Romain Francoise  <romain@orebokech.com>
11635
11636         * gnus-sum.el (gnus-summary-to-prefix)
11637         (gnus-summary-newsgroup-prefix): New variables.
11638         (gnus-summary-from-or-to-or-newsgroups): Use them.
11639
11640 2005-07-17  Romain Francoise  <romain@orebokech.com>
11641
11642         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11643         space as it's generally not especially interesting to the user.
11644
11645 2005-07-16  Romain Francoise  <romain@orebokech.com>
11646
11647         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11648         nil to avoid prompting and file modification if one of the
11649         messages at the top of the nnfolder file contains a copyright
11650         notice.
11651         Update copyright notice.
11652
11653         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11654         instead of `current-time-string' as the latter creates a time
11655         string that is not RFC 2822 compliant (it lacks the zone).
11656         Update copyright notice.
11657
11658 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11659
11660         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11661         for text/rtf.  Display default in prompt.  Pass default for M-n.
11662
11663         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11664
11665 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11666
11667         * gnus-msg.el (gnus-button-mailto): Remove
11668         save-selected-window-window hackery because it relies on
11669         save-selected-window internals.
11670
11671 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11674         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11675         (gnus-article-prev-page): Ditto.
11676
11677         * gnus-util.el (gnus-beginning-of-window): New function.
11678         (gnus-end-of-window): New function.
11679
11680         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11681
11682 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11683
11684         * gnus-score.el (gnus-score-edit-all-score): Set
11685         gnus-score-edit-exit-function to gnus-score-edit-done and call
11686         gnus-message.
11687
11688 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11689
11690         * gnus-msg.el (gnus-button-mailto): Remove
11691         save-selected-window-window hackery because it relies on
11692         save-selected-window internals.
11693
11694 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11697         add-minor-mode.
11698         (gnus-binary-mode): Ditto.
11699
11700         * gnus-topic.el (gnus-topic-mode): Ditto.
11701
11702 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11703
11704         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11705         (gnus-article-prev-page): Take scroll-margin into consideration.
11706
11707 2005-07-04  Lute Kamstra  <lute@gnu.org>
11708
11709         Update FSF's address in GPL notices.
11710
11711 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11712
11713         * gnus.el (gnus-exit):
11714         * gnus-group.el (gnus-group-icons):
11715         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11716
11717         * gnus-nocem.el (gnus-nocem):
11718         * message.el (message-various, message-buffers, message-sending)
11719         (message-interface, message-forwarding, message-insertion)
11720         (message-headers, message-news, message-mail):
11721         * pgg-gpg.el (pgg-gpg):
11722         * pgg-parse.el (pgg-parse):
11723         * pgg-pgp.el (pgg-pgp):
11724         * pgg-pgp5.el (pgg-pgp5):
11725         * pop3.el (pop3): Finish `defgroup' description with period.
11726
11727 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-art.el (article-display-face): Improve the efficiency.
11730         (article-display-x-face): Ditto; remove grey x-face stuff.
11731
11732 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * gnus-art.el (article-display-face): Correct the position in
11735         which Faces are inserted.
11736
11737 2005-06-29  Didier Verna  <didier@xemacs.org>
11738
11739         * gnus-art.el (article-display-face): Display faces in correct
11740         order.
11741
11742 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11743
11744         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11745         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11746         (gnus-nocem-check-article): Fetch the Type header.
11747         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11748         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11749         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11750         make sure gnus-nocem-hashtb is initialized.
11751         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11752         (gnus-nocem-unwanted-article-p): Ditto.
11753
11754         * pgg.el (pgg-verify): Return the verification result.
11755
11756 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11757
11758         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11759         is ascii.
11760
11761 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11762
11763         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11764         `show-nonbreak-escape'.
11765
11766 2005-06-23  Lute Kamstra  <lute@gnu.org>
11767
11768         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11769
11770         * dig.el (dig-mode):
11771         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11772
11773 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11774
11775         * nnimap.el (nnimap-split-download-body): Fix spellings.
11776
11777 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11778
11779         * gnus-art.el (gnus-article-encrypt-body):
11780         * gnus-cus.el (gnus-score-customize):
11781         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11782         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11783
11784 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11785
11786         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11787         header by looking for magic "MII" at the beginnig.
11788
11789 2005-06-16  Miles Bader  <miles@gnu.org>
11790
11791         * gnus-xmas.el (gnus-xmas-group-startup-message):
11792         Use renamed gnus-splash face.
11793
11794         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11795         (assistant-field-face): New backward-compatibility alias for renamed
11796         face.
11797         (assistant-render-text): Use renamed assistant-field face.
11798
11799         * spam.el (spam): Remove "-face" suffix from face name.
11800         (spam-face): New backward-compatibility alias for renamed face.
11801         (spam-face, spam-initialize): Use renamed spam face.
11802
11803         * message.el (message-header-to, message-header-cc)
11804         (message-header-subject, message-header-newsgroups)
11805         (message-header-other, message-header-name)
11806         (message-header-xheader, message-separator, message-cited-text)
11807         (message-mml): Remove "-face" suffix from face names.
11808         (message-header-to-face, message-header-cc-face)
11809         (message-header-subject-face, message-header-newsgroups-face)
11810         (message-header-other-face, message-header-name-face)
11811         (message-header-xheader-face, message-separator-face)
11812         (message-cited-text-face, message-mml-face):
11813         New backward-compatibility aliases for renamed faces.
11814         (message-font-lock-keywords): Use renamed message faces.
11815
11816         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11817         (sieve-test-commands, sieve-tagged-arguments):
11818         Remove "-face" suffix from face names.
11819         (sieve-control-commands-face, sieve-action-commands-face)
11820         (sieve-test-commands-face, sieve-tagged-arguments-face):
11821         New backward-compatibility aliases for renamed faces.
11822         (sieve-control-commands-face, sieve-action-commands-face)
11823         (sieve-test-commands-face, sieve-tagged-arguments-face):
11824         Use renamed sieve faces.
11825
11826         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11827         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11828         (gnus-group-news-3-empty, gnus-group-news-4)
11829         (gnus-group-news-4-empty, gnus-group-news-5)
11830         (gnus-group-news-5-empty, gnus-group-news-6)
11831         (gnus-group-news-6-empty, gnus-group-news-low)
11832         (gnus-group-news-low-empty, gnus-group-mail-1)
11833         (gnus-group-mail-1-empty, gnus-group-mail-2)
11834         (gnus-group-mail-2-empty, gnus-group-mail-3)
11835         (gnus-group-mail-3-empty, gnus-group-mail-low)
11836         (gnus-group-mail-low-empty, gnus-summary-selected)
11837         (gnus-summary-cancelled, gnus-summary-high-ticked)
11838         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11839         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11840         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11841         (gnus-summary-low-undownloaded)
11842         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11843         (gnus-summary-low-unread, gnus-summary-normal-unread)
11844         (gnus-summary-high-read, gnus-summary-low-read)
11845         (gnus-summary-normal-read, gnus-splash):
11846         Remove "-face" suffix from face names.
11847         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11848         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11849         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11850         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11851         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11852         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11853         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11854         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11855         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11856         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11857         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11858         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11859         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11860         (gnus-summary-normal-ticked-face)
11861         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11862         (gnus-summary-normal-ancient-face)
11863         (gnus-summary-high-undownloaded-face)
11864         (gnus-summary-low-undownloaded-face)
11865         (gnus-summary-normal-undownloaded-face)
11866         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11867         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11868         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11869         (gnus-splash-face):
11870         New backward-compatibility aliases for renamed faces.
11871         (gnus-group-startup-message): Use renamed gnus faces.
11872
11873         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11874         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11875         (gnus-server-agent): Remove "-face" suffix from face names.
11876         (gnus-server-agent-face, gnus-server-opened-face)
11877         (gnus-server-closed-face, gnus-server-denied-face)
11878         (gnus-server-offline-face):
11879         New backward-compatibility aliases for renamed faces.
11880         (gnus-server-agent-face, gnus-server-opened-face)
11881         (gnus-server-closed-face, gnus-server-denied-face)
11882         (gnus-server-offline-face): Use renamed gnus faces.
11883
11884         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11885         Remove "-face" suffix from face names.
11886         (gnus-picon-xbm-face, gnus-picon-face):
11887         New backward-compatibility aliases for renamed faces.
11888
11889         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11890         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11891         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11892         (gnus-cite-11): Remove "-face" suffix from face names.
11893         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11894         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11895         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11896         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11897         New backward-compatibility aliases for renamed faces.
11898         (gnus-cite-attribution-face, gnus-cite-face-list)
11899         (gnus-article-boring-faces): Use renamed gnus faces.
11900
11901         * gnus-art.el (gnus-signature, gnus-header-from)
11902         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11903         (gnus-header-content): Remove "-face" suffix from face names.
11904         (gnus-signature-face, gnus-header-from-face)
11905         (gnus-header-subject-face, gnus-header-newsgroups-face)
11906         (gnus-header-name-face, gnus-header-content-face):
11907         New backward-compatibility aliases for renamed faces.
11908         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11909
11910         * gnus-sum.el (gnus-summary-selected-face)
11911         (gnus-summary-highlight): Use renamed gnus faces.
11912         * gnus-group.el (gnus-group-highlight): Likewise.
11913
11914 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11915
11916         * gnus-sieve.el (gnus-sieve-article-add-rule):
11917         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11918         * spam-stat.el (spam-stat-buffer-change-to-spam)
11919         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11920
11921         * message.el (message-is-yours-p):
11922         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11923
11924 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * mm-view.el (mm-inline-text): Withdraw the last change.
11927
11928 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11931         executing enriched-decode.
11932
11933 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11934
11935         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11936         charset of tar files.
11937
11938 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11939
11940         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11941
11942 2005-06-04  Lute Kamstra  <lute@gnu.org>
11943
11944         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11945         information is never recorded.
11946
11947 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11948
11949         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11950
11951 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * pop3.el (pop3-apop): Run md5 in the binary mode.
11954
11955         * starttls.el (starttls-set-process-query-on-exit-flag):
11956         Use eval-and-compile.
11957
11958 2005-05-31  Simon Josefsson  <jas@extundo.com>
11959
11960         * smime.el (smime-replace-in-string): Define.
11961         (smime-cert-by-ldap-1): Use it.
11962
11963 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11964
11965         * gnus-art.el (article-display-x-face): Replace
11966         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11967
11968         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11969         set-process-query-on-exit-flag or process-kill-without-query.
11970
11971         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11972         loop instead of replace-regexp.
11973
11974         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11975         instead of process-kill-without-query if it is available.
11976
11977         * lpath.el: Fbind ldap-search-entries.
11978
11979         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11980         instead of find-file-hooks if it is available.
11981
11982         * mml1991.el: Bind pgg-default-user-id when compiling.
11983
11984         * mml2015.el: Bind pgg-default-user-id when compiling.
11985
11986         * nndraft.el (nndraft-request-associate-buffer):
11987         Use write-contents-functions instead of write-contents-hooks if it is
11988         available.
11989
11990         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11991         instead of find-file-hooks if it is available.
11992
11993         * nntp.el (nntp-open-connection): Replace
11994         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11995         (nntp-open-ssl-stream): Ditto.
11996         (nntp-open-tls-stream): Ditto.
11997
11998         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11999         set-process-query-on-exit-flag or process-kill-without-query.
12000         (starttls-open-stream-gnutls): Use it instead of
12001         process-kill-without-query.
12002         (starttls-open-stream): Ditto.
12003
12004 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12005
12006         * smime.el (smime-cert-by-ldap-1): Don't use
12007         replace-regexp-in-string.
12008
12009 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12010
12011         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12012
12013         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12014         in PEM format.  Adjust to the XEmacs compability.
12015
12016 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12017
12018         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12019         by `string-to-number'.
12020         * gnus-agent.el (gnus-agent-regenerate-group)
12021         (gnus-agent-fetch-articles): Ditto.
12022         * gnus-art.el (gnus-button-fetch-group): Ditto.
12023         * gnus-cache.el (gnus-cache-generate-active)
12024         (gnus-cache-articles-in-group): Ditto.
12025         * gnus-group.el (gnus-group-set-current-level)
12026         (gnus-group-insert-group-line): Ditto.
12027         * gnus-score.el (gnus-score-set-expunge-below)
12028         (gnus-score-set-mark-below, gnus-summary-score-effect)
12029         (gnus-summary-score-entry): Ditto.
12030         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12031         (gnus-soup-pack): Ditto.
12032         * gnus-spec.el (gnus-xmas-format): Ditto.
12033         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12034         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12035         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12036         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12037         * nndb.el (nndb-get-remote-expire-response): Ditto.
12038         * nndiary.el (nndiary-parse-schedule-value)
12039         (nndiary-string-to-number, nndiary-request-replace-article)
12040         (nndiary-request-article): Ditto.
12041         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12042         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12043         * nneething.el (nneething-make-head): Ditto.
12044         * nnfolder.el (nnfolder-request-article)
12045         (nnfolder-retrieve-headers): Ditto.
12046         * nnheader.el (nnheader-file-to-number): Ditto.
12047         * nnkiboze.el (nnkiboze-request-article): Ditto.
12048         * nnmail.el (nnmail-process-unix-mail-format)
12049         (nnmail-process-babyl-mail-format): Ditto.
12050         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12051         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12052         (nnmh-request-create-group, nnmh-request-list-1)
12053         (nnmh-request-group, nnmh-request-article): Ditto.
12054         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12055         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12056         * nnsoup.el (nnsoup-make-active): Ditto.
12057         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12058         * nntp.el (nntp-find-group-and-number)
12059         (nntp-retrieve-headers-with-xover): Ditto.
12060         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12061         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12062         (pgg-format-key-identifier): Ditto.
12063         * pop3.el (pop3-last, pop3-stat): Ditto.
12064         * qp.el (quoted-printable-decode-region): Ditto.
12065
12066         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12067         of concat.
12068
12069 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12070
12071         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12072
12073         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12074
12075         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12076
12077         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12078
12079         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12080
12081         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12082
12083         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12084         (gnus-carpal-mode): Ditto.
12085
12086         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12087         (gnus-browse-mode): Ditto.
12088
12089         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12090
12091         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12092
12093 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12094
12095         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12096
12097 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12098
12099         * gnus-util.el (gnus-run-mode-hooks): New function.
12100
12101         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12102
12103         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12104         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12105
12106 2005-05-27  Lute Kamstra  <lute@gnu.org>
12107
12108         * dns-mode.el (dns-mode): Specify customization group.
12109
12110 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12111
12112         * gnus-agent.el (gnus-agent-make-mode-line-string):
12113         Use mode-line-highlight as mouse-face.
12114
12115 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * canlock.el (canlock): Change the parent group to news.
12118
12119         * deuglify.el (gnus-outlook-deuglify): Add :group.
12120
12121         * dig.el (dig): Add :group.
12122
12123         * dns-mode.el (dns-mode): Add :group.
12124
12125         * encrypt.el (encrypt): Add :group.
12126
12127         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12128         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12129         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12130         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12131         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12132
12133         * gnus-diary.el (gnus-diary): Add :group.
12134
12135         * gnus.el (gnus-group-news-1-face): Add :group.
12136         (gnus-group-news-1-empty-face): Ditto.
12137         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12138         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12139         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12140         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12141         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12142         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12143         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12144         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12145         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12146         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12147         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12148         (gnus-summary-high-ticked-face): Ditto.
12149         (gnus-summary-low-ticked-face): Ditto.
12150         (gnus-summary-normal-ticked-face): Ditto.
12151         (gnus-summary-high-ancient-face): Ditto.
12152         (gnus-summary-low-ancient-face): Ditto.
12153         (gnus-summary-normal-ancient-face): Ditto.
12154         (gnus-summary-high-undownloaded-face): Ditto.
12155         (gnus-summary-low-undownloaded-face): Ditto.
12156         (gnus-summary-normal-undownloaded-face): Ditto.
12157         (gnus-summary-high-unread-face): Ditto.
12158         (gnus-summary-low-unread-face): Ditto.
12159         (gnus-summary-normal-unread-face): Ditto.
12160         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12161         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12162
12163         * hashcash.el (hashcash): New custom group.
12164         (hashcash-default-payment): Add :group.
12165         (hashcash-payment-alist): Ditto.
12166         (hashcash-default-accept-payment): Ditto.
12167         (hashcash-accept-resources): Ditto.
12168         (hashcash-path): Ditto.
12169         (hashcash-extra-generate-parameters): Ditto.
12170         (hashcash-double-spend-database): Ditto.
12171         (hashcash-in-news): Ditto.
12172
12173         * message.el (message-minibuffer-local-map): Add :group.
12174
12175         * netrc.el (netrc): Add :group.
12176
12177         * sieve-manage.el (sieve-manage-log): Add :group.
12178         (sieve-manage-default-user): Diito.
12179         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12180         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12181         (sieve-manage-authenticators): Ditto.
12182         (sieve-manage-authenticator-alist): Ditto.
12183         (sieve-manage-default-port): Ditto.
12184
12185         * sieve-mode.el (sieve-control-commands-face): Add :group.
12186         (sieve-action-commands-face): Ditto.
12187         (sieve-test-commands-face): Ditto.
12188         (sieve-tagged-arguments-face): Ditto.
12189
12190         * smime.el (smime): Add :group.
12191
12192         * spam-report.el (spam-report): Add :group.
12193
12194         * spam.el (spam, spam-face): Add :group.
12195
12196 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12197
12198         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12199         return \n.\n.\n at the end of articles.  Protect against that.
12200         (nntp-with-open-group): Allow debugging.
12201
12202         * nnheader.el (mail-header-set-extra): Make into a function
12203         because I just could't understand how to quote the list properly.
12204
12205         * dns.el (query-dns-cached): New function.
12206
12207 2005-05-26  Lute Kamstra  <lute@gnu.org>
12208
12209         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12210
12211 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12212
12213         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12214
12215         * gnus-art.el: Don't autoload mail-extract-address-components.
12216
12217         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12218         eval-and-compile to evaluate it.
12219
12220         * hashcash.el: Don't autoload executable-find.
12221
12222         * nndb.el: Don't declare the nndb back end two or more times; don't
12223         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12224
12225         * nntp.el: Autoload format-spec instead of format; use
12226         eval-and-compile to evaluate autoload forms.
12227
12228 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12229
12230         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12231
12232 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12233
12234         * gnus.el (gnus-version-number): Bump version.
12235
12236 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12237
12238         * gnus.el: No Gnus v0.3 is released.
12239
12240 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12241
12242         * lpath.el (featurep): Bind show-nonbreak-escape.
12243
12244 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12245
12246         * gnus-art.el (gnus-article-edit-part): Disable undo.
12247
12248 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12251         gnus-article-date-lapsed-new-header is t if date timer is active;
12252         skip headers in which the original date value is empty.
12253         (gnus-article-save-original-date): Redefine it as a macro.
12254         (gnus-display-mime): Use it.
12255
12256 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-art.el (article-date-ut): Support converting date in
12259         forwarded parts as well.
12260         (gnus-article-save-original-date): New function.
12261         (gnus-display-mime): Use it.
12262
12263 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12264
12265         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12266         enclosure element of <item>.
12267
12268 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12269
12270         * message.el (message-kill-buffer-query): Renamed from
12271         `message-kill-buffer-query-if-modified'.  Added :version.
12272
12273 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12276         window layout.
12277
12278 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12279
12280         * mml.el: Autoload dnd when compiling.
12281
12282 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12283
12284         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12285         x-dnd-*.
12286
12287 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * qp.el (quoted-printable-encode-region): Save excursion.
12290
12291 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12292
12293         * message.el (message-kill-buffer-query-if-modified): Add new variable
12294         so the user can kill a modified message buffer quickly.
12295         (message-kill-buffer): Use it.
12296
12297 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * lpath.el: Fbind display-time-event-handler; don't fbind
12300         string-to-multibyte.
12301
12302         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12303
12304 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12307         contained in text because xml.el decodes entities) with LFs.
12308
12309 2005-04-11  Lute Kamstra  <lute@gnu.org>
12310
12311         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12312         differently.
12313
12314 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12315
12316         * mm-util.el (mm-detect-coding-region): Typo.
12317
12318 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12321
12322 2005-04-06  Deepak Goel  <deego@gnufans.org>
12323
12324         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12325         user-function allow user modifications of the scores.
12326         (spam-stat-score-buffer-user): New function, to allow
12327         user-computed modifications to the score.
12328         (spam-stat-score-buffer-user-functions): List of additional
12329         scoring functions.
12330         (spam-stat-error-holder): Global temporary error holder.
12331         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12332         variable.
12333
12334 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12335
12336         * gnus-registry.el (gnus-registry-clean-empty-function)
12337         (gnus-registry-trim, gnus-registry-fetch-groups)
12338         (gnus-registry-delete-group): Groups that match
12339         `gnus-registry-ignored-groups' are removed from the registry
12340         entries, not just ignored for splitting.  This helps clean up the
12341         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12342         to get all the groups a message ID is in.
12343
12344         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12345         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12346         (spam-stat-score-buffer-user-functions): Add :number custom type.
12347
12348 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12351         argument in XEmacs.
12352
12353         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12354         (nnrss-request-group): Decode group name first.
12355         (nnrss-request-article): Make a text/plain article if mml-to-mime
12356         failed.
12357         (nnrss-get-encoding): Return a compatible encoding according to
12358         nnrss-compatible-encoding-alist.
12359         (nnrss-find-el): Use consp instead of listp.
12360         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12361
12362 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12365         which Emacs 20 doesn't support.
12366         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12367
12368 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12369
12370         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12371         silence the byte compiler inside the defun.
12372
12373         * gnus-demon.el (parse-time-string): Add autoload.
12374
12375         * gnus-delay.el (parse-time-string): Add autoload.
12376
12377         * gnus-art.el (parse-time-string): Add autoload.
12378
12379         * nnultimate.el (parse-time): Require for `parse-time-string'.
12380
12381 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12384
12385         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12386
12387         * smime.el (smime-ldap-host-list): Add :version.
12388
12389 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12390
12391         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12392         pass it to `gnus-browse-read-group'.
12393         (gnus-browse-read-group): Add NUMBER argument and pass it to
12394         `gnus-group-read-ephemeral-group'.
12395
12396         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12397         argument and pass it to `gnus-group-read-group'.
12398
12399 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12400
12401         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12402         mm-xemacs-find-mime-charset-1 if we have the mule feature
12403         available at runtime.
12404
12405 2005-03-25  Werner Lemberg  <wl@gnu.org>
12406
12407         * nnmaildir.el: Replace `illegal' with `invalid'.
12408
12409 2005-03-23  Lute Kamstra  <lute@gnu.org>
12410
12411         * time-date.el: Add comment on time value formats.
12412         Don't require parse-time.
12413         (with-decoded-time-value): New macro.
12414         (encode-time-value): New function.
12415         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12416         (days-to-time): Return a valid time value when arg is huge.
12417         (time-since): Use time-subtract.
12418         (time-to-number-of-days): Use time-to-seconds.
12419
12420 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12421
12422         * gnus-start.el (gnus-display-time-event-handler):
12423         Check display-time-timer at runtime rather than only at load time
12424         in case display-time-mode is turned off in the mean time.
12425
12426 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12427
12428         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12429         used.
12430
12431         * nneething.el (nneething-map-file-directory): Derive from
12432         `gnus-directory'.
12433
12434         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12435         the To/Cc button.
12436
12437 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * nnmaildir.el (nnmaildir-request-accept-article):
12440         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12441
12442 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12443
12444         * gnus-async.el: Require timer-funcs at compile time when in
12445         XEmacs for `run-with-idle-timer'.
12446
12447 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12448
12449         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12450         autoloaded function.
12451
12452 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12453
12454         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12455
12456 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12457
12458         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12459
12460 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12463         gnus-expert-user to default.
12464
12465 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12466
12467         * nnimap.el (nnimap-open-server): Ditto.
12468
12469         * imap.el (imap-authenticate): Fix typo.
12470
12471 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12472
12473         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12474         buffer (since IMAP server might return FETCH response out of
12475         order, and the nntp buffer must be sorted).
12476
12477 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12478
12479         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12480         comparison on string.
12481
12482         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12483         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12484         (gnus-agent-summary-fetch-series): Modified to protect against
12485         gnus-agent-summary-fetch-group clearing processable flags.
12486         (gnus-agent-synchronize-group-flags): Update live group buffer as
12487         synchronization may occur due to the user toggle the plugged
12488         status.
12489         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12490         successfully downloaded.
12491         (gnus-agent-expire-group-1): Avoid using markers when the overview
12492         is in ascending order; greatly improves performance.
12493         (gnus-agent-regenerate-group): Use
12494         gnus-agent-synchronize-group-flags to reset read status in both
12495         gnus and server.
12496         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12497
12498 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * message.el: Don't autoload former message-utils variables.
12501         (message-strip-subject-trailing-was): Change doc string.
12502
12503         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12504         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12505         (nnweb-google-search): Add "hl=en" here.
12506         (nnweb-google-parse-1, nnweb-google-create-mapping):
12507         Don't hardcode URL.
12508
12509 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12510
12511         * message.el (message-get-reply-headers, message-followup):
12512         Mention related variables `message-use-followup-to' and
12513         `message-use-mail-followup-to', in the information buffer.
12514
12515         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12516         of broken groups(-beta).google.com.
12517
12518 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12519
12520         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12521         parameter to invoked gnus-request-move-article; remove the
12522         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12523         all at once instead of once per article.
12524         (gnus-summary-remove-process-mark): Accept a list of articles as
12525         well as a single article for processing.
12526
12527         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12528         parameter.
12529
12530         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12531
12532         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12533
12534         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12535         parameter.
12536
12537         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12538         parameter.
12539
12540         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12541         parameter and remove the gnus-sum-hint-move-is-internal variable.
12542
12543         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12544         parameter.
12545
12546         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12547         parameter.
12548
12549         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12550         parameter.
12551
12552         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12553
12554         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12555         parameter.
12556
12557         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12558         parameter.
12559
12560 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12561
12562         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12563         a more conservative way.
12564
12565 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12566
12567         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12568         buffer, so it moves the window's cursor.
12569
12570 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12571
12572         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12573         `mm-dissect-multipart' and receive the from field as an (optional)
12574         argument from `mm-dissect-multipart'.
12575         (mm-dissect-multipart): Receive the from field as an argument and
12576         pass it on when we call `mm-dissect-buffer' on MIME parts.
12577         Fixes verification/decryption of signed/encrypted MIME parts.
12578
12579 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12580
12581         * gnus-sum.el (gnus-summary-move-article): Set
12582         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12583         whatever it calls (right now, only nnimap-request-move article
12584         respects it).
12585
12586         * nnimap.el (nnimap-request-move-article): When
12587         gnus-sum-hint-move-is-internal is set, don't do the extra
12588         nnimap-request-article.
12589
12590 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12591
12592         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12593
12594         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12595         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12596
12597         * gnus-sum.el (gnus-summary-caesar-message):
12598         Apply `gnus-treat-article' after rotation.
12599
12600         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12601         doc string.
12602
12603 2005-02-22  Simon Josefsson  <jas@extundo.com>
12604
12605         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12606         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12607         <arne@arnested.dk>.
12608         (encrypt): Add password-cache and password-cache-expiry as group
12609         members.
12610
12611 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12612
12613         * smime.el (smime-ldap-host-list): Doc fix.
12614         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12615         cache) password.
12616         (smime-sign-region): Use it.
12617         (smime-decrypt-region): Use it.
12618         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12619         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12620         fails.
12621         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12622         certificate from DER to PEM format rather than calling openssl.
12623
12624         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12625
12626         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12627         for signing/encryption.
12628
12629         * mml.el (mml-parse-1): Use them.
12630
12631 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12632
12633         * nnrss.el (nnrss-verbose): Removed.
12634         (nnrss-request-group): Use `nnheader-message' instead.
12635
12636 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12637
12638         * nnrss.el (nnrss-verbose): New variable.
12639         (nnrss-request-group): Make it say nnrss is requesting a group.
12640
12641 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12642
12643         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12644         Handle news URL with given port correctly.
12645
12646 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12647
12648         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12649         containing special characters.
12650
12651         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12652
12653         * mml.el (mime-to-mml): Ditto.
12654
12655         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12656         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12657         (rfc2047-decode-region): Quote decoded words containing special
12658         characters when rfc2047-quote-decoded-words-containing-tspecials
12659         is non-nil.
12660
12661 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12662
12663         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12664
12665         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12666
12667 2005-02-15  Simon Josefsson  <jas@extundo.com>
12668
12669         * nnimap.el (nnimap-debug): Doc fix.
12670
12671         * imap.el (imap-debug): Doc fix.
12672
12673 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12674
12675         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12676
12677 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12678
12679         * gnus.el (spam-contents): Improve docs for spam-contents
12680         parameter in its variable incarnation.
12681
12682 2005-02-14  Simon Josefsson  <jas@extundo.com>
12683
12684         * smime-ldap.el: Use require instead of load-library for ldap.
12685         (smime-ldap-search): Indent.
12686         (smime-ldap-search-internal): Shorten line.
12687
12688         * smime.el (smime-cert-by-dns): Add doc-string.
12689         (smime-cert-by-ldap-1): Indent.
12690
12691         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12692         mml-smime-get-dns-ldap.
12693         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12694
12695 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12696
12697         * smime.el: Require smime-ldap.
12698         (smime-ldap-host-list): New variable.
12699         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12700
12701         * mml-smime.el (mml-smime-encrypt-query): New function.
12702         (mml-smime-encrypt-query): Use it.
12703
12704         * smime-ldap.el: New file.
12705
12706 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12709
12710 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12713         argument in doc string.  Make query for type more clear.
12714
12715 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12716
12717         * gnus.el (gnus-group-startup-message): Search for gnus images in
12718         etc/images/gnus.
12719         * mm-util.el (mm-image-load-path): Likewise.
12720         * smiley.el (smiley-data-directory): Search for smilies in
12721         etc/images/smilies.
12722
12723 2005-02-09  Kim F. Storm  <storm@cua.dk>
12724
12725         Change Emacs release version from 21.4 to 22.1 throughout.
12726         Change Emacs development version from 21.3.50 to 22.0.50.
12727
12728 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12731
12732         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12733         non-Mule XEmacs as well.
12734         (mm-decompress-buffer): Signal an error intentionally if it does
12735         not decompress compressed data because auto-compression-mode is
12736         disabled.
12737
12738 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12739
12740         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12741         an ID in the registry even if it has no groups.
12742
12743 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12746         merge it into mm-decompress-buffer.
12747         (gnus-mime-copy-part): Use the MIME part charset, the value which
12748         a user specified or gnus-newsgroup-charset for decoding, like
12749         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12750         save-buffer what was used.  Suggested by Kevin Ryde
12751         <user42@zip.com.au>.
12752         (gnus-mime-inline-part): Allow the name parameter as well as the
12753         filename parameter; force decompressing of compressed data; always
12754         display contents being not decoded as unibyte.
12755
12756         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12757         as well as the filename parameter.
12758
12759         * mm-util.el (mm-decompress-buffer): Merge
12760         gnus-mime-jka-compr-maybe-uncompress.
12761         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12762         of compressed data.
12763
12764 2005-02-08  Simon Josefsson  <jas@extundo.com>
12765
12766         * imap.el (imap-log): Doc fix.
12767
12768 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12769
12770         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12771         the coding cookies; decompress compressed parts.
12772
12773         * mml.el (mml-generate-mime-1): Add the charset parameter according
12774         to the value which a user specified manually or the coding cookie.
12775
12776         * mm-util.el (mm-string-to-multibyte): New function.
12777         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12778         (mm-coding-system-to-mime-charset): New function.
12779         (mm-decompress-buffer): New function.
12780         (mm-find-buffer-file-coding-system): New function.
12781
12782         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12783         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12784         parts.
12785
12786 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12787
12788         * mm-view.el (mm-display-inline-fontify): Decode a part according
12789         to the charset parameter.
12790
12791 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12794         prefix arg is neither nil nor a number, as info specifies.
12795
12796 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12797
12798         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12799         timestamps.
12800
12801 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12802
12803         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12804         groups error checking and notify user.
12805
12806 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12807
12808         * message.el (message-send-mail-function): Check existence of
12809         sendmail-program first before using default value
12810         `message-send-mail-with-sendmail'.  Otherwise use more generic
12811         `smtpmail-send-it'.
12812
12813 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12814
12815         * nntp.el (nntp-request-update-info): Always return nil.
12816
12817 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12818
12819         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12820
12821 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12822
12823         * message.el (message-beginning-of-line): Change the behavior when
12824         invoked between BOL and : so that it first moves backward.
12825
12826 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12827
12828         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12829         article buffer when editing of the article is discarded.
12830         (gnus-article-prepare): Revert.
12831
12832 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12833
12834         * gnus-art.el (gnus-article-prepare):
12835         Remove message-strip-forbidden-properties from the local hook.
12836
12837 2005-01-27  Simon Josefsson  <jas@extundo.com>
12838
12839         * password.el (password-cache-add): Only start one timer per key.
12840         Reported by Derek Atkins <warlord@MIT.EDU>.
12841
12842 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12843
12844         * run-at-time.el: Removed.  It is no longer needed as
12845         timer-funcs.el in the xemacs-base package has a working version of
12846         `run-at-time'.
12847
12848         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12849
12850         * password.el: Require timer-funcs instead of run-at-time in
12851         XEmacs.
12852         Remove `password-run-at-time' macro.
12853         (password-cache-add): Use `run-at-time' instead of
12854         `password-run-at-time'.
12855
12856         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12857         Remove `nnheader-cancel-function-timers' alias,
12858         `cancel-function-timers' exists in XEmacs in timer-funcs.
12859
12860         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12861         for `run-with-idle-timer'.
12862
12863         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12864         for `run-at-time'.
12865
12866         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12867         for `with-timeout'.
12868
12869         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12870         the same as for XEmacs 21.4.
12871         No need to ignore `run-with-idle-timer', this function exists in
12872         XEmacs now in timer-funcs.el in the xemacs-base package.
12873         (dgnushack-compile): No need to delete
12874         run-at-time.el from the list of files to compile because it
12875         doesn't exist anymore.
12876
12877 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12880         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12881
12882 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12883
12884         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12885         sensitively.
12886
12887 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12888
12889         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12890
12891 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12894         which will be inserted according to the multibyteness of a buffer
12895         rather than the type of contents.  Suggested by ARISAWA Akihiro
12896         <ari@mbf.ocn.ne.jp>.
12897
12898         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12899         of string which old xml.el may return rather than a string.
12900
12901 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12902
12903         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12904
12905 2005-01-16  Simon Josefsson  <jas@extundo.com>
12906
12907         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12908         idn/idna.el isn't available.
12909         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12910         <michael@waxrat.com>.
12911
12912         * hashcash.el: Remove non-FSF copyright header.
12913
12914         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12915         (hashcash-generate-payment): Use it.
12916         (hashcash-generate-payment-async): Use it.
12917
12918 2005-01-15  Simon Josefsson  <jas@extundo.com>
12919
12920         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12921         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12922
12923         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12924         gnus-summary-idna-message.
12925         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12926         (gnus-summary-idna-message): New function.
12927
12928 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12929
12930         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12931         gnus-novice-user.
12932
12933 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12934
12935         * nnrss.el (nnrss-request-delete-group): Delete entries in
12936         nnrss-group-alist as well.
12937         (nnrss-save-server-data): Insert newline.
12938
12939 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * gnus.el (gnus-user-agent): Use list of symbols instead of
12942         symbols.  Display full version number for (S)XEmacs.  Optionally
12943         display (S)XEmacs codename.
12944
12945         * gnus-util.el (gnus-emacs-version): Update for new
12946         `gnus-user-agent'.
12947
12948         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12949         Gnus version.
12950
12951 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12954         which is unreadable in some setups.
12955
12956 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12957
12958         * gnus-spec.el (gnus-update-format-specifications): Flush the
12959         group format spec cache if it doesn't support decoded group names.
12960
12961 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12962
12963         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12964         Allow to apply decay on score files matching a regexp.
12965
12966 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12969         compatibility in %g and %c.
12970
12971 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12972
12973         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12974         name for only %g and %c.
12975         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12976         of gnus-tmp-group to decoded group name.
12977         (gnus-group-make-rss-group): Exclude `/'s from group names.
12978
12979 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * nnrss.el (nnrss-get-encoding): Fix regexp.
12982
12983 2004-12-27  Simon Josefsson  <jas@extundo.com>
12984
12985         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12986         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12987         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12988
12989 2004-12-17  Kim F. Storm  <storm@cua.dk>
12990
12991         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12992
12993         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12994
12995 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12996
12997         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12998
12999 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * nnrss.el: Require rfc2047 and mml.
13002         (nnrss-file-coding-system): New variable.
13003         (nnrss-format-string): Redefine it as an inline function.
13004         (nnrss-decode-group-name): New function.
13005         (nnrss-string-as-multibyte): Remove.
13006         (nnrss-retrieve-headers): Decode group name; don't use
13007         nnrss-format-string.
13008         (nnrss-request-group): Decode group name.
13009         (nnrss-request-article): Decode group name; allow a Message-ID as
13010         well as an article number; don't use nnrss-format-string; encode a
13011         Message-ID string which may contain non-ASCII characters; use
13012         mml-to-mime to compose a MIME article.
13013         (nnrss-request-expire-articles): Decode group name.
13014         (nnrss-request-delete-group): Decode group name.
13015         (nnrss-fetch): Clarify error message.
13016         (nnrss-read-server-data): Use insert-file-contents instead of load;
13017         bind file-name-coding-system; use multibyte buffer.
13018         (nnrss-save-server-data): Bind coding-system-for-write to the
13019         value of nnrss-file-coding-system; bind file-name-coding-system;
13020         add coding cookie.
13021         (nnrss-read-group-data): Use insert-file-contents instead of load;
13022         bind file-name-coding-system; use multibyte buffer.
13023         (nnrss-save-group-data): Bind coding-system-for-write to the
13024         value of nnrss-file-coding-system; bind file-name-coding-system.
13025         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13026         make it work with non-ASCII text.
13027         (nnrss-find-el): Make it work with old xml.el as well.
13028
13029 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13030
13031         * nnrss.el (nnrss-get-encoding): New function.
13032         (nnrss-fetch): Use unibyte buffer initially; bind
13033         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13034         decode contents according to the encoding attribute.
13035         (nnrss-save-group-data): Add coding cookie.
13036         (nnrss-mime-encode-string): New function.
13037         (nnrss-check-group): Use it to encode subject and author.
13038
13039 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13040
13041         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13042         imaginary variable.
13043
13044 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13047         correctly even if there are wide characters.
13048
13049 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13050
13051         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13052         downcased symbol names; make a new cache instead of reusing
13053         bbdb-hashtable.
13054
13055 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13058         concatenating segments rather than before concatenating them.
13059         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13060
13061         * message.el (message-get-reply-headers): Bind `extra'.
13062
13063 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13064
13065         * message.el (message-extra-wide-headers): New variable.
13066         (message-get-reply-headers): Use it.
13067
13068 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13069
13070         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13071         (gnus-agent-group-pathname): Ditto.
13072
13073         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13074
13075         * gnus-group.el (gnus-group-make-group): Decode group name.
13076         (gnus-group-make-rss-group): Register the group data after opening
13077         the nnrss group.
13078
13079 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13080
13081         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13082         by expiry now get marked as read.
13083
13084 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13087
13088 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13089
13090         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13091         unify Latin characters in XEmacs.
13092         (mm-find-mime-charset-region): Use it.
13093
13094 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13095
13096         * gnus-util.el (gnus-delete-directory): New function.
13097
13098         * gnus-agent.el (gnus-agent-delete-group): Use it.
13099
13100         * gnus-cache.el (gnus-cache-delete-group): Use it.
13101
13102 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13103
13104         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13105         names.
13106
13107 2004-12-16  Simon Josefsson  <jas@extundo.com>
13108
13109         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13110
13111 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13114
13115         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13116         (gnus-group-set-current-level): Decode group name.
13117
13118 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13119
13120         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13121         failed.
13122
13123 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13124
13125         * gnus-group.el (gnus-group-delete-group): Decode group name.
13126         (gnus-group-make-rss-group): Encode group name.
13127         (gnus-group-catchup-current): Decode group name.
13128         (gnus-group-kill-group): Decode group name.
13129
13130 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13131
13132         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13133
13134 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * gnus-group.el (gnus-group-make-rss-group):
13137         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13138
13139         * gnus-start.el (gnus-setup-news): Honor user's setting to
13140         gnus-message-archive-method.  Suggested by Lute Kamstra
13141         <lute@gnu.org>.
13142
13143 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13144
13145         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13146         global counterparts of the buffer-local variables.
13147
13148 2004-11-16  Romain Francoise  <romain@orebokech.com>
13149
13150         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13151         counterparts of the buffer-local variables.
13152
13153 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * message.el (message-forbidden-properties): Fixed typo in doc
13156         string.
13157
13158 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * gnus-util.el (gnus-replace-in-string): Added doc string.
13161
13162         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13163         to avoid problems when splitting mails with many recipients.
13164
13165 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13166
13167         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13168         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13169
13170 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13171
13172         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13173         if there is no hashtable in memory or file modification time is
13174         newer than cached timestamp.
13175
13176 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13177
13178         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13179         not-matching option.
13180
13181 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13184         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13185         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13186         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13187         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13188         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13189
13190 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13191
13192         * message.el (message-forward-make-body-mml): Remove headers
13193         according to message-forward-ignored-headers if a message is decoded.
13194
13195 2004-12-02  Romain Francoise  <romain@orebokech.com>
13196
13197         * message.el (message-forward-make-body-plain): Always remove
13198         headers according to message-forward-ignored-headers.
13199
13200 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13201
13202         * spam.el (spam-summary-prepare-exit): Remove the
13203         gnus-summary-limit pop for now, it has problems with ham marks for
13204         me.
13205
13206 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13207
13208         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13209         correctly.
13210
13211 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13212
13213         * format-spec.el (format-spec): Message the char.
13214
13215 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13216
13217         * gnus-art.el (gnus-split-methods): Reformat comments.
13218
13219         * spam.el (spam-summary-prepare-exit): Remove article limits
13220         before exiting the summary buffer.
13221
13222 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13225         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13226
13227         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13228         order to silence the byte compiler.
13229
13230         * spam.el: Fix the way to silence the byte compiler, which
13231         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13232         bbdb-search-simple, spam-BBDB-register-routine,
13233         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13234         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13235         spam-stat-buffer-is-spam, spam-stat-load,
13236         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13237         spam-stat-save and spam-stat-split-fancy.
13238
13239 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13240
13241         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13242         which may confuse users.
13243         (canlock-password-for-verify): Ditto.
13244
13245         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13246
13247         * gnus-art.el (gnus-emphasis-alist): Ditto.
13248
13249         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13250
13251         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13252
13253         * gnus-start.el (gnus-save-killed-list): Ditto.
13254
13255         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13256         (gnus-sum-thread-tree-root): Ditto.
13257         (gnus-sum-thread-tree-false-root): Ditto.
13258         (gnus-sum-thread-tree-single-indent): Ditto.
13259
13260         * message.el (message-courtesy-message): Ditto.
13261         (message-archive-note): Ditto.
13262         (message-subscribed-address-file): Ditto.
13263         (message-user-fqdn): Ditto.
13264
13265         * spam-report.el (spam-report-gmane-regex): Ditto.
13266
13267         * spam.el (spam-blackhole-good-server-regex): Ditto.
13268
13269 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13270
13271         * mml.el (mml-preview): Widen the message buffer before copying
13272         the contents to the preview buffer; sort headers before previewing.
13273
13274         * message.el (message-hidden-headers): Fix the way to avoid a bug
13275         in the `repeat' widget in Emacs 21.3 or earlier.
13276
13277 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13278
13279         * message.el (message-hidden-headers): Default to "^References:".
13280         Improve customization type.  Suggested by Reiner Steib
13281         <Reiner.Steib@gmx.de>.
13282
13283 2004-11-25  Romain Francoise  <romain@orebokech.com>
13284
13285         * message.el (message-strip-forbidden-properties): Remove check for
13286         obsolete `message-hidden' text property, hidden headers are not
13287         accessible in the buffer anymore.
13288
13289 2004-11-22  Romain Francoise  <romain@orebokech.com>
13290
13291         * message.el (message-header-format-alist): Add `From' in list
13292         so that it can be sorted.
13293         (message-fix-before-sending): Widen and sort headers before
13294         sending.
13295         (message-hide-headers): Use narrowing to hide headers by moving
13296         them to the top of the buffer and narrowing to the region
13297         underneath.
13298
13299 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13300
13301         * message.el (message-strip-forbidden-properties): Bind
13302         buffer-read-only (etc) to nil.
13303
13304 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13305
13306         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13307         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13308
13309 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13310
13311         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13312
13313 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13314
13315         * dns.el (query-dns): Use sit-for to time instead of
13316         accept-process-output, since that doesn't seem to work on udp
13317         sockets.
13318
13319 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13322
13323 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13324
13325         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13326         doc string.  Improve doc string.
13327
13328 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * nntp.el (nntp-request-update-info): Return nil if
13331         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13332         may not call gnus-activate-group which uselessly issues the GROUP
13333         commands for all nntp groups and wastes time.  Reported by Romain
13334         Francoise <romain@orebokech.com>.
13335
13336         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13337
13338 2004-11-15  Simon Josefsson  <jas@extundo.com>
13339
13340         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13341         headers separately.
13342         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13343         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13344
13345 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13346
13347         * gnus-start.el (gnus-convert-old-newsrc):
13348         Assign legacy-gnus-agent to 5.10.7.
13349
13350 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13351
13352         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13353         start of the lines.
13354
13355 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13356
13357         * hashcash.el (hashcash-default-payment): Change default to 20.
13358         (hashcash-default-accept-payment): Change default to 20.
13359         (hashcash-process-alist): New variable.
13360         (hashcash-generate-payment-async): Add.
13361         (hashcash-already-paid-p): Add.
13362         (hashcash-insert-payment): Don't generate payments twice.
13363         (hashcash-insert-payment-async): Add.
13364         (hashcash-insert-payment-async-2): Add.
13365         (hashcash-cancel-async): Add.
13366         (hashcash-wait-async): Add.
13367         (hashcash-processes-running-p): Add.
13368         (hashcash-wait-or-cancel): Add.
13369         (mail-add-payment): New optional argument.  Conditionally start
13370         asynchronous calculation.
13371         (mail-add-payment-async): Add.
13372
13373         * message.el (message-send-mail): Wait for asynchronous hashcash
13374         results.  Don't clobber existing X-Hashcash headers.
13375         (message-setup-1): Call mail-add-payment-async when
13376         message-generate-hashcash is non-nil.
13377
13378 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13379
13380         * message.el (message-use-alternative-email-as-from): Examine the
13381         From header as well; use message-make-from in order to include a
13382         user's full name.
13383
13384 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13385
13386         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13387         default; improve customization type.
13388         (gnus-emphasis-custom-with-format): New macro.
13389         (gnus-emphasis-custom-value-to-external): New function.
13390         (gnus-emphasis-custom-value-to-internal): New function.
13391
13392 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13393
13394         * dns.el (query-dns): Resolve reverse addresses.
13395
13396 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13397
13398         * gnus-group.el (gnus-group-get-new-news): Use it.
13399
13400         * gnus-start.el (gnus-check-reasonable-setup): New function.
13401
13402 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13405         "Args out of range" error.  Reported by Arnaud Giersch
13406         <arnaud.giersch@free.fr>.
13407
13408 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13409
13410         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13411
13412 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13413
13414         * spam.el (spam group): Add :version.
13415
13416         * pgg-def.el (pgg group): Add :version.
13417
13418 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * gnus-art.el (gnus-article-edit-article): Don't associate the
13421         article buffer with a draft file.  This is a temporary measure
13422         against the 2004-08-22 change to gnus-article-edit-mode.
13423
13424 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13425
13426         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13427         (html2text-format-tags): Remove unused variable `attr'.
13428
13429 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13430
13431         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13432
13433         * tls.el (tls-process-connection-type, tls-success)
13434         (tls-certtool-program): Add :version.
13435
13436         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13437         (starttls-extra-arguments, starttls-process-connection-type)
13438         (starttls-connect, starttls-failure, starttls-success): Add :version.
13439
13440         * spam-stat.el (spam-stat): Add :version.
13441
13442         * sieve.el (sieve): Add :version.
13443
13444         * sha1.el (sha1): Add :version.
13445         (sha1-use-external): Remove redundant version.
13446
13447         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13448         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13449         (nnmail-split-fancy-match-partial-words)
13450         (nnmail-split-lowercase-expanded): Add :version.
13451
13452         * nndiary.el (nndiary): Add :version.
13453
13454         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13455
13456         * mml-sec.el (mml-default-sign-method)
13457         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13458         Add :version.
13459
13460         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13461
13462         * mm-url.el (mm-url-use-external, mm-url-program)
13463         (mm-url-arguments): Add :version.
13464
13465         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13466         (mm-attachment-file-modes, mm-decrypt-option)
13467         (mm-w3m-safe-url-regexp): Add :version.
13468
13469         * message.el (message-cite-prefix-regexp)
13470         (message-sendmail-envelope-from, message-minibuffer-local-map)
13471         (message-user-fqdn, message-completion-alist): Add :version.
13472
13473         * gnus-win.el (gnus-configure-windows-hook)
13474         (gnus-use-frames-on-any-display): Add :version.
13475
13476         * gnus-art.el (gnus-article-address-banner-alist)
13477         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13478         (gnus-treat-from-picon, gnus-treat-mail-picon)
13479         (gnus-treat-x-pgp-sig): Add :version.
13480
13481         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13482         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13483         (gnus-summary-article-delete-hook)
13484         (gnus-summary-display-while-building): Add :version.
13485
13486         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13487         (gnus-get-top-new-news-hook): Add :version.
13488
13489         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13490         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13491
13492         * gnus-registry.el (gnus-registry): Add :version.
13493
13494         * gnus-spec.el (gnus-use-correct-string-widths)
13495         (gnus-make-format-preserve-properties): Add :version.
13496
13497         * gnus.el (gnus-group-charter-alist)
13498         (gnus-group-fetch-control-use-browse-url)
13499         (gnus-install-group-spam-parameters): Add :version.
13500
13501         * gnus-diary.el (gnus-diary): Add :version.
13502
13503         * gnus-delay.el (gnus-delay): Add :version.
13504
13505         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13506         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13507         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13508         Add :version.
13509
13510         * gnus-agent.el (gnus-agent-max-fetch-size)
13511         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13512         (gnus-agent-prompt-send-queue): Add :version.
13513
13514         * deuglify.el (gnus-outlook-deuglify): Add :version.
13515
13516         * html2text.el: Beautify code.  Improve doc strings.  Some
13517         checkdoc cleanup.
13518         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13519
13520 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13521
13522         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13523
13524 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13525
13526         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13527         when package is loaded.
13528
13529         * spam.el (spam-summary-score-preferred-header): Add global preference
13530         for people who want to override the default SpamAssassin over
13531         Bogofilter preference (when both are set).
13532         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13533         (spam-user-format-function-S): Check
13534         spam-summary-score-preferred-header.
13535         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13536         (spam-user-format-function-S): Format the score correctly.
13537
13538 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13541         signature file.  Suggested by Manoj Srivastava
13542         <srivasta@golden-gryphon.com>.
13543
13544         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13545         iso-2022-jp even in the Japanese language environment.
13546         Suggested by Jason Rumney <jasonr@gnu.org>.
13547
13548 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13551         use the same characters as the dummy marks; make it free from
13552         getting affected by the language environment.
13553         (gnus-summary-read-group-1): Update mark positions only when the
13554         format spec is updated.
13555
13556         * gnus-spec.el (gnus-update-format-specifications): Return a list
13557         of updated types.
13558
13559 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13560
13561         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13562         of boundp to check if display-warning is available.
13563
13564 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13565
13566         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13567
13568 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13569
13570         * nnspool.el (nnspool-spool-directory): Use news-path if the
13571         news-directory variable is not bound.
13572
13573         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13574         function instead of display-warning if it is not available.
13575
13576 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13577
13578         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13579         v5-10: Use `point-at-bol'.
13580
13581 2004-10-26  Simon Josefsson  <jas@extundo.com>
13582
13583         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13584         <chenggao@gmail.com>.
13585
13586 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13587
13588         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13589         instead.
13590
13591 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13592
13593         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13594         to remove a server from the nnimap-server-buffer-alist.
13595         (nnimap-open-connection, nnimap-close-server): Use it.
13596
13597         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13598
13599 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13602         running the major-mode function.
13603
13604 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13605
13606         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13607         dummy marks in the right way.
13608
13609 2004-10-18  David Edmondson  <dme@dme.org>
13610
13611         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13612         excessively.
13613
13614 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13615
13616         * gnus-util.el (gnus-split-references): Accept a nil references
13617         string and go on blissfully.
13618
13619         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13620         cases where the references string is non-nil but has no references.
13621
13622         * encrypt.el: Add autoload tags.
13623
13624         * spam.el (spam-resolve-registrations-routine): Remove article
13625         from unregistration list too.  Reported by David Hanak
13626         <dhanak@isis.vanderbilt.edu>
13627
13628 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13631         nil.  Changed custom type.
13632
13633 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13634
13635         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13636
13637         * gnus-sum.el (gnus-summary-move-article): Use it.
13638
13639 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13640
13641         * encrypt.el: Add autoload cookies.
13642
13643         * spam.el (spam-backend-article-list-property)
13644         (spam-backend-get-article-todo-list)
13645         (spam-backend-put-article-todo-list)
13646         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13647         Resolve registrations separately.
13648         (spam-register-routine): Format comments.
13649         (spam-unregister-routine, spam-register-routine): Always call with
13650         specific-articles, no default list.
13651         (spam-summary-prepare-exit): Use the spam-classifications function.
13652
13653         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13654         gnus-encrypt.el.
13655
13656         * encrypt.el: Copied from gnus-encrypt.el.
13657
13658         * gnus-encrypt.el: Commented that it's obsolete.
13659
13660 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13661
13662         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13663         (gnus-score-save): Use it.
13664
13665         * message.el (message-bury): Use `window-dedicated-p'.
13666
13667 2004-10-15  Simon Josefsson  <jas@extundo.com>
13668
13669         * pop3.el (top-level): Don't require nnheader.
13670         (pop3-read-timeout): Add.
13671         (pop3-accept-process-output): Add.
13672         (pop3-read-response, pop3-retr): Use it.
13673
13674 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13675
13676         * spam.el (spam-register-routine): Move comment.
13677         (spam-verify-bogofilter): Use 'unknown for the initial
13678         spam-bogofilter-valid state, not 'never.
13679
13680         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13681         for netrc-machine.
13682
13683         * nnimap.el (nnimap-open-connection): Use
13684         netrc-machine-user-or-password.
13685
13686 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13687
13688         * gnus-registry.el (gnus-registry-unload-hook):
13689         Set as a variable with add-hook.
13690
13691         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13692         of news-path.
13693
13694         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13695
13696         * spam.el: Delete duplicate `provide'.
13697         (spam-unload-hook): Set as a variable with add-hook.
13698
13699 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13700
13701         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13702         in the doc string.
13703
13704         * message.el (message-ignored-news-headers)
13705         (message-ignored-supersedes-headers)
13706         (message-ignored-resent-headers)
13707         (message-forward-ignored-headers): Improve custom type.
13708
13709 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * message.el (message-tokenize-header): Fix 2004-09-06 change
13712         which used point-min in the wrong place.
13713
13714 2004-10-12  Simon Josefsson  <jas@extundo.com>
13715
13716         * tls.el (tls-certtool-program): New variable.
13717         (tls-certificate-information): New function, based on
13718         ssl-certificate-information.
13719
13720 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13721
13722         * compface.el: Move the version of ELisp-based uncompface program
13723         to the contrib directory because of the copyright problem.
13724
13725 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13726
13727         * message.el (message-kill-buffer): Raise the current frame.
13728
13729 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13730
13731         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13732
13733         * gnus.el (message-y-or-n-p): Autoload.
13734
13735         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13736         (pop3-password-required, pop3-authentication-scheme)
13737         (pop3-leave-mail-on-server): Made customizable.
13738         (pop3): New custom group.
13739         (pop3-retr): Remove `sleep-for' statements.
13740         Suggested by Dave Love <fx@gnu.org>.
13741
13742         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13743         Windows/DOS.
13744
13745         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13746         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13747         Dave Love <fx@gnu.org>.
13748
13749         * mml.el (mml-minibuffer-read-disposition): Require match.
13750         Suggested by Dave Love <fx@gnu.org>.
13751
13752 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13755         doc string.
13756
13757 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13758
13759         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13760
13761 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13762
13763         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13764         instead of calling `mm-insert-inline', to decode text/* parts
13765         before displaying them.
13766
13767 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13768
13769         * mm-uu.el (mm-uu-text-plain-type): New variable.
13770         (mm-uu-pgp-signed-extract-1): Use it.
13771         (mm-uu-pgp-encrypted-extract-1): Use it.
13772         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13773         bind mm-uu-text-plain-type with that value.
13774         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13775         mm-uu-dissect.
13776
13777 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13778
13779         * gnus-group.el (gnus-update-group-mark-positions):
13780         * gnus-sum.el (gnus-update-summary-mark-positions):
13781         * message.el (message-check-news-body-syntax):
13782         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13783         of string-as-multibyte.
13784
13785 2004-10-05  Juri Linkov  <juri@jurta.org>
13786
13787         * gnus-group.el (gnus-update-group-mark-positions):
13788         * gnus-sum.el (gnus-update-summary-mark-positions):
13789         * message.el (message-check-news-body-syntax):
13790         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13791         8-bit unibyte values to a multibyte string for search functions.
13792
13793 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13794
13795         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13796         (mm-uu-dissect-text-parts): New function.
13797
13798         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13799         dissect text parts.
13800
13801         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13802         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13803
13804         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13805
13806         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13807         gnus-current-topics instead of gnus-current-topic.
13808
13809 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13810
13811         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13812
13813 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13814
13815         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13816         where approriate.
13817
13818         * nnml.el (nnml-generate-active-info): do.
13819
13820         * nndiary.el (nndiary-generate-active-info): do.
13821
13822         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13823         (gnus-topic-move): do.
13824
13825         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13826         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13827
13828         * gnus-srvr.el (gnus-server-prepare)
13829         (gnus-server-open-all-servers): do.
13830
13831         * gnus-msg.el (gnus-summary-cancel-article)
13832         (gnus-summary-resend-message)
13833         (gnus-summary-mail-crosspost-complaint): do.
13834
13835         * gnus-move.el (gnus-change-server): do.
13836
13837         * gnus-group.el (gnus-group-unmark-all-groups)
13838         (gnus-group-set-current-level): do.
13839
13840 2004-10-04  Simon Josefsson  <jas@extundo.com>
13841
13842         * message.el (message-generate-hashcash): Doc fix.
13843
13844 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13845
13846         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13847         avoid infinite recursion via gnus-get-function.
13848
13849 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13850
13851         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13852
13853         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13854
13855         * nnmail.el (nnmail-split-history): do.
13856
13857         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13858         (nnml-request-delete-group): do.
13859
13860         * nnslashdot.el (nnslashdot-read-groups): do.
13861
13862         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13863         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13864
13865         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13866         (nnspool-sift-nov-with-sed): Use last.
13867         (nnspool-retrieve-headers-with-nov): Use mapc.
13868         (nnspool-request-newgroups): Use dolist.
13869         (nnspool-request-group): Use last.
13870
13871         * nntp.el (nntp-read-server-type): Use dolist.
13872
13873         * nnvirtual.el (nnvirtual-create-mapping)
13874         (nnvirtual-update-read-and-marked): Use dolist.
13875         (nnvirtual-convert-headers): Simplify.
13876
13877 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13878
13879         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13880         support for sync'ing tick marks.
13881
13882 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13883
13884         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13885         there's no visible header.
13886
13887 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13888
13889         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13890         necessary, pass full group name to gnus-request-set-marks.
13891
13892 2004-10-01  Simon Josefsson  <jas@extundo.com>
13893
13894         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13895         acroread.
13896
13897 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13898
13899         * spam-report.el (spam-report-gmane): Fix interactive.
13900
13901         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13902
13903         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13904         when writing file.
13905         (gnus-agent-synchronize-flags): Don't default to being
13906         interactive.
13907
13908 2004-09-30  Simon Josefsson  <jas@extundo.com>
13909
13910         * message.el (message-generate-hashcash): Add.
13911         (message-send-mail): Use it, call mail-add-payment.
13912
13913 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13914
13915         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13916
13917 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13918
13919         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13920         gnus-requst-update-info with explicit code to sync the in-memory
13921         info read flags with the marks being sync'd to the backend.
13922
13923         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13924
13925 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13926
13927         * spam.el (spam-verify-bogofilter): Add new function.
13928         (spam-check-bogofilter)
13929         (spam-bogofilter-register-with-bogofilter): Use it.
13930         (spam-verify-bogofilter): Add small fixes.
13931
13932 2004-09-28  Simon Josefsson  <jas@extundo.com>
13933
13934         * hashcash.el (hashcash-generate-payment): Revert.
13935
13936 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13939         gnus-extract-references instead of gnus-split-references.
13940
13941         * gnus-util.el (gnus-extract-references): Add new function, analogous
13942         to gnus-split-references but extracts only the message-ID without
13943         anything extra.
13944
13945         * hashcash.el (hashcash-generate-payment)
13946         (hashcash-check-payment): Do the right thing if hashcash-path is
13947         nil (because the hashcash program could not be found).
13948
13949         * spam.el (spam-use-hashcash): Remove comment.
13950
13951 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13952
13953         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13954         (gnus-cache-enter-article, gnus-cache-remove-article)
13955         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13956
13957         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13958
13959         * gnus-art.el (article-hide-boring-headers)
13960         (article-translate-strings, article-display-face)
13961         (gnus-article-mime-match-handle-first)
13962         (gnus-article-highlight-headers)
13963         (gnus-article-add-buttons-to-head): do.
13964
13965 2004-09-27  Simon Josefsson  <jas@extundo.com>
13966
13967         * hashcash.el: New version, from
13968         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13969         ../contrib/.
13970
13971 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13972
13973         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13974
13975 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13976
13977         * gnus-dup.el (gnus-dup-open): Use mapc.
13978         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13979
13980         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13981         Reported by Stefan Wiens <s.wi@gmx.net>.
13982
13983         * gnus.el (gnus-shutdown): Use dolist.
13984
13985         * gnus-undo.el (gnus-undo): Use mapc.
13986
13987         * nnrss.el (nnrss-generate-active): do.
13988
13989         * message.el (message-cite-original-without-signature)
13990         (message-cite-original): Use mapc.
13991         (message-do-actions, message-make-forward-subject): Use dolist.
13992
13993 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13994
13995         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13996         deletion to remove entire duplicate line.  Fixes merged article
13997         number bug.
13998
13999 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
14000
14001         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
14002         servers that are offline.  Avoids having gnus-agent-toggle-plugged
14003         first ask if you want to open a server and then, even when you
14004         responded with no, asking if you want to synchronize the server's
14005         flags.
14006         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14007         multi-line expressions.
14008         (gnus-agent-synchronize-group-flags): New internal function.
14009         Updates marks in memory (in the info structure) AND in the
14010         backend.
14011
14012         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14013
14014         * nnagent.el (nnagent-request-set-mark): Use
14015         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14016         method, to ensure that synchronization updates marks in the
14017         backend and in the info (in memory) structure.
14018
14019 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14020
14021         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14022         convention fully; don't miss the root article of a thread; make
14023         the X-Draft-From header with correct article numbers.
14024
14025 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14026
14027         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14028         unless plugged.  Disable the agent so that an open failure causes
14029         an error.
14030
14031         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14032         Reverted 2004-09-21 change.  The backend must be opened while
14033         synchronizing flags even when the backend stores the flags
14034         locally.
14035
14036 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14037
14038         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14039         in `header' match.  Reported by Svend Tollak Munkejord.
14040
14041         * message.el (message-cite-original): Fix use of
14042         `message-cite-articles-with-x-no-archive'.
14043
14044 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14047         (gnus-window-to-buffer): Ditto.
14048
14049         * mml.el (mml-preview-buffer): New variable.
14050         (mml-preview): Manage window layout with gnus-buffer-configuration.
14051
14052         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14053         X-Draft-From header even if those articles aren't quoted.
14054
14055 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14056
14057         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14058         (gnus-request-set-mark, gnus-request-update-mark): Use new
14059         g-s-t-u-l-m to decide to use backend even when unplugged.
14060
14061 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14064         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14065
14066 2004-09-20  Simon Josefsson  <jas@extundo.com>
14067
14068         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14069         "utf-16-le".
14070
14071 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14072
14073         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14074
14075 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14076
14077         * uudecode.el (uudecode-use-external): Add :version.
14078
14079         * smime.el (smime-CA-file, smime-encrypt-cipher)
14080         (smime-dns-server): Add :version.
14081
14082         * smiley.el (gnus-smiley-file-types): Add :version.
14083
14084         * sha1.el (sha1-use-external): Add :version.
14085
14086         * pgg-def.el (pgg-query-keyserver): Add :version.
14087
14088         * nnmail.el (nnmail-fancy-expiry-targets)
14089         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14090         Add :version.
14091
14092         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14093         (nnimap-retrieve-groups-asynchronous): Add :version.
14094         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14095
14096         * mml.el (mml-content-disposition-parameters)
14097         (mml-insert-mime-headers-always): Add :version.
14098
14099         * mm-util.el (mm-coding-system-priorities): Add :version.
14100
14101         * mm-decode.el (mm-inline-text-html-with-images)
14102         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14103         (mm-verify-option): Add :version.
14104         (mm-text-html-renderer): Change :version.
14105
14106         * message.el (message-fcc-externalize-attachments)
14107         (message-required-headers, message-draft-headers)
14108         (message-subject-trailing-was-query)
14109         (message-subject-trailing-was-ask-regexp)
14110         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14111         (message-mark-insert-end, message-archive-header)
14112         (message-archive-note, message-cross-post-default)
14113         (message-cross-post-note, message-followup-to-note)
14114         (message-cross-post-note-function, message-use-mail-followup-to)
14115         (message-subscribed-address-functions)
14116         (message-subscribed-address-file, message-subscribed-addresses)
14117         (message-subscribed-regexps, message-allow-no-recipients)
14118         (message-yank-cited-prefix, message-signature-insert-empty-line)
14119         (message-hidden-headers, message-hierarchical-addresses)
14120         (message-mail-user-agent, message-use-idna)
14121         (message-valid-fqdn-regexp)
14122         (message-strip-special-text-properties, message-header-synonyms)
14123         (message-beginning-of-line, message-tab-body-function): Add :version.
14124         (message-insert-canlock, message-wide-reply-confirm-recipients):
14125         Change :version.
14126
14127         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14128         and :version.
14129         (mail-source-delete-old-incoming-confirm)
14130         (mail-source-movemail-program): Add :version.
14131
14132         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14133         (gnus-agent-cache, gnus-agent): Change :version.
14134
14135         * gnus-util.el (gnus-use-byte-compile): Change :version.
14136
14137         * gnus-sum.el (gnus-summary-make-false-root-always)
14138         (gnus-summary-default-high-score)
14139         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14140         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14141         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14142         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14143         (gnus-sum-thread-tree-single-indent)
14144         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14145         (gnus-sum-thread-tree-leaf-with-other)
14146         (gnus-sum-thread-tree-single-leaf): Add :version.
14147         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14148         (gnus-article-loose-mime): Change :version.
14149
14150         * gnus-start.el (gnus-backup-startup-file)
14151         (gnus-save-startup-file-via-temp-buffer): Add :version.
14152
14153         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14154         (gnus-server-offline-face): Add :version.
14155
14156         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14157
14158         * gnus-msg.el (gnus-gcc-externalize-attachments)
14159         (gnus-debug-files, gnus-debug-exclude-variables)
14160         (gnus-discouraged-post-methods): Change :version.
14161         (gnus-confirm-mail-reply-to-news)
14162         (gnus-confirm-treat-mail-like-news): Add :version.
14163
14164         * gnus-int.el (gnus-server-unopen-status): Add :version.
14165
14166         * gnus-group.el (gnus-group-jump-to-group-prompt)
14167         (gnus-large-ephemeral-newsgroup)
14168         (gnus-fetch-old-ephemeral-headers): Add :version.
14169
14170         * gnus-fun.el (gnus-x-face-directory)
14171         (gnus-convert-pbm-to-x-face-command)
14172         (gnus-convert-image-to-x-face-command)
14173         (gnus-convert-image-to-face-command): Add :version.
14174
14175         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14176
14177         * gnus-cite.el (gnus-cite-blank-line-after-header)
14178         (gnus-article-boring-faces): Add :version.
14179
14180         * gnus-art.el (gnus-buttonized-mime-types)
14181         (gnus-inhibit-mime-unbuttonizing)
14182         (gnus-treat-display-face)
14183         (gnus-treat-body-boundary): Change :version.
14184         (gnus-body-boundary-delimiter, gnus-picon-databases)
14185         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14186         (gnus-treat-date-english, gnus-treat-fold-headers)
14187         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14188         (gnus-treat-mail-picon, gnus-treat-wash-html)
14189         (gnus-article-encrypt-protocol)
14190         (gnus-use-idna, gnus-article-over-scroll)
14191         (gnus-mime-display-multipart-alternative-as-mixed)
14192         (gnus-mime-display-multipart-related-as-mixed)
14193         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14194         (gnus-ctan-url, gnus-button-ctan-handler)
14195         (gnus-button-handle-ctan-bogus-regexp)
14196         (gnus-button-ctan-directory-regexp)
14197         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14198         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14199         (gnus-button-man-level, gnus-button-emacs-level)
14200         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14201
14202         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14203         (gnus-agent-go-online): Change :version.
14204         (gnus-agent-expire-unagentized-dirs)
14205         (gnus-agent-auto-agentize-methods): Add :version.
14206
14207         * flow-fill.el (fill-flowed-display-column)
14208         (fill-flowed-encode-column): Add :version.
14209
14210         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14211         (gnus-outlook-deuglify-unwrap-max)
14212         (gnus-outlook-deuglify-cite-marks)
14213         (gnus-outlook-deuglify-unwrap-stop-chars)
14214         (gnus-outlook-deuglify-no-wrap-chars)
14215         (gnus-outlook-deuglify-attrib-cut-regexp)
14216         (gnus-outlook-deuglify-attrib-verb-regexp)
14217         (gnus-outlook-deuglify-attrib-end-regexp)
14218         (gnus-outlook-display-hook): Add :version.
14219
14220         * binhex.el (binhex-use-external): Add :version.
14221
14222 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14223
14224         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14225         and `invisible'.
14226
14227 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14228
14229         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14230         in gnus-registry-trim.
14231
14232 2004-09-13  Simon Josefsson  <jas@extundo.com>
14233
14234         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14235
14236         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14237
14238         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14239         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14240         <yamaoka@jpl.org>.
14241         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14242         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14243         <yamaoka@jpl.org>.
14244
14245         * sieve.el (sieve-manage-mode): Ditto.
14246
14247 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14250
14251 2004-09-11  Simon Josefsson  <jas@extundo.com>
14252
14253         * dns-mode.el: Add.
14254
14255         * mm-view.el (mm-display-dns-inline): Add.
14256
14257         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14258         (mm-automatic-display): Ditto.
14259
14260         * mailcap.el (mailcap-mime-data): Add text/dns.
14261         (mailcap-mime-extensions): Map .soa to text/dns.
14262
14263 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14264
14265         * gnus-art.el (article-decode-mime-words, article-babel)
14266         (gnus-article-highlight-signature, gnus-article-add-buttons)
14267         (gnus-signature-toggle): Remove unnecessary bindings of
14268         `inhibit-read-only' inherited from v5.10 merge.
14269
14270 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14271
14272         * nntp.el (nntp): New customization group.
14273         (nntp-authinfo-file): Add customization group.
14274
14275         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14276
14277         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14278
14279         * gnus.el (to-address, to-list, subscribed)
14280         (large-newsgroup-initial): Ditto.
14281
14282         * flow-fill.el (fill-flowed-display-column)
14283         (fill-flowed-encode-column): Ditto.
14284
14285 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14286
14287         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14288         Use point-min rather than 1.
14289         (message-send-mail): Use buffer-size rather than point-max.
14290
14291         * gnus-sum.el (gnus-summary-search-article-forward):
14292         Signal a specific `search-failed' rather than a generic `error'.
14293
14294         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14295         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14296         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14297
14298 2004-09-10  Simon Josefsson  <jas@extundo.com>
14299
14300         * nndb.el (require): Remove tcp and duplicate cl.
14301
14302 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14303
14304         * gnus-agent.el (directory-files-and-attributes): Move forward.
14305
14306 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14307
14308         * gnus-agent.el (directory-files-and-attributes): Optionally
14309         defined to support XEmacs.
14310
14311 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14312
14313         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14314         to avoid run-time CL dependencies.
14315         (gnus-agent-unfetch-articles): New function.
14316         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14317         article numbers even when local .overview file is missing.
14318         (gnus-agent-read-article-number): New function.  Only accepts
14319         27-bit article numbers.
14320         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14321         gnus-agent-read-article-number.
14322         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14323         from backend while recognizing that article numbers in .overview
14324         must be valid.
14325         (gnus-agent-update-files-total-fetched-for): Use
14326         directory-files-and-attributes to improve performance.
14327         * gnus-int.el (gnus-request-move-article): Use
14328         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14329         improve performance.
14330
14331         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14332         some users confused by references to .newsrc when they only have a
14333         .newsrc.eld file.
14334         (gnus-convert-mark-converter-prompt)
14335         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14336         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14337         New function.  Used internally to only display 'gnus converting
14338         files' message when actually necessary.
14339
14340         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14341         methods now autoloaded.
14342
14343 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14344
14345         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14346         identifiers.
14347
14348 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * gnus-picon.el: Fix indentation and closing parenthesis.
14351
14352 2004-09-01  Simon Josefsson  <jas@extundo.com>
14353
14354         * message.el (message-canlock-generate): Require sha1, not
14355         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14356         to require within a function.  Sadly, if sha1.el isn't loaded, the
14357         let binding in m-c-g will hide the defcustom definition, which is
14358         bad.)
14359
14360         * canlock.el: Require sha1, not sha1-el.
14361
14362         * message.el: Don't autoload sha1 (there is a autoload cookie in
14363         sha1.el).
14364
14365         * sha1-el.el: Renamed to sha1.el.
14366
14367 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14368
14369         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14370
14371 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14372
14373         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14374
14375 2004-08-30  Kim F. Storm  <storm@cua.dk>
14376
14377         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14378
14379         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14380         Add :group 'nnimap.
14381
14382 2004-08-30  Andreas Schwab  <schwab@suse.de>
14383
14384         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14385         ?* and ?\;.
14386
14387         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14388         and ?\' to symbol instead of whitespace.
14389
14390 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14391
14392         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14393
14394         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14395         instead of re-search-forward.
14396
14397         * gnus-uu.el (gnus-uu-save-article): Ditto.
14398         (gnus-uu-post-encode-uuencode): Ditto.
14399
14400         * html2text.el (html2text-clean-list-items): Ditto.
14401         (html2text-clean-dtdd): Ditto.
14402         (html2text-format-tags): Ditto.
14403
14404         * message.el (message-send-mail-with-sendmail): Fix regexp.
14405         (message-fill-field-general): Use search-forward instead of
14406         re-search-forward.
14407         (unbold-region): Ditto.
14408
14409         * nnrss.el (nnrss-request-article): Ditto.
14410
14411         * nnslashdot.el (nnslashdot-request-article): Ditto.
14412
14413         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14414
14415         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14416         "Unrecognized menu descriptor" error in XEmacs.
14417
14418 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14419
14420         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14421         parent article of a sparse article in the thread hashtb.
14422
14423 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14424
14425         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14426         (nnmail-expand-newtext): Lowercase expanded entries if
14427         nnmail-split-lowercase-expanded is non-nil.
14428
14429 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14430
14431         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14432
14433         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14434         of gnus-tmp-news-method into string under XEmacs.  It will be
14435         passed to gnus-correct-length which takes only a string argument.
14436
14437 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14438
14439         * gnus-util.el (gnus-bind-print-variables): New macro.
14440         (gnus-prin1): Use it.
14441         (gnus-prin1-to-string): Use it.
14442         (gnus-pp): New function.
14443         (gnus-pp-to-string): New function.
14444
14445         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14446         Replace pp-to-string with gnus-pp-to-string.
14447         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14448         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14449         * gnus-msg.el (gnus-debug): Ditto.
14450         * gnus-score.el (gnus-score-save): Ditto.
14451         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14452         gnus-pp-to-string.
14453         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14454         with gnus-pp.
14455         * score-mode.el (gnus-score-pretty-print): Ditto.
14456         * webmail.el (webmail-debug): Ditto.
14457
14458 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-art.el (article-display-face, article-display-x-face):
14461         Use buffer-read-only.
14462
14463 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14464
14465         * gnus-art.el (article-hide-list-identifiers):
14466         Bind inhibit-read-only as t.
14467
14468 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14469
14470         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14471
14472 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14473
14474         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14475         (gnus-narrow-to-page): Don't assume point-min == 1.
14476         (gnus-article-edit-mode): Derive from message-mode.
14477
14478         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14479         point-min == 1.
14480
14481         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14482         Disable incorrect use of `assert'.
14483
14484         * message.el (message-mode): Set comment-start-skip.
14485
14486
14487 2004-08-22  Sam Steingold  <sds@gnu.org>
14488
14489         * pop3.el (pop3-leave-mail-on-server): New user variable.
14490         (pop3-movemail): Delete mail only when it is nil.
14491
14492 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14493
14494         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14495
14496         * mml.el (mml-preview): Use `pop-to-buffer'.
14497
14498         * message.el (message-goto-mail-followup-to): Insert after "To".
14499         (message-carefully-insert-headers): Add comment.
14500
14501         * gnus.el: Remove unused variable `gnus-article-check-size'.
14502
14503         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14504
14505         * gnus-art.el (gnus-button-alist): Improve
14506         `gnus-button-handle-library' entry.
14507
14508 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14509
14510         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14511         downcase, since XEmacs capitalizes error messages differently.
14512
14513 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14514
14515         * nntp.el: Add (require 'gnus) due to reference to
14516         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14517
14518 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14519
14520         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14521         `mm-fill-flowed'.
14522
14523         * mm-decode.el (mm-dissect-singlepart): Check it.
14524
14525 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14526
14527         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14528         'imap' for netrc parsing.
14529
14530 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14531
14532         * mailcap.el (mailcap-mime-data): Mark as risky.
14533
14534 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14537         may be included in the encoded word.
14538         (rfc2047-encode): Don't append a space if the encoded word
14539         includes close parenthesis.
14540
14541 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14544         of text within parentheses.
14545
14546 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14547
14548         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14549         (gnus-encrypt-write-file-contents): Make the password key the file
14550         name PLUS the cipher, not just the cipher.  Also remove failed
14551         passwords from the cache.
14552
14553 2004-08-06  Simon Josefsson  <jas@extundo.com>
14554
14555         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14556         fix.
14557
14558 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14559
14560         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14561         LWSP.
14562
14563 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14564
14565         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14566         to append in-reply-to: data to the references: header.
14567
14568         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14569         (netrc-parse): Use gnus-encrypt.el functions.
14570
14571         * gnus-encrypt.el: Add new file for encryption support; currently
14572         does only a few GPG ciphers and an internal XOR cipher.
14573
14574         * password.el: Add comments on using password-read-and-add.
14575         (password-read-and-add): Add function to read and add the
14576         password to the cache at once.
14577
14578 2004-07-28  Simon Josefsson  <jas@extundo.com>
14579
14580         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14581         parameter (but don't use it, for now).
14582
14583         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14584         instead of hard coding to nil.
14585
14586 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14589         as mm-inline-image-xemacs does.
14590
14591 2004-07-26  Simon Josefsson  <jas@extundo.com>
14592
14593         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14594         Revert part of 2004-07-17 change below.
14595
14596 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14597
14598         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14599         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14600
14601 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14602
14603         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14604         quotes that actually start with ">" at the beginning of the
14605         lines.
14606
14607 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * rfc2047.el (rfc2047-encode-region): Fix last change.
14610         (rfc2047-encode-parameter): Remove useless concat.
14611
14612 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14613
14614         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14615         encode special characters; fix some kind of misconfigured headers;
14616         signal a real error if debug-on-quit or debug-on-error is non-nil.
14617         (rfc2047-encode-max-chars): New variable.
14618         (rfc2047-encode-1): Use it.
14619         (rfc2047-encode-parameter): New function.
14620
14621         * mml.el (mml-insert-parameter): Remove an excessive space.
14622
14623 2004-07-17  Simon Josefsson  <jas@extundo.com>
14624
14625         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14626         Kai Grossjohann <kai@emptydomain.de>.
14627         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14628         (gnus-group-make-menu-bar): Ditto.
14629
14630         * gnus-util.el (gnus-group-server): Add.
14631
14632 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14633
14634         * message.el (message-clone-locals): Clone sendmail and smtp
14635         variables.
14636
14637 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14638
14639         * rfc2047.el (rfc2047-encode-region): Fix last change.
14640
14641 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14644         characters as non-special.
14645
14646 2004-07-09  Simon Josefsson  <jas@extundo.com>
14647
14648         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14649         Users will lose all flag changes made while unplugged with
14650         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14651         good default.  See numerous reports on ding mailing list.
14652
14653 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14656         add generate-head-function and generate-article-function to the
14657         rfc822-forward entry.
14658         (nndoc-rfc822-forward-generate-article): New function.
14659         (nndoc-rfc822-forward-generate-head): New function.
14660
14661         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14662
14663 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14664
14665         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14666         respect display group parameter and gnus-summary-expunge-below.
14667         (gnus-articles-to-read): Remove unused reference to display group
14668         parameter.
14669
14670 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14671
14672         * nnheader.el (nnheader-uniquify-message-id): New experimental
14673         variable.
14674         (nnheader-nov-read-message-id): Use it.
14675
14676         * spam-report.el (spam-report-gmane): Add interactive.
14677
14678 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14679
14680         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14681         qp-or-base64 for the application/* types.
14682
14683 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14684
14685         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14686
14687 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14688
14689         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14690         trim value.
14691
14692 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14693
14694         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14695         New macro and function.
14696         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14697
14698 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14699
14700         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14701         after-load-alist.
14702
14703 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14704
14705         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14706         update info that isn't there.
14707
14708 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14709
14710         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14711         entry.
14712
14713 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * mm-view.el (mm-inline-render-with-function): Use multibyte
14716         buffer; decode html source by charset.
14717
14718         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14719
14720         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14721         Mule-UCS is loaded under XEmacs.
14722         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14723
14724 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14725
14726         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14727
14728 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * mm-util.el (mm-coding-system-p): Return a coding-system.
14731         (mm-mime-mule-charset-alist): Use shift_jis instead of
14732         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14733         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14734         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14735         instead of japanese-shift-jis and iso-latin-1 respectively in
14736         order to share the default value with both Emacs and XEmacs-mule.
14737         (mm-mule-charset-to-mime-charset): Make
14738         mm-coding-system-priorities effective.
14739         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14740         while predicating of candidates upon the priorities.
14741
14742 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14743
14744         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14745         gnus-uu-invert-processable.
14746
14747         * gnus.el: Autoload gnus-uu-invert-processable.
14748
14749 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * mm-util.el (mm-with-multibyte-buffer): New macro.
14752
14753         * rfc2047.el (rfc2047-encode-string): Use it.
14754         (rfc2047-encode-region): Move point to the end of the region after
14755         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14756
14757 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14760         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14761
14762 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14765         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14766         Karl Chen <quarl@nospam.quarl.org>.
14767
14768 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14769
14770         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14771         invalid addresses.
14772
14773 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14774
14775         * spam.el: Change section markers, revise TODO list.
14776         (spam-backends): Make new master list of all installed backends.
14777         (spam-summary-exit-behavior): Add new variable to determine how
14778         messages moves are done at summary exit.
14779         (spam-move-spam-nonspam-groups-only)
14780         (spam-process-ham-in-nonham-groups)
14781         (spam-process-ham-in-spam-groups): Remove variables, the
14782         spam-summary-exit-behavior variable should be used to manage this
14783         behavior.
14784         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14785         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14786         and spam-old-spam-articles.
14787         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14788         Add empty variables, placeholders for the backends they represent.
14789         (spam-set-difference): Move, unchanged.
14790         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14791         unless the user has a processor variable.
14792         (spam-classifications, spam-classification-valid-p)
14793         (spam-backend-properties, spam-backend-property-valid-p)
14794         (spam-backend-function-type-valid-p)
14795         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14796         (spam-report-articles-gmane, spam-report-articles-resend):
14797         Remove functions, they are not needed.
14798         (spam-install-backend-super, spam-backend-list)
14799         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14800         (spam-backend-function, spam-backend-ham-registration-function)
14801         (spam-backend-spam-registration-function)
14802         (spam-backend-ham-unregistration-function)
14803         (spam-backend-spam-unregistration-function)
14804         (spam-backend-statistical-p, spam-backend-mover-p)
14805         (spam-install-backend-alias, spam-install-checkonly-backend)
14806         (spam-install-mover-backend, spam-install-nocheck-backend)
14807         (spam-install-backend, spam-install-statistical-backend)
14808         (spam-install-statistical-checkonly-backend): Add backend installation
14809         support.
14810         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14811         (spam-group-processor-p): Use the new backend code and respect the
14812         summary exit behavior.
14813         (spam-mark-spam-as-expired-and-move-routine): Remove.
14814         (spam-summary-prepare): Change to use the new spam-old-articles
14815         variable.
14816         (spam-copy-or-move-routine, spam-copy-spam-routine)
14817         (spam-move-spam-routine, spam-copy-ham-routine)
14818         (spam-move-ham-routine): Add code to copy/move ham or spam.
14819         (spam-fetch-field-fast): Improve doc and code, plus allow the
14820         'number request.
14821         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14822         variables.
14823         (spam-split, spam-find-spam): Use the new backend code.
14824         (spam-registration-functions): Remove variable.
14825         (spam-unregister-routine): Add convenience wrapper.
14826         (spam-log-undo-registration, spam-register-routine)
14827         (spam-log-processing-to-registry)
14828         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14829         where possible.
14830         (spam-check-gmane-xref, spam-check-regex-headers)
14831         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14832         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14833         (spam-check-bogofilter-headers, spam-check-spamoracle)
14834         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14835         (spam-check-crm114-headers): Use the spam-split-group that
14836         spam-split prepares, no need to determine it every time.
14837
14838         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14839         to the nnheader-parse-naked-head call.
14840
14841         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14842
14843         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14844         the nnheader-nov-read-message-id call.
14845
14846 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14849         gnus-activate-group twice.  Suggested by Markus Peter
14850         <warp@spin.de>.
14851
14852 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14853
14854         * gnus-art.el (gnus-article-time-format): Exchange the order of
14855         day and month in the default value; fix customization type.
14856         (article-date-ut): Use add-text-properties.
14857         (article-make-date-line): Use message-make-date instead of
14858         current-time-string.
14859
14860         * message.el (message-fetch-field): Don't use set-text-properties.
14861         (message-make-date): Simplify.
14862
14863         * messagexmas.el (message-xmas-make-date): New function.
14864         (message-xmas-redefine): Defalias message-make-date to it.
14865
14866 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14869         (rfc2047-encode-region): Treat text within parentheses as special;
14870         show the original text when error has occurred.
14871
14872         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14873         already-computed method to gnus-activate-group.
14874
14875         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14876         same select-methods identical Lisp objects.
14877
14878         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14879         object when modifying the info.
14880
14881 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14884         gnus-opened-servers since it has never been opened with the new
14885         configuration yet.
14886
14887 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14888
14889         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14890         arg to nnheader-generate-fake-message-id.
14891
14892 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14893
14894         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14895         number and build a fake message ID localized to a group and
14896         article number (so it's repeatable from that point on).
14897         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14898         ID format.
14899
14900         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14901         nnheader-generate-fake-message-id with the article number.
14902
14903 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14904
14905         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14906         end-of-buffer.
14907
14908 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14909
14910         * message.el (message-ignored-supersedes-headers): Add Approved.
14911
14912 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14915         goto-char.
14916         (rfc2047-encode): Fold the line before encoding.
14917
14918 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14919
14920         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14921         folding -- not all headers can be folded, and this should be done
14922         by the message composition mode.  Probably.  I think.
14923
14924 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14925
14926         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14927         fast.
14928
14929         * gnus-ems.el (gnus-remove-image): Don't use
14930         message-text-with-property; remove only the image found first.
14931
14932         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14933         found first.
14934
14935 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14936
14937         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14938
14939 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14940
14941         * message.el (message-text-with-property): Make it fast and accept
14942         optional arguments.
14943         (message-strip-forbidden-properties): Use it.
14944         (message-fix-before-sending): Follow the m-t-w-p change.
14945
14946         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14947
14948 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14949
14950         * gnus-art.el (article-hide-headers): Don't change the buffer
14951         mistakenly when performing mml-preview even if
14952         gnus-single-article-buffer is nil.
14953
14954 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14955
14956         * message.el (message-expand-name-databases): New user option.
14957         (message-expand-name): Use it.
14958
14959 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14960
14961         * spam.el (spam-report-articles-resend)
14962         (spam-report-resend-register-routine): Allow ham reporting.
14963         (spam-report-resend-register-ham-routine): Add wrapper.
14964         (spam-registration-functions): Add ham resending functions.
14965         (spam-list-of-processors): Add ham resend processor.
14966
14967         * gnus.el (ham-resend-to): Add new group parameter.
14968         (spam-process): Add ham resend option.
14969
14970         * spam-report.el (spam-report-resend): Allow reporting ham.
14971         (spam-report-resend-ham): Add wrapper.
14972
14973 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14974
14975         * message.el (message-cite-articles-with-x-no-archive): New
14976         variable.
14977         (message-cite-original): Use it.
14978
14979 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14980
14981         * message.el (message-cite-original): Respect X-No-Archive.
14982
14983 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14984
14985         * gnus-art.el (article-hide-headers): Refer to the values for
14986         gnus-ignored-headers and gnus-visible-headers in the summary
14987         buffer since a user may have set them as group parameters.
14988
14989 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14990
14991         * assistant.el (assistant-node-name): Add convenience function.
14992         (assistant-render-text, assistant-render-node): Add error handling,
14993         plus handle multiple next nodes.
14994         (assistant-find-next-node): Comment out for now.
14995         (assistant-find-next-nodes): Add function, returns list of next
14996         nodes.
14997
14998 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14999
15000         * mail-source.el (mail-source-directory): Fix doc-string.
15001
15002 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
15003
15004         * assistant.el (assistant-render-text, assistant-eval): Add :set
15005         widget type, which is different because it takes and returns a
15006         list.  Much hilarity ensues.
15007
15008 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15009
15010         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15011
15012         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15013         doc-string.
15014
15015         * gnus-start.el (gnus-activate-group): Added doc-string.
15016
15017 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15020
15021 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15022
15023         * assistant.el (assistant-render-text): Try to add a :set
15024         widget, more to come.
15025
15026         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15027         strings.
15028         (spam-report-articles-resend)
15029         (spam-register-routine): Do registration iff any articles warrant
15030         it.
15031         (spam-summary-prepare-exit): Change log message for nil group
15032         destinations.
15033
15034 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15035
15036         * spam.el (spam-report-resend-register-routine): Allow
15037         spam-report-resend-to to be a group parameter or a global value.
15038
15039 2004-05-26  Simon Josefsson  <jas@extundo.com>
15040
15041         * starttls.el: Merge with my GNUTLS based starttls.el.
15042         (starttls-gnutls-program, starttls-use-gnutls)
15043         (starttls-extra-arguments, starttls-process-connection-type)
15044         (starttls-connect, starttls-failure, starttls-success): New
15045         variables.
15046         (starttls-program, starttls-extra-args): Doc fix.
15047         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15048         functions.
15049         (starttls-negotiate, starttls-open-stream): Check
15050         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15051         function if it is set.
15052
15053 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15056         structured fields.
15057
15058 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15061
15062 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15063
15064         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15065         variable.
15066         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15067         assigning the spam-mark to new messages.
15068
15069 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15070
15071         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15072
15073 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15074
15075         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15076
15077         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15078         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15079         default.
15080
15081 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15082
15083         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15084         correct data.
15085
15086 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15087
15088         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15089         (spam-group-processor-p): Fix function.
15090         (spam-group-processor-multiple-p)
15091         (spam-group-spam-processor-report-gmane-p)
15092         (spam-group-spam-processor-report-resend-p)
15093         (spam-group-spam-processor-bogofilter-p)
15094         (spam-group-spam-processor-blacklist-p)
15095         (spam-group-spam-processor-ifile-p)
15096         (spam-group-ham-processor-ifile-p)
15097         (spam-group-spam-processor-spamoracle-p)
15098         (spam-group-spam-processor-crm114-p)
15099         (spam-group-ham-processor-bogofilter-p)
15100         (spam-group-spam-processor-stat-p)
15101         (spam-group-ham-processor-stat-p)
15102         (spam-group-ham-processor-whitelist-p)
15103         (spam-group-ham-processor-BBDB-p)
15104         (spam-group-ham-processor-spamoracle-p)
15105         (spam-group-ham-processor-copy-p): Remove functions with some
15106         prejudice against unneeded code.
15107         (spam-report-articles-resend)
15108         (spam-report-resend-register-routine): Allow the group/topic
15109         spam-resend-to value to override spam-report-resend-to.
15110         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15111         properly now.
15112
15113         * gnus.el (spam-resend-to): Add group/topic parameter.
15114         (spam-process): Move the OBSOLETE processors to the end of the
15115         choices.
15116
15117 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15118
15119         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15120         with resend-to set to nil, and then ask the user if necessary.
15121         (spam-report-resend): spam-report-resend takes a list of articles, not
15122         separate article numbers.
15123
15124 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15125
15126         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15127         addition to emacs-w3m.
15128
15129 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15130
15131         * assistant.el (assistant-authinfo-data): New function.
15132         (assistant-eval): Eval for entire assistant.
15133
15134         * netrc.el (netrc-services-file): New variable.
15135         (netrc-parse-services): New function.
15136         (netrc-find-service-name): New function.
15137         (netrc-find-service-number): New function.
15138         (netrc-port-equal): New function.
15139         (netrc-machine): Use it.
15140
15141         * nnimap.el (nnimap-open-connection): Use netrc.
15142
15143         * gnus-util.el (gnus-netrc-get): Remove aliases.
15144
15145         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15146
15147         * assistant.el (wid-edit): Fix compilation.
15148
15149         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15150
15151 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15152
15153         * gnus-util.el (gnus-set-file-modes): New function.  (small
15154         patch).
15155
15156 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15157
15158         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15159
15160         * assistant.el (assistant-render-node): Fix up rendering and
15161         read-only text.
15162         (assistant-render-node): Reset.
15163         (assistant-make-read-only): Not sticky.
15164
15165 2004-05-20  Danny Siu  <dsiu@adobe.com>
15166
15167         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15168         centered even when gnus-auto-center-summary is t.
15169
15170 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15171
15172         * dns.el (dns-get-txt-answer): New function.
15173         (dns-read-txt): Ditto.
15174         (query-dns): Use it.
15175
15176 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15177
15178         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15179         active for foreign groups even if the group level is higher than
15180         the specified value.
15181
15182 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15183
15184         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15185         non-active groups.
15186
15187         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15188
15189 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15190
15191         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15192
15193 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15194
15195         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15196         (spam-crm114-header, spam-crm114-spam-switch)
15197         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15198         (spam-crm114-positive-spam-header)
15199         (spam-crm114-database-directory, spam-list-of-processors)
15200         (spam-group-spam-processor-crm114-p)
15201         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15202         (spam-generic-score, spam-list-of-checks)
15203         (spam-list-of-statistical-checks, spam-registration-functions)
15204         (spam-check-crm114-headers, spam-crm114-score)
15205         (spam-check-crm114, spam-crm114-register-with-crm114)
15206         (spam-crm114-register-spam-routine)
15207         (spam-crm114-unregister-spam-routine)
15208         (spam-crm114-register-ham-routine)
15209         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15210         asjo@koldfront.dk (Adam Sjøgren).
15211
15212         * gnus.el: Add spam-use-crm114.
15213
15214         * spam.el (spam-list-of-processors, spam-registration-functions):
15215         Add spam-use-resend.
15216         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15217         (spam-report-articles-gmane): Add doc fix.
15218         (spam-report-articles-resend, spam-report-resend-register-routine):
15219         Add wrappers around spam-report-resend-to.
15220
15221         * spam-report.el (spam-report-resend-to, spam-report-resend):
15222         Add support for resending spam.
15223         (spam-report-gmane): Fix line length >80.
15224
15225         * gnus.el (spam-process): Add spam-use-resend.
15226
15227 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15228
15229         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15230         number of processed spam messages.
15231         (spam-ham-copy-or-move-routine): Return the number of processed
15232         ham messages.
15233         (spam-summary-prepare-exit): Use the above values to decide
15234         whether status messages shouled be displayed.
15235
15236 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15237
15238         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15239         `rfc2047-encoding-function-alist' in order to avoid conflicting
15240         with the old version.
15241         (rfc2047-encode-region): Concatenate words containing non-ASCII
15242         characters in structured fields; don't encode space-delimited
15243         ASCII words even in unstructured fields; don't break words at
15244         char-category boundaries.
15245         (rfc2047-encode-1): New function.
15246         (rfc2047-encode): Use it; encode text so that it occupies the
15247         maximum width within 76-column; work correctly on Q encoding for
15248         iso-2022-* charsets.
15249         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15250         sure not to break a line just after the header name.
15251         (rfc2047-b-encode-region): Removed.
15252         (rfc2047-b-encode-string): New function.
15253         (rfc2047-q-encode-region): Removed.
15254         (rfc2047-q-encode-string): New function.
15255
15256         * mm-util.el (mm-replace-in-string): New function.
15257
15258 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15259
15260         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15261         get it right.
15262         (gnus-inews-make-draft): Really.
15263
15264 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15265
15266         * nnmh.el (nnmh-request-list-1): Don't check the link count
15267         before descending.  (small patch)
15268
15269 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15270
15271         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15272         stuff.
15273
15274         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15275         on real group name.
15276
15277         * gnus-art.el (gnus-signature-limit): Doc fix.
15278
15279         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15280
15281         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15282
15283 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15284
15285         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15286         isn't a string.
15287
15288 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15289
15290         * gnus-draft.el (gnus-draft-send): Bind
15291         rfc2047-encode-encoded-words.
15292
15293         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15294         (rfc2047-encodable-p): Say that =? needs encoding.
15295         (rfc2047-encode-encoded-words): New variable.
15296
15297         * gnus-group.el (gnus-group-select-group): Doc fix.
15298
15299         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15300
15301         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15302         to nil.
15303
15304         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15305
15306         * nnheader.el (nnheader-get-lines-and-char): New function.
15307
15308 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15309
15310         * gnus-msg.el (gnus-summary-followup-with-original): Document
15311         yanking of region when active.
15312
15313 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15314
15315         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15316         groups if the group level is higher than the specified value.
15317
15318 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15319
15320         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15321         (gnus-group-jump-to-group): Added prefix argument using
15322         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15323         non-active group.
15324
15325         * compface.el (uncompface): Be verbose when changing
15326         `uncompface-use-external'.
15327
15328         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15329         handle manual section.
15330
15331 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15332
15333         * gnus-art.el (gnus-button-alist): Revert previous change.
15334
15335 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15336
15337         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15338
15339 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15340
15341         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15342         whether backend can accept message.
15343
15344         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15345
15346 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15347
15348         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15349         Avoid creating directory when nntp-marks-is-evil is true.
15350         Reported by Reiner Steib.
15351
15352 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15353
15354         * gnus-picon.el (gnus-picon-style): New variable.
15355         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15356         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15357         Jesper Harder <harder@ifa.au.dk>.
15358
15359 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15360
15361         * message.el (message-fill-field): Return point.
15362         (message-generate-headers): Go to end of field.
15363
15364         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15365         stuff for non-living groups.
15366
15367 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15368
15369         * gnus-art.el (gnus-article-followup-with-original)
15370         (gnus-article-reply-with-original): gnus-mark-active-p ->
15371         gnus-region-active-p.
15372
15373 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15376         only when there is spam or ham to be processed.
15377
15378 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15379
15380         * mail-source.el (mail-source-delete-crash-box): Refactor.
15381         (mail-source-fetch): Use it.
15382         (mail-source-fetch-file): Ditto.
15383         (mail-source-fetch-directory): Run postscript in loop.
15384         (mail-source-fetch-pop): Delete.
15385         (mail-source-fetch-maildir): Ditto.
15386         (mail-source-fetch-imap): Ditto.
15387
15388         * imap.el (imap-authenticators): Comment out sasl.
15389
15390         * message.el (message-skip-to-next-address): New function.
15391         (message-fill-header-address): Refactor.
15392         (message-fill-address): Use it.
15393         (message-delete-address): Use it.
15394         (message-fill-header-general): Refactor.
15395         (message-fill-field-address): Rename.
15396         (message-narrow-to-field): Find the start of the header.
15397         (message-header-format-alist): Don't pre-fill.
15398         (message-fill-header): Removed.
15399         (message-insert-header): New function.
15400         (message-shorten-references): Use it.
15401
15402         * rfc2047.el (rfc2047-field-value): Strip props.
15403
15404         * mail-parse.el (mail-header-make-address): New alias.
15405
15406         * ietf-drums.el (ietf-drums-make-address): New function.
15407
15408         * imap.el: Add compiler directives.
15409
15410         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15411
15412         * gnus-art.el (article-decode-idna-rhs): Don't use
15413         message-idna-inside-rhs-p.
15414
15415 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15416
15417         * message.el (message-idna-inside-rhs-p): Removed.
15418         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15419
15420         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15421         false positives.
15422
15423 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15424
15425         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15426
15427 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15428
15429         * nneething.el (nneething-file-name): Don't create spurious
15430         files.
15431
15432         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15433         (gnus-inews-do-gcc): Remove sleep.
15434
15435         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15436         part under point.
15437
15438         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15439         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15440
15441 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15442
15443         * spam.el (spam-summary-prepare-exit): Fixed (length).
15444
15445 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15446
15447         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15448         as expired without moving it" message when there are spam
15449         messages left.
15450
15451 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15452
15453         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15454         header is not nil.
15455
15456 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15457
15458         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15459         nntp-possibly-create-directory, not nntp-possibly-change-group.
15460         (nntp-marks-changed-p): New arg SERVER.
15461         (nntp-request-update-info): Adjust caller.
15462
15463 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15464
15465         * nntp.el (nntp-save-marks): Pass missing arg.
15466
15467 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15468
15469         * nntp.el: Support marks.
15470         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15471         (nntp-marks-modtime, nntp-marks-directory): New variables.
15472         (nntp-request-set-mark, nntp-request-update-info)
15473         (nntp-possibly-create-directory, nntp-marks-changed-p)
15474         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15475         functions.
15476
15477 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15478
15479         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15480         (gnus-xmas-redefine): Rename.
15481
15482         * gnus-score.el (gnus-score-insert-help): Use
15483         gnus-select-lowest-window.
15484
15485         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15486         appt-select-lowest-window and rename to gnus-select-lowest-window.
15487
15488         * gnus.el: do.
15489
15490 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15491
15492         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15493         encodings of MIME-encoded words, in order to improve
15494         interoperability with several broken MUAs.
15495
15496 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15497
15498         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15499         tags, only when charsets are not specified in headers.
15500         (mm-inline-text-html-render-with-w3m): Ditto.
15501
15502         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15503         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15504
15505 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15506
15507         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15508         instead of MIME-decoded from fields when checking
15509         `gnus-article-address-banner-alist'.
15510
15511 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15512
15513         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15514         description rather than subject.
15515
15516 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15517
15518         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15519
15520 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15521
15522         * gnus.el (gnus-version-number): Bump.
15523
15524 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15525
15526         * gnus.el: No Gnus v0.2 is released.
15527
15528 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15529
15530         * gnus-agent.el (gnus-agent-read-agentview): Inline
15531         gnus-uncompress-range.
15532
15533 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15534
15535         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15536         `exec-installed-p'.
15537
15538 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15539
15540         * gnus.el (spam-process, spam-autodetect-methods): Add
15541         bsfilter and bsfilter-headers.
15542
15543         * spam.el (spam-bsfilter): New customize group.
15544         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15545         (spam-bsfilter-header, spam-bsfilter-probability-header)
15546         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15547         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15548         (spam-bsfilter-database-directory): New options.
15549         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15550         (spam-list-of-statistical-checks, spam-registration-functions):
15551         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15552         (spam-bsfilter-score): New command.
15553         (spam-check-bsfilter-headers, spam-check-bsfilter)
15554         (spam-bsfilter-register-with-bsfilter)
15555         (spam-bsfilter-register-spam-routine)
15556         (spam-bsfilter-unregister-spam-routine)
15557         (spam-bsfilter-register-ham-routine)
15558         (spam-bsfilter-unregister-ham-routine): New functions.
15559         (spam-generic-score): Support bsfilter; Accept an optional argument
15560         to recalcurate spam score even if scoring header has already been
15561         added.
15562         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15563         optional argument to recalcurate spam score even if scoring header
15564         has already been added.
15565
15566 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15567
15568         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15569         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15570         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15571         link is missing.
15572
15573 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15574
15575         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15576         (html2text-get-attr): Rewrite.
15577
15578         * message.el (message-setup-1): Remove redundant put-text-property
15579         on mail-header-separator.
15580
15581 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15582
15583         * gnus-registry.el (gnus-registry-cache-whitespace)
15584         (gnus-registry-action, gnus-registry-spool-action)
15585         (gnus-registry-split-fancy-with-parent): Change message levels
15586         from 5 to 3 or 7, as needed.
15587
15588         * spam.el (spam-summary-prepare-exit)
15589         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15590         (spam-split, spam-find-spam, spam-log-undo-registration)
15591         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15592         level from 5 to 6.
15593
15594 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15595
15596         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15597         2004-03-04 change).
15598
15599 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15600
15601         * sieve-manage.el (sieve-manage-open):
15602         * nnweb.el (nnweb-insert-html):
15603         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15604         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15605         * nnspool.el (nnspool-request-group):
15606         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15607         * nnml.el (nnml-request-update-info):
15608         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15609         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15610         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15611         (nnimap-request-set-mark):
15612         * nnfolder.el (nnfolder-request-update-info):
15613         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15614         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15615         * gnus-uu.el (gnus-uu-find-articles-matching):
15616         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15617         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15618         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15619         * gnus-nocem.el (gnus-nocem-scan-groups):
15620         * gnus-int.el (gnus-start-news-server):
15621         * gnus-group.el (gnus-group-make-kiboze-group)
15622         (gnus-group-browse-foreign-server):
15623         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15624         Use mapc when appropriate.
15625
15626 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15627
15628         FIXME: Make separate entries for each person.
15629
15630         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15631         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15632         <shields@msrl.com>:
15633
15634         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15635         may need for spam sorting and scoring.
15636         (spam-user-format-function-S): Add user format function suitable for
15637         general use.
15638         (spam-article-sort-by-spam-status): Add sorting function for summary
15639         sorting.
15640         (spam-extra-header-to-number): Add function to get a score from a
15641         header.
15642         (spam-summary-score): Add function to get a numeric score from the
15643         headers.
15644         (spam-generic-score): Fix function doc, was in wrong place.
15645         (spam-initialize): Take symbols when it's run, and install the
15646         extra headers that spam-necessary-extra-headers thinks we need.
15647
15648 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15649
15650         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15651         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15652
15653 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15654
15655         * gnus-sum.el (gnus-set-global-variables)
15656         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15657         (gnus-article-get-xrefs, gnus-summary-best-group)
15658         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15659         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15660         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15661         Use with-current-buffer.
15662
15663 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15664
15665         * spam.el (spam-summary-prepare-exit): Simplify logic.
15666         (spam-fetch-article-header): Read the article header if it's not
15667         available.
15668         (spam-list-articles): Simplify logic.
15669         (spam-filelist-register-routine): Fix bug with unregister-list.
15670
15671         * gnus-registry.el: Fix comments at beginning.
15672
15673 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15674
15675         * message.el (message-cater-to-broken-inn): Remove.
15676         (message-shorten-references): Make sure the total folded length of
15677         References is shorter than 998 characters to cater to a bug in INN
15678         2.3.  Also, don't pretend that references aren't folded -- this
15679         hasn't worked for a while.
15680
15681 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15682
15683         * gnus-agent.el (gnus-agentize):
15684         gnus-agent-send-mail-real-function no longer set to current value
15685         of message-send-mail-function but rather a lambda that calls
15686         message-send-mail-function.  The change makes the agent real-time
15687         responsive to user changes to message-send-mail-function.
15688
15689 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15690
15691         * legacy-gnus-agent.el
15692         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15693         help from Florian Weimer <fw@deneb.enyo.de>
15694
15695 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15696
15697         * nnmail.el (nnmail-cache-insert): Revert last change.
15698
15699 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * nnmail.el (nnmail-cache-insert): Always check whether
15702         nnmail-cache-ignore-groups matches a group name.
15703
15704 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15705
15706         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15707         (spam-find-spam, spam-log-processing-to-registry)
15708         (spam-log-registered-p, spam-log-unregistration-needed-p)
15709         (spam-log-undo-registration): Use gnus-message instead of
15710         gnus-error, none of these errors are fatal.
15711
15712         * gnus-registry.el (gnus-registry-clean-empty-function)
15713         (gnus-registry-clean-empty): Remove only empty entries without
15714         extra data.
15715
15716 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15717
15718         * spam-stat.el (spam-stat-buffer-change-to-spam)
15719         (spam-stat-buffer-change-to-non-spam): Change (error) to
15720         (gnus-message 8) invocation.
15721
15722 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15723
15724         * nntp.el (nntp-via-netcat-command): New variable.
15725         (nntp-via-netcat-switches): New variable.
15726         (nntp-open-via-rlogin-and-netcat): New function.
15727         (nntp-open-connection-function): Doc fix.
15728         (nntp-telnet-command): Doc fix.
15729         (nntp-end-of-line): Doc fix.
15730         (nntp-via-rlogin-command): Doc fix.
15731         (nntp-via-user-name): Doc fix.
15732         (nntp-via-address): Doc fix.
15733
15734 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15737         error in Emacs 21.1.
15738
15739 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15740
15741         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15742
15743 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15744
15745         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15746         (gnus-agent-with-refreshed-group): New macro.
15747         (gnus-agent-rename-group): New function.
15748         (gnus-agent-delete-group): New function.
15749         (gnus-agent-save-group-info): Use gnus-command-method when
15750         `method' parameter is nil.  Don't write nil entries into the
15751         active file.
15752         (gnus-agent-get-group-info): New function.
15753         (gnus-agent-fetch-articles): Use
15754         gnus-agent-update-files-total-fetched-for to increment disk space
15755         used.
15756         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15757         gnus-agent-update-view-total-fetched-for to increment disk space
15758         used.
15759         (gnus-agent-get-local): Added optional parameters to avoid calling
15760         gnus-group-real-name and gnus-find-method-for-group.
15761         (gnus-agent-set-local): Delete stored entry if either min, or max,
15762         are nil.
15763         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15764         quit, use gnus-agent-regenerate-group to record existance of any
15765         articles fetched to disk before the quit occurred.
15766         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15767         gnus-agent-update-view-total-fetched-for, and
15768         gnus-agent-update-files-total-fetched-for to decrement disk space
15769         used.
15770         (gnus-agent-retrieve-headers): Use
15771         gnus-agent-update-view-total-fetched-for to increment disk space
15772         used.
15773         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15774         with gnus-agent-update-files-total-fetched-for to decrement disk
15775         space and fresh group buffer.
15776         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15777         (gnus-agent-need-update-total-fetched-for): New variable.
15778         (gnus-agent-update-files-total-fetched-for): New function.
15779         (gnus-agent-update-view-total-fetched-for): New function.
15780         (gnus-agent-total-fetched-for): New function.
15781
15782         * gnus-cache.el (gnus-cache-save-buffers): Use
15783         gnus-cache-update-overview-total-fetched-for to change disk space
15784         used by this group.
15785         (gnus-cache-possibly-enter-article): Use
15786         gnus-cache-update-file-total-fetched-for to increment disk space
15787         used by this group.
15788         (gnus-cache-possibly-remove-article): Use
15789         gnus-cache-update-file-total-fetched-for to decrement disk space
15790         used by this group.
15791         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15792         (gnus-cache-rename-group): New function.
15793         (gnus-cache-delete-group): New function.
15794         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15795         (gnus-cache-need-update-total-fetched-for): New variable.
15796         (gnus-cache-with-refreshed-group): New macro.
15797         (gnus-cache-update-file-total-fetched-for): New function.
15798         (gnus-cache-update-overview-total-fetched-for): New function.
15799         (gnus-cache-rename-group-total-fetched-for): New function.
15800         (gnus-cache-delete-group-total-fetched-for): New function.
15801         (gnus-cache-total-fetched-for): New function.
15802
15803         * gnus-group.el: Require gnus-sum and autoload functions to
15804         resolve warnings when gnus-group.el compiled alone.
15805         (gnus-group-line-format): Documented new %F.
15806         (size of Fetched data) group line format; identifies disk space
15807         used by agent and cache.
15808         (gnus-group-line-format-alist): Defined new F format.
15809         (gnus-total-fetched-for): New function.
15810         (gnus-group-delete-group): No longer update
15811         gnus-cache-active-altered as gnus-request-delete-group now keeps
15812         the cache in sync.
15813         (gnus-group-list-active): Let the agent store a server's active
15814         list if currently plugged.
15815
15816         * gnus-int.el (gnus-request-delete-group):
15817         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15818         local disk in sync with the server.
15819         (gnus-request-rename-group):
15820         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15821         local disk in sync with the server.
15822
15823         * gnus-start.el (gnus-get-unread-articles):
15824         Cosmetic simplification to logic.
15825
15826         * gnus-util.el (gnus-rename-file): New function.
15827
15828 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15829
15830         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15831
15832 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15833
15834         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15835         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15836
15837 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15838
15839         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15840         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15841
15842 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15843
15844         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15845
15846 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15847
15848         * spam.el (spam-set-difference): Add function to replace
15849         gnus-set-difference in spam.el.
15850         (spam-summary-prepare-exit): Use spam-set-difference.
15851
15852 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15853
15854         * gnus-registry.el (gnus-registry-cache-file): Update to use
15855         gnus-dribble-directory OR gnus-home-directory OR ~.
15856         (gnus-registry-split-fancy-with-parent): Fix doc.
15857
15858 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15859
15860         * message.el (message-exchange-point-and-mark): Use
15861         message-mark-active-p.  Suggested by Jesper Harder
15862         <harder@ifa.au.dk>.
15863
15864 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15865
15866         * message.el (message-exchange-point-and-mark): Don't activate
15867         region if it was inactive.  Suggested by Hiroshi Fujishima
15868         <pooh@nature.tsukuba.ac.jp>.
15869
15870 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * gnus-art.el (article-display-face): Display Faces in the same
15873         order as X-Faces.
15874
15875 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15876
15877         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15878
15879 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15880
15881         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15882         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15883         (gnus-article-mime-hierarchy): Remove.
15884         (gnus-article-mime-hierarchy-next): Remove.
15885         (gnus-article-mode): Revert 2004-03-19 change.
15886         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15887         (gnus-insert-mime-button): Revert 2004-03-19 change.
15888         (gnus-mime-accumulate-hierarchy): Remove.
15889         (gnus-mime-enter-multipart): Remove.
15890         (gnus-mime-leave-multipart): Remove.
15891         (gnus-mime-display-part): Revert 2004-03-19 change.
15892         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15893
15894         * mml.el (mml-preview): Revert 2004-03-19 change.
15895
15896 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15897
15898         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15899
15900 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15901
15902         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15903         t while entering a file name using the mm-with-multibyte macro.
15904         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15905
15906         * mm-util.el (mm-with-multibyte): New macro.
15907
15908 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15909
15910         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15911         user option.
15912         (gnus-mime-multipart-functions): Doc and customization fix.
15913         (gnus-article-mime-hierarchy): New variable.
15914         (gnus-article-mime-hierarchy-next): New variable.
15915         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15916         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15917         gnus-article-mime-hierarchy-next to nil.
15918         (gnus-insert-mime-button): Show hierarchy numbers.
15919         (gnus-mime-accumulate-hierarchy): New function.
15920         (gnus-mime-enter-multipart): New function.
15921         (gnus-mime-leave-multipart): New function.
15922         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15923         (gnus-mime-display-alternative): Show hierarchy numbers.
15924
15925         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15926         gnus-article-mime-hierarchy-next to nil.
15927
15928 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15929
15930         * dns.el: Don't require gnus-xmas.
15931
15932 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15933
15934         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15935         inline PGP.
15936         (mml-menu): Disable mml-quote-region if mark is inactive.
15937
15938 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15941         when the group's active is not available.
15942
15943 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15944
15945         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15946         error.
15947
15948 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15949
15950         * imap.el (imap-store-password): New variable.
15951         (imap-interactive-login): Use it.
15952         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15953
15954 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15955
15956         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15957         window-start and hscroll to summary window.
15958
15959 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15960
15961         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15962         conversion message to newsrc-dribble when an actual conversion is
15963         performed.
15964
15965 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15966
15967         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15968
15969 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15970
15971         * mm-decode.el (mm-complicated-handles): New function reviving
15972         former definition of mm-multiple-handles.
15973
15974         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15975         (gnus-mime-delete-part): Use it.
15976
15977 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15978
15979         * gnus-agent.el (gnus-agent-read-local): Bind
15980         nnheader-file-coding-system to gnus-agent-file-coding-system to
15981         avoid the implicit assumption that they will always be equal.
15982         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15983         coding-system-for-write, as the with-temp-file macro first prints
15984         to a buffer then saves the buffer.
15985
15986 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-art.el (gnus-article-edit-part): New function.
15989         (gnus-mime-save-part-and-strip): Use it; do query instead of
15990         signaling an error; don't use mm-multiple-handles.
15991         (gnus-mime-delete-part): Ditto.
15992
15993 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15994
15995         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15996         old file versions.
15997         (gnus-group-prepare-hook): Removed function that converted list
15998         form of gnus-agent-expire-days to group properties.
15999
16000         * gnus-int.el: Autoload gnus-agent-regenerate-group.
16001         (gnus-request-accept-article): Re-indented.
16002
16003         * gnus-start.el (gnus-convert-old-newsrc): Registered new
16004         converters to handle old agent file formats.  Added logic for a
16005         "backup before upgrading warning".
16006         (gnus-convert-mark-converter-prompt): Developers can mark
16007         functions as needing (default), or not needing,
16008         gnus-convert-old-newsrc's "backup before upgrading warning".
16009         (gnus-convert-converter-needs-prompt): Tests whether the user
16010         should be protected from potentially irreversable changes by the
16011         function.
16012
16013         * legacy-gnus-agent.el: New.  Provides converters that are only
16014         loaded when gnus-convert-old-newsrc needs to call them.
16015
16016 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * mail-source.el (mail-source-touch-pop): Doc fix.
16019
16020         * message.el (message-smtpmail-send-it): Doc fix.
16021
16022 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16023
16024         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16025
16026         * nnmail.el (nnmail-split-fancy): do.
16027
16028         * gnus-kill.el (gnus-kill, gnus-execute): do.
16029
16030 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16031
16032         * gnus-sum.el (gnus-widget-reversible-match)
16033         (gnus-widget-reversible-to-internal)
16034         (gnus-widget-reversible-to-external): New functions.
16035         (gnus-widget-reversible): New widget.
16036         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16037
16038 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16039
16040         * gnus-sum.el (gnus-thread-sort-functions)
16041         (gnus-article-sort-functions): Document `(not F)' items.
16042
16043 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16044
16045         * spam.el (spam-use-gmane-xref): Add new backend.
16046         (spam-gmane-xref-spam-group): Add variable to control the name of the
16047         Gmane spam group.
16048         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16049         (spam-regex-headers-spam, spam-regex-headers-ham)
16050         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16051         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16052         backends and checks.
16053         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16054
16055         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16056         an autodetect method.
16057
16058 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16059
16060         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16061         articles are being added to a group.
16062         (gnus-request-replace-article): Inform the agent that articles
16063         need to be uncached as the cached contents are no longer valid.
16064
16065 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16066
16067         * binhex.el: Don't autoload executable-find.
16068
16069         * canlock.el: Don't autoload mail-fetch-field.
16070
16071         * dgnushack.el: Autoload c-mode for XEmacs.
16072
16073         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16074
16075         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16076         rmail-dont-reply-to and rmail-output.
16077
16078         * gnus-score.el: Don't autoload ffap-string-at-point.
16079
16080         * gnus-setup.el: Don't autoload sc-cite-original.
16081
16082         * imap.el: Don't autoload base64-decode-string,
16083         base64-encode-string and md5.
16084
16085         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16086         and rmail-msg-restore-non-pruned-header.
16087
16088         * mm-decode.el: Don't autoload executable-find.
16089
16090         * mm-url.el: Don't autoload executable-find.
16091
16092         * mm-view.el: Don't autoload diff-mode.
16093
16094         * nndb.el: Don't autoload news-reply-mode, news-setup,
16095         cancel-timer and telnet.
16096
16097         * password.el: Don't autoload run-at-time for Emacs.
16098
16099         * sha1-el.el: Don't autoload executable-find.
16100
16101         * sieve-mode.el: Don't autoload c-mode.
16102
16103         * uudecode.el: Don't autoload executable-find.
16104
16105 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16106
16107         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16108         (gnus-agent-possibly-alter-active): Avoid null in numeric
16109         comparison.
16110         (gnus-agent-set-local): Refuse to save null in local object table.
16111         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16112         list of articles that will be marked as unread.
16113
16114 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16115
16116         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16117
16118 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16119
16120         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16121         language tags.
16122
16123 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16124
16125         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16126         Don't bind "obarray".
16127
16128         * gnus-sum.el (gnus-thread-sort-functions): Added
16129         `gnus-thread-sort-by-most-recent-number' and
16130         `gnus-thread-sort-by-most-recent-date'.
16131         Reported by Kai Grossjohann <kai@emptydomain.de>.
16132
16133 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16136
16137 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16138
16139         * gnus-cus.el (gnus-agent-customize-category): Removed
16140         ignore-errors macro reference that required cl to be loaded at
16141         run-time.
16142
16143         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16144         single-interval range of the form (min . max).  Previously the
16145         range had to look like ((min . max)).  Likewise, return
16146         (min . max) rather than ((min . max)).
16147         (gnus-range-map): Use gnus-range-normalize to accept
16148         single-interval range.
16149
16150         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16151         the cache, but not the agent, now appear with their usual face.
16152
16153         * dgnushack.el (loaddir): New variable that is bound to the
16154         directory containing the dgnushack.el file. Use loaddir, rather
16155         than srcdir, to update load-path. Change lets dgnushack compile
16156         code in directories other than GNUS/lisp.
16157
16158 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16159
16160         * lpath.el: Don't bind w3m-safe-url-regexp.
16161
16162         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16163         w3m-safe-url-regexp variable buffer-local.
16164
16165         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16166
16167 2004-02-27  Simon Josefsson  <jas@extundo.com>
16168
16169         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16170         gnus-group-real-prefix.
16171         (gnus-summary-move-article): Use it, instead of
16172         gnus-group-real-prefix.
16173
16174 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * lpath.el: Bind w3m-safe-url-regexp.
16177
16178         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16179         w3m-safe-url-regexp variable buffer-local and set it as the value
16180         of mm-w3m-safe-url-regexp.
16181
16182         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16183
16184         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16185         parsing gnus-posting-styles when the message is not for replying.
16186
16187         * dgnushack.el: Autoload sgml-mode for XEmacs.
16188
16189         * nnrss.el (nnrss-opml-export): Use
16190         mm-set-buffer-file-coding-system instead of
16191         set-buffer-file-coding-system.
16192
16193 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16194
16195         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16196         of checkdoc.el).
16197         * nnrss.el: do.
16198         * gnus-mlspl.el: do.
16199         * gnus-ml.el: do.
16200         * gnus-srvr.el: do.
16201
16202         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16203
16204 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16205
16206         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16207         Corrections to custom-manual links.
16208
16209         * gnus-art.el (gnus-article): Ditto.
16210
16211         * mm-decode.el (mime-display, mime-security): Ditto.
16212
16213 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16214
16215         * flow-fill.el: Typo.
16216
16217 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16218
16219         * spam-wash.el: New file.
16220
16221 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16222
16223         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16224
16225 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16226
16227         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16228         to be run with new-articles as LIST1, not LIST2.
16229         (spam-registration-functions): Add spam-use-ham-copy as a nil
16230         registration backend.
16231
16232 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16233
16234         * spam-stat.el (spam-stat-washing-hook): New option.
16235         (spam-stat-buffer-words): Use it.
16236         (spam-stat-process-directory, spam-stat-test-directory): Use
16237         insert-file-contents-literally.
16238         (spam-stat-coding-system): New variable.
16239         (spam-stat-load, spam-stat-save): Use it.
16240
16241 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16242
16243         * spam-report.el (spam-report-plug-agent): Quote
16244         spam-report-url-to-file and spam-report-url-ping-plain.
16245
16246 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16247
16248         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16249         / in mailto URLs.
16250
16251 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16252
16253         * spam-report.el (spam-report-process-queue): Fix interactive use.
16254         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16255         (spam-report-unplug-agent): Doc fixes.
16256         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16257         (spam-report-agentize, spam-report-deagentize): Autoload.
16258
16259 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16262
16263         * message.el (message-setup-fill-variables): Add mml tags to
16264         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16265         <ajk@iu.edu>.
16266         (message-mode): Don't modify paragraph-separate there.
16267
16268 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16269
16270         * compface.el (uncompface-use-external): Default to undecided.
16271         (uncompface-use-external-threshold): New variable.
16272         (uncompface-float-time): New macro.
16273         (uncompface): Determine whether to use the external decoder if
16274         uncompface-use-external is undecided.
16275
16276 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16277
16278         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16279         after images.
16280
16281         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16282
16283 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16284
16285         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16286
16287         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16288
16289         * gnus-sum.el (gnus-summary-limit-to-age)
16290         (gnus-summary-limit-children): do.
16291
16292         * gnus-int.el (gnus-request-scan): do.
16293
16294         * gnus-group.el (gnus-group-suspend): do.
16295
16296         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16297
16298         * gnus-cite.el (gnus-cite-parse-attributions): do.
16299
16300         * gnus-agent.el (gnus-summary-set-agent-mark)
16301         (gnus-agent-regenerate-group): do.
16302
16303         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16304
16305         * binhex.el (binhex-decode-region-internal): do.
16306
16307 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16308
16309         * gnus-fun.el (gnus-face-properties-alist): New user option.
16310         (gnus-display-x-face-in-from): Use it.
16311
16312         * gnus-art.el (article-display-face): Ditto.
16313
16314         * compface.el (uncompface-use-external): Default to nil.
16315
16316 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16317
16318         * nntp.el (nntp-erase-buffer): New function.
16319         (nntp-retrieve-data, nntp-send-command)
16320         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16321         (nntp-possibly-change-group): Use it.
16322
16323         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16324         with-current-buffer.
16325
16326 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16327
16328         * compface.el: Merge the ELisp-based uncompface program.
16329         (compface): New customization group.
16330         (uncompface-use-external): New user option.
16331         (uncompface): Call uncompface-internal if uncompface-use-external
16332         is nil.
16333         (uncompface-internal): New function.  Note that there are also
16334         some other functions and variables added for this function.
16335
16336 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16337
16338         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16339         if necessary.
16340
16341 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16342
16343         * spam-report.el (spam-report-unplug-agent)
16344         (spam-report-plug-agent, spam-report-deagentize)
16345         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16346         Add support for the Agent in spam-report: when unplugged, report to a
16347         file; when plugged, submit all the requests.
16348
16349         * spam.el (spam-register-routine): Fix message about
16350         registration.
16351
16352 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16353
16354         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16355         dependencies.
16356         (rfc2047-encode): Use it.
16357
16358         * gnus-art.el (gnus-button-marker-list): Move before first
16359         reference.
16360
16361         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16362         (imap-parse-body): Fix format string mismatch.
16363
16364         * gnus-score.el (gnus-summary-increase-score): do.
16365
16366         * nnrss.el (nnrss-close): New function.
16367
16368 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16369
16370         * nnrss.el (nnrss-make-filename): New function.
16371         (nnrss-request-delete-group, nnrss-read-server-data)
16372         (nnrss-save-server-data, nnrss-read-group-data)
16373         (nnrss-save-group-data): Use it.
16374         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16375         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16376         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16377
16378 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16379
16380         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16381
16382 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16383
16384         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16385         files.
16386
16387         * message.el (message-generate-headers-first): Don't quote nil
16388         and t in docstrings.
16389
16390         * imap.el (imap-id): do.
16391
16392         * gnus-agent.el (gnus-agent-consider-all-articles)
16393         (gnus-agent-queue-mail): do.
16394
16395 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16396
16397         * spam-report.el (spam-report-process-queue): New function.
16398         Process requests from `spam-report-requests-file'.
16399         (spam-report-process-queue): Doc fix.
16400
16401 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16402
16403         * spam.el (spam-register-routine)
16404         (spam-log-processing-to-registry, spam-log-registered-p)
16405         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16406         Change "check" to "spam-check" for semi-clarity.
16407
16408 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16409
16410         * pop3.el: Require nnheader.
16411
16412         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16413
16414         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16415
16416         * gnus-picon.el: Require cl.
16417
16418         * gnus-fun.el: Require gnus-ems and gnus-util.
16419
16420         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16421
16422         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16423
16424         * gnus-art.el (gnus-article-edit-mode): Define before first
16425         reference.
16426
16427 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16428
16429         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16430         (gnus-uu-post-encoded): Use point-at-bol.
16431
16432         * gnus-topic.el (gnus-group-active-topic-p): do.
16433
16434         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16435
16436         * gnus-group.el (gnus-group-kill-region): do.
16437
16438         * gnus-art.el (article-date-ut): do.
16439
16440         * message.el (message-fetch-field): Remove redundant
16441         case-fold-search binding.
16442         (message-narrow-to-field): Simplify.
16443
16444 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * spam.el (spam-directory): Derive from `gnus-directory'.
16447
16448         * spam-report.el (spam-report-url-to-file)
16449         (spam-report-requests-file): New function and variable for offline
16450         reporting.
16451         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16452         and user defined function.
16453         (spam-report-url-ping-mm-url): Remove doubled slash.
16454
16455 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16456
16457         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16458
16459 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16460
16461         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16462         format string mismatch.
16463
16464         * sieve.el (sieve-deactivate-all): do.
16465
16466         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16467
16468         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16469
16470         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16471
16472         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16473
16474 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16475
16476         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16477         the list of checks.
16478
16479 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16480
16481         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16482         padding.
16483
16484 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16485
16486         * mm-view.el (mm-fill-flowed): New variable.
16487         (mm-inline-text): Use it.
16488
16489 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16490
16491         * spam.el (spam-spamassassin-register-ham-routine)
16492         (spam-spamassassin-register-spam-routine): Fix function names.
16493
16494 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * gnus.el (gnus-tmp-grouplens): Remove.
16497         (gnus-summary-line-format): Remove grouplens.
16498
16499         * gnus-group.el (gnus-group-line-format): Ditto.
16500
16501         * gnus-spec.el (gnus-format-specs): Ditto.
16502         (gnus-update-format-specifications): Flush the group format spec
16503         cache if there's the grouplens stuff.
16504         (gnus-parse-simple-format): Replace %l with the empty string.
16505
16506 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16507
16508         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16509         omission.
16510
16511 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16512
16513         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16514         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16515
16516 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16517
16518         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16519         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16520         New macros and functions.
16521         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16522         Handle > NLINK_MAX messages.
16523         * nnmaildir.el (nnmaildir-request-set-mark): Use
16524         nnmaildir--emlink-p and nnmaildir--eexist-p.
16525
16526 2004-01-25  Alex Schroeder  <alex@gnu.org>
16527
16528         * spam-stat.el (spam-stat-process-directory-age): New option.
16529         (spam-stat-process-directory): Use it.
16530
16531 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16532
16533         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16534         (spam-stat-save): Accept prefix argument.
16535
16536 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16537
16538         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16539         links" error.
16540
16541 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16542
16543         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16544         the rest of the and/or forms.
16545
16546 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16547
16548         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16549         compatibility with old .newsrc.eld files.
16550
16551         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16552
16553         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16554
16555         * gnus-start.el (gnus-1): do.
16556
16557         * gnus-group.el (gnus-group-line-format-alist): do.
16558
16559         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16560
16561         * gnus-gl.el: Remove.
16562
16563 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16564
16565         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16566         marks consisting of a single range {for example, (3 . 5)} rather
16567         than a list of a single range { ((3 . 5)) }.
16568
16569 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16570
16571         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16572         with-current-buffer.
16573         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16574         avoid consing a string.
16575
16576         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16577         Remove obsolete entries for big5 and gb2312.
16578
16579 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16580
16581         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16582         uncompressed list.
16583
16584 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16585
16586         * spam-stat.el (spam-stat-strip-xref): New function.
16587         (spam-stat-process-directory): Use it.
16588
16589         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16590         here -- it's done in message-fetch-field.
16591
16592 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16593
16594         * gnus-agent.el (gnus-agent-queue-mail)
16595         (gnus-agent-prompt-send-queue): New variables.
16596         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16597         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16598         "nndraft:queue" along to gnus-draft-send.  Use
16599         gnus-agent-prompt-send-queue.
16600         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16601         is "nndraft:queue".  Suggested by Gaute Strokkenes
16602         <gs234@srcf.ucam.org>
16603
16604         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16605         (agent-enable-undownloaded-faces): Added.
16606         (gnus-agent-cat-groups): Use eval-and-compile, not
16607         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16608         method of gnus-agent-cat-groups even when the buffer has been
16609         evaled.
16610         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16611         delete gnus-agent-save-active-1.
16612         (gnus-agent-save-groups): Deleted.  Identical to
16613         gnus-agent-save-active.
16614         (gnus-agent-write-active): No longer adjust agent's copy of active
16615         file as agent's adjustments are now stored in their own
16616         file.  Removed optional parameter.
16617         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16618         servers.  Add use of min/max range limits from server's local
16619         file.
16620         (gnus-agent-save-alist): Removed unused optional argument.
16621         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16622         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16623         (gnus-agent-set-local): A per-server file that keeps min/max range
16624         limits for articles known to the agent.  Provides a fast mechanism
16625         for altering many active ranges.
16626         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16627         active file (local makes it unnecessary).
16628         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16629
16630         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16631         (agent-enable-undownloaded-faces): Added.
16632
16633         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16634         disable it when sending to "nndraft:queue".
16635         (gnus-group-send-queue): Add safety check to avoid sending queue
16636         when unplugged.
16637
16638         * gnus-group.el (gnus-group-catchup): Use new
16639         gnus-sequence-of-unread-articles, not
16640         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16641         numbers of articles.  Use gnus-range-map to avoid having to
16642         uncompress the unread list.
16643         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16644         Fixed invalid ange-ftp reference.
16645
16646         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16647         (gnus-sorted-range-intersection): Intersection of two ranges
16648         without requiring that they first be uncompressed.
16649
16650         * gnus-start.el (gnus-activate-group): Unless blocked by the
16651         caller, possibly expand the active range to include both cached
16652         and agentized articles.
16653         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16654         multiple version-dependent converters.
16655         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16656         gnus-agent-save-active.
16657         (gnus-save-newsrc-file): Save dirty agent range limits.
16658
16659         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16660         gnus-agent-possibly-alter-active.
16661         (gnus-adjust-marked-articles): Faster handling of simple lists.
16662
16663 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16664
16665         * spam-stat.el (spam-stat-test-directory): New optional argument
16666         displays a list of files detected.  Suggested by Andrew Cohen
16667         <cohen@andy.bu.edu>.
16668         (spam-stat-buffer-words-with-scores): Don't narrow and change
16669         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16670
16671 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16672
16673         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16674         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16675         (spam-spamassassin-arguments)
16676         (spam-spamassassin-spam-flag-header)
16677         (spam-spamassassin-positive-spam-flag-header)
16678         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16679         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16680         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16681         (spam-list-of-processors, spam-list-of-checks)
16682         (spam-list-of-statistical-checks, spam-registration-functions)
16683         (spam-check-spamassassin-headers, spam-check-spamassassin)
16684         (spam-spamassassin-score)
16685         (spam-spamassassin-register-with-sa-learn)
16686         (spam-spamassassin-register-spam-routine)
16687         (spam-spamassassin-register-ham-routine)
16688         (spam-assassin-register-spam-routine)
16689         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16690         (spam-bogofilter-score): Fix to show article before scoring.
16691
16692 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16693
16694         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16695         default scoring function.
16696         (spam-generic-score): Call spam-spamassassin-score if
16697         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16698         spam-bogofilter-score otherwise.
16699
16700         * gnus.el (spam-process, spam-autodetect-methods): Add
16701         spamassassin and spamassassin-headers.
16702
16703 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16704
16705         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16706         Suppress unnecessary messages.
16707
16708 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16709
16710         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16711         make-hash-table.
16712
16713 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * canlock.el (base64-encode-string): Don't autoload it.
16716
16717 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16718
16719         * run-at-time.el: Remove useless (require 'itimer),
16720         eval-and-compile and (featurep 'xemacs).
16721
16722 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16723
16724         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16725         GROUP is a virtual group.
16726
16727 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16728
16729         * gnus.el: Autoload `message-y-or-n-p'.
16730
16731 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16732
16733         * pgg-parse.el: Remove unnecessary (require 'custom).
16734
16735         * pgg-def.el: do.
16736
16737         * nnmail.el: do.
16738
16739         * gnus-undo.el: do.
16740
16741         * gnus-picon.el: do.
16742
16743         * gnus-util.el: do.
16744
16745 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16746
16747         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16748
16749 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16750
16751         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16752         handle, as well as a list.
16753
16754         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16755         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16756         (mm-w3m-cid-retrieve): Simplify.
16757
16758 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16759
16760         * message.el (message-kill-to-signature): Allow prefix arg to
16761         specify number of lines to keep before signature.
16762
16763 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16764
16765         * message.el (message-kill-to-signature): Change docstring.
16766
16767 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * canlock.el: Always require sha1-el.
16770         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16771
16772         * message.el: Autoload sha1 only when compiling.
16773
16774         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16775         eudc-expand-inline for XEmacs.
16776
16777 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16778
16779         * message.el (message-canlock-generate): Require sha1-el.
16780
16781 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16782
16783         * message.el (message-expand-name): Silence the byte compiler.
16784
16785         * lpath.el: Add detect-coding-system.
16786
16787         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16788         cus-edit.
16789
16790 2004-01-13  Simon Josefsson  <jas@extundo.com>
16791
16792         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16793         Invoke gnus-score-mode.  Reported by
16794         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16795
16796         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16797         Jim Blandy <jimb@redhat.com> (tiny change).
16798
16799 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16800
16801         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16802
16803 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16804
16805         * spam.el (spam-get-article-as-string): Update to use
16806         gnus-request-article-this-buffer, much simpler.
16807         (spam-get-article-as-buffer): Remove.
16808
16809 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16810
16811         * message.el (message-expand-name): Use EUDC if the user uses that.
16812
16813 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16814
16815         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16816         character for the encoding to avoid consing a string.
16817
16818         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16819         unnecessarily.
16820
16821         * mm-util.el (mm-replace-chars-in-string): Remove.
16822
16823         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16824         of mm-replace-chars-in-string.
16825
16826 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16827
16828         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16829
16830         * mm-util.el (mm-subst-char-in-string): Support inplace.
16831
16832         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16833         a new string in every iteration.  Use shy groups.
16834
16835 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16836
16837         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16838         * gnus-soup.el (gnus-soup-group-brew):
16839         * gnus-msg.el (gnus-put-message):
16840         * gnus-move.el (gnus-group-move-group-to-server):
16841         * gnus-kill.el (gnus-batch-score):
16842         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16843         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16844         (gnus-group-update-group, gnus-group-read-group)
16845         (gnus-group-make-group, gnus-group-make-help-group)
16846         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16847         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16848         (gnus-group-sort-by-unread, gnus-group-catchup)
16849         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16850         (gnus-group-yank-group, gnus-group-set-info)
16851         (gnus-group-list-groups):
16852         * gnus.el (gnus-generate-new-group-name):
16853         * gnus-delay.el (gnus-delay-send-queue):
16854         * nnvirtual.el (nnvirtual-catchup-group):
16855         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16856         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16857         (gnus-group-prepare-topics, gnus-topic-check-topology):
16858         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16859         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16860         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16861         (gnus-group-make-articles-read):
16862         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16863         (gnus-group-change-level, gnus-kill-newsgroup)
16864         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16865         (gnus-get-unread-articles, gnus-make-articles-unread)
16866         (gnus-make-ascending-articles-unread): Use accessor
16867         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16868         to get group information for improved readability.
16869
16870
16871 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16872
16873         * gnus-art.el (article-decode-mime-words, article-babel)
16874         (gnus-article-highlight-signature, gnus-article-add-buttons)
16875         (gnus-signature-toggle): Use gnus-with-article-buffer.
16876
16877         * gnus-art.el (gnus-article-highlight-headers)
16878         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16879
16880         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16881         (gnus-article-set-globals, gnus-request-article-this-buffer)
16882         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16883         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16884         (gnus-mime-display-alternative): Use with-current-buffer.
16885
16886 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16887
16888         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16889         also under 80 char limit, and call gnus-error if needed.
16890         (spam-fetch-article-header): Fix - it was a
16891         buffer-local variable (gnus-newsgroup-data).
16892         (spam-find-spam): Use spam-generate-fake-headers, forget about
16893         spam-insert-fake-headers.
16894         (spam-insert-fake-headers): Remove.
16895
16896 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16897
16898         * deuglify.el (gnus-article-outlook-unwrap-lines)
16899         (gnus-outlook-rearrange-article)
16900         (gnus-outlook-repair-attribution-outlook)
16901         (gnus-outlook-repair-attribution-block)
16902         (gnus-outlook-repair-attribution-other): Remove redundant
16903         save-excursion.
16904
16905 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16906
16907         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16908         (spam-fetch-field-subject-fast)
16909         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16910         (spam-fetch-article-header): Add functions to deal with Gnus
16911         internals for fast retrieval of article header data.
16912         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16913
16914 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16915
16916         * pop3.el (pop3-md5): Remove.
16917         (pop3-apop): Replace pop3-md5 with md5.
16918
16919         * mm-bodies.el: base64 is always built-in.
16920
16921         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16922         with-current-buffer.
16923
16924 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16925
16926         * canlock.el (canlock-insert-header): Remove excessive grouping in
16927         regexp.
16928
16929         * gnus-sum.el (gnus-summary-read-document): Ditto.
16930
16931         * gnus-uu.el (gnus-uu-part-number): Ditto.
16932
16933         * html2text.el (html2text-remove-tags): Ditto.
16934         (html2text-format-tags): Ditto.
16935         (html2text-format-single-elements): Ditto.
16936
16937         * mml.el (mml-parse-1): Ditto.
16938
16939 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16940
16941         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16942
16943         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16944
16945         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16946
16947         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16948
16949 2003-11-15  Simon Josefsson  <jas@extundo.com>
16950
16951         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16952         (pgg-gpg-lookup-key): Use regexp match instead of
16953         split-string (split-string is different between emacs 21.2 and
16954         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16955
16956 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16957
16958         * gnus-art.el (gnus-mime-view-all-parts)
16959         (gnus-article-part-wrapper, gnus-article-view-part): Use
16960         with-current-buffer.
16961
16962 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16963
16964         * spam.el (spam-disable-spam-split-during-ham-respool)
16965         (spam-spamoracle-database, spam-cache-lookups)
16966         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16967         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16968         (spam-group-ham-marks, spam-group-spam-marks)
16969         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16970         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16971         also add spam-use-blackholes to the statistical checks.
16972         (spam-fetch-field-fast): Add interface to fetching fields, may
16973         become a macro.
16974         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16975         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16976         (spam-insert-fake-headers): Fake an article when needed.
16977         (spam-find-spam): Fake article when possible.
16978         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16979         (spam-check-bogofilter-headers): Use message-fetch-field instead
16980         of nnmail-fetch-field.
16981
16982 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16983
16984         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16985
16986 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16987
16988         * spam.el (spam-split): Do not require spam-use-CHECK to be
16989         enabled if that check is passed to spam-split explicitly; also
16990         fix so 'spam doesn't get converted to spam-split-group when
16991         spam-split-symbolic-return is t.
16992         (spam-find-spam): Find registrations of the article and use those
16993         instead of re-running spam-split to find the spam/ham
16994         classification of the article.
16995         (spam-log-processing-to-registry, spam-log-registered-p)
16996         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16997         Use gnus-error instead of gnus-message.
16998         (spam-log-registration-type): Add function to determine the
16999         classification of a message based on registry entries; will
17000         return nil if both 'spam and 'ham are found.
17001         (spam-check-BBDB): Expand all the BBDB macros here so we can have
17002         a reasonably fast local cache without the loading errors.
17003         (spam-cache-lookups): Set to t by default.
17004         (spam-find-spam): Don't try to guess spam-cache-lookups.
17005         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17006         spam-caches entry.
17007         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17008         caching of whitelist/blacklist entries.
17009         (spam-check-whitelist, spam-check-blacklist): Invoke
17010         spam-from-listed-p with a type, not a cache variable.
17011         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17012
17013 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17014
17015         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17016
17017         * nnmail.el (nnmail-split-fancy): do.
17018
17019         * mml.el (mml-parse): do.
17020
17021         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17022         (gnus-score-adaptive): do.
17023
17024 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17025
17026         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17027         (gnus-mime-button-map): Don't set keymap parent.
17028         (gnus-button-ctan-directory-regexp): Use shy grouping.
17029         (gnus-prev-page-map): Don't set keymap parent.
17030         (gnus-prev-page-map): Remove duplicated one.
17031         (gnus-next-page-map): Don't set keymap parent.
17032         (gnus-mime-security-button-map): Ditto.
17033
17034         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17035         version number.
17036
17037         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17038
17039 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17040
17041         * canlock.el (canlock-sha1-function): Remove.
17042         (canlock-sha1-function-for-verify): Remove.
17043         (canlock-openssl-program): Remove.
17044         (canlock-openssl-args): Remove.
17045         (canlock-ignore-errors): Remove.
17046         (canlock-sha1-with-openssl): Remove.
17047         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17048         (canlock-verify): Don't use canlock-ignore-errors.
17049
17050         * sha1-el.el (sha1-string-external): Make it can return a string
17051         in binary form.
17052         (sha1-region-external): Ditto.
17053         (sha1-string-internal): Ditto.
17054         (sha1-region-internal): Ditto.
17055         (sha1-region): Ditto.
17056         (sha1-string): Ditto.
17057         (sha1): Ditto.
17058
17059 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17060
17061         * spam.el (spam-report-articles-gmane): New command.
17062
17063 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17064
17065         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17066
17067         * run-at-time.el (run-at-time-saved): Remove.
17068         (run-at-time): Doc fix.
17069
17070 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17071
17072         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17073         (gnus-summary-limit-map): Add it.
17074         (gnus-summary-make-menu-bar): do.
17075
17076 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17077
17078         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17079         Make attempt at some caching support (done for BBDB only now).
17080         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17081         addresses to be checked.
17082         (spam-clear-cache-BBDB): Add function, to be invoked by
17083         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17084         (spam-check-BBDB): Check and use the caches, if
17085         spam-cache-lookups is on, remove superfluous (provide).
17086
17087 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17088
17089         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17090
17091 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17092
17093         * run-at-time.el (run-at-time-saved): Move to after the definition
17094         of `run-at-time'.
17095
17096         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17097
17098 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17099
17100         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17101         mm-w3m-local-map-property.
17102
17103         * mm-view.el (mm-w3m-mode-map): Remove.
17104         (mm-w3m-local-map-property): Remove.
17105         (mm-inline-text-html-render-with-w3m): Don't use
17106         mm-w3m-local-map-property.
17107
17108 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17109
17110         * run-at-time.el: New file.
17111
17112         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17113         under Emacs.
17114
17115         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17116         of gnus-set-text-properties.
17117
17118         * gnus-uu.el (gnus-uu-save-article): Ditto.
17119
17120         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17121
17122         * gnus-cite.el (gnus-cite-parse): Ditto.
17123
17124         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17125         of gnus-.
17126
17127         * gnus-xmas.el (run-at-time): Require run-at-time.
17128
17129         * gnus.el: Changed calls to nnheader-run-at-time and
17130         password-run-at-time throughout to use run-at-time directly.
17131
17132         * password.el: Removed definition of run-at-time.
17133
17134         * nnheaderxm.el: Remove definition of run-at-time.
17135
17136 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17137
17138         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17139         in prompt.
17140
17141 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17142
17143         * messagexmas.el (message-xmas-redefine): Alias
17144         `message-make-caesar-translation-table' to
17145         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17146         version.
17147
17148         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17149         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17150         `gnus-xmas-set-text-properties'.
17151         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17152         `gnus-xmas-completing-read'.
17153         (gnus-xmas-completing-read): Removed.
17154         (gnus-xmas-open-network-stream): Removed.
17155
17156         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17157         XEmacs version.
17158
17159         * dns.el (dns-make-network-process): Use `open-network-stream'
17160         instead of `gnus-xmas-open-network-stream'.
17161
17162         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17163
17164         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17165
17166 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17167
17168         * gnus-art.el (gnus-mime-display-alternative)
17169         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17170         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17171         Don't use gnus-local-map-property.
17172
17173         * gnus-util.el (gnus-local-map-property): Remove.
17174
17175         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17176         gnus-completing-read-maybe-default with completing-read.
17177
17178         * gnus-util.el (gnus-completing-read): do.
17179         (gnus-completing-read-maybe-default): Remove.
17180
17181 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17182
17183         * password.el: Only autoload `run-at-time' if not XEmacs.
17184         Only autoload the itimer functions if XEmacs.
17185
17186 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17187
17188         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17189         XEmacsen.
17190
17191         * dgnushack.el: Autoload executable-find for XEmacs.
17192
17193 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17194
17195         * gnus-art.el (gnus-read-string): Remove.
17196         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17197         read-string.
17198
17199 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17200
17201         * netrc.el: Autoload password-read.
17202         (netrc): Add configuration group.
17203         (netrc-encoding-method, netrc-openssl-path): Add
17204         variables for encoding and decoding of files with symmetric
17205         ciphers.
17206         (netrc-encode): Add assistant function to encode a file with
17207         netrc-encoding-method.
17208         (netrc-parse): Add interactive parameter, added optional
17209         decoding if netrc-encoding-method is non-nil but otherwise
17210         behavior is standard.
17211         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17212         Do s/encode/encrypt/ everywhere.
17213
17214         * spam.el: Remove executable-find autoload.
17215
17216 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17217
17218         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17219
17220         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17221
17222 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17223
17224         * gnus-art.el (gnus-treat-ansi-sequences)
17225         (article-treat-ansi-sequences): New variable and function.
17226         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17227
17228         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17229         Use it.
17230
17231 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17232
17233         * mm-util.el (mm-quote-arg): Remove.
17234
17235         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17236         shell-quote-argument.
17237
17238         * gnus-uu.el (gnus-uu-command): do.
17239
17240         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17241
17242         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17243         with make-char.
17244
17245         * mm-util.el (mm-make-char): Remove.
17246
17247         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17248         add-minor-mode.
17249
17250         * gnus-undo.el (gnus-undo-mode): do.
17251
17252         * gnus-topic.el (gnus-topic-mode): do.
17253
17254         * gnus-sum.el (gnus-dead-summary-mode): do.
17255
17256         * gnus-start.el (gnus-slave-mode): do.
17257
17258         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17259
17260         * gnus-ml.el (gnus-mailing-list-mode): do.
17261
17262         * gnus-gl.el (gnus-grouplens-mode): do.
17263
17264         * gnus-draft.el (gnus-draft-mode): do.
17265
17266         * gnus-dired.el (gnus-dired-mode): do.
17267
17268         * gnus-ems.el (gnus-add-minor-mode): Remove.
17269
17270         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17271         Replace gnus-char-width with char-width.
17272
17273         * gnus-ems.el (gnus-char-width): Remove.
17274
17275         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17276         Replace gnus-char-width with char-width.
17277
17278         * gnus-ems.el (gnus-char-width): Remove.
17279
17280         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17281         definition.
17282         Remove Emacs 20 hash table compatibility code.
17283
17284         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17285         20 compatibility code.
17286
17287         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17288
17289         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17290
17291         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17292         with point-at-{eol,bol}.
17293
17294         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17295
17296         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17297
17298         * flow-fill.el (fill-flowed-point-at-bol)
17299         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17300
17301         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17302         Replace with point-at-{eol,bol} throughout all files.
17303
17304 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17305
17306         * ntlm.el (ntlm-string-as-unibyte): New macro.
17307         (ntlm-build-auth-response): Use it.
17308
17309         Remove Emacs 20 stuff:
17310         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17311         (butlast, mapc, remove): Remove the compiler macros.
17312         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17313         of delq and copy-sequence.
17314         * gnus-art.el (popup-menu): Remove the compiler macro.
17315         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17316         Emacs 20.
17317
17318 2004-01-05  Simon Josefsson  <jas@extundo.com>
17319
17320         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17321         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17322         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17323         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17324         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17325         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17326         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17327         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17328         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17329         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17330         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17331         string-xor into ntlm-string-xor.  Suggested by
17332         Jesper Harder <harder@myrealbox.com>.
17333
17334         * ntlm.el: Don't include poem.
17335
17336         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17337         Jesper Harder <harder@myrealbox.com>.
17338
17339         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17340
17341         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17342         probably breaks emacs with DL patch, but do we care? Is anyone
17343         still using the DL stuff?)
17344
17345         * sieve-manage.el: Use the password package.
17346         (sieve-manage-read-passwd): Remove.
17347         (sieve-manage-interactive-login): Use password.  Re-add
17348         condition-case around loop.
17349
17350         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17351         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17352         the password package.
17353
17354 2003-02-19  Simon Josefsson  <jas@extundo.com>
17355
17356         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17357         token.
17358
17359 2002-08-07  Simon Josefsson  <jas@extundo.com>
17360
17361         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17362         (sieve-manage-authenticators):
17363         (sieve-manage-authenticator-alist): Add some SASL mechs.
17364         (sieve-sasl-auth): New function.
17365         (sieve-manage-cram-md5-auth):
17366         (sieve-manage-plain-auth): Rewrite using SASL library.
17367         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17368         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17369         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17370         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17371
17372 2004-01-05  Simon Josefsson  <jas@extundo.com>
17373
17374         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17375         New files.
17376
17377 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17378
17379         * gnus-group.el (gnus-no-groups-message): Update.
17380
17381         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17382
17383 2003-11-09  Simon Josefsson  <jas@extundo.com>
17384
17385         * imap.el: Support for ID IMAP extension (RFC 2971).
17386         (imap-local-variables): Add imap-id.
17387         (imap-id): New variable.
17388         (imap-id): New function.
17389         (imap-parse-response): Parse untagged ID response.
17390         * nnimap.el (nnimap-id): New variable.
17391         (nnimap-open-connection): Use it.
17392
17393 2003-12-28  Simon Josefsson  <jas@extundo.com>
17394
17395         * gnus-score.el (gnus-score-edit-all-score): New.
17396         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17397
17398 2004-01-04  Simon Josefsson  <jas@extundo.com>
17399
17400         * password.el: Add.
17401
17402 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17403
17404         * dns.el (dns-query-types): Fix typo.
17405         (dns-query-types): New function.
17406         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17407         PTR and SOA replies, see RFC 1035.
17408
17409 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17410
17411         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17412
17413         * Moved to Changelog.2.
17414
17415 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17416
17417         * gnus.el (gnus-version-number): Bump version.
17418
17419 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17420
17421         * gnus.el: No Gnus v0.1 is released.
17422
17423 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17424
17425         * gnus.el: No Gnus v0.0 is released.
17426
17427 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17428
17429         * gnus.el (gnus-version-number): Bump.
17430         (gnus-version): No.
17431
17432 See ChangeLog.2 for earlier changes.
17433
17434     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17435       Free Software Foundation, Inc.
17436
17437   This file is part of GNU Emacs.
17438
17439   GNU Emacs is free software: you can redistribute it and/or modify
17440   it under the terms of the GNU General Public License as published by
17441   the Free Software Foundation, either version 3 of the License, or
17442   (at your option) any later version.
17443
17444   GNU Emacs is distributed in the hope that it will be useful,
17445   but WITHOUT ANY WARRANTY; without even the implied warranty of
17446   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17447   GNU General Public License for more details.
17448
17449   You should have received a copy of the GNU General Public License
17450   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17451
17452 ;; Local Variables:
17453 ;; coding: utf-8
17454 ;; fill-column: 79
17455 ;; add-log-time-zone-rule: t
17456 ;; End: