(nnrss-use-local): Add documentation.
[gnus] / lisp / ChangeLog
1 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnrss.el (nnrss-use-local): Add documentation.
4
5         * nnimap.el (nnimap-extend-tls-programs): New function.
6         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7         (nnimap-wait-for-connection): Accept the greeting from the stupid
8         output from openssl s_client -starttls, too.
9
10         * tls.el (tls-starttls-switches): New variable.
11         (tls-find-starttls-argument): Use it.
12         (open-tls-stream): Ditto.
13
14         * netrc.el (netrc-credentials): Return the value of the "default"
15         entry.
16         (netrc-machine): Ditto.
17
18         * nnimap.el (nnimap-find-article-by-message-id): Really return the
19         article number.
20         (nnimap-split-fancy): New variable.
21         (nnimap-split-incoming-mail): Use it.
22
23         * nntp.el (nntp-server-list-active-group): Document.
24
25         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
26         SELECT to get the message-id.
27
28         * mail-source.el (mail-sources): Removed webmail support.
29         (defvar): Ditto.
30         (mail-source-fetcher-alist): Ditto.
31         (mail-source-fetch-webmail): Removed.
32
33         * webmail.el: Removed -- doesn't seem relevant any more.
34
35         * gnus.el: Fix up make-obsolete-variable declarations throughout.
36
37         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
38         the \r.
39
40 2010-09-30  Julien Danjou  <julien@danjou.info>
41
42         * gnus-agent.el (gnus-agent-add-group): Fix call to
43         gnus-completing-read.
44
45 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * nndoc.el (nndoc-retrieve-groups): New function.
48
49         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
50         `default', use nnmail-split-methods.
51         (nnimap-request-article): Downcase the NILs so that they are nil.
52
53         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
54         symbol.
55
56         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
57         code, since if the user has requested network, that's what they ought
58         to get.
59         (nnimap-request-set-mark): Erase the buffer before issuing commands.
60         (nnimap-split-rule): Mark as obsolete.
61
62         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
63         variable.
64
65         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
66         correct slot, too.
67
68 2010-09-29  Julien Danjou  <julien@danjou.info>
69
70         * gnus.el (gnus-local-domain): Declare variable obsolete.
71
72         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
73         computing.
74         (gnus-ido-completing-read): Require ido.
75
76 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
77
78         * gnus-registry.el: Don't prompt on load, which makes it impossible to
79         build Gnus.
80
81         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
82         when interpreting the structures.
83         (nnimap-request-accept-article): Add \r\n to the lines to make this
84         work with Cyrus.
85
86         * nndraft.el (nndraft-request-expire-articles): Use the group name
87         instead if "nndraft".  Fix found by Nils Ackermann.
88
89 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
90
91         * nnregistry.el: Added.
92
93 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
94
95         * nnmail.el (group, group-art-list, group-art):
96         Remove unneeded directives.
97
98 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
99
100         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
101         (mm-mime-charset)
102         * rfc2047.el (rfc2047-syntax-table)
103         * utf7.el (utf7-utf-16-coding-system): Comment fix.
104
105         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
106         rather than `insert-file-contents' and `eval-region'.
107
108         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
109         construction.
110
111         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
112
113         * time-date.el: No need to require cl for Emacs 21.
114
115 2010-09-29  Julien Danjou  <julien@danjou.info>
116
117         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
118         replacement of `gnus-gravatar-relief' to mimic
119         `gnus-faces-properties-alist'.
120         Add :version property.
121
122 2010-09-28  Florian Ragwitz  <rafl@debian.org>
123
124         * gnus-util.el (gnus-use-ido): Removed.
125         (gnus-std-completing-read): Add wrapper around completing-read.
126         (gnus-icompleting-read): Add wrapper around ibuffer-read-buffer.
127         (gnus-ido-completing-read): Add wrapper around ido-completing-read.
128         (gnus-completing-read-function): Add to chose from the above completion
129         functions or to provide a custom one.
130         (gnus-completing-read): Use the completing-read function configured
131         with gnus-completing-read-function.
132
133 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
134
135         * mail-source.el (mail-source-report-new-mail)
136         * message.el (message-default-mail-headers)
137         * mm-decode.el (mm-valid-image-format-p): Comment fix.
138
139         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
140
141 2010-09-28  Julien Danjou  <julien@danjou.info>
142
143         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
144         mail-address contains the same string as real-name.
145
146         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
147         non-blank in header, otherwise it'll get stripped.
148
149         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
150         real-name, and then for mail address rather than doing : or , search.
151
152 2010-09-27  Julien Danjou  <julien@danjou.info>
153
154         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
155         (gnus-server-goto-server): Use gnus-completing-read.
156
157         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
158
159         * mm-util.el (defalias): Use gnus-completing-read.
160         (mm-codepage-setup): Use gnus-completing-read.
161
162         * smime.el (smime-sign-buffer): Use gnus-completing-read.
163         (smime-decrypt-buffer): Use gnus-completing-read.
164
165         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
166
167         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
168         (mml-minibuffer-read-disposition): Use gnus-completing-read.
169         (mml-insert-multipart): Use gnus-completing-read.
170
171         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
172
173         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
174
175         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
176
177         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
178
179         * gnus.el (gnus-read-method): Use gnus-completing-read.
180
181         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
182
183         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
184         (gnus-mime-action-on-part): Use gnus-completing-read.
185         (gnus-article-encrypt-body): Use gnus-completing-read.
186
187         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
188         (gnus-topic-move-matching): Use gnus-completing-read.
189         (gnus-topic-copy-matching): Use gnus-completing-read.
190         (gnus-topic-sort-topics): Use gnus-completing-read.
191         (gnus-topic-move): Use gnus-completing-read.
192
193         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
194         (gnus-agent-add-group): Use gnus-completing-read.
195
196         * nnmairix.el (nnmairix-create-server-and-default-group): Use
197         gnus-completing-read.
198         (nnmairix-update-groups): Use gnus-completing-read.
199         (nnmairix-get-server): Use gnus-completing-read.
200         (nnmairix-backend-to-server): Use gnus-completing-read.
201         (nnmairix-goto-original-article): Use gnus-completing-read.
202         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
203
204         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
205
206         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
207         (gnus-group-make-useful-group): Use gnus-completing-read.
208         (gnus-group-make-web-group): Use gnus-completing-read.
209         (gnus-group-add-to-virtual): Use gnus-completing-read.
210         (gnus-group-browse-foreign-server): Use gnus-completing-read.
211
212         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
213         (gnus-summary-limit-to-extra): Use gnus-completing-read.
214         (gnus-summary-execute-command): Use gnus-completing-read.
215         (gnus-summary-respool-article): Use gnus-completing-read.
216         (gnus-read-move-group-name): Use gnus-completing-read.
217
218         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
219         (gnus-summary-score-effect): Use gnus-completing-read.
220
221         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
222
223         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
224         right completing-read function.
225         (gnus-use-ido): New variable
226         (gnus-completing-read-with-default): Remove.
227
228 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
231         x-focus-frame.
232
233         * nnimap.el (auth-source-forget-user-or-password)
234         (auth-source-user-or-password): Autoload.
235
236         * message.el (message-from-style, message-interactive)
237         (message-cite-prefix-regexp, message-sendmail-envelope-from)
238         (message-yank-prefix, message-indentation-spaces, message-signature)
239         (message-signature-file): Add comment.
240
241 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
242
243         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
244         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
245         new articles.
246
247         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
248         parts.
249         (nnimap-request-article): Work with the t setting, too.
250
251         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
252         that you don't get flashes of other buffers.
253         (gnus-summary-show-complete-article): Intern before setting.
254
255 2010-09-27  David Engster  <dengste@eml.cc>
256
257         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
258         well as HEADERS.
259         (nnmairix-retrieve-headers): Provide new argument for the above.
260
261 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus-sum.el (gnus-summary-move-article): Don't alter
264         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
265         group.
266
267         * nnimap.el (nnimap-update-info): Don't destructively alter active.
268
269         * message.el (message-cite-prefix-regexp): Revert my last edit.
270
271         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
272         variable instead of the Gnus variable.
273
274         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
275
276         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
277         again.
278
279         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
280         since some servers don't like it.
281         (nnimap-open-connection): Forget credentials if the server says the
282         password was wrong.
283         (nnimap-parse-line): Protect against invalid data.
284
285         * gnus-sum.el (gnus-summary-move-article): Add comment.
286         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
287         nothing alters it while scanning for new messages.
288
289         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
290         which may or may not help.
291         (nnimap-open-connection): If we're doing a stream connection, and then
292         discover we're on a STARTTLS-capable server, then open a STARTTLS
293         connection instead.
294
295 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
296
297         * sieve-manage.el (sieve-manage-default-stream): Make default stream
298         customizable.
299
300 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
301
302         * nnimap.el (utf7): Required.
303
304         * message.el (message-cite-prefix-regexp): Remove "}" from citation
305         prefix.
306
307 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
308
309         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
310
311 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * nnimap.el (nnimap-request-accept-article): Message the error on
314         error.
315
316 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
317
318         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
319
320 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
321
322         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
323         handing broken links to browse-url.
324
325 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
326
327         * nndoc.el (nndoc-request-list): Return success always.
328
329         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
330         `fetch-old' -- we only want to fetch the articles we've requested.  The
331         rest are in the agent, probably.
332         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
333         disappeared server" to something low.  It's not important.
334
335         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
336         arrived before the FETCH data.
337
338         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
339         target here, because we don't know the Gnus name of the group.
340
341         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
342         for the correct group.
343
344         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
345
346         * gnus.el (gnus): Give a final warning after startup.
347
348         * gnus-util.el (gnus-action-message-log): New variable.
349         (gnus-message): Use it.
350         (gnus-final-warning): New function.
351
352         * nnimap.el (nnimap-open-connection): Record the greeting.
353         (nnimap): Add greeting.
354
355 2010-09-26  Julien Danjou  <julien@danjou.info>
356
357         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
358         arguments.
359         (gnus-html-wash-images): Fix spec computing to include start/end.
360
361         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
362
363 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
366         deletion.
367         (nnimap-retrieve-headers): Don't select the group, because that's
368         already done by nnimap-possibly-change-group.
369
370         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
371         (gnus-picon-transform-address): Use it.
372
373         * mail-source.el (mail-source-value): Revert previous patch.
374
375         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
376         on failure.
377         (nnimap-open-connection): Look up both virtual and physical server name
378         credentials.
379
380         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
381
382 2009-02-07  Dave Love  <fx@gnu.org>
383
384         * tls.el (open-tls-stream): Don't query killing process.
385
386 2009-02-08  Dave Love  <fx@gnu.org>
387
388         * gnus-win.el (gnus-window-to-buffer-helper,
389         gnus-all-windows-visible-p): Function needn't be a symbol.
390
391         * mail-source.el (mail-source-value): Function needn't be a symbol.
392
393 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * message.el (message-cite-prefix-regexp): Remove } from the cite
396         prefix.
397
398         * gnus-art.el (gnus-treatment-function-alist): Do picons before
399         highlight again, so that the highlight is correct.
400
401         * gnus-picon.el (gnus-picon): Remove again.
402         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
403
404         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
405         doing the header highlightling, so that the background colour of the
406         picon is correct.
407
408         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
409         (gnus-picon): Ditto.
410         (gnus-picon): Reinstate.  The background colour for picons is white.
411         (gnus-picon-insert-glyph): Make the background white.
412
413         * nnml.el (nnml-open-nov): Don't return dead buffers.
414
415         * auth-source.el (auth-source-create): Query the user for whether to
416         store the credentials.
417
418         * netrc.el (netrc-store-data): New function.
419
420         * auth-source.el (auth-source-user-or-password): Use the existing auth
421         sources, if any, for creation.
422
423         * gnus.el (gnus-group-fast-parameter): Return the last matching
424         parameter instead of the first matching parameter.
425
426 2010-09-26  Julien Danjou  <julien@danjou.info>
427
428         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
429
430 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431
432         * mml2015.el (mml2015-use): Remove gpg support.
433
434         * mml1991.el (mml1991-function-alist): Remove gpg function.
435         (mml1991-gpg-sign): Removed.
436
437 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
438
439         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
440         (gnus-browse-unsubscribe-current-group): Document it.
441         (gnus-browse-unsubscribe-group): Use it.
442
443 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444
445         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
446         address to the To list for easier response.
447
448         * gnus.el (gnus-play-startup-jingle): Removed.
449         (gnus-splash): Don't play jingle.
450         (gnus): Silence gnus-load message.
451
452         * gnus-art.el (gnus-treat-play-sounds): Removed.
453
454         * gnus.el (gnus-play-jingle): Remove audio support.
455
456         * gnus-cus.el (gnus-score-customize): Remove audio reference.
457
458         * earcon.el: Removed -- no users.
459
460         * gnus-audio.el: Removed -- no users of this package.
461
462         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
463
464         * gnus-start.el (gnus-setup-news): Remove nocem support.
465
466         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
467
468         * gnus.el (gnus-use-nocem): Removed.
469
470         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
471         Removed.
472
473         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
474         uses NoCeM any more.
475
476         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
477         (gnus-button-ctan-handler): Ditto.
478         (gnus-button-handle-ctan-bogus-regexp): Ditto.
479         (gnus-button-ctan-directory-regexp): Ditto.
480         (gnus-button-handle-ctan): Ditto.
481         (gnus-button-tex-level): Ditto.
482         (gnus-button-alist): Removed CTAN stuff.
483
484 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
485
486         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
487         nnimap-streaming test.
488
489         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
490         servers twice.
491
492         * nnimap.el (nnimap-open-connection): Add more error reporting when
493         nnimap fails early.
494
495         * nnheader.el (nnheader-get-report-string): New function.
496         (nnheader-get-report): Use it.
497
498         * gnus-int.el (gnus-check-server): Say what the error was when opening
499         failed.
500
501         * nnimap.el (nnimap-wait-for-response): Search further when we're not
502         using streaming.
503
504 2010-09-25  Julien Danjou  <julien@danjou.info>
505
506         * gnus-html.el (gnus-html-rescale-image): Use our defalias
507         gnus-window-inside-pixel-edges.
508
509 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
512
513         * mm-decode.el (mm-save-part): Allow saving to other directories the
514         normal Emacs way.
515
516         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
517         by Jay Berkenbilt.
518
519         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
520         there isn't a single byte.
521
522         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
523         just do it.  It doesn't really seem to matter what the user responds
524         here, I think, so it's just a confusing question.
525
526         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
527         non-streaming case.
528
529         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
530         (gnus-article-encrypt-body): Use it.
531
532         * gnus-sum.el (gnus-summary-show-complete-article): New command and
533         keystroke.
534
535         * nnimap.el (nnimap-find-wanted-parts-1): Use
536         gnus-fetch-partial-articles.
537
538         * gnus-art.el (gnus-fetch-partial-articles): New variable.
539
540         * nnimap.el (nnimap-insert-partial-structure): New function.
541         (nnimap-get-partial-article): New function.
542         (nnimap-request-article): Use it.
543         (nnimap-wait-for-response): Return whether the wait was successful.
544         (nnimap-finish-retrieve-group-infos): Don't do anything if the
545         retrieval wasn't successful.
546         (nnimap-retrieve-group-data-early): Allow throttling servers.
547         (nnimap-streaming): New variable.
548         (nnimap-fetch-partial-articles): Removed.
549
550         * mm-decode.el (mm-with-part): Protect against killed buffers.
551
552         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
553         for prettier summary display.
554
555 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
556
557         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
558         directly.
559
560 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561
562         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
563         apparently third-party libraries depend on it.
564
565         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
566         before starting negotiation.
567
568         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
569         privacy reasons.
570         (gnus-treat-mail-gravatar): Ditto.
571
572         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
573         buffer when inserting images.  Inserting text into the headers, for
574         instance, can make them invalid.
575
576 2010-09-25  Julien Danjou  <julien@danjou.info>
577
578         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
579         variables.
580
581         * nnheader.el: Remove useless variables news-reply-yank-from and
582         news-reply-yank-message-id.
583
584         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
585         variables.
586
587         * mml1991.el: Remove useless mml1991-verbose.
588
589         * gnus.el: Remove useless variable gnus-use-generic-from.
590         Remove obsolete variable gnus-topic-indentation.
591
592         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
593
594         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
595
596         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
597
598         * gnus-group.el: Remove useless gnus-group-icon-cache.
599         Remove useless gnus-ephemeral-group-server.
600
601         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
602
603         * mml2015.el: Remove useless mml2015-verbose.
604
605         * mml-smime.el: Remove useless mml-smime-verbose.
606
607         * gnus.el: Remove useless gnus-local-domain.
608
609         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
610         gnus-gravatar-size.
611
612         * gnus-art.el: Remove useless gnus-treat-translate.
613
614 2010-09-24  Julien Danjou  <julien@danjou.info>
615
616         * gnus-sum.el: Add support for Gravatars.
617
618         * gnus-art.el: Add support for Gravatars.
619
620         * gnus-gravatar.el: Add this file.
621
622         * gravatar.el: Add this file.
623
624 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
627
628         * gnus-group.el (gnus-group-fetch-faq): Removed.
629
630         * gnus.el (gnus-group-faq-directory): Removed.
631
632         * gnus-group.el (gnus-group-fetch-charter): Removed.
633
634         * gnus.el (gnus-group-charter-alist): Removed.
635
636         * gnus-group.el (gnus-group-archive-directory): Removed.
637         (gnus-group-recent-archive-directory): Ditto.
638         (gnus-group-make-archive-group): Removed.
639
640         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
641
642         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
643         use the same article number for all the cached articles.
644
645         * nnimap.el (nnimap-command): Register the last command time so
646         that we can use it for idling NOOPs.
647         (nnimap-open-connection): Start the keeplive timer.
648         (nnimap-make-process-buffer): Store all the process buffers.
649         (nnimap-keepalive): New function.
650
651         * starttls.el: (starttls-open-stream): Add autoload cookie.
652
653 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
654
655         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
656         handling.
657
658 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
661         its data structures.
662
663         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
664         instead of the cl.el copy-list.
665         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
666         equalp.
667
668 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
671         and tool-bar-local-item-from-menu.
672
673         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
674         mode-line-highlight face for Emacs.
675
676         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
677         loading gnus-sum.elc; fix comment for canlock-verify.
678         (gnus-article-jump-to-part): Use read-number.
679         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
680         Emacs pre-21 compatible code for help-echo.
681         (gnus-article-next-page-1): No need to adjust the number of lines.
682         (gnus-article-describe-bindings): Always use help-buffer.
683
684         * gnus-audio.el (gnus-audio-inline-sound)
685         * gnus-cus.el (gnus-custom-mode)
686         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
687
688         * gnus-sum.el (gnus-remove-overlays): Doc fix.
689
690         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
691         compatible code.
692
693 2010-09-24  Glenn Morris  <rgm@gnu.org>
694
695         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
696         visiting the fcc file in rmail-mode.
697
698         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
699
700 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * nnir.el: Silence the byte compiler.
703
704         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
705         alias to browse-url-url-encode-chars if any.
706         (gnus-html-encode-url): Use it.
707
708 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
709
710         * gnus-start.el (gnus-use-backend-marks): New variable.
711         (gnus-get-unread-articles-in-group): Use it.
712
713         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
714         makeover.
715
716 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
717
718         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
719
720 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
723         Removed.
724         (gnus-setup-news-hook): Removed
725         gnus-fixup-nnimap-unread-after-getting-new-news.
726
727         * gnus-int.el (gnus-request-update-info): Protect against backends not
728         having the function.
729
730         * nnimap.el (nnimap-stream): Mention starttls.
731         (nnimap-open-connection): Add starttls support.
732
733 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
734
735         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
736
737 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
740         BODYSTRUCTUREs.
741         (nnimap-transform-headers): Unfold quoted {42} headers.
742
743         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
744         the info.
745         (gnus-get-unread-articles): Only call updatep on backends that support
746         it.
747
748         * nnweb.el (nnweb-request-update-info): NOOP.
749
750         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
751
752         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
753         since it only deals with marks.
754
755         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
756         gnus-request-marks, and make a new gnus-request-update-info.
757
758         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
759         the active instead of the high number, which is usually too low.
760
761 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
762
763         * netrc.el (netrc-parse): Remove encrypt.el mentions.
764         * encrypt.el: Removed.
765
766 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
767
768         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
769         server in symbolic form.
770
771         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
772         0.9.
773
774 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
777         (nnimap-update-info): Fix up code slightly.
778
779         * gnus-int.el (gnus-open-server): Add tracing for performance
780         debugging.
781
782         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
783         (gnus-group-insert-group-line): Pass the real group name so that it
784         gets the right data.
785
786         * gnus-start.el (gnus-get-unread-articles): Don't have
787         `gnus-get-unread-articles-in-group' update info, since that can be
788         really slow and doesn't seem to be needed?
789
790 2010-09-22  Dan Christensen  <jdc@uwo.ca>
791
792         * time-date.el (date-to-time): Try using parse-time-string first before
793         using the slower timezone-make-date-arpa-standard.
794
795 2010-09-22  Julien Danjou  <julien@danjou.info>
796
797         * gnus-group.el (gnus-group-insert-group-line): Call
798         gnus-group-highlight-line.
799         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
800         default hook list.
801         (gnus-group-update-eval-form): Add new function.
802         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
803         (gnus-group-get-icon): Use gnus-group-update-eval-form.
804
805 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
806
807         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
808         immediate, then expire all articles.
809         (nnimap-update-info): Fix off-by-one errors.
810         (nnimap-flags-to-marks): Would return no marks lists for group with no
811         flags.  Instead return the other data.
812
813 2010-09-22  Julien Danjou  <julien@danjou.info>
814
815         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
816         Only return an icon.
817         (gnus-group-insert-group-line): Compute icon to return.
818
819         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
820         variable.
821         (gnus-html-image-fetched): Only cache if
822         gnus-html-image-automatic-caching is set.
823         (gnus-html-image-fetched): Check for errors.
824
825 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
826
827         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
828         once per method on `g'.  This ensures that backends like nnfolder don't
829         open all their folders.
830
831         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
832         (nnimap-request-list): Nix out group in the correct buffer.
833         (nnimap-parse-flags): Implement by using `read' instead of
834         hand-parsing.
835         (nnimap-flags-to-marks): Pass on permanent-flags.
836         (nnimap-make-process-buffer): Record the server name.
837         (nnimap-parse-flags): Fix typo.
838         (nnimap-request-scan): Run split on the server in general, not just a
839         single group.
840
841         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
842         parameter, and propagate this downwards.
843
844         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
845         since EXAMINE changes it on the server.
846
847         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
848         this command might take a while.
849
850 2010-09-22  Julien Danjou  <julien@danjou.info>
851
852         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
853         harmful if you have 2 images side-by-side, they can't be properly
854         update on text deletion.  Using text-property is safer here.
855         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
856         data.
857
858 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
859
860         * nnimap.el (nnimap-expunge-inbox): Removed.
861         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
862         (nnimap-expunge): Flip default to t.
863
864         * gnus.el (gnus-method-to-server): Don't push things to the cache
865         unless it's unique.
866         (gnus-server-to-method): Ditto.
867
868 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
869
870         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
871
872 2010-09-22  Julien Danjou  <julien@danjou.info>
873
874         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
875         get the start of data.
876         (gnus-html-encode-url): Add this function to encode special chars in
877         URL.
878         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
879         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
880
881         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
882         default.
883         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
884
885         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
886         images alt-text.
887         (gnus-html-put-image): Put alt-text as help-echo.
888
889 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
890
891         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
892         * mm-util.el (mm-decompress-buffer)
893         * nnir.el (nnir-run-find-grep)
894         * pop3.el (pop3-list): Use 3rd arg of split-string.
895
896         * time-date.el (format-seconds): Comment fix.
897
898         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
899         and byte-optimize-form-code-walker.
900         (dgnushack-make-auto-load): Don't advise make-autoload.
901
902         * lpath.el: Remove Emacs 21 stuff.
903
904 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
907         outside the active range.  Suggested by Dan Christensen.
908
909         * gnus-start.el (gnus-get-unread-articles): Get the extended method
910         slightly later to avoid double-getting it.
911
912         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
913         previous patch.
914
915         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
916
917 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
918
919         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
920
921 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * gnus-int.el (gnus-open-server): Give a better error message in the
924         "go offline" case.
925
926         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
927         marks for nnimap, which is seldom the right thing to do.
928
929         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
930         (gnus-same-method-different-name): New function.
931
932         * nnimap.el (parse-time): Require.
933
934         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
935         method in the presence of many similar methods.
936
937         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
938
939         * nnimap.el (nnimap-find-expired-articles): Don't refer to
940         nnml-inhibit-expiry.
941
942         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
943         find out whether methods are equal.
944
945         * nnimap.el (nnimap-find-expired-articles): New function.
946         (nnimap-process-expiry-targets): New function.
947         (nnimap-request-move-article): Request the article before looking at
948         what the Message-ID is.  Fix found by Andrew Cohen.
949         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
950
951         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
952         for oldness in addition to being a predicate.
953
954         * nnimap.el (nnimap-request-group): When we have zero articles, return
955         the right data to Gnus.
956         (nnimap-request-expire-articles): Only delete articles immediately if
957         the target is 'delete.
958
959         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
960         method, this would bug out.
961
962         * gnus-group.el (gnus-group-expunge-group): Renamed from
963         gnus-group-nnimap-expunge, and implemented as a normal interface
964         function.
965
966         * gnus-int.el (gnus-request-expunge-group): New function.
967
968         * nnimap.el (nnimap-request-create-group): Implement.
969         (nnimap-request-expunge-group): New function.
970
971 2010-09-21  Julien Danjou  <julien@danjou.info>
972
973         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
974         (gnus-html-cache-expired): Add new function.
975         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
976         wethever we should display image for fetch it.
977         Compute alt-text earlier to pass it to the fetching function too.
978         (gnus-html-schedule-image-fetching): Change function argument to only
979         get one image at a time, not a list.
980         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
981         cache.
982         (gnus-html-get-image-data): New function to retrieve image data from
983         cache.
984         (gnus-html-put-image): Change buffer argument to use image data rather
985         than file, and place image above region rather than inserting a new
986         one. Do not take alt-text as argument, since it's useless now: we place
987         the image above alt-text.
988         (gnus-html-prune-cache): Remove.
989         (gnus-html-show-images): Start to fetch image when we find one, do not
990         push into a temporary list.
991         (gnus-html-prefetch-images): Only fetch image if they have expired.
992         (gnus-html-browse-image): Fix, use 'gnus-image-url.
993         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
994
995 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
998
999 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000
1001         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
1002         spec inser "*" if the group isn't active instead of 0.
1003
1004         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
1005         opening the server.
1006         (nnimap-request-delete-group): Implement group deletion.
1007         (nnimap-transform-headers): Return the size of the entire message in
1008         the Bytes header, not just the size of the first part.
1009         (nnimap-request-move-article): When moving an article from nnimap,
1010         request the article first so the accepting form has an article to
1011         accept.  Reported by Dan Christensen.
1012         (nnimap-command): Make sure that the error message doesn't error out.
1013
1014 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
1015
1016         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1017         we haven't requested anything.
1018
1019 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020
1021         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1022         "".  Fix found by Andrew Cohen.
1023
1024         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1025         instead of -encode-string.
1026
1027 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1030
1031         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1032         by mm-subst-char-in-string.
1033
1034 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1037         waiting for the connection string.
1038
1039         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1040         arriving.
1041
1042         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1043         bogus characters.  This allows selecting certain Gmail groups.
1044
1045         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1046         (nnimap-fetch-partial-articles): New variable.
1047         (nnimap-open-connection): When looking for credentials, also use the
1048         nnimap-server-port.
1049         (nnimap-request-article): Return the group/article number, so that Gnus
1050         `^' works as expected.
1051         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1052         them.
1053
1054         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1055         comments.
1056         (gnus-methods-sloppily-equal): New function.
1057         (gnus): When using the development version of Gnus, load the gnus-load
1058         file.
1059
1060         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1061         `gnus-open-server' on each method before trying to scan them etc.  This
1062         ensures that all the backend parameters are set correctly.
1063
1064         * nnimap.el (nnimap-authenticator): New variable.
1065         (nnimap-open-connection): Allow anonymous login.
1066         (nnimap-transform-headers): The chars header is called Chars not
1067         Bytes.
1068         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1069         drops.
1070
1071         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1072         patch, found by Knut Anders Hatlen.
1073
1074 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1075
1076         * gnus-agent.el (gnus-agent-batch-confirmation)
1077         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1078         to gnus-message.
1079         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1080         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1081         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1082         * gnus-int.el (gnus-open-server): Likewise.
1083         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1084         (gnus-score-check-syntax): Likewise.
1085         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1086         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1087         Likewise.
1088         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1089
1090 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1093         calling conventions so that prefetch doesn't bug out.
1094
1095 2010-09-19  Julien Danjou  <julien@danjou.info>
1096
1097         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1098         rather than `subst-char-in-region' in order to be able to replace ASCII
1099         char by UTF-8 ones.
1100
1101         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1102         than curl.
1103         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1104         the right URL and ALT text on images.
1105         (gnus-html-wash-tags): Fix tag case.
1106         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1107         (gnus-article-html): Add -o display_ins_del=2 option.
1108         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1109
1110 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1111
1112         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1113         the extra mail headers, which sometimes seem to happen for unknown
1114         reasons.
1115
1116         * mail-parse.el (mail-header-encode-parameter): Define as
1117         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1118         (or most, perhaps?) mail readers don't understand the latter, but do
1119         understand the former.
1120
1121         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1122         to nil, so that no methods are automatically agentized.  I think this
1123         is probably what most users want.
1124
1125         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1126         from url-retrieve, for instance about invalid URLs.
1127
1128         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1129         groups that have no articles.
1130         (nnimap-request-article): Check that we really got an article when we
1131         requested one.
1132
1133         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1134         doesn't exist.
1135
1136         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1137         nntp buffer so the agent can save it.
1138         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1139         that CRLF doesn't get translated to \n.
1140         (nnimap-open-connection): Don't make 'shell commands only send \n.
1141
1142 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1143
1144         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1145         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1146         Update var name.
1147         (nnml-generate-nov-file): Use dolist.
1148         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1149         Use with-current-buffer.
1150
1151 2010-09-18  Julien Danjou  <julien@danjou.info>
1152
1153         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1154         parallel.
1155
1156 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1159         the range update right.
1160         (nnimap-request-group): Don't make `M-g' bug out on group with no
1161         marks.
1162         (nnoo): Required, so that other packages can require nnimap.
1163         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1164         command we're looking for.  This helps when the server sends more
1165         responses after we've gotten everything we expected.
1166         (nnimap): Add a `newlinep' field to keep track of end-of-line
1167         conventions.
1168         Don't send CRLF to things that don't want it.
1169         (nnimap-request-accept-article): Ditto.
1170
1171 2010-09-18  Julien Danjou  <julien@danjou.info>
1172
1173         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1174         than curl to retrieve images.
1175
1176 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1177
1178         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1179         the marks.
1180         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1181         (nnimap-wait-for-connection): New function.
1182         (nnimap-open-connection): If we have PREAUTH, don't query for login
1183         credentials.
1184         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1185         when doing a partial update.
1186
1187 2010-09-18  Julien Danjou  <julien@danjou.info>
1188
1189         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1190         tags.
1191
1192 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * nnimap.el (nnimap-credentials): New function.
1195         (nnimap-open-connection): Use the new function to look for credentials
1196         also on the numeric equivalents of "imap" and "imaps".
1197
1198         * gnus-start.el (gnus-activate-group): Send the info to
1199         gnus-request-group.
1200
1201         * nnimap.el (nnimap-request-group): Have the "check" version of the
1202         function parse flags and update the info, so that a `M-g' get a total
1203         resync of all flags from the group.
1204
1205         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1206         to allow backends to alter the info on group selection.  Also alter all
1207         the backend -request-group functions to take the parameter.
1208
1209         * nnimap.el (nnimap-store-info): New function.
1210         (nnimap-update-info): Store the info for later usage.
1211         (nnimap-request-group): Use the stored info for the dont-check case, so
1212         that we don't retrieve all marks when we enter a group.
1213
1214         * nnimap.el: Use deffoo instead of defun for interface functions.
1215
1216         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1217         update the group info.  This makes the nndraft groups, for instance, go
1218         back to their old behaviour.
1219
1220         * gnus-sum.el (gnus-select-newsgroup): Indent.
1221
1222         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1223         in.
1224         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1225         nothing.
1226
1227         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1228         from methods that are denied.
1229
1230         * gnus-int.el (gnus-method-denied-p): New function.
1231
1232         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1233         store the password instead of netrc.
1234         (nnimap-open-connection): Don't error out when we can't make a
1235         connections.
1236
1237         * auth-source.el (auth-source-create): In the password prompt, say what
1238         we're querying for.  Also prompt for user name if that hasn't been
1239         given.
1240
1241         * nnimap.el (nnimap-with-process-buffer): Removed.
1242
1243 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1246         method when we're reading from the agent.
1247
1248         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1249
1250         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1251         that's probably most useful for users.
1252
1253         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1254         "failed" all the time.
1255
1256         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1257         ...)) with (with-current-buffer ... ).
1258
1259         * nntp.el (nntp-open-server): Return whether the open was successful or
1260         not.
1261
1262         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1263         select an unread unseen article first.
1264
1265         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1266         /etc/services, supply some sensible port defaults.
1267
1268         * dgnushack.el: Define netrc-credentials.
1269
1270 2010-09-17  Julien Danjou  <julien@danjou.info>
1271
1272         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1273
1274 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1275
1276         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1277         doesn't have any parameters.
1278
1279 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1282         only upcased checks.
1283
1284         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1285
1286         * nnimap.el (nnimap-open-shell-stream): New function.
1287         (nnimap-open-connection): Use it.
1288         (nnimap-transform-headers): Get the number of lines in each message.
1289         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1290         number of lines.
1291         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1292         problem.
1293
1294         * utf7.el (utf7-encode): Autoload.
1295
1296         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1297         to allow the mail splitting to not return a default group.  This is
1298         useful for nnimap, which will leave unmatched mail in the inbox.
1299
1300         * nnimap.el: Rewritten.
1301
1302         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1303         nnimap usage.
1304
1305         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1306         if the move is internal, so that nnimap can do fast internal moves.
1307
1308         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1309         data.
1310         (gnus-read-active-for-groups): Support finishing the early retrieval of
1311         data.
1312
1313         * gnus-range.el (gnus-range-nconcat): New function.
1314
1315         * gnus-int.el (gnus-finish-retrieve-group-infos)
1316         (gnus-retrieve-group-data-early): New functions.
1317
1318 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1319
1320         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1321         (nnrss-retrieve-groups):
1322         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1323         (pop3-quit): Use with-current-buffer.
1324
1325 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1328         instead of nnheader-accept-process-output.
1329
1330         * dgnushack.el (dgnushack-compile): Add comment.
1331
1332         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1333
1334         * gnus-html.el (gnus-html-schedule-image-fetching)
1335         (gnus-html-prefetch-images): Replace process-kill-without-query by
1336         gnus-set-process-query-on-exit-flag.
1337
1338 2010-09-16  Romain Francoise  <romain@orebokech.com>
1339
1340         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1341
1342 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343
1344         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1345         parameter to unintern is mandatory-ish in Emacs 24.
1346
1347         * gnus-html.el (gnus-html-schedule-image-fetching)
1348         (gnus-html-prefetch-images): Check for curl before using it.
1349
1350         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1351         depend on curl, which isn't essential.
1352
1353         * imap.el: Revert back to version
1354         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1355         seem problematic.
1356
1357 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1358
1359         * gnus-registry.el (gnus-registry-install-shortcuts):
1360         Explicitly pass `obarray' to `unintern' to avoid a warning.
1361
1362 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1365         change.
1366
1367         * nnrss.el (nnrss-request-list): Removed this function and related
1368         functions, including the moreover stuff.
1369
1370 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1371
1372         * nnrss.el (nnrss-retrieve-groups): New function.
1373
1374 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1375
1376         * .dir-locals.el: Add no-byte-compile cookie.
1377
1378 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * time-date.el (format-seconds): Comment fix.
1381
1382         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1383         for back end that doesn't support request-scan.
1384
1385 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1388         then do request scans from the backends.
1389
1390         * netrc.el (netrc-credentials): New conveniency function.
1391
1392         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1393         avoid running a hook per line, since this takes a lot of time,
1394         profiling shows.
1395         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1396         directly if gnus-visual-p is true.
1397
1398 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1399
1400         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1401         groups; replace mapcar with dolist which is a bit faster; pass groups
1402         info to gnus-read-active-file-1.
1403         (gnus-read-active-file-1): Scan only specified groups if the new
1404         optional arg `infos' is given.
1405
1406 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1407
1408         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1409
1410         * pop3.el (pop3-movemail): Removed.
1411         (pop3-streaming-movemail): Renamed to pop3-movemail.
1412
1413         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1414         don't restrict end-tag searches to the end of the line.
1415
1416 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1419         articles of every unchecked group to t, which means unknown since the
1420         server has never been opened.
1421
1422 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * gnus-html.el (gnus-html-show-alt-text): New command.
1425         (gnus-html-browse-image): Ditto.
1426         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1427         to browse the image directly.
1428         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1429         better.
1430
1431         * gnus-async.el (gnus-async-article-callback): Call
1432         `gnus-html-prefetch-images' unconditionally.
1433
1434         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1435         before feeding URLs to curl.
1436
1437 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1438
1439         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1440         internal images as deletable by `W D D'.
1441
1442         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1443         (gnus-async-article-callback): Fix typo.
1444
1445 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1448         current line to work around bugs in the output from w3m.
1449
1450         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1451         for groups that want that.
1452
1453         * nntp.el (nntp-wait-for-string): Supply a timeout for
1454         accept-process-output to ensure progress.
1455
1456         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1457         level to get unread articles from, then use that for foreign groups,
1458         too.
1459
1460         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1461         confuses the rest of the function.
1462
1463         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1464         for the methods that support -retrieve-groups, too.
1465
1466         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1467
1468 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1471         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1472
1473         * pop3.el: Require cl when compiling.
1474         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1475
1476 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1477
1478         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1479         that aren't going to be activated.
1480         (gnus-get-unread-articles): Fix up the last commit.
1481
1482         * gnus-html.el (gnus-article-html): Allow calling without specifying
1483         the handle.  In that case, dissect the buffer first.
1484
1485         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1486
1487         * nnimap.el (nnimap-open-connection): Revert the change that would look
1488         into authinfo for imaps instead of imap.
1489
1490         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1491         say that you don't want to call gnus-request-group with don-check, but
1492         do check the reponse.  This is for virtual groups only.
1493         (gnus-get-unread-articles): Count the archive groups as secondary, so
1494         that they're activated the same way as before.
1495
1496         * imap.el (imap-message-map): Removed optional buffer parameter, since
1497         no callers use it.
1498         (imap-message-get): Ditto.
1499         (imap-message-put): Ditto.
1500         (imap-mailbox-map): Ditto.
1501         (imap-mailbox-put): Ditto.
1502         (imap-mailbox-get): Ditto.
1503         (imap-mailbox-get): Revert last change for this function.
1504
1505         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1506         case-insensitively.
1507         (nnimap-debug): Removed.
1508
1509         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1510         to use `imap-fetch' instead.  According to the comments, this should be
1511         safe, since all other IMAP clients use the 1:* syntax.
1512         (imap-enable-exchange-bug-workaround): Removed.
1513         (imap-debug): Removed -- doesn't seem very useful.
1514
1515         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1516         mail from a file, and the file doesn't exist.
1517
1518         * imap.el (imap-log): New convenience function used throughout instead
1519         of repeating the same code all over the place.
1520
1521         * pop3.el (pop3-streaming-movemail): Return t for success.
1522
1523         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1524         .authinfo if we're using ssl connection.
1525
1526         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1527         already have if we're in a main Gnus `g' run.
1528
1529         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1530
1531 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1534
1535         * nnmh.el (nnmh-request-list-1): Bind `file'.
1536
1537         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1538         alias to set-process-query-on-exit-flag or process-kill-without-query.
1539         (pop3-open-server): Use it.
1540
1541 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542
1543         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1544         box to the Incoming file.  Fixes mistake in previous checkin.
1545
1546         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1547         request loop (for debugging purposes) removed.
1548
1549         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1550         culprit is more visible.
1551         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1552         (nnml-add-incremental-nov): New functions to do "incremental" nov
1553         updates, where we just append to the end of the existing nov files
1554         without reading/writing them in full.
1555
1556         * mail-source.el (mail-source-delete-crash-box): Really only check the
1557         incoming files once in a while.
1558
1559         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1560
1561         * mail-source.el (mail-source-delete-crash-box): Only check the
1562         incoming files for deletion once per day to save a lot of file
1563         accesses.
1564
1565         * pop3.el (pop3-logon): Fix up unbound variable typo.
1566
1567         * mail-source.el (pop3-streaming-movemail): Autoload.
1568
1569         * pop3.el (pop3-streaming-movemail): Respect
1570         pop3-leave-mail-on-server.
1571
1572         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1573         retrieval.
1574
1575         * pop3.el (pop3-process-filter): Removed unused function.
1576         (pop3-streaming-movemail, pop3-send-streaming-command)
1577         (pop3-wait-for-messages, pop3-write-to-file)
1578         (pop3-number-of-responses): New functions for streaming pop3
1579         retrieval.
1580
1581         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1582         come from no known methods.
1583         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1584         list.
1585
1586         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1587         message sizes.
1588         (pop3-movemail): Use erase-buffer instead of looping and deleting
1589         regions, which seems rather odd.
1590
1591         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1592         file once per `g' run.
1593
1594         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1595         directories.  This makes the draft queue directory work.
1596
1597         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1598         data from the backends, so that we only request the list of groups from
1599         each method once.  This should speed things up considerably.
1600
1601         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1602         detect that it's not implemented.
1603
1604         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1605         we actually do recurse down into the tree, but don't stat all leaf
1606         nodes.
1607
1608         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1609         then say so instead of bugging out.
1610
1611         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1612         files exist before trying to read them.
1613
1614         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1615         around <pre_int>.
1616
1617         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1618
1619         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1620
1621 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1622
1623         * mm-util.el (mm-image-load-path): Just return the image directories,
1624         not all directories in the path in addition to the image directories.
1625         (mm-image-load-path): Maintain a cache of the image directories so that
1626         the `g' command in Gnus doesn't have to stat dozens of directories each
1627         time.
1628
1629         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1630         (gnus-html-wash-tags): Add a new `i' command to insert images.
1631         (gnus-html-insert-image): New command and keystroke.
1632         (gnus-html-redisplay-with-images): New command and keystroke.
1633         (gnus-html-show-images): Renamed command.
1634         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1635         spacers.
1636         (gnus-html-wash-tags): Decode entities at the end, so that entities
1637         inside the tags don't mess up the rest of the "parsing".
1638
1639         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1640         so that nnimap methods aren't agentized by default.  There's apparently
1641         many problems related to agent/imap behaviour.
1642
1643         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1644
1645         * gnus-html.el: Doc fix.
1646
1647 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1650         specifier-spec-list for Emacs 21.
1651
1652         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1653         glyph-width and glyph-height instead of display-graphic-p and
1654         image-size; make avoidance of displaying small images work for XEmacs.
1655
1656         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1657         for XEmacs.
1658
1659         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1660         of symbol that holds plist data.
1661         (gnus-process-plist): Remove plist of process after getting it.
1662
1663 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * message.el (message-generate-hashcash): Change default to
1666         'opportunistic if hashcash is installed.
1667
1668         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1669         (gnus-html-put-image): Only call image-size once, since it's somewhat
1670         time-consuming on remote X servers.
1671
1672 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1673
1674         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1675         type on data, not a file name.
1676
1677         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1678         window-pixel-edges for Emacs 21.
1679
1680         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1681         decoded contents.
1682         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1683
1684 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1687         group line format, since it isn't very interesting.
1688
1689         * gnus-agent.el (gnus-agent-short-article),
1690         (gnus-agent-long-article): Increase values for these two variables,
1691         since most people are likely to have more network connection and
1692         storage than before.
1693
1694         * gnus.el (gnus-refer-article-method): Change default to 'current.
1695         When referring an article, the common behaviour is to refer it from the
1696         current select method, not the native select method.  The chances of
1697         the native select method having the message in question is rather slim
1698         these days.
1699
1700         * gnus-sum.el (gnus-auto-select-subject): Change default to
1701         `unseen-or-unread'.  I think it's likely that most people want to
1702         select an unseen article over a previously seen, but unread one.
1703
1704         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1705         means that in the article buffer none of the minor mode elements will
1706         be shown, usually, and this is not desirable in most cases.
1707
1708         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1709         that commands like `d' (and the like) go to the next line in the
1710         buffer, instead of the next unread article.  I think this is the
1711         behaviour that is most natural for most users.
1712         (gnus-single-article-buffer): Change default to nil, so that people can
1713         have as many article buffers open as they have summary buffer.  I think
1714         this is the most natural way for the groups to behave.
1715
1716         * message.el (message-generate-new-buffers): Change default to
1717         `unsent', so that all new message buffers start their names with the
1718         string "*unsent", and it's easier to find the buffers if you move from
1719         them.
1720
1721 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1724         small.  They're probably tracking images.
1725         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1726         (gnus-html-rescale-image): Yet another try at getting the image sizing
1727         right.
1728
1729         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1730         nntp-marks-file-name is nil.
1731
1732 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1733
1734         * gnus-html.el (gnus-html-wash-tags)
1735         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1736         Better logging.
1737
1738 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1741
1742         * gnus-html.el (gnus-html-wash-tags): Check the value of
1743         gnus-blocked-images in the summary buffer.
1744
1745 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1746
1747         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1748
1749 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1750
1751         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1752         like "a", it seems like.
1753         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1754         since it needs to be picked from the correct buffer.
1755
1756         * nnwfm.el: Removed.
1757
1758         * nnlistserv.el: Removed.
1759
1760 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1761
1762         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1763         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1764
1765 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * nnkiboze.el: Removed.
1768
1769         * nndb.el: Removed.
1770
1771         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1772         alt text.
1773         (gnus-html-rescale-image): Try to get the rescaling logic right for
1774         images that are just wide and not tall.
1775
1776         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1777         overshadow variable bindings.
1778
1779 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1780
1781         * gnus-html.el (gnus-html-wash-tags)
1782         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1783         extra logging.
1784
1785 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1786
1787         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1788         (gnus-max-image-proportion): New variable.
1789         (gnus-html-rescale-image): New function.
1790         (gnus-html-put-image): Rescale images.
1791
1792 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1793
1794         Fix up some byte-compiler warnings.
1795         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1796         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1797         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1798         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1799         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1800         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1801         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1802
1803 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * gnus-html.el (gnus-article-html): Decode contents by charset.
1806
1807 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1808
1809         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1810         (gnus-html-frame-width, gnus-blocked-images)
1811         * message.el (message-prune-recipient-rules): Add custom version.
1812         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1813
1814         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1815         functions.
1816
1817         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1818         gnus-process-get.
1819
1820 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1821
1822         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1823         instead of lsub directly.
1824
1825 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1826
1827         * nnwarchive.el: Removed.
1828
1829         * gnus-soup.el: Removed.
1830
1831         * nnsoup.el: Removed.
1832
1833         * nnultimate.el: Removed.
1834
1835         * gnus-html.el (gnus-blocked-images): New variable.
1836
1837         * message.el (message-prune-recipients): New function.
1838         (message-prune-recipient-rules): New variable.
1839
1840         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1841         guess whether a long line is natural text or not.
1842
1843         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1844         gnus-process-plist and friends for compatibility.
1845
1846 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1847
1848         * gnus-html.el: Require packages that define macros used in this file.
1849         (gnus-article-mouse-face): Declare to silence byte-compiler.
1850         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1851         process-get.
1852         (gnus-html-put-image): Use plist-get to avoid getf.
1853         (gnus-html-prefetch-images): Use with-current-buffer.
1854
1855 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * gnus-ems.el: Provide compatibility functions for
1858         gnus-set-process-plist.
1859
1860         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1861         header-line-format for XEmacs 21.4.
1862
1863         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1864         * gnus.el (gnus-valid-select-methods)
1865         * message.el (message-send-mail-partially-limit)
1866         * mm-decode.el (mm-text-html-renderer)
1867         * mml.el (mml-insert-mime-headers-always)
1868         * smiley.el (smiley-regexp-alist): Bump custom version.
1869
1870 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1871
1872         * gnus-html.el: require mm-url.
1873         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1874         with the url to `url'.
1875         (gnus-html-wash-tags): Support cid: URLs/images.
1876
1877 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1880         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1881         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1882
1883         * gnus-move.el: Removed file, since it doesn't really work.
1884
1885         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1886         UTF-8.  This seems to fix problems with some German web feeds.
1887
1888         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1889         at the top so that the proper colours are applied.
1890
1891         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1892         don't have dots in their names.
1893
1894         * gnus-art.el (gnus-article-view-part): Doc fix.
1895
1896         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1897         XEmacs-compatible.
1898         (gnus-html-put-image): Don't do images on non-graphic displays.
1899
1900         * nnslashdot.el: Removed this unused backend.
1901
1902         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1903         actions.
1904         (gnus-undo-register-1): Revert last change.
1905
1906         * gnus-group.el (gnus-group-completing-read): Protect against not
1907         having completion-styles bound.
1908
1909         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1910         make broken recipients happier.
1911
1912         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1913
1914         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1915         point parameter.
1916
1917         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1918
1919         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1920         completion-styles for group selection.
1921
1922 2009-02-04  Andreas Schwab  <schwab@suse.de>
1923
1924         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1925         headers and regexp-quote the match if necessary.
1926
1927 2009-03-24  Miles Bader  <miles@gnu.org>
1928
1929         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1930         the blinking smiley.
1931
1932 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1933
1934         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1935         blink smiley.
1936
1937 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938
1939         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1940         where the dribbel file lives exists.
1941
1942         * message.el (message-send-mail-partially-limit): Change the default to
1943         nil, since most people don't want this.
1944
1945         * mm-url.el (mm-url-decode-entities): Also decode entities like
1946         &#x3212.
1947
1948 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1949
1950         * gnus-sum.el (gnus-summary-idna-message):
1951         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1952         Hyperlink urls in docstrings with URL `...'.
1953
1954 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1955
1956         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1957         functions.
1958
1959 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1962         say what the mouseover text should be.
1963
1964         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1965         version of the mm-w3m-safe-url-regexp variable to only download images
1966         in the groups where we want that to happen.
1967
1968         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1969
1970         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1971         easier debugging.
1972         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1973         big pictures in the article buffer.
1974
1975         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1976         gnus-article-html.
1977         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1978         w3m.
1979
1980         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1981
1982 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1983
1984         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1985         which doesn't exist.
1986
1987         * message.el (message-inhibit-ecomplete): New variable to allow some
1988         function to inhibit ecomplete address storage.
1989         (message-resend): Disable ecomplete message storage when resending
1990         messages.
1991
1992         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1993
1994 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1995
1996         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1997         Save excursion while copying, moving, and deleting articles in order to
1998         prevent the cursor from jumping to unforeseen place.
1999
2000 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2001
2002         * lpath.el: No need to bind bookmark-current-buffer,
2003         bookmark-yank-point and bookmark-make-record-function.
2004
2005 2010-08-17  Glenn Morris  <rgm@gnu.org>
2006
2007         * gnus-sync.el: Require gnus components whose functions are used.
2008
2009         * gnus-art.el (bookmark-make-record-function):
2010         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
2011         Declare for compiler.
2012
2013         * mm-url.el (mml-compute-boundary): Autoload.
2014
2015 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2018
2019 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2020
2021         Typo fix "hoo4a" -> "hook".
2022
2023         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2024
2025 2010-08-14  Glenn Morris  <rgm@gnu.org>
2026
2027         * gnus-sync.el (gnus-sync): Fix defgroup version.
2028
2029 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2030
2031         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2032
2033         * gnus-sync.el: Fix docs.
2034         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2035         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2036
2037 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         Optimizations for gnus-sync.el.
2040
2041         * gnus-sync.el: Add docs about gnus-sync-backend
2042         possibilities.
2043         (gnus-sync-save): Remove unnecessary message.
2044         (gnus-sync-read): Optimize and show what groups were skipped.
2045
2046 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2047
2048         Minor bug fixes for gnus-sync.el.
2049
2050         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2051         read the sync on get-new-news.
2052
2053         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2054         quiet.
2055
2056         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2057
2058 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2059
2060         Make saving and restoring of hidden threads work with overlays.
2061         Patch applied by Ted Zlatanov.
2062
2063         * gnus-sum.el (gnus-hidden-threads-configuration)
2064         (gnus-restore-hidden-threads-configuration): Update to deal with text
2065         properties, rather than searching for a magic character.
2066
2067 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2068
2069         New gnus-sync.el library for synchronization of marks.
2070
2071         * gnus-sync.el: New library for synchronization of marks.
2072
2073         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2074         renamed from `gnus-registry-grep-in-list'.
2075
2076         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2077
2078         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2079
2080 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2083         determining charset of text fails.
2084
2085 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2086
2087         * nnmail.el (nnmail-get-new-mail-1): Revert.
2088
2089         * nnml.el (nnml-active-number): Make sure names of newly created groups
2090         in nnml-group-alist are encoded.
2091
2092 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2095         containing non-ASCII characters in active file for nnml back end.
2096
2097 2010-07-24  David Engster  <dengste@eml.cc>
2098
2099         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2100         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2101
2102 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2103
2104         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2105         tag (Bug#6654).
2106
2107 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2110         the article buffer, not the summary buffer.
2111
2112 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2113
2114         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2115         Emacs 23 as well.
2116
2117 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2118
2119         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2120         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2121
2122 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2123
2124         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2125         Patch applied by Karl Fogel.
2126
2127         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2128         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2129
2130 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2131
2132         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2133         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2134         C-w still not working correctly from Article buffers; Thierry's
2135         patch to fix that will be applied after this.
2136
2137         * gnus-art.el (bookmark-make-record-function): New local variable.
2138
2139         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2140         article buffer.
2141         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2142
2143 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2144
2145         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2146         on changes in bookmark.el.
2147
2148 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2151         `no-log' instead of message not to log prompt string.
2152
2153 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2154
2155         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2156         the *other* type of HTML form submission.
2157
2158 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2159
2160         * auth-source.el (auth-source-pick): If choice does not contain a
2161         questioned keyword, set the check to t.
2162
2163 2010-06-12  Romain Francoise  <romain@orebokech.com>
2164
2165         * gnus-util.el (gnus-date-get-time): Move up before first use.
2166
2167 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2170         (gnus-article-edit-part): Bind it to make last part that is substituted
2171         or deleted visible.
2172         (gnus-mime-display-single): Buttonize part of which id equals to
2173         gnus-mime-buttonized-part-id.
2174
2175 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2176
2177         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2178         (gnus-dd-mmm): Use gnus-date-get-time.
2179         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2180         simplify logic.
2181         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2182         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2183
2184 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2185
2186         * auth-source.el (top): Autoload `secrets-list-collections',
2187         `secrets-create-item', `secrets-delete-item'.
2188         (auth-sources): Fix tag string.
2189         (auth-get-source, auth-source-retrieve, auth-source-create)
2190         (auth-source-delete): New defuns.
2191         (auth-source-pick): Rewrite in order to avoid 2 passes.
2192         (auth-source-forget-user-or-password): New parameter USERNAME.
2193         (auth-source-user-or-password): New parameters CREATE-MISSING and
2194         DELETE-EXISTING.  Retrieve password interactively, if needed.
2195
2196 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2197
2198         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2199         deleting unused directories when gnus-expert-user is t.
2200
2201 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2204         for each temp file when gnus-article-browse-delete-temp is ask.
2205
2206 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2207
2208         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2209         Lisp calls to delete-backward-char by calls to delete-char.
2210
2211 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2212
2213         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2214
2215 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2216
2217         * password-cache.el (password-cache-remove): Fix docstring.
2218
2219 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2220
2221         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2222         article unless decoding article to be saved.
2223
2224 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2227         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2228         generated within the mm-with-unibyte-current-buffer macro.
2229
2230 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2233         to nil when we're in a mml-preview buffer and no group is selected.
2234
2235 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2236
2237         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2238         when catching the `C-g'.  Reported by "Leo".
2239
2240 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2241
2242         * message.el (message-forward-make-body-plain)
2243         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2244         multibyte-string-p.
2245
2246         * lpath.el: Revert.
2247
2248 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * message.el (message-forward-make-body-mml): Assume original message
2251         is multibyte string; error on unibyte.
2252         (message-forward-make-body-plain): Ditto; don't add excessive newline
2253         in body end.
2254
2255         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2256
2257 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2258
2259         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2260         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2261
2262 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * mm-extern.el (mm-extern-url): Don't use
2265         mm-with-unibyte-current-buffer.
2266         (mm-extern-cache-contents): Use with-current-buffer instead of
2267         save-excursion + set-buffer.
2268
2269 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2270
2271         * mm-util.el (mm-emacs-mule): Remove.
2272
2273 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2274
2275         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2276         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2277         change.
2278
2279 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2280
2281         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2282         bind the default value of enable-multibyte-characters to nil.
2283
2284 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2285
2286         * message.el (message-forward-make-body-plain)
2287         (message-forward-make-body-mml):
2288         Don't use mm-with-unibyte-current-buffer.
2289
2290 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2291
2292         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2293
2294 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2295
2296         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2297         (Bug#5592).
2298
2299 2010-05-07  Julien Danjou  <julien@danjou.info>
2300
2301         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2302         it to mm-pipe-part.
2303
2304         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2305         it is given.
2306
2307 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * binhex.el (binhex-decode-region-internal)
2310         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2311         (dns-query)
2312         * nnweb.el (nnweb-gmane-search)
2313         * pgg-parse.el (pgg-parse-armor)
2314         * pgg.el (pgg-verify-region)
2315         * sha1.el (sha1-string-external)
2316         * uudecode.el (uudecode-decode-region-internal)
2317         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2318         XEmacs.
2319
2320         * gnus-art.el (gnus-article-browse-html-parts)
2321         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2322         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2323         make-temp-file.
2324
2325         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2326         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2327         compiling.
2328
2329         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2330         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2331         XEmacs when compiling.
2332
2333         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2334         gnus-pick-mode-off-hook for XEmacs when compiling.
2335         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2336         gnus-binary-mode-off-hook for XEmacs when compiling.
2337
2338         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2339         nil if char-charset is not available.
2340
2341         * imap.el (imap-disable-multibyte)
2342         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2343         macros.
2344
2345         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2346         instead of encode-coding-string.
2347
2348         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2349         'xemacs) instead of mm-emacs-mule to switch function definitions.
2350         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2351
2352         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2353         bind temporary-file-directory for XEmacs;
2354         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2355         timer-set-function for XEmacs 21.4 and SXEmacs;
2356         bind timer-list for XEmacs 21.4 and SXEmacs;
2357         fbind char-charset and find-charset-region for non-Mule XEmacs;
2358         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2359         encode-coding-region and encode-coding-string for XEmacs having no
2360         file-coding feature.
2361
2362 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2363
2364         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2365
2366 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2367
2368         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2369         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2370
2371 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2372
2373         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2374         alias `jka-compr-delete-temp-file' no longer exists.
2375
2376 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2377
2378         Use define-minor-mode in Gnus where applicable.
2379         * mml.el (mml-mode): Use define-minor-mode.
2380         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2381         (gnus-undo-mode): Use define-minor-mode.
2382         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2383         (gnus-dead-summary-mode): Use define-minor-mode.
2384         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2385         Initialize in declaration.
2386         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2387         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2388         (gnus-mailing-list-mode): Use define-minor-mode.
2389         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2390         (gnus-draft-mode): Use define-minor-mode.
2391         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2392         (gnus-dired-mode): Use define-minor-mode.
2393
2394 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2395
2396         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2397         handles on recursive mml-to-mime translation and check them for
2398         boundary delimiter collisions.  Reported by Greg Troxel.
2399
2400 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2403
2404 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2405
2406         * mm-util.el (mm-find-buffer-file-coding-system):
2407         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2408
2409 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2410
2411         * message.el (message-generate-headers): Record insertion of optional
2412         headers as well.  Otherwise the check to prevent repeated insertion of
2413         optional headers is a no-op.
2414
2415 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2416
2417         * smime.el: Don't mention CVS.
2418
2419         * nnrss.el (nnrss-fetch): Don't mention CVS.
2420
2421         * nnir.el: Don't mention CVS.
2422
2423 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2424
2425         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2426
2427 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * lpath.el: Fbind bookmark-default-handler,
2430         bookmark-get-bookmark-record, bookmark-make-record-default,
2431         bookmark-prop-get for Emacs <23 and XEmacs.
2432
2433 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2434
2435         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2436         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2437         Use with-current-buffer to silence the byte-compiler.
2438         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2439         bother to require `gnus'.
2440         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2441
2442 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2443
2444         * gnus-sum.el (gnus-summary-bookmark-make-record)
2445         (gnus-summary-bookmark-jump): New functions.
2446         (gnus-summary-mode): Setup bookmark support.
2447
2448 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2449
2450         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2451         if set.
2452
2453 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2456         gnus-article-browse-html-save-cid-image; make it work recursively for
2457         forwarded messages as well.
2458         (gnus-article-browse-html-parts): Work when prefix arg is given.
2459         (gnus-article-browse-html-article): Doc fix.
2460
2461 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2462
2463         * message.el (message-default-mail-headers):
2464         (message-default-headers): Carry the value mail-default-headers over
2465         into message-default-mail-headers, rather than message-default-headers.
2466
2467 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2468
2469         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2470         charset.
2471
2472         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2473         charset into the <meta> tag when the article is encoded to utf-8.
2474
2475 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2476
2477         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2478         directories as well.
2479         (gnus-article-browse-html-parts): Work for images that do not specify
2480         file names; delete temp directory when quitting; insert header at the
2481         right place; use file: scheme for image files.
2482
2483 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2484
2485         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2486         (gnus-article-browse-html-parts): Use it to make temporary cid image
2487         files in addition to html file so that browser may display them.
2488
2489 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2492
2493 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2494
2495         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2496
2497 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2498
2499         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2500         about Secret Service API sources.  Improve Customize options.
2501         (auth-source-pick): Change to accept any number of search parameters.
2502         Implement fallbacks iteratively, not recursively.  Add scoring on the
2503         second pass and sort by score.  Call Secret Service API when needed.
2504         (auth-source-user-or-password): Use it.  Call Secret Service API
2505         directly when needed to get the user name and the password.
2506
2507 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2508
2509         * message.el (message-interactive): Doc fix.
2510         (message-qmail-inject-args): Reflow.
2511         (message-kill-to-signature): Fix typo in docstring.
2512
2513         * smiley.el (smiley-buffer): Fix typo in docstring.
2514
2515 2010-03-24  Glenn Morris  <rgm@gnu.org>
2516
2517         * mail-source.el (gnus-message): Declare.
2518         (mail-source-delete-old-incoming): Require gnus-util.
2519
2520 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2523
2524         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2525
2526         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2527         password-cache's default if it is not bound.
2528         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2529         password-cache-expiry's default if it is not bound.
2530
2531         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2532         available in Emacs 21.
2533
2534         * lpath.el: Suppress compiler warnings for:
2535         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2536         XEmacs;
2537         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2538         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2539         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2540
2541 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2542
2543         * auth-source.el (auth-sources): Fix up definition so extra parameters
2544         are always inline.
2545
2546 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2547
2548         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2549         wasn't updated after mismatch.  Clear cached mailbox info correctly
2550         when uidvalidity changes.
2551         (nnimap-group-prefixed-name): New function to avoid some code
2552         duplication.
2553         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2554         (nnimap-request-group): Use it.
2555         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2556         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2557         with many imap folders.  This is done by caching the group status from
2558         the imap server persistently in a group parameter `imap-status'.  (This
2559         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2560         but not persistently, so every Gnus startup was still very slow.)
2561
2562 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2563
2564         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2565         delete the extra newline.  Otherwise editing of :string and :number
2566         types don't work.
2567
2568 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2569
2570         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2571         secrets.el dependency.
2572         (auth-sources): Add optional user name.  Add secrets.el configuration
2573         choice (unused right now).
2574
2575 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2576
2577         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2578         `gnus-registry-install-shortcuts' fill in the functions.
2579
2580         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2581         warnings.
2582         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2583         (gnus-registry-install-shortcuts): Populate and use it in a
2584         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2585
2586 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2587
2588         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2589         In-place substitutions for the group name encoding/decoding.
2590         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2591         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2592         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2593         (nnimap-update-unseen, nnimap-request-list)
2594         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2595         (nnimap-request-set-mark, nnimap-split-to-groups)
2596         (nnimap-split-articles, nnimap-request-newgroups)
2597         (nnimap-request-create-group, nnimap-request-accept-article)
2598         (nnimap-request-delete-group, nnimap-request-rename-group)
2599         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2600         `encoded-mbx' for consistency.
2601         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2602         variable `imap-current-mailbox'.
2603
2604         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2605         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2606
2607 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2608
2609         * pop3.el (pop3-display-message-size-flag): Display message size byte
2610         counts during POP3 download.
2611         (pop3-movemail): Use it.
2612         (pop3-list): Implement listing of available messages.
2613
2614 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2615
2616         * nnir.el (nnir-get-article-nov-override-function): New function to
2617         override the normal NOV retrieval.
2618         (nnir-retrieve-headers): Use it.
2619
2620 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2621
2622         * auth-source.el (netrc-machine-user-or-password): Autoload.
2623
2624 2010-03-19  Glenn Morris  <rgm@gnu.org>
2625
2626         Stop message.el from loading about 40 libraries it doesn't always need.
2627         The general approach is to autoload rather than require, and to
2628         require in the specific functions rather than the file.  (Bug#5642)
2629
2630         * gmm-utils.el: Don't require wid-edit.
2631         (widget-create-child-value, widget-convert, widget-default-get):
2632         Autoload.
2633
2634         * gnus-util.el: Don't require time-date, netrc.
2635         (message-fetch-field, gnus-group-name-decode): Declare rather than
2636         autoloading.
2637         (gnus-fetch-field): Require message.
2638         (gnus-decode-newsgroups): Require gnus-group.
2639
2640         * ietf-drums.el: Don't require time-date.
2641
2642         * message.el: Don't require hashcash, canlock, ecomplete.
2643         Do require mail-utils.  Require nnheader only when compiling.
2644         (smtpmail-default-smtp-server): Remove declaration.
2645         (message-send-mail-function): Check smtpmail-default-smtp-server
2646         is bound rather than requiring smtpmail.
2647         (message-auto-save-directory, message-insert-signature): Use
2648         expand-file-name rather than nnheader-concat.
2649         (nnheader-insert-file-contents): Autoload.
2650         (hashcash-wait-async): Declare.
2651         (message-send-mail): Only call gnus-setup-posting-charset if
2652         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2653         (message-send-mail-with-sendmail): Require sendmail.
2654         (canlock-password, canlock-password-for-verify): Declare.
2655         (message-canlock-password): Require canlock.
2656         (nnheader-get-report): Autoload.
2657         (gnus-setup-posting-charset): Declare.
2658         (message-send-news): Require gnus-msg.
2659         (message-make-references, message-make-in-reply-to): Use mail-header-id
2660         rather than the alias mail-header-message-id.
2661         (ecomplete-add-item, ecomplete-save): Declare.
2662         (message-put-addresses-in-ecomplete): Require ecomplete.
2663         (ecomplete-display-matches): Autoload.
2664
2665         * mm-decode.el: Don't require mailcap, gnus-util.
2666         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2667         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2668         Autoload.
2669         (mailcap-mime-extensions): Declare.
2670
2671         * mm-encode.el: Don't require mailcap.
2672         (mailcap-extension-to-mime): Autoload.
2673
2674         * mml-sec.el: Don't require password-cache.
2675
2676         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2677         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2678         (mml-minibuffer-read-type): Require mailcap.
2679         (mml-preview): Require gnus-msg.
2680
2681         * mml1991.el: Require password-cache.
2682         (password-cache-expiry): Remove declaration.
2683
2684         * mml2015.el: Require password-cache.
2685         (password-cache-expiry): Remove declaration.
2686
2687         * nneething.el (mailcap): Require mailcap.
2688
2689         * nnheader.el (declare-function): Add compatibility stub.
2690         (message-remove-header): Declare rather than autoload.
2691         (nnheader-replace-header): Require message.
2692
2693         * nnimap.el (declare-function): Add compatibility stub.
2694         (netrc-parse, netrc-machine-user-or-password): Declare.
2695         (nnimap-open-connection): Require netrc.
2696
2697         * nntp.el (declare-function): Add compatibility stub.
2698         (netrc-parse, netrc-machine, netrc-get): Declare.
2699         (nntp-send-authinfo): Require netrc.
2700
2701         * rfc2047.el: Don't require qp.
2702         (quoted-printable-encode-region, quoted-printable-decode-string):
2703         Autoload.
2704
2705         * sieve-mode.el: Don't require easymenu.
2706         (easy-menu-add-item): Autoload it.
2707
2708         * spam-stat.el (time-to-number-of-days): Autoload it.
2709
2710 2010-03-19  Glenn Morris  <rgm@gnu.org>
2711
2712         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2713
2714 2010-03-18  Glenn Morris  <rgm@gnu.org>
2715
2716         * hashcash.el (declare-function): Remove duplicate definition.
2717
2718 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2719
2720         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2721         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2722         value if any backslash escapes).
2723
2724 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2725
2726         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2727         if it is available.  (bug#5647)
2728
2729         * lpath.el: Suppress compiler warning for coding-system-from-name for
2730         Emacs 21 and XEmacs.
2731
2732 2010-03-14  Juri Linkov  <juri@jurta.org>
2733
2734         * hmac-def.el:
2735         * hmac-md5.el:
2736         * netrc.el: Fix keywords.
2737
2738 2010-02-26  Glenn Morris  <rgm@gnu.org>
2739
2740         * message.el (message-send-mail-function): Change the default, so that
2741         it inherits from a customized send-mail-function.  (Bug#5643)
2742
2743 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2744
2745         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2746         shell-command-to-string signals an error (bug#5299).
2747
2748 2010-02-24  Glenn Morris  <rgm@gnu.org>
2749
2750         * message.el (message-smtpmail-send-it)
2751         (message-send-mail-with-mailclient): Doc fixes.
2752
2753 2010-02-16  Glenn Morris  <rgm@gnu.org>
2754
2755         * message.el (message-default-mail-headers): Change the default value
2756         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2757
2758 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2759
2760         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2761         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2762
2763 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2764
2765         * time-date.el (date-to-time): Doc fix (Bug#5408).
2766
2767 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2768
2769         * message.el (message-mail): Just pass yank-action on to message-setup.
2770         (message-setup): Handle (FUN . ARGS) form of yank-action.
2771         (message-with-reply-buffer, message-widen-reply)
2772         (message-yank-original): Handle non-buffer values of
2773         message-reply-buffer (Bug#4080).
2774         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2775
2776 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2777
2778         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2779         Fix typo in docstring.
2780
2781 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2782
2783         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2784         response.
2785
2786 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2789
2790         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2791
2792         * message.el (message-check-news-header-syntax): Protect against a
2793         string that `rfc822-addresses' returns when parsing fails.
2794
2795 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2798         (gnus-previous-char-property-change): New functions.
2799
2800         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2801
2802 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2803
2804         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2805         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2806
2807 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2808
2809         * message.el (message-exchange-point-and-mark): Rework last change to
2810         avoid using optional arg of exchange-point-and-mark, for backward
2811         compatibility.
2812
2813 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2814
2815         * message.el (message-exchange-point-and-mark): Call
2816         exchange-point-and-mark with an argument rather than setting
2817         mark-active by hand (Bug#5175).
2818
2819 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * nntp.el (nntp-service-to-port): Work for service expressed with
2822         numeric string; replace [:digit:] with [0-9] for XEmacs.
2823
2824 2009-12-17  Glenn Morris  <rgm@gnu.org>
2825
2826         * gnus-group.el (gnus-bug-group-download-format-alist):
2827         Change emacs entry to debbugs.gnu.org.  Bump :version.
2828
2829 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2830
2831         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2832
2833 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2834
2835         * message.el (message-info): Explain why we use `Info-goto-node'.
2836
2837 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2838
2839         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2840
2841 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2842
2843         * message.el (message-completion-in-region): New compatibility function.
2844         (message-expand-group): Use it.
2845
2846 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2849         with no unread article should be listed if the 2nd arg `predicate' is
2850         given.
2851
2852 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2855
2856 2009-11-29  Juri Linkov  <juri@jurta.org>
2857
2858         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2859         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2860         on `gnus-recenter'. (Bug#4698, Bug#4981)
2861
2862 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2863
2864         * sha1.el (sha1-string-external): default-directory "/" in case
2865         otherwise non-existent.  process-connection-type pipe for touch of
2866         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2867
2868 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2869
2870         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2871         it's comms related and sgml-mode.el has "comm" on that basis too.
2872
2873 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2874
2875         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2876         containing tspecial characters if they have been already quoted.
2877
2878 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2879
2880         * dns-mode.el (auto-mode-alist): Purecopy string.
2881
2882 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2883
2884         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2885
2886 2009-10-24  Glenn Morris  <rgm@gnu.org>
2887
2888         * gnus-art.el (help-xref-stack-item): Define for compiler.
2889
2890 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2891
2892         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2893
2894 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2895
2896         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2897
2898 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2901         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2902
2903 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2906         (gnus-overlays-in): New alias to overlays-in.
2907
2908         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2909         gnus-overlay-get, and gnus-delete-overlay.
2910         (gnus-summary-show-thread): Make it work as well for systems in which
2911         next-single-char-property-change is not available.
2912         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2913
2914         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2915         (gnus-overlay-get): New alias to extent-property.
2916         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2917
2918         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2919         SXEmacs.
2920
2921         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2922         SXEmacs.
2923
2924 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2925
2926         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2927
2928 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2929
2930         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2931         and XEmacs that don't have `remove-overlays'.
2932
2933 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2934
2935         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2936         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2937         selective display.  Use overlays instead.
2938
2939 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2940
2941         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2942
2943 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2944
2945         * spam-stat.el (spam-stat-load): Fix typo in message.
2946
2947 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2948
2949         * dig.el (dig-invoke): Fix typo in docstring.
2950         (query-dig): Reflow docstring.
2951
2952 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2953
2954         * gnus-art.el (gnus-article-encrypt-body):
2955         * message.el (message-check-recipients):
2956         * mm-util.el (mm-codepage-setup):
2957         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2958         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2959
2960 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2961
2962         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2963         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2964         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2965         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2966         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2967
2968 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2969
2970         * dig.el: Add "Keywords: comm", as per net-utils.el.
2971
2972 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2973
2974         * dig.el (dig-mode): Use define-derived-mode.
2975
2976 2009-09-19  Glenn Morris  <rgm@gnu.org>
2977
2978         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2979
2980 2009-09-18  Glenn Morris  <rgm@gnu.org>
2981
2982         * gnus-diary.el (gnus-diary-check-message):
2983         * message.el (message-insert-formatted-citation-line):
2984         * nnbabyl.el (top-level):
2985         * nndiary.el (nndiary-schedule):
2986         Fix typos in condition-case handlers.
2987
2988 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2989
2990         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2991         configuration that provides the sole article window in a frame;
2992         position point correctly after deleting a part.
2993
2994 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2995
2996         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2997         (spam-resolve-registrations-routine): Use it to unregister articles
2998         that change status.
2999
3000 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
3003         with XEmacs.
3004         (parse-time-string-chars): Use it.
3005
3006 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3007
3008         * imap.el (imap-interactive-login): Better messages.
3009         (imap-open): Fix bug with renamed buffer on reconnect.
3010         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3011         for easier debugging and cleaner code.  On successful (guessed based on
3012         server capabilities) secondary authentication, set imap-state
3013         correctly.
3014         (imap-last-authenticator): Define imap-last-authenticator as a variable
3015         to avoid warnings.
3016
3017 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3018
3019         * nnrss.el (nnrss-request-article): Remove binding of
3020         default-enable-multibyte-characters that has gotten needless by
3021         the 2007-07-13 change in rfc2047-encode-message-header.
3022
3023         * mml.el (mml-insert-multipart): Error on the message header.
3024         (mml-insert-part): Error on the message header; position point at
3025         the end of a MIME tag.
3026
3027 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3028
3029         * time-date.el (autoload): Expand define-obsolete-function-alias into
3030         defalias and make-obsolete for old Emacsen that Gnus supports.
3031         (with-no-warnings): Define it for old Emacsen.
3032         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3033         is available.
3034         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3035         float-time is available; suppress compile warning for time-to-seconds.
3036
3037         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3038         (gnus-float-time): Alias to float-time if it exists.
3039
3040         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3041         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3042         float-time is available; suppress compile warning for time-to-seconds.
3043
3044         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3045         XEmacs.
3046
3047 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3048
3049         * imap.el (imap-message-map): Docstring fix.
3050
3051 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3052
3053         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3054         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3055         Add the optional argument `encoding' that overrides the default.
3056
3057         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3058         mm-encode-buffer.
3059
3060 2009-09-04  Glenn Morris  <rgm@gnu.org>
3061
3062         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3063         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3064         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3065         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3066         * mm-util.el (mm-with-unibyte-current-buffer)
3067         (mm-find-buffer-file-coding-system):
3068         * yenc.el (yenc-decode-region): Use default-value rather than
3069         default-enable-multibyte-characters.
3070
3071 2009-09-03  Glenn Morris  <rgm@gnu.org>
3072
3073         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3074         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3075         than default-enable-multibyte-characters.
3076
3077 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3078
3079         * gnus-art.el (gnus-article-read-summary-keys):
3080         Fix gnus-buffer-configuration's value temporarily used.
3081
3082 2009-09-02  Glenn Morris  <rgm@gnu.org>
3083
3084         * gnus-util.el (gnus-float-time): New function.
3085         * gnus-delay.el (gnus-delay-article):
3086         * gnus-sum.el (gnus-thread-latest-date):
3087         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3088         * nnspool.el (nnspool-request-newgroups):
3089         Use gnus-float-time rather than time-to-seconds.
3090         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3091
3092         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3093         (gnus-header-subject-face, gnus-header-newsgroups-face)
3094         (gnus-header-name-face, gnus-header-content-face):
3095         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3096         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3097         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3098         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3099         (gnus-cite-face-11):
3100         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3101         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3102         (gnus-server-closed-face, gnus-server-denied-face)
3103         (gnus-server-offline-face):
3104         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3105         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3106         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3107         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3108         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3109         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3110         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3111         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3112         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3113         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3114         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3115         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3116         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3117         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3118         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3119         (gnus-summary-high-undownloaded-face)
3120         (gnus-summary-low-undownloaded-face)
3121         (gnus-summary-normal-undownloaded-face)
3122         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3123         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3124         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3125         (gnus-splash-face):
3126         * message.el (message-header-to-face, message-header-cc-face)
3127         (message-header-subject-face, message-header-newsgroups-face)
3128         (message-header-other-face, message-header-name-face)
3129         (message-header-xheader-face, message-separator-face)
3130         (message-cited-text-face, message-mml-face):
3131         * sieve-mode.el (sieve-control-commands-face)
3132         (sieve-action-commands-face, sieve-test-commands-face)
3133         (sieve-tagged-arguments-face):
3134         * spam.el (spam-face):
3135         Mark face aliases with "-face" in the name as obsolete.
3136
3137 2009-09-01  Glenn Morris  <rgm@gnu.org>
3138
3139         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3140         than goto-line.
3141
3142 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3143
3144         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3145         Don't move point if the command is invoked inside the message header.
3146
3147 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3148
3149         * imap.el (imap-send-command): Simplify.
3150         (imap-wait-for-tag): point-max -> buffer-size.
3151
3152 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3153
3154         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3155         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3156         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3157         * nnir.el (nnir-swish-e-index-file):
3158         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3159         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3160         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3161         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3162         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3163         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3164
3165 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3168         Don't save excursion.
3169
3170 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3171
3172         * nnheader.el (nnheader-find-file-noselect):
3173         * mm-util.el (mm-insert-file-contents):
3174         Use (default-value 'major-mode) instead of default-major-mode.
3175
3176 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3177
3178         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3179
3180 2009-08-26  Glenn Morris  <rgm@gnu.org>
3181
3182         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3183         than placing in files.el.
3184
3185 2009-08-25  Glenn Morris  <rgm@gnu.org>
3186
3187         * nnir.el (top-level): Don't require cl at run-time.
3188         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3189         Replace cl-function substitute with gnus-replace-in-string.
3190         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3191         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3192         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3193         simplified expansions.
3194
3195 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3196
3197         * dig.el (dig): Add autoload cookie.
3198
3199 2009-08-22  Glenn Morris  <rgm@gnu.org>
3200
3201         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3202         goto-line.
3203
3204 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3205
3206         * parse-time.el (parse-time-string-chars): Save match data.
3207
3208 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3209
3210         * parse-time.el (parse-time-string-chars): Compute using character
3211         classes, to handle non-ascii characters (Bug#3190).
3212
3213 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3214
3215         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3216
3217         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3218         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3219         (gnus-mm-display-part, gnus-mime-display-single)
3220         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3221         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3222
3223         * gnus-sum.el
3224         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3225         (gnus-summary-move-article): Add expirable mark to articles copied or
3226         moved to group that has auto-expire turned on if the option is non-nil.
3227
3228 2009-07-24  Glenn Morris  <rgm@gnu.org>
3229
3230         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3231         Fix typo.  (Bug#3903)
3232
3233 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3236         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3237         that should not be used for draft articles.
3238         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3239         that has no concern in minor mode keys.
3240         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3241         Abolish.
3242
3243 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3246         article without making inquiry to a user for unknown encoding.
3247
3248         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3249         (nnmaildir--scan): Assume i-node and device number that file-attributes
3250         returns might be cons-cell.
3251
3252         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3253
3254         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3255
3256 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3257
3258         * auth-source.el: Remove docs now in auth.texi.  Don't use
3259         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3260         `auth-source-hide-passwords' and use them.
3261
3262 2009-07-15  Glenn Morris  <rgm@gnu.org>
3263
3264         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3265
3266 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3269         excessive whitespace from the default values of title and description.
3270
3271 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3274         mail-fetch-field to fetch Content-Description header in order to
3275         exclude newlines.
3276
3277 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3278
3279         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3280         format used by GnuPG 2.0.11.
3281
3282 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3283
3284         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3285         to deleted part.
3286
3287 2009-05-30  David Engster  <dengste@eml.cc>
3288
3289         * nnmairix.el: Remove old documentation in the commentary block.
3290         (nnmairix-request-group): Do not update active file for nnml back ends.
3291         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3292         end so that overview files are ignored.
3293         (nnmairix-update-groups): Make updating the groups more robust by using
3294         marks.
3295         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3296         with dollar characters in message-id.
3297
3298 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3299
3300         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3301         2008-12-25 in dns.el.
3302
3303 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3304
3305         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3306         could happen if the text is only composed of spaces and/or tabs.
3307
3308 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3309
3310         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3311         when sending a queued message to avoid extra mml tags.
3312
3313 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3316
3317 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3320         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3321         rmail-toggle-header for XEmacs;
3322         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3323
3324 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3325
3326         * gnus-dired.el: Remove autoload for gnus-setup-message.
3327         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3328         displaying Gnus logo; always use compose-mail.
3329
3330 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3331
3332         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3333
3334 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3337         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3338         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3339         available.
3340         (gnus-nocem-epg-verify): New function.
3341
3342 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3343
3344         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3345
3346 2009-02-15  Glenn Morris  <rgm@gnu.org>
3347
3348         * gnus-util.el (rmail-insert-rmail-file-header)
3349         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3350         autoloads.
3351         (rmail-default-rmail-file): Remove unnecessary declaration.
3352         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3353
3354 2009-02-14  Glenn Morris  <rgm@gnu.org>
3355
3356         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3357         variable (only used in gnus-util, which declares it anyway).
3358         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3359         which was only needed by gnus-art (changed to not use it any more).
3360         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3361         only used in gnus-util, which autoloads it itself.
3362         (rmail-update-summary): Fix autoload.
3363
3364         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3365         rather than rmail-output-to-rmail-file.
3366
3367 2009-02-07  Glenn Morris  <rgm@gnu.org>
3368
3369         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3370         autoload of function that no longer exists.
3371         (rmail-toggle-header): Declare.
3372         (message-forward-rmail-make-body): Handle mbox Rmail.
3373
3374 2009-01-31  Glenn Morris  <rgm@gnu.org>
3375
3376         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3377         2009-01-09 change.
3378
3379 2009-01-31  Dave Love  <fx@gnu.org>
3380
3381         * imap.el (imap-fetch-safe): Bind debug-on-error.
3382         (imap-debug): Add imap-fetch-safe.
3383
3384 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3385
3386         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3387         (auth-source-forget-all-cached): New convenience function.
3388         (auth-source-user-or-password): Accept list of modes or a single mode.
3389
3390         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3391         auth-source modes.
3392
3393         * netrc.el (netrc-machine-user-or-password): Use list of
3394         auth-source modes.
3395
3396         * nnimap.el (nnimap-open-connection): Use list of
3397         auth-source modes.
3398
3399         * nntp.el (nntp-send-authinfo): Use list of
3400         auth-source modes.
3401
3402 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3403
3404         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3405         now.
3406
3407 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3410         coding system in XEmacs; add a workaround for XEmacs.
3411
3412         * lpath.el: Fbind coding-system-aliasee.
3413
3414 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3417         of current-language-environment.
3418
3419 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3420
3421         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3422         available at runtime.
3423
3424 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3427
3428 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3429
3430         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3431         the greatest positive fixnum value doesn't work under an XEmacs with
3432         bignum support; use the most-positive-fixnum constant instead,
3433         available since Emacs 21.1 with cl and XEmacs 21.1.
3434
3435 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3438         XEmacs gets not to work.
3439
3440 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * mm-util.el (mm-coding-system-priorities): Allow the value like
3443         "Japanese (UTF-8)" of current-language-environment.
3444
3445 2009-01-09  Glenn Morris  <rgm@gnu.org>
3446
3447         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3448         with last-command-event.
3449
3450 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3451
3452         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3453         in the doc string.
3454
3455         * message.el (message-fix-before-sending): Amend comment.
3456
3457 2009-01-08  Dave Love  <fx@gnu.org>
3458
3459         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3460
3461 2009-01-07  David Engster  <dengste@eml.cc>
3462
3463         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3464         simplified server definitions by converting it via
3465         gnus-server-to-method.
3466
3467 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3470         parameter's operands.
3471
3472 2009-01-06  David Engster  <dengste@eml.cc>
3473
3474         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3475         primary select method (for gnus-group-mark-article-as-read).
3476
3477 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3478
3479         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3480         `(gnus)Face', not `(gnus)X-Face'.
3481
3482 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * mm-util.el (mm-ucs-to-char): New function.
3485
3486         * mm-url.el (mm-url-decode-entities): Use it.
3487
3488         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3489         unicode-to-char.
3490
3491 2009-01-05  Dave Love  <fx@gnu.org>
3492
3493         * time-date.el: Require cl for `declare'.
3494
3495 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3496
3497         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3498         Dave Love.
3499
3500 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3501
3502         * message.el (message-fix-before-sending): Add `eight-bit' to
3503         illegible-text check.
3504
3505 2009-01-03  Michael Olson  <mwolson@gnu.org>
3506
3507         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3508         `headers' is nil.  This can occur if the IMAP server does not have
3509         permissions to read messages from a folder, but can write new messages
3510         to the folder.
3511         (nnimap-request-article-part): Do not insert `data' if it is nil.
3512
3513         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3514         characters which will confuse `read', so skip past them.
3515
3516 2009-01-01  Dave Love  <fx@gnu.org>
3517
3518         * imap.el (imap-string-to-integer): Fix typo.
3519         (imap-fetch-safe): New function.
3520         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3521
3522         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3523
3524         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3525         (imap-parse-greeting): Fix doc strings.
3526         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3527         (imap-parse-flag-list): Make messages unique.
3528         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3529
3530         * nnimap.el: Fix author email.
3531         (nnimap-split-rule): Add FIXME comment.
3532         (nnimap-debug): Fix doc string.
3533
3534 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3535
3536         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3537
3538 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3539
3540         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3541         nslookup if resolv.conf isn't available.
3542         (dns-query): Rename from query-dns.
3543         (dns-query-cached): Rename from query-dns-cached.
3544
3545 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3548         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3549         to check if those variables exist (first appeared in Emacs 18.50).
3550
3551 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * mm-util.el (mm-line-number-at-pos): New function.
3554
3555         * spam-report.el (spam-report-process-queue): Use it.
3556
3557 2008-12-24  David Engster  <dengste@eml.cc>
3558
3559         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3560         parameters that haven't existed as variables as buffer-local variables.
3561
3562 2008-12-23  Dave Love  <fx@gnu.org>
3563
3564         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3565         cadar.
3566
3567         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3568         imap-starttls-p.
3569         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3570
3571 2008-12-22  Dave Love  <fx@gnu.org>
3572
3573         * imap.el: Fix author email.  Doc fixes.
3574         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3575         reply.
3576
3577 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3578
3579         * spam-report.el (spam-report-gmane-max-requests): New constant.
3580         (spam-report-gmane-wait): New variable.
3581         (spam-report-gmane-ham, spam-report-gmane-spam)
3582         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3583         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3584         the server.
3585
3586         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3587         Add explanations.
3588
3589         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3590         nnheader-accept-process-output and nnheader-read-timeout if available.
3591         (pop3-movemail): Use it.
3592
3593         * message.el (message-check-news-body-syntax): Fix signature check if
3594         there's an attachment.
3595
3596 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * mm-util.el: Add comments to the mm- emulating functions.
3599
3600 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3601
3602         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3603         by Stephen Berman <stephen.berman@gmx.net>.
3604
3605 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3606
3607         * mm-util.el (mm-substring-no-properties): New function.
3608         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3609         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3610         (mm-string-to-multibyte): Doc fix.
3611
3612         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3613
3614 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3615
3616         * mml.el (mml-attach-file): Strip text properties from file name.
3617         (Bug#1574)
3618
3619 2008-12-16  Glenn Morris  <rgm@gnu.org>
3620
3621         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3622
3623 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3626         knows since the charset specified might be a bogus alias that
3627         mm-charset-synonym-alist provides.
3628
3629 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3630
3631         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3632         "ISO_8859-1".
3633
3634         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3635
3636 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * mm-util.el (mm-charset-eval-alist):
3639         Define it before mm-charset-to-coding-system.
3640         (mm-charset-to-coding-system): Add optional argument `silent';
3641         define it before mm-charset-override-alist.
3642         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3643         default value if it can be used in Emacs currently running;
3644         silence mm-charset-to-coding-system.
3645
3646 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3647
3648         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3649         `allow-override' which says whether to use `mm-charset-override-alist'.
3650         (rfc2047-decode-encoded-words): Use it.
3651
3652         * mm-util.el (mm-charset-override-alist): Fix custom type;
3653         add `(gb2312 . gbk)' to choices.
3654
3655 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3656
3657         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3658         fast.
3659
3660         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3661
3662         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3663
3664 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3665
3666         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3667         on links.
3668
3669         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3670
3671 2008-12-03  Lute Kamstra  <lute@gnu.org>
3672
3673         * sha1.el: Remove leading * from docstrings of defcustoms,
3674         deffaces, defconsts and defuns.
3675
3676 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3677
3678         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3679         users' addresses that don't have domain parts.
3680         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3681         rather than message-narrow-to-head since there will be the message
3682         header separator.
3683
3684 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3685
3686         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3687         since the result is inserted in a unibyte buffer anyway.
3688         (nnimap-demule-use-string-to-multibyte): Remove.
3689         (nnimap-demule): Alias it to mm-string-to-multibyte.
3690
3691 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3692
3693         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3694         variable for debugging bug#464 and bug#1174.
3695         (nnimap-demule): Use it.
3696
3697 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3698
3699         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3700         score calculation correctly.
3701
3702 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3703
3704         * message.el (message-send-mail): Just set the buffer to unibyte
3705         rather than use mm-with-unibyte-current-buffer which does a lot more.
3706         (message-send-mail-partially): Don't bother with
3707         mm-with-unibyte-current-buffer since it's already been made unibyte by
3708         message-send-mail.
3709
3710 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3711
3712         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3713
3714 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3715
3716         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3717
3718 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3721         require itself and to remove `with-no-warnings'.
3722
3723 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3724
3725         * starttls.el (starttls-any-program-available): Get the name of the
3726         available TLS layer program.
3727         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3728         well as the host name in the "opening" message.
3729
3730         * auth-source.el (auth-source-cache, auth-source-do-cache)
3731         (auth-source-user-or-password): Cache passwords and logins by default,
3732         allow override with `auth-source-do-cache'.
3733         (auth-source-forget-user-or-password): Allow users to remove cache
3734         entries if needed.
3735
3736 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3737
3738         * md4.el (md4-buffer): Fix typo in docstring.
3739         (md4, md4-64): Doc fixes.
3740         (md4-pack-int32): Reflow docstring.
3741
3742 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3743
3744         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3745         condition-case to only the forward-sexp call.
3746
3747 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3750         quotes contained.  Make it more robust regardless by an extra
3751         condition-case wrapper.
3752
3753 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3754
3755         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3756
3757 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * nnml.el (nnml-request-expire-articles): Check if the function set to
3760         `nnmail-expiry-target' returns the symbol `delete'.
3761
3762         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3763
3764         * nnmail.el (nnmail-expiry-target): Fix custom type.
3765
3766 2008-10-02  Glenn Morris  <rgm@gnu.org>
3767
3768         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3769         Silence compiler warning.
3770
3771 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3772
3773         * tls.el (open-tls-stream): Show the actual command being
3774         executed, instead of the format string.
3775
3776 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * lpath.el: Fbind codepage-setup for Emacs 23.
3779
3780 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3781
3782         * mml.el (mml-menu): Don't assume mml2015 is bound.
3783
3784 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3787         exists.
3788
3789 2008-09-27  Glenn Morris  <rgm@gnu.org>
3790
3791         * gnus-util.el (mail-header-remove-comments): Autoload it.
3792
3793 2008-09-27  Andreas Schwab  <schwab@suse.de>
3794
3795         * gnus-util.el (gnus-split-references): Strip comments.
3796         (gnus-parent-id): Likewise.
3797
3798 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3799
3800         * message.el (message-confirm-send): Fix version.
3801
3802 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * message.el (message-idna-to-ascii-rhs-1): Use
3805         mail-extract-address-components rather than mail-header-parse-addresses
3806         that is an alias by default to ietf-drums-parse-addresses that does not
3807         support non-ASCII names in headers' contents.
3808
3809 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3810
3811         * message.el (message-confirm-send): Fixed variable documentation to
3812         avoid the "y/n" wording.
3813
3814 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3815
3816         * message.el (message-set-auto-save-file-name): Save to a different
3817         filename so multiple messages (especially drafts) can be recovered.
3818
3819 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3820
3821         * message.el (message-confirm-send): Add appropriate version.
3822
3823 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3824
3825         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3826         defvar.
3827
3828 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3829
3830         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3831         (mm-pkcs7-enveloped-magic): Ditto.
3832
3833 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3834
3835         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3836         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3837
3838 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3839
3840         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3841         default, it's better.
3842
3843 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3844
3845         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3846         summary line gnus-number property and ignore them (with a warning
3847         message).
3848
3849 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3852         macro caddr in the interactive form since it won't be expanded.
3853
3854 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3857         `charset'; fix name of function called recursively.
3858         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3859
3860 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3863         (gnus-mime-set-charset-parameters): New function.
3864         (gnus-mime-view-part-as-charset): Use it to correctly display part
3865         specifying wrong charset.
3866
3867 2008-09-08  David Engster  <dengste@eml.cc>
3868
3869         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3870         in completing-read for back end server.
3871
3872 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3873
3874         * message.el (message-confirm-send): New variable to confirm sending a
3875         message.
3876         (message-send): Use it.
3877
3878 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3879
3880         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3881
3882 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3885
3886 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3887
3888         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3889         prevent tracking too many groups.
3890         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3891         Use it.
3892
3893 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3894
3895         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3896         moving point to the bottom of the window in order to avoid recentering.
3897
3898 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3901
3902         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3903         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3904         (gnus-article-beginning-of-window): Fix calculation.
3905
3906 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3907
3908         * gnus-msg.el (gnus-summary-supersede-article)
3909         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3910         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3911         message header.
3912
3913 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3914
3915         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3916         pending output coming after the status change.
3917
3918 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3919
3920         * message.el:
3921         * gnus-start.el:
3922         * gnus-registry.el: Remove VMS support.
3923
3924 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3925
3926         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3927         macro.
3928         (rfc2104-hash): Use it.
3929
3930 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3931
3932         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3933         (gnus-summary-sort-by-most-recent-date): New commands.
3934         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3935         and menu entries.
3936
3937 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3940         don't redisplay article for raw contents; remove plural articles stuff.
3941
3942         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3943         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3944         on gnus-summary-save-article; display results properly.
3945
3946 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3947
3948         * lpath.el: No need to fbind ns-focus-frame.
3949
3950 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3951
3952         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3953
3954 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3957         gnus-save-all-headers.
3958
3959 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3960
3961         * gnus-util.el (ns-focus-frame): Remove declaration.
3962         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3963         like x.
3964
3965 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3966
3967         * rfc2104.el (rfc2104-zero): Delete defconst.
3968         (rfc2104-hex-alist): Likewise.
3969         (rfc2104-hex-to-int): Delete func.
3970         (rfc2104-hexstring-to-bitstring): Likewise.
3971         (rfc2104-nybbles): New defconst.
3972         (rfc2104-hash): Rewrite for speed.
3973
3974 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * tls.el (open-tls-stream): Make it work with the 2nd argument
3977         BUFFER that is a string but does not exist as a buffer object, as
3978         mentioned in the doc-string.
3979
3980 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3983         SXEmacs.
3984
3985 2008-07-16  Glenn Morris  <rgm@gnu.org>
3986
3987         * gnus-util.el (ns-focus-frame): Declare for compiler.
3988
3989 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3992         set as a group parameter.
3993         (gnus-summary-save-in-pipe): Work when it is called independently.
3994         (gnus-summary-pipe-to-muttprint): Don't modify
3995         gnus-summary-pipe-output-default-command.
3996
3997 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3998
3999         * message.el (message-send-mail-with-sendmail):
4000         Display the error message.
4001
4002 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4003
4004         * gnus-art.el (gnus-default-article-saver):
4005         Add gnus-summary-save-in-pipe to choices.
4006         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
4007         gnus-summary-pipe-output-default-command as the default command.
4008         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
4009         instead of gnus-last-shell-command.
4010
4011         * gnus-sum.el (gnus-summary-pipe-output-default-command):
4012         New user option.
4013         (gnus-summary-muttprint-program): Mention the value will be changed.
4014         (gnus-summary-save-article): Force showing of all headers.
4015         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
4016
4017 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4018
4019         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4020
4021 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4022
4023         * nnimap.el (nnimap-id):
4024         * sieve-manage.el (sieve-manage-open): Doc fixes.
4025
4026 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4027
4028         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4029         if available.
4030
4031 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4032
4033         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4034
4035         * nnkiboze.el (nnkiboze-generate-group):
4036         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4037
4038         * nnmairix.el: Require CL.
4039
4040 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4041
4042         * dgnushack.el: Autoload get-display-table and put-display-table for
4043         XEmacs 21.5.
4044
4045         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4046         21.4 and SXEmacs.
4047
4048 2008-06-15  David Engster  <dengste@eml.cc>
4049
4050         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4051
4052 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4053
4054         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4055         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4056         runtime choice under XEmacs.
4057
4058         * gnus-sum.el (gnus-summary-set-display-table):
4059         Use `gnus-put-display-table', `gnus-get-display-table',
4060         `gnus-set-display-table' for the display table, instead of `aset'.
4061
4062         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4063         Use `gnus-put-display-table', `gnus-get-display-table',
4064         `gnus-set-display-table' for the display table.
4065
4066 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4067
4068         * nnmairix.el: Add autoloads.
4069
4070 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4071
4072         * nnmairix.el (nnmairix-delete-recreate-group)
4073         (nnmairix-update-and-clear-marks): Fix error messages.
4074
4075 2008-06-14  David Engster  <dengste@eml.cc>
4076
4077         * nnmairix.el: Upgrade to version 0.6.
4078         (nnmairix-group-toggle-propmarks-this-group)
4079         (nnmairix-group-toggle-readmarks-this-group)
4080         (nnmairix-group-delete-recreate-this-group)
4081         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4082         (nnmairix-remove-tick-mark-original-article): New commands.
4083         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4084         (nnmairix-propagate-marks-to-nnmairix-groups)
4085         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4086         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4087         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4088         functions needed for marks propagation and manipulation of read marks.
4089         (nnmairix-update-groups): New function.
4090         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4091         (nnmairix-determine-original-group-from-registry)
4092         (nnmairix-determine-original-group-from-path)
4093         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4094         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4095         New helper functions.
4096         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4097         keystrokes for new commands.
4098         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4099         (nnmairix-request-group): Check allow-fast group parameter.
4100         (nnmairix-request-create-group): Set allow-fast group parameter if
4101         nnmairix-allowfast-default is set.
4102         (nnmairix-close-group): Propagate marks upon closing if needed.
4103         (nnmairix-group-toggle-threads-this-group): Use new.
4104         nnmairix-group-toggle-parameter helper function.
4105         (nnmairix-search): Better check for empty search result.
4106         (nnmairix-goto-original-article): Use new helper functions for
4107         determining original article.
4108         (nnmairix-show-original-article): Make sure message-id is in brackets.
4109         (nnmairix-call-mairix-binary): Change variable name.
4110         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4111         helper function.
4112         (nnmairix-widget-toggle-activate): Fix doc string.
4113
4114 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * nnir.el: Require edmacro when compiling with XEmacs.
4117         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4118         available in Emacs 21.
4119
4120 2008-06-11  Glenn Morris  <rgm@gnu.org>
4121
4122         * gnus-util.el (x-focus-frame):
4123         * gnus.el (image-size):
4124         * mm-decode.el (image-size): Declare.
4125
4126         * gnus-picon.el (declare-function): Add compat definition.
4127         (image-size): Declare.
4128
4129         * gnus-group.el (tool-bar-map):
4130         * gnus-sum.el (tool-bar-map): Define for compiler.
4131
4132         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4133
4134         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4135
4136         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4137         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4138         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4139         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4140         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4141         * sieve-manage.el, spam-report.el, spam.el:
4142         Remove unnecessary eval-and-compile of autoloads.
4143
4144 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4145
4146         * auth-source.el: Precise Tramp doc.
4147
4148 2008-06-07  Glenn Morris  <rgm@gnu.org>
4149
4150         * nnmairix.el: Remove unnecessary eval-when-compile.
4151
4152 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * lpath.el: Fbind propertize for XEmacs 21.4.
4155
4156 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4157
4158         * nnir.el: Move here from ../contrib.
4159
4160 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4161
4162         * gnus-util.el (gnus-read-shell-command): New function.
4163         * mm-decode.el (mm-pipe-part):
4164         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4165
4166 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4169
4170 2008-06-03  Glenn Morris  <rgm@gnu.org>
4171
4172         * pop3.el (nnheader-accept-process-output): Autoload it.
4173
4174 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4175
4176         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4177         are not 2-digit hexadecimal characters that follow `%'s.
4178
4179 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4180
4181         * message.el (message-bogus-recipient-p): Fix type in doc string.
4182         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4183         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4184         Improve custom options.
4185         (message-bogus-recipient-p): Adjust accordingly.
4186
4187 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4188
4189         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4190         long-form month and day names.
4191
4192 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * dgnushack.el: Autoload debug, eudc-expand-inline and
4195         pgg-snarf-keys-region for XEmacs.
4196
4197         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4198
4199         * nnmairix.el: Require edmacro when compiling with XEmacs.
4200
4201 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4202
4203         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4204         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4205
4206 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4207
4208         * auth-source.el: Add more docs.
4209
4210         * netrc.el (netrc-machine): Always match if the port is not given.
4211
4212 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4215         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4216         retrieval faster in some cases, but might make CPU usage larger.  If
4217         this has any bad side effects, we might revert this change.
4218
4219         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4220         seems to make mail retrieval much, much faster.
4221         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4222         unconditionally.
4223
4224         * gnus-draft.el (gnus-group-send-queue): Bind
4225         message-send-mail-partially-limit to nil to avoid being prompted.
4226
4227 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4228
4229         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4230
4231         * message.el (message-bogus-address-regexp): Fix and improve custom
4232         type.
4233         (message-setup-hook): Add message-check-recipients as custom option.
4234
4235 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4236
4237         * message.el (message-cite-function): Remove bogus autoload which crept
4238         in during merge from v5-10.
4239
4240 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4241
4242         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4243
4244         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4245
4246         * auth-source.el: Preliminary Tramp docs.
4247         (auth-sources): Change the default auth-sources to use
4248         EPA .gpg files.
4249
4250 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4251
4252         * nntp.el: Autoload `auth-source-user-or-password'.
4253         (nntp-send-authinfo): Use it.
4254
4255         * nnimap.el: Autoload `auth-source-user-or-password'.
4256         (nnimap-open-connection): Use it.
4257
4258         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4259         for the gnus-message function.
4260         (auth-source-user-or-password): Use it.
4261
4262 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4263
4264         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4265         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4266         (rfc2104-hash): Use it.
4267
4268 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4269
4270         * gnus-art.el (gnus-article-toggle-truncate-lines):
4271         Don't use `iff' in docstring.
4272
4273 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4274
4275         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4276
4277         * gnus-util.el (gnus-extract-address-component-name)
4278         (gnus-extract-address-component-email): Convenience functions around
4279         `gnus-extract-address-components'.
4280
4281         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4282         Use `gnus-extract-address-component-email' to fix bug of comparing full
4283         sender name to `user-mail-address'.
4284
4285 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4286
4287         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4288         catch/throw to optimize.
4289         (gnus-registry-find-keywords): Just use member to find a keyword.
4290
4291 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4292
4293         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4294         is current before calling gnus-server-prepare.
4295         (gnus-server-setup-buffer, gnus-server-update-server)
4296         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4297
4298 2008-05-04  Juri Linkov  <juri@jurta.org>
4299
4300         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4301         (mailcap-file-default-commands): Use mailcap-replace-in-string
4302         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4303         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4304
4305 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4306
4307         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4308
4309 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4310
4311         * gnus.el: Bump version to 0.11.
4312
4313 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4314
4315         * gnus.el: No Gnus v0.10 is released.
4316
4317 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4318
4319         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4320         hooks.
4321         (gnus-update-read-articles): Speed up non-marks-using users.
4322         (gnus-use-marks): Define gnus-use-marks.
4323         (gnus-propagate-marks): Rename variable to something more sensible.
4324
4325 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4326
4327         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4328         (gmm-image-load-path-for-library): Fix typos in docstrings.
4329         (gmm-message): Reflow docstring.
4330
4331 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4332
4333         * mail-source.el (mail-source-set-1, mail-source-bind):
4334         Move auth-source code out of the macro to clean it up and fix bugs.
4335
4336 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4337
4338         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4339         by sender if it's equal to user-mail-address, it's likely to be
4340         useless.
4341
4342         * mail-source.el (mail-source-bind): Don't use user or password if they
4343         are not bound.  Unintern them if they are nil.  Don't use server unless
4344         it's bound, and default it to empty string otherwise.
4345
4346 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4347
4348         * mail-source.el: Load auth-source.el.
4349         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4350         get user name or password, if auth-sources is set up.
4351
4352         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4353         strategy of splitting with parent.
4354         (gnus-registry-split-fancy-with-parent)
4355         (gnus-registry-post-process-groups): Use it and fix prior
4356         bug (returning a list as the split result).
4357
4358         * auth-source.el (auth-sources): Remove server parameter.
4359         (auth-source-pick, auth-source-user-or-password)
4360         (auth-source-user-or-password-imap)
4361         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4362         (auth-source-user-or-password-sftp)
4363         (auth-source-user-or-password-smtp): Remove server parameter.
4364
4365 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4366
4367         * smime.el (smime-sign-region, smime-encrypt-region)
4368         (smime-decrypt-region):
4369         Remove redundant calls to `generate-new-buffer-name'.
4370
4371 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4372
4373         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4374         Don't use QP for message/rfc822.
4375         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4376
4377 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4378
4379         * sieve-manage.el (sieve-string-bytes): Remove.
4380         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4381         correct byte-length only if the process's coding-system is the same as
4382         the one used internally by Emacs to represent strings.
4383
4384 2008-04-22  Juri Linkov  <juri@jurta.org>
4385
4386         * mailcap.el (mailcap-file-default-commands): New function.
4387
4388 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4389
4390         * message.el (message-signature-separator, message-cite-function):
4391         Change custom version.
4392
4393 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4394
4395         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4396         commands.
4397         (tls-checktrust): Ditto.
4398
4399 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4400
4401         * mm-decode.el (mm-display-external): Make temp file read-only.
4402
4403 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4404
4405         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4406         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4407         `C-c C-f d'.
4408
4409 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4410
4411         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4412
4413 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4414
4415         * gnus.el: Bump version to 0.9.
4416
4417 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4418
4419         * gnus.el: No Gnus v0.8 is released.
4420
4421 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4422
4423         * mail-source.el (mail-source-value):
4424         Prefer fboundp to functionp so it works with macros as well.
4425
4426 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4427
4428         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4429         Fix last change in case the element is not even a symbol.
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         Prefer fboundp to functionp so it works with macros as well.
4435
4436 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4437
4438         * auth-source.el: Added docs.
4439         (auth-sources): Modify format to support server.
4440         (auth-source-pick, auth-source-user-or-password)
4441         (auth-source-user-or-password-imap)
4442         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4443         (auth-source-user-or-password-sftp)
4444         (auth-source-user-or-password-smtp): Add server parameter.
4445
4446 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4447
4448         * gnus-registry.el: Initialize the registry when gnus-registry-install
4449         is t.
4450
4451 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * compface.el (uncompface): Make buffer unibyte.
4454
4455 2008-04-05  Glenn Morris  <rgm@gnu.org>
4456
4457         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4458
4459 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4460
4461         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4462         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4463
4464         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4465         multibyteness after rather than before erasing it.
4466
4467         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4468         mm-with-multibyte.
4469         (gnus-request-article-this-buffer): Make sure the proper decoding is
4470         used if gnus-original-article-buffer happens to be unibyte.
4471
4472         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4473         default-enable-multibyte-characters.
4474
4475         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4476         default-enable-multibyte-characters.
4477
4478         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4479
4480         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4481
4482 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4483
4484         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4485         (imap-message-copyuid-1): Use it.
4486         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4487         J. Williams in
4488         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4489
4490         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4491         imap-enable-exchange-bug-workaround.
4492         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4493
4494 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4495
4496         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4497         a 100 byte status-checks into a 2-3MB transfer for each group.
4498         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4499         to enable bug workaround or not.
4500         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4501
4502 2008-03-31  Glenn Morris  <rgm@gnu.org>
4503
4504         * message.el (mml2015-use): Declare for compiler.
4505         (message-info): Require mml2015 when appropriate.
4506
4507 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4510         whitespace.
4511
4512 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4513
4514         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4515         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4516         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4517         (nntp-service-to-port): New function.
4518         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4519         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4520         (nntp-open-netcat-stream): New function.
4521         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4522
4523 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4524
4525         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4526
4527 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4528
4529         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4530
4531 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4532
4533         * dns.el (dns-write): Use set-buffer-multibyte.
4534
4535 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4536
4537         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4538
4539 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4540
4541         * message.el (message-signature-separator): Change default.
4542         Improve custom type.
4543         (message-cite-function): Change default to
4544         message-cite-original-without-signature.
4545
4546         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4547         toggle.
4548
4549         * message.el (message-check-news-body-syntax): Fix signature check.
4550         (message-setup-1): Mark buffer as unmodified _after_ running
4551         message-setup-hook and handling message-alternative-emails.
4552         (message-shorten-references): Be more strict when building list of
4553         valid references to comply with GNKSA.
4554
4555         * gnus-group.el (gnus-read-ephemeral-bug-group)
4556         (gnus-read-ephemeral-debian-bug-group)
4557         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4558
4559         * message.el (message-info): Don't use booleanp which isn't supported
4560         in Emacs 21 and XEmacs.
4561
4562 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4565         gnus-group-gmane-group-download-format.
4566         (gnus-group-read-ephemeral-gmane-group): Rename from
4567         gnus-group-read-ephemeral-gmane-group.
4568         (gnus-read-ephemeral-gmane-group-url): Rename from
4569         gnus-group-read-ephemeral-gmane-group-url.
4570         (gnus-bug-group-download-format-alist): New variable.
4571         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4572         (gnus-read-ephemeral-emacs-bug-group): New commands.
4573
4574 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4575
4576         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4577         (gnus-visible-headers): Improve custom type.
4578
4579 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4580
4581         * mml.el (mml-menu): Add workarounds for XEmacs.
4582
4583         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4584         X-Boundary header.
4585
4586         * message.el (message-simplify-recipients): Fix previous commit.
4587
4588 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4589
4590         * mm-util.el (mm-set-buffer-multibyte): New function.
4591         * mm-decode.el (mm-copy-to-buffer): Use it.
4592
4593 2008-03-19  Glenn Morris  <rgm@gnu.org>
4594
4595         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4596         Accidentally removed in the sync process with Emacs.
4597
4598 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4599
4600         * message.el (message-alter-recipients-discard-bogus-full-name):
4601         New function.
4602         (message-alter-recipients-function): New variable.
4603         (message-get-reply-headers): Use it.
4604         (message-replace-header): New helper function.
4605         (message-recipients-without-full-name): New variable.
4606         (message-simplify-recipients): New command.
4607
4608         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4609
4610         * message.el (message-info): Handle EasyPG manual.
4611
4612         * mml.el (mml-menu): Add entry for EasyPG.
4613
4614 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4615
4616         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4617         parameter.
4618
4619         * message.el (message-disassociate-draft): Specify drafts group name
4620         fully.
4621
4622 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4623
4624         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4625         unnecessary duplicates from the match list.
4626
4627 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4628
4629         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4630
4631         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4632
4633         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4634         args of `how-many' of which the XEmacs version doesn't take; declare
4635         Info-index-next as function.
4636
4637 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4638
4639         * gnus-score.el (gnus-score-headers): Fix handling of
4640         gnus-inhibit-slow-scoring.
4641
4642         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4643         string.
4644         (gnus-button-url-regexp): Improve handling of parenthesis.
4645         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4646         (gnus-button-handle-info-keystrokes): Handle index entries.
4647
4648 2008-03-15  Glenn Morris  <rgm@gnu.org>
4649
4650         * parse-time.el (parse-time-string): Simplify.
4651
4652 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4655         Incoming* files.
4656
4657 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4658
4659         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4660         (auth-source-pick): Use it.
4661
4662 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4663
4664         * binhex.el (binhex-decode-region-internal):
4665         * uudecode.el (uudecode-decode-region-internal):
4666         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4667         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4668         setting default-enable-multibyte-characters.
4669
4670 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4671
4672         * auth-source.el (auth-source-protocols)
4673         (auth-source-protocols-customize, auth-source-choices): Added and
4674         modified variable customizations and defaults.
4675         (auth-source-pick, auth-source-user-or-password)
4676         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4677         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4678         (auth-source-user-or-password-sftp)
4679         (auth-source-user-or-password-smtp): Use new variables and provide an
4680         interface to netrc.el.
4681
4682 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4685         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4686         Make sure the nntp port to specify is a string.
4687
4688 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4689
4690         * nntp.el: Use with-current-buffer.
4691         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4692         dubious mm-with-unibyte-current-buffer.
4693         (nntp-with-open-group-function): New function extracted from
4694         nntp-with-open-group macro.
4695         (nntp-with-open-group): Use the function, so it's easier to debug.
4696         Add indentation and debugging info.
4697         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4698         the use of the netcat alternatives.
4699
4700         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4701         Avoid mm-string-as-multibyte as well.
4702
4703         * nnweb.el (nnweb-insert-html):
4704         Remove use of nnheader-string-as-multibyte.
4705
4706         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4707         (nnheader-string-as-multibyte): Remove.
4708
4709         * mm-view.el: Use inhibit-read-only.
4710         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4711         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4712         or unibyte-string.
4713
4714         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4715         (mm-uu-yenc-extract): Use with-current-buffer.
4716
4717         * gnus-soup.el (gnus-soup-send-packet): Don't use
4718         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4719
4720         * nnmh.el: Use with-current-buffer.
4721         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4722         mm-string-as-multibyte on the output of mm-encode-coding-string.
4723
4724         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4725         (nnimap-request-move-article): Use with-current-buffer.
4726
4727         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4728         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4729         conversion uses string-make-unibyte rather than string-as-unibyte.
4730
4731         * gnus-msg.el: Use with-current-buffer.
4732
4733         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4734
4735 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4736
4737         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4738         string for caching if it is 'PIN.
4739
4740 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * lpath.el: Consider the case without Emacs/W3.
4743
4744 2008-03-08  Glenn Morris  <rgm@gnu.org>
4745
4746         * time-date.el (date-to-time, time-subtract, time-add)
4747         (safe-date-to-time): Doc fixes.
4748
4749 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4750
4751         * mail-source.el (mail-source-delete-old-incoming-confirm):
4752         Change default to nil.
4753         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4754
4755 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * lpath.el: Rearrange.
4758
4759         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4760         (gnus-article-goto-prev-page): Work for articles having ^L's.
4761
4762         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4763
4764         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4765
4766 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4767
4768         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4769         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4770         (gnus-bookmark-jump): Adjust some variable names.
4771
4772 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4773
4774         * auth-source.el: New package.
4775         (auth-source-choices): Add customization entry point variable.
4776
4777         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4778         bug.
4779
4780 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4781
4782         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4783         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4784         (gnus-registry-install-shortcuts): Rename from
4785         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4786         the `gnus-registry-mark-map' keymap dynamically from
4787         `gnus-registry-marks'.  The generated functions update the summary line
4788         when a registry mark is added or deleted, and will call
4789         `gnus-registry-install-p' (see the comments in the code).
4790         (gnus-registry-user-format-function-M): Use concat intelligently.
4791
4792         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4793         the registry mark functions.
4794
4795 2008-03-05  Glenn Morris  <rgm@gnu.org>
4796
4797         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4798         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4799         gnus-art.
4800         (top-level): No need to load own source when compiling.
4801
4802 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4803
4804         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4805         Suggested by <chris.anderton@zetnet.co.uk>.
4806
4807 2008-03-04  Glenn Morris  <rgm@gnu.org>
4808
4809         * gnus-sum.el (top-level): No need to require gnus when compiling,
4810         since unconditionally required near start of file.
4811         (gnus-summary-display-while-building): Move definition before use.
4812
4813 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4814
4815         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4816         formatting function.
4817
4818 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4819
4820         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4821         with plists.
4822         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4823         Use new format.
4824
4825 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4828         `where-is-internal' that returns a range of key sequences.
4829
4830 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4831
4832         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4833
4834         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4835         (gnus-summary-jump-to-group): Consider windows on other displayed
4836         frames as well.  Similar changes might be needed elsewhere, but that's
4837         the one I've bumped into during my use.
4838
4839         * nndoc.el (nndoc-oe-dbx-type-p):
4840         * gnus-msg.el (gnus-debug):
4841         * gnus-group.el (gnus-update-group-mark-positions):
4842         Use mm-string-to-multibyte.
4843
4844 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4845
4846         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4847         doesn't handle NotDashEscaped.
4848
4849         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4850         (mml-dnd-attach-options): Fix typo in custom choice.
4851
4852         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4853         nndoc-article-type to mbox.
4854         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4855
4856         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4857         to nil, instead of html2text.
4858
4859         * imap.el (imap-debug): Add `imap-ping-server'.
4860
4861         * gnus-bookmark.el: Add FIXMEs.
4862
4863         * message.el (message-form-letter-separator)
4864         (message-send-form-letter-delay): New variables.
4865         (message-send-form-letter): Use them.  New command to send form
4866         letters.  Requested by Uwe Siart.
4867         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4868
4869 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4870
4871         * Update copyright years.
4872
4873 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4874
4875         Sync from EMACS_22_BASE.
4876
4877         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4878
4879 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4880
4881         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4882         empty author.
4883
4884 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4885
4886         * gnus-registry.el (gnus-registry-marks): Add variable for
4887         customization of marks and their appearance.
4888         (gnus-registry-read-mark): Use it.
4889         (gnus-registry-do-marks): Add utility function to loop through
4890         `gnus-registry-marks'.
4891         (gnus-registry-install-shortcuts-and-menus): Add function to install
4892         shortcuts and menus.
4893         (gnus-registry-initialize): Use it.
4894         (gnus-registry-default-mark): Clarify documentation.
4895
4896 2008-02-29  Glenn Morris  <rgm@gnu.org>
4897
4898         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4899         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4900         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4901         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4902         Change defcustom :version from 23.0 to 23.1.
4903
4904 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4905
4906         * gnus-registry.el (gnus-registry-follow-group-p)
4907         (gnus-registry-post-process-groups): Add functions to aid registry
4908         splitting and improve logging.  Clarify behavior in function
4909         documentation.
4910         (gnus-registry-split-fancy-with-parent): Use them.
4911
4912 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4913
4914         * gnus-art.el: Use with-current-buffer.
4915
4916 2008-02-27  David Engster  <dengste@eml.cc>
4917
4918         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4919         Express real group name in the response.
4920
4921 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4924         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4925         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4926         autoload gnus-registry-fetch-group when compiling.
4927         (nnmairix-request-group-with-article-number-correction): Remove
4928         unreferenced argument passed to nnmairix-call-backend.
4929
4930 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4931
4932         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4933         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4934         Wilde.
4935
4936 2008-02-27  Glenn Morris  <rgm@gnu.org>
4937
4938         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4939         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4940         variables to defconsts.  Convert comments to doc-strings.
4941         (nnmairix-last-server, nnmairix-current-server): Convert from free
4942         variables to defvars.  Convert comments to doc-strings.
4943         (gnus-registry-fetch-group): Autoload.
4944         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4945         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4946         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4947         caddr.
4948         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4949         nnmairix-request-group-with-article-number-correction call.
4950         (nnmairix-fast, nnmairix-group): New, less general names, for free
4951         variables passed from nnmairix-request-group to
4952         nnmairix-request-group-with-article-number-correction.  Declare.
4953         (nnmairix-request-group-with-article-number-correction):
4954         Use nnmairix-fast, nnmairix-group rather than fast, group.
4955
4956 2008-02-26  David Engster  <dengste@eml.cc>
4957
4958         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4959         version 0.5.
4960
4961 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4964         instead of making an extra function call.  Don't add the current group
4965         to articles only when they have the group.  Use
4966         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4967         Reported by David <de_bb@arcor.de>.
4968
4969 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4972         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4973
4974 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4975
4976         * mail-source.el (mail-source-delete-incoming): Change default.
4977         Supplement doc string.
4978
4979         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4980
4981 2008-02-14  Glenn Morris  <rgm@gnu.org>
4982
4983         * time-date.el (format-seconds): New function.
4984
4985 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4986
4987         * nnmail.el (nnmail-message-id-cache-file): Derive from
4988         `gnus-home-directory'.
4989
4990 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4991
4992         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4993         Document negative prefix.
4994
4995         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4996
4997 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * message.el (message-unsent-separator): Add the Exim bounce
5000         separator.
5001
5002 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
5003
5004         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
5005         list.
5006         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
5007         recipient/signer list.
5008
5009 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * Makefile.in (datarootdir): Define.
5012         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
5013         name that might contain whitespace.
5014
5015 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
5016
5017         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5018         fbound (Emacs 23 unicode), signal an error.
5019
5020 2008-02-08  Glenn Morris  <rgm@gnu.org>
5021
5022         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5023
5024 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5025
5026         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5027         ports to the calls to `netrc-machine-user-or-password' in addition to
5028         "imap" and "imaps".
5029
5030 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5031
5032         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5033
5034         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5035
5036 2008-02-01  Kenichi Handa  <handa@m17n.org>
5037
5038         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5039         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5040         (rfc2104-hash): Convert the result of concat to unibyte string.
5041
5042 2008-02-01  Dave Love  <fx@gnu.org>
5043
5044         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5045         coding-system-for-read.
5046         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5047
5048 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5049
5050         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5051         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5052         <hanche@math.ntnu.no>.
5053
5054 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5055
5056         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5057
5058         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5059
5060 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5061
5062         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5063         * message.el (message-beginning-of-line): Use featurep instead of bound
5064         tests in order to resolve conditionals at compile time.
5065
5066 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5067
5068         * mail-source.el (mail-sources): Add `group' choice.
5069
5070         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5071         parameter `in-group' to control into which group the articles go.
5072         Add treatment of `group' mail-source.
5073
5074 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5075
5076         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5077
5078         * mm-decode.el (mm-dissect-buffer): Decode description.
5079
5080         * mml.el (mml-to-mime): Encode message header first.
5081
5082 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5085         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5086
5087         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5088         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5089
5090 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5091
5092         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5093
5094 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5097         prefix keys.
5098         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5099         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5100         gnus-xmas.el.
5101
5102         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5103         (gnus-xmas-article-describe-bindings): New function.
5104         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5105         gnus-xmas-article-describe-bindings.
5106
5107         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5108
5109 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5110
5111         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5112         Add new variables for article mark management.
5113         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5114         list of extra data entries which, when present, will indicate that the
5115         article ID should not be trimmed from the registry.
5116         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5117         functions.
5118         (gnus-registry-read-mark): New function to read a mark name from the
5119         user.
5120         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5121         (gnus-registry-set-article-mark-internal): New functions to add and
5122         remove marks.
5123         (gnus-registry-get-article-marks): New function to show the marks for
5124         an article, or retrieve them for further use.
5125
5126 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5127
5128         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5129         keys when no argument is given.
5130
5131 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5132
5133         * imap.el (imap-ping-server): New variable.
5134         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5135         (imap-ping-server): Minor doc string fixes.
5136
5137 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5138
5139         * imap.el (imap-ping-server): New function.
5140         (imap-opened): Call imap-ping-server.
5141
5142 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5143
5144         * gnus-sum.el (gnus-article-sort-by-random)
5145         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5146         jidanni@jidanni.org.
5147
5148 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * gnus-art.el (gnus-article-describe-bindings): New function.
5151         (gnus-article-read-summary-keys): Use it.
5152         (gnus-article-mode-map): Bind `C-h b' to it.
5153
5154 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5155
5156         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5157         XEmacs.
5158         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5159         against non-character events.
5160
5161         * lpath.el: Fbind map-keymap for Emacs 21.
5162
5163 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5164
5165         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5166         command.
5167         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5168         instead of END.  Change name of the temp file.
5169         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5170         customizable.
5171
5172 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5175         bind `S W' to gnus-article-wide-reply-with-original; set default
5176         binding to gnus-article-read-summary-send-keys.
5177         (gnus-article-read-summary-keys): Fix the order of keys; display
5178         continuation keys correctly in the echo area; describe bindings
5179         correctly when keys end with `C-h'.
5180         (gnus-article-read-summary-send-keys): New function.
5181         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5182         for gnus-article-read-summary-send-keys; display continuation keys
5183         correctly in the echo area.
5184         (gnus-article-reply-with-original): Ignore prefix argument.
5185         (gnus-article-wide-reply-with-original): New function.
5186
5187         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5188         Emacs 21.
5189
5190 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5191
5192         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5193         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5194
5195 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5196
5197         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5198         (gnus-group-read-ephemeral-gmane-group): New command.
5199
5200 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5201
5202         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5203
5204 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5205
5206         * message.el (message-send-mail-function): Increase custom version.
5207
5208         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5209         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5210
5211 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5212
5213         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5214         for the cases where imap-authenticate is called with a nil buffer
5215         parameter.
5216
5217 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5220         html parts correctly; support forwarded messages.
5221         (gnus-article-browse-html-article): Remove work buffers.
5222
5223         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5224         compiling.
5225         (netrc-bound-and-true-p): New macro.
5226         (netrc-parse): Use it instead of bound-and-true-p that is not available
5227         in XEmacs 21.4.
5228
5229 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5230
5231         * gnus-registry.el (gnus-registry-mark-article)
5232         (gnus-registry-article-marks): Add functionality to mark articles
5233         through the Gnus registry.
5234
5235         * encrypt.el: Clarify documentation for the new pgg method.
5236         (encrypt-file-alist): Add PGG option.
5237         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5238         functionality.  Abstract password key and messaging to external
5239         functions.
5240         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5241         (encrypt-message-method-and-cipher): Add new convenience external
5242         functions.
5243         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5244         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5245
5246         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5247         (netrc-parse): Use encrypt-file-alist to determine if
5248         encrypt-find-model or encrypt-insert-file-contents should be used.
5249
5250         * encrypt.el: Clarify documentation.  Load password-cache or
5251         password, whichever one is found first, instead of autoloading.
5252
5253 2007-12-19  Glenn Morris  <rgm@gnu.org>
5254
5255         * mml.el (message-options-set, message-narrow-to-head)
5256         (message-in-body-p, message-mail-p, message-encode-message-body):
5257         Autoload.
5258         (message-remove-header, message-narrow-to-headers-or-head)
5259         (message-subscribed-p, message-make-mail-followup-to)
5260         (message-position-on-field, message-news-p)
5261         (message-options-set-recipient, message-generate-headers)
5262         (message-sort-headers): Declare as functions.
5263
5264 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5265
5266         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5267         convention in doc string.
5268
5269 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5270
5271         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5272         title to html parts.
5273         (gnus-article-browse-html-article): Pass message header to it.
5274
5275         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5276
5277 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5278
5279         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5280         or password compatible with XEmacs.
5281
5282 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5285         format document.
5286         (gnus-mime-delete-part): Don't write description line if empty.
5287         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5288
5289 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5290
5291         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5292         (gnus-summary-mark-read-and-unread-as-read)
5293         (gnus-summary-mark-current-read-and-unread-as-read)
5294         (gnus-summary-mark-unread-as-ticked): Doc fix.
5295         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5296
5297 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5298
5299         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5300         Christoph Conrad <christoph.conrad@gmx.de>.
5301
5302 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5303
5304         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5305         yes-or-no-p.
5306
5307 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5308
5309         * mm-decode.el (mm-add-meta-html-tag): New function.
5310         (mm-save-part-to-file, mm-pipe-part): Use it.
5311
5312         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5313         gnus-y-or-n-p instead of y-or-n-p.
5314         (gnus-article-browse-html-parts): Work with message/external-body; use
5315         mm-add-meta-html-tag.
5316
5317 2007-12-11  Glenn Morris  <rgm@gnu.org>
5318
5319         * gnus-cache.el: Require gnus-sum not just when compiling.
5320
5321         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5322
5323         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5324         definitions before use.
5325
5326         * mm-decode.el: Require gnus-util.
5327         (mm-remove-part): Only call delete-annotation on XEmacs.
5328
5329         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5330
5331         * nnmail.el: Require gnus-int.
5332
5333         * spam.el: Move `require's before `eval-when-compile's.
5334
5335         * gnus-ems.el (gnus-alive-p):
5336         * gnus-fun.el (message-goto-eoh):
5337         * gnus-util.el (gnus-group-name-decode):
5338         * mail-source.el (gnus-compress-sequence):
5339         * message.el (Info-goto-node, format-spec):
5340         * mm-bodies.el (message-options-get):
5341         * mm-decode.el (mm-view-pkcs7):
5342         * mm-util.el (gmm-write-region):
5343         * mml-smime.el (mml-compute-boundary)
5344         (gnus-completing-read-with-default):
5345         * mml.el (widget-button-press, gnus-make-hashtable):
5346         * mml1991.el (mm-decode-content-transfer-encoding)
5347         (mm-encode-content-transfer-encoding)
5348         (message-options-get, message-options-set):
5349         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5350         * nnfolder.el (gnus-request-group):
5351         * nnheader.el (ietf-drums-unfold-fws):
5352         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5353         * smime.el (gnus-run-mode-hooks):
5354         * spam-stat.el (gnus-message): Autoload.
5355
5356         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5357         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5358         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5359         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5360         Add declare-function compatibility definition.
5361
5362         * gnus-cache.el (nnvirtual-find-group-art):
5363         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5364         (gnus-add-image, gnus-add-wash-type):
5365         * gnus-group.el (nnkiboze-score-file):
5366         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5367         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5368         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5369         (message-tokenize-header, gnus-get-buffer-create)
5370         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5371         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5372         * gnus.el (gnus-group-decoded-name):
5373         * mail-source.el (imap-capability):
5374         * mm-bodies.el (message-options-set):
5375         * mm-decode.el (gnus-configure-windows):
5376         * mm-extern.el (message-goto-body):
5377         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5378         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5379         (epg-sub-key-validity, message-options-set):
5380         * mml.el (widget-event-point, gnus-configure-windows):
5381         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5382         * mml2015.el (epg-check-configuration, epg-configuration)
5383         (message-options-set):
5384         * nndb.el (nndb-request-article):
5385         * nnfolder.el (gnus-request-create-group):
5386         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5387         * nnmaildir.el (gnus-group-mark-article-read):
5388         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5389         * rfc1843.el (message-fetch-field):
5390         * spam.el (gnus-extract-address-components):
5391         Declare as functions.
5392
5393 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5396
5397         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5398
5399         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5400         bind show-trailing-whitespace for XEmacs.
5401
5402 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5403
5404         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5405         new no-op macro for backward compatibility.
5406
5407         * imap.el (imap-string-to-integer): New function.
5408
5409 2007-12-09  Glenn Morris  <rgm@gnu.org>
5410
5411         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5412
5413         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5414         * message.el, mm-view.el, sieve-manage.el, smime.el:
5415         Add declare-function compatibility definition.
5416
5417         * gnus-art.el (w3-region, w3m-region, Info-menu):
5418         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5419         * gnus-sum.el (gnus-get-predicate):
5420         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5421         * message.el (mail-abbrev-in-expansion-header-p):
5422         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5423         (w3m-detect-meta-charset, w3m-region):
5424         * sieve-manage.el (password-read, password-cache-add)
5425         (password-cache-remove):
5426         * smime.el (password-read-and-add): Declare as functions.
5427
5428 2007-12-08  David Kastrup  <dak@gnu.org>
5429
5430         * gnus-sum.el (gnus-summary-simplify-subject-query):
5431         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5432         `message'.
5433
5434 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5435
5436         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5437         it to bind idna-program, installation-directory, defined-colors, and
5438         face-attribute for XEmacs of the version that compiles defcustom forms.
5439
5440 2007-12-07  Glenn Morris  <rgm@gnu.org>
5441
5442         * gnus-art.el (article-make-date-line): Revert previous change.
5443
5444 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5447
5448 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5449
5450         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5451         Call gnus-add-to-range ranges only once with a prepared article-list.
5452
5453 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5454
5455         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5456         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5457         group names with backslashes.  Reported by Tassilo Horn
5458         <tassilo@member.fsf.org>.
5459
5460 2007-12-06  Deepak Goel  <deego3@gmail.com>
5461
5462         * gnus-art.el (article-make-date-line):
5463         * gnus-start.el (gnus-load):
5464         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5465
5466 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * gnus-art.el (gnus-use-idna)
5469         * gnus-start.el (gnus-site-init-file)
5470         * message.el (message-use-idna)
5471         * mm-uu.el (mm-uu-hide-markers)
5472         * smiley.el (smiley-style): Revert changes that suppress warnings.
5473
5474 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5475
5476         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5477         specify charset to html source.  Reported by Christoph Conrad
5478         <christoph.conrad@gmx.de>.
5479
5480 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5483         idna-program in order to suppress byte compile warning issued by XEmacs
5484         that came to byte compile the default value section of defcustom forms
5485         recently.
5486
5487         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5488         value of installation-directory.
5489
5490         * message.el (message-use-idna): Don't directly refer to the value of
5491         idna-program.
5492
5493         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5494
5495         * smiley.el (smiley-style): Don't directly call face-attribute.
5496
5497 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5498
5499         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5500
5501         * gnus-dired.el: Reduce Gnus dependencies.
5502         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5503         require.  Use autoloads instead.
5504         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5505         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5506         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5507         (gnus-dired-mode): Adjust doc string.
5508         (gnus-dired-mail-mode): New variable.
5509         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5510         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5511         (gnus-dired-mail-buffers): New function.  Return mail or message
5512         composition buffers.
5513         (gnus-dired-attach): Use it.
5514         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5515         NO-DECODE.
5516         (gnus-dired-print): Use `gnus-print-buffer' depending on
5517         `gnus-dired-mail-mode'.
5518
5519 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * rfc2047.el (rfc2047-encoded-word-regexp)
5522         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5523         explaining what regexp patterns are for.
5524
5525 2007-12-04  Glenn Morris  <rgm@gnu.org>
5526
5527         * password.el: Move to password-cache.el.
5528
5529         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5530         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5531         * mml-smime.el (password-read, password-cache-add)
5532         (password-cache-remove):
5533         No need to autoload, since mml-sec requires password.
5534
5535         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5536         * message.el (gnus-extract-address-components):
5537         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5538
5539         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5540         password.
5541
5542 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5543
5544         * mailcap.el: Reduce dependencies.
5545         (mail-header-parse-content-type): Autoload.
5546         (mailcap-delete-duplicates): New alias.
5547         (mailcap-mime-info): Add optional argument NO-DECODE.
5548         (mailcap-mime-types): Use mailcap-delete-duplicates.
5549
5550         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5551
5552 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5553
5554         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5555         (imap-parse-status): Upcase status-att for servers that sends them
5556         lower-case (e.g., MS Exchange 2007).
5557
5558 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559
5560         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5561         function.
5562
5563         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5564         (gnus-uu-yenc-article): New function.
5565
5566         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5567
5568         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5569         buffer.
5570
5571 2007-12-02  Glenn Morris  <rgm@gnu.org>
5572
5573         * binhex.el (binhex): New custom group.
5574         (binhex-decoder-program, binhex-decoder-switches)
5575         (binhex-use-external): Move to the binhex custom group.
5576
5577         * uudecode.el (uudecode): New custom group.
5578         (uudecode-decoder-program, uudecode-decoder-switches)
5579         (uudecode-use-external): Move to the uudecode custom group.
5580
5581         * netrc.el (top-level): Don't load `encrypt' features.
5582         (netrc-parse): Don't use encrypt.
5583         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5584
5585         * encrypt.el: Remove file.
5586
5587 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5588
5589         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5590         matches on patches.
5591
5592         * gnus-art.el (gnus-article-browse-html-article): Mention
5593         `mm-text-html-renderer' in the doc string.
5594
5595         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5596         string.  Add comments.
5597
5598         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5599         if rhs is ASCII.
5600
5601 2007-12-01  Glenn Morris  <rgm@gnu.org>
5602
5603         * mail-source.el (top-level): Require format-spec before
5604         eval-when-compile.
5605
5606 2007-11-30  Glenn Morris  <rgm@gnu.org>
5607
5608         * encrypt.el: Require password, rather than autoloading password-read.
5609
5610 2007-11-29  Glenn Morris  <rgm@gnu.org>
5611
5612         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5613         (sasl-make-client, sasl-next-step, sasl-step-data)
5614         (sasl-step-set-data): Declare as functions.
5615
5616 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5617
5618         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5619
5620 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5621
5622         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5623         certs should be verified and what is to be done in the event of a
5624         verification failure.
5625
5626         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5627         caller can indicate whether the cache should be disregarded for this
5628         call.  This way the result of the call is reproducible at all times and
5629         can be considered a canonical server name for the supplied method.
5630         (gnus-agent-method-p): Canonicalize server names by pushing their
5631         method through `gnus-method-to-server' using the no-cache argument.
5632
5633         * gnus-srvr.el (gnus-server-insert-server-line): Call
5634         `gnus-method-to-server' with `no-cache' argument.
5635
5636         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5637         gnus-agent-possibly-synchronize-flags as this should be called when the
5638         server is actually being opened.
5639         (gnus-agent-possibly-synchronize-flags)
5640         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5641         flags file of an agentized server to the latter function.
5642
5643         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5644         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5645         after a connection has been established successfully.
5646
5647 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * gnus-art.el (article-display-face): Force to display face if called
5650         interactively; check if gnus-article-x-face-too-ugly matches author.
5651         (article-display-x-face): Display face even if From header is missing
5652         as article-display-face does.
5653
5654 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5655
5656         * hashcash.el (message-narrow-to-headers-or-head)
5657         (message-fetch-field, message-goto-eoh)
5658         (message-narrow-to-headers): Declare as functions.
5659
5660 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5661
5662         * mail-source.el (mail-sources): Default to fetch from file for
5663         compatibility with default of nnmail-spool-file.
5664
5665 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5668         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5669         to look for encoded word that should be encoded again.
5670         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5671         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5672         encoding pattern.
5673         (rfc2047-decode-region): Switch strict regexp and loose one according
5674         to rfc2047-allow-irregular-q-encoded-words.
5675
5676 2007-11-25  Romain Francoise  <romain@orebokech.com>
5677
5678         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5679
5680 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5681
5682         * tls.el (tls-program): Provide more custom choices from
5683         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5684         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5685
5686 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5687
5688         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5689         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5690
5691         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5692         `nnmail-spool-file'.
5693
5694         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5695         `nnmail-spool-file'.
5696
5697         * gnus-move.el (gnus-change-server): Ditto.
5698
5699         * gnus-kill.el (gnus-batch-score): Ditto.
5700
5701         * gnus-cache.el (gnus-jog-cache): Ditto.
5702
5703         * gnus-msg.el (gnus-summary-reply):
5704         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5705
5706 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5709         version.  Minor improvement to doc strings.
5710         (tls-program): Add comment.
5711
5712 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5713
5714         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5715         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5716         mismatch between the hostname provided in the certificate and the name
5717         of the host connnecting to.
5718         (open-tls-stream): Use them.  Check certificates against trusted root
5719         certificates.
5720
5721 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5722
5723         * gnus-cache.el (gnus-cache-generate-nov-databases):
5724         Use nnml-generate-nov-databases-directory instead of
5725         nnml-generate-nov-databases-1.
5726
5727 2007-11-24  Glenn Morris  <rgm@gnu.org>
5728
5729         * message.el (message-tool-bar-retro): Update for rename
5730         mail_send.xpm->mail-send.xpm.
5731
5732 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5733
5734         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5735         `smime-ldap-search' for Emacs 22 and up.
5736
5737 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5738
5739         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5740
5741         * message.el (message-send-mail-function): Fix error convention.
5742         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5743         (message-widen-reply, message-send-mail, message-talkative-question)
5744         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5745         (message-clone-locals, message-send-news): Use with-current-buffer.
5746         (message-insert-or-toggle-importance): Remove unused var `valid'.
5747         (message-make-references): Remove unused var `new-references'.
5748         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5749
5750 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5751
5752         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5753         (spam-split-symbolic-return-positive): Reflow docstring.
5754         (spam-backends, spam-summary-exit-behavior)
5755         (spam-mark-ham-unread-before-move-from-spam-group)
5756         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5757         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5758         (spam-clear-cache, spam-backend-check, spam-install-backend)
5759         (spam-install-statistical-backend, spam-list-of-processors)
5760         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5761         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5762         (spam-check-crm114, spam-initialize, spam-unload-hook):
5763         Fix typos in docstrings.
5764
5765 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5766
5767         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5768         been checked if they have never been read and those group levels are
5769         higher than the one that a user specified.
5770
5771 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5772
5773         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5774         foreign groups unless a group level is specified by a user.
5775         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5776
5777 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5778
5779         * message.el (message-send-mail-function): Require sendmail.
5780
5781 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5782
5783         * message.el (message-send-mail-function): Check for smtpmail too.
5784
5785         * utf7.el (utf7-encode, utf7-decode): Use coding system
5786         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5787
5788         * message.el (message-send-mail-function): New function.
5789         (message-send-mail-function): Set default using
5790         message-send-mail-function.  Adjust doc string.
5791         (message-send-mail-with-mailclient): New function.
5792
5793 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5794
5795         * smime.el (from):
5796         * rfc2047.el (message-posting-charset):
5797         * qp.el (mm-use-ultra-safe-encoding):
5798         * pop3.el (parse-time-months):
5799         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5800         * nnml.el (files):
5801         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5802         (jka-compr-compression-info-list, ange-ftp-path-format)
5803         (efs-path-regexp):
5804         * nndiary.el (files):
5805         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5806         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5807         (epg-digest-algorithm-alist, inhibit-redisplay)
5808         (password-cache-expiry):
5809         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5810         (pgg-output-buffer, password-cache-expiry):
5811         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5812         (efs-path-regexp):
5813         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5814         (inhibit-redisplay):
5815         * mm-uu.el (file-name, start-point, end-point, entry)
5816         (gnus-newsgroup-name, gnus-newsgroup-charset):
5817         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5818         (latin-unity-ucs-list):
5819         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5820         (mm-uu-binhex-decode-function):
5821         * message.el (gnus-message-group-art, gnus-list-identifiers)
5822         (rmail-enable-mime-composing, gnus-local-organization)
5823         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5824         (gnus-read-active-file, facemenu-add-face-function)
5825         (facemenu-remove-face-function, gnus-article-decoded-p)
5826         (tool-bar-mode):
5827         * mail-source.el (display-time-mail-function):
5828         * gnus-util.el (nnmail-pathname-coding-system)
5829         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5830         (gnus-original-article-buffer, gnus-user-agent)
5831         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5832         (xemacs-codename, sxemacs-codename, emacs-program-version):
5833         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5834         * gnus-start.el (gnus-agent-covered-methods)
5835         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5836         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5837         (gnus-newsgroup-headers, gnus-group-list-mode)
5838         (gnus-group-mark-positions, gnus-newsgroup-data)
5839         (gnus-newsgroup-unreads, nnoo-state-alist)
5840         (gnus-current-select-method, mail-sources)
5841         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5842         (nnmail-spool-file, gnus-cache-active-hashtb):
5843         * gnus-mh.el (mh-lib-progs):
5844         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5845         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5846         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5847         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5848         (gnus-group-buffer):
5849         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5850         (font-lock-set-defaults):
5851         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5852         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5853         (gnus-summary-post-menu, total-parts, type, condition, length):
5854         * gnus-agent.el (gnus-agent-read-agentview):
5855         * flow-fill.el (show-trailing-whitespace):
5856         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5857         eval-and-compile wrappers for byte compiler pacifiers.
5858
5859         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5860         (mm-display-inline-fontify): Check for featurep 'xemacs not
5861         extent-list.
5862
5863         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5864         itimer-list.
5865         (mm-create-image-xemacs): Only do something for XEmacs.
5866         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5867
5868         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5869
5870         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5871         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5872
5873 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5874
5875         * nnimap.el (nnimap-split-download-body):
5876         * gnus-demon.el (gnus-demon):
5877         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5878
5879 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5882         macros.
5883         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5884         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5885         copy data from unibyte buffer to multibyte current buffer.
5886         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5887         to copy data from unibyte current buffer to multibyte buffer.
5888         (nntp-make-process-buffer): Make process buffer unibyte.
5889
5890         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5891
5892 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5893
5894         * pop3.el (pop3-open-server): Accept and process data more robustly at
5895         connexion start to avoid spurious "POP SSL connexion failed" errors.
5896
5897 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5900         read group names.
5901
5902 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5903
5904         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5905
5906 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5909         (nnmail-save-active): Use a unibyte buffer when saving active file,
5910         which may contain non-ASCII group names.
5911
5912         * nnml.el (nnml-request-group): Decode group names in messages.
5913
5914 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5915
5916         * message.el (message-citation-line-function)
5917         (message-insert-formatted-citation-line): Fix spelling of
5918         `message-insert-formated-citation-line'.
5919
5920 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5923
5924 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5927         nnmail-pathname-coding-system.
5928
5929         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5930         that a user enters; decode group names in messages.
5931
5932         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5933
5934 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5937
5938         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5939
5940         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5941         risky local variable.
5942
5943         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5944
5945 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5946
5947         * encrypt.el: Improve documentation to fix function name typo.
5948         Reported by Daiki Ueno <ueno@unixuser.org>.
5949
5950 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5953         even if the point is not in the last page of an article.
5954         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5955         back to the previous page.
5956
5957 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5960
5961 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5964
5965 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5966
5967         * message.el (message-check-news-body-syntax): Avoid
5968         mm-string-as-multibyte.
5969         (message-hide-headers): Don't assume (point-min)==1.
5970
5971 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * message.el (message-remove-blank-cited-lines): Fix if remove is
5974         given.
5975         (message-bogus-address-regexp): New variable.
5976         (message-bogus-recipient-p): New function.
5977         (message-check-recipients): New command.
5978         (message-syntax-checks): Add `bogus-recipient'.
5979         (message-fix-before-sending): Add `bogus-recipient'.
5980
5981         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5982         (gnus-treat-body-boundary): Don't test window-system.
5983
5984 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5985
5986         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5987
5988 2007-10-28  Miles Bader  <miles@gnu.org>
5989
5990         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5991         at compile-time too.
5992
5993 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5994
5995         * gnus-msg.el (gnus-message-setup-hook): Add
5996         `message-remove-blank-cited-lines' to options.
5997
5998 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5999
6000         * message.el (message-remove-blank-cited-lines): New function.
6001         Suggested by Karl Plästerer.
6002
6003 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6004
6005         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
6006         mapc.
6007
6008         * imap.el (imap-open): Replace mapcar called for effect with mapc.
6009         (top-level): Use mapc to set functions to be traced for debugging.
6010
6011         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
6012         called for effect with while loop.
6013
6014         * message.el (message-talkative-question): Replace mapcar called for
6015         effect with mapc.
6016
6017         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6018         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6019         called for effect with dolist.
6020
6021         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6022
6023         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6024         gnus-extra-headers and nnmail-extra-headers.
6025
6026         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6027         called for effect with dolist.
6028         (top-level): Use mapc to set functions to be traced for debugging.
6029
6030         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6031         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6032         dolist.
6033
6034         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6035         Replace mapcar called for effect with mapc.
6036         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6037         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6038         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6039         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6040
6041         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6042         remove-if that's a cl function.
6043
6044         * webmail.el (webmail-debug): Replace mapcar called for effect with
6045         dolist.
6046
6047         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6048         with mapc.
6049
6050 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6053         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6054         with while loop.
6055
6056         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6057         functions from article-* functions.
6058         (gnus-multi-decode-header): Replace mapcar called for effect with
6059         dolist.
6060
6061         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6062         (gnus-bookmark-show-details): Replace mapcar called for effect with
6063         while loop.
6064
6065         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6066         called for effect with while loop.
6067
6068         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6069         with dolist.
6070
6071         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6072         mapcar called for effect with dolist.
6073
6074         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6075
6076         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6077         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6078         Replace mapcar called for effect with dolist.
6079         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6080         mapc.
6081
6082         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6083         Replace mapcar called for effect with dolist.
6084         (gnus-topic-list): Replace mapcar called for effect with mapc.
6085
6086         * gnus.el: Use mapc instead of mapcar to add autoloads.
6087
6088 2007-10-23  Richard Stallman  <rms@gnu.org>
6089
6090         * gnus-group.el (gnus-group-highlight): Mark as risky.
6091
6092 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6093
6094         * gnus.el (gnus-server-to-method): Return method found first in
6095         gnus-newsrc-alist.
6096
6097         * gnus-art.el (gnus-article-highlight-signature)
6098         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6099         button overlay without the front stickiness.
6100
6101 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6102
6103         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6104         overview buffer needed a catch to receive its throw.
6105         (gnus-agent-flush-cache): Declared as interactive to make this function
6106         easier to use.
6107
6108 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6109
6110         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6111         `next-line'.
6112
6113 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6116         exclude address matching message-dont-reply-to-names.
6117
6118 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-util.el (gnus-string<): New function.
6121
6122         * gnus-sum.el (gnus-article-sort-by-author)
6123         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6124
6125 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6126
6127         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6128         the frame-focus tag is set in gnus-buffer-configuration.
6129
6130 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6133         the front stickiness.
6134
6135 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6138         url pattern; remove duplicate one.
6139         (gnus-article-extend-url-button): New function.
6140         (gnus-article-add-buttons): Use it.
6141         (gnus-button-push): Use concatenated url that it makes.
6142
6143 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6144
6145         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6146
6147 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6148
6149         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6150         Don't hardcode point-min==1.
6151
6152 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6153
6154         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6155         Fix comment about "iso8859-1".
6156
6157 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6158
6159         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6160         ones returned from the verify-function.
6161
6162         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6163         mml2015-extract-cleartext-signature if extraction failed.
6164
6165 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6166
6167         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6168         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6169         failed.
6170
6171 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6172
6173         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6174
6175 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6176
6177         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6178         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6179         recommends to use EasyPG instead of PGG.
6180
6181         * pgg.el: Revert to revision 6.23.2.16.
6182
6183         * pgg-def.el: Revert to revision 6.6.2.14.
6184
6185         * pgg-gpg.el: Revert to revision 6.23.2.34.
6186
6187 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6188
6189         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6190         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6191         thread for both the null and zero (kill/expire thread) universal prefix
6192         cases.
6193         (gnus-summary-expire-thread): Add new function to expire a thread,
6194         using gnus-summary-kill-thread.
6195         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6196         shortcuts for gnus-summary-expire-thread.
6197         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6198         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6199
6200 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6201
6202         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6203         extras value, so an extras entry can be deleted.
6204         (gnus-registry-delete-extra-entry): Use it.
6205         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6206         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6207         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6208         storage through the gnus-registry, and provide an appropriate API for
6209         it.
6210
6211 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6214         Suggested by Leo <sdl.web@gmail.com>.
6215
6216         * gnus.el: Do.
6217
6218 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6219
6220         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6221         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6222
6223         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6224
6225         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6226         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6227
6228 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6229
6230         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6231         newline.
6232         (nnmbox-request-accept-article): Don't change article in source buffer;
6233         narrow to header to use message-fetch-field rather than
6234         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6235         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6236         as delimiters; make sure article ends with newline.
6237         (nnmbox-delete-mail): Correct last position of article to be deleted;
6238         ignore X-Gnus-Newsgroup header in article body.
6239         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6240         positions; make sure article ends with newline.
6241
6242         * message.el (message-display-abbrev): Don't infloop when a user
6243         inserts SPC in the beginning of header.
6244
6245         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6246         coding-system-for-read and coding-system-for-write for XEmacs having no
6247         file-coding feature.
6248
6249         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6250
6251 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6252
6253         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6254         list of groups not followed by default.  Fix type to be regexp.
6255         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6256
6257 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6258
6259         * hmac-def.el (define-hmac-function): Switch from old-style to
6260         new-style backquotes.
6261
6262         * md4.el (md4-make-step): Likewise.
6263
6264 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6267         raw-text coding system when saving .newsrc file, which may contain
6268         non-ASCII group names.
6269
6270 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-cus.el (gnus-score-extra): New widget.
6273         (gnus-score-extra-convert): New function.
6274         (gnus-score-customize): Use it for Extra.
6275
6276 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6277
6278         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6279         (mml2015-mailcrypt-clear-verify): Use it.
6280         (mml2015-gpg-clear-verify): Use it.
6281         (mml2015-pgg-clear-verify): Use it.
6282         (mml2015-epg-clear-verify): Replace the current part with the output
6283         from GnuPG; don't extract the plaintext by itself.
6284
6285         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6286         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6287         mml2015-clear-verify-function; don't touch the armor headers or
6288         dash-escaped text here.
6289
6290 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6291
6292         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6293         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6294         parts, or application/octet-stream as a last resort.
6295         (gnus-mime-view-part-as-type): Don't toggle display.
6296         (gnus-mime-view-part-as-charset): Don't turn off display before
6297         querying charset.
6298
6299         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6300         stuff to undisplayer function in Emacs.
6301         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6302
6303         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6304         text/calendar parts.
6305
6306 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6307
6308         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6309         decoding text/calendar parts.
6310
6311         * message.el (message-forward-make-body-mime): Always mark body as
6312         having no illegible text; remove signed-or-encrypted argument.
6313         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6314
6315         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6316         (mml-generate-mime-1): Don't encode body if it is specified to be in
6317         raw form; don't make buffer be unibyte when inserting multibyte string.
6318
6319 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6320
6321         * sha1.el: Fix up comment style.
6322         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6323         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6324
6325         * hex-util.el: Fix up comment style.
6326         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6327
6328         * gnus-salt.el: Use with-current-buffer.
6329         (gnus-pick-setup-message): Fix long-standing typo.
6330
6331 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * imap.el (imap-logout-timeout): New variable.
6334         (imap-logout, imap-logout-wait): New functions.
6335         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6336
6337         * nnimap.el (nnimap-logout-timeout): New server variable.
6338         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6339         nnimap-logout-timeout.
6340
6341         * gnus-art.el (gnus-article-summary-command-nosave)
6342         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6343
6344 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * gnus.el (gnus-maximum-newsgroup): New variable.
6347
6348         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6349         according to gnus-maximum-newsgroup.
6350
6351         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6352         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6353         Limit the range of articles according to gnus-maximum-newsgroup.
6354
6355 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6356
6357         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6358         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6359         Don't perform gnus-configure-windows here; reuse existing sticky
6360         article buffer.
6361
6362         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6363         it doesn't exist in gnus-article-mode.
6364
6365 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6368         (gnus-agent-decoded-group-name): New function.
6369         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6370         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6371
6372 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6373
6374         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6375         Add binding for gnus-sticky-article.
6376         (gnus-summary-exit): Don't kill sticky article buffers.
6377
6378         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6379         article buffer.
6380         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6381         (gnus-kill-sticky-article-buffers): New commands.
6382
6383 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6384
6385         * nntp.el (nntp-xref-number-is-evil): New server variable.
6386         (nntp-find-group-and-number): If it is non-nil, don't trust article
6387         numbers in the Xref header.
6388
6389 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6390
6391         * gnus-agent.el (gnus-agent-read-group): New function.
6392         (gnus-agent-flush-group, gnus-agent-expire-group)
6393         (gnus-agent-regenerate-group): Use it.
6394         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6395         nnmail-pathname-coding-system.
6396
6397 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6400
6401         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6402         that are unread as unread, and also as selected so that information of
6403         marks having been changed by a user may be updated when exiting group.
6404
6405 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6406
6407         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6408         calculated ignoring signature parts to gnus-treat-article.
6409
6410 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6411
6412         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6413         a point here in order to keep the window start.
6414         (gnus-insert-mime-security-button): Make a button overlay without the
6415         front stickiness.
6416         (gnus-mime-display-security): Goto the end of a button.
6417
6418         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6419
6420 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6423         group-name-at-point.
6424         (gnus-group-completing-read): New function that offers decoded
6425         non-ASCII group names for completion.
6426         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6427         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6428         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6429         (gnus-group-fetch-control): Use it.
6430         (gnus-fetch-group): Use group-name-at-point for the initial value
6431         rather than the default value; use gnus-alive-p.
6432
6433         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6434         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6435         (gnus-summary-post-news): Use gnus-group-completing-read.
6436
6437         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6438         (gnus-read-move-group-name): Decode group name for completion.
6439
6440 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6441
6442         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6443         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6444         Yamaoka slightly modified the code).
6445
6446 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6449         (nnmail-split-incoming): Bind it.
6450
6451         * nnml.el (nnml-group-name-charset): New function.
6452         (nnml-decoded-group-name): Use it; don't decode group name if
6453         nnmail-group-names-not-encoded-p is non-nil.
6454         (nnml-encoded-group-name): New function.
6455         (nnml-group-pathname): Inline nnml-decoded-group-name.
6456         (nnml-request-expire-articles): Decode group name in message.
6457         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6458         nnmail-pathname-coding-system.
6459         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6460         not decoded ones according to nnmail-group-names-not-encoded-p.
6461         (nnml-generate-active-info): Use nnml-encoded-group-name.
6462
6463 2007-08-08  Glenn Morris  <rgm@gnu.org>
6464
6465         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6466         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6467         doc-strings and comments.
6468
6469 2007-07-25  Glenn Morris  <rgm@gnu.org>
6470
6471         * Relicense all FSF files to GPLv3 or later.
6472
6473 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6474
6475         * gnus-sum.el (gnus-summary-move-article): Make
6476         gnus-summary-respool-article work.
6477
6478 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6479
6480         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6481         string.
6482
6483 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6484
6485         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6486         that should be ignored when comparing distant RSS articles with local
6487         ones.
6488         (nnrss-make-hash-index): New function.  Create a hash index according
6489         to the ignored fields.
6490         (nnrss-check-group): Use it.
6491
6492 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6495
6496         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6497
6498         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6499         the new optional argument ENCODED is non-nil.
6500         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6501         coding system for encoding group name.
6502         (gnus-group-make-rss-group): Pass un-encoded group name to
6503         gnus-group-make-group.
6504         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6505         encoded.
6506
6507         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6508         Encode group name to which articles are moved or copied.
6509         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6510         coding system for encoding Newsgroup, Followup-To and Xref headers.
6511
6512         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6513         marks; use nnheader-file-coding-system to write a file.
6514         (nnagent-retrieve-headers): Bind file-name-coding-system to
6515         nnmail-pathname-coding-system.
6516
6517         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6518
6519         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6520         (nnml-request-article, nnml-request-create-group)
6521         (nnml-request-rename-group, nnml-find-id)
6522         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6523         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6524         (nnml-save-marks): Use nnml-group-pathname instead of
6525         nnmail-group-pathname.
6526
6527         (nnml-request-create-group, nnml-request-expire-articles)
6528         (nnml-request-move-article, nnml-request-delete-group)
6529         (nnml-deletable-article-p, nnml-possibly-create-directory)
6530         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6531         (nnml-open-marks): Bind file-name-coding-system to
6532         nnmail-pathname-coding-system.
6533
6534         (nnml-request-article): Pass server argument to nnml-find-group-number.
6535         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6536         server argument to nnml-possibly-create-directory.
6537         (nnml-request-accept-article): Pass server argument to
6538         nnml-active-number and nnml-save-mail.
6539         (nnml-find-group-number): Pass server argument to nnml-find-id.
6540         (nnml-request-update-info): Pass server argument to
6541         nnml-marks-changed-p.
6542
6543         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6544         (nnml-save-mail, nnml-active-number): Add server argument.
6545
6546         (nnml-request-delete-group): Warn if group is missing.
6547         (nnml-get-nov-buffer): Decode group name.
6548         (nnml-generate-active-info): Encode group name.
6549         (nnml-open-marks): Decode group name in messages.
6550
6551 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6552
6553         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6554         if it is not specified.
6555         (gnus-article-pipe-part, gnus-article-save-part)
6556         (gnus-article-interactively-view-part, gnus-article-copy-part)
6557         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6558         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6559         (gnus-article-replace-part, gnus-article-delete-part)
6560         (gnus-article-view-part-as-type): Pass raw prefix argument to
6561         gnus-article-part-wrapper.
6562
6563 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * gnus-agent.el (gnus-agent-save-active): Bind
6566         nnheader-file-coding-system to gnus-agent-file-coding-system.
6567
6568         * gnus-cache.el (gnus-cache-save-buffers)
6569         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6570         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6571         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6572         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6573         (gnus-cache-generate-active, gnus-cache-rename-group)
6574         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6575         (gnus-cache-update-overview-total-fetched-for): Bind
6576         file-name-coding-system to nnmail-pathname-coding-system.
6577         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6578         variables.
6579         (gnus-cache-decoded-group-name): New function.
6580         (gnus-cache-file-name): Use it.
6581         (gnus-cache-generate-active): Use non-decoded group name for active.
6582
6583         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6584         right place.
6585         (gnus-write-active-file): Don't break non-ASCII group names.
6586
6587         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6588         nnmail-pathname-coding-system.
6589
6590         * lpath.el: Bind default-file-name-coding-system,
6591         file-name-coding-system and language-info-alist for XEmacs.
6592
6593         * gnus-uu.el (gnus-uu-decode-save): Typo.
6594
6595 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6598
6599 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6602         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6603         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6604         (gnus-agent-flush-group, gnus-agent-flush-cache)
6605         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6606         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6607         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6608         (gnus-agent-regenerate-group)
6609         (gnus-agent-update-files-total-fetched-for)
6610         (gnus-agent-update-view-total-fetched-for): Bind
6611         file-name-coding-system to nnmail-pathname-coding-system.
6612         (gnus-agent-group-pathname): Don't encode file names by
6613         nnmail-pathname-coding-system.
6614         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6615         coding-system-for-write instead of buffer-file-coding-system to
6616         gnus-agent-file-coding-system.
6617
6618         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6619         Decode group name.
6620
6621         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6622
6623         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6624         (gnus-read-newsrc-el-file): Make group names unibyte.
6625
6626         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6627         nnmail-pathname-coding-system.
6628
6629         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6630         (nnrss-request-delete-group): Bind file-name-coding-system to
6631         nnmail-pathname-coding-system.
6632         (nnrss-read-server-data, nnrss-read-group-data): Bind
6633         file-name-coding-system correctly.
6634         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6635
6636         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6637         (nntp-server-to-method-cache): New variable.
6638         (nntp-group-pathname): New function that decodes non-ASCII group names.
6639         (nntp-possibly-create-directory, nntp-marks-changed-p)
6640         (nntp-save-marks, nntp-open-marks): Use it.
6641         (nntp-possibly-create-directory, nntp-open-marks):
6642         Bind file-name-coding-system to nnmail-pathname-coding-system.
6643         (nntp-open-marks): Decode group names when bootstrapping marks.
6644
6645         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6646         Newsgroups and Folowup-To headers.
6647
6648 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6651         (gnus-server-closed-face, gnus-server-denied-face)
6652         (gnus-server-offline-face): Remove variable.
6653         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6654
6655         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6656         of modifying message-stack directly for XEmacs.
6657
6658         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6659         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6660         if the coding-system argument is nil for XEmacs.
6661
6662         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6663         mm-charset-override-alist.
6664
6665         * rfc2047.el: Don't require base64; require rfc2045 for the function
6666         rfc2045-encode-string.
6667         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6668         to quote the parameter value.
6669
6670 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6673         form in gnus-group-name-charset-method-alist.
6674
6675         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6676         overrides the default layout edit-form.
6677
6678         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6679
6680         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6681
6682 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6685         as unfetched articles.
6686
6687 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6688
6689         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6690
6691 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6692
6693         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6694         original back end that keeps marks in the local system.
6695
6696 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6697
6698         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6699         arg of pop-to-buffer for XEmacs.
6700         (gnus-article-read-summary-keys): Ditto; don't restore window
6701         configuration if summary command ends up with neither article buffer
6702         nor summary buffer; describe bindings if summary keys end with C-h.
6703
6704 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * message.el (message-fix-before-sending): Skip raw message part to be
6707         forwarded while checking illegible text.
6708         (message-forward-make-body-mime, message-forward-make-body): Mark
6709         signed or encrypted raw message as having no illegible text.
6710
6711 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6714         (gnus-message-with-timestamp-1): New macro.
6715         (gnus-message-with-timestamp): New function.
6716         (gnus-message): Use them.
6717
6718         * nnheader.el (nnheader-message): Use them.
6719
6720 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6721
6722         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6723         .newsrc.eld file.
6724
6725 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-agent.el (gnus-agent-fetch-headers)
6728         (gnus-agent-retrieve-headers): Bind
6729         gnus-decode-encoded-address-function to identity.
6730
6731         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6732         available also when the server returns simply a dot.
6733
6734         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6735
6736 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6739
6740 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6741
6742         * gnus-ems.el (gnus-x-splash): Make it work.
6743
6744         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6745         from being used.
6746
6747         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6748
6749 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6752         4th and the 5th arguments.
6753
6754         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6755         the front stickiness.
6756         (gnus-article-summary-command-nosave): Correct the order of the
6757         arguments passed to pop-to-buffer.
6758         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6759         summary command ends up with the article buffer.
6760
6761         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6762         the same faces.
6763
6764 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6765
6766         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6767
6768 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6769
6770         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6771         * gnus-sum.el (gnus-summary-highlight):
6772         * pgg.el (pgg-sign-region, pgg-sign):
6773         * mail-source.el (mail-source-delete-old-incoming-confirm):
6774         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6775
6776 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * gnus-art.el (gnus-mime-view-part-externally)
6779         (gnus-mime-view-part-internally): Fix predicate function passed to
6780         completing-read.
6781
6782         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6783
6784         * gnus.el (gnus-update-message-archive-method): Add :version.
6785
6786 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6787
6788         * gnus.el (gnus-update-message-archive-method): New variable.
6789
6790         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6791         according to gnus-message-archive-method if
6792         gnus-update-message-archive-method is non-nil.
6793
6794 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6795
6796         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6797         by Loic Dachary <loic@dachary.org>.
6798         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6799
6800 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6801
6802         * message.el (message-pop-to-buffer): Add switch-function argument.
6803         (message-mail): Pass switch-function argument to it.
6804
6805 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6806
6807         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6808         Improve doc string.
6809
6810 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6813         (gnus-header-content)
6814         * gnus-cite.el (gnus-cite-10)
6815         * gnus-srvr.el (gnus-server-closed)
6816         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6817         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6818         (gnus-group-mail-3-empty, gnus-group-mail-low)
6819         (gnus-group-mail-low-empty, gnus-splash)
6820         * message.el (message-header-to, message-header-cc)
6821         (message-header-subject, message-header-other, message-header-name)
6822         (message-header-xheader, message-separator, message-cited-text)
6823         (message-mml): Lighten colors of faces used for dark background.
6824
6825 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6826
6827         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6828         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6829
6830 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * message.el (message-narrow-to-headers-or-head):
6833         Ignore mail-header-separator in the body.
6834
6835 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6838         same as window size.
6839
6840 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6841
6842         * message.el (message-font-lock-keywords): Use message-header-xheader
6843         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6844         ahead of the anything pattern, to get it recognised.
6845
6846 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6849         spam.el loads uses it in the compiled defadvice form.
6850
6851 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6852
6853         * gnus-sum.el (gnus-articles-to-read)
6854         (gnus-summary-insert-old-articles): Don't truncate group name for
6855         `read-string'.
6856
6857         * gnus-util.el (gnus-limit-string): Delete this function.
6858
6859         * gnus-sum.el (gnus-simplify-subject-fully): Use
6860         `truncate-string-to-width' instead.
6861
6862 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6863
6864         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6865         if, on summary exit, the next group has to be selected.
6866         (gnus-summary-exit): Use it.
6867
6868 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6871         non-break space.
6872
6873 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6876         Check if group is not a directory.
6877         (nnfolder-request-expire-articles): Don't delete articles if the target
6878         group is not available.
6879
6880         * nnml.el (nnml-request-create-group): Properly check if group is not a
6881         file.
6882         (nnml-request-expire-articles): Don't delete articles if the target
6883         group is not available.
6884
6885         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6886         Don't quote characters that are within parentheses.
6887
6888 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6891         (gnus-handle-ephemeral-exit): Select article according to it.
6892
6893 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * message.el (message-insert-formated-citation-line): Remove newline.
6896         (message-citation-line-format): Add final \n here so that the user can
6897         avoid a blank line.
6898
6899 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6900
6901         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6902         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6903         Update lanl/arXiv support.
6904
6905 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * gnus.el: Bump version number.
6908
6909 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910
6911         * gnus.el (gnus-version-number): Bump version.
6912
6913 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6914
6915         * gnus.el: No Gnus v0.6 is released.
6916
6917 2007-04-27  Didier Verna  <didier@xemacs.org>
6918
6919         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6920         * gmm-utils.el (gmm-regexp-concat): here.
6921         * message.el: Don't require 'gnus-util.
6922         (message-dont-reply-to-names): Handle name change above.
6923         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6924
6925 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6926
6927         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6928         since the initial value varies according to the system.
6929
6930 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6931
6932         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6933
6934 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6935
6936         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6937
6938 2007-04-24  Didier Verna  <didier@xemacs.org>
6939
6940         Improve the type of gnus-ignored-from-addresses.
6941         * gnus-util.el (gnus-orify-regexp): New function.
6942         * message.el (gnus-util): Require it.
6943         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6944         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6945         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6946
6947 2007-04-24  Didier Verna  <didier@xemacs.org>
6948
6949         * gnus-sum.el:
6950         * gnus-utils.el: Fix some trailing whitespaces.
6951
6952 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6955         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6956         article's Message-ID; refer parent article in summary buffer.
6957
6958         * message.el (message-bounce): Call mime-to-mml.
6959
6960         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6961         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6962         optimize and/or forms properly.
6963
6964 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6965
6966         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6967         URL.
6968
6969 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6972
6973 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6976         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6977         displayed of multipart/alternative part if it is invoked from summary
6978         buffer.
6979
6980         * mm-view.el (mm-inline-text-html-render-with-w3m)
6981         (mm-inline-text-html-render-with-w3m-standalone)
6982         (mm-inline-render-with-function): Use mail-parse-charset by default.
6983
6984 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6985
6986         * parse-time.el (parse-time-string-chars): Check if CHAR
6987         is less than the length of parse-time-syntax.
6988
6989 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6992         from gnus-newsgroup-processable.
6993
6994 2007-04-16  Didier Verna  <didier@xemacs.org>
6995
6996         * gnus-msg.el (gnus-configure-posting-styles): Handle
6997         message-signature-directory properly with :file syntax.  Reported by
6998         "Leo".
6999
7000 2007-04-11  Didier Verna  <didier@xemacs.org>
7001
7002         New user option: message-signature-directory.
7003         * gnus-msg.el (gnus-configure-posting-styles): Support it.
7004         * message.el (message-insert-signature): Ditto.
7005         * message.el (message-signature-file): Doc update.
7006         * message.el (message-signature-directory): New.
7007
7008 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7009
7010         * gnus-msg.el (gnus-inews-yank-articles): Use
7011         message-exchange-point-and-mark instead of exchange-point-and-mark.
7012
7013 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * message.el (message-yank-original): Make sure cited text ends with
7016         newline; don't exchange point and mark.
7017
7018 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7019
7020         * tls.el (open-tls-stream): Properly handle case where there
7021         is no associated buffer.
7022
7023 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7024
7025         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7026         message-yank-original, make sure (< mark TEXT point).
7027
7028 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7029
7030         * message.el (message-fill-column): New variable.
7031         (message-mode): Use it.  Add comment on a possible new hook.
7032
7033         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7034         (nnmail-get-new-mail): Reformat.
7035
7036         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7037
7038         * gmm-utils.el: Fix Commentary.
7039         (gmm-tool-bar-from-list): Fix typo in doc string.
7040
7041 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7042
7043         * message.el (message-yank-original): Don't switch point and mark
7044         unnecessarily to put point and mark as documented.
7045
7046 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7049         from the message heads.
7050
7051 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7052
7053         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7054         article buffer does not have a window.  This may not be the best
7055         solution but is certainly better than setting the start of the null,
7056         that is the current, window.
7057
7058 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7059
7060         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7061         (gnus-draft-setup): Run it.
7062
7063         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7064         gnus-score-fast-scoring.  Allow regexp.
7065         (gnus-score-headers): Use it.
7066
7067         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7068         XEmacs.
7069
7070         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7071         string.
7072         (gnus-button-alist): Also catch `<f1> k ...'.
7073         (gnus-treat-display-x-face): Fix doc string.
7074
7075 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7076
7077         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7078         evaluation of gnus-extended-version to ensure correct generation of the
7079         User-Agent header when message-generate-headers-first is used.
7080
7081 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7082
7083         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7084         hashcash-path is nil.  Don't call callback with incorrect number of
7085         parameters if val is 0.
7086
7087 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7088
7089         * message.el (message-required-news-headers):
7090         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7091
7092 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7093
7094         * tls.el (open-tls-stream): In handshake-waiting loop,
7095         don't wait more if there is output available to process.
7096
7097 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7098
7099         * tls.el (tls-program): Doc fix.
7100
7101 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7102
7103         * message.el (message-generate-new-buffers): Change the meaning of the
7104         nil value; add `standard' to the choices; treat t as `unique'; improve
7105         doc string.
7106         (gnus-select-frame-set-input-focus): Autoload.
7107         (message-buffer-name): Search for the existing message buffer if
7108         message-generate-new-buffers is nil or `standard'; treat the value t of
7109         message-generate-new-buffers as `unique'.
7110         (message-pop-to-buffer): Raise the frame already displaying the message
7111         buffer; clear the echo area after querying.
7112         (message-setup): Pass the `continue' argument to compose-mail.
7113         (message-mail): Prefer `switch-function' if it is given; search for the
7114         existing message buffer if the `continue' argument is non-nil; pass
7115         continue and switch-function arguments to compose-mail by way of
7116         message-setup.
7117         (message-mail-other-window): Adjust argument of message-setup.
7118         (message-mail-other-frame): Ditto.
7119
7120 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7121
7122         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7123         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7124         to turn font-lock on when turning gnus-message-citation-mode on.
7125
7126 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7127
7128         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7129         (mml-smime-function-alist): New variable; add epg as the backend.
7130         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7131         mml-smime- functions instead.
7132         * mm-view.el: Require smime.
7133
7134 2007-03-05  Didier Verna  <didier@xemacs.org>
7135
7136         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7137         instead of just inheritance for posting styles.
7138         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7139
7140 2007-02-24  Chris Moore  <dooglus@gmail.com>
7141
7142         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7143         * pgg-pgp.el (pgg-pgp-encrypt-region):
7144         * pgg-gpg.el (pgg-gpg-encrypt-region):
7145         Check pgg-encrypt-for-me if no other recipients.
7146
7147 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7148
7149         * tls.el (tls-certtool-program): Fix custom type.
7150
7151 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7152
7153         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7154         and point-at-eol instead of line-(beginning|end)-position.
7155
7156         * assistant.el (assistant-parse-buffer): Ditto.
7157
7158         * netrc.el (netrc-parse-services): Ditto.
7159
7160 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7161
7162         * mml2015.el (mml2015-epg-find-usable-key): New function.
7163         (mml2015-epg-sign): Use it.
7164         (mml2015-epg-encrypt): Use it.
7165
7166 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * message.el (message-make-in-reply-to): Quote name containing
7169         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7170         if there are special characters.  Reported by NAKAJI Hiroyuki
7171         <nakaji@jp.freebsd.org>.
7172
7173 2007-02-27  Didier Verna  <didier@xemacs.org>
7174
7175         Include the group parameters as well as the topic ones in the
7176         inheritance filter process.
7177         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7178         argument GROUP-PARAMS-LIST.
7179         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7180
7181 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * nntp.el (nntp-never-echoes-commands)
7184         (nntp-open-connection-functions-never-echo-commands): New variables.
7185         (nntp-send-command): Use them.
7186
7187 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7188
7189         * mml2015.el (mml2015-epg-verify): Simplified.
7190
7191 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * mml.el (mml-content-disposition-alist): New user option.
7194         (mml-content-disposition): New function.
7195         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7196         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7197
7198 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7199
7200         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7201         verification.
7202
7203 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7204
7205         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7206         articles posted in the last 24 hours.
7207
7208 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7209
7210         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7211
7212 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7213
7214         * nntp.el (nntp-send-command): Don't wait for echoes when
7215         nntp-open-ssl-stream is used.
7216
7217 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7220         (gnus-message-add-citation-keywords)
7221         (gnus-message-remove-citation-keywords): Remove.
7222         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7223         directly, make the variables in font-lock-defaults buffer-local, add
7224         gnus-message-citation-keywords to them and then update the value of
7225         font-lock-keywords.
7226
7227 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * message.el (message-cite-original-1): Don't call
7230         gnus-article-highlight-citation.
7231
7232         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7233         citations; fix line count.
7234
7235 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7236
7237         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7238         (gnus-message-add-citation-keywords)
7239         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7240         versions of font-lock-add-keywords and font-lock-remove-keywords to
7241         work with XEmacs correctly.
7242
7243 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7244
7245         * gnus-cite.el (gnus-cite-face-list): Set the values of
7246         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7247         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7248         (gnus-message-cite-prefix-regexp): New variable.
7249         (gnus-message-search-citation-line): Use it; protect against long
7250         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7251         the 0th match data for Emacs.
7252         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7253         (gnus-message-add-citation-keywords): Append keywords rather than
7254         prepending; emulate font-lock-add-keywords if it is not available.
7255         (gnus-message-remove-citation-keywords): Emulate
7256         font-lock-remove-keywords if it is not available.
7257
7258         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7259
7260         * message.el (message-cite-prefix-regexp): Set the value of
7261         gnus-message-cite-prefix-regexp.
7262
7263 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7264
7265         * nnweb.el (nnweb-google-parse-1): Update parser.
7266
7267 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7268
7269         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7270
7271 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7272
7273         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7274         regexp.
7275
7276 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7277
7278         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7279         string-to-multibyte.
7280         (uudecode-decode-region-internal): Use it.
7281
7282         * lpath.el: Fbind string-as-multibyte for XEmacs.
7283
7284 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7287         custom choice.
7288
7289         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7290
7291 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7292
7293         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7294
7295         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7296         `write-region' to respect `mm-inhibit-file-name-handlers'.
7297
7298 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7299
7300         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7301         Use gnus-home-directory instead of "~/" or "$HOME".
7302
7303 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7304
7305         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7306         to mention filename.
7307         Add comments at beginning regarding usage.
7308         (encrypt-write-file-contents): Change interactive so a string is
7309         acceptable.  If the file has no associated model, show an error instead
7310         of a nonsense prompt.
7311
7312 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7313
7314         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7315         Thanks to Yoshihiko Yamada for kind notification of this typo.
7316
7317 2007-01-12  Kenichi Handa  <handa@m17n.org>
7318
7319         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7320         multibyte buffer.
7321
7322 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7323
7324         * gnus-score.el (gnus-score-fast-scoring): New variable.
7325         (gnus-score-headers): Use it.
7326
7327         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7328
7329         * message.el (message-cite-original-1): Call
7330         gnus-article-highlight-citation if requested.
7331         (message-make-from): Allow name and address as optional arguments.
7332
7333         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7334
7335         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7336         bugs to doc string.
7337         (gnus-button-alist): Add mid\\|message-id.
7338         (gnus-button-fetch-group): Extend for use in
7339         `browse-url-browser-function'.
7340         (gnus-button-url-regexp): Try to catch paired parentheses like in
7341         Wikipedia URLs.
7342
7343         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7344         Suggested by Simon Krahnke <overlord@gmx.li>.
7345
7346 2007-01-13  Romain Francoise  <romain@orebokech.com>
7347
7348         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7349         Update copyright.
7350
7351 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7352
7353         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7354
7355 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7356
7357         * gnus-registry.el (gnus-registry-unfollowed-groups)
7358         (gnus-registry-split-fancy-with-parent): Fix documentation.
7359
7360 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7361
7362         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7363         from nnweb groups.
7364
7365 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7366
7367         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7368         Xref urls.  Erase buffer before requesting head.
7369
7370 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7371
7372         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7373         customizable.
7374
7375 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7376
7377         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7378         no signing key is found.
7379         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7380         no encrypting and/or signing key is found.
7381
7382 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7383
7384         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7385
7386 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7387
7388         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7389         headers read from disk with the ones newly found in the current search.
7390         This should no longer cause problems, because the article numbers in
7391         Gmane's `nov.php' output are ignored since the previous change.
7392
7393 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7394
7395         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7396
7397 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7400         replace-regexp-in-string; bind url-version; fbind display-images-p and
7401         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7402         find-face and set-itimer-function for Emacs; bind itimer-list for
7403         Emacs.
7404
7405         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7406
7407 2007-01-01  Romain Francoise  <romain@orebokech.com>
7408
7409         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7410
7411 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7412
7413         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7414         `define-minor-mode' macro definition expanded properly.
7415         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7416         exclude it there.
7417
7418         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7419         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7420         `fboundp' test.
7421         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7422         This is OK to autoload in (S)XEmacs now.
7423
7424 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7425
7426         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7427         keystroke.
7428         (gnus-summary-limit-to-singletons): Fix typo.
7429
7430         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7431         else fails.
7432
7433 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7434
7435         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7436         docstring.
7437
7438         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7439         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7440         (gnus-summary-insert-dormant-articles): Fix typo in message.
7441
7442 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7443
7444         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7445         nil for XEmacs.
7446         (gnus-message-citation-mode): Don't autoload in XEmacs.
7447
7448         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7449
7450 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7451
7452         * nnimap.el (nnimap-expunge-search-string): Mention
7453         nnimap-search-uids-not-since-is-evil in docstring.
7454
7455 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * spam.el: Revert to make-obsolete-variable because
7458         define-obsolete-variable-alias is not supported in Emacs 21.
7459
7460         * spam.el (spam-ifile-path, spam-ifile-database-path)
7461         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7462         make-obsolete-variable.
7463         (spam-bsfilter-path, spam-bsfilter-program)
7464         (spam-spamassassin-path, spam-spamassassin-program)
7465         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7466         use "path" inappropriately.
7467         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7468         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7469         variable names.
7470
7471 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7472
7473         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7474         summary buffer.
7475
7476         * password.el (password-cache-remove): Use clear-string to burn
7477         password, if available.
7478
7479 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7482
7483         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7484
7485         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7486         (gnus-message-highlight-citation): Move defcustom here from
7487         gnus-cite.el.
7488         (gnus-message-citation-mode): Autoload.
7489
7490         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7491         checks to make it compile with XEmacs.
7492         (gnus-message-citation-mode): New minor mode.
7493         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7494         (gnus-message-highlight-citation): New variables.
7495         (gnus-message-search-citation-line)
7496         (gnus-message-add-citation-keywords)
7497         (gnus-message-remove-citation-keywords)
7498         (turn-on-gnus-message-citation-mode)
7499         (turn-off-gnus-message-citation-mode): New functions.
7500
7501 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7502
7503         * gnus-cite.el: Enable highlighting of different citation levels in
7504         message-mode.
7505
7506 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7507
7508         * message.el (message-make-fqdn): Fix comment.
7509         (message-bogus-system-names): Add ".local".
7510
7511         * spam.el (spam-ifile-path, spam-ifile-program)
7512         (spam-ifile-database-path, spam-ifile-database)
7513         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7514         Don't use "path" inappropriately.
7515         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7516         strings.
7517         (spam-check-ifile, spam-ifile-register-with-ifile)
7518         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7519         new variable names.
7520
7521         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7522         (gnus-treat-display-smileys): Simplify using
7523         gnus-image-type-available-p.
7524
7525         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7526         available.
7527
7528         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7529         `display-images-p' if available.
7530
7531 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7532
7533         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7534         one after turning on the buffer's multibyteness instead of decoding
7535         them directly in the unibyte buffer that causes unexpected conversion
7536         in Emacs 23 (unicode).
7537
7538 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7539
7540         * message.el (message-generate-hashcash): Fix custom type.
7541
7542 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7543
7544         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7545
7546 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7547
7548         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7549         disconnect icons.  Add help text.
7550
7551 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7552
7553         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7554         negated to be consistent with the others we handle.
7555
7556 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7557
7558         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7559         version of gnus-summary-buffer to something, so that we can use two
7560         article buffers at the same time.
7561
7562 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7563
7564         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7565         trigger all the extra headers.
7566         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7567         sorting.
7568
7569 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7570
7571         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7572         solid groups.
7573
7574 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7575
7576         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7577
7578 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * legacy-gnus-agent.el: Add Copyright notice.
7581
7582 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7583
7584         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7585
7586 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7587
7588         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7589
7590         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7591         to make it work reliably in CVS Emacs.
7592         (gnus-summary-limit-strange-charsets-predicate)
7593         (gnus-summary-limit-to-predicate): New functions.
7594
7595 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7596
7597         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7598         specifying array size.
7599         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7600         array if it is too small.
7601         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7602         (gnus-sort-threads-loop): New function.
7603
7604 2006-12-06  Chris Moore  <dooglus@gmail.com>
7605
7606         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7607         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7608
7609 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7610
7611         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7612         options.
7613
7614 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7615
7616         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7617         DOS-ing the recipient.
7618
7619         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7620         the headers when creating the mapping to avoid mismappings.
7621         (nnweb-gmane-create-mapping): Always nix out old mapping.
7622
7623 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7626         and mm-verify-option to never.
7627
7628 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * message.el (message-signed-or-encrypted-p): New function.
7631         (message-forward-make-body): Use it.
7632
7633         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7634         Replace encode-coding-string with mm-encode-coding-string.
7635
7636 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7637
7638         * nneething.el (nneething-decode-file-name): Replace
7639         decode-coding-string with mm-decode-coding-string.
7640
7641         * gnus-int.el (gnus-open-server): Say failed server's name.
7642
7643 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7644
7645         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7646         strings to a single string.  Quote `errors-file-name'.
7647         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7648         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7649         Adjust calls.  Use `shell-quote-argument'.
7650
7651 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7652
7653         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7654         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7655
7656         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7657         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7658         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7659         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7660         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7661         (gnus-subscribe-newsgroup, gnus-1):
7662         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7663         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7664         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7665         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7666
7667 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7668
7669         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7670         keystroke.
7671         (gnus-summary-limit-to-bodies): Implement headersp.
7672
7673 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7674
7675         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7676
7677 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7680
7681 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * message.el (message-generate-hashcash): Expand range of values to
7684         include `opportunistic'.
7685         (message-send-mail): Use it.
7686
7687 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7688
7689         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7690         and comment it.
7691
7692         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7693
7694 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * gnus-util.el (gnus-extract-address-components): Improve comment.
7697
7698 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * gnus-util.el (gnus-extract-address-components): Work with address in
7701         which the name portion contains @.
7702
7703         * lpath.el: Fbind custom-autoload.
7704
7705 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * gnus.el (gnus-start): Move custom group up.
7708         (gnus-select-method): Don't autoload, but make it available for
7709         `customize-variable'.
7710         (gnus-getenv-nntpserver): Don't autoload.
7711
7712 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7713
7714         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7715
7716 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7717
7718         * message.el (message-sendmail-extra-arguments): New variable.
7719         (message-send-mail-with-sendmail): Use it.
7720
7721 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7724         mm-with-unibyte-current-buffer to make string unibyte.
7725
7726         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7727         mm-string-as-multibyte.
7728
7729 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7730
7731         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7732         Reported by Werner Koch <wk@gnupg.org>.
7733
7734 2006-11-14  Daiki Ueno  <ueno@p360>
7735
7736         * mml2015.el: Autoload epa-select-keys when compiling.
7737
7738 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7739
7740         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7741         message-options.
7742         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7743
7744 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7745
7746         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7747         EasyPG (< 0.0.6).
7748         (mml2015-always-trust): New user option.
7749         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7750         prompt.
7751
7752 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * nntp.el (nntp-authinfo-force): New variable.
7755         (nntp-send-authinfo): Use it.
7756
7757 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7758
7759         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7760         decode encoded words.  Improve prompt.  Add comment about forwarding.
7761         (message-replacement-char): Move up.
7762
7763 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7764
7765         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7766         instead of gnus-intersection because arguments of gnus-sorted-nunion
7767         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7768
7769 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7772         (message-simplify-subject-functions): Enable
7773         message-strip-subject-encoded-words by default.
7774
7775 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * message.el (message-strip-subject-encoded-words): New function.
7778         (message-simplify-subject-functions): New variable.
7779         (message-simplify-subject): Use it.  Fix typo in doc string.
7780         Support message-strip-subject-encoded-words.
7781
7782 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7783
7784         * gnus-diary.el (gnus-diary-delay-format-function):
7785         * nndiary.el (nndiary-reminders):
7786         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7787
7788 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * gnus-art.el (article-hide-boring-headers): Fetch date from
7791         gnus-original-article-buffer to avoid problems with localized date
7792         strings.
7793
7794 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7797
7798 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7799
7800         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7801         New variables.
7802         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7803         (mm-charset-synonym-alist): Move some entries to
7804         mm-codepage-iso-8859-list.
7805         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7806         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7807
7808 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7811
7812 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7813
7814         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7815         with Emacs 21 and XEmacs.
7816
7817 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7818
7819         * spam.el (spam-parse-address): New function for better parsing,
7820         catching errors, etc.
7821         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7822
7823 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * mm-view.el: Add interactive arg to html2text autoload.
7826
7827 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7830
7831 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7832
7833         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7834         variables.
7835         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7836         (mm-charset-synonym-alist): Move some entries to
7837         mm-codepage-iso-8859-list.
7838
7839         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7840
7841 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7842
7843         * message.el (message-citation-line-format)
7844         (message-insert-formated-citation-line): Fix implementation of %E, %N
7845         and %n according to the doc string.
7846
7847 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7848
7849         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7850         car-safe to avoid bad parses.
7851
7852 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7853
7854         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7855         names.
7856
7857         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7858
7859 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7862         header.
7863
7864         * message.el (message-draft-headers): Add Date.
7865         (message-headers-to-generate): Fix typo in docstring.
7866
7867         * nndraft.el (nndraft-required-headers): New variable.
7868         (nndraft-generate-headers): Use it.
7869
7870         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7871
7872 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7873
7874         * gnus-registry.el (gnus-registry-wash-for-keywords)
7875         (gnus-registry-find-keywords): New functions to allow easy searching of
7876         articles that are in the registry.
7877
7878 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7879
7880         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7881         ietf-drums-parse-address instead of gnus-extract-address-components.
7882         Reported by Damien Elmes <damien@repose.cx>.
7883
7884 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * gnus.el (gnus-mime): Remove unused custom group.
7887
7888 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7889
7890         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7891         "blank line" when searching for end of armor headers.
7892
7893 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * gmm-utils.el (gmm-write-region): Fix variable name.
7896
7897 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7898
7899         * gmm-utils.el (gmm-write-region): New function based on compatibility
7900         code from `mm-make-temp-file'.
7901
7902         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7903
7904         * nnmaildir.el (nnmaildir--update-nov)
7905         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7906         Use `gmm-write-region'.
7907
7908 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7909
7910         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7911         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7912
7913         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7914
7915         * message.el (message-replacement-char): New variable.
7916         (message-fix-before-sending): Use it.
7917         (message-simplify-subject): New function to remove duplicate code.
7918         (message-reply, message-followup): Use it.
7919
7920         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7921         gnus-summary-limit-to-articles.
7922
7923 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-util.el (gnus-with-local-quit): New macro.
7926
7927         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7928
7929 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7930
7931         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7932         ignore non-string data.
7933
7934 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7935
7936         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7937         non-string data (needs to be done in the registry too).
7938
7939 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7940
7941         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7942         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7943         (gnus-registry-split-fancy-with-parent)
7944         (gnus-registry-fetch-simplified-message-subject-fast)
7945         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7946         Remove text properties on ingress into the registry and when it's saved.
7947         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7948         registry from entries with no groups.
7949
7950 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7951
7952         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7953         function to remove string properties.
7954
7955 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * gmm-utils.el (gmm): Adjust custom version.
7958
7959         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7960         custom version.
7961
7962         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7963
7964 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * gnus-art.el (gnus-insert-prev-page-button)
7967         (gnus-insert-next-page-button): Simplify.  Reformat.
7968
7969 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7970
7971         * gnus-art.el (gnus-insert-prev-page-button)
7972         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7973
7974 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7975
7976         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7977
7978 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7979
7980         * gnus-art.el (gnus-insert-mime-button)
7981         (gnus-insert-mime-security-button):
7982         Apply gnus-article-button-face to MIME and security buttons.
7983
7984 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7985
7986         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7987         readable.
7988
7989 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7992
7993 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7994
7995         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7996         `browse-url-of-file' instead of `browse-url'.
7997
7998 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7999
8000         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8001         regexp.  Articles containing quotation were cut prematurely.
8002
8003 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * message.el (message-cite-original-1): Use nobody by default for the
8006         value of From header.
8007         (message-reply): Ditto.
8008
8009 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
8010
8011         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
8012         to the gnus-info.  This fixes a bug of inline-PGP message verification.
8013         Reported by Michael Piotrowski <mxp@dynalabs.de>.
8014
8015 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
8016
8017         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8018         mails in the doc string.  Add some URLs in comment.
8019         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8020
8021 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8024         backslashes handling and the way to find boundaries of quoted strings.
8025
8026 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8027
8028         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8029         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8030         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8031         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8032
8033 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8034
8035         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8036         doc string.
8037         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8038
8039 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * lpath.el: Fbind epg-check-configuration.
8042
8043 2006-09-06  Simon Josefsson  <jas@extundo.com>
8044
8045         * mml2015.el (mml2015-use): Doc fix, mention epg.
8046
8047 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8048
8049         * mml2015.el (mml2015-use): Default to epg, if available.
8050
8051 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8052
8053         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8054         message-sender.
8055         (mml1991-epg-encrypt): Ditto.
8056         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8057         message-sender.
8058         (mml2015-epg-encrypt): Ditto.
8059
8060 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8061
8062         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8063         several common directories.
8064
8065 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8066
8067         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8068         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8069
8070 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8071
8072         * gnus-art.el (article-decode-encoded-words): Make it fast.
8073
8074 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8075
8076         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8077
8078         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8079         in quoted string into `\'.
8080
8081 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8084         Use standard-syntax-table.
8085
8086 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-art.el (gnus-decode-address-function): New variable.
8089         (article-decode-encoded-words): Use it to decode headers which are
8090         assumed to contain addresses.
8091         (gnus-mime-delete-part): Remove useless `or'.
8092
8093         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8094         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8095         (gnus-nov-parse-line): Use it to decode From header.
8096         (gnus-get-newsgroup-headers): Ditto.
8097         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8098
8099         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8100         (mail-decode-encoded-address-string): New alias.
8101
8102         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8103         New function.
8104         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8105         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8106         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8107         (rfc2047-decode-string): Ditto.
8108         (rfc2047-decode-address-region): New function.
8109         (rfc2047-decode-address-string): New function.
8110
8111 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8112
8113         * message.el (message-caesar-buffer-body): Allow rotating headers.
8114
8115         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8116
8117         * message.el (message-insert-formated-citation-line): Fix %f.
8118         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8119
8120 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8121
8122         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8123         (gnus-bookmark-mouse-available-p): New macro.
8124         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8125         (gnus-bookmark-bmenu-show-infos): Use it.
8126         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8127         (gnus-bookmark-bmenu-hide-infos): Ditto.
8128         (gnus-bookmark-remove-properties): New function.
8129         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8130         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8131         (gnus-bookmark-write-file): Bind coding-system-for-write.
8132         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8133         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8134         group before selecting it.
8135         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8136         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8137         quit-window if it is not available; use gnus-mouse-2 and bind it to
8138         gnus-bookmark-bmenu-select-by-mouse.
8139         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8140         (gnus-bookmark-bmenu-select-by-mouse): New function.
8141
8142 2006-08-13  Romain Francoise  <romain@orebokech.com>
8143
8144         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8145         space.
8146
8147 2006-08-10  Romain Francoise  <romain@orebokech.com>
8148
8149         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8150         (dns-mode-soa-auto-increment-serial): New user option.
8151         (dns-mode-soa-maybe-increment-serial): New function.
8152         (dns-mode): Add the latter to `write-contents-functions'.
8153
8154 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * compface.el (uncompface): Use binary rather than raw-text-unix.
8157
8158 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * compface.el (uncompface): Make sure the eol conversion doesn't take
8161         place when communicating with the external programs.  Reported by
8162         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8163
8164 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8165
8166         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8167
8168 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8169
8170         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8171         Make it more robust by parsing author and date independently.
8172
8173 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8176
8177 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8178
8179         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8180         first matching secret key.
8181         (mml2015-epg-encrypt): Ditto.
8182
8183         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8184         first matching secret key.
8185         (mml1991-epg-encrypt): Ditto.
8186
8187         * mml2015.el (mml2015-encrypt-to-self): New user option.
8188         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8189         mml2015-epg-encrypt-to-self is set.
8190
8191         * mml1991.el (mml1991-encrypt-to-self): New variable.
8192         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8193         mml1991-epg-encrypt-to-self is set.
8194
8195         * mml2015.el (mml2015-signers): New user option.
8196         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8197         (mml2015-epg-encrypt): Allow to select signing keys.
8198
8199         * mml1991.el (mml1991-signers): New variable.
8200         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8201         (mml1991-epg-encrypt): Allow to select signing keys.
8202
8203 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8204
8205         * nnheader.el (nnheader-insert-head): Make it work even if the file
8206         uses CRLF for the line-break code.
8207
8208 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8209
8210         * mml2015.el: Require mml-sec instead of password.
8211         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8212         (mml2015-cache-passphrase): Inherit the default value from
8213         mml-secure-cache-passphrase.
8214         (mml2015-passphrase-cache-expiry): Inherit the default value from
8215         mml-secure-passphrase-cache-expiry.
8216
8217         * mml1991.el: Require mml-sec instead of password.
8218         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8219         (mml1991-cache-passphrase): Inherit the default value from
8220         mml-secure-cache-passphrase.
8221         (mml1991-passphrase-cache-expiry): Inherit the default value from
8222         mml-secure-passphrase-cache-expiry.
8223
8224         * mml-sec.el: Require password.
8225         (mml-secure-verbose): New user option.
8226         (mml-secure-cache-passphrase): New user option.
8227         (mml-secure-passphrase-cache-expiry): New user option.
8228
8229 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8230
8231         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8232         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8233         andreas@altroot.de (Andreas Vögele).
8234
8235         FIXME: Use `tiny change'?
8236
8237 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8238
8239         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8240         workaround for the url package included with Emacs.
8241
8242         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8243
8244 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8247         correctly.  This fixes a bug caused by the 2006-05-12 change.
8248
8249 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8250
8251         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8252         some information about the error when saying that the `bogus' mail
8253         group will be used.
8254
8255 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8256
8257         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8258         string.
8259
8260 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8261
8262         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8263
8264 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8265
8266         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8267
8268 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8269
8270         * mml1991.el (mml1991-function-alist): Add epg.
8271         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8272         (mml1991-epg-encrypt): New functions.
8273
8274 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8275
8276         * mml2015.el (mml2015-verbose): New variable.
8277         (mml2015-cache-passphrase): Ditto.
8278         (mml2015-passphrase-cache-expiry): Ditto.
8279         (mml2015-function-alist): Add epg.
8280         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8281         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8282         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8283         functions.
8284
8285 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8286
8287         * message.el (message-cite-original-1): Preserve region when removing
8288         quoted text due to X-No-Archive in order to avoid bogus attribution
8289         when citing multiple messages.
8290
8291 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8292
8293         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8294         Kenneth Jacker <khj@be.cs.appstate.edu>.
8295
8296 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8297
8298         * gnus-diary.el (gnus-user-format-function-d)
8299         (gnus-user-format-function-D): Autoload.
8300
8301         * imap.el (Commentary): Fix typo.
8302
8303         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8304         2006-04-22 contribution.
8305
8306 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8307
8308         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8309         It didn't really fix the bogosity I'm seeing with solid web groups.
8310
8311 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8312
8313         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8314         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8315         created using server names.  If we use the feature without declaring
8316         it, Gnus does not properly manage server and group state.
8317
8318         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8319         bound.
8320
8321 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8322
8323         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8324         looking up the method using GROUP's prefix before inventing a new one.
8325         It is used on killed/unknown groups in various places where returning
8326         an all-new method isn't expected by the caller.
8327
8328         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8329         and match semantics of gnus-group-real-prefix.
8330
8331 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * nnmail.el (nnmail-broken-references-mailers): New variable.
8334         (nnmail-ignore-broken-references): New function generalizing
8335         nnmail-fix-eudora-headers.
8336         (nnmail-fix-eudora-headers): Now obsolete.
8337
8338         * gnus-art.el (gnus-button-handle-custom): Support
8339         `customize-apropos*'.
8340
8341 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8342
8343         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8344
8345         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8346         articles.
8347
8348 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * message.el (message-cite-reply-above): New variable.
8351         (message-yank-original): Use it.
8352
8353 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8354
8355         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8356
8357 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8358
8359         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8360         as read.
8361
8362         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8363
8364 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8365
8366         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8367         (gnus-bookmark-default-file): Use gnus-directory.
8368         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8369         Remove "*" in doc string.
8370         (gnus-bookmark-write-file): Simplify.
8371         (gnus-bookmark-maybe-sort-alist): Use `when'.
8372         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8373         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8374         FIXME about Emacs 21 and XEmacs compatibility.
8375         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8376         compatibility.
8377         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8378         compatibility.
8379         (gnus-bookmark-menu-heading): Fix version.
8380
8381 2006-06-19  Bastien Guerry  <bzg@altern.org>
8382
8383         * gnus-bookmark.el: New file.
8384
8385 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * message.el (message-syntax-checks): Doc fix.
8388
8389 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8390
8391         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8392         unsubscribed groups as if they were killed ones.  It causes duplicate
8393         entries in gnus-newsrc-alist.
8394
8395 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * message.el (message-syntax-checks): Doc fix.
8398         (message-send-mail): Add check for continuation headers.
8399         (message-check-news-header-syntax): Fix regexp used to check for
8400         continuation headers.
8401
8402 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8403
8404         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8405
8406 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8409
8410 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8411
8412         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8413         default-truncate-lines.
8414
8415 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8418         to fill the utf-8 entry.
8419
8420         * lpath.el: Fbind unicode-precedence-list.
8421
8422 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8423
8424         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8425
8426 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8427
8428         * gnus-agent.el (directory-files-and-attributes): Move all the way
8429         forward (the third and final move).
8430         (gnus-agent-read-agentview): Trap reconstruction errors due to
8431         nonexistant directory.  Handle by returning nil.
8432
8433 2006-05-30  Didier Verna  <didier@xemacs.org>
8434
8435         * message.el (message-dont-reply-to-names): Update the custom type.
8436         * message.el (message-dont-reply-to-names): New defsubst: potentially
8437         convert a list of regexps into a single one.
8438         * message.el (message-get-reply-headers): Use it.
8439         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8440
8441 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8442
8443         * gnus-agent.el (directory-files-and-attributes): Move forward.
8444
8445 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8446
8447         * gnus-ml.el (gnus-mailing-list-subscribe)
8448         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8449         (gnus-mailing-list-message): Fix doc strings.
8450
8451 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8452
8453         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8454         of doing it manually.
8455
8456 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8459         comment.
8460
8461 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8462
8463         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8464         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8465         (gnus-agent-read-local): All symbols allocated in my-obarray.
8466         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8467         (gnus-agent-regenerate-group): Check numeric names to see if they are
8468         messages or groups.
8469         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8470         better way of do this...)
8471
8472         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8473         'dummy.group' (there should be a better way of do this...)
8474
8475 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8476
8477         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8478         (gnus-saved-headers): Ditto.
8479         (gnus-default-article-saver): Mention functions may have properties.
8480         (gnus-article-save): Override gnus-save-all-headers and
8481         gnus-saved-headers by :headers property which saver function may have.
8482         (gnus-summary-save-in-file): Add :headers property.
8483         (gnus-summary-write-to-file): Ditto.
8484
8485         * gnus-sum.el (gnus-summary-save-article): Bind
8486         gnus-prompt-before-saving to t when saving many articles in a file;
8487         always show all headers.
8488
8489         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8490
8491 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8492
8493         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8494         marks.
8495
8496         * message.el (message-indent-citation): Add optional arguments to allow
8497         using it outside of message buffers.
8498
8499         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8500         (gnus-article-treat-unfold-headers): Use it.
8501         (gnus-article-truncate-lines): New variable.
8502         (gnus-article-mode): Use it.
8503         (gnus-article-toggle-truncate-lines): New function.
8504
8505         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8506         gnus-article-toggle-truncate-lines.
8507
8508         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8509         coding system in XEmacs, use binary.
8510
8511 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8514         after-load-alist.
8515
8516         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8517         this function should save decoded articles.
8518         (gnus-summary-write-to-file): Use property to specify this function
8519         should save decoded articles and specify gnus-summary-save-in-file
8520         should be used to save articles other than the first one when saving
8521         many articles.
8522         (gnus-summary-save-body-in-file): Use property to specify this
8523         function should save decoded articles.
8524         (gnus-summary-write-body-to-file): Use property to specify this
8525         function should save decoded articles and specify
8526         gnus-summary-save-body-in-file should be used to save articles other
8527         than the first one when saving many articles.
8528
8529         * gnus-sum.el (gnus-summary-save-article): Simplify.
8530
8531 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8532
8533         * gnus-art.el (gnus-default-article-saver): Add
8534         gnus-summary-write-body-to-file.
8535         (gnus-article-save-coding-system): Don't use coding system object
8536         in XEmacs.
8537         (gnus-read-save-file-name): Add optional `dir-var' argument which
8538         specifies directory in which files are saved; work even if optional
8539         `variable' argument is not specified.
8540         (gnus-summary-write-to-file): Read file name.
8541         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8542         (gnus-summary-write-body-to-file): New function.
8543
8544         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8545         (gnus-summary-local-variables): Add it.
8546         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8547         (gnus-summary-save-article): Remove optional `decode' argument;
8548         determine whether to decode articles by the value of
8549         gnus-default-article-saver; when saving many files using
8550         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8551         it first and use gnus-summary-save-in-file or
8552         gnus-summary-save-body-in-file thereafter unless
8553         gnus-prompt-before-saving is always; move point to article which
8554         will be saved.
8555         (gnus-summary-save-article-file): Revert.
8556         (gnus-summary-write-article-file): Revert.
8557         (gnus-summary-save-article-body-file): Revert.
8558         (gnus-summary-write-article-body-file): New function.
8559
8560 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8561
8562         * gnus-art.el (gnus-default-article-saver): Doc fix.
8563         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8564         from gnus-summary-save-article-coding-system, and default to a
8565         certain coding system.
8566         (gnus-output-to-file): Add coding cookie and encode text according
8567         to gnus-article-save-coding-system; don't use mm-append-to-file.
8568
8569         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8570         gnus-art.el and rename to gnus-article-save-coding-system.
8571         (gnus-summary-save-article): Require gnus-art; don't show all
8572         headers if it decodes articles; don't add coding cookie here;
8573         don't bind mm-text-coding-system-for-write.
8574         (gnus-summary-save-article-file): Save decoded articles.
8575         (gnus-summary-write-article-file): When saving many files, use
8576         gnus-summary-write-to-file first and gnus-summary-save-in-file
8577         thereafter unless gnus-prompt-before-saving is always.
8578         (gnus-summary-save-article-body-file): Save decoded articles.
8579
8580         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8581
8582 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8583
8584         * nnrss.el (nnrss-check-group): Bind hash-index.
8585
8586 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8587
8588         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8589         its hash index.  Store this hash in `nnrss-group-data'.
8590         (nnrss-read-group-data): Update accordingly.
8591
8592 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8593
8594         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8595         entry.
8596
8597         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8598         gnus-article-browse-html-article.
8599
8600 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8601
8602         * gnus-sum.el (gnus-summary-mime-map): Add
8603         gnus-article-browse-html-article.
8604
8605         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8606
8607 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8610         suitable coding systems in customize.
8611
8612 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8613
8614         * mail-source.el (mail-sources): Fix custom type.
8615
8616 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8619         (gnus-summary-expire-articles-now): Shorten prompt.
8620
8621         * gmm-utils.el (wid-edit): Require.
8622         (defun-gmm): Renamed from `gmm-defun-compat'.
8623         (gmm-image-search-load-path): Use it.
8624         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8625
8626 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8629         variable.
8630         (gnus-summary-save-article): Add optional `decode' argument.  If
8631         it is set and gnus-summary-save-article-coding-system is non-nil,
8632         save decoded article.
8633         (gnus-summary-write-article-file): Save decoded article if
8634         gnus-summary-save-article-coding-system is non-nil.
8635
8636         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8637         type.
8638
8639 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8642
8643 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8646         first to test gnus-single-article-buffer which may be buffer-local.
8647
8648         * gnus-sum.el (gnus-summary-setup-buffer): Make
8649         gnus-single-article-buffer buffer-local and nil in ephemeral
8650         group; make gnus-article-buffer, gnus-article-current, and
8651         gnus-original-article-buffer always buffer-local.
8652         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8653         group.
8654         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8655
8656 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8657
8658         * nnml.el (nnml-request-compact-group): Compressed files might not
8659         have .gz extension.
8660
8661 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8662
8663         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8664         (mm-copy-to-buffer): Use with-current-buffer.
8665         (mm-display-part): Simplify.
8666         (mm-inlinable-p): Add optional arg `type'.
8667
8668 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8669
8670         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8671         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8672         Try harder to show the attachment internally or externally using
8673         gnus-mime-view-part-as-type.
8674
8675 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8676
8677         * message.el (message-from-style, message-signature-separator)
8678         (message-user-organization-file, message-send-mail-function)
8679         (message-citation-line-function, message-yank-prefix)
8680         (message-indent-citation-function, message-signature)
8681         (message-signature-file, message-signature-insert-empty-line):
8682         Remove autoloads.
8683
8684         * gnus-art.el (gnus-buttonized-mime-types): Remove
8685         "multipart/signed".  Revert 2006-04-26 change.
8686
8687 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * gnus.el (gnus-version-number): Bump version.
8690
8691 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8692
8693         * gnus.el: No Gnus v0.5 is released.
8694
8695 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8696
8697         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8698         fetching articles by message-id.
8699
8700 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8701
8702         * message.el (hashcash): Require hashcash as normal.
8703
8704         * ecomplete.el (ecomplete-highlight-match-line): Use
8705         point-at-eol.
8706         (ecomplete-highlight-match-line): Use `highlight', because that
8707         face exists in both Emacs and XEmacs.
8708
8709         * message.el (message-display-abbrev): Use point-at-bol.
8710
8711         * mail-source.el: Don't require timer/timer-funcs.
8712
8713         * gnus-async.el: Ditto.
8714
8715         * password.el: Ditto.
8716
8717         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8718
8719         * mm-url.el: Ditto.
8720
8721         * gnus-xmas.el: Don't require timer-funcs.
8722
8723         * mm-util.el: Require timer/timer-funcs.
8724
8725 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8726
8727         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8728         Close.
8729
8730 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8733         unibyte after clear-decrypt function runs.
8734
8735         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8736         returns as a unibyte string.
8737
8738 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8739
8740         * lpath.el: Revert.
8741
8742         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8743         (pgg-gpg-process-sentinel): Revert.
8744
8745         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8746         (pgg-pgp-lookup-key): Revert.
8747
8748         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8749         (pgg-pgp5-lookup-key): Revert.
8750
8751         * pgg.el (pgg-fetch-key): Revert.
8752
8753 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * lpath.el: Fbind string-as-multibyte for XEmacs.
8756
8757         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8758         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8759         (mml1991-pgg-encrypt): Ditto.
8760
8761         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8762         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8763         a multibyte buffer.
8764
8765         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8766         (pgg-pgp-lookup-key): Ditto.
8767
8768         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8769         (pgg-pgp5-lookup-key): Ditto.
8770
8771         * pgg.el (pgg-fetch-key): Ditto.
8772
8773 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8774
8775         * message.el (message-user-organization-file): Check several
8776         locations of the organization file.
8777
8778         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8779         Add gnus-article-view-part-as-type.
8780
8781         * gnus-art.el (gnus-article-view-part-as-type): New function.
8782
8783         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8784         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8785
8786         * mml.el: Simplify autoload.
8787         (mml-mode): defvar dnd-protocol-alist instead of using
8788         symbol-value.
8789         (mml-default-directory): New variable.
8790         (mml-minibuffer-read-file): Use it.
8791         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8792
8793         * message.el (message-citation-line-format): New variable.
8794         (message-insert-formated-citation-line): New function.
8795         (message-citation-line-function): Add
8796         `message-insert-formated-citation-line' to custom type.
8797
8798         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8799         to doc string.
8800
8801         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8802         depending on mm-verify-option.
8803
8804 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8805
8806         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8807         binding pgg-* variables; reimplement the section which prevents
8808         MIME header from being signed.
8809         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8810         pgg-text-mode; remove a blank line at the top of body.
8811
8812         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8813         lines at the top of body; use gnus-newsgroup-charset if there's no
8814         Charset header.
8815
8816 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * message.el (message-self-insert-commands): Doc fix.
8819
8820         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8821         (mm-uu-pgp-encrypted-test): Ditto.
8822         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8823         between header and body; return application/pgp-encrypted handle
8824         if decryption failed; decode decrypted body by charset.
8825
8826         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8827         element match to application/pgp-*.
8828
8829 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8830
8831         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8832         HTML.
8833
8834 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8835
8836         * mail-source.el (mail-source-call-script): Message the error
8837         string.
8838
8839 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8840
8841         * gnus-util.el (gnus-byte-compile): Use it.
8842
8843 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8844
8845         * gnus-util.el (kill-empty-logs): New function.
8846
8847 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8848
8849         * message.el (message-mail-alias-type): Doc fix.
8850         (message-mail-alias-type-p): New function.
8851         (message-send): Use it.
8852         (message-mode): Ditto.
8853         (message-strip-forbidden-properties): Ditto.
8854
8855         * ecomplete.el (ecomplete-database-file-coding-system): New
8856         variable.
8857         (ecomplete-save): Use it.
8858         (ecomplete-setup): Use it.
8859
8860 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8861
8862         * message.el (message-self-insert-commands): New variable.
8863         (message-strip-forbidden-properties): Use it.
8864
8865 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8866
8867         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8868         that doesn't make XEmacs choke.
8869
8870 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8871
8872         * gnus-util.el (gnus-replace-in-string):
8873         Prefer replace-regexp-in-string over of replace-in-string.
8874
8875 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8876
8877         * gnus-util.el (gnus-select-frame-set-input-focus):
8878         Use select-frame-set-input-focus if it is available in XEmacs; use
8879         definition defined in Emacs 22 for old Emacsen.
8880
8881         * dgnushack.el: Autoload unmorse-region for XEmacs.
8882
8883         * lpath.el: Bind cursor-in-non-selected-windows and
8884         select-frame-set-input-focus for XEmacs.
8885
8886 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8887
8888         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8889
8890 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8891
8892         * gnus-registry.el (gnus-registry-cache-save): Remove text
8893         properties when saving via the temp buffer.
8894
8895 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * message.el (message-generate-hashcash): Honor custom type.
8898
8899 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8900
8901         * message.el (message-generate-hashcash): Default to non-nil when
8902         hashcash is found.
8903
8904         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8905         (gnus-refer-thread-limit): Increase default to 500.
8906
8907         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8908
8909         * flow-fill.el (fill-flowed): Allow delete-space.
8910
8911 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8912
8913         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8914         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8915         Remove autoloads.
8916
8917 2006-04-18  Simon Josefsson  <jas@extundo.com>
8918
8919         * message.el (message-generate-hashcash): Default to.
8920
8921 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8924         concatenating segments rather than before concatenating them.
8925
8926 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8927
8928         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8929
8930 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8931
8932         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8933
8934         * message.el (message-forward-make-body-plain): Allow
8935         message-forward-ignored-headers to be a list.
8936         (message-remove-ignored-headers): Factor out into function.
8937         (message-forward-make-body-mml): Use it.
8938
8939         * imap.el (imap-quote-specials): New function.
8940         (imap-login-auth): Quote specials.
8941
8942         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8943         (rfc2231-parse-string): Allow concatanation of parameters that
8944         aren't contiguous.  The test case is
8945           (mail-header-parse-content-type "message/external-body;
8946             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8947             access-type=LOCAL-FILE;
8948             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8949
8950 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8951
8952         * nntp.el (nntp-accept-process-output): Return the value of
8953         `nnheader-accept-process-output'.
8954
8955 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8956
8957         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8958         (gnus-button-alist): Recognize more diff formats.
8959         (gnus-button-patch): Strip directory.
8960
8961 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8964         Emacs 22 when setting focus.
8965
8966 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8967
8968         * gnus-art.el (gnus-article-treat-types): Do treatment of
8969         text/x-verbatim parts.
8970         (gnus-button-patch): New command.
8971
8972         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8973         addresses that contain invalid characters.
8974
8975 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8976
8977         * message.el (message-put-addresses-in-ecomplete): Use
8978         gnus-replace-in-string.
8979         (message-is-yours-p): Use the more correct
8980         mail-header-parse-address instead of
8981         mail-extract-address-components.
8982         (message-put-addresses-in-ecomplete): Fix typo.
8983
8984         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8985         keystroke.
8986
8987         * gnus-art.el (gnus-treatment-function-alist): Change order of
8988         newsgroups/generic header folding to avoid double-folding.
8989
8990         * message.el (message-hidden-headers): Add X-Draft-From.
8991
8992         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8993         command.
8994         (gnus-summary-repeat-search-article-backward): New command.
8995
8996         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8997         groups in the parent topic.
8998
8999 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
9000
9001         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
9002         (spam-extra-header-to-number): Return the CRM114 number as a
9003         number instead of a string.
9004
9005 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * gnus-art.el (gnus-face-properties-alist): Moved here from
9008         gnus-fun.
9009
9010         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
9011
9012 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9013
9014         * message.el (message-strip-forbidden-properties): Only display on
9015         self-insert-command.
9016
9017         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9018         reindent.
9019         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9020
9021 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9022
9023         * smiley.el (smiley-style): Fix typo.
9024
9025 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9026
9027         * hashcash.el (hashcash-insert-payment-async-2): Use
9028         message-goto-eoh instead of doing it manually.
9029         (mail-add-payment): Use message-narrow-to-header instead of trying
9030         to do the same itself.
9031
9032         * message.el (message-hidden-headers): Add Face.
9033
9034         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9035         reparenting code.
9036         (gnus-summary-reparent-children): Refactored out code.
9037         (gnus-summary-thread-map): New keystroke.
9038         (gnus-summary-reparent-children): Make into command.
9039
9040         * smiley.el (smiley-style): Default to `medium' if using a large
9041         font.
9042
9043         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9044         does it itself.
9045
9046         * message.el (message-point-in-header-p): Simplify definition.
9047
9048 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9049
9050         * nnagent.el (nnagent-request-set-mark): Silence log file
9051         writing.
9052         (nnagent-request-set-mark): Use write-region instead of
9053         append-to-file.
9054
9055         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9056         strange select method.
9057
9058         * ecomplete.el (ecomplete-display-matches): Get highlightling
9059         right.
9060         (ecomplete-display-matches): Use literals.
9061         (ecomplete-display-matches): Disable message logging.
9062
9063         * message.el (message-display-abbrev): Small optimization.
9064
9065         * ecomplete.el (ecomplete-display-matches): Allow automatic
9066         display.
9067
9068         * message.el (message-strip-forbidden-properties): Display
9069         abbrevs.
9070         (message-display-abbrev): Get automatic display right.
9071
9072         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9073         keystrokes.
9074
9075 2006-04-13  Romain Francoise  <romain@orebokech.com>
9076
9077         TODO: Backport to v5-10!
9078
9079         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9080         Moved here (and renamed) from gnus-registry.el.
9081
9082         * gnus-registry.el: Require gnus-util.
9083         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9084
9085 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9086
9087         * gnus-group.el (gnus-group-catchup-current): Change
9088         if-then-else-if-then-else into cond.
9089         (gnus-group-catchup): Indent.
9090         (group-name-at-point): New function.
9091         (gnus-fetch-group): Provide default from thing at point.
9092
9093 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094
9095         * message.el (message-display-abbrev): Fix regexp.
9096
9097         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9098         choosing.
9099         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9100         dead variables.
9101
9102         * message.el (message-newline-and-indent): Remove debugging.
9103         (message-display-abbrev): Use new implementation.
9104
9105 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9106
9107         * gnus-art.el (gnus-article-mode): Set
9108         cursor-in-non-selected-windows to nil.
9109
9110         * smiley.el: Revert previous change.
9111         (smiley-data-directory): defvar it before using it in the
9112         defcustom of `smiley-style'.
9113
9114 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9115
9116         * message.el (message-newline-and-indent): New function.
9117
9118         * ecomplete.el: Implement more bits.
9119
9120         * message.el (message-put-addresses-in-ecomplete): Clean up the
9121         string.
9122
9123         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9124
9125         * gnus-sum.el (gnus-summary-save-parts): Bind
9126         gnus-summary-save-parts-counter and use it to make unique file
9127         names.
9128
9129         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9130
9131         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9132         parameter to say whether to actually parse the individual
9133         addresses.
9134
9135         * message.el (message-put-addresses-in-ecomplete): New function.
9136         (ecomplete): Require.
9137         (message-mail-alias-type): Add ecomplete as an option.
9138
9139 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9140
9141         * flow-fill.el (fill-flowed): Remove trailing space from blank
9142         quoted lines.
9143
9144 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9145
9146         * smiley.el (smiley-style): Move definition later to avoid a
9147         compilation warning.
9148
9149 2006-04-12  Kenichi Handa  <handa@m17n.org>
9150
9151         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9152         buffer and then decode the buffer text if necessary.
9153         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9154         first, and after mm-encode-body, change the buffer to unibyte.
9155         Use mm-disable-multibyte instead of set-buffer-multibyte.
9156
9157 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9158
9159         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9160         Content-Type header instead of Content-Disposition header.
9161         (gnus-mime-inline-part): Ditto.
9162         (gnus-mime-view-part-as-charset): Ignore charset that the part
9163         specifies.
9164
9165         * mm-decode.el (mm-display-part): Work with external parts and
9166         usual parts similarly.
9167
9168         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9169         instead of gnus-display-mime.
9170
9171         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9172         instead of with-temp-buffer.
9173
9174         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9175         tag to summarized topics part in order to encode non-ASCII text.
9176
9177 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9178
9179         * smiley.el (smiley-style): New variable.
9180         (smiley-directory): New function.
9181         (smiley-data-directory): Derive from `smiley-style' using
9182         `smiley-directory'.
9183         (smiley-regexp-alist): Add new entries.
9184
9185         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9186         (gnus-article-browse-delete-temp): Add :version.
9187
9188 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9189
9190         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9191         the sieve region.
9192
9193 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9194
9195         * gnus.el (gnus-version-number): Bump version.
9196
9197 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * gnus.el: No Gnus v0.4 is released.
9200
9201 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9202
9203         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9204         layout.
9205
9206         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9207         unknown charset.
9208
9209         * message.el (message-header-synonyms): Add Original-To to the
9210         default.
9211
9212         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9213         optional parameter.
9214
9215 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-fun.el (gnus): Require it for gnus-directory.
9218
9219 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9222
9223 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9224
9225         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9226
9227 2006-04-05  Simon Josefsson  <jas@extundo.com>
9228
9229         * password.el (password-reset): New function.
9230
9231 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9232
9233         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9234         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9235
9236 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9237
9238         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9239         Some whitespace was matched into the url, which broke browsing hits
9240         > 100 when mm-url-use-external was nil.
9241
9242 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9243
9244         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9245         gnus-extra-headers for 'Newsgroups.
9246
9247         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9248         bound.
9249
9250 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9251
9252         * pgg-gpg.el: Clean up process buffers every time gpg processes
9253         complete.
9254
9255 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9258         doc string.
9259
9260 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9261
9262         * pgg-gpg.el (pgg-gpg-process-filter)
9263         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9264
9265         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9266         lines, temporary fix.
9267
9268 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9271
9272 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9273
9274         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9275         default-enable-multibyte-characters.  This reverts the change from
9276         revision 6.17 which is no longer necessary because the passphrase
9277         is sent separately now.  GnuPG messages are unreadable under
9278         multibyte locales with default-enable-multibyte-characters set to
9279         nil.
9280
9281 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * message.el (message-tool-bar-gnome): Move "spell".
9284
9285 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9286
9287         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9288         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9289         instead.
9290
9291 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9292
9293         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9294         newsgroups handling for NNTP overviews which don't include
9295         Newsgroups.
9296
9297 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9298
9299         * message.el (message-resend): Bind message-generate-hashcash to nil.
9300
9301 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9302
9303         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9304         when searching for already-paid recipients.
9305
9306 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9307
9308         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9309         passphrases when it is not needed.
9310         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9311         passphrase stuff from gpg, should only be necessary when you use
9312         gpg with a smartcard.
9313
9314 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * mml.el (mml-insert-mime): Ignore cached contents of
9317         message/external-body part.
9318
9319         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9320         (mm-insert-part): Ditto.
9321
9322 2006-03-23  Simon Josefsson  <jas@extundo.com>
9323
9324         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9325         Reiner.
9326         (pgg-gpg-use-agent-p): Use it again.
9327
9328 2006-03-23  Simon Josefsson  <jas@extundo.com>
9329
9330         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9331         older emacsen.
9332         (pgg-gpg-use-agent-p): Don't use it.
9333
9334 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9335
9336         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9337         if we can.
9338
9339 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9340
9341         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9342         (pgg-gpg-update-agent): New function.
9343         (pgg-gpg-use-agent-p): New function.
9344         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9345         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9346         (pgg-gpg-sign-region): Use it.
9347
9348 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9349
9350         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9351         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9352
9353 2006-03-21  Simon Josefsson  <jas@extundo.com>
9354
9355         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9356         <wilde@sha-bang.de>.
9357         (pgg-gpg-use-agent): New variable.
9358         (pgg-gpg-process-region): Use it.
9359         (pgg-gpg-encrypt-region): Likewise.
9360         (pgg-gpg-encrypt-symmetric-region): Likewise.
9361         (pgg-gpg-decrypt-region): Likewise.
9362         (pgg-gpg-sign-region): Likewise.
9363         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9364
9365 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9366
9367         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9368
9369         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9370         Add comment on version.
9371
9372 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * smiley.el: Add missing test smiley.
9375
9376 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * mm-decode.el (mm-with-part): New macro.
9379         (mm-get-part): Use it; work with message/external-body as well.
9380         (mm-save-part): Treat name and filename equally.
9381
9382         * mm-extern.el (mm-extern-cache-contents): New function.
9383         (mm-inline-external-body): Use it; force the part to be displayed;
9384         move undisplayer added to the cached handle to the parent.
9385
9386         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9387         (gnus-mime-view-part-as-type): Work with message/external-body.
9388
9389         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9390
9391 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9392
9393         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9394         images in image-load-path.  [Sync with image.el, revision 1.60, in
9395         Emacs.]
9396
9397 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9400         path rather than symbol.  Always return list of directories.
9401         Guarantee that image directory comes first.  [Sync with image.el,
9402         revision 1.59, in Emacs.]
9403
9404         * message.el (message-make-tool-bar): Adjust to new API of
9405         `gmm-image-load-path-for-library'.
9406
9407         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9408
9409         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9410
9411 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9412
9413         * gnus-art.el (gnus-article-only-boring-p):
9414         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9415         intangible text.
9416         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9417
9418 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9419
9420         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9421         `defun' instead of `gmm-defun-compat'.
9422
9423 2006-03-14  Simon Josefsson  <jas@extundo.com>
9424
9425         * message.el (message-unique-id): Don't use message-number-base36
9426         if (user-uid) is a float.
9427         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9428
9429 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9432
9433         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9434         empty line between a part and a message part.
9435
9436 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * smiley.el: Add more test smileys.
9439         (smiley-data-directory, smiley-regexp-alist)
9440         (gnus-smiley-file-types): Fix doc strings.
9441         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9442         adding new elements.
9443         (smiley-mouse-map): Unused code.  Make it a comment.
9444
9445 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9446
9447         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9448         scan latest NoCeM messages instead of old ones.
9449         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9450         delimiters that are recently used.
9451         (gnus-nocem-load-cache): Add autoload cookie.
9452
9453         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9454
9455         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9456         level which is larger than gnus-use-nocem is specified.
9457
9458         * gnus-group.el (gnus-group-get-new-news): Ditto.
9459
9460 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * gnus-util.el (gnus-tool-bar-update): New function.
9463
9464         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9465         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9466
9467         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9468
9469         * gnus-group.el (gnus-group-redraw-when-idle)
9470         (gnus-group-redraw-check): Remove.
9471         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9472
9473 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9476         if optional last element is specified in splits (FIELD VALUE...).
9477
9478 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9479
9480         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9481         to gmm-image-load-path-for-library.  Call with no-error argument.
9482         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9483
9484         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9485
9486         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9487
9488         * gmm-utils.el (gmm-image-load-path): Remove alias.
9489
9490 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * gmm-utils.el (gmm-image-load-path): Add alias.
9493
9494         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9495         nnml-generate-nov-databases-1.
9496         (nnml-generate-nov-databases): Use it.
9497         (nnml-generate-nov-databases-directory): Document no-active
9498         argument.
9499
9500         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9501         directory if path is t.  Add no-error.
9502
9503         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9504         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9505
9506         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9507         resetting gnus-article-browse-html-temp-list.
9508
9509         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9510         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9511         Add example to docstring.  Rename local variables.  Move error
9512         checks to default case in cond and simplify.
9513
9514 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9515
9516         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9517         handle is multipart when calling it recursively.
9518         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9519
9520 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9521
9522         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9523         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9524
9525 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9526
9527         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9528         is loaded.
9529
9530         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9531         loaded.
9532
9533 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9534
9535         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9536         to "Emacs 23 (unicode)" in doc string.
9537
9538         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9539         "Emacs 23 (unicode)" in comment.
9540
9541 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9544
9545         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9546         characters 160 through 255 in Emacs 23.
9547
9548 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9549
9550         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9551         gnus-article-browse-html-temp.
9552         (gnus-article-browse-delete-temp): Make it customizable.  Add
9553         `file'.  Adjust doc string.
9554         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9555         query for each file.  Adjust doc string.
9556         (gnus-article-browse-html-parts): Add
9557         `gnus-article-browse-delete-temp-files' to
9558         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9559
9560 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9561
9562         * gnus-art.el (gnus-article-browse-html-temp)
9563         (gnus-article-browse-delete-temp): New variables.
9564         (gnus-article-browse-delete-temp-files): New function.
9565         (gnus-article-browse-html-parts): Use it.
9566
9567 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9568
9569         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9570
9571         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9572         string.
9573
9574         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9575         gnus-summary-insert-new-articles when unplugged.  Remove
9576         gnus-summary-search-article-forward.
9577
9578         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9579         display-visual-class instead of display-color-cells.
9580
9581 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * dgnushack.el: Autoload customize-group for XEmacs.
9584
9585         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9586         message/* containing non-ASCII text properly.
9587
9588 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9589
9590         * message.el: Require gmm-utils, remove autoloads.
9591         (message-tool-bar): Set default based on
9592         gmm-tool-bar-style.
9593         (message-tool-bar-gnome): Add gmm-customize-mode.
9594
9595         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9596         gmm-tool-bar-style.
9597         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9598
9599         * gnus-group.el (gnus-group-tool-bar): Set default based on
9600         gmm-tool-bar-style.
9601         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9602
9603         * gmm-utils.el (gmm-image-directory): Rename variable from
9604         gmm-image-load-path.
9605         (gmm-image-load-path): Use gmm-image-directory.
9606         (gmm-customize-mode): New function.
9607         (gmm-tool-bar-style): New variable.
9608
9609         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9610         gnus-group-redraw-line-number.
9611         (gnus-group-redraw-check): Simplify.
9612         (gnus-group-tool-bar-update): Remove redraw check.
9613         (gnus-group-make-tool-bar): Add redraw check.
9614
9615 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9616
9617         * gnus-art.el (gnus-button): Add missing parentheses.
9618
9619 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * lpath.el: Fbind line-number-at-pos.
9622
9623 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9626
9627 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9628
9629         * gnus-art.el (gnus-button): New face.
9630         (gnus-article-button-face): Use it.
9631
9632         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9633         gnus-summary-next-page.  Re-order.
9634
9635         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9636         next-node are now included.
9637         (gnus-group-redraw-line-number): New internal variable.
9638         (gnus-group-redraw-check): Helper function for updating the tool
9639         bar.
9640         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9641
9642         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9643
9644         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9645         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9646         Use it to match format of Spamassassin 3.0 and later.  Reported by
9647         IRIE Tetsuya <irie@t.email.ne.jp>.
9648         (spam-check-bogofilter)
9649         (spam-bogofilter-register-with-bogofilter): Fix args of
9650         `gnus-error' calls.
9651
9652 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9653
9654         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9655         unnecessary interaction when sending queued mails.  Reported by
9656         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9657
9658 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9659
9660         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9661         first or last are nil.
9662
9663 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9664
9665         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9666
9667 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9668
9669         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9670
9671 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9672
9673         * dns.el (query-dns): Protect more against buggy tcp output.
9674
9675 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9676
9677         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9678         nov.php.
9679
9680 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9681
9682         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9683         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9684         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9685         output on the server side.
9686         (nnweb-google-create-mapping): Update regexps and add some
9687         progress indication.
9688
9689 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9692         gnus-agent-toggle-plugged.  Re-order icons.
9693         (gnus-group-tool-bar-gnome): Add
9694         gnus-group-{prev,next}-unread-group.
9695         (gnus-group-tool-bar-gnome): Re-order icons.
9696
9697         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9698         gnus-summary-insert-new-articles.
9699
9700         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9701         comments.
9702
9703         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9704         also available in Emacs 21.3.
9705
9706         * message.el (message-fix-before-sending): Change "Emacs 22" to
9707         "Emacs 23 (unicode)" in comment.
9708
9709         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9710         "Emacs 23 (unicode)" in comment.
9711
9712         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9713         comment.
9714         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9715
9716         * mm-view.el (mm-fill-flowed): Add :version.
9717
9718 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9719
9720         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9721         and load-path.
9722
9723 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * message.el: Autoload gmm-image-load-path.
9726         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9727         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9728         consitency.
9729
9730         * gmm-utils.el (gmm-image-load-path): Also search in
9731         "../etc/images".  Don't set gmm-image-load-path if we don't find
9732         the image.
9733
9734 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9735
9736         * gmm-utils.el (gmm-image-load-path): Don't make
9737         `gmm-image-load-path' include subdirectories which the second arg
9738         `image' might specify.
9739
9740         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9741         subdirectory to icon file names.
9742
9743         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9744
9745 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9746
9747         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9748         gmm-image-load-path calls.
9749
9750         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9751
9752         * message.el (message-make-tool-bar): Ditto.
9753
9754         * mml.el (mml-preview): Added comment concerning tool bar icons.
9755
9756         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9757         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9758
9759         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9760         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9761
9762         * message.el (message-tool-bar-gnome): Use new icon names.
9763         (message-make-tool-bar): Use `gmm-image-load-path'.
9764
9765         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9766         functions from MH-E.
9767         (gmm-image-load-path): New variable from MH-E.
9768         (gmm-image-load-path): New function from MH-E.  Added arguments
9769         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9770         *-image-load-path-called-flag.
9771
9772 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9773
9774         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9775
9776 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9777
9778         * nnimap.el (nnimap-request-move-article): Change folder back to
9779         source group before deleting.
9780
9781 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9784
9785         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9786         mm-url.
9787
9788         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9789
9790 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9791
9792         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9793         coding system which mm-charset-to-coding-system returns for a
9794         given charset is valid.
9795
9796 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9797
9798         * html2text.el (html2text-remove-tag-list):
9799         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9800
9801 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9802
9803         * gnus-cus.el: Revert 2005-10-17 change.
9804
9805 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * gnus-art.el (article-strip-banner): Call
9808         article-really-strip-banner only when the regexp match is made.
9809
9810 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * gnus-art.el (article-strip-banner): Use
9813         gnus-extract-address-components instead of
9814         mail-header-parse-addresses to make it work with non-ASCII text;
9815         remove mail-encode-encoded-word-string.
9816
9817         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9818         values which are surrounded with \"...\"; make it never cause a
9819         Lisp error; give up parsing of parameters if it failed in
9820         extracting type.
9821
9822 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9823
9824         * smime.el (smime-cert-by-ldap-1): Fix bug where
9825         `smime-ldap-search' returns results without userCertificates.
9826
9827 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9830
9831 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9832
9833         * spam.el (spam-check-spamassassin-headers): Adapt format for
9834         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9835         <ari@mbf.ocn.ne.jp>.
9836         (spam-list-of-processors): Add spam-use-gmane.
9837
9838 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9841         make-temp-file; make it work with XEmacs as well.
9842
9843         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9844         mm-make-temp-file.
9845
9846         * mm-decode.el (mm-display-external): Use the 3rd arg of
9847         mm-make-temp-file.
9848         (mm-create-image-xemacs): Ditto.
9849
9850 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9853         with message-narrow-to-headers.
9854         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9855         (gnus-draft-check-draft-articles): New function.
9856         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9857
9858 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * gnus-art.el (gnus-article-browse-html-parts):
9861         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9862         Don't use suffix argument for mm-make-temp-file for Emacs 21
9863         compatibility.  Remove useless `format'.
9864
9865 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9866
9867         * nnweb.el (nnweb-google-wash-article): Update regexps.
9868         (nnweb-group-alist): Use defvoo instead of defvar.
9869
9870 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9871
9872         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9873         re-loading nn* modules.
9874
9875 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9876
9877         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9878         for `tool-bar-mode' and don't check it's default-value.
9879
9880         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9881
9882         * message.el (message-make-tool-bar): Ditto.
9883
9884         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9885         `substring'.  Shorten tmp-file name.
9886
9887         * gnus.el: Remove bogus comment.
9888
9889 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9890
9891         * gnus-art.el (gnus-article-browse-html-parts): New function.
9892         (gnus-article-browse-html-article): New function for viewing html
9893         articles with a browser.
9894
9895 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9896
9897         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9898         in elisp.
9899         (pgg-gpg-encrypt-symmetric-region): Ditto.
9900         (pgg-gpg-sign-region): Ditto.
9901
9902         * pgg-def.el (pgg-text-mode): New variable.
9903
9904         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9905         (mml2015-pgg-encrypt): Ditto.
9906
9907         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9908         (mml1991-pgg-encrypt): Ditto.
9909
9910 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9913         message-make-date instead of current-time-string.
9914
9915         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9916         to gnus-decoded which mm-uu might set.
9917
9918 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9921         don't decode quoted parameters; remove misimported Emacs code.
9922         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9923         (rfc2231-decode-encoded-string): Don't use split-string which
9924         behaves differently according to Emacs version; use
9925         mm-decode-coding-region to convert charset to coding-system.
9926         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9927         (rfc2231-encode-string): Remove misimported Emacs code.
9928
9929 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9932         when calling mail-header-parse-content-type.
9933         (article-de-quoted-unreadable): Ditto.
9934         (article-de-base64-unreadable): Ditto.
9935         (article-wash-html): Ditto.
9936
9937         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9938         calling mail-header-parse-content-type and
9939         mail-header-parse-content-disposition.
9940         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9941         mail-header-parse-content-type.
9942
9943         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9944         insert charset and format parameters; encode description after
9945         inserting it to buffer.
9946         (mml-insert-parameter): Fold lines properly even if a parameter is
9947         segmented into two or more lines; change the max column to 76.
9948
9949         * rfc1843.el (rfc1843-decode-article-body): Don't use
9950         ignore-errors when calling mail-header-parse-content-type.
9951
9952         * rfc2231.el (rfc2231-parse-string): Return at least type if
9953         possible; don't cause an error even if it fails in parsing of
9954         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9955         (rfc2231-encode-string): Don't break lines at the beginning, leave
9956         it to mml-insert-parameter.
9957
9958         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9959         calling mail-header-parse-content-type.
9960
9961 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9962
9963         * spam-report.el (spam-report-gmane-use-article-number):
9964         Improve doc string.
9965         (spam-report-gmane-internal): Check if a suitable header was found
9966         in the article.
9967
9968 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9971         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9972
9973 2006-02-05  Romain Francoise  <romain@orebokech.com>
9974
9975         Update copyright notices of all files in the gnus directory.
9976
9977 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9978
9979         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9980
9981 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9984         segmented lines of parameter value to cope with Thunderbird 1.5
9985         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9986         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9987         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9988
9989 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9990
9991         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9992         parts.
9993
9994 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9995
9996         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9997         there's only one active file for all servers.
9998         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9999         solid groups.  Gnus might have used a FAST request to select the group.
10000         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
10001         and nnweb-search redundantly in the active file.
10002         (nnweb-request-list): Don't list bogus groups.  There can only be one.
10003         (nnweb-request-create-group): Don't use ARGS.
10004         (nnweb-possibly-change-server, nnweb-request-group): Remove some
10005         initialisations.  Let nnoo do the work.
10006
10007 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
10010         Say the part has been decoded.
10011
10012         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
10013
10014 2006-01-31  Kevin Ryde  <user42@zip.com.au>
10015
10016         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10017         mailcap-viewer-test-cache when there's no 'test clause, since that
10018         will invert the meaning of a "nil" test previously determined by
10019         mailcap-mailcap-entry-passes-test.
10020
10021 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10024         compiling.
10025
10026         * gnus-sum.el: Ditto.
10027
10028         * message.el: Don't bind tool-bar-map when compiling.
10029
10030 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10031
10032         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10033
10034 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10035
10036         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10037         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10038         current Google Groups.
10039
10040 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10043         and tool-bar-mode.
10044
10045         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10046         and tool-bar-mode.
10047
10048         * message.el (message-tool-bar-update): Simplify.
10049         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10050
10051         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10052         gnus-summary-buffer.
10053         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10054         gnus-summary-reply.
10055
10056         * gmm-utils.el (gmm): Add :version.
10057
10058 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * Makefile.in (clean): New rule.
10061         (distclean): Use it.
10062
10063 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10064
10065         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10066         autoload.
10067
10068 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10069
10070         * gmm-utils.el (gmm-verbose): Add :group.
10071
10072 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10073
10074         * message.el: Change some comments WRT tool-bars.
10075
10076         * gnus-sum.el (gnus-summary-tool-bar)
10077         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10078         (gnus-summary-tool-bar-zap-list): New variables.
10079         (gnus-summary-make-tool-bar): Complete rewrite using
10080         `gmm-tool-bar-from-list'.
10081
10082         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10083         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10084         variables.
10085         (gnus-group-make-tool-bar): Complete rewrite using
10086         `gmm-tool-bar-from-list'.
10087         (gnus-group-tool-bar-update): New function.
10088
10089         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10090
10091 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10092
10093         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10094         is dissected into a single part of which the type is the same as
10095         the given one; decode charset.
10096
10097 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10098
10099         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10100         into alists as symbol not string, since that's what
10101         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10102         look for.
10103
10104 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10107         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10108
10109         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10110
10111 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10114         (gnus-xmas-mime-security-button-menu): New function.
10115
10116         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10117         (gnus-mime-security-button-menu): New definition.
10118         (gnus-mime-security-button-map): Use them.
10119         (gnus-mime-security-button-menu): New function.
10120         (gnus-insert-mime-security-button): Addition to help echo.
10121         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10122         (gnus-mime-security-pipe-part): New functions.
10123
10124         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10125         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10126
10127         * mm-decode.el (mm-handle-set-disposition): Remove.
10128         (mm-handle-set-description): Remove.
10129
10130 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10131
10132         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10133         (mm-w3m-standalone-supports-m17n-p): New function.
10134         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10135         w3m usage.
10136
10137         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10138         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10139
10140 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * message.el (message-tool-bar-zap-list): Use
10143         gmm-tool-bar-zap-list as custom type.
10144         (message-tool-bar-update): New function.
10145         (message-tool-bar, message-tool-bar-gnome)
10146         (message-tool-bar-retro): Add message-tool-bar-update.
10147         (message-tool-bar-gnome): Add flyspell-buffer.
10148
10149         * gnus-util.el (gnus-error): Describe `args'.
10150
10151         * gmm-utils.el (gmm-error): Describe `args'.
10152         (gmm-tool-bar-zap-list): New widget.
10153         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10154
10155 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10158         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10159         the number of recursive calls.
10160
10161         * mm-decode.el (mm-handle-set-disposition): New macro.
10162         (mm-handle-set-description): New macro.
10163
10164 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10167         encoding.
10168
10169 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10170
10171         * message.el (message-tool-bar-zap-list, message-tool-bar)
10172         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10173         (message-tool-bar-local-item-from-menu): Remove.
10174         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10175         (message-make-tool-bar): New function.
10176         (message-mode): Use `message-make-tool-bar'.
10177
10178         * gmm-utils.el: New file.
10179         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10180         (gmm-lazy): New widget copied from `nnmail.el'.
10181         (gmm-tool-bar-from-list): New function for creating customizable
10182         tool bars.
10183         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10184         output.
10185         (gmm): Add :prefix to defgroup.
10186
10187 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10188
10189         * gmm-utils.el (gmm-widget-p): New function.
10190
10191 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10192
10193         * mml.el (mml-attach-file): Describe `description' in doc string.
10194         (mml-menu): Add Emacs MIME manual and PGG manual.
10195
10196 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10197
10198         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10199
10200 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10201
10202         * nntp.el (nntp-end-of-line): Doc fix.
10203
10204 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10205
10206         * imap.el (imap-open): Handle case where buffer is a buffer
10207         object.
10208
10209 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10210
10211         * gnus-delay.el (gnus-delay): Don't autoload.
10212         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10213         to be re-loaded when customizing the `gnus-delay' group.
10214
10215 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10216
10217         * message.el (message-insert-citation-line): Use newlines.
10218
10219 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10220
10221         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10222         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10223         these routines, so the passphrase can be managed externally and
10224         passed in to the system.
10225         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10226         pgg-add-passphrase-to-cache function.
10227
10228         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10229         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10230         these routines, so the passphrase can be managed externally and
10231         passed in to the system.
10232         (pgg-pgp5-sign-region): Use new name of
10233         pgg-add-passphrase-to-cache function.
10234
10235 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10236
10237         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10238         part of the decoded armor to find the key-identifier.
10239         (pgg-gpg-lookup-key-owner): New function to return the
10240         human-readable identifier of a key owner.
10241         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10242         itself.
10243         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10244         the key value) if we have a key and can match it against a secret
10245         key.  Also, added a note pointing out fact that the prompt only
10246         indicates the first matching key.
10247
10248         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10249         pgg-decrypt-region.
10250         (pgg-add-passphrase-to-cache): Rename from
10251         `pgg-add-passphrase-cache' to reduce confusion (all callers
10252         changed).
10253         (pgg-remove-passphrase-from-cache): Rename from
10254         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10255         changed).
10256         (pgg-read-passphrase, pgg-add-passphrase-cache)
10257         (pgg-remove-passphrase-cache): Add informative docstrings.
10258         (pgg-decrypt): Convey provided passphrase in subordinate call to
10259         pgg-decrypt-region.
10260
10261 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10262
10263         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10264         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10265         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10266         'passphrase' argument, so the passphrase can be managed externally
10267         and then passed in to the system.
10268
10269         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10270         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10271         so the passphrase cache can be used reliably with identifiers
10272         besides a pgp packet's key id.
10273
10274         * pgg-gpg.el (pgg-gpg-encrypt-region)
10275         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10276         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10277         these routines, so the passphrase can be managed externally and
10278         passed in to the system.
10279
10280         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10281         'notruncate' argument, so the passphrase cache can be used
10282         reliably with identifiers besides a pgp packet's key id.
10283
10284 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10285
10286         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10287         symmetric encryption.
10288         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10289         encrypted session key.
10290         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10291         message ask for the passphrase in a proper way.
10292
10293         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10294         New user commands for symmetric encryption.
10295
10296 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10297
10298         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10299
10300         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10301
10302 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10303
10304         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10305
10306 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * mm-decode.el (mm-inlined-types): Add application/pgp.
10309         (mm-automatic-display): Ditto.
10310
10311         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10312         part as text.
10313
10314 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * nnrss.el: Update copyright.
10317         (nnrss-opml-import): Query whether to subscribe to each entry.
10318
10319         * gnus-art.el:
10320         * gnus-sum.el:
10321         * gnus-xmas.el:
10322         * messagexmas.el:
10323         * mm-uu.el:
10324         * mm-view.el: Update copyright.
10325
10326 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10327
10328         * message.el (message-info): New function.
10329         (message-mode-menu): Add it.
10330         Update copyright.
10331
10332         * ChangeLog: Fix and update copyright.
10333
10334 2006-01-13  Romain Francoise  <romain@orebokech.com>
10335
10336         * message.el (message-forward-subject-name-subject): Prefer the
10337         address to 'nowhere' if the sender has no name.
10338         Fix typo.  Update copyright year.
10339
10340 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * gnus-art.el (article-wash-html): Use
10343         gnus-summary-show-article-charset-alist if a numeric arg is given.
10344         (gnus-article-wash-html-with-w3m-standalone): New function.
10345
10346         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10347         mm-inline-text-html-render-with-w3m-standalone.
10348         (mm-text-html-washer-alist): Map w3m-standalone to
10349         gnus-article-wash-html-with-w3m-standalone.
10350         (mm-inline-text-html-render-with-w3m-standalone): New function.
10351
10352 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10353
10354         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10355         Improve LaTeX.
10356
10357 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10360         (nnrss-request-article): Render text/plain parts as HTML.
10361
10362         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10363         the buffer.
10364
10365 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10368         custom definition of `gnus-posting-styles'.
10369
10370         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10371         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10372
10373 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10374
10375         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10376         Use nntp for bug archive.
10377
10378 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10381         parts.
10382         (nnrss-normalize-date): New function converts ISO 8601 date into
10383         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10384         (nnrss-check-group): Use it.
10385
10386 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10389
10390         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10391         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10392         (nnrss-insert-w3): Ditto.
10393
10394 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10395
10396         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10397         the articles to be forwarded including the case where neither a
10398         number of articles nor a region is specified.
10399
10400 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10401
10402         * nnrss.el (nnrss-request-article): Fix last change; fill
10403         text/plain parts.
10404
10405 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10406
10407         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10408         in text/plain part.
10409         (nnrss-check-group): Don't add excessive newline to dc:subject.
10410
10411 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10412
10413         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10414         article.
10415
10416 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10419         (nnml-use-compressed-files, nnml-save-mail): Support other
10420         comression programs such as bzip2.
10421
10422 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10423
10424         * dns.el (query-dns): Make sure we check the buffer size before
10425         removing tcp headers.
10426
10427 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10430         remove MIME buttons associated with multipart/alternative parts.
10431         (gnus-mime-display-alternative): Tag buttons using `article-type'
10432         text property.
10433
10434         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10435         associated with multipart/alternative parts.
10436
10437         * gnus-art.el (gnus-signature-separator): Fix custom type.
10438
10439         * mm-decode.el (mm-inlined-types): Fix custom type.
10440         (mm-keep-viewer-alive-types): Ditto.
10441         (mm-automatic-display): Ditto.
10442         (mm-attachment-override-types): Ditto.
10443         (mm-inline-override-types): Ditto.
10444         (mm-automatic-external-display): Ditto.
10445
10446 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10447
10448         * spam-report.el (spam-report-user-mail-address)
10449         (spam-report-user-agent): New variables.
10450         (spam-report-url-ping-plain): Use spam-report-user-agent.
10451
10452 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10453
10454         * gnus-art.el (gnus-button-handle-custom): Do not just use
10455         `customize-apropos' for any "M-x customize-*" button but the
10456         function called for.  Accept both the function name and its
10457         argument in order to achieve this.
10458         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10459         function name to `gnus-button-handle-custom' in case of "M-x
10460         customize-*" buttons.
10461
10462 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10465         multipart/alternative and add xref to mm-discouraged-alternatives
10466         in doc string.
10467
10468         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10469         gnus-buttonized-mime-types in doc string.
10470
10471 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10472
10473         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10474         Suggest image/.* in the doc string.
10475
10476 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10479         message-marks (Debian bug #342521).
10480
10481 2005-12-12  Simon Josefsson  <jas@extundo.com>
10482
10483         * password.el (password-read-from-cache): Add.
10484         (password-read): Use it.
10485
10486 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10489         us-ascii as a MIME charset.
10490
10491         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10492         against the case where the 2nd arg TYPE is nil.
10493
10494 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * pop3.el (pop3-stream-type): Fix custom version.
10497
10498         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10499
10500 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10501
10502         * mm-decode.el (mm-display-external): Add missing cdr.
10503
10504 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10507         RFC1524) if it is in mailcap or add a suffix according to
10508         mailcap-mime-extensions when generating a temp filename; postpone
10509         deleting a temp file for 2 seconds for some wrappers, shell
10510         scripts, and so on, which might exit right after having started a
10511         viewer command as a background job.
10512
10513 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10514
10515         * nntp.el (nntp-marks-directory): Fix custom group.
10516
10517         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10518         steps when < 10.
10519
10520         * gnus-start.el (gnus-no-server-1): Mention
10521         `gnus-level-default-subscribed' in doc string.
10522
10523 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10524
10525         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10526         parens.
10527
10528 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * gnus-xmas.el (gnus-use-toolbar): Revert.
10531         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10532         gnus-use-toolbar is default.
10533
10534         * messagexmas.el (message-use-toolbar): Revert.
10535         (message-setup-toolbar): Use global default-toolbar if
10536         message-use-toolbar is default.
10537
10538 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10541         according to default-toolbar-visible-p.
10542
10543         * messagexmas.el (message-use-toolbar): Ditto.
10544
10545 2005-11-26  Dave Love  <fx@gnu.org>
10546
10547         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10548         (tls-program, tls-success): Provide openssl alternative.
10549
10550         * starttls.el: Doc fixes.
10551         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10552         SERVICE to PORT.
10553
10554         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10555         port null or service name.
10556         (starttls-negotiate): Autoload.
10557
10558 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * message.el (message-kill-to-signature): Fix interactive spec.
10561
10562 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10563
10564         * pop3.el (pop3-open-server): Recognize a string as a service name.
10565
10566 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10567
10568         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10569
10570 2005-11-23  Dave Love  <fx@gnu.org>
10571
10572         Add pop3s, pop3/starttls.
10573
10574         * pop3.el (pop3-authentication-scheme): Clarify doc.
10575         (open-tls-stream, starttls-open-stream): Autoload.
10576         (pop3-stream-type): New.
10577         (pop3-open-server): Use it.
10578
10579         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10580         for POP.
10581         (mail-source-keyword-map): Add :stream for POP.
10582         (mail-source-fetch-pop): Use pop3-stream-type.
10583
10584 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10587         of current-time-string.
10588
10589 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10590
10591         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10592         date header.
10593
10594 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10595
10596         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10597         it can seriously impact performance as it bypasses the agent's
10598         local caches.
10599
10600 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10601
10602         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10603         must be explicitly online rather than "not explicitly offline" for
10604         its flags to be synchronized.
10605
10606         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10607         that gnus-uu-unmark-thread will function correctly.
10608
10609         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10610         1024K is instead displayed as 1M.
10611
10612 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10613
10614         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10615
10616 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10617
10618         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10619
10620 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10621
10622         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10623         error message to display actual error condition.
10624         (gnus-agent-save-local): Avoid saving symbols that are bound to
10625         nil as they simply result in a warning message in
10626         gnus-agent-read-local.
10627
10628 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10631         rather than make-variable-buffer-local for file-precious-flag.
10632
10633 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10634
10635         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10636         for duplicates which are removed.  The invalid sort check then
10637         triggers a rescan after the sort as sorting may have moved
10638         duplicate entries such that they can be cheaply detected.
10639
10640 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10643
10644 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10645
10646         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10647         internal variable to a custom variable.  Changed default value
10648         from compressed(2) to uncompressed(1).
10649         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10650         support for uncompressed agentview files.  Taken together, reading
10651         the agentview file should now be 6-7 times faster.
10652
10653 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10654
10655         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10656         as a buffer-local variable.  This avoids creating truncated
10657         dribble files as a result of a hang up, eg.
10658
10659 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10660
10661         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10662         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10663         XEmacs.
10664
10665 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10666
10667         * gnus-start.el (gnus-start-draft-setup): Enforce
10668         `gnus-draft-mode' for nndraft:drafts at startup.
10669
10670         * gnus.el (gnus-splash): Change custom group.
10671         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10672         allow-list argument.
10673
10674         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10675         string.
10676
10677 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * gnus-art.el (gnus-default-article-saver): Add user-defined
10680         `function' to custom type.
10681
10682 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10683
10684         * imap.el (imap-open): Handle case where buffer is a buffer
10685         object.
10686
10687 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10690         long lines.
10691         (gnus-cache-delete-group): Wrap doc strings.
10692
10693         * gnus-agent.el (gnus-agent-rename-group)
10694         (gnus-agent-delete-group): Wrap doc strings.
10695
10696 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * messagexmas.el (message-use-toolbar): Change the valid values
10699         into default, top, bottom, left, and right.
10700         (message-toolbar-thickness): New variable.
10701         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10702         well.
10703         (message-setup-toolbar): Make it work.
10704
10705         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10706         (gnus-use-toolbar): Change the valid values into default, top,
10707         bottom, left, and right.
10708         (gnus-toolbar-thickness): New variable.
10709         (gnus-xmas-setup-toolbar): New function.
10710         (gnus-xmas-setup-group-toolbar): Use it.
10711         (gnus-xmas-setup-summary-toolbar): Use it.
10712
10713 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10714
10715         * gnus-start.el (gnus-1): Add "native" to
10716         gnus-predefined-server-alist.
10717
10718         * gnus.el (gnus-method-to-server): Don't add "native" to the
10719         lists here, because that leads to problems when
10720         gnus-select-method is bound.
10721
10722 2005-11-09  Simon Josefsson  <jas@extundo.com>
10723
10724         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10725         use (not sort-by-date) instead.
10726
10727 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10728
10729         * gnus-delay.el (gnus-delay-group): Don't autoload.
10730         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10731         to be re-loaded when customizing the `gnus-delay' group.
10732
10733 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10734
10735         * message.el: Revert last changes.
10736         (message-insert-citation-line): Use newlines.
10737
10738 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10739
10740         * message.el (message-courtesy-message)
10741         (message-mark-insert-begin, message-mark-insert-end)
10742         (message-elide-ellipsis, message-cancel-message)
10743         (message-add-header, message-change-subject)
10744         (message-cross-post-followup-to-header)
10745         (message-cross-post-insert-note, message-reduce-to-to-cc)
10746         (message-widen-reply, message-delete-not-region)
10747         (message-kill-to-signature, message-insert-signature)
10748         (message-insert-importance-high, message-insert-importance-low)
10749         (message-insert-or-toggle-importance)
10750         (message-insert-disposition-notification-to)
10751         (message-indent-citation, message-yank-original)
10752         (message-cite-original-without-signature, message-cite-original)
10753         (message-insert-citation-line, message-position-on-field)
10754         (message-fix-before-sending, message-send-mail-partially)
10755         (message-send-mail, message-send-mail-with-sendmail)
10756         (message-send-mail-with-qmail, message-send-news)
10757         (message-check-news-header-syntax, message-generate-headers)
10758         (message-insert-courtesy-copy, message-fill-address)
10759         (message-fill-header, message-shorten-references)
10760         (message-setup-1, message-cancel-news)
10761         (message-forward-make-body-plain, message-forward-make-body-mime)
10762         (message-forward-make-body-mml, message-encode-message-body)
10763         (message-forward-make-body-digest-plain)
10764         (message-forward-make-body-digest-mime)
10765         (message-use-alternative-email-as-from): Insert `hard-newline'
10766         instead of ordinary newlines.
10767
10768 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * message.el (message-generate-headers): Downcase the argument
10771         given to message-check-element.
10772
10773 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10774
10775         * nntp.el (nntp-authinfo-rejected): New error condition.
10776         (nntp-wait-for): Use new error condition to signal authentication
10777         error.
10778         (nntp-retrieve-data): Rethrow new error condition to break out of
10779         recursive call to nntp-send-authinfo.
10780
10781 2005-11-08  Romain Francoise  <romain@orebokech.com>
10782
10783         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10784         (gnus-summary-exit-map): Bind to `Z p'.
10785         (gnus-summary-make-menu-bar): Add menu item.
10786
10787 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10788
10789         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10790         (gnus-treat-*): Add `first' in all doc strings.
10791
10792         * gnus-group.el (gnus-group-compact-group): Fix typo.
10793
10794 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10795
10796         * gnus.el (gnus-parameters-case-fold-search): New variable.
10797         (gnus-parameters-get-parameter): Use it.
10798
10799         * gnus-score.el (gnus-home-score-file): Doc fix.
10800
10801 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10802
10803         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10804
10805 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * mm-util.el (mm-special-display-p): New function.
10808
10809         * mml.el (mml-preview): Use it; doc fix.
10810
10811 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10812
10813         * imap.el (imap-open): Handle case where buffer is a buffer object.
10814
10815 2005-10-29  Romain Francoise  <romain@orebokech.com>
10816
10817         * message.el (message-fix-before-sending): Fix comment.
10818
10819 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10820
10821         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10822
10823 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10824
10825         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10826         Used in gnus-score.el.
10827
10828 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10829
10830         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10831
10832 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10833
10834         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10835         whitespace removed in revision 7.8.  Use concatenated string to
10836         protect trailing whitespace.
10837
10838 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10839
10840         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10841         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10842         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10843         Courier IMAP ("some version from 2004").  Mostly based on similar
10844         code in the same function.
10845
10846 2005-10-26  Didier Verna  <didier@xemacs.org>
10847
10848         * gnus-group.el (gnus-group-compact-group): Invalidate original
10849         article buffer.
10850         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10851         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10852         NOV database and in article itself.
10853         Invalidate article backlog.
10854
10855 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10858
10859 2005-10-26  Simon Josefsson  <jas@extundo.com>
10860
10861         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10862         part of 2004-07-25 change.
10863
10864 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * message.el (message-display-completion-list): New function.
10867         (message-expand-group): Use it; make sure the Completions buffer
10868         is modifiable.
10869 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10870
10871         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10872         user-mail-name is an empty string.
10873
10874 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10875
10876         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10877         depending on gnus-score-decay-constant.
10878
10879         * encrypt.el (encrypt-insert-file-contents)
10880         (encrypt-write-file-contents): Don't use `gnus-message'.
10881
10882         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10883         arguments.
10884         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10885         arguments to mm-uu-verbatim-marks-extract.
10886         (mm-uu-hide-markers): New variable.
10887         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10888
10889         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10890         (gnus-convert-image-to-face-command): Use "convert" by default to
10891         allow other input image formats.
10892         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10893         accordingly.
10894
10895 2005-10-23  Simon Josefsson  <jas@extundo.com>
10896
10897         * imap.el (imap-gssapi-program): Align command line parameters
10898         with latest GNU SASL.
10899         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10900
10901 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10904         HTML.
10905         (nnslashdot-request-article): Ditto.
10906
10907         * lpath.el (featurep): Add nobreak-char-display.
10908
10909 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10910
10911         * mail-source.el (mail-source-fetch-pop): Require pop3.
10912         (mail-source-check-pop): Ditto.
10913
10914 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10917         errors.
10918
10919 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10922         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10923
10924         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10925
10926         * mm-bodies.el (mm-decode-string): Call
10927         `mm-charset-to-coding-system' with allow-override argument.
10928
10929 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10932         (rfc2047-charset-to-coding-system): New function.
10933         (rfc2047-decode-encoded-words): New function.
10934         (rfc2047-decode-region): Use them.
10935         (rfc2047-decode-cte): Remove.
10936         (rfc2047-parse-and-decode): Remove.
10937         (rfc2047-decode): Remove.
10938
10939 2005-10-15  Kenichi Handa  <handa@m17n.org>
10940
10941         * rfc2047.el (rfc2047-decode-cte): New function.
10942         (rfc2047-decode-region): Change the way to decode successive
10943         encoded-words: decode B- or Q-encoding in each encoded-word,
10944         concatenate them, and decode it as charset.
10945
10946 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10947
10948         * lpath.el: Fbind codepage-setup for XEmacs.
10949
10950 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10951
10952         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10953         widget-move-and-invoke.
10954         (gnus-custom-mode): Use gnus-custom-map.
10955
10956 2005-10-15  Bill Wohler  <wohler@newt.com>
10957
10958         * message.el (message-tool-bar-map): Renamed image file from
10959         mail_send to mail/send.
10960
10961 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10962
10963         * message.el (message-expand-group): Pass the common
10964         prefix substring of completion to `display-completion-list'.
10965
10966 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10967
10968         * mml-sec.el (mml-secure-method): New internal variable.
10969         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10970         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10971         functions using mml-secure-method.
10972
10973         * mml.el (mml-mode-map): Add key bindings for those functions.
10974         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10975         Harder <harder@myrealbox.com>.
10976         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10977         end of message if point is the headers of the message.
10978
10979         * message.el (message-in-body-p): New function.
10980
10981         * assistant.el: Autoload gnus-util and netrc.
10982
10983         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10984         Use `mm-charset-override-alist' only when decoding.
10985
10986         * mm-bodies.el (mm-decode-body): Call
10987         `mm-charset-to-coding-system' with allow-override argument.
10988
10989         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10990         `filename' from Content-Disposition if Content-Type doesn't
10991         provide `name'.
10992         (gnus-mime-view-part-as-type): Set default instead of
10993         initial-input.
10994
10995 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10996
10997         * format-spec.el (format-spec): Propagate text properties of % spec.
10998
10999 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11000
11001         * gnus-art.el (gnus-treat-predicate): Add `first'.
11002
11003 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
11006         (mm-charset-override-alist): New variable.
11007         (mm-charset-to-coding-system): Use it.
11008         (mm-codepage-setup): New helper function.
11009         (mm-charset-eval-alist): New variable.
11010         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
11011         about unknown charsets.
11012
11013         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
11014
11015 2005-10-04  David Hansen  <david.hansen@gmx.net>
11016
11017         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11018         (nnrss-check-group): Ditto.
11019
11020 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11023         Rename x-gnus-verbatim to x-verbatim.
11024         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11025
11026         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11027         x-verbatim.
11028
11029         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11030
11031         * gnus-util.el (gnus-remove-duplicates): Remove.
11032
11033         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11034         instead of gnus-remove-duplicates.
11035
11036         * message.el (message-remove-duplicates): Remove.
11037         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11038         message-remove-duplicates.
11039
11040         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11041         available, else use implementation from `delete-dups'.
11042
11043         * message.el (message-insert-expires): New function.
11044         (message-mode-map): Add key binding.
11045         (message-mode-field-menu): Add menu entry.
11046         (message-mode): Document it.
11047         (message-make-expires-date): Use `message-make-date'.
11048
11049 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11050
11051         * message.el (message-make-expires-date): New function.
11052
11053 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * Makefile.in (list-installed-shadows): New entry.
11056         (install): Use it.
11057         (remove-installed-shadows): New entry.
11058
11059         * dgnushack.el (dgnushack-default-load-path): New variable.
11060         (dgnushack-find-lisp-shadows): New function.
11061         (dgnushack-remove-lisp-shadows): New function.
11062
11063 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11064
11065         * Makefile.in (install-el-elc): New entry.
11066         (install): Use it so that .el files are necessarily installed.
11067
11068 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11069
11070         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11071
11072 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11073
11074         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11075         function rather than the diff-mode.el package.
11076         (mm-display-external): Use with-current-buffer.
11077         (mm-viewer-completion-map, mm-viewer-completion-map):
11078         Move initialization inside declaration.
11079
11080 2005-09-29  Simon Josefsson  <jas@extundo.com>
11081
11082         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11083         autoload mail-check-payment.
11084         (spam-check-hashcash): Define unconditionally, since hashcash.el
11085         is part of Gnus now.  Ignore errors from payment checking.
11086
11087 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11088
11089         * message.el (message-bold-region, message-unbold-region): Rename
11090         from `bold-region' and `unbold-region'.
11091
11092         * message.el: Remove useless autoloads.
11093
11094 2005-09-28  Simon Josefsson  <jas@extundo.com>
11095
11096         * message.el (message-use-idna): Default to t.
11097         (message-use-idna): Test whether encoding works too.  Doc fix.
11098
11099 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11100
11101         * nntp.el (nntp-warn-about-losing-connection): Remove.
11102
11103 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11104
11105         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11106         customizable.  Change default value.
11107         (mm-uu-diff-groups-regexp): Change default value.
11108         (mm-uu-type-alist): Add doc string.
11109         (mm-uu-configure): Add doc string.  Make it interactive.
11110         (mm-uu-tex-groups-regexp): New variable.
11111         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11112         (mm-uu-type-alist): Add LaTeX documents.
11113         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11114         of "text/verbatim".
11115         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11116
11117         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11118         instead of "text/verbatim".
11119
11120         * message.el (message-mark-inserted-region)
11121         (message-mark-insert-file): Use slrn style marks when called with
11122         prefix argument.
11123
11124 2005-09-27  Simon Josefsson  <jas@extundo.com>
11125
11126         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11127
11128 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11129
11130         * message.el (message-remove-duplicates): New function.
11131         Implementation borrowed from `gnus-remove-duplicates'.
11132         (message-idna-to-ascii-rhs): Also encode idna addresses in
11133         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11134         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11135         only ask about the same idna domain once per header and also tell
11136         in what header to replace the idna domain.
11137
11138         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11139         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11140         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11141         a header is decoded and not just the last one.
11142
11143 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11146         has been decoded.
11147
11148         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11149         (mm-insert-part): Don't modify text if it has been decoded.
11150
11151         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11152         decoded.
11153
11154         * mm-view.el (mm-inline-text): Don't strip text props unless
11155         decoding enriched or richtext parts.
11156
11157 2005-09-25  Romain Francoise  <romain@orebokech.com>
11158
11159         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11160         * gnus-start.el (gnus-subscribe-interactively):
11161         * gnus-uu.el (gnus-uu-grab-articles):
11162         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11163         space.
11164
11165 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11166
11167         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11168         * mm-view.el (mm-view-pkcs7-decrypt):
11169         * gnus-sum.el (gnus-summary-limit-to-extra)
11170         (gnus-summary-respool-article, gnus-read-move-group-name):
11171         * gnus-score.el (gnus-summary-increase-score):
11172         * gnus-util.el (gnus-completing-read-with-default):
11173         * gnus-art.el (gnus-read-save-file-name)
11174         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11175         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11176         * message.el (message-check-news-header-syntax):
11177         Follow convention for reading with the minibuffer.
11178
11179 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11180
11181         * spam-report.el (spam-report-url-ping-plain):
11182         Use gnus-extended-version as User-Agent.
11183
11184         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11185         default value is nil.
11186
11187         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11188         (mm-uu-verbatim-marks-extract): New function.
11189         (mm-uu-extract): New face.
11190         (mm-uu-copy-to-buffer): Use it.
11191
11192         * spam-report.el (spam-report-gmane-ham): Renamed from
11193         `spam-report-gmane-unspam'.
11194         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11195         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11196
11197         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11198         Autoload.
11199         (spam-report-gmane-unregister-routine): Renamed
11200         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11201
11202 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11203
11204         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11205         (spam-report-gmane-unregister-routine): Add support for gmane
11206         unregistration.
11207
11208         * spam-report.el (spam-report-gmane-unspam)
11209         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11210         (spam-report-gmane): Change to take a single article and do unspam
11211         registration.
11212
11213 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * mm-url.el (mm-url-decode-entities): Fix regexp.
11216
11217 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11218
11219         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11220         default to nil, to be able to use Gnus at all.  If the default
11221         switches to something else, then the function should be fixed not
11222         be exceedingly slow.
11223
11224 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11225
11226         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11227         fail hard.
11228
11229         * spam-report.el: Add better Keywords line.
11230
11231         * spam.el: Add Maintainer and better Keywords line.
11232
11233 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11234
11235         * gnus-art.el (gnus-article-replace-part)
11236         (gnus-mime-replace-part): New functions.
11237         (gnus-mime-action-alist, gnus-mime-button-commands)
11238         (gnus-mime-save-part-and-strip): Added file argument.
11239         (gnus-article-part-wrapper): Added interactive argument.
11240
11241         * gnus-sum.el (gnus-summary-mime-map): Add
11242         `gnus-article-replace-part'.
11243
11244 2005-09-19  Didier Verna  <didier@xemacs.org>
11245
11246         The nnml compaction feature:
11247         * nnml.el (nnml-request-compact-group): New function.
11248         * nnml.el (nnml-request-compact): New function.
11249         * gnus-int.el (gnus-request-compact-group): New function.
11250         * gnus-int.el (gnus-request-compact): New function.
11251         * gnus-group.el (gnus-group-compact-group): New function.
11252         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11253         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11254         * gnus-srvr.el (gnus-server-compact-server): New function.
11255         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11256         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11257
11258 2005-09-18  Deepak Goel  <deego@gnufans.org>
11259
11260         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11261         format spec.
11262
11263 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11266
11267 2005-09-15  Romain Francoise  <romain@orebokech.com>
11268
11269         * message.el (message-fill-paragraph): Clarify docstring.
11270
11271 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * gnus-art.el (gnus-mime-display-part): Protect against broken
11274         MIME messages.
11275
11276 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11279         before parsing header.
11280
11281 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11282
11283         * html2text.el (html2text-replace-list): Add new entities.
11284
11285 2005-09-11  Romain Francoise  <romain@orebokech.com>
11286
11287         * message.el (message-alternative-emails): Improve docstring.
11288         (message-setup-1): Call `message-use-alternative-email-as-from'
11289         after `message-setup-hook' to give it precedence over posting
11290         styles, etc.
11291         (message-use-alternative-email-as-from): Add docstring.  Remove
11292         the original From header if present.
11293
11294         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11295         (nnml-save-mail): Use it.
11296
11297         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11298         articles.  Add new argument `silent'.
11299         (gnus-uu-mark-all): Report the total number of marked articles.
11300
11301 2005-09-10  Romain Francoise  <romain@orebokech.com>
11302
11303         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11304         (gnus-uu-mark-series): Likewise.
11305
11306 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * spam-report.el (spam-report-gmane): Fix generation of spam
11309         report URL.
11310
11311 2005-09-10  Simon Josefsson  <jas@extundo.com>
11312
11313         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11314         t, based on discussion on the ding list with Robert Epprecht
11315         <epprecht@solnet.ch>.
11316
11317 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11318
11319         * spam-report.el (spam-report-gmane): Make it work without
11320         X-Report-Spam header.  Gmane now only provides Archived-At.
11321         This is only used if `spam-report-gmane-use-article-number' is nil.
11322         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11323
11324         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11325         make `gnus-summary-sort-by-recipient' work with threading.
11326
11327         * nnweb.el (nnweb-google-wash-article): Print a message if article
11328         is not available.
11329
11330 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11331
11332         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11333         change.  Decode text/* parts content before displaying.
11334
11335 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11336
11337         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11338
11339 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11342
11343         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11344         url-package-name, url-package-version,
11345         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11346         w3m-display-inline-images, and w3m-minor-mode-map.
11347
11348 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * message.el (message-tab-body-function): Fix mismatched custom type.
11351
11352         * gnus.el (gnus-group-change-level-function): Ditto.
11353
11354         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11355
11356         * gnus-art.el (gnus-signature-limit)
11357         (gnus-article-mime-part-function): Ditto.
11358
11359 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11360
11361         * mml.el (mml-mode): Silence the byte compiler.
11362
11363         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11364         using `(sit-for 0)' before moving the point to the specified part;
11365         skip unbuttonized parts.
11366         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11367         return to the summary window if gnus-auto-select-part is non-nil.
11368
11369 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11372         variables.
11373         (mml-dnd-attach-file, mml-mode): Use them.
11374
11375         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11376         Make fetching article by MID work again for Google Groups.  Added
11377         FIXME concerning gnus-group-make-web-group.
11378
11379         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11380         Don't depend on Gnus by using mail-extract-address-components if
11381         gnus-extract-address-components is not bound.
11382
11383 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11384
11385         * gnus-art.el (gnus-mime-display-security): Don't display the
11386         signature, but only the signed part.
11387
11388 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11391
11392         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11393         list, not listp.
11394
11395 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11396
11397         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11398         when encoding.
11399
11400         * mm-bodies.el (mm-decode-content-transfer-encoding):
11401         De-canonicalize CRLF for all text content types, not just
11402         text/plain.
11403
11404 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11407         valid article; point arrow and cursor at the MIME button.
11408
11409 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11412         Suggested by Dan Christensen <jdc@uwo.ca>.
11413
11414         * mm-decode.el (mm-save-part): Enable change of prompt.
11415
11416 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11417
11418         * gnus-msg.el (gnus-inews-add-send-actions): Made
11419         `message-post-method' lambda parameter ARG `&optional'.
11420
11421 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * gnus-sum.el (gnus-summary-mime-map): Added
11424         gnus-article-save-part-and-strip, gnus-article-delete-part and
11425         gnus-article-jump-to-part.
11426
11427         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11428         (gnus-article-edit-part): Use it.
11429         (gnus-article-part-wrapper): Added no-handle argument.
11430         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11431         functions.
11432
11433 2005-08-29  Romain Francoise  <romain@orebokech.com>
11434
11435         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11436         docstring.
11437         (gnus-face-from-file): Likewise.
11438
11439 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11440
11441         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11442         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11443         non-nil.
11444         (gnus-auto-select-part): New variable.
11445         (gnus-article-jump-to-part): New function.
11446         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11447         (gnus-mime-delete-part): Allow selecting specified part after
11448         deleting or stripping parts.
11449         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11450         part if argument is bogus.
11451
11452 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11453
11454         * gnus-art.el (w3m-minor-mode-map):
11455         * gnus-spec.el (gnus-newsrc-file-version):
11456         * gnus-util.el (nnmail-active-file-coding-system)
11457         (gnus-original-article-buffer, gnus-user-agent):
11458         * gnus.el (gnus-ham-process-destinations)
11459         (gnus-parameter-ham-marks-alist)
11460         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11461         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11462         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11463         * mm-decode.el (gnus-current-window-configuration):
11464         * mm-extern.el (gnus-article-mime-handles):
11465         * mm-url.el (url-current-object, url-package-name)
11466         (url-package-version):
11467         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11468         (smime-keys, w3m-cid-retrieve-function-alist)
11469         (w3m-current-buffer, w3m-display-inline-images)
11470         (w3m-minor-mode-map):
11471         * mml-smime.el (gnus-extract-address-components):
11472         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11473         (gnus-newsrc-hashtb, message-default-charset)
11474         (message-deletable-headers, message-options)
11475         (message-posting-charset, message-required-mail-headers)
11476         (message-required-news-headers):
11477         * mml1991.el (mc-pgp-always-sign):
11478         * mml2015.el (mc-pgp-always-sign):
11479         * nnheader.el (nnmail-extra-headers):
11480         * rfc1843.el (gnus-decode-encoded-word-function)
11481         (gnus-decode-header-function, gnus-newsgroup-name):
11482         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11483
11484 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11485
11486         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11487         the end of the date treatments.
11488
11489 2005-08-15  Simon Josefsson  <jas@extundo.com>
11490
11491         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11492         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11493         Capello and Romain Francoise.
11494         (pgg-fetch-key-function): Removed, not used?
11495         (pgg-insert-url-with-w3): Require url, to get
11496         url-insert-file-contents regardless of where it is defined.
11497
11498 2005-08-13  Romain Francoise  <romain@orebokech.com>
11499
11500         * message.el (message-cite-original-1): New function.
11501         (message-cite-original): Use it.
11502         (message-cite-original-without-signature): Ditto.
11503
11504 2005-08-08  Romain Francoise  <romain@orebokech.com>
11505
11506         * message.el (message-yank-empty-prefix): New variable.
11507         (message-indent-citation): Use it.
11508         (message-cite-original-without-signature): Respect X-No-Archive.
11509
11510 2005-08-08  Simon Josefsson  <jas@extundo.com>
11511
11512         * pgg.el: Autoload url-insert-file-contents instead of loading
11513         w3/url.
11514         (pgg-insert-url-with-w3): Don't load url here.
11515
11516 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11517
11518         * message.el (message-kill-to-signature): Don't insert newline at
11519         bol.
11520         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11521
11522 2005-08-06  Romain Francoise  <romain@orebokech.com>
11523
11524         * message.el (message-user-fqdn): Fix typo in docstring.
11525
11526 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11527
11528         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11529
11530         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11531
11532 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * mm-bodies.el (mm-encode-body): Use coding system rather than
11535         charset to encode text.
11536
11537         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11538         number of charsets if utf-8 is available (XEmacs).
11539
11540 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11541
11542         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11543         taken from `gnus-button-mid-or-mail-regexp'.
11544         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11545         (gnus-button-alist): Improve regexp for domain part of the MIDs
11546         for news:localpart@domain buttons.
11547         (gnus-button-ctan-directory-regexp): Update.
11548
11549 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * sieve-manage.el (sieve-manage-interactive-login): Use
11552         make-local-variable rather than make-variable-buffer-local.
11553         (sieve-manage-open): Ditto.
11554         (sieve-manage-authenticate): Ditto.
11555
11556         * mml.el (mml-generate-mime-1): Make the content type default to
11557         text/plain if the filename is not specified.
11558
11559 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11560
11561         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11562         instead of insert-buffer.
11563
11564         * message.el (message-yank-original): Ditto; set the mark at the
11565         end of the yanked message.
11566
11567 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11570         lines to scroll rather than to stop it.
11571
11572         * mml.el (mml-generate-default-type): Add doc string.
11573         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11574         default to application/octet-stream when determining the content
11575         type if it is not specified for the part or the mml contents; add
11576         a comment about mml-generate-default-type.
11577
11578 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11579
11580         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11581         make it default to application/octet-stream when determining the
11582         content type if it is not specified for the external contents.
11583
11584 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11587         segmented parameter but also other parameters might be there.
11588
11589 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * mm-decode.el (mm-display-external): Delete temp file, directory
11592         and buffer immediately if the external process is exited.
11593
11594 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11595
11596         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11597         fewer lines than that of scroll-margin.
11598         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11599
11600 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * gnus-art.el (gnus-article-next-page): Revert.
11603         (gnus-article-beginning-of-window): New macro.
11604         (gnus-article-next-page-1): Use it.
11605         (gnus-article-prev-page): Ditto.
11606         (gnus-article-edit-part): Use insert-buffer-substring instead of
11607         insert-buffer.
11608         (gnus-article-edit-exit): Ditto.
11609
11610         * gnus-util.el (gnus-beginning-of-window): Remove.
11611         (gnus-end-of-window): Remove.
11612
11613         * lpath.el: Don't bind header-line-format and scroll-margin.
11614
11615 2005-07-25  Simon Josefsson  <jas@extundo.com>
11616
11617         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11618         to have the url package without w3.  Reported by Daiki Ueno
11619         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11620
11621 2005-07-20  Didier Verna  <didier@xemacs.org>
11622
11623         * gnus-diary.el: Remove the description comment (nndiary is now
11624         properly documented in the Gnus manual).
11625         Fix the spelling of "Back End".
11626         * nndiary.el: Ditto.
11627         Fix the copyright notice.
11628
11629 2005-07-18  Romain Francoise  <romain@orebokech.com>
11630
11631         * gnus-sum.el (gnus-summary-to-prefix)
11632         (gnus-summary-newsgroup-prefix): New variables.
11633         (gnus-summary-from-or-to-or-newsgroups): Use them.
11634
11635 2005-07-17  Romain Francoise  <romain@orebokech.com>
11636
11637         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11638         space as it's generally not especially interesting to the user.
11639
11640 2005-07-16  Romain Francoise  <romain@orebokech.com>
11641
11642         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11643         nil to avoid prompting and file modification if one of the
11644         messages at the top of the nnfolder file contains a copyright
11645         notice.
11646         Update copyright notice.
11647
11648         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11649         instead of `current-time-string' as the latter creates a time
11650         string that is not RFC 2822 compliant (it lacks the zone).
11651         Update copyright notice.
11652
11653 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11654
11655         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11656         for text/rtf.  Display default in prompt.  Pass default for M-n.
11657
11658         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11659
11660 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11661
11662         * gnus-msg.el (gnus-button-mailto): Remove
11663         save-selected-window-window hackery because it relies on
11664         save-selected-window internals.
11665
11666 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11669         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11670         (gnus-article-prev-page): Ditto.
11671
11672         * gnus-util.el (gnus-beginning-of-window): New function.
11673         (gnus-end-of-window): New function.
11674
11675         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11676
11677 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11678
11679         * gnus-score.el (gnus-score-edit-all-score): Set
11680         gnus-score-edit-exit-function to gnus-score-edit-done and call
11681         gnus-message.
11682
11683 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11684
11685         * gnus-msg.el (gnus-button-mailto): Remove
11686         save-selected-window-window hackery because it relies on
11687         save-selected-window internals.
11688
11689 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11690
11691         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11692         add-minor-mode.
11693         (gnus-binary-mode): Ditto.
11694
11695         * gnus-topic.el (gnus-topic-mode): Ditto.
11696
11697 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11698
11699         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11700         (gnus-article-prev-page): Take scroll-margin into consideration.
11701
11702 2005-07-04  Lute Kamstra  <lute@gnu.org>
11703
11704         Update FSF's address in GPL notices.
11705
11706 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11707
11708         * gnus.el (gnus-exit):
11709         * gnus-group.el (gnus-group-icons):
11710         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11711
11712         * gnus-nocem.el (gnus-nocem):
11713         * message.el (message-various, message-buffers, message-sending)
11714         (message-interface, message-forwarding, message-insertion)
11715         (message-headers, message-news, message-mail):
11716         * pgg-gpg.el (pgg-gpg):
11717         * pgg-parse.el (pgg-parse):
11718         * pgg-pgp.el (pgg-pgp):
11719         * pgg-pgp5.el (pgg-pgp5):
11720         * pop3.el (pop3): Finish `defgroup' description with period.
11721
11722 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11723
11724         * gnus-art.el (article-display-face): Improve the efficiency.
11725         (article-display-x-face): Ditto; remove grey x-face stuff.
11726
11727 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11728
11729         * gnus-art.el (article-display-face): Correct the position in
11730         which Faces are inserted.
11731
11732 2005-06-29  Didier Verna  <didier@xemacs.org>
11733
11734         * gnus-art.el (article-display-face): Display faces in correct
11735         order.
11736
11737 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11740         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11741         (gnus-nocem-check-article): Fetch the Type header.
11742         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11743         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11744         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11745         make sure gnus-nocem-hashtb is initialized.
11746         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11747         (gnus-nocem-unwanted-article-p): Ditto.
11748
11749         * pgg.el (pgg-verify): Return the verification result.
11750
11751 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11752
11753         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11754         is ascii.
11755
11756 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11757
11758         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11759         `show-nonbreak-escape'.
11760
11761 2005-06-23  Lute Kamstra  <lute@gnu.org>
11762
11763         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11764
11765         * dig.el (dig-mode):
11766         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11767
11768 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11769
11770         * nnimap.el (nnimap-split-download-body): Fix spellings.
11771
11772 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11773
11774         * gnus-art.el (gnus-article-encrypt-body):
11775         * gnus-cus.el (gnus-score-customize):
11776         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11777         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11778
11779 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11780
11781         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11782         header by looking for magic "MII" at the beginnig.
11783
11784 2005-06-16  Miles Bader  <miles@gnu.org>
11785
11786         * gnus-xmas.el (gnus-xmas-group-startup-message):
11787         Use renamed gnus-splash face.
11788
11789         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11790         (assistant-field-face): New backward-compatibility alias for renamed
11791         face.
11792         (assistant-render-text): Use renamed assistant-field face.
11793
11794         * spam.el (spam): Remove "-face" suffix from face name.
11795         (spam-face): New backward-compatibility alias for renamed face.
11796         (spam-face, spam-initialize): Use renamed spam face.
11797
11798         * message.el (message-header-to, message-header-cc)
11799         (message-header-subject, message-header-newsgroups)
11800         (message-header-other, message-header-name)
11801         (message-header-xheader, message-separator, message-cited-text)
11802         (message-mml): Remove "-face" suffix from face names.
11803         (message-header-to-face, message-header-cc-face)
11804         (message-header-subject-face, message-header-newsgroups-face)
11805         (message-header-other-face, message-header-name-face)
11806         (message-header-xheader-face, message-separator-face)
11807         (message-cited-text-face, message-mml-face):
11808         New backward-compatibility aliases for renamed faces.
11809         (message-font-lock-keywords): Use renamed message faces.
11810
11811         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11812         (sieve-test-commands, sieve-tagged-arguments):
11813         Remove "-face" suffix from face names.
11814         (sieve-control-commands-face, sieve-action-commands-face)
11815         (sieve-test-commands-face, sieve-tagged-arguments-face):
11816         New backward-compatibility aliases for renamed faces.
11817         (sieve-control-commands-face, sieve-action-commands-face)
11818         (sieve-test-commands-face, sieve-tagged-arguments-face):
11819         Use renamed sieve faces.
11820
11821         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11822         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11823         (gnus-group-news-3-empty, gnus-group-news-4)
11824         (gnus-group-news-4-empty, gnus-group-news-5)
11825         (gnus-group-news-5-empty, gnus-group-news-6)
11826         (gnus-group-news-6-empty, gnus-group-news-low)
11827         (gnus-group-news-low-empty, gnus-group-mail-1)
11828         (gnus-group-mail-1-empty, gnus-group-mail-2)
11829         (gnus-group-mail-2-empty, gnus-group-mail-3)
11830         (gnus-group-mail-3-empty, gnus-group-mail-low)
11831         (gnus-group-mail-low-empty, gnus-summary-selected)
11832         (gnus-summary-cancelled, gnus-summary-high-ticked)
11833         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11834         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11835         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11836         (gnus-summary-low-undownloaded)
11837         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11838         (gnus-summary-low-unread, gnus-summary-normal-unread)
11839         (gnus-summary-high-read, gnus-summary-low-read)
11840         (gnus-summary-normal-read, gnus-splash):
11841         Remove "-face" suffix from face names.
11842         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11843         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11844         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11845         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11846         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11847         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11848         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11849         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11850         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11851         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11852         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11853         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11854         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11855         (gnus-summary-normal-ticked-face)
11856         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11857         (gnus-summary-normal-ancient-face)
11858         (gnus-summary-high-undownloaded-face)
11859         (gnus-summary-low-undownloaded-face)
11860         (gnus-summary-normal-undownloaded-face)
11861         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11862         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11863         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11864         (gnus-splash-face):
11865         New backward-compatibility aliases for renamed faces.
11866         (gnus-group-startup-message): Use renamed gnus faces.
11867
11868         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11869         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11870         (gnus-server-agent): Remove "-face" suffix from face names.
11871         (gnus-server-agent-face, gnus-server-opened-face)
11872         (gnus-server-closed-face, gnus-server-denied-face)
11873         (gnus-server-offline-face):
11874         New backward-compatibility aliases for renamed faces.
11875         (gnus-server-agent-face, gnus-server-opened-face)
11876         (gnus-server-closed-face, gnus-server-denied-face)
11877         (gnus-server-offline-face): Use renamed gnus faces.
11878
11879         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11880         Remove "-face" suffix from face names.
11881         (gnus-picon-xbm-face, gnus-picon-face):
11882         New backward-compatibility aliases for renamed faces.
11883
11884         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11885         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11886         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11887         (gnus-cite-11): Remove "-face" suffix from face names.
11888         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11889         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11890         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11891         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11892         New backward-compatibility aliases for renamed faces.
11893         (gnus-cite-attribution-face, gnus-cite-face-list)
11894         (gnus-article-boring-faces): Use renamed gnus faces.
11895
11896         * gnus-art.el (gnus-signature, gnus-header-from)
11897         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11898         (gnus-header-content): Remove "-face" suffix from face names.
11899         (gnus-signature-face, gnus-header-from-face)
11900         (gnus-header-subject-face, gnus-header-newsgroups-face)
11901         (gnus-header-name-face, gnus-header-content-face):
11902         New backward-compatibility aliases for renamed faces.
11903         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11904
11905         * gnus-sum.el (gnus-summary-selected-face)
11906         (gnus-summary-highlight): Use renamed gnus faces.
11907         * gnus-group.el (gnus-group-highlight): Likewise.
11908
11909 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11910
11911         * gnus-sieve.el (gnus-sieve-article-add-rule):
11912         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11913         * spam-stat.el (spam-stat-buffer-change-to-spam)
11914         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11915
11916         * message.el (message-is-yours-p):
11917         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11918
11919 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11920
11921         * mm-view.el (mm-inline-text): Withdraw the last change.
11922
11923 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11924
11925         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11926         executing enriched-decode.
11927
11928 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11931         charset of tar files.
11932
11933 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11934
11935         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11936
11937 2005-06-04  Lute Kamstra  <lute@gnu.org>
11938
11939         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11940         information is never recorded.
11941
11942 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11943
11944         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11945
11946 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * pop3.el (pop3-apop): Run md5 in the binary mode.
11949
11950         * starttls.el (starttls-set-process-query-on-exit-flag):
11951         Use eval-and-compile.
11952
11953 2005-05-31  Simon Josefsson  <jas@extundo.com>
11954
11955         * smime.el (smime-replace-in-string): Define.
11956         (smime-cert-by-ldap-1): Use it.
11957
11958 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * gnus-art.el (article-display-x-face): Replace
11961         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11962
11963         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11964         set-process-query-on-exit-flag or process-kill-without-query.
11965
11966         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11967         loop instead of replace-regexp.
11968
11969         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11970         instead of process-kill-without-query if it is available.
11971
11972         * lpath.el: Fbind ldap-search-entries.
11973
11974         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11975         instead of find-file-hooks if it is available.
11976
11977         * mml1991.el: Bind pgg-default-user-id when compiling.
11978
11979         * mml2015.el: Bind pgg-default-user-id when compiling.
11980
11981         * nndraft.el (nndraft-request-associate-buffer):
11982         Use write-contents-functions instead of write-contents-hooks if it is
11983         available.
11984
11985         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11986         instead of find-file-hooks if it is available.
11987
11988         * nntp.el (nntp-open-connection): Replace
11989         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11990         (nntp-open-ssl-stream): Ditto.
11991         (nntp-open-tls-stream): Ditto.
11992
11993         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11994         set-process-query-on-exit-flag or process-kill-without-query.
11995         (starttls-open-stream-gnutls): Use it instead of
11996         process-kill-without-query.
11997         (starttls-open-stream): Ditto.
11998
11999 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
12000
12001         * smime.el (smime-cert-by-ldap-1): Don't use
12002         replace-regexp-in-string.
12003
12004 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
12005
12006         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
12007
12008         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
12009         in PEM format.  Adjust to the XEmacs compability.
12010
12011 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
12012
12013         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
12014         by `string-to-number'.
12015         * gnus-agent.el (gnus-agent-regenerate-group)
12016         (gnus-agent-fetch-articles): Ditto.
12017         * gnus-art.el (gnus-button-fetch-group): Ditto.
12018         * gnus-cache.el (gnus-cache-generate-active)
12019         (gnus-cache-articles-in-group): Ditto.
12020         * gnus-group.el (gnus-group-set-current-level)
12021         (gnus-group-insert-group-line): Ditto.
12022         * gnus-score.el (gnus-score-set-expunge-below)
12023         (gnus-score-set-mark-below, gnus-summary-score-effect)
12024         (gnus-summary-score-entry): Ditto.
12025         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12026         (gnus-soup-pack): Ditto.
12027         * gnus-spec.el (gnus-xmas-format): Ditto.
12028         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12029         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12030         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12031         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12032         * nndb.el (nndb-get-remote-expire-response): Ditto.
12033         * nndiary.el (nndiary-parse-schedule-value)
12034         (nndiary-string-to-number, nndiary-request-replace-article)
12035         (nndiary-request-article): Ditto.
12036         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12037         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12038         * nneething.el (nneething-make-head): Ditto.
12039         * nnfolder.el (nnfolder-request-article)
12040         (nnfolder-retrieve-headers): Ditto.
12041         * nnheader.el (nnheader-file-to-number): Ditto.
12042         * nnkiboze.el (nnkiboze-request-article): Ditto.
12043         * nnmail.el (nnmail-process-unix-mail-format)
12044         (nnmail-process-babyl-mail-format): Ditto.
12045         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12046         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12047         (nnmh-request-create-group, nnmh-request-list-1)
12048         (nnmh-request-group, nnmh-request-article): Ditto.
12049         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12050         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12051         * nnsoup.el (nnsoup-make-active): Ditto.
12052         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12053         * nntp.el (nntp-find-group-and-number)
12054         (nntp-retrieve-headers-with-xover): Ditto.
12055         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12056         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12057         (pgg-format-key-identifier): Ditto.
12058         * pop3.el (pop3-last, pop3-stat): Ditto.
12059         * qp.el (quoted-printable-decode-region): Ditto.
12060
12061         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12062         of concat.
12063
12064 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12067
12068         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12069
12070         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12071
12072         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12073
12074         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12075
12076         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12077
12078         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12079         (gnus-carpal-mode): Ditto.
12080
12081         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12082         (gnus-browse-mode): Ditto.
12083
12084         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12085
12086         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12087
12088 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12089
12090         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12091
12092 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-util.el (gnus-run-mode-hooks): New function.
12095
12096         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12097
12098         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12099         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12100
12101 2005-05-27  Lute Kamstra  <lute@gnu.org>
12102
12103         * dns-mode.el (dns-mode): Specify customization group.
12104
12105 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12106
12107         * gnus-agent.el (gnus-agent-make-mode-line-string):
12108         Use mode-line-highlight as mouse-face.
12109
12110 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * canlock.el (canlock): Change the parent group to news.
12113
12114         * deuglify.el (gnus-outlook-deuglify): Add :group.
12115
12116         * dig.el (dig): Add :group.
12117
12118         * dns-mode.el (dns-mode): Add :group.
12119
12120         * encrypt.el (encrypt): Add :group.
12121
12122         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12123         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12124         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12125         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12126         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12127
12128         * gnus-diary.el (gnus-diary): Add :group.
12129
12130         * gnus.el (gnus-group-news-1-face): Add :group.
12131         (gnus-group-news-1-empty-face): Ditto.
12132         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12133         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12134         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12135         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12136         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12137         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12138         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12139         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12140         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12141         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12142         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12143         (gnus-summary-high-ticked-face): Ditto.
12144         (gnus-summary-low-ticked-face): Ditto.
12145         (gnus-summary-normal-ticked-face): Ditto.
12146         (gnus-summary-high-ancient-face): Ditto.
12147         (gnus-summary-low-ancient-face): Ditto.
12148         (gnus-summary-normal-ancient-face): Ditto.
12149         (gnus-summary-high-undownloaded-face): Ditto.
12150         (gnus-summary-low-undownloaded-face): Ditto.
12151         (gnus-summary-normal-undownloaded-face): Ditto.
12152         (gnus-summary-high-unread-face): Ditto.
12153         (gnus-summary-low-unread-face): Ditto.
12154         (gnus-summary-normal-unread-face): Ditto.
12155         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12156         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12157
12158         * hashcash.el (hashcash): New custom group.
12159         (hashcash-default-payment): Add :group.
12160         (hashcash-payment-alist): Ditto.
12161         (hashcash-default-accept-payment): Ditto.
12162         (hashcash-accept-resources): Ditto.
12163         (hashcash-path): Ditto.
12164         (hashcash-extra-generate-parameters): Ditto.
12165         (hashcash-double-spend-database): Ditto.
12166         (hashcash-in-news): Ditto.
12167
12168         * message.el (message-minibuffer-local-map): Add :group.
12169
12170         * netrc.el (netrc): Add :group.
12171
12172         * sieve-manage.el (sieve-manage-log): Add :group.
12173         (sieve-manage-default-user): Diito.
12174         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12175         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12176         (sieve-manage-authenticators): Ditto.
12177         (sieve-manage-authenticator-alist): Ditto.
12178         (sieve-manage-default-port): Ditto.
12179
12180         * sieve-mode.el (sieve-control-commands-face): Add :group.
12181         (sieve-action-commands-face): Ditto.
12182         (sieve-test-commands-face): Ditto.
12183         (sieve-tagged-arguments-face): Ditto.
12184
12185         * smime.el (smime): Add :group.
12186
12187         * spam-report.el (spam-report): Add :group.
12188
12189         * spam.el (spam, spam-face): Add :group.
12190
12191 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12192
12193         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12194         return \n.\n.\n at the end of articles.  Protect against that.
12195         (nntp-with-open-group): Allow debugging.
12196
12197         * nnheader.el (mail-header-set-extra): Make into a function
12198         because I just could't understand how to quote the list properly.
12199
12200         * dns.el (query-dns-cached): New function.
12201
12202 2005-05-26  Lute Kamstra  <lute@gnu.org>
12203
12204         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12205
12206 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12209
12210         * gnus-art.el: Don't autoload mail-extract-address-components.
12211
12212         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12213         eval-and-compile to evaluate it.
12214
12215         * hashcash.el: Don't autoload executable-find.
12216
12217         * nndb.el: Don't declare the nndb back end two or more times; don't
12218         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12219
12220         * nntp.el: Autoload format-spec instead of format; use
12221         eval-and-compile to evaluate autoload forms.
12222
12223 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12224
12225         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12226
12227 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12228
12229         * gnus.el (gnus-version-number): Bump version.
12230
12231 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12232
12233         * gnus.el: No Gnus v0.3 is released.
12234
12235 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12236
12237         * lpath.el (featurep): Bind show-nonbreak-escape.
12238
12239 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12240
12241         * gnus-art.el (gnus-article-edit-part): Disable undo.
12242
12243 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12246         gnus-article-date-lapsed-new-header is t if date timer is active;
12247         skip headers in which the original date value is empty.
12248         (gnus-article-save-original-date): Redefine it as a macro.
12249         (gnus-display-mime): Use it.
12250
12251 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * gnus-art.el (article-date-ut): Support converting date in
12254         forwarded parts as well.
12255         (gnus-article-save-original-date): New function.
12256         (gnus-display-mime): Use it.
12257
12258 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12259
12260         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12261         enclosure element of <item>.
12262
12263 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12264
12265         * message.el (message-kill-buffer-query): Renamed from
12266         `message-kill-buffer-query-if-modified'.  Added :version.
12267
12268 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12271         window layout.
12272
12273 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mml.el: Autoload dnd when compiling.
12276
12277 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12280         x-dnd-*.
12281
12282 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * qp.el (quoted-printable-encode-region): Save excursion.
12285
12286 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12287
12288         * message.el (message-kill-buffer-query-if-modified): Add new variable
12289         so the user can kill a modified message buffer quickly.
12290         (message-kill-buffer): Use it.
12291
12292 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * lpath.el: Fbind display-time-event-handler; don't fbind
12295         string-to-multibyte.
12296
12297         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12298
12299 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12302         contained in text because xml.el decodes entities) with LFs.
12303
12304 2005-04-11  Lute Kamstra  <lute@gnu.org>
12305
12306         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12307         differently.
12308
12309 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12310
12311         * mm-util.el (mm-detect-coding-region): Typo.
12312
12313 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12314
12315         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12316
12317 2005-04-06  Deepak Goel  <deego@gnufans.org>
12318
12319         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12320         user-function allow user modifications of the scores.
12321         (spam-stat-score-buffer-user): New function, to allow
12322         user-computed modifications to the score.
12323         (spam-stat-score-buffer-user-functions): List of additional
12324         scoring functions.
12325         (spam-stat-error-holder): Global temporary error holder.
12326         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12327         variable.
12328
12329 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12330
12331         * gnus-registry.el (gnus-registry-clean-empty-function)
12332         (gnus-registry-trim, gnus-registry-fetch-groups)
12333         (gnus-registry-delete-group): Groups that match
12334         `gnus-registry-ignored-groups' are removed from the registry
12335         entries, not just ignored for splitting.  This helps clean up the
12336         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12337         to get all the groups a message ID is in.
12338
12339         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12340         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12341         (spam-stat-score-buffer-user-functions): Add :number custom type.
12342
12343 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12346         argument in XEmacs.
12347
12348         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12349         (nnrss-request-group): Decode group name first.
12350         (nnrss-request-article): Make a text/plain article if mml-to-mime
12351         failed.
12352         (nnrss-get-encoding): Return a compatible encoding according to
12353         nnrss-compatible-encoding-alist.
12354         (nnrss-find-el): Use consp instead of listp.
12355         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12356
12357 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12360         which Emacs 20 doesn't support.
12361         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12362
12363 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12364
12365         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12366         silence the byte compiler inside the defun.
12367
12368         * gnus-demon.el (parse-time-string): Add autoload.
12369
12370         * gnus-delay.el (parse-time-string): Add autoload.
12371
12372         * gnus-art.el (parse-time-string): Add autoload.
12373
12374         * nnultimate.el (parse-time): Require for `parse-time-string'.
12375
12376 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12377
12378         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12379
12380         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12381
12382         * smime.el (smime-ldap-host-list): Add :version.
12383
12384 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12385
12386         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12387         pass it to `gnus-browse-read-group'.
12388         (gnus-browse-read-group): Add NUMBER argument and pass it to
12389         `gnus-group-read-ephemeral-group'.
12390
12391         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12392         argument and pass it to `gnus-group-read-group'.
12393
12394 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12395
12396         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12397         mm-xemacs-find-mime-charset-1 if we have the mule feature
12398         available at runtime.
12399
12400 2005-03-25  Werner Lemberg  <wl@gnu.org>
12401
12402         * nnmaildir.el: Replace `illegal' with `invalid'.
12403
12404 2005-03-23  Lute Kamstra  <lute@gnu.org>
12405
12406         * time-date.el: Add comment on time value formats.
12407         Don't require parse-time.
12408         (with-decoded-time-value): New macro.
12409         (encode-time-value): New function.
12410         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12411         (days-to-time): Return a valid time value when arg is huge.
12412         (time-since): Use time-subtract.
12413         (time-to-number-of-days): Use time-to-seconds.
12414
12415 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12416
12417         * gnus-start.el (gnus-display-time-event-handler):
12418         Check display-time-timer at runtime rather than only at load time
12419         in case display-time-mode is turned off in the mean time.
12420
12421 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12422
12423         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12424         used.
12425
12426         * nneething.el (nneething-map-file-directory): Derive from
12427         `gnus-directory'.
12428
12429         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12430         the To/Cc button.
12431
12432 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12433
12434         * nnmaildir.el (nnmaildir-request-accept-article):
12435         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12436
12437 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12438
12439         * gnus-async.el: Require timer-funcs at compile time when in
12440         XEmacs for `run-with-idle-timer'.
12441
12442 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12443
12444         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12445         autoloaded function.
12446
12447 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12448
12449         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12450
12451 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12452
12453         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12454
12455 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12456
12457         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12458         gnus-expert-user to default.
12459
12460 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12461
12462         * nnimap.el (nnimap-open-server): Ditto.
12463
12464         * imap.el (imap-authenticate): Fix typo.
12465
12466 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12467
12468         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12469         buffer (since IMAP server might return FETCH response out of
12470         order, and the nntp buffer must be sorted).
12471
12472 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12473
12474         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12475         comparison on string.
12476
12477         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12478         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12479         (gnus-agent-summary-fetch-series): Modified to protect against
12480         gnus-agent-summary-fetch-group clearing processable flags.
12481         (gnus-agent-synchronize-group-flags): Update live group buffer as
12482         synchronization may occur due to the user toggle the plugged
12483         status.
12484         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12485         successfully downloaded.
12486         (gnus-agent-expire-group-1): Avoid using markers when the overview
12487         is in ascending order; greatly improves performance.
12488         (gnus-agent-regenerate-group): Use
12489         gnus-agent-synchronize-group-flags to reset read status in both
12490         gnus and server.
12491         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12492
12493 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12494
12495         * message.el: Don't autoload former message-utils variables.
12496         (message-strip-subject-trailing-was): Change doc string.
12497
12498         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12499         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12500         (nnweb-google-search): Add "hl=en" here.
12501         (nnweb-google-parse-1, nnweb-google-create-mapping):
12502         Don't hardcode URL.
12503
12504 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * message.el (message-get-reply-headers, message-followup):
12507         Mention related variables `message-use-followup-to' and
12508         `message-use-mail-followup-to', in the information buffer.
12509
12510         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12511         of broken groups(-beta).google.com.
12512
12513 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12514
12515         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12516         parameter to invoked gnus-request-move-article; remove the
12517         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12518         all at once instead of once per article.
12519         (gnus-summary-remove-process-mark): Accept a list of articles as
12520         well as a single article for processing.
12521
12522         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12523         parameter.
12524
12525         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12526
12527         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12528
12529         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12530         parameter.
12531
12532         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12533         parameter.
12534
12535         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12536         parameter and remove the gnus-sum-hint-move-is-internal variable.
12537
12538         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12539         parameter.
12540
12541         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12542         parameter.
12543
12544         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12545         parameter.
12546
12547         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12548
12549         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12550         parameter.
12551
12552         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12553         parameter.
12554
12555 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12556
12557         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12558         a more conservative way.
12559
12560 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12561
12562         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12563         buffer, so it moves the window's cursor.
12564
12565 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12566
12567         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12568         `mm-dissect-multipart' and receive the from field as an (optional)
12569         argument from `mm-dissect-multipart'.
12570         (mm-dissect-multipart): Receive the from field as an argument and
12571         pass it on when we call `mm-dissect-buffer' on MIME parts.
12572         Fixes verification/decryption of signed/encrypted MIME parts.
12573
12574 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12575
12576         * gnus-sum.el (gnus-summary-move-article): Set
12577         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12578         whatever it calls (right now, only nnimap-request-move article
12579         respects it).
12580
12581         * nnimap.el (nnimap-request-move-article): When
12582         gnus-sum-hint-move-is-internal is set, don't do the extra
12583         nnimap-request-article.
12584
12585 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12586
12587         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12588
12589         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12590         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12591
12592         * gnus-sum.el (gnus-summary-caesar-message):
12593         Apply `gnus-treat-article' after rotation.
12594
12595         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12596         doc string.
12597
12598 2005-02-22  Simon Josefsson  <jas@extundo.com>
12599
12600         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12601         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12602         <arne@arnested.dk>.
12603         (encrypt): Add password-cache and password-cache-expiry as group
12604         members.
12605
12606 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12607
12608         * smime.el (smime-ldap-host-list): Doc fix.
12609         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12610         cache) password.
12611         (smime-sign-region): Use it.
12612         (smime-decrypt-region): Use it.
12613         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12614         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12615         fails.
12616         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12617         certificate from DER to PEM format rather than calling openssl.
12618
12619         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12620
12621         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12622         for signing/encryption.
12623
12624         * mml.el (mml-parse-1): Use them.
12625
12626 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12627
12628         * nnrss.el (nnrss-verbose): Removed.
12629         (nnrss-request-group): Use `nnheader-message' instead.
12630
12631 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12632
12633         * nnrss.el (nnrss-verbose): New variable.
12634         (nnrss-request-group): Make it say nnrss is requesting a group.
12635
12636 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12637
12638         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12639         Handle news URL with given port correctly.
12640
12641 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12644         containing special characters.
12645
12646         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12647
12648         * mml.el (mime-to-mml): Ditto.
12649
12650         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12651         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12652         (rfc2047-decode-region): Quote decoded words containing special
12653         characters when rfc2047-quote-decoded-words-containing-tspecials
12654         is non-nil.
12655
12656 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12657
12658         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12659
12660         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12661
12662 2005-02-15  Simon Josefsson  <jas@extundo.com>
12663
12664         * nnimap.el (nnimap-debug): Doc fix.
12665
12666         * imap.el (imap-debug): Doc fix.
12667
12668 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12671
12672 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12673
12674         * gnus.el (spam-contents): Improve docs for spam-contents
12675         parameter in its variable incarnation.
12676
12677 2005-02-14  Simon Josefsson  <jas@extundo.com>
12678
12679         * smime-ldap.el: Use require instead of load-library for ldap.
12680         (smime-ldap-search): Indent.
12681         (smime-ldap-search-internal): Shorten line.
12682
12683         * smime.el (smime-cert-by-dns): Add doc-string.
12684         (smime-cert-by-ldap-1): Indent.
12685
12686         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12687         mml-smime-get-dns-ldap.
12688         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12689
12690 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12691
12692         * smime.el: Require smime-ldap.
12693         (smime-ldap-host-list): New variable.
12694         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12695
12696         * mml-smime.el (mml-smime-encrypt-query): New function.
12697         (mml-smime-encrypt-query): Use it.
12698
12699         * smime-ldap.el: New file.
12700
12701 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12702
12703         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12704
12705 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12706
12707         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12708         argument in doc string.  Make query for type more clear.
12709
12710 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12711
12712         * gnus.el (gnus-group-startup-message): Search for gnus images in
12713         etc/images/gnus.
12714         * mm-util.el (mm-image-load-path): Likewise.
12715         * smiley.el (smiley-data-directory): Search for smilies in
12716         etc/images/smilies.
12717
12718 2005-02-09  Kim F. Storm  <storm@cua.dk>
12719
12720         Change Emacs release version from 21.4 to 22.1 throughout.
12721         Change Emacs development version from 21.3.50 to 22.0.50.
12722
12723 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12726
12727         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12728         non-Mule XEmacs as well.
12729         (mm-decompress-buffer): Signal an error intentionally if it does
12730         not decompress compressed data because auto-compression-mode is
12731         disabled.
12732
12733 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12734
12735         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12736         an ID in the registry even if it has no groups.
12737
12738 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12739
12740         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12741         merge it into mm-decompress-buffer.
12742         (gnus-mime-copy-part): Use the MIME part charset, the value which
12743         a user specified or gnus-newsgroup-charset for decoding, like
12744         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12745         save-buffer what was used.  Suggested by Kevin Ryde
12746         <user42@zip.com.au>.
12747         (gnus-mime-inline-part): Allow the name parameter as well as the
12748         filename parameter; force decompressing of compressed data; always
12749         display contents being not decoded as unibyte.
12750
12751         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12752         as well as the filename parameter.
12753
12754         * mm-util.el (mm-decompress-buffer): Merge
12755         gnus-mime-jka-compr-maybe-uncompress.
12756         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12757         of compressed data.
12758
12759 2005-02-08  Simon Josefsson  <jas@extundo.com>
12760
12761         * imap.el (imap-log): Doc fix.
12762
12763 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12764
12765         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12766         the coding cookies; decompress compressed parts.
12767
12768         * mml.el (mml-generate-mime-1): Add the charset parameter according
12769         to the value which a user specified manually or the coding cookie.
12770
12771         * mm-util.el (mm-string-to-multibyte): New function.
12772         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12773         (mm-coding-system-to-mime-charset): New function.
12774         (mm-decompress-buffer): New function.
12775         (mm-find-buffer-file-coding-system): New function.
12776
12777         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12778         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12779         parts.
12780
12781 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12782
12783         * mm-view.el (mm-display-inline-fontify): Decode a part according
12784         to the charset parameter.
12785
12786 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12787
12788         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12789         prefix arg is neither nil nor a number, as info specifies.
12790
12791 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12794         timestamps.
12795
12796 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12797
12798         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12799         groups error checking and notify user.
12800
12801 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12802
12803         * message.el (message-send-mail-function): Check existence of
12804         sendmail-program first before using default value
12805         `message-send-mail-with-sendmail'.  Otherwise use more generic
12806         `smtpmail-send-it'.
12807
12808 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * nntp.el (nntp-request-update-info): Always return nil.
12811
12812 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12813
12814         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12815
12816 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12817
12818         * message.el (message-beginning-of-line): Change the behavior when
12819         invoked between BOL and : so that it first moves backward.
12820
12821 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12824         article buffer when editing of the article is discarded.
12825         (gnus-article-prepare): Revert.
12826
12827 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-art.el (gnus-article-prepare):
12830         Remove message-strip-forbidden-properties from the local hook.
12831
12832 2005-01-27  Simon Josefsson  <jas@extundo.com>
12833
12834         * password.el (password-cache-add): Only start one timer per key.
12835         Reported by Derek Atkins <warlord@MIT.EDU>.
12836
12837 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12838
12839         * run-at-time.el: Removed.  It is no longer needed as
12840         timer-funcs.el in the xemacs-base package has a working version of
12841         `run-at-time'.
12842
12843         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12844
12845         * password.el: Require timer-funcs instead of run-at-time in
12846         XEmacs.
12847         Remove `password-run-at-time' macro.
12848         (password-cache-add): Use `run-at-time' instead of
12849         `password-run-at-time'.
12850
12851         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12852         Remove `nnheader-cancel-function-timers' alias,
12853         `cancel-function-timers' exists in XEmacs in timer-funcs.
12854
12855         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12856         for `run-with-idle-timer'.
12857
12858         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12859         for `run-at-time'.
12860
12861         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12862         for `with-timeout'.
12863
12864         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12865         the same as for XEmacs 21.4.
12866         No need to ignore `run-with-idle-timer', this function exists in
12867         XEmacs now in timer-funcs.el in the xemacs-base package.
12868         (dgnushack-compile): No need to delete
12869         run-at-time.el from the list of files to compile because it
12870         doesn't exist anymore.
12871
12872 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12873
12874         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12875         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12876
12877 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12878
12879         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12880         sensitively.
12881
12882 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12883
12884         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12885
12886 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12889         which will be inserted according to the multibyteness of a buffer
12890         rather than the type of contents.  Suggested by ARISAWA Akihiro
12891         <ari@mbf.ocn.ne.jp>.
12892
12893         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12894         of string which old xml.el may return rather than a string.
12895
12896 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12899
12900 2005-01-16  Simon Josefsson  <jas@extundo.com>
12901
12902         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12903         idn/idna.el isn't available.
12904         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12905         <michael@waxrat.com>.
12906
12907         * hashcash.el: Remove non-FSF copyright header.
12908
12909         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12910         (hashcash-generate-payment): Use it.
12911         (hashcash-generate-payment-async): Use it.
12912
12913 2005-01-15  Simon Josefsson  <jas@extundo.com>
12914
12915         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12916         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12917
12918         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12919         gnus-summary-idna-message.
12920         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12921         (gnus-summary-idna-message): New function.
12922
12923 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12926         gnus-novice-user.
12927
12928 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12929
12930         * nnrss.el (nnrss-request-delete-group): Delete entries in
12931         nnrss-group-alist as well.
12932         (nnrss-save-server-data): Insert newline.
12933
12934 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12935
12936         * gnus.el (gnus-user-agent): Use list of symbols instead of
12937         symbols.  Display full version number for (S)XEmacs.  Optionally
12938         display (S)XEmacs codename.
12939
12940         * gnus-util.el (gnus-emacs-version): Update for new
12941         `gnus-user-agent'.
12942
12943         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12944         Gnus version.
12945
12946 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12949         which is unreadable in some setups.
12950
12951 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12952
12953         * gnus-spec.el (gnus-update-format-specifications): Flush the
12954         group format spec cache if it doesn't support decoded group names.
12955
12956 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12959         Allow to apply decay on score files matching a regexp.
12960
12961 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12964         compatibility in %g and %c.
12965
12966 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12967
12968         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12969         name for only %g and %c.
12970         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12971         of gnus-tmp-group to decoded group name.
12972         (gnus-group-make-rss-group): Exclude `/'s from group names.
12973
12974 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12975
12976         * nnrss.el (nnrss-get-encoding): Fix regexp.
12977
12978 2004-12-27  Simon Josefsson  <jas@extundo.com>
12979
12980         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12981         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12982         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12983
12984 2004-12-17  Kim F. Storm  <storm@cua.dk>
12985
12986         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12987
12988         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12989
12990 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12991
12992         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12993
12994 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * nnrss.el: Require rfc2047 and mml.
12997         (nnrss-file-coding-system): New variable.
12998         (nnrss-format-string): Redefine it as an inline function.
12999         (nnrss-decode-group-name): New function.
13000         (nnrss-string-as-multibyte): Remove.
13001         (nnrss-retrieve-headers): Decode group name; don't use
13002         nnrss-format-string.
13003         (nnrss-request-group): Decode group name.
13004         (nnrss-request-article): Decode group name; allow a Message-ID as
13005         well as an article number; don't use nnrss-format-string; encode a
13006         Message-ID string which may contain non-ASCII characters; use
13007         mml-to-mime to compose a MIME article.
13008         (nnrss-request-expire-articles): Decode group name.
13009         (nnrss-request-delete-group): Decode group name.
13010         (nnrss-fetch): Clarify error message.
13011         (nnrss-read-server-data): Use insert-file-contents instead of load;
13012         bind file-name-coding-system; use multibyte buffer.
13013         (nnrss-save-server-data): Bind coding-system-for-write to the
13014         value of nnrss-file-coding-system; bind file-name-coding-system;
13015         add coding cookie.
13016         (nnrss-read-group-data): Use insert-file-contents instead of load;
13017         bind file-name-coding-system; use multibyte buffer.
13018         (nnrss-save-group-data): Bind coding-system-for-write to the
13019         value of nnrss-file-coding-system; bind file-name-coding-system.
13020         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13021         make it work with non-ASCII text.
13022         (nnrss-find-el): Make it work with old xml.el as well.
13023
13024 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13025
13026         * nnrss.el (nnrss-get-encoding): New function.
13027         (nnrss-fetch): Use unibyte buffer initially; bind
13028         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13029         decode contents according to the encoding attribute.
13030         (nnrss-save-group-data): Add coding cookie.
13031         (nnrss-mime-encode-string): New function.
13032         (nnrss-check-group): Use it to encode subject and author.
13033
13034 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13035
13036         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13037         imaginary variable.
13038
13039 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13040
13041         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13042         correctly even if there are wide characters.
13043
13044 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13045
13046         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13047         downcased symbol names; make a new cache instead of reusing
13048         bbdb-hashtable.
13049
13050 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13051
13052         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13053         concatenating segments rather than before concatenating them.
13054         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13055
13056         * message.el (message-get-reply-headers): Bind `extra'.
13057
13058 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13059
13060         * message.el (message-extra-wide-headers): New variable.
13061         (message-get-reply-headers): Use it.
13062
13063 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13064
13065         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13066         (gnus-agent-group-pathname): Ditto.
13067
13068         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13069
13070         * gnus-group.el (gnus-group-make-group): Decode group name.
13071         (gnus-group-make-rss-group): Register the group data after opening
13072         the nnrss group.
13073
13074 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13075
13076         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13077         by expiry now get marked as read.
13078
13079 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13080
13081         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13082
13083 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13084
13085         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13086         unify Latin characters in XEmacs.
13087         (mm-find-mime-charset-region): Use it.
13088
13089 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * gnus-util.el (gnus-delete-directory): New function.
13092
13093         * gnus-agent.el (gnus-agent-delete-group): Use it.
13094
13095         * gnus-cache.el (gnus-cache-delete-group): Use it.
13096
13097 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13098
13099         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13100         names.
13101
13102 2004-12-16  Simon Josefsson  <jas@extundo.com>
13103
13104         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13105
13106 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13107
13108         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13109
13110         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13111         (gnus-group-set-current-level): Decode group name.
13112
13113 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13114
13115         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13116         failed.
13117
13118 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13119
13120         * gnus-group.el (gnus-group-delete-group): Decode group name.
13121         (gnus-group-make-rss-group): Encode group name.
13122         (gnus-group-catchup-current): Decode group name.
13123         (gnus-group-kill-group): Decode group name.
13124
13125 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13126
13127         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13128
13129 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13130
13131         * gnus-group.el (gnus-group-make-rss-group):
13132         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13133
13134         * gnus-start.el (gnus-setup-news): Honor user's setting to
13135         gnus-message-archive-method.  Suggested by Lute Kamstra
13136         <lute@gnu.org>.
13137
13138 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13139
13140         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13141         global counterparts of the buffer-local variables.
13142
13143 2004-11-16  Romain Francoise  <romain@orebokech.com>
13144
13145         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13146         counterparts of the buffer-local variables.
13147
13148 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13149
13150         * message.el (message-forbidden-properties): Fixed typo in doc
13151         string.
13152
13153 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13154
13155         * gnus-util.el (gnus-replace-in-string): Added doc string.
13156
13157         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13158         to avoid problems when splitting mails with many recipients.
13159
13160 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13161
13162         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13163         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13164
13165 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13166
13167         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13168         if there is no hashtable in memory or file modification time is
13169         newer than cached timestamp.
13170
13171 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13172
13173         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13174         not-matching option.
13175
13176 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13177
13178         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13179         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13180         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13181         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13182         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13183         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13184
13185 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13186
13187         * message.el (message-forward-make-body-mml): Remove headers
13188         according to message-forward-ignored-headers if a message is decoded.
13189
13190 2004-12-02  Romain Francoise  <romain@orebokech.com>
13191
13192         * message.el (message-forward-make-body-plain): Always remove
13193         headers according to message-forward-ignored-headers.
13194
13195 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13196
13197         * spam.el (spam-summary-prepare-exit): Remove the
13198         gnus-summary-limit pop for now, it has problems with ham marks for
13199         me.
13200
13201 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13202
13203         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13204         correctly.
13205
13206 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13207
13208         * format-spec.el (format-spec): Message the char.
13209
13210 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13211
13212         * gnus-art.el (gnus-split-methods): Reformat comments.
13213
13214         * spam.el (spam-summary-prepare-exit): Remove article limits
13215         before exiting the summary buffer.
13216
13217 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13220         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13221
13222         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13223         order to silence the byte compiler.
13224
13225         * spam.el: Fix the way to silence the byte compiler, which
13226         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13227         bbdb-search-simple, spam-BBDB-register-routine,
13228         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13229         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13230         spam-stat-buffer-is-spam, spam-stat-load,
13231         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13232         spam-stat-save and spam-stat-split-fancy.
13233
13234 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13235
13236         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13237         which may confuse users.
13238         (canlock-password-for-verify): Ditto.
13239
13240         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13241
13242         * gnus-art.el (gnus-emphasis-alist): Ditto.
13243
13244         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13245
13246         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13247
13248         * gnus-start.el (gnus-save-killed-list): Ditto.
13249
13250         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13251         (gnus-sum-thread-tree-root): Ditto.
13252         (gnus-sum-thread-tree-false-root): Ditto.
13253         (gnus-sum-thread-tree-single-indent): Ditto.
13254
13255         * message.el (message-courtesy-message): Ditto.
13256         (message-archive-note): Ditto.
13257         (message-subscribed-address-file): Ditto.
13258         (message-user-fqdn): Ditto.
13259
13260         * spam-report.el (spam-report-gmane-regex): Ditto.
13261
13262         * spam.el (spam-blackhole-good-server-regex): Ditto.
13263
13264 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13265
13266         * mml.el (mml-preview): Widen the message buffer before copying
13267         the contents to the preview buffer; sort headers before previewing.
13268
13269         * message.el (message-hidden-headers): Fix the way to avoid a bug
13270         in the `repeat' widget in Emacs 21.3 or earlier.
13271
13272 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * message.el (message-hidden-headers): Default to "^References:".
13275         Improve customization type.  Suggested by Reiner Steib
13276         <Reiner.Steib@gmx.de>.
13277
13278 2004-11-25  Romain Francoise  <romain@orebokech.com>
13279
13280         * message.el (message-strip-forbidden-properties): Remove check for
13281         obsolete `message-hidden' text property, hidden headers are not
13282         accessible in the buffer anymore.
13283
13284 2004-11-22  Romain Francoise  <romain@orebokech.com>
13285
13286         * message.el (message-header-format-alist): Add `From' in list
13287         so that it can be sorted.
13288         (message-fix-before-sending): Widen and sort headers before
13289         sending.
13290         (message-hide-headers): Use narrowing to hide headers by moving
13291         them to the top of the buffer and narrowing to the region
13292         underneath.
13293
13294 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13295
13296         * message.el (message-strip-forbidden-properties): Bind
13297         buffer-read-only (etc) to nil.
13298
13299 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13300
13301         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13302         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13303
13304 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13305
13306         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13307
13308 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13309
13310         * dns.el (query-dns): Use sit-for to time instead of
13311         accept-process-output, since that doesn't seem to work on udp
13312         sockets.
13313
13314 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13315
13316         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13317
13318 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13319
13320         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13321         doc string.  Improve doc string.
13322
13323 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13324
13325         * nntp.el (nntp-request-update-info): Return nil if
13326         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13327         may not call gnus-activate-group which uselessly issues the GROUP
13328         commands for all nntp groups and wastes time.  Reported by Romain
13329         Francoise <romain@orebokech.com>.
13330
13331         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13332
13333 2004-11-15  Simon Josefsson  <jas@extundo.com>
13334
13335         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13336         headers separately.
13337         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13338         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13339
13340 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13341
13342         * gnus-start.el (gnus-convert-old-newsrc):
13343         Assign legacy-gnus-agent to 5.10.7.
13344
13345 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13346
13347         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13348         start of the lines.
13349
13350 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13351
13352         * hashcash.el (hashcash-default-payment): Change default to 20.
13353         (hashcash-default-accept-payment): Change default to 20.
13354         (hashcash-process-alist): New variable.
13355         (hashcash-generate-payment-async): Add.
13356         (hashcash-already-paid-p): Add.
13357         (hashcash-insert-payment): Don't generate payments twice.
13358         (hashcash-insert-payment-async): Add.
13359         (hashcash-insert-payment-async-2): Add.
13360         (hashcash-cancel-async): Add.
13361         (hashcash-wait-async): Add.
13362         (hashcash-processes-running-p): Add.
13363         (hashcash-wait-or-cancel): Add.
13364         (mail-add-payment): New optional argument.  Conditionally start
13365         asynchronous calculation.
13366         (mail-add-payment-async): Add.
13367
13368         * message.el (message-send-mail): Wait for asynchronous hashcash
13369         results.  Don't clobber existing X-Hashcash headers.
13370         (message-setup-1): Call mail-add-payment-async when
13371         message-generate-hashcash is non-nil.
13372
13373 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13374
13375         * message.el (message-use-alternative-email-as-from): Examine the
13376         From header as well; use message-make-from in order to include a
13377         user's full name.
13378
13379 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13380
13381         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13382         default; improve customization type.
13383         (gnus-emphasis-custom-with-format): New macro.
13384         (gnus-emphasis-custom-value-to-external): New function.
13385         (gnus-emphasis-custom-value-to-internal): New function.
13386
13387 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13388
13389         * dns.el (query-dns): Resolve reverse addresses.
13390
13391 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13392
13393         * gnus-group.el (gnus-group-get-new-news): Use it.
13394
13395         * gnus-start.el (gnus-check-reasonable-setup): New function.
13396
13397 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13398
13399         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13400         "Args out of range" error.  Reported by Arnaud Giersch
13401         <arnaud.giersch@free.fr>.
13402
13403 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13404
13405         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13406
13407 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13408
13409         * spam.el (spam group): Add :version.
13410
13411         * pgg-def.el (pgg group): Add :version.
13412
13413 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13414
13415         * gnus-art.el (gnus-article-edit-article): Don't associate the
13416         article buffer with a draft file.  This is a temporary measure
13417         against the 2004-08-22 change to gnus-article-edit-mode.
13418
13419 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13420
13421         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13422         (html2text-format-tags): Remove unused variable `attr'.
13423
13424 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13427
13428         * tls.el (tls-process-connection-type, tls-success)
13429         (tls-certtool-program): Add :version.
13430
13431         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13432         (starttls-extra-arguments, starttls-process-connection-type)
13433         (starttls-connect, starttls-failure, starttls-success): Add :version.
13434
13435         * spam-stat.el (spam-stat): Add :version.
13436
13437         * sieve.el (sieve): Add :version.
13438
13439         * sha1.el (sha1): Add :version.
13440         (sha1-use-external): Remove redundant version.
13441
13442         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13443         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13444         (nnmail-split-fancy-match-partial-words)
13445         (nnmail-split-lowercase-expanded): Add :version.
13446
13447         * nndiary.el (nndiary): Add :version.
13448
13449         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13450
13451         * mml-sec.el (mml-default-sign-method)
13452         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13453         Add :version.
13454
13455         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13456
13457         * mm-url.el (mm-url-use-external, mm-url-program)
13458         (mm-url-arguments): Add :version.
13459
13460         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13461         (mm-attachment-file-modes, mm-decrypt-option)
13462         (mm-w3m-safe-url-regexp): Add :version.
13463
13464         * message.el (message-cite-prefix-regexp)
13465         (message-sendmail-envelope-from, message-minibuffer-local-map)
13466         (message-user-fqdn, message-completion-alist): Add :version.
13467
13468         * gnus-win.el (gnus-configure-windows-hook)
13469         (gnus-use-frames-on-any-display): Add :version.
13470
13471         * gnus-art.el (gnus-article-address-banner-alist)
13472         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13473         (gnus-treat-from-picon, gnus-treat-mail-picon)
13474         (gnus-treat-x-pgp-sig): Add :version.
13475
13476         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13477         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13478         (gnus-summary-article-delete-hook)
13479         (gnus-summary-display-while-building): Add :version.
13480
13481         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13482         (gnus-get-top-new-news-hook): Add :version.
13483
13484         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13485         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13486
13487         * gnus-registry.el (gnus-registry): Add :version.
13488
13489         * gnus-spec.el (gnus-use-correct-string-widths)
13490         (gnus-make-format-preserve-properties): Add :version.
13491
13492         * gnus.el (gnus-group-charter-alist)
13493         (gnus-group-fetch-control-use-browse-url)
13494         (gnus-install-group-spam-parameters): Add :version.
13495
13496         * gnus-diary.el (gnus-diary): Add :version.
13497
13498         * gnus-delay.el (gnus-delay): Add :version.
13499
13500         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13501         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13502         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13503         Add :version.
13504
13505         * gnus-agent.el (gnus-agent-max-fetch-size)
13506         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13507         (gnus-agent-prompt-send-queue): Add :version.
13508
13509         * deuglify.el (gnus-outlook-deuglify): Add :version.
13510
13511         * html2text.el: Beautify code.  Improve doc strings.  Some
13512         checkdoc cleanup.
13513         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13514
13515 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13516
13517         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13518
13519 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13520
13521         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13522         when package is loaded.
13523
13524         * spam.el (spam-summary-score-preferred-header): Add global preference
13525         for people who want to override the default SpamAssassin over
13526         Bogofilter preference (when both are set).
13527         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13528         (spam-user-format-function-S): Check
13529         spam-summary-score-preferred-header.
13530         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13531         (spam-user-format-function-S): Format the score correctly.
13532
13533 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13536         signature file.  Suggested by Manoj Srivastava
13537         <srivasta@golden-gryphon.com>.
13538
13539         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13540         iso-2022-jp even in the Japanese language environment.
13541         Suggested by Jason Rumney <jasonr@gnu.org>.
13542
13543 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13546         use the same characters as the dummy marks; make it free from
13547         getting affected by the language environment.
13548         (gnus-summary-read-group-1): Update mark positions only when the
13549         format spec is updated.
13550
13551         * gnus-spec.el (gnus-update-format-specifications): Return a list
13552         of updated types.
13553
13554 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13555
13556         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13557         of boundp to check if display-warning is available.
13558
13559 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13560
13561         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13562
13563 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13564
13565         * nnspool.el (nnspool-spool-directory): Use news-path if the
13566         news-directory variable is not bound.
13567
13568         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13569         function instead of display-warning if it is not available.
13570
13571 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13572
13573         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13574         v5-10: Use `point-at-bol'.
13575
13576 2004-10-26  Simon Josefsson  <jas@extundo.com>
13577
13578         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13579         <chenggao@gmail.com>.
13580
13581 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13582
13583         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13584         instead.
13585
13586 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13587
13588         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13589         to remove a server from the nnimap-server-buffer-alist.
13590         (nnimap-open-connection, nnimap-close-server): Use it.
13591
13592         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13593
13594 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13595
13596         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13597         running the major-mode function.
13598
13599 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13600
13601         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13602         dummy marks in the right way.
13603
13604 2004-10-18  David Edmondson  <dme@dme.org>
13605
13606         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13607         excessively.
13608
13609 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13610
13611         * gnus-util.el (gnus-split-references): Accept a nil references
13612         string and go on blissfully.
13613
13614         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13615         cases where the references string is non-nil but has no references.
13616
13617         * encrypt.el: Add autoload tags.
13618
13619         * spam.el (spam-resolve-registrations-routine): Remove article
13620         from unregistration list too.  Reported by David Hanak
13621         <dhanak@isis.vanderbilt.edu>
13622
13623 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13624
13625         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13626         nil.  Changed custom type.
13627
13628 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13629
13630         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13631
13632         * gnus-sum.el (gnus-summary-move-article): Use it.
13633
13634 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13635
13636         * encrypt.el: Add autoload cookies.
13637
13638         * spam.el (spam-backend-article-list-property)
13639         (spam-backend-get-article-todo-list)
13640         (spam-backend-put-article-todo-list)
13641         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13642         Resolve registrations separately.
13643         (spam-register-routine): Format comments.
13644         (spam-unregister-routine, spam-register-routine): Always call with
13645         specific-articles, no default list.
13646         (spam-summary-prepare-exit): Use the spam-classifications function.
13647
13648         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13649         gnus-encrypt.el.
13650
13651         * encrypt.el: Copied from gnus-encrypt.el.
13652
13653         * gnus-encrypt.el: Commented that it's obsolete.
13654
13655 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13656
13657         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13658         (gnus-score-save): Use it.
13659
13660         * message.el (message-bury): Use `window-dedicated-p'.
13661
13662 2004-10-15  Simon Josefsson  <jas@extundo.com>
13663
13664         * pop3.el (top-level): Don't require nnheader.
13665         (pop3-read-timeout): Add.
13666         (pop3-accept-process-output): Add.
13667         (pop3-read-response, pop3-retr): Use it.
13668
13669 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13670
13671         * spam.el (spam-register-routine): Move comment.
13672         (spam-verify-bogofilter): Use 'unknown for the initial
13673         spam-bogofilter-valid state, not 'never.
13674
13675         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13676         for netrc-machine.
13677
13678         * nnimap.el (nnimap-open-connection): Use
13679         netrc-machine-user-or-password.
13680
13681 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13682
13683         * gnus-registry.el (gnus-registry-unload-hook):
13684         Set as a variable with add-hook.
13685
13686         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13687         of news-path.
13688
13689         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13690
13691         * spam.el: Delete duplicate `provide'.
13692         (spam-unload-hook): Set as a variable with add-hook.
13693
13694 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13695
13696         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13697         in the doc string.
13698
13699         * message.el (message-ignored-news-headers)
13700         (message-ignored-supersedes-headers)
13701         (message-ignored-resent-headers)
13702         (message-forward-ignored-headers): Improve custom type.
13703
13704 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13705
13706         * message.el (message-tokenize-header): Fix 2004-09-06 change
13707         which used point-min in the wrong place.
13708
13709 2004-10-12  Simon Josefsson  <jas@extundo.com>
13710
13711         * tls.el (tls-certtool-program): New variable.
13712         (tls-certificate-information): New function, based on
13713         ssl-certificate-information.
13714
13715 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13716
13717         * compface.el: Move the version of ELisp-based uncompface program
13718         to the contrib directory because of the copyright problem.
13719
13720 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13721
13722         * message.el (message-kill-buffer): Raise the current frame.
13723
13724 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13725
13726         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13727
13728         * gnus.el (message-y-or-n-p): Autoload.
13729
13730         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13731         (pop3-password-required, pop3-authentication-scheme)
13732         (pop3-leave-mail-on-server): Made customizable.
13733         (pop3): New custom group.
13734         (pop3-retr): Remove `sleep-for' statements.
13735         Suggested by Dave Love <fx@gnu.org>.
13736
13737         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13738         Windows/DOS.
13739
13740         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13741         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13742         Dave Love <fx@gnu.org>.
13743
13744         * mml.el (mml-minibuffer-read-disposition): Require match.
13745         Suggested by Dave Love <fx@gnu.org>.
13746
13747 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13748
13749         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13750         doc string.
13751
13752 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13755
13756 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13757
13758         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13759         instead of calling `mm-insert-inline', to decode text/* parts
13760         before displaying them.
13761
13762 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13763
13764         * mm-uu.el (mm-uu-text-plain-type): New variable.
13765         (mm-uu-pgp-signed-extract-1): Use it.
13766         (mm-uu-pgp-encrypted-extract-1): Use it.
13767         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13768         bind mm-uu-text-plain-type with that value.
13769         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13770         mm-uu-dissect.
13771
13772 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-group.el (gnus-update-group-mark-positions):
13775         * gnus-sum.el (gnus-update-summary-mark-positions):
13776         * message.el (message-check-news-body-syntax):
13777         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13778         of string-as-multibyte.
13779
13780 2004-10-05  Juri Linkov  <juri@jurta.org>
13781
13782         * gnus-group.el (gnus-update-group-mark-positions):
13783         * gnus-sum.el (gnus-update-summary-mark-positions):
13784         * message.el (message-check-news-body-syntax):
13785         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13786         8-bit unibyte values to a multibyte string for search functions.
13787
13788 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13791         (mm-uu-dissect-text-parts): New function.
13792
13793         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13794         dissect text parts.
13795
13796         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13797         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13798
13799         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13800
13801         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13802         gnus-current-topics instead of gnus-current-topic.
13803
13804 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13805
13806         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13807
13808 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13809
13810         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13811         where approriate.
13812
13813         * nnml.el (nnml-generate-active-info): do.
13814
13815         * nndiary.el (nndiary-generate-active-info): do.
13816
13817         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13818         (gnus-topic-move): do.
13819
13820         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13821         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13822
13823         * gnus-srvr.el (gnus-server-prepare)
13824         (gnus-server-open-all-servers): do.
13825
13826         * gnus-msg.el (gnus-summary-cancel-article)
13827         (gnus-summary-resend-message)
13828         (gnus-summary-mail-crosspost-complaint): do.
13829
13830         * gnus-move.el (gnus-change-server): do.
13831
13832         * gnus-group.el (gnus-group-unmark-all-groups)
13833         (gnus-group-set-current-level): do.
13834
13835 2004-10-04  Simon Josefsson  <jas@extundo.com>
13836
13837         * message.el (message-generate-hashcash): Doc fix.
13838
13839 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13840
13841         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13842         avoid infinite recursion via gnus-get-function.
13843
13844 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13845
13846         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13847
13848         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13849
13850         * nnmail.el (nnmail-split-history): do.
13851
13852         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13853         (nnml-request-delete-group): do.
13854
13855         * nnslashdot.el (nnslashdot-read-groups): do.
13856
13857         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13858         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13859
13860         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13861         (nnspool-sift-nov-with-sed): Use last.
13862         (nnspool-retrieve-headers-with-nov): Use mapc.
13863         (nnspool-request-newgroups): Use dolist.
13864         (nnspool-request-group): Use last.
13865
13866         * nntp.el (nntp-read-server-type): Use dolist.
13867
13868         * nnvirtual.el (nnvirtual-create-mapping)
13869         (nnvirtual-update-read-and-marked): Use dolist.
13870         (nnvirtual-convert-headers): Simplify.
13871
13872 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13873
13874         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13875         support for sync'ing tick marks.
13876
13877 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13878
13879         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13880         there's no visible header.
13881
13882 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13883
13884         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13885         necessary, pass full group name to gnus-request-set-marks.
13886
13887 2004-10-01  Simon Josefsson  <jas@extundo.com>
13888
13889         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13890         acroread.
13891
13892 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13893
13894         * spam-report.el (spam-report-gmane): Fix interactive.
13895
13896         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13897
13898         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13899         when writing file.
13900         (gnus-agent-synchronize-flags): Don't default to being
13901         interactive.
13902
13903 2004-09-30  Simon Josefsson  <jas@extundo.com>
13904
13905         * message.el (message-generate-hashcash): Add.
13906         (message-send-mail): Use it, call mail-add-payment.
13907
13908 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13909
13910         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13911
13912 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13913
13914         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13915         gnus-requst-update-info with explicit code to sync the in-memory
13916         info read flags with the marks being sync'd to the backend.
13917
13918         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13919
13920 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13921
13922         * spam.el (spam-verify-bogofilter): Add new function.
13923         (spam-check-bogofilter)
13924         (spam-bogofilter-register-with-bogofilter): Use it.
13925         (spam-verify-bogofilter): Add small fixes.
13926
13927 2004-09-28  Simon Josefsson  <jas@extundo.com>
13928
13929         * hashcash.el (hashcash-generate-payment): Revert.
13930
13931 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13932
13933         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13934         gnus-extract-references instead of gnus-split-references.
13935
13936         * gnus-util.el (gnus-extract-references): Add new function, analogous
13937         to gnus-split-references but extracts only the message-ID without
13938         anything extra.
13939
13940         * hashcash.el (hashcash-generate-payment)
13941         (hashcash-check-payment): Do the right thing if hashcash-path is
13942         nil (because the hashcash program could not be found).
13943
13944         * spam.el (spam-use-hashcash): Remove comment.
13945
13946 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13947
13948         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13949         (gnus-cache-enter-article, gnus-cache-remove-article)
13950         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13951
13952         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13953
13954         * gnus-art.el (article-hide-boring-headers)
13955         (article-translate-strings, article-display-face)
13956         (gnus-article-mime-match-handle-first)
13957         (gnus-article-highlight-headers)
13958         (gnus-article-add-buttons-to-head): do.
13959
13960 2004-09-27  Simon Josefsson  <jas@extundo.com>
13961
13962         * hashcash.el: New version, from
13963         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13964         ../contrib/.
13965
13966 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13967
13968         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13969
13970 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13971
13972         * gnus-dup.el (gnus-dup-open): Use mapc.
13973         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13974
13975         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13976         Reported by Stefan Wiens <s.wi@gmx.net>.
13977
13978         * gnus.el (gnus-shutdown): Use dolist.
13979
13980         * gnus-undo.el (gnus-undo): Use mapc.
13981
13982         * nnrss.el (nnrss-generate-active): do.
13983
13984         * message.el (message-cite-original-without-signature)
13985         (message-cite-original): Use mapc.
13986         (message-do-actions, message-make-forward-subject): Use dolist.
13987
13988 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13989
13990         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13991         deletion to remove entire duplicate line.  Fixes merged article
13992         number bug.
13993
13994 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13995
13996         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13997         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13998         first ask if you want to open a server and then, even when you
13999         responded with no, asking if you want to synchronize the server's
14000         flags.
14001         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
14002         multi-line expressions.
14003         (gnus-agent-synchronize-group-flags): New internal function.
14004         Updates marks in memory (in the info structure) AND in the
14005         backend.
14006
14007         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
14008
14009         * nnagent.el (nnagent-request-set-mark): Use
14010         gnus-agent-synchronize-group-flags, not backend's request-set-mark
14011         method, to ensure that synchronization updates marks in the
14012         backend and in the info (in memory) structure.
14013
14014 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14015
14016         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14017         convention fully; don't miss the root article of a thread; make
14018         the X-Draft-From header with correct article numbers.
14019
14020 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14021
14022         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14023         unless plugged.  Disable the agent so that an open failure causes
14024         an error.
14025
14026         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14027         Reverted 2004-09-21 change.  The backend must be opened while
14028         synchronizing flags even when the backend stores the flags
14029         locally.
14030
14031 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14032
14033         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14034         in `header' match.  Reported by Svend Tollak Munkejord.
14035
14036         * message.el (message-cite-original): Fix use of
14037         `message-cite-articles-with-x-no-archive'.
14038
14039 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14042         (gnus-window-to-buffer): Ditto.
14043
14044         * mml.el (mml-preview-buffer): New variable.
14045         (mml-preview): Manage window layout with gnus-buffer-configuration.
14046
14047         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14048         X-Draft-From header even if those articles aren't quoted.
14049
14050 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14051
14052         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14053         (gnus-request-set-mark, gnus-request-update-mark): Use new
14054         g-s-t-u-l-m to decide to use backend even when unplugged.
14055
14056 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14057
14058         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14059         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14060
14061 2004-09-20  Simon Josefsson  <jas@extundo.com>
14062
14063         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14064         "utf-16-le".
14065
14066 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14067
14068         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14069
14070 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14071
14072         * uudecode.el (uudecode-use-external): Add :version.
14073
14074         * smime.el (smime-CA-file, smime-encrypt-cipher)
14075         (smime-dns-server): Add :version.
14076
14077         * smiley.el (gnus-smiley-file-types): Add :version.
14078
14079         * sha1.el (sha1-use-external): Add :version.
14080
14081         * pgg-def.el (pgg-query-keyserver): Add :version.
14082
14083         * nnmail.el (nnmail-fancy-expiry-targets)
14084         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14085         Add :version.
14086
14087         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14088         (nnimap-retrieve-groups-asynchronous): Add :version.
14089         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14090
14091         * mml.el (mml-content-disposition-parameters)
14092         (mml-insert-mime-headers-always): Add :version.
14093
14094         * mm-util.el (mm-coding-system-priorities): Add :version.
14095
14096         * mm-decode.el (mm-inline-text-html-with-images)
14097         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14098         (mm-verify-option): Add :version.
14099         (mm-text-html-renderer): Change :version.
14100
14101         * message.el (message-fcc-externalize-attachments)
14102         (message-required-headers, message-draft-headers)
14103         (message-subject-trailing-was-query)
14104         (message-subject-trailing-was-ask-regexp)
14105         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14106         (message-mark-insert-end, message-archive-header)
14107         (message-archive-note, message-cross-post-default)
14108         (message-cross-post-note, message-followup-to-note)
14109         (message-cross-post-note-function, message-use-mail-followup-to)
14110         (message-subscribed-address-functions)
14111         (message-subscribed-address-file, message-subscribed-addresses)
14112         (message-subscribed-regexps, message-allow-no-recipients)
14113         (message-yank-cited-prefix, message-signature-insert-empty-line)
14114         (message-hidden-headers, message-hierarchical-addresses)
14115         (message-mail-user-agent, message-use-idna)
14116         (message-valid-fqdn-regexp)
14117         (message-strip-special-text-properties, message-header-synonyms)
14118         (message-beginning-of-line, message-tab-body-function): Add :version.
14119         (message-insert-canlock, message-wide-reply-confirm-recipients):
14120         Change :version.
14121
14122         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14123         and :version.
14124         (mail-source-delete-old-incoming-confirm)
14125         (mail-source-movemail-program): Add :version.
14126
14127         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14128         (gnus-agent-cache, gnus-agent): Change :version.
14129
14130         * gnus-util.el (gnus-use-byte-compile): Change :version.
14131
14132         * gnus-sum.el (gnus-summary-make-false-root-always)
14133         (gnus-summary-default-high-score)
14134         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14135         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14136         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14137         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14138         (gnus-sum-thread-tree-single-indent)
14139         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14140         (gnus-sum-thread-tree-leaf-with-other)
14141         (gnus-sum-thread-tree-single-leaf): Add :version.
14142         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14143         (gnus-article-loose-mime): Change :version.
14144
14145         * gnus-start.el (gnus-backup-startup-file)
14146         (gnus-save-startup-file-via-temp-buffer): Add :version.
14147
14148         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14149         (gnus-server-offline-face): Add :version.
14150
14151         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14152
14153         * gnus-msg.el (gnus-gcc-externalize-attachments)
14154         (gnus-debug-files, gnus-debug-exclude-variables)
14155         (gnus-discouraged-post-methods): Change :version.
14156         (gnus-confirm-mail-reply-to-news)
14157         (gnus-confirm-treat-mail-like-news): Add :version.
14158
14159         * gnus-int.el (gnus-server-unopen-status): Add :version.
14160
14161         * gnus-group.el (gnus-group-jump-to-group-prompt)
14162         (gnus-large-ephemeral-newsgroup)
14163         (gnus-fetch-old-ephemeral-headers): Add :version.
14164
14165         * gnus-fun.el (gnus-x-face-directory)
14166         (gnus-convert-pbm-to-x-face-command)
14167         (gnus-convert-image-to-x-face-command)
14168         (gnus-convert-image-to-face-command): Add :version.
14169
14170         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14171
14172         * gnus-cite.el (gnus-cite-blank-line-after-header)
14173         (gnus-article-boring-faces): Add :version.
14174
14175         * gnus-art.el (gnus-buttonized-mime-types)
14176         (gnus-inhibit-mime-unbuttonizing)
14177         (gnus-treat-display-face)
14178         (gnus-treat-body-boundary): Change :version.
14179         (gnus-body-boundary-delimiter, gnus-picon-databases)
14180         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14181         (gnus-treat-date-english, gnus-treat-fold-headers)
14182         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14183         (gnus-treat-mail-picon, gnus-treat-wash-html)
14184         (gnus-article-encrypt-protocol)
14185         (gnus-use-idna, gnus-article-over-scroll)
14186         (gnus-mime-display-multipart-alternative-as-mixed)
14187         (gnus-mime-display-multipart-related-as-mixed)
14188         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14189         (gnus-ctan-url, gnus-button-ctan-handler)
14190         (gnus-button-handle-ctan-bogus-regexp)
14191         (gnus-button-ctan-directory-regexp)
14192         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14193         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14194         (gnus-button-man-level, gnus-button-emacs-level)
14195         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14196
14197         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14198         (gnus-agent-go-online): Change :version.
14199         (gnus-agent-expire-unagentized-dirs)
14200         (gnus-agent-auto-agentize-methods): Add :version.
14201
14202         * flow-fill.el (fill-flowed-display-column)
14203         (fill-flowed-encode-column): Add :version.
14204
14205         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14206         (gnus-outlook-deuglify-unwrap-max)
14207         (gnus-outlook-deuglify-cite-marks)
14208         (gnus-outlook-deuglify-unwrap-stop-chars)
14209         (gnus-outlook-deuglify-no-wrap-chars)
14210         (gnus-outlook-deuglify-attrib-cut-regexp)
14211         (gnus-outlook-deuglify-attrib-verb-regexp)
14212         (gnus-outlook-deuglify-attrib-end-regexp)
14213         (gnus-outlook-display-hook): Add :version.
14214
14215         * binhex.el (binhex-use-external): Add :version.
14216
14217 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14218
14219         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14220         and `invisible'.
14221
14222 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14223
14224         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14225         in gnus-registry-trim.
14226
14227 2004-09-13  Simon Josefsson  <jas@extundo.com>
14228
14229         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14230
14231         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14232
14233         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14234         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14235         <yamaoka@jpl.org>.
14236         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14237         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14238         <yamaoka@jpl.org>.
14239
14240         * sieve.el (sieve-manage-mode): Ditto.
14241
14242 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14243
14244         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14245
14246 2004-09-11  Simon Josefsson  <jas@extundo.com>
14247
14248         * dns-mode.el: Add.
14249
14250         * mm-view.el (mm-display-dns-inline): Add.
14251
14252         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14253         (mm-automatic-display): Ditto.
14254
14255         * mailcap.el (mailcap-mime-data): Add text/dns.
14256         (mailcap-mime-extensions): Map .soa to text/dns.
14257
14258 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14259
14260         * gnus-art.el (article-decode-mime-words, article-babel)
14261         (gnus-article-highlight-signature, gnus-article-add-buttons)
14262         (gnus-signature-toggle): Remove unnecessary bindings of
14263         `inhibit-read-only' inherited from v5.10 merge.
14264
14265 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14266
14267         * nntp.el (nntp): New customization group.
14268         (nntp-authinfo-file): Add customization group.
14269
14270         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14271
14272         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14273
14274         * gnus.el (to-address, to-list, subscribed)
14275         (large-newsgroup-initial): Ditto.
14276
14277         * flow-fill.el (fill-flowed-display-column)
14278         (fill-flowed-encode-column): Ditto.
14279
14280 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14281
14282         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14283         Use point-min rather than 1.
14284         (message-send-mail): Use buffer-size rather than point-max.
14285
14286         * gnus-sum.el (gnus-summary-search-article-forward):
14287         Signal a specific `search-failed' rather than a generic `error'.
14288
14289         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14290         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14291         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14292
14293 2004-09-10  Simon Josefsson  <jas@extundo.com>
14294
14295         * nndb.el (require): Remove tcp and duplicate cl.
14296
14297 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * gnus-agent.el (directory-files-and-attributes): Move forward.
14300
14301 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14302
14303         * gnus-agent.el (directory-files-and-attributes): Optionally
14304         defined to support XEmacs.
14305
14306 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14307
14308         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14309         to avoid run-time CL dependencies.
14310         (gnus-agent-unfetch-articles): New function.
14311         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14312         article numbers even when local .overview file is missing.
14313         (gnus-agent-read-article-number): New function.  Only accepts
14314         27-bit article numbers.
14315         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14316         gnus-agent-read-article-number.
14317         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14318         from backend while recognizing that article numbers in .overview
14319         must be valid.
14320         (gnus-agent-update-files-total-fetched-for): Use
14321         directory-files-and-attributes to improve performance.
14322         * gnus-int.el (gnus-request-move-article): Use
14323         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14324         improve performance.
14325
14326         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14327         some users confused by references to .newsrc when they only have a
14328         .newsrc.eld file.
14329         (gnus-convert-mark-converter-prompt)
14330         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14331         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14332         New function.  Used internally to only display 'gnus converting
14333         files' message when actually necessary.
14334
14335         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14336         methods now autoloaded.
14337
14338 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14339
14340         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14341         identifiers.
14342
14343 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14344
14345         * gnus-picon.el: Fix indentation and closing parenthesis.
14346
14347 2004-09-01  Simon Josefsson  <jas@extundo.com>
14348
14349         * message.el (message-canlock-generate): Require sha1, not
14350         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14351         to require within a function.  Sadly, if sha1.el isn't loaded, the
14352         let binding in m-c-g will hide the defcustom definition, which is
14353         bad.)
14354
14355         * canlock.el: Require sha1, not sha1-el.
14356
14357         * message.el: Don't autoload sha1 (there is a autoload cookie in
14358         sha1.el).
14359
14360         * sha1-el.el: Renamed to sha1.el.
14361
14362 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14363
14364         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14365
14366 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14367
14368         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14369
14370 2004-08-30  Kim F. Storm  <storm@cua.dk>
14371
14372         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14373
14374         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14375         Add :group 'nnimap.
14376
14377 2004-08-30  Andreas Schwab  <schwab@suse.de>
14378
14379         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14380         ?* and ?\;.
14381
14382         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14383         and ?\' to symbol instead of whitespace.
14384
14385 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14386
14387         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14388
14389         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14390         instead of re-search-forward.
14391
14392         * gnus-uu.el (gnus-uu-save-article): Ditto.
14393         (gnus-uu-post-encode-uuencode): Ditto.
14394
14395         * html2text.el (html2text-clean-list-items): Ditto.
14396         (html2text-clean-dtdd): Ditto.
14397         (html2text-format-tags): Ditto.
14398
14399         * message.el (message-send-mail-with-sendmail): Fix regexp.
14400         (message-fill-field-general): Use search-forward instead of
14401         re-search-forward.
14402         (unbold-region): Ditto.
14403
14404         * nnrss.el (nnrss-request-article): Ditto.
14405
14406         * nnslashdot.el (nnslashdot-request-article): Ditto.
14407
14408         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14409
14410         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14411         "Unrecognized menu descriptor" error in XEmacs.
14412
14413 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14414
14415         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14416         parent article of a sparse article in the thread hashtb.
14417
14418 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14419
14420         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14421         (nnmail-expand-newtext): Lowercase expanded entries if
14422         nnmail-split-lowercase-expanded is non-nil.
14423
14424 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14427
14428         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14429         of gnus-tmp-news-method into string under XEmacs.  It will be
14430         passed to gnus-correct-length which takes only a string argument.
14431
14432 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14433
14434         * gnus-util.el (gnus-bind-print-variables): New macro.
14435         (gnus-prin1): Use it.
14436         (gnus-prin1-to-string): Use it.
14437         (gnus-pp): New function.
14438         (gnus-pp-to-string): New function.
14439
14440         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14441         Replace pp-to-string with gnus-pp-to-string.
14442         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14443         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14444         * gnus-msg.el (gnus-debug): Ditto.
14445         * gnus-score.el (gnus-score-save): Ditto.
14446         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14447         gnus-pp-to-string.
14448         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14449         with gnus-pp.
14450         * score-mode.el (gnus-score-pretty-print): Ditto.
14451         * webmail.el (webmail-debug): Ditto.
14452
14453 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * gnus-art.el (article-display-face, article-display-x-face):
14456         Use buffer-read-only.
14457
14458 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14459
14460         * gnus-art.el (article-hide-list-identifiers):
14461         Bind inhibit-read-only as t.
14462
14463 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14464
14465         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14466
14467 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14468
14469         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14470         (gnus-narrow-to-page): Don't assume point-min == 1.
14471         (gnus-article-edit-mode): Derive from message-mode.
14472
14473         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14474         point-min == 1.
14475
14476         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14477         Disable incorrect use of `assert'.
14478
14479         * message.el (message-mode): Set comment-start-skip.
14480
14481
14482 2004-08-22  Sam Steingold  <sds@gnu.org>
14483
14484         * pop3.el (pop3-leave-mail-on-server): New user variable.
14485         (pop3-movemail): Delete mail only when it is nil.
14486
14487 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14488
14489         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14490
14491         * mml.el (mml-preview): Use `pop-to-buffer'.
14492
14493         * message.el (message-goto-mail-followup-to): Insert after "To".
14494         (message-carefully-insert-headers): Add comment.
14495
14496         * gnus.el: Remove unused variable `gnus-article-check-size'.
14497
14498         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14499
14500         * gnus-art.el (gnus-button-alist): Improve
14501         `gnus-button-handle-library' entry.
14502
14503 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14504
14505         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14506         downcase, since XEmacs capitalizes error messages differently.
14507
14508 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14509
14510         * nntp.el: Add (require 'gnus) due to reference to
14511         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14512
14513 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14514
14515         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14516         `mm-fill-flowed'.
14517
14518         * mm-decode.el (mm-dissect-singlepart): Check it.
14519
14520 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14521
14522         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14523         'imap' for netrc parsing.
14524
14525 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14526
14527         * mailcap.el (mailcap-mime-data): Mark as risky.
14528
14529 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14530
14531         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14532         may be included in the encoded word.
14533         (rfc2047-encode): Don't append a space if the encoded word
14534         includes close parenthesis.
14535
14536 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14539         of text within parentheses.
14540
14541 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14542
14543         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14544         (gnus-encrypt-write-file-contents): Make the password key the file
14545         name PLUS the cipher, not just the cipher.  Also remove failed
14546         passwords from the cache.
14547
14548 2004-08-06  Simon Josefsson  <jas@extundo.com>
14549
14550         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14551         fix.
14552
14553 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14554
14555         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14556         LWSP.
14557
14558 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14559
14560         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14561         to append in-reply-to: data to the references: header.
14562
14563         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14564         (netrc-parse): Use gnus-encrypt.el functions.
14565
14566         * gnus-encrypt.el: Add new file for encryption support; currently
14567         does only a few GPG ciphers and an internal XOR cipher.
14568
14569         * password.el: Add comments on using password-read-and-add.
14570         (password-read-and-add): Add function to read and add the
14571         password to the cache at once.
14572
14573 2004-07-28  Simon Josefsson  <jas@extundo.com>
14574
14575         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14576         parameter (but don't use it, for now).
14577
14578         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14579         instead of hard coding to nil.
14580
14581 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14584         as mm-inline-image-xemacs does.
14585
14586 2004-07-26  Simon Josefsson  <jas@extundo.com>
14587
14588         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14589         Revert part of 2004-07-17 change below.
14590
14591 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14592
14593         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14594         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14595
14596 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14597
14598         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14599         quotes that actually start with ">" at the beginning of the
14600         lines.
14601
14602 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * rfc2047.el (rfc2047-encode-region): Fix last change.
14605         (rfc2047-encode-parameter): Remove useless concat.
14606
14607 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14608
14609         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14610         encode special characters; fix some kind of misconfigured headers;
14611         signal a real error if debug-on-quit or debug-on-error is non-nil.
14612         (rfc2047-encode-max-chars): New variable.
14613         (rfc2047-encode-1): Use it.
14614         (rfc2047-encode-parameter): New function.
14615
14616         * mml.el (mml-insert-parameter): Remove an excessive space.
14617
14618 2004-07-17  Simon Josefsson  <jas@extundo.com>
14619
14620         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14621         Kai Grossjohann <kai@emptydomain.de>.
14622         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14623         (gnus-group-make-menu-bar): Ditto.
14624
14625         * gnus-util.el (gnus-group-server): Add.
14626
14627 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14628
14629         * message.el (message-clone-locals): Clone sendmail and smtp
14630         variables.
14631
14632 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14633
14634         * rfc2047.el (rfc2047-encode-region): Fix last change.
14635
14636 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14639         characters as non-special.
14640
14641 2004-07-09  Simon Josefsson  <jas@extundo.com>
14642
14643         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14644         Users will lose all flag changes made while unplugged with
14645         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14646         good default.  See numerous reports on ding mailing list.
14647
14648 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14651         add generate-head-function and generate-article-function to the
14652         rfc822-forward entry.
14653         (nndoc-rfc822-forward-generate-article): New function.
14654         (nndoc-rfc822-forward-generate-head): New function.
14655
14656         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14657
14658 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14659
14660         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14661         respect display group parameter and gnus-summary-expunge-below.
14662         (gnus-articles-to-read): Remove unused reference to display group
14663         parameter.
14664
14665 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14666
14667         * nnheader.el (nnheader-uniquify-message-id): New experimental
14668         variable.
14669         (nnheader-nov-read-message-id): Use it.
14670
14671         * spam-report.el (spam-report-gmane): Add interactive.
14672
14673 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14674
14675         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14676         qp-or-base64 for the application/* types.
14677
14678 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14679
14680         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14681
14682 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14683
14684         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14685         trim value.
14686
14687 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14688
14689         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14690         New macro and function.
14691         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14692
14693 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14696         after-load-alist.
14697
14698 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14699
14700         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14701         update info that isn't there.
14702
14703 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14704
14705         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14706         entry.
14707
14708 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * mm-view.el (mm-inline-render-with-function): Use multibyte
14711         buffer; decode html source by charset.
14712
14713         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14714
14715         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14716         Mule-UCS is loaded under XEmacs.
14717         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14718
14719 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14720
14721         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14722
14723 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * mm-util.el (mm-coding-system-p): Return a coding-system.
14726         (mm-mime-mule-charset-alist): Use shift_jis instead of
14727         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14728         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14729         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14730         instead of japanese-shift-jis and iso-latin-1 respectively in
14731         order to share the default value with both Emacs and XEmacs-mule.
14732         (mm-mule-charset-to-mime-charset): Make
14733         mm-coding-system-priorities effective.
14734         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14735         while predicating of candidates upon the priorities.
14736
14737 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14738
14739         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14740         gnus-uu-invert-processable.
14741
14742         * gnus.el: Autoload gnus-uu-invert-processable.
14743
14744 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * mm-util.el (mm-with-multibyte-buffer): New macro.
14747
14748         * rfc2047.el (rfc2047-encode-string): Use it.
14749         (rfc2047-encode-region): Move point to the end of the region after
14750         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14751
14752 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14753
14754         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14755         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14756
14757 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14760         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14761         Karl Chen <quarl@nospam.quarl.org>.
14762
14763 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14764
14765         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14766         invalid addresses.
14767
14768 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14769
14770         * spam.el: Change section markers, revise TODO list.
14771         (spam-backends): Make new master list of all installed backends.
14772         (spam-summary-exit-behavior): Add new variable to determine how
14773         messages moves are done at summary exit.
14774         (spam-move-spam-nonspam-groups-only)
14775         (spam-process-ham-in-nonham-groups)
14776         (spam-process-ham-in-spam-groups): Remove variables, the
14777         spam-summary-exit-behavior variable should be used to manage this
14778         behavior.
14779         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14780         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14781         and spam-old-spam-articles.
14782         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14783         Add empty variables, placeholders for the backends they represent.
14784         (spam-set-difference): Move, unchanged.
14785         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14786         unless the user has a processor variable.
14787         (spam-classifications, spam-classification-valid-p)
14788         (spam-backend-properties, spam-backend-property-valid-p)
14789         (spam-backend-function-type-valid-p)
14790         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14791         (spam-report-articles-gmane, spam-report-articles-resend):
14792         Remove functions, they are not needed.
14793         (spam-install-backend-super, spam-backend-list)
14794         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14795         (spam-backend-function, spam-backend-ham-registration-function)
14796         (spam-backend-spam-registration-function)
14797         (spam-backend-ham-unregistration-function)
14798         (spam-backend-spam-unregistration-function)
14799         (spam-backend-statistical-p, spam-backend-mover-p)
14800         (spam-install-backend-alias, spam-install-checkonly-backend)
14801         (spam-install-mover-backend, spam-install-nocheck-backend)
14802         (spam-install-backend, spam-install-statistical-backend)
14803         (spam-install-statistical-checkonly-backend): Add backend installation
14804         support.
14805         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14806         (spam-group-processor-p): Use the new backend code and respect the
14807         summary exit behavior.
14808         (spam-mark-spam-as-expired-and-move-routine): Remove.
14809         (spam-summary-prepare): Change to use the new spam-old-articles
14810         variable.
14811         (spam-copy-or-move-routine, spam-copy-spam-routine)
14812         (spam-move-spam-routine, spam-copy-ham-routine)
14813         (spam-move-ham-routine): Add code to copy/move ham or spam.
14814         (spam-fetch-field-fast): Improve doc and code, plus allow the
14815         'number request.
14816         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14817         variables.
14818         (spam-split, spam-find-spam): Use the new backend code.
14819         (spam-registration-functions): Remove variable.
14820         (spam-unregister-routine): Add convenience wrapper.
14821         (spam-log-undo-registration, spam-register-routine)
14822         (spam-log-processing-to-registry)
14823         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14824         where possible.
14825         (spam-check-gmane-xref, spam-check-regex-headers)
14826         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14827         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14828         (spam-check-bogofilter-headers, spam-check-spamoracle)
14829         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14830         (spam-check-crm114-headers): Use the spam-split-group that
14831         spam-split prepares, no need to determine it every time.
14832
14833         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14834         to the nnheader-parse-naked-head call.
14835
14836         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14837
14838         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14839         the nnheader-nov-read-message-id call.
14840
14841 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14844         gnus-activate-group twice.  Suggested by Markus Peter
14845         <warp@spin.de>.
14846
14847 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14848
14849         * gnus-art.el (gnus-article-time-format): Exchange the order of
14850         day and month in the default value; fix customization type.
14851         (article-date-ut): Use add-text-properties.
14852         (article-make-date-line): Use message-make-date instead of
14853         current-time-string.
14854
14855         * message.el (message-fetch-field): Don't use set-text-properties.
14856         (message-make-date): Simplify.
14857
14858         * messagexmas.el (message-xmas-make-date): New function.
14859         (message-xmas-redefine): Defalias message-make-date to it.
14860
14861 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14864         (rfc2047-encode-region): Treat text within parentheses as special;
14865         show the original text when error has occurred.
14866
14867         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14868         already-computed method to gnus-activate-group.
14869
14870         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14871         same select-methods identical Lisp objects.
14872
14873         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14874         object when modifying the info.
14875
14876 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14877
14878         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14879         gnus-opened-servers since it has never been opened with the new
14880         configuration yet.
14881
14882 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14883
14884         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14885         arg to nnheader-generate-fake-message-id.
14886
14887 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14888
14889         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14890         number and build a fake message ID localized to a group and
14891         article number (so it's repeatable from that point on).
14892         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14893         ID format.
14894
14895         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14896         nnheader-generate-fake-message-id with the article number.
14897
14898 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14899
14900         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14901         end-of-buffer.
14902
14903 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14904
14905         * message.el (message-ignored-supersedes-headers): Add Approved.
14906
14907 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14910         goto-char.
14911         (rfc2047-encode): Fold the line before encoding.
14912
14913 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14914
14915         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14916         folding -- not all headers can be folded, and this should be done
14917         by the message composition mode.  Probably.  I think.
14918
14919 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14922         fast.
14923
14924         * gnus-ems.el (gnus-remove-image): Don't use
14925         message-text-with-property; remove only the image found first.
14926
14927         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14928         found first.
14929
14930 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14931
14932         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14933
14934 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14935
14936         * message.el (message-text-with-property): Make it fast and accept
14937         optional arguments.
14938         (message-strip-forbidden-properties): Use it.
14939         (message-fix-before-sending): Follow the m-t-w-p change.
14940
14941         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14942
14943 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-art.el (article-hide-headers): Don't change the buffer
14946         mistakenly when performing mml-preview even if
14947         gnus-single-article-buffer is nil.
14948
14949 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14950
14951         * message.el (message-expand-name-databases): New user option.
14952         (message-expand-name): Use it.
14953
14954 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14955
14956         * spam.el (spam-report-articles-resend)
14957         (spam-report-resend-register-routine): Allow ham reporting.
14958         (spam-report-resend-register-ham-routine): Add wrapper.
14959         (spam-registration-functions): Add ham resending functions.
14960         (spam-list-of-processors): Add ham resend processor.
14961
14962         * gnus.el (ham-resend-to): Add new group parameter.
14963         (spam-process): Add ham resend option.
14964
14965         * spam-report.el (spam-report-resend): Allow reporting ham.
14966         (spam-report-resend-ham): Add wrapper.
14967
14968 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14969
14970         * message.el (message-cite-articles-with-x-no-archive): New
14971         variable.
14972         (message-cite-original): Use it.
14973
14974 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14975
14976         * message.el (message-cite-original): Respect X-No-Archive.
14977
14978 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14979
14980         * gnus-art.el (article-hide-headers): Refer to the values for
14981         gnus-ignored-headers and gnus-visible-headers in the summary
14982         buffer since a user may have set them as group parameters.
14983
14984 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14985
14986         * assistant.el (assistant-node-name): Add convenience function.
14987         (assistant-render-text, assistant-render-node): Add error handling,
14988         plus handle multiple next nodes.
14989         (assistant-find-next-node): Comment out for now.
14990         (assistant-find-next-nodes): Add function, returns list of next
14991         nodes.
14992
14993 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14994
14995         * mail-source.el (mail-source-directory): Fix doc-string.
14996
14997 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14998
14999         * assistant.el (assistant-render-text, assistant-eval): Add :set
15000         widget type, which is different because it takes and returns a
15001         list.  Much hilarity ensues.
15002
15003 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
15004
15005         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
15006
15007         * gnus-group.el (gnus-group-get-new-news-this-group): Added
15008         doc-string.
15009
15010         * gnus-start.el (gnus-activate-group): Added doc-string.
15011
15012 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
15015
15016 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15017
15018         * assistant.el (assistant-render-text): Try to add a :set
15019         widget, more to come.
15020
15021         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15022         strings.
15023         (spam-report-articles-resend)
15024         (spam-register-routine): Do registration iff any articles warrant
15025         it.
15026         (spam-summary-prepare-exit): Change log message for nil group
15027         destinations.
15028
15029 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15030
15031         * spam.el (spam-report-resend-register-routine): Allow
15032         spam-report-resend-to to be a group parameter or a global value.
15033
15034 2004-05-26  Simon Josefsson  <jas@extundo.com>
15035
15036         * starttls.el: Merge with my GNUTLS based starttls.el.
15037         (starttls-gnutls-program, starttls-use-gnutls)
15038         (starttls-extra-arguments, starttls-process-connection-type)
15039         (starttls-connect, starttls-failure, starttls-success): New
15040         variables.
15041         (starttls-program, starttls-extra-args): Doc fix.
15042         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15043         functions.
15044         (starttls-negotiate, starttls-open-stream): Check
15045         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15046         function if it is set.
15047
15048 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15051         structured fields.
15052
15053 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15056
15057 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15058
15059         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15060         variable.
15061         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15062         assigning the spam-mark to new messages.
15063
15064 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15065
15066         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15067
15068 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15071
15072         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15073         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15074         default.
15075
15076 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15077
15078         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15079         correct data.
15080
15081 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15082
15083         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15084         (spam-group-processor-p): Fix function.
15085         (spam-group-processor-multiple-p)
15086         (spam-group-spam-processor-report-gmane-p)
15087         (spam-group-spam-processor-report-resend-p)
15088         (spam-group-spam-processor-bogofilter-p)
15089         (spam-group-spam-processor-blacklist-p)
15090         (spam-group-spam-processor-ifile-p)
15091         (spam-group-ham-processor-ifile-p)
15092         (spam-group-spam-processor-spamoracle-p)
15093         (spam-group-spam-processor-crm114-p)
15094         (spam-group-ham-processor-bogofilter-p)
15095         (spam-group-spam-processor-stat-p)
15096         (spam-group-ham-processor-stat-p)
15097         (spam-group-ham-processor-whitelist-p)
15098         (spam-group-ham-processor-BBDB-p)
15099         (spam-group-ham-processor-spamoracle-p)
15100         (spam-group-ham-processor-copy-p): Remove functions with some
15101         prejudice against unneeded code.
15102         (spam-report-articles-resend)
15103         (spam-report-resend-register-routine): Allow the group/topic
15104         spam-resend-to value to override spam-report-resend-to.
15105         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15106         properly now.
15107
15108         * gnus.el (spam-resend-to): Add group/topic parameter.
15109         (spam-process): Move the OBSOLETE processors to the end of the
15110         choices.
15111
15112 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15113
15114         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15115         with resend-to set to nil, and then ask the user if necessary.
15116         (spam-report-resend): spam-report-resend takes a list of articles, not
15117         separate article numbers.
15118
15119 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15122         addition to emacs-w3m.
15123
15124 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15125
15126         * assistant.el (assistant-authinfo-data): New function.
15127         (assistant-eval): Eval for entire assistant.
15128
15129         * netrc.el (netrc-services-file): New variable.
15130         (netrc-parse-services): New function.
15131         (netrc-find-service-name): New function.
15132         (netrc-find-service-number): New function.
15133         (netrc-port-equal): New function.
15134         (netrc-machine): Use it.
15135
15136         * nnimap.el (nnimap-open-connection): Use netrc.
15137
15138         * gnus-util.el (gnus-netrc-get): Remove aliases.
15139
15140         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15141
15142         * assistant.el (wid-edit): Fix compilation.
15143
15144         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15145
15146 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15147
15148         * gnus-util.el (gnus-set-file-modes): New function.  (small
15149         patch).
15150
15151 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15152
15153         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15154
15155         * assistant.el (assistant-render-node): Fix up rendering and
15156         read-only text.
15157         (assistant-render-node): Reset.
15158         (assistant-make-read-only): Not sticky.
15159
15160 2004-05-20  Danny Siu  <dsiu@adobe.com>
15161
15162         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15163         centered even when gnus-auto-center-summary is t.
15164
15165 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15166
15167         * dns.el (dns-get-txt-answer): New function.
15168         (dns-read-txt): Ditto.
15169         (query-dns): Use it.
15170
15171 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15174         active for foreign groups even if the group level is higher than
15175         the specified value.
15176
15177 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15178
15179         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15180         non-active groups.
15181
15182         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15183
15184 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15185
15186         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15187
15188 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15189
15190         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15191         (spam-crm114-header, spam-crm114-spam-switch)
15192         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15193         (spam-crm114-positive-spam-header)
15194         (spam-crm114-database-directory, spam-list-of-processors)
15195         (spam-group-spam-processor-crm114-p)
15196         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15197         (spam-generic-score, spam-list-of-checks)
15198         (spam-list-of-statistical-checks, spam-registration-functions)
15199         (spam-check-crm114-headers, spam-crm114-score)
15200         (spam-check-crm114, spam-crm114-register-with-crm114)
15201         (spam-crm114-register-spam-routine)
15202         (spam-crm114-unregister-spam-routine)
15203         (spam-crm114-register-ham-routine)
15204         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15205         asjo@koldfront.dk (Adam Sjøgren).
15206
15207         * gnus.el: Add spam-use-crm114.
15208
15209         * spam.el (spam-list-of-processors, spam-registration-functions):
15210         Add spam-use-resend.
15211         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15212         (spam-report-articles-gmane): Add doc fix.
15213         (spam-report-articles-resend, spam-report-resend-register-routine):
15214         Add wrappers around spam-report-resend-to.
15215
15216         * spam-report.el (spam-report-resend-to, spam-report-resend):
15217         Add support for resending spam.
15218         (spam-report-gmane): Fix line length >80.
15219
15220         * gnus.el (spam-process): Add spam-use-resend.
15221
15222 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15223
15224         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15225         number of processed spam messages.
15226         (spam-ham-copy-or-move-routine): Return the number of processed
15227         ham messages.
15228         (spam-summary-prepare-exit): Use the above values to decide
15229         whether status messages shouled be displayed.
15230
15231 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15232
15233         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15234         `rfc2047-encoding-function-alist' in order to avoid conflicting
15235         with the old version.
15236         (rfc2047-encode-region): Concatenate words containing non-ASCII
15237         characters in structured fields; don't encode space-delimited
15238         ASCII words even in unstructured fields; don't break words at
15239         char-category boundaries.
15240         (rfc2047-encode-1): New function.
15241         (rfc2047-encode): Use it; encode text so that it occupies the
15242         maximum width within 76-column; work correctly on Q encoding for
15243         iso-2022-* charsets.
15244         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15245         sure not to break a line just after the header name.
15246         (rfc2047-b-encode-region): Removed.
15247         (rfc2047-b-encode-string): New function.
15248         (rfc2047-q-encode-region): Removed.
15249         (rfc2047-q-encode-string): New function.
15250
15251         * mm-util.el (mm-replace-in-string): New function.
15252
15253 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15254
15255         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15256         get it right.
15257         (gnus-inews-make-draft): Really.
15258
15259 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15260
15261         * nnmh.el (nnmh-request-list-1): Don't check the link count
15262         before descending.  (small patch)
15263
15264 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15265
15266         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15267         stuff.
15268
15269         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15270         on real group name.
15271
15272         * gnus-art.el (gnus-signature-limit): Doc fix.
15273
15274         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15275
15276         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15277
15278 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15279
15280         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15281         isn't a string.
15282
15283 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15284
15285         * gnus-draft.el (gnus-draft-send): Bind
15286         rfc2047-encode-encoded-words.
15287
15288         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15289         (rfc2047-encodable-p): Say that =? needs encoding.
15290         (rfc2047-encode-encoded-words): New variable.
15291
15292         * gnus-group.el (gnus-group-select-group): Doc fix.
15293
15294         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15295
15296         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15297         to nil.
15298
15299         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15300
15301         * nnheader.el (nnheader-get-lines-and-char): New function.
15302
15303 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15304
15305         * gnus-msg.el (gnus-summary-followup-with-original): Document
15306         yanking of region when active.
15307
15308 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15311         groups if the group level is higher than the specified value.
15312
15313 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15314
15315         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15316         (gnus-group-jump-to-group): Added prefix argument using
15317         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15318         non-active group.
15319
15320         * compface.el (uncompface): Be verbose when changing
15321         `uncompface-use-external'.
15322
15323         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15324         handle manual section.
15325
15326 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15327
15328         * gnus-art.el (gnus-button-alist): Revert previous change.
15329
15330 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15331
15332         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15333
15334 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15335
15336         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15337         whether backend can accept message.
15338
15339         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15340
15341 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15342
15343         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15344         Avoid creating directory when nntp-marks-is-evil is true.
15345         Reported by Reiner Steib.
15346
15347 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15348
15349         * gnus-picon.el (gnus-picon-style): New variable.
15350         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15351         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15352         Jesper Harder <harder@ifa.au.dk>.
15353
15354 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15355
15356         * message.el (message-fill-field): Return point.
15357         (message-generate-headers): Go to end of field.
15358
15359         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15360         stuff for non-living groups.
15361
15362 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15363
15364         * gnus-art.el (gnus-article-followup-with-original)
15365         (gnus-article-reply-with-original): gnus-mark-active-p ->
15366         gnus-region-active-p.
15367
15368 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15369
15370         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15371         only when there is spam or ham to be processed.
15372
15373 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15374
15375         * mail-source.el (mail-source-delete-crash-box): Refactor.
15376         (mail-source-fetch): Use it.
15377         (mail-source-fetch-file): Ditto.
15378         (mail-source-fetch-directory): Run postscript in loop.
15379         (mail-source-fetch-pop): Delete.
15380         (mail-source-fetch-maildir): Ditto.
15381         (mail-source-fetch-imap): Ditto.
15382
15383         * imap.el (imap-authenticators): Comment out sasl.
15384
15385         * message.el (message-skip-to-next-address): New function.
15386         (message-fill-header-address): Refactor.
15387         (message-fill-address): Use it.
15388         (message-delete-address): Use it.
15389         (message-fill-header-general): Refactor.
15390         (message-fill-field-address): Rename.
15391         (message-narrow-to-field): Find the start of the header.
15392         (message-header-format-alist): Don't pre-fill.
15393         (message-fill-header): Removed.
15394         (message-insert-header): New function.
15395         (message-shorten-references): Use it.
15396
15397         * rfc2047.el (rfc2047-field-value): Strip props.
15398
15399         * mail-parse.el (mail-header-make-address): New alias.
15400
15401         * ietf-drums.el (ietf-drums-make-address): New function.
15402
15403         * imap.el: Add compiler directives.
15404
15405         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15406
15407         * gnus-art.el (article-decode-idna-rhs): Don't use
15408         message-idna-inside-rhs-p.
15409
15410 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411
15412         * message.el (message-idna-inside-rhs-p): Removed.
15413         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15414
15415         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15416         false positives.
15417
15418 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15419
15420         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15421
15422 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15423
15424         * nneething.el (nneething-file-name): Don't create spurious
15425         files.
15426
15427         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15428         (gnus-inews-do-gcc): Remove sleep.
15429
15430         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15431         part under point.
15432
15433         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15434         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15435
15436 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15437
15438         * spam.el (spam-summary-prepare-exit): Fixed (length).
15439
15440 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15441
15442         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15443         as expired without moving it" message when there are spam
15444         messages left.
15445
15446 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15447
15448         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15449         header is not nil.
15450
15451 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15452
15453         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15454         nntp-possibly-create-directory, not nntp-possibly-change-group.
15455         (nntp-marks-changed-p): New arg SERVER.
15456         (nntp-request-update-info): Adjust caller.
15457
15458 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15459
15460         * nntp.el (nntp-save-marks): Pass missing arg.
15461
15462 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15463
15464         * nntp.el: Support marks.
15465         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15466         (nntp-marks-modtime, nntp-marks-directory): New variables.
15467         (nntp-request-set-mark, nntp-request-update-info)
15468         (nntp-possibly-create-directory, nntp-marks-changed-p)
15469         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15470         functions.
15471
15472 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15473
15474         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15475         (gnus-xmas-redefine): Rename.
15476
15477         * gnus-score.el (gnus-score-insert-help): Use
15478         gnus-select-lowest-window.
15479
15480         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15481         appt-select-lowest-window and rename to gnus-select-lowest-window.
15482
15483         * gnus.el: do.
15484
15485 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15486
15487         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15488         encodings of MIME-encoded words, in order to improve
15489         interoperability with several broken MUAs.
15490
15491 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15492
15493         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15494         tags, only when charsets are not specified in headers.
15495         (mm-inline-text-html-render-with-w3m): Ditto.
15496
15497         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15498         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15499
15500 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15501
15502         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15503         instead of MIME-decoded from fields when checking
15504         `gnus-article-address-banner-alist'.
15505
15506 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15507
15508         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15509         description rather than subject.
15510
15511 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15512
15513         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15514
15515 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15516
15517         * gnus.el (gnus-version-number): Bump.
15518
15519 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15520
15521         * gnus.el: No Gnus v0.2 is released.
15522
15523 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15524
15525         * gnus-agent.el (gnus-agent-read-agentview): Inline
15526         gnus-uncompress-range.
15527
15528 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15529
15530         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15531         `exec-installed-p'.
15532
15533 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15534
15535         * gnus.el (spam-process, spam-autodetect-methods): Add
15536         bsfilter and bsfilter-headers.
15537
15538         * spam.el (spam-bsfilter): New customize group.
15539         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15540         (spam-bsfilter-header, spam-bsfilter-probability-header)
15541         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15542         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15543         (spam-bsfilter-database-directory): New options.
15544         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15545         (spam-list-of-statistical-checks, spam-registration-functions):
15546         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15547         (spam-bsfilter-score): New command.
15548         (spam-check-bsfilter-headers, spam-check-bsfilter)
15549         (spam-bsfilter-register-with-bsfilter)
15550         (spam-bsfilter-register-spam-routine)
15551         (spam-bsfilter-unregister-spam-routine)
15552         (spam-bsfilter-register-ham-routine)
15553         (spam-bsfilter-unregister-ham-routine): New functions.
15554         (spam-generic-score): Support bsfilter; Accept an optional argument
15555         to recalcurate spam score even if scoring header has already been
15556         added.
15557         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15558         optional argument to recalcurate spam score even if scoring header
15559         has already been added.
15560
15561 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15562
15563         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15564         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15565         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15566         link is missing.
15567
15568 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15569
15570         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15571         (html2text-get-attr): Rewrite.
15572
15573         * message.el (message-setup-1): Remove redundant put-text-property
15574         on mail-header-separator.
15575
15576 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15577
15578         * gnus-registry.el (gnus-registry-cache-whitespace)
15579         (gnus-registry-action, gnus-registry-spool-action)
15580         (gnus-registry-split-fancy-with-parent): Change message levels
15581         from 5 to 3 or 7, as needed.
15582
15583         * spam.el (spam-summary-prepare-exit)
15584         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15585         (spam-split, spam-find-spam, spam-log-undo-registration)
15586         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15587         level from 5 to 6.
15588
15589 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15590
15591         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15592         2004-03-04 change).
15593
15594 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15595
15596         * sieve-manage.el (sieve-manage-open):
15597         * nnweb.el (nnweb-insert-html):
15598         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15599         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15600         * nnspool.el (nnspool-request-group):
15601         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15602         * nnml.el (nnml-request-update-info):
15603         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15604         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15605         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15606         (nnimap-request-set-mark):
15607         * nnfolder.el (nnfolder-request-update-info):
15608         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15609         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15610         * gnus-uu.el (gnus-uu-find-articles-matching):
15611         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15612         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15613         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15614         * gnus-nocem.el (gnus-nocem-scan-groups):
15615         * gnus-int.el (gnus-start-news-server):
15616         * gnus-group.el (gnus-group-make-kiboze-group)
15617         (gnus-group-browse-foreign-server):
15618         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15619         Use mapc when appropriate.
15620
15621 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15622
15623         FIXME: Make separate entries for each person.
15624
15625         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15626         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15627         <shields@msrl.com>:
15628
15629         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15630         may need for spam sorting and scoring.
15631         (spam-user-format-function-S): Add user format function suitable for
15632         general use.
15633         (spam-article-sort-by-spam-status): Add sorting function for summary
15634         sorting.
15635         (spam-extra-header-to-number): Add function to get a score from a
15636         header.
15637         (spam-summary-score): Add function to get a numeric score from the
15638         headers.
15639         (spam-generic-score): Fix function doc, was in wrong place.
15640         (spam-initialize): Take symbols when it's run, and install the
15641         extra headers that spam-necessary-extra-headers thinks we need.
15642
15643 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15644
15645         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15646         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15647
15648 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15649
15650         * gnus-sum.el (gnus-set-global-variables)
15651         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15652         (gnus-article-get-xrefs, gnus-summary-best-group)
15653         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15654         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15655         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15656         Use with-current-buffer.
15657
15658 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15659
15660         * spam.el (spam-summary-prepare-exit): Simplify logic.
15661         (spam-fetch-article-header): Read the article header if it's not
15662         available.
15663         (spam-list-articles): Simplify logic.
15664         (spam-filelist-register-routine): Fix bug with unregister-list.
15665
15666         * gnus-registry.el: Fix comments at beginning.
15667
15668 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15669
15670         * message.el (message-cater-to-broken-inn): Remove.
15671         (message-shorten-references): Make sure the total folded length of
15672         References is shorter than 998 characters to cater to a bug in INN
15673         2.3.  Also, don't pretend that references aren't folded -- this
15674         hasn't worked for a while.
15675
15676 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15677
15678         * gnus-agent.el (gnus-agentize):
15679         gnus-agent-send-mail-real-function no longer set to current value
15680         of message-send-mail-function but rather a lambda that calls
15681         message-send-mail-function.  The change makes the agent real-time
15682         responsive to user changes to message-send-mail-function.
15683
15684 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15685
15686         * legacy-gnus-agent.el
15687         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15688         help from Florian Weimer <fw@deneb.enyo.de>
15689
15690 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15691
15692         * nnmail.el (nnmail-cache-insert): Revert last change.
15693
15694 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15695
15696         * nnmail.el (nnmail-cache-insert): Always check whether
15697         nnmail-cache-ignore-groups matches a group name.
15698
15699 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15700
15701         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15702         (spam-find-spam, spam-log-processing-to-registry)
15703         (spam-log-registered-p, spam-log-unregistration-needed-p)
15704         (spam-log-undo-registration): Use gnus-message instead of
15705         gnus-error, none of these errors are fatal.
15706
15707         * gnus-registry.el (gnus-registry-clean-empty-function)
15708         (gnus-registry-clean-empty): Remove only empty entries without
15709         extra data.
15710
15711 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15712
15713         * spam-stat.el (spam-stat-buffer-change-to-spam)
15714         (spam-stat-buffer-change-to-non-spam): Change (error) to
15715         (gnus-message 8) invocation.
15716
15717 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * nntp.el (nntp-via-netcat-command): New variable.
15720         (nntp-via-netcat-switches): New variable.
15721         (nntp-open-via-rlogin-and-netcat): New function.
15722         (nntp-open-connection-function): Doc fix.
15723         (nntp-telnet-command): Doc fix.
15724         (nntp-end-of-line): Doc fix.
15725         (nntp-via-rlogin-command): Doc fix.
15726         (nntp-via-user-name): Doc fix.
15727         (nntp-via-address): Doc fix.
15728
15729 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15732         error in Emacs 21.1.
15733
15734 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15735
15736         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15737
15738 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15739
15740         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15741         (gnus-agent-with-refreshed-group): New macro.
15742         (gnus-agent-rename-group): New function.
15743         (gnus-agent-delete-group): New function.
15744         (gnus-agent-save-group-info): Use gnus-command-method when
15745         `method' parameter is nil.  Don't write nil entries into the
15746         active file.
15747         (gnus-agent-get-group-info): New function.
15748         (gnus-agent-fetch-articles): Use
15749         gnus-agent-update-files-total-fetched-for to increment disk space
15750         used.
15751         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15752         gnus-agent-update-view-total-fetched-for to increment disk space
15753         used.
15754         (gnus-agent-get-local): Added optional parameters to avoid calling
15755         gnus-group-real-name and gnus-find-method-for-group.
15756         (gnus-agent-set-local): Delete stored entry if either min, or max,
15757         are nil.
15758         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15759         quit, use gnus-agent-regenerate-group to record existance of any
15760         articles fetched to disk before the quit occurred.
15761         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15762         gnus-agent-update-view-total-fetched-for, and
15763         gnus-agent-update-files-total-fetched-for to decrement disk space
15764         used.
15765         (gnus-agent-retrieve-headers): Use
15766         gnus-agent-update-view-total-fetched-for to increment disk space
15767         used.
15768         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15769         with gnus-agent-update-files-total-fetched-for to decrement disk
15770         space and fresh group buffer.
15771         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15772         (gnus-agent-need-update-total-fetched-for): New variable.
15773         (gnus-agent-update-files-total-fetched-for): New function.
15774         (gnus-agent-update-view-total-fetched-for): New function.
15775         (gnus-agent-total-fetched-for): New function.
15776
15777         * gnus-cache.el (gnus-cache-save-buffers): Use
15778         gnus-cache-update-overview-total-fetched-for to change disk space
15779         used by this group.
15780         (gnus-cache-possibly-enter-article): Use
15781         gnus-cache-update-file-total-fetched-for to increment disk space
15782         used by this group.
15783         (gnus-cache-possibly-remove-article): Use
15784         gnus-cache-update-file-total-fetched-for to decrement disk space
15785         used by this group.
15786         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15787         (gnus-cache-rename-group): New function.
15788         (gnus-cache-delete-group): New function.
15789         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15790         (gnus-cache-need-update-total-fetched-for): New variable.
15791         (gnus-cache-with-refreshed-group): New macro.
15792         (gnus-cache-update-file-total-fetched-for): New function.
15793         (gnus-cache-update-overview-total-fetched-for): New function.
15794         (gnus-cache-rename-group-total-fetched-for): New function.
15795         (gnus-cache-delete-group-total-fetched-for): New function.
15796         (gnus-cache-total-fetched-for): New function.
15797
15798         * gnus-group.el: Require gnus-sum and autoload functions to
15799         resolve warnings when gnus-group.el compiled alone.
15800         (gnus-group-line-format): Documented new %F.
15801         (size of Fetched data) group line format; identifies disk space
15802         used by agent and cache.
15803         (gnus-group-line-format-alist): Defined new F format.
15804         (gnus-total-fetched-for): New function.
15805         (gnus-group-delete-group): No longer update
15806         gnus-cache-active-altered as gnus-request-delete-group now keeps
15807         the cache in sync.
15808         (gnus-group-list-active): Let the agent store a server's active
15809         list if currently plugged.
15810
15811         * gnus-int.el (gnus-request-delete-group):
15812         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15813         local disk in sync with the server.
15814         (gnus-request-rename-group):
15815         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15816         local disk in sync with the server.
15817
15818         * gnus-start.el (gnus-get-unread-articles):
15819         Cosmetic simplification to logic.
15820
15821         * gnus-util.el (gnus-rename-file): New function.
15822
15823 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15824
15825         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15826
15827 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15828
15829         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15830         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15831
15832 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15833
15834         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15835         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15836
15837 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15838
15839         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15840
15841 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15842
15843         * spam.el (spam-set-difference): Add function to replace
15844         gnus-set-difference in spam.el.
15845         (spam-summary-prepare-exit): Use spam-set-difference.
15846
15847 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15848
15849         * gnus-registry.el (gnus-registry-cache-file): Update to use
15850         gnus-dribble-directory OR gnus-home-directory OR ~.
15851         (gnus-registry-split-fancy-with-parent): Fix doc.
15852
15853 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * message.el (message-exchange-point-and-mark): Use
15856         message-mark-active-p.  Suggested by Jesper Harder
15857         <harder@ifa.au.dk>.
15858
15859 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15860
15861         * message.el (message-exchange-point-and-mark): Don't activate
15862         region if it was inactive.  Suggested by Hiroshi Fujishima
15863         <pooh@nature.tsukuba.ac.jp>.
15864
15865 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15866
15867         * gnus-art.el (article-display-face): Display Faces in the same
15868         order as X-Faces.
15869
15870 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15873
15874 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15875
15876         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15877         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15878         (gnus-article-mime-hierarchy): Remove.
15879         (gnus-article-mime-hierarchy-next): Remove.
15880         (gnus-article-mode): Revert 2004-03-19 change.
15881         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15882         (gnus-insert-mime-button): Revert 2004-03-19 change.
15883         (gnus-mime-accumulate-hierarchy): Remove.
15884         (gnus-mime-enter-multipart): Remove.
15885         (gnus-mime-leave-multipart): Remove.
15886         (gnus-mime-display-part): Revert 2004-03-19 change.
15887         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15888
15889         * mml.el (mml-preview): Revert 2004-03-19 change.
15890
15891 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15892
15893         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15894
15895 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15896
15897         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15898         t while entering a file name using the mm-with-multibyte macro.
15899         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15900
15901         * mm-util.el (mm-with-multibyte): New macro.
15902
15903 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15904
15905         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15906         user option.
15907         (gnus-mime-multipart-functions): Doc and customization fix.
15908         (gnus-article-mime-hierarchy): New variable.
15909         (gnus-article-mime-hierarchy-next): New variable.
15910         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15911         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15912         gnus-article-mime-hierarchy-next to nil.
15913         (gnus-insert-mime-button): Show hierarchy numbers.
15914         (gnus-mime-accumulate-hierarchy): New function.
15915         (gnus-mime-enter-multipart): New function.
15916         (gnus-mime-leave-multipart): New function.
15917         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15918         (gnus-mime-display-alternative): Show hierarchy numbers.
15919
15920         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15921         gnus-article-mime-hierarchy-next to nil.
15922
15923 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15924
15925         * dns.el: Don't require gnus-xmas.
15926
15927 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15928
15929         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15930         inline PGP.
15931         (mml-menu): Disable mml-quote-region if mark is inactive.
15932
15933 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15934
15935         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15936         when the group's active is not available.
15937
15938 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15939
15940         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15941         error.
15942
15943 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * imap.el (imap-store-password): New variable.
15946         (imap-interactive-login): Use it.
15947         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15948
15949 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15950
15951         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15952         window-start and hscroll to summary window.
15953
15954 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15955
15956         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15957         conversion message to newsrc-dribble when an actual conversion is
15958         performed.
15959
15960 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15961
15962         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15963
15964 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * mm-decode.el (mm-complicated-handles): New function reviving
15967         former definition of mm-multiple-handles.
15968
15969         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15970         (gnus-mime-delete-part): Use it.
15971
15972 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15973
15974         * gnus-agent.el (gnus-agent-read-local): Bind
15975         nnheader-file-coding-system to gnus-agent-file-coding-system to
15976         avoid the implicit assumption that they will always be equal.
15977         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15978         coding-system-for-write, as the with-temp-file macro first prints
15979         to a buffer then saves the buffer.
15980
15981 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15982
15983         * gnus-art.el (gnus-article-edit-part): New function.
15984         (gnus-mime-save-part-and-strip): Use it; do query instead of
15985         signaling an error; don't use mm-multiple-handles.
15986         (gnus-mime-delete-part): Ditto.
15987
15988 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15989
15990         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15991         old file versions.
15992         (gnus-group-prepare-hook): Removed function that converted list
15993         form of gnus-agent-expire-days to group properties.
15994
15995         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15996         (gnus-request-accept-article): Re-indented.
15997
15998         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15999         converters to handle old agent file formats.  Added logic for a
16000         "backup before upgrading warning".
16001         (gnus-convert-mark-converter-prompt): Developers can mark
16002         functions as needing (default), or not needing,
16003         gnus-convert-old-newsrc's "backup before upgrading warning".
16004         (gnus-convert-converter-needs-prompt): Tests whether the user
16005         should be protected from potentially irreversable changes by the
16006         function.
16007
16008         * legacy-gnus-agent.el: New.  Provides converters that are only
16009         loaded when gnus-convert-old-newsrc needs to call them.
16010
16011 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16012
16013         * mail-source.el (mail-source-touch-pop): Doc fix.
16014
16015         * message.el (message-smtpmail-send-it): Doc fix.
16016
16017 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16018
16019         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16020
16021         * nnmail.el (nnmail-split-fancy): do.
16022
16023         * gnus-kill.el (gnus-kill, gnus-execute): do.
16024
16025 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16026
16027         * gnus-sum.el (gnus-widget-reversible-match)
16028         (gnus-widget-reversible-to-internal)
16029         (gnus-widget-reversible-to-external): New functions.
16030         (gnus-widget-reversible): New widget.
16031         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16032
16033 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16034
16035         * gnus-sum.el (gnus-thread-sort-functions)
16036         (gnus-article-sort-functions): Document `(not F)' items.
16037
16038 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16039
16040         * spam.el (spam-use-gmane-xref): Add new backend.
16041         (spam-gmane-xref-spam-group): Add variable to control the name of the
16042         Gmane spam group.
16043         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16044         (spam-regex-headers-spam, spam-regex-headers-ham)
16045         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16046         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16047         backends and checks.
16048         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16049
16050         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16051         an autodetect method.
16052
16053 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16054
16055         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16056         articles are being added to a group.
16057         (gnus-request-replace-article): Inform the agent that articles
16058         need to be uncached as the cached contents are no longer valid.
16059
16060 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16061
16062         * binhex.el: Don't autoload executable-find.
16063
16064         * canlock.el: Don't autoload mail-fetch-field.
16065
16066         * dgnushack.el: Autoload c-mode for XEmacs.
16067
16068         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16069
16070         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16071         rmail-dont-reply-to and rmail-output.
16072
16073         * gnus-score.el: Don't autoload ffap-string-at-point.
16074
16075         * gnus-setup.el: Don't autoload sc-cite-original.
16076
16077         * imap.el: Don't autoload base64-decode-string,
16078         base64-encode-string and md5.
16079
16080         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16081         and rmail-msg-restore-non-pruned-header.
16082
16083         * mm-decode.el: Don't autoload executable-find.
16084
16085         * mm-url.el: Don't autoload executable-find.
16086
16087         * mm-view.el: Don't autoload diff-mode.
16088
16089         * nndb.el: Don't autoload news-reply-mode, news-setup,
16090         cancel-timer and telnet.
16091
16092         * password.el: Don't autoload run-at-time for Emacs.
16093
16094         * sha1-el.el: Don't autoload executable-find.
16095
16096         * sieve-mode.el: Don't autoload c-mode.
16097
16098         * uudecode.el: Don't autoload executable-find.
16099
16100 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16101
16102         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16103         (gnus-agent-possibly-alter-active): Avoid null in numeric
16104         comparison.
16105         (gnus-agent-set-local): Refuse to save null in local object table.
16106         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16107         list of articles that will be marked as unread.
16108
16109 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16110
16111         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16112
16113 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16114
16115         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16116         language tags.
16117
16118 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16119
16120         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16121         Don't bind "obarray".
16122
16123         * gnus-sum.el (gnus-thread-sort-functions): Added
16124         `gnus-thread-sort-by-most-recent-number' and
16125         `gnus-thread-sort-by-most-recent-date'.
16126         Reported by Kai Grossjohann <kai@emptydomain.de>.
16127
16128 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16129
16130         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16131
16132 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16133
16134         * gnus-cus.el (gnus-agent-customize-category): Removed
16135         ignore-errors macro reference that required cl to be loaded at
16136         run-time.
16137
16138         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16139         single-interval range of the form (min . max).  Previously the
16140         range had to look like ((min . max)).  Likewise, return
16141         (min . max) rather than ((min . max)).
16142         (gnus-range-map): Use gnus-range-normalize to accept
16143         single-interval range.
16144
16145         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16146         the cache, but not the agent, now appear with their usual face.
16147
16148         * dgnushack.el (loaddir): New variable that is bound to the
16149         directory containing the dgnushack.el file. Use loaddir, rather
16150         than srcdir, to update load-path. Change lets dgnushack compile
16151         code in directories other than GNUS/lisp.
16152
16153 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16154
16155         * lpath.el: Don't bind w3m-safe-url-regexp.
16156
16157         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16158         w3m-safe-url-regexp variable buffer-local.
16159
16160         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16161
16162 2004-02-27  Simon Josefsson  <jas@extundo.com>
16163
16164         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16165         gnus-group-real-prefix.
16166         (gnus-summary-move-article): Use it, instead of
16167         gnus-group-real-prefix.
16168
16169 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16170
16171         * lpath.el: Bind w3m-safe-url-regexp.
16172
16173         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16174         w3m-safe-url-regexp variable buffer-local and set it as the value
16175         of mm-w3m-safe-url-regexp.
16176
16177         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16178
16179         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16180         parsing gnus-posting-styles when the message is not for replying.
16181
16182         * dgnushack.el: Autoload sgml-mode for XEmacs.
16183
16184         * nnrss.el (nnrss-opml-export): Use
16185         mm-set-buffer-file-coding-system instead of
16186         set-buffer-file-coding-system.
16187
16188 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16189
16190         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16191         of checkdoc.el).
16192         * nnrss.el: do.
16193         * gnus-mlspl.el: do.
16194         * gnus-ml.el: do.
16195         * gnus-srvr.el: do.
16196
16197         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16198
16199 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16200
16201         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16202         Corrections to custom-manual links.
16203
16204         * gnus-art.el (gnus-article): Ditto.
16205
16206         * mm-decode.el (mime-display, mime-security): Ditto.
16207
16208 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16209
16210         * flow-fill.el: Typo.
16211
16212 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16213
16214         * spam-wash.el: New file.
16215
16216 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16217
16218         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16219
16220 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16221
16222         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16223         to be run with new-articles as LIST1, not LIST2.
16224         (spam-registration-functions): Add spam-use-ham-copy as a nil
16225         registration backend.
16226
16227 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16228
16229         * spam-stat.el (spam-stat-washing-hook): New option.
16230         (spam-stat-buffer-words): Use it.
16231         (spam-stat-process-directory, spam-stat-test-directory): Use
16232         insert-file-contents-literally.
16233         (spam-stat-coding-system): New variable.
16234         (spam-stat-load, spam-stat-save): Use it.
16235
16236 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16237
16238         * spam-report.el (spam-report-plug-agent): Quote
16239         spam-report-url-to-file and spam-report-url-ping-plain.
16240
16241 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16242
16243         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16244         / in mailto URLs.
16245
16246 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16247
16248         * spam-report.el (spam-report-process-queue): Fix interactive use.
16249         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16250         (spam-report-unplug-agent): Doc fixes.
16251         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16252         (spam-report-agentize, spam-report-deagentize): Autoload.
16253
16254 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16257
16258         * message.el (message-setup-fill-variables): Add mml tags to
16259         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16260         <ajk@iu.edu>.
16261         (message-mode): Don't modify paragraph-separate there.
16262
16263 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16264
16265         * compface.el (uncompface-use-external): Default to undecided.
16266         (uncompface-use-external-threshold): New variable.
16267         (uncompface-float-time): New macro.
16268         (uncompface): Determine whether to use the external decoder if
16269         uncompface-use-external is undecided.
16270
16271 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16272
16273         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16274         after images.
16275
16276         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16277
16278 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16279
16280         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16281
16282         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16283
16284         * gnus-sum.el (gnus-summary-limit-to-age)
16285         (gnus-summary-limit-children): do.
16286
16287         * gnus-int.el (gnus-request-scan): do.
16288
16289         * gnus-group.el (gnus-group-suspend): do.
16290
16291         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16292
16293         * gnus-cite.el (gnus-cite-parse-attributions): do.
16294
16295         * gnus-agent.el (gnus-summary-set-agent-mark)
16296         (gnus-agent-regenerate-group): do.
16297
16298         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16299
16300         * binhex.el (binhex-decode-region-internal): do.
16301
16302 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16303
16304         * gnus-fun.el (gnus-face-properties-alist): New user option.
16305         (gnus-display-x-face-in-from): Use it.
16306
16307         * gnus-art.el (article-display-face): Ditto.
16308
16309         * compface.el (uncompface-use-external): Default to nil.
16310
16311 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16312
16313         * nntp.el (nntp-erase-buffer): New function.
16314         (nntp-retrieve-data, nntp-send-command)
16315         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16316         (nntp-possibly-change-group): Use it.
16317
16318         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16319         with-current-buffer.
16320
16321 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16322
16323         * compface.el: Merge the ELisp-based uncompface program.
16324         (compface): New customization group.
16325         (uncompface-use-external): New user option.
16326         (uncompface): Call uncompface-internal if uncompface-use-external
16327         is nil.
16328         (uncompface-internal): New function.  Note that there are also
16329         some other functions and variables added for this function.
16330
16331 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16332
16333         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16334         if necessary.
16335
16336 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16337
16338         * spam-report.el (spam-report-unplug-agent)
16339         (spam-report-plug-agent, spam-report-deagentize)
16340         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16341         Add support for the Agent in spam-report: when unplugged, report to a
16342         file; when plugged, submit all the requests.
16343
16344         * spam.el (spam-register-routine): Fix message about
16345         registration.
16346
16347 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16348
16349         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16350         dependencies.
16351         (rfc2047-encode): Use it.
16352
16353         * gnus-art.el (gnus-button-marker-list): Move before first
16354         reference.
16355
16356         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16357         (imap-parse-body): Fix format string mismatch.
16358
16359         * gnus-score.el (gnus-summary-increase-score): do.
16360
16361         * nnrss.el (nnrss-close): New function.
16362
16363 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16364
16365         * nnrss.el (nnrss-make-filename): New function.
16366         (nnrss-request-delete-group, nnrss-read-server-data)
16367         (nnrss-save-server-data, nnrss-read-group-data)
16368         (nnrss-save-group-data): Use it.
16369         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16370         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16371         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16372
16373 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16374
16375         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16376
16377 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16378
16379         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16380         files.
16381
16382         * message.el (message-generate-headers-first): Don't quote nil
16383         and t in docstrings.
16384
16385         * imap.el (imap-id): do.
16386
16387         * gnus-agent.el (gnus-agent-consider-all-articles)
16388         (gnus-agent-queue-mail): do.
16389
16390 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16391
16392         * spam-report.el (spam-report-process-queue): New function.
16393         Process requests from `spam-report-requests-file'.
16394         (spam-report-process-queue): Doc fix.
16395
16396 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16397
16398         * spam.el (spam-register-routine)
16399         (spam-log-processing-to-registry, spam-log-registered-p)
16400         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16401         Change "check" to "spam-check" for semi-clarity.
16402
16403 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16404
16405         * pop3.el: Require nnheader.
16406
16407         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16408
16409         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16410
16411         * gnus-picon.el: Require cl.
16412
16413         * gnus-fun.el: Require gnus-ems and gnus-util.
16414
16415         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16416
16417         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16418
16419         * gnus-art.el (gnus-article-edit-mode): Define before first
16420         reference.
16421
16422 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16423
16424         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16425         (gnus-uu-post-encoded): Use point-at-bol.
16426
16427         * gnus-topic.el (gnus-group-active-topic-p): do.
16428
16429         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16430
16431         * gnus-group.el (gnus-group-kill-region): do.
16432
16433         * gnus-art.el (article-date-ut): do.
16434
16435         * message.el (message-fetch-field): Remove redundant
16436         case-fold-search binding.
16437         (message-narrow-to-field): Simplify.
16438
16439 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16440
16441         * spam.el (spam-directory): Derive from `gnus-directory'.
16442
16443         * spam-report.el (spam-report-url-to-file)
16444         (spam-report-requests-file): New function and variable for offline
16445         reporting.
16446         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16447         and user defined function.
16448         (spam-report-url-ping-mm-url): Remove doubled slash.
16449
16450 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16451
16452         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16453
16454 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16455
16456         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16457         format string mismatch.
16458
16459         * sieve.el (sieve-deactivate-all): do.
16460
16461         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16462
16463         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16464
16465         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16466
16467         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16468
16469 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16470
16471         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16472         the list of checks.
16473
16474 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16475
16476         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16477         padding.
16478
16479 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16480
16481         * mm-view.el (mm-fill-flowed): New variable.
16482         (mm-inline-text): Use it.
16483
16484 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16485
16486         * spam.el (spam-spamassassin-register-ham-routine)
16487         (spam-spamassassin-register-spam-routine): Fix function names.
16488
16489 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16490
16491         * gnus.el (gnus-tmp-grouplens): Remove.
16492         (gnus-summary-line-format): Remove grouplens.
16493
16494         * gnus-group.el (gnus-group-line-format): Ditto.
16495
16496         * gnus-spec.el (gnus-format-specs): Ditto.
16497         (gnus-update-format-specifications): Flush the group format spec
16498         cache if there's the grouplens stuff.
16499         (gnus-parse-simple-format): Replace %l with the empty string.
16500
16501 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16502
16503         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16504         omission.
16505
16506 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16509         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16510
16511 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16512
16513         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16514         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16515         New macros and functions.
16516         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16517         Handle > NLINK_MAX messages.
16518         * nnmaildir.el (nnmaildir-request-set-mark): Use
16519         nnmaildir--emlink-p and nnmaildir--eexist-p.
16520
16521 2004-01-25  Alex Schroeder  <alex@gnu.org>
16522
16523         * spam-stat.el (spam-stat-process-directory-age): New option.
16524         (spam-stat-process-directory): Use it.
16525
16526 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16527
16528         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16529         (spam-stat-save): Accept prefix argument.
16530
16531 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16532
16533         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16534         links" error.
16535
16536 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16537
16538         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16539         the rest of the and/or forms.
16540
16541 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16542
16543         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16544         compatibility with old .newsrc.eld files.
16545
16546         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16547
16548         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16549
16550         * gnus-start.el (gnus-1): do.
16551
16552         * gnus-group.el (gnus-group-line-format-alist): do.
16553
16554         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16555
16556         * gnus-gl.el: Remove.
16557
16558 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16559
16560         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16561         marks consisting of a single range {for example, (3 . 5)} rather
16562         than a list of a single range { ((3 . 5)) }.
16563
16564 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16565
16566         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16567         with-current-buffer.
16568         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16569         avoid consing a string.
16570
16571         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16572         Remove obsolete entries for big5 and gb2312.
16573
16574 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16575
16576         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16577         uncompressed list.
16578
16579 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16580
16581         * spam-stat.el (spam-stat-strip-xref): New function.
16582         (spam-stat-process-directory): Use it.
16583
16584         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16585         here -- it's done in message-fetch-field.
16586
16587 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16588
16589         * gnus-agent.el (gnus-agent-queue-mail)
16590         (gnus-agent-prompt-send-queue): New variables.
16591         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16592         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16593         "nndraft:queue" along to gnus-draft-send.  Use
16594         gnus-agent-prompt-send-queue.
16595         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16596         is "nndraft:queue".  Suggested by Gaute Strokkenes
16597         <gs234@srcf.ucam.org>
16598
16599         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16600         (agent-enable-undownloaded-faces): Added.
16601         (gnus-agent-cat-groups): Use eval-and-compile, not
16602         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16603         method of gnus-agent-cat-groups even when the buffer has been
16604         evaled.
16605         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16606         delete gnus-agent-save-active-1.
16607         (gnus-agent-save-groups): Deleted.  Identical to
16608         gnus-agent-save-active.
16609         (gnus-agent-write-active): No longer adjust agent's copy of active
16610         file as agent's adjustments are now stored in their own
16611         file.  Removed optional parameter.
16612         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16613         servers.  Add use of min/max range limits from server's local
16614         file.
16615         (gnus-agent-save-alist): Removed unused optional argument.
16616         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16617         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16618         (gnus-agent-set-local): A per-server file that keeps min/max range
16619         limits for articles known to the agent.  Provides a fast mechanism
16620         for altering many active ranges.
16621         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16622         active file (local makes it unnecessary).
16623         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16624
16625         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16626         (agent-enable-undownloaded-faces): Added.
16627
16628         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16629         disable it when sending to "nndraft:queue".
16630         (gnus-group-send-queue): Add safety check to avoid sending queue
16631         when unplugged.
16632
16633         * gnus-group.el (gnus-group-catchup): Use new
16634         gnus-sequence-of-unread-articles, not
16635         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16636         numbers of articles.  Use gnus-range-map to avoid having to
16637         uncompress the unread list.
16638         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16639         Fixed invalid ange-ftp reference.
16640
16641         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16642         (gnus-sorted-range-intersection): Intersection of two ranges
16643         without requiring that they first be uncompressed.
16644
16645         * gnus-start.el (gnus-activate-group): Unless blocked by the
16646         caller, possibly expand the active range to include both cached
16647         and agentized articles.
16648         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16649         multiple version-dependent converters.
16650         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16651         gnus-agent-save-active.
16652         (gnus-save-newsrc-file): Save dirty agent range limits.
16653
16654         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16655         gnus-agent-possibly-alter-active.
16656         (gnus-adjust-marked-articles): Faster handling of simple lists.
16657
16658 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16659
16660         * spam-stat.el (spam-stat-test-directory): New optional argument
16661         displays a list of files detected.  Suggested by Andrew Cohen
16662         <cohen@andy.bu.edu>.
16663         (spam-stat-buffer-words-with-scores): Don't narrow and change
16664         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16665
16666 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16667
16668         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16669         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16670         (spam-spamassassin-arguments)
16671         (spam-spamassassin-spam-flag-header)
16672         (spam-spamassassin-positive-spam-flag-header)
16673         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16674         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16675         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16676         (spam-list-of-processors, spam-list-of-checks)
16677         (spam-list-of-statistical-checks, spam-registration-functions)
16678         (spam-check-spamassassin-headers, spam-check-spamassassin)
16679         (spam-spamassassin-score)
16680         (spam-spamassassin-register-with-sa-learn)
16681         (spam-spamassassin-register-spam-routine)
16682         (spam-spamassassin-register-ham-routine)
16683         (spam-assassin-register-spam-routine)
16684         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16685         (spam-bogofilter-score): Fix to show article before scoring.
16686
16687 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16688
16689         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16690         default scoring function.
16691         (spam-generic-score): Call spam-spamassassin-score if
16692         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16693         spam-bogofilter-score otherwise.
16694
16695         * gnus.el (spam-process, spam-autodetect-methods): Add
16696         spamassassin and spamassassin-headers.
16697
16698 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16699
16700         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16701         Suppress unnecessary messages.
16702
16703 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16704
16705         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16706         make-hash-table.
16707
16708 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * canlock.el (base64-encode-string): Don't autoload it.
16711
16712 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16713
16714         * run-at-time.el: Remove useless (require 'itimer),
16715         eval-and-compile and (featurep 'xemacs).
16716
16717 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16718
16719         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16720         GROUP is a virtual group.
16721
16722 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16723
16724         * gnus.el: Autoload `message-y-or-n-p'.
16725
16726 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16727
16728         * pgg-parse.el: Remove unnecessary (require 'custom).
16729
16730         * pgg-def.el: do.
16731
16732         * nnmail.el: do.
16733
16734         * gnus-undo.el: do.
16735
16736         * gnus-picon.el: do.
16737
16738         * gnus-util.el: do.
16739
16740 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16741
16742         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16743
16744 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16747         handle, as well as a list.
16748
16749         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16750         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16751         (mm-w3m-cid-retrieve): Simplify.
16752
16753 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16754
16755         * message.el (message-kill-to-signature): Allow prefix arg to
16756         specify number of lines to keep before signature.
16757
16758 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16759
16760         * message.el (message-kill-to-signature): Change docstring.
16761
16762 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16763
16764         * canlock.el: Always require sha1-el.
16765         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16766
16767         * message.el: Autoload sha1 only when compiling.
16768
16769         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16770         eudc-expand-inline for XEmacs.
16771
16772 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * message.el (message-canlock-generate): Require sha1-el.
16775
16776 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16777
16778         * message.el (message-expand-name): Silence the byte compiler.
16779
16780         * lpath.el: Add detect-coding-system.
16781
16782         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16783         cus-edit.
16784
16785 2004-01-13  Simon Josefsson  <jas@extundo.com>
16786
16787         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16788         Invoke gnus-score-mode.  Reported by
16789         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16790
16791         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16792         Jim Blandy <jimb@redhat.com> (tiny change).
16793
16794 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16795
16796         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16797
16798 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16799
16800         * spam.el (spam-get-article-as-string): Update to use
16801         gnus-request-article-this-buffer, much simpler.
16802         (spam-get-article-as-buffer): Remove.
16803
16804 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16805
16806         * message.el (message-expand-name): Use EUDC if the user uses that.
16807
16808 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16809
16810         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16811         character for the encoding to avoid consing a string.
16812
16813         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16814         unnecessarily.
16815
16816         * mm-util.el (mm-replace-chars-in-string): Remove.
16817
16818         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16819         of mm-replace-chars-in-string.
16820
16821 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16822
16823         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16824
16825         * mm-util.el (mm-subst-char-in-string): Support inplace.
16826
16827         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16828         a new string in every iteration.  Use shy groups.
16829
16830 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16831
16832         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16833         * gnus-soup.el (gnus-soup-group-brew):
16834         * gnus-msg.el (gnus-put-message):
16835         * gnus-move.el (gnus-group-move-group-to-server):
16836         * gnus-kill.el (gnus-batch-score):
16837         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16838         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16839         (gnus-group-update-group, gnus-group-read-group)
16840         (gnus-group-make-group, gnus-group-make-help-group)
16841         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16842         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16843         (gnus-group-sort-by-unread, gnus-group-catchup)
16844         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16845         (gnus-group-yank-group, gnus-group-set-info)
16846         (gnus-group-list-groups):
16847         * gnus.el (gnus-generate-new-group-name):
16848         * gnus-delay.el (gnus-delay-send-queue):
16849         * nnvirtual.el (nnvirtual-catchup-group):
16850         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16851         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16852         (gnus-group-prepare-topics, gnus-topic-check-topology):
16853         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16854         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16855         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16856         (gnus-group-make-articles-read):
16857         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16858         (gnus-group-change-level, gnus-kill-newsgroup)
16859         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16860         (gnus-get-unread-articles, gnus-make-articles-unread)
16861         (gnus-make-ascending-articles-unread): Use accessor
16862         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16863         to get group information for improved readability.
16864
16865
16866 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16867
16868         * gnus-art.el (article-decode-mime-words, article-babel)
16869         (gnus-article-highlight-signature, gnus-article-add-buttons)
16870         (gnus-signature-toggle): Use gnus-with-article-buffer.
16871
16872         * gnus-art.el (gnus-article-highlight-headers)
16873         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16874
16875         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16876         (gnus-article-set-globals, gnus-request-article-this-buffer)
16877         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16878         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16879         (gnus-mime-display-alternative): Use with-current-buffer.
16880
16881 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16882
16883         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16884         also under 80 char limit, and call gnus-error if needed.
16885         (spam-fetch-article-header): Fix - it was a
16886         buffer-local variable (gnus-newsgroup-data).
16887         (spam-find-spam): Use spam-generate-fake-headers, forget about
16888         spam-insert-fake-headers.
16889         (spam-insert-fake-headers): Remove.
16890
16891 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16892
16893         * deuglify.el (gnus-article-outlook-unwrap-lines)
16894         (gnus-outlook-rearrange-article)
16895         (gnus-outlook-repair-attribution-outlook)
16896         (gnus-outlook-repair-attribution-block)
16897         (gnus-outlook-repair-attribution-other): Remove redundant
16898         save-excursion.
16899
16900 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16901
16902         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16903         (spam-fetch-field-subject-fast)
16904         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16905         (spam-fetch-article-header): Add functions to deal with Gnus
16906         internals for fast retrieval of article header data.
16907         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16908
16909 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16910
16911         * pop3.el (pop3-md5): Remove.
16912         (pop3-apop): Replace pop3-md5 with md5.
16913
16914         * mm-bodies.el: base64 is always built-in.
16915
16916         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16917         with-current-buffer.
16918
16919 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * canlock.el (canlock-insert-header): Remove excessive grouping in
16922         regexp.
16923
16924         * gnus-sum.el (gnus-summary-read-document): Ditto.
16925
16926         * gnus-uu.el (gnus-uu-part-number): Ditto.
16927
16928         * html2text.el (html2text-remove-tags): Ditto.
16929         (html2text-format-tags): Ditto.
16930         (html2text-format-single-elements): Ditto.
16931
16932         * mml.el (mml-parse-1): Ditto.
16933
16934 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16935
16936         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16937
16938         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16939
16940         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16941
16942         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16943
16944 2003-11-15  Simon Josefsson  <jas@extundo.com>
16945
16946         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16947         (pgg-gpg-lookup-key): Use regexp match instead of
16948         split-string (split-string is different between emacs 21.2 and
16949         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16950
16951 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16952
16953         * gnus-art.el (gnus-mime-view-all-parts)
16954         (gnus-article-part-wrapper, gnus-article-view-part): Use
16955         with-current-buffer.
16956
16957 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16958
16959         * spam.el (spam-disable-spam-split-during-ham-respool)
16960         (spam-spamoracle-database, spam-cache-lookups)
16961         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16962         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16963         (spam-group-ham-marks, spam-group-spam-marks)
16964         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16965         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16966         also add spam-use-blackholes to the statistical checks.
16967         (spam-fetch-field-fast): Add interface to fetching fields, may
16968         become a macro.
16969         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16970         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16971         (spam-insert-fake-headers): Fake an article when needed.
16972         (spam-find-spam): Fake article when possible.
16973         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16974         (spam-check-bogofilter-headers): Use message-fetch-field instead
16975         of nnmail-fetch-field.
16976
16977 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16978
16979         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16980
16981 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16982
16983         * spam.el (spam-split): Do not require spam-use-CHECK to be
16984         enabled if that check is passed to spam-split explicitly; also
16985         fix so 'spam doesn't get converted to spam-split-group when
16986         spam-split-symbolic-return is t.
16987         (spam-find-spam): Find registrations of the article and use those
16988         instead of re-running spam-split to find the spam/ham
16989         classification of the article.
16990         (spam-log-processing-to-registry, spam-log-registered-p)
16991         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16992         Use gnus-error instead of gnus-message.
16993         (spam-log-registration-type): Add function to determine the
16994         classification of a message based on registry entries; will
16995         return nil if both 'spam and 'ham are found.
16996         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16997         a reasonably fast local cache without the loading errors.
16998         (spam-cache-lookups): Set to t by default.
16999         (spam-find-spam): Don't try to guess spam-cache-lookups.
17000         (spam-enter-whitelist, spam-enter-blacklist): Clear the
17001         spam-caches entry.
17002         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
17003         caching of whitelist/blacklist entries.
17004         (spam-check-whitelist, spam-check-blacklist): Invoke
17005         spam-from-listed-p with a type, not a cache variable.
17006         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
17007
17008 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17009
17010         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
17011
17012         * nnmail.el (nnmail-split-fancy): do.
17013
17014         * mml.el (mml-parse): do.
17015
17016         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17017         (gnus-score-adaptive): do.
17018
17019 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17020
17021         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17022         (gnus-mime-button-map): Don't set keymap parent.
17023         (gnus-button-ctan-directory-regexp): Use shy grouping.
17024         (gnus-prev-page-map): Don't set keymap parent.
17025         (gnus-prev-page-map): Remove duplicated one.
17026         (gnus-next-page-map): Don't set keymap parent.
17027         (gnus-mime-security-button-map): Ditto.
17028
17029         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17030         version number.
17031
17032         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17033
17034 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17035
17036         * canlock.el (canlock-sha1-function): Remove.
17037         (canlock-sha1-function-for-verify): Remove.
17038         (canlock-openssl-program): Remove.
17039         (canlock-openssl-args): Remove.
17040         (canlock-ignore-errors): Remove.
17041         (canlock-sha1-with-openssl): Remove.
17042         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17043         (canlock-verify): Don't use canlock-ignore-errors.
17044
17045         * sha1-el.el (sha1-string-external): Make it can return a string
17046         in binary form.
17047         (sha1-region-external): Ditto.
17048         (sha1-string-internal): Ditto.
17049         (sha1-region-internal): Ditto.
17050         (sha1-region): Ditto.
17051         (sha1-string): Ditto.
17052         (sha1): Ditto.
17053
17054 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17055
17056         * spam.el (spam-report-articles-gmane): New command.
17057
17058 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17059
17060         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17061
17062         * run-at-time.el (run-at-time-saved): Remove.
17063         (run-at-time): Doc fix.
17064
17065 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17066
17067         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17068         (gnus-summary-limit-map): Add it.
17069         (gnus-summary-make-menu-bar): do.
17070
17071 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17072
17073         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17074         Make attempt at some caching support (done for BBDB only now).
17075         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17076         addresses to be checked.
17077         (spam-clear-cache-BBDB): Add function, to be invoked by
17078         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17079         (spam-check-BBDB): Check and use the caches, if
17080         spam-cache-lookups is on, remove superfluous (provide).
17081
17082 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17085
17086 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17087
17088         * run-at-time.el (run-at-time-saved): Move to after the definition
17089         of `run-at-time'.
17090
17091         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17092
17093 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17094
17095         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17096         mm-w3m-local-map-property.
17097
17098         * mm-view.el (mm-w3m-mode-map): Remove.
17099         (mm-w3m-local-map-property): Remove.
17100         (mm-inline-text-html-render-with-w3m): Don't use
17101         mm-w3m-local-map-property.
17102
17103 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17104
17105         * run-at-time.el: New file.
17106
17107         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17108         under Emacs.
17109
17110         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17111         of gnus-set-text-properties.
17112
17113         * gnus-uu.el (gnus-uu-save-article): Ditto.
17114
17115         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17116
17117         * gnus-cite.el (gnus-cite-parse): Ditto.
17118
17119         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17120         of gnus-.
17121
17122         * gnus-xmas.el (run-at-time): Require run-at-time.
17123
17124         * gnus.el: Changed calls to nnheader-run-at-time and
17125         password-run-at-time throughout to use run-at-time directly.
17126
17127         * password.el: Removed definition of run-at-time.
17128
17129         * nnheaderxm.el: Remove definition of run-at-time.
17130
17131 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17132
17133         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17134         in prompt.
17135
17136 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17137
17138         * messagexmas.el (message-xmas-redefine): Alias
17139         `message-make-caesar-translation-table' to
17140         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17141         version.
17142
17143         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17144         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17145         `gnus-xmas-set-text-properties'.
17146         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17147         `gnus-xmas-completing-read'.
17148         (gnus-xmas-completing-read): Removed.
17149         (gnus-xmas-open-network-stream): Removed.
17150
17151         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17152         XEmacs version.
17153
17154         * dns.el (dns-make-network-process): Use `open-network-stream'
17155         instead of `gnus-xmas-open-network-stream'.
17156
17157         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17158
17159         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17160
17161 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17162
17163         * gnus-art.el (gnus-mime-display-alternative)
17164         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17165         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17166         Don't use gnus-local-map-property.
17167
17168         * gnus-util.el (gnus-local-map-property): Remove.
17169
17170         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17171         gnus-completing-read-maybe-default with completing-read.
17172
17173         * gnus-util.el (gnus-completing-read): do.
17174         (gnus-completing-read-maybe-default): Remove.
17175
17176 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17177
17178         * password.el: Only autoload `run-at-time' if not XEmacs.
17179         Only autoload the itimer functions if XEmacs.
17180
17181 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17182
17183         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17184         XEmacsen.
17185
17186         * dgnushack.el: Autoload executable-find for XEmacs.
17187
17188 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17189
17190         * gnus-art.el (gnus-read-string): Remove.
17191         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17192         read-string.
17193
17194 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17195
17196         * netrc.el: Autoload password-read.
17197         (netrc): Add configuration group.
17198         (netrc-encoding-method, netrc-openssl-path): Add
17199         variables for encoding and decoding of files with symmetric
17200         ciphers.
17201         (netrc-encode): Add assistant function to encode a file with
17202         netrc-encoding-method.
17203         (netrc-parse): Add interactive parameter, added optional
17204         decoding if netrc-encoding-method is non-nil but otherwise
17205         behavior is standard.
17206         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17207         Do s/encode/encrypt/ everywhere.
17208
17209         * spam.el: Remove executable-find autoload.
17210
17211 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17212
17213         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17214
17215         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17216
17217 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17218
17219         * gnus-art.el (gnus-treat-ansi-sequences)
17220         (article-treat-ansi-sequences): New variable and function.
17221         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17222
17223         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17224         Use it.
17225
17226 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17227
17228         * mm-util.el (mm-quote-arg): Remove.
17229
17230         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17231         shell-quote-argument.
17232
17233         * gnus-uu.el (gnus-uu-command): do.
17234
17235         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17236
17237         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17238         with make-char.
17239
17240         * mm-util.el (mm-make-char): Remove.
17241
17242         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17243         add-minor-mode.
17244
17245         * gnus-undo.el (gnus-undo-mode): do.
17246
17247         * gnus-topic.el (gnus-topic-mode): do.
17248
17249         * gnus-sum.el (gnus-dead-summary-mode): do.
17250
17251         * gnus-start.el (gnus-slave-mode): do.
17252
17253         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17254
17255         * gnus-ml.el (gnus-mailing-list-mode): do.
17256
17257         * gnus-gl.el (gnus-grouplens-mode): do.
17258
17259         * gnus-draft.el (gnus-draft-mode): do.
17260
17261         * gnus-dired.el (gnus-dired-mode): do.
17262
17263         * gnus-ems.el (gnus-add-minor-mode): Remove.
17264
17265         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17266         Replace gnus-char-width with char-width.
17267
17268         * gnus-ems.el (gnus-char-width): 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         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17276         definition.
17277         Remove Emacs 20 hash table compatibility code.
17278
17279         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17280         20 compatibility code.
17281
17282         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17283
17284         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17285
17286         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17287         with point-at-{eol,bol}.
17288
17289         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17290
17291         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17292
17293         * flow-fill.el (fill-flowed-point-at-bol)
17294         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17295
17296         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17297         Replace with point-at-{eol,bol} throughout all files.
17298
17299 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17300
17301         * ntlm.el (ntlm-string-as-unibyte): New macro.
17302         (ntlm-build-auth-response): Use it.
17303
17304         Remove Emacs 20 stuff:
17305         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17306         (butlast, mapc, remove): Remove the compiler macros.
17307         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17308         of delq and copy-sequence.
17309         * gnus-art.el (popup-menu): Remove the compiler macro.
17310         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17311         Emacs 20.
17312
17313 2004-01-05  Simon Josefsson  <jas@extundo.com>
17314
17315         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17316         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17317         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17318         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17319         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17320         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17321         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17322         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17323         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17324         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17325         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17326         string-xor into ntlm-string-xor.  Suggested by
17327         Jesper Harder <harder@myrealbox.com>.
17328
17329         * ntlm.el: Don't include poem.
17330
17331         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17332         Jesper Harder <harder@myrealbox.com>.
17333
17334         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17335
17336         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17337         probably breaks emacs with DL patch, but do we care? Is anyone
17338         still using the DL stuff?)
17339
17340         * sieve-manage.el: Use the password package.
17341         (sieve-manage-read-passwd): Remove.
17342         (sieve-manage-interactive-login): Use password.  Re-add
17343         condition-case around loop.
17344
17345         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17346         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17347         the password package.
17348
17349 2003-02-19  Simon Josefsson  <jas@extundo.com>
17350
17351         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17352         token.
17353
17354 2002-08-07  Simon Josefsson  <jas@extundo.com>
17355
17356         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17357         (sieve-manage-authenticators):
17358         (sieve-manage-authenticator-alist): Add some SASL mechs.
17359         (sieve-sasl-auth): New function.
17360         (sieve-manage-cram-md5-auth):
17361         (sieve-manage-plain-auth): Rewrite using SASL library.
17362         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17363         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17364         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17365         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17366
17367 2004-01-05  Simon Josefsson  <jas@extundo.com>
17368
17369         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17370         New files.
17371
17372 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17373
17374         * gnus-group.el (gnus-no-groups-message): Update.
17375
17376         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17377
17378 2003-11-09  Simon Josefsson  <jas@extundo.com>
17379
17380         * imap.el: Support for ID IMAP extension (RFC 2971).
17381         (imap-local-variables): Add imap-id.
17382         (imap-id): New variable.
17383         (imap-id): New function.
17384         (imap-parse-response): Parse untagged ID response.
17385         * nnimap.el (nnimap-id): New variable.
17386         (nnimap-open-connection): Use it.
17387
17388 2003-12-28  Simon Josefsson  <jas@extundo.com>
17389
17390         * gnus-score.el (gnus-score-edit-all-score): New.
17391         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17392
17393 2004-01-04  Simon Josefsson  <jas@extundo.com>
17394
17395         * password.el: Add.
17396
17397 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17398
17399         * dns.el (dns-query-types): Fix typo.
17400         (dns-query-types): New function.
17401         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17402         PTR and SOA replies, see RFC 1035.
17403
17404 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17405
17406         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17407
17408         * Moved to Changelog.2.
17409
17410 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17411
17412         * gnus.el (gnus-version-number): Bump version.
17413
17414 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17415
17416         * gnus.el: No Gnus v0.1 is released.
17417
17418 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17419
17420         * gnus.el: No Gnus v0.0 is released.
17421
17422 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17423
17424         * gnus.el (gnus-version-number): Bump.
17425         (gnus-version): No.
17426
17427 See ChangeLog.2 for earlier changes.
17428
17429     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17430       Free Software Foundation, Inc.
17431
17432   This file is part of GNU Emacs.
17433
17434   GNU Emacs is free software: you can redistribute it and/or modify
17435   it under the terms of the GNU General Public License as published by
17436   the Free Software Foundation, either version 3 of the License, or
17437   (at your option) any later version.
17438
17439   GNU Emacs is distributed in the hope that it will be useful,
17440   but WITHOUT ANY WARRANTY; without even the implied warranty of
17441   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17442   GNU General Public License for more details.
17443
17444   You should have received a copy of the GNU General Public License
17445   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17446
17447 ;; Local Variables:
17448 ;; coding: utf-8
17449 ;; fill-column: 79
17450 ;; add-log-time-zone-rule: t
17451 ;; End: