(nnimap-find-article-by-message-id): Really return the article number.
[gnus] / lisp / ChangeLog
1 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-find-article-by-message-id): Really return the
4         article number.
5
6         * nntp.el (nntp-server-list-active-group): Document.
7
8         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
9         SELECT to get the message-id.
10
11         * mail-source.el (mail-sources): Removed webmail support.
12         (defvar): Ditto.
13         (mail-source-fetcher-alist): Ditto.
14         (mail-source-fetch-webmail): Removed.
15
16         * webmail.el: Removed -- doesn't seem relevant any more.
17
18         * gnus.el: Fix up make-obsolete-variable declarations throughout.
19
20         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
21         the \r.
22
23 2010-09-30  Julien Danjou  <julien@danjou.info>
24
25         * gnus-agent.el (gnus-agent-add-group): Fix call to
26         gnus-completing-read.
27
28 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * nndoc.el (nndoc-retrieve-groups): New function.
31
32         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
33         `default', use nnmail-split-methods.
34         (nnimap-request-article): Downcase the NILs so that they are nil.
35
36         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
37         symbol.
38
39         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
40         code, since if the user has requested network, that's what they ought
41         to get.
42         (nnimap-request-set-mark): Erase the buffer before issuing commands.
43         (nnimap-split-rule): Mark as obsolete.
44
45         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
46         variable.
47
48         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
49         correct slot, too.
50
51 2010-09-29  Julien Danjou  <julien@danjou.info>
52
53         * gnus.el (gnus-local-domain): Declare variable obsolete.
54
55         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
56         computing.
57         (gnus-ido-completing-read): Require ido.
58
59 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * gnus-registry.el: Don't prompt on load, which makes it impossible to
62         build Gnus.
63
64         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
65         when interpreting the structures.
66         (nnimap-request-accept-article): Add \r\n to the lines to make this
67         work with Cyrus.
68
69         * nndraft.el (nndraft-request-expire-articles): Use the group name
70         instead if "nndraft".  Fix found by Nils Ackermann.
71
72 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
73
74         * nnregistry.el: Added.
75
76 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
77
78         * nnmail.el (group, group-art-list, group-art):
79         Remove unneeded directives.
80
81 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
84         (mm-mime-charset)
85         * rfc2047.el (rfc2047-syntax-table)
86         * utf7.el (utf7-utf-16-coding-system): Comment fix.
87
88         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
89         rather than `insert-file-contents' and `eval-region'.
90
91         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
92         construction.
93
94         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
95
96         * time-date.el: No need to require cl for Emacs 21.
97
98 2010-09-29  Julien Danjou  <julien@danjou.info>
99
100         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
101         replacement of `gnus-gravatar-relief' to mimic
102         `gnus-faces-properties-alist'.
103         Add :version property.
104
105 2010-09-28  Florian Ragwitz  <rafl@debian.org>
106
107         * gnus-util.el (gnus-use-ido): Removed.
108         (gnus-std-completing-read): Add wrapper around completing-read.
109         (gnus-icompleting-read): Add wrapper around ibuffer-read-buffer.
110         (gnus-ido-completing-read): Add wrapper around ido-completing-read.
111         (gnus-completing-read-function): Add to chose from the above completion
112         functions or to provide a custom one.
113         (gnus-completing-read): Use the completing-read function configured
114         with gnus-completing-read-function.
115
116 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
117
118         * mail-source.el (mail-source-report-new-mail)
119         * message.el (message-default-mail-headers)
120         * mm-decode.el (mm-valid-image-format-p): Comment fix.
121
122         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
123
124 2010-09-28  Julien Danjou  <julien@danjou.info>
125
126         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
127         mail-address contains the same string as real-name.
128
129         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
130         non-blank in header, otherwise it'll get stripped.
131
132         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
133         real-name, and then for mail address rather than doing : or , search.
134
135 2010-09-27  Julien Danjou  <julien@danjou.info>
136
137         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
138         (gnus-server-goto-server): Use gnus-completing-read.
139
140         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
141
142         * mm-util.el (defalias): Use gnus-completing-read.
143         (mm-codepage-setup): Use gnus-completing-read.
144
145         * smime.el (smime-sign-buffer): Use gnus-completing-read.
146         (smime-decrypt-buffer): Use gnus-completing-read.
147
148         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
149
150         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
151         (mml-minibuffer-read-disposition): Use gnus-completing-read.
152         (mml-insert-multipart): Use gnus-completing-read.
153
154         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
155
156         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
157
158         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
159
160         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
161
162         * gnus.el (gnus-read-method): Use gnus-completing-read.
163
164         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
165
166         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
167         (gnus-mime-action-on-part): Use gnus-completing-read.
168         (gnus-article-encrypt-body): Use gnus-completing-read.
169
170         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
171         (gnus-topic-move-matching): Use gnus-completing-read.
172         (gnus-topic-copy-matching): Use gnus-completing-read.
173         (gnus-topic-sort-topics): Use gnus-completing-read.
174         (gnus-topic-move): Use gnus-completing-read.
175
176         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
177         (gnus-agent-add-group): Use gnus-completing-read.
178
179         * nnmairix.el (nnmairix-create-server-and-default-group): Use
180         gnus-completing-read.
181         (nnmairix-update-groups): Use gnus-completing-read.
182         (nnmairix-get-server): Use gnus-completing-read.
183         (nnmairix-backend-to-server): Use gnus-completing-read.
184         (nnmairix-goto-original-article): Use gnus-completing-read.
185         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
186
187         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
188
189         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
190         (gnus-group-make-useful-group): Use gnus-completing-read.
191         (gnus-group-make-web-group): Use gnus-completing-read.
192         (gnus-group-add-to-virtual): Use gnus-completing-read.
193         (gnus-group-browse-foreign-server): Use gnus-completing-read.
194
195         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
196         (gnus-summary-limit-to-extra): Use gnus-completing-read.
197         (gnus-summary-execute-command): Use gnus-completing-read.
198         (gnus-summary-respool-article): Use gnus-completing-read.
199         (gnus-read-move-group-name): Use gnus-completing-read.
200
201         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
202         (gnus-summary-score-effect): Use gnus-completing-read.
203
204         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
205
206         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
207         right completing-read function.
208         (gnus-use-ido): New variable
209         (gnus-completing-read-with-default): Remove.
210
211 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
214         x-focus-frame.
215
216         * nnimap.el (auth-source-forget-user-or-password)
217         (auth-source-user-or-password): Autoload.
218
219         * message.el (message-from-style, message-interactive)
220         (message-cite-prefix-regexp, message-sendmail-envelope-from)
221         (message-yank-prefix, message-indentation-spaces, message-signature)
222         (message-signature-file): Add comment.
223
224 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
227         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
228         new articles.
229
230         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
231         parts.
232         (nnimap-request-article): Work with the t setting, too.
233
234         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
235         that you don't get flashes of other buffers.
236         (gnus-summary-show-complete-article): Intern before setting.
237
238 2010-09-27  David Engster  <dengste@eml.cc>
239
240         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
241         well as HEADERS.
242         (nnmairix-retrieve-headers): Provide new argument for the above.
243
244 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245
246         * gnus-sum.el (gnus-summary-move-article): Don't alter
247         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
248         group.
249
250         * nnimap.el (nnimap-update-info): Don't destructively alter active.
251
252         * message.el (message-cite-prefix-regexp): Revert my last edit.
253
254         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
255         variable instead of the Gnus variable.
256
257         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
258
259         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
260         again.
261
262         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
263         since some servers don't like it.
264         (nnimap-open-connection): Forget credentials if the server says the
265         password was wrong.
266         (nnimap-parse-line): Protect against invalid data.
267
268         * gnus-sum.el (gnus-summary-move-article): Add comment.
269         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
270         nothing alters it while scanning for new messages.
271
272         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
273         which may or may not help.
274         (nnimap-open-connection): If we're doing a stream connection, and then
275         discover we're on a STARTTLS-capable server, then open a STARTTLS
276         connection instead.
277
278 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
279
280         * sieve-manage.el (sieve-manage-default-stream): Make default stream
281         customizable.
282
283 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * nnimap.el (utf7): Required.
286
287         * message.el (message-cite-prefix-regexp): Remove "}" from citation
288         prefix.
289
290 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
291
292         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
293
294 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
295
296         * nnimap.el (nnimap-request-accept-article): Message the error on
297         error.
298
299 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
302
303 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
304
305         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
306         handing broken links to browse-url.
307
308 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * nndoc.el (nndoc-request-list): Return success always.
311
312         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
313         `fetch-old' -- we only want to fetch the articles we've requested.  The
314         rest are in the agent, probably.
315         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
316         disappeared server" to something low.  It's not important.
317
318         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
319         arrived before the FETCH data.
320
321         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
322         target here, because we don't know the Gnus name of the group.
323
324         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
325         for the correct group.
326
327         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
328
329         * gnus.el (gnus): Give a final warning after startup.
330
331         * gnus-util.el (gnus-action-message-log): New variable.
332         (gnus-message): Use it.
333         (gnus-final-warning): New function.
334
335         * nnimap.el (nnimap-open-connection): Record the greeting.
336         (nnimap): Add greeting.
337
338 2010-09-26  Julien Danjou  <julien@danjou.info>
339
340         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
341         arguments.
342         (gnus-html-wash-images): Fix spec computing to include start/end.
343
344         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
345
346 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
349         deletion.
350         (nnimap-retrieve-headers): Don't select the group, because that's
351         already done by nnimap-possibly-change-group.
352
353         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
354         (gnus-picon-transform-address): Use it.
355
356         * mail-source.el (mail-source-value): Revert previous patch.
357
358         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
359         on failure.
360         (nnimap-open-connection): Look up both virtual and physical server name
361         credentials.
362
363         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
364
365 2009-02-07  Dave Love  <fx@gnu.org>
366
367         * tls.el (open-tls-stream): Don't query killing process.
368
369 2009-02-08  Dave Love  <fx@gnu.org>
370
371         * gnus-win.el (gnus-window-to-buffer-helper,
372         gnus-all-windows-visible-p): Function needn't be a symbol.
373
374         * mail-source.el (mail-source-value): Function needn't be a symbol.
375
376 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
377
378         * message.el (message-cite-prefix-regexp): Remove } from the cite
379         prefix.
380
381         * gnus-art.el (gnus-treatment-function-alist): Do picons before
382         highlight again, so that the highlight is correct.
383
384         * gnus-picon.el (gnus-picon): Remove again.
385         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
386
387         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
388         doing the header highlightling, so that the background colour of the
389         picon is correct.
390
391         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
392         (gnus-picon): Ditto.
393         (gnus-picon): Reinstate.  The background colour for picons is white.
394         (gnus-picon-insert-glyph): Make the background white.
395
396         * nnml.el (nnml-open-nov): Don't return dead buffers.
397
398         * auth-source.el (auth-source-create): Query the user for whether to
399         store the credentials.
400
401         * netrc.el (netrc-store-data): New function.
402
403         * auth-source.el (auth-source-user-or-password): Use the existing auth
404         sources, if any, for creation.
405
406         * gnus.el (gnus-group-fast-parameter): Return the last matching
407         parameter instead of the first matching parameter.
408
409 2010-09-26  Julien Danjou  <julien@danjou.info>
410
411         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
412
413 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
414
415         * mml2015.el (mml2015-use): Remove gpg support.
416
417         * mml1991.el (mml1991-function-alist): Remove gpg function.
418         (mml1991-gpg-sign): Removed.
419
420 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
421
422         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
423         (gnus-browse-unsubscribe-current-group): Document it.
424         (gnus-browse-unsubscribe-group): Use it.
425
426 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
429         address to the To list for easier response.
430
431         * gnus.el (gnus-play-startup-jingle): Removed.
432         (gnus-splash): Don't play jingle.
433         (gnus): Silence gnus-load message.
434
435         * gnus-art.el (gnus-treat-play-sounds): Removed.
436
437         * gnus.el (gnus-play-jingle): Remove audio support.
438
439         * gnus-cus.el (gnus-score-customize): Remove audio reference.
440
441         * earcon.el: Removed -- no users.
442
443         * gnus-audio.el: Removed -- no users of this package.
444
445         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
446
447         * gnus-start.el (gnus-setup-news): Remove nocem support.
448
449         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
450
451         * gnus.el (gnus-use-nocem): Removed.
452
453         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
454         Removed.
455
456         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
457         uses NoCeM any more.
458
459         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
460         (gnus-button-ctan-handler): Ditto.
461         (gnus-button-handle-ctan-bogus-regexp): Ditto.
462         (gnus-button-ctan-directory-regexp): Ditto.
463         (gnus-button-handle-ctan): Ditto.
464         (gnus-button-tex-level): Ditto.
465         (gnus-button-alist): Removed CTAN stuff.
466
467 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
470         nnimap-streaming test.
471
472         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
473         servers twice.
474
475         * nnimap.el (nnimap-open-connection): Add more error reporting when
476         nnimap fails early.
477
478         * nnheader.el (nnheader-get-report-string): New function.
479         (nnheader-get-report): Use it.
480
481         * gnus-int.el (gnus-check-server): Say what the error was when opening
482         failed.
483
484         * nnimap.el (nnimap-wait-for-response): Search further when we're not
485         using streaming.
486
487 2010-09-25  Julien Danjou  <julien@danjou.info>
488
489         * gnus-html.el (gnus-html-rescale-image): Use our defalias
490         gnus-window-inside-pixel-edges.
491
492 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
495
496         * mm-decode.el (mm-save-part): Allow saving to other directories the
497         normal Emacs way.
498
499         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
500         by Jay Berkenbilt.
501
502         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
503         there isn't a single byte.
504
505         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
506         just do it.  It doesn't really seem to matter what the user responds
507         here, I think, so it's just a confusing question.
508
509         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
510         non-streaming case.
511
512         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
513         (gnus-article-encrypt-body): Use it.
514
515         * gnus-sum.el (gnus-summary-show-complete-article): New command and
516         keystroke.
517
518         * nnimap.el (nnimap-find-wanted-parts-1): Use
519         gnus-fetch-partial-articles.
520
521         * gnus-art.el (gnus-fetch-partial-articles): New variable.
522
523         * nnimap.el (nnimap-insert-partial-structure): New function.
524         (nnimap-get-partial-article): New function.
525         (nnimap-request-article): Use it.
526         (nnimap-wait-for-response): Return whether the wait was successful.
527         (nnimap-finish-retrieve-group-infos): Don't do anything if the
528         retrieval wasn't successful.
529         (nnimap-retrieve-group-data-early): Allow throttling servers.
530         (nnimap-streaming): New variable.
531         (nnimap-fetch-partial-articles): Removed.
532
533         * mm-decode.el (mm-with-part): Protect against killed buffers.
534
535         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
536         for prettier summary display.
537
538 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
539
540         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
541         directly.
542
543 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
546         apparently third-party libraries depend on it.
547
548         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
549         before starting negotiation.
550
551         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
552         privacy reasons.
553         (gnus-treat-mail-gravatar): Ditto.
554
555         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
556         buffer when inserting images.  Inserting text into the headers, for
557         instance, can make them invalid.
558
559 2010-09-25  Julien Danjou  <julien@danjou.info>
560
561         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
562         variables.
563
564         * nnheader.el: Remove useless variables news-reply-yank-from and
565         news-reply-yank-message-id.
566
567         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
568         variables.
569
570         * mml1991.el: Remove useless mml1991-verbose.
571
572         * gnus.el: Remove useless variable gnus-use-generic-from.
573         Remove obsolete variable gnus-topic-indentation.
574
575         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
576
577         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
578
579         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
580
581         * gnus-group.el: Remove useless gnus-group-icon-cache.
582         Remove useless gnus-ephemeral-group-server.
583
584         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
585
586         * mml2015.el: Remove useless mml2015-verbose.
587
588         * mml-smime.el: Remove useless mml-smime-verbose.
589
590         * gnus.el: Remove useless gnus-local-domain.
591
592         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
593         gnus-gravatar-size.
594
595         * gnus-art.el: Remove useless gnus-treat-translate.
596
597 2010-09-24  Julien Danjou  <julien@danjou.info>
598
599         * gnus-sum.el: Add support for Gravatars.
600
601         * gnus-art.el: Add support for Gravatars.
602
603         * gnus-gravatar.el: Add this file.
604
605         * gravatar.el: Add this file.
606
607 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
610
611         * gnus-group.el (gnus-group-fetch-faq): Removed.
612
613         * gnus.el (gnus-group-faq-directory): Removed.
614
615         * gnus-group.el (gnus-group-fetch-charter): Removed.
616
617         * gnus.el (gnus-group-charter-alist): Removed.
618
619         * gnus-group.el (gnus-group-archive-directory): Removed.
620         (gnus-group-recent-archive-directory): Ditto.
621         (gnus-group-make-archive-group): Removed.
622
623         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
624
625         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
626         use the same article number for all the cached articles.
627
628         * nnimap.el (nnimap-command): Register the last command time so
629         that we can use it for idling NOOPs.
630         (nnimap-open-connection): Start the keeplive timer.
631         (nnimap-make-process-buffer): Store all the process buffers.
632         (nnimap-keepalive): New function.
633
634         * starttls.el: (starttls-open-stream): Add autoload cookie.
635
636 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
637
638         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
639         handling.
640
641 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
644         its data structures.
645
646         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
647         instead of the cl.el copy-list.
648         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
649         equalp.
650
651 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
654         and tool-bar-local-item-from-menu.
655
656         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
657         mode-line-highlight face for Emacs.
658
659         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
660         loading gnus-sum.elc; fix comment for canlock-verify.
661         (gnus-article-jump-to-part): Use read-number.
662         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
663         Emacs pre-21 compatible code for help-echo.
664         (gnus-article-next-page-1): No need to adjust the number of lines.
665         (gnus-article-describe-bindings): Always use help-buffer.
666
667         * gnus-audio.el (gnus-audio-inline-sound)
668         * gnus-cus.el (gnus-custom-mode)
669         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
670
671         * gnus-sum.el (gnus-remove-overlays): Doc fix.
672
673         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
674         compatible code.
675
676 2010-09-24  Glenn Morris  <rgm@gnu.org>
677
678         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
679         visiting the fcc file in rmail-mode.
680
681         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
682
683 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * nnir.el: Silence the byte compiler.
686
687         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
688         alias to browse-url-url-encode-chars if any.
689         (gnus-html-encode-url): Use it.
690
691 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * gnus-start.el (gnus-use-backend-marks): New variable.
694         (gnus-get-unread-articles-in-group): Use it.
695
696         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
697         makeover.
698
699 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
700
701         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
702
703 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704
705         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
706         Removed.
707         (gnus-setup-news-hook): Removed
708         gnus-fixup-nnimap-unread-after-getting-new-news.
709
710         * gnus-int.el (gnus-request-update-info): Protect against backends not
711         having the function.
712
713         * nnimap.el (nnimap-stream): Mention starttls.
714         (nnimap-open-connection): Add starttls support.
715
716 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
717
718         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
719
720 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
723         BODYSTRUCTUREs.
724         (nnimap-transform-headers): Unfold quoted {42} headers.
725
726         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
727         the info.
728         (gnus-get-unread-articles): Only call updatep on backends that support
729         it.
730
731         * nnweb.el (nnweb-request-update-info): NOOP.
732
733         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
734
735         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
736         since it only deals with marks.
737
738         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
739         gnus-request-marks, and make a new gnus-request-update-info.
740
741         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
742         the active instead of the high number, which is usually too low.
743
744 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
745
746         * netrc.el (netrc-parse): Remove encrypt.el mentions.
747         * encrypt.el: Removed.
748
749 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
752         server in symbolic form.
753
754         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
755         0.9.
756
757 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
760         (nnimap-update-info): Fix up code slightly.
761
762         * gnus-int.el (gnus-open-server): Add tracing for performance
763         debugging.
764
765         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
766         (gnus-group-insert-group-line): Pass the real group name so that it
767         gets the right data.
768
769         * gnus-start.el (gnus-get-unread-articles): Don't have
770         `gnus-get-unread-articles-in-group' update info, since that can be
771         really slow and doesn't seem to be needed?
772
773 2010-09-22  Dan Christensen  <jdc@uwo.ca>
774
775         * time-date.el (date-to-time): Try using parse-time-string first before
776         using the slower timezone-make-date-arpa-standard.
777
778 2010-09-22  Julien Danjou  <julien@danjou.info>
779
780         * gnus-group.el (gnus-group-insert-group-line): Call
781         gnus-group-highlight-line.
782         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
783         default hook list.
784         (gnus-group-update-eval-form): Add new function.
785         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
786         (gnus-group-get-icon): Use gnus-group-update-eval-form.
787
788 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
789
790         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
791         immediate, then expire all articles.
792         (nnimap-update-info): Fix off-by-one errors.
793         (nnimap-flags-to-marks): Would return no marks lists for group with no
794         flags.  Instead return the other data.
795
796 2010-09-22  Julien Danjou  <julien@danjou.info>
797
798         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
799         Only return an icon.
800         (gnus-group-insert-group-line): Compute icon to return.
801
802         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
803         variable.
804         (gnus-html-image-fetched): Only cache if
805         gnus-html-image-automatic-caching is set.
806         (gnus-html-image-fetched): Check for errors.
807
808 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
811         once per method on `g'.  This ensures that backends like nnfolder don't
812         open all their folders.
813
814         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
815         (nnimap-request-list): Nix out group in the correct buffer.
816         (nnimap-parse-flags): Implement by using `read' instead of
817         hand-parsing.
818         (nnimap-flags-to-marks): Pass on permanent-flags.
819         (nnimap-make-process-buffer): Record the server name.
820         (nnimap-parse-flags): Fix typo.
821         (nnimap-request-scan): Run split on the server in general, not just a
822         single group.
823
824         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
825         parameter, and propagate this downwards.
826
827         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
828         since EXAMINE changes it on the server.
829
830         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
831         this command might take a while.
832
833 2010-09-22  Julien Danjou  <julien@danjou.info>
834
835         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
836         harmful if you have 2 images side-by-side, they can't be properly
837         update on text deletion.  Using text-property is safer here.
838         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
839         data.
840
841 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
842
843         * nnimap.el (nnimap-expunge-inbox): Removed.
844         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
845         (nnimap-expunge): Flip default to t.
846
847         * gnus.el (gnus-method-to-server): Don't push things to the cache
848         unless it's unique.
849         (gnus-server-to-method): Ditto.
850
851 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
852
853         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
854
855 2010-09-22  Julien Danjou  <julien@danjou.info>
856
857         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
858         get the start of data.
859         (gnus-html-encode-url): Add this function to encode special chars in
860         URL.
861         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
862         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
863
864         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
865         default.
866         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
867
868         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
869         images alt-text.
870         (gnus-html-put-image): Put alt-text as help-echo.
871
872 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
875         * mm-util.el (mm-decompress-buffer)
876         * nnir.el (nnir-run-find-grep)
877         * pop3.el (pop3-list): Use 3rd arg of split-string.
878
879         * time-date.el (format-seconds): Comment fix.
880
881         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
882         and byte-optimize-form-code-walker.
883         (dgnushack-make-auto-load): Don't advise make-autoload.
884
885         * lpath.el: Remove Emacs 21 stuff.
886
887 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
890         outside the active range.  Suggested by Dan Christensen.
891
892         * gnus-start.el (gnus-get-unread-articles): Get the extended method
893         slightly later to avoid double-getting it.
894
895         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
896         previous patch.
897
898         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
899
900 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
901
902         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
903
904 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
905
906         * gnus-int.el (gnus-open-server): Give a better error message in the
907         "go offline" case.
908
909         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
910         marks for nnimap, which is seldom the right thing to do.
911
912         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
913         (gnus-same-method-different-name): New function.
914
915         * nnimap.el (parse-time): Require.
916
917         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
918         method in the presence of many similar methods.
919
920         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
921
922         * nnimap.el (nnimap-find-expired-articles): Don't refer to
923         nnml-inhibit-expiry.
924
925         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
926         find out whether methods are equal.
927
928         * nnimap.el (nnimap-find-expired-articles): New function.
929         (nnimap-process-expiry-targets): New function.
930         (nnimap-request-move-article): Request the article before looking at
931         what the Message-ID is.  Fix found by Andrew Cohen.
932         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
933
934         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
935         for oldness in addition to being a predicate.
936
937         * nnimap.el (nnimap-request-group): When we have zero articles, return
938         the right data to Gnus.
939         (nnimap-request-expire-articles): Only delete articles immediately if
940         the target is 'delete.
941
942         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
943         method, this would bug out.
944
945         * gnus-group.el (gnus-group-expunge-group): Renamed from
946         gnus-group-nnimap-expunge, and implemented as a normal interface
947         function.
948
949         * gnus-int.el (gnus-request-expunge-group): New function.
950
951         * nnimap.el (nnimap-request-create-group): Implement.
952         (nnimap-request-expunge-group): New function.
953
954 2010-09-21  Julien Danjou  <julien@danjou.info>
955
956         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
957         (gnus-html-cache-expired): Add new function.
958         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
959         wethever we should display image for fetch it.
960         Compute alt-text earlier to pass it to the fetching function too.
961         (gnus-html-schedule-image-fetching): Change function argument to only
962         get one image at a time, not a list.
963         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
964         cache.
965         (gnus-html-get-image-data): New function to retrieve image data from
966         cache.
967         (gnus-html-put-image): Change buffer argument to use image data rather
968         than file, and place image above region rather than inserting a new
969         one. Do not take alt-text as argument, since it's useless now: we place
970         the image above alt-text.
971         (gnus-html-prune-cache): Remove.
972         (gnus-html-show-images): Start to fetch image when we find one, do not
973         push into a temporary list.
974         (gnus-html-prefetch-images): Only fetch image if they have expired.
975         (gnus-html-browse-image): Fix, use 'gnus-image-url.
976         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
977
978 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
981
982 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
985         spec inser "*" if the group isn't active instead of 0.
986
987         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
988         opening the server.
989         (nnimap-request-delete-group): Implement group deletion.
990         (nnimap-transform-headers): Return the size of the entire message in
991         the Bytes header, not just the size of the first part.
992         (nnimap-request-move-article): When moving an article from nnimap,
993         request the article first so the accepting form has an article to
994         accept.  Reported by Dan Christensen.
995         (nnimap-command): Make sure that the error message doesn't error out.
996
997 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
998
999         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
1000         we haven't requested anything.
1001
1002 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003
1004         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
1005         "".  Fix found by Andrew Cohen.
1006
1007         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
1008         instead of -encode-string.
1009
1010 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1011
1012         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
1013
1014         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
1015         by mm-subst-char-in-string.
1016
1017 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018
1019         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
1020         waiting for the connection string.
1021
1022         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
1023         arriving.
1024
1025         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
1026         bogus characters.  This allows selecting certain Gmail groups.
1027
1028         * nnimap.el (nnimap-find-wanted-parts-1): New function.
1029         (nnimap-fetch-partial-articles): New variable.
1030         (nnimap-open-connection): When looking for credentials, also use the
1031         nnimap-server-port.
1032         (nnimap-request-article): Return the group/article number, so that Gnus
1033         `^' works as expected.
1034         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1035         them.
1036
1037         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1038         comments.
1039         (gnus-methods-sloppily-equal): New function.
1040         (gnus): When using the development version of Gnus, load the gnus-load
1041         file.
1042
1043         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1044         `gnus-open-server' on each method before trying to scan them etc.  This
1045         ensures that all the backend parameters are set correctly.
1046
1047         * nnimap.el (nnimap-authenticator): New variable.
1048         (nnimap-open-connection): Allow anonymous login.
1049         (nnimap-transform-headers): The chars header is called Chars not
1050         Bytes.
1051         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1052         drops.
1053
1054         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1055         patch, found by Knut Anders Hatlen.
1056
1057 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1058
1059         * gnus-agent.el (gnus-agent-batch-confirmation)
1060         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1061         to gnus-message.
1062         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1063         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1064         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1065         * gnus-int.el (gnus-open-server): Likewise.
1066         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1067         (gnus-score-check-syntax): Likewise.
1068         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1069         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1070         Likewise.
1071         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1072
1073 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1076         calling conventions so that prefetch doesn't bug out.
1077
1078 2010-09-19  Julien Danjou  <julien@danjou.info>
1079
1080         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1081         rather than `subst-char-in-region' in order to be able to replace ASCII
1082         char by UTF-8 ones.
1083
1084         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1085         than curl.
1086         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1087         the right URL and ALT text on images.
1088         (gnus-html-wash-tags): Fix tag case.
1089         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1090         (gnus-article-html): Add -o display_ins_del=2 option.
1091         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1092
1093 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1094
1095         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1096         the extra mail headers, which sometimes seem to happen for unknown
1097         reasons.
1098
1099         * mail-parse.el (mail-header-encode-parameter): Define as
1100         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1101         (or most, perhaps?) mail readers don't understand the latter, but do
1102         understand the former.
1103
1104         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1105         to nil, so that no methods are automatically agentized.  I think this
1106         is probably what most users want.
1107
1108         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1109         from url-retrieve, for instance about invalid URLs.
1110
1111         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1112         groups that have no articles.
1113         (nnimap-request-article): Check that we really got an article when we
1114         requested one.
1115
1116         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1117         doesn't exist.
1118
1119         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1120         nntp buffer so the agent can save it.
1121         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1122         that CRLF doesn't get translated to \n.
1123         (nnimap-open-connection): Don't make 'shell commands only send \n.
1124
1125 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1126
1127         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1128         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1129         Update var name.
1130         (nnml-generate-nov-file): Use dolist.
1131         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1132         Use with-current-buffer.
1133
1134 2010-09-18  Julien Danjou  <julien@danjou.info>
1135
1136         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1137         parallel.
1138
1139 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140
1141         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1142         the range update right.
1143         (nnimap-request-group): Don't make `M-g' bug out on group with no
1144         marks.
1145         (nnoo): Required, so that other packages can require nnimap.
1146         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1147         command we're looking for.  This helps when the server sends more
1148         responses after we've gotten everything we expected.
1149         (nnimap): Add a `newlinep' field to keep track of end-of-line
1150         conventions.
1151         Don't send CRLF to things that don't want it.
1152         (nnimap-request-accept-article): Ditto.
1153
1154 2010-09-18  Julien Danjou  <julien@danjou.info>
1155
1156         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1157         than curl to retrieve images.
1158
1159 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1162         the marks.
1163         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1164         (nnimap-wait-for-connection): New function.
1165         (nnimap-open-connection): If we have PREAUTH, don't query for login
1166         credentials.
1167         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1168         when doing a partial update.
1169
1170 2010-09-18  Julien Danjou  <julien@danjou.info>
1171
1172         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1173         tags.
1174
1175 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * nnimap.el (nnimap-credentials): New function.
1178         (nnimap-open-connection): Use the new function to look for credentials
1179         also on the numeric equivalents of "imap" and "imaps".
1180
1181         * gnus-start.el (gnus-activate-group): Send the info to
1182         gnus-request-group.
1183
1184         * nnimap.el (nnimap-request-group): Have the "check" version of the
1185         function parse flags and update the info, so that a `M-g' get a total
1186         resync of all flags from the group.
1187
1188         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1189         to allow backends to alter the info on group selection.  Also alter all
1190         the backend -request-group functions to take the parameter.
1191
1192         * nnimap.el (nnimap-store-info): New function.
1193         (nnimap-update-info): Store the info for later usage.
1194         (nnimap-request-group): Use the stored info for the dont-check case, so
1195         that we don't retrieve all marks when we enter a group.
1196
1197         * nnimap.el: Use deffoo instead of defun for interface functions.
1198
1199         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1200         update the group info.  This makes the nndraft groups, for instance, go
1201         back to their old behaviour.
1202
1203         * gnus-sum.el (gnus-select-newsgroup): Indent.
1204
1205         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1206         in.
1207         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1208         nothing.
1209
1210         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1211         from methods that are denied.
1212
1213         * gnus-int.el (gnus-method-denied-p): New function.
1214
1215         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1216         store the password instead of netrc.
1217         (nnimap-open-connection): Don't error out when we can't make a
1218         connections.
1219
1220         * auth-source.el (auth-source-create): In the password prompt, say what
1221         we're querying for.  Also prompt for user name if that hasn't been
1222         given.
1223
1224         * nnimap.el (nnimap-with-process-buffer): Removed.
1225
1226 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1227
1228         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1229         method when we're reading from the agent.
1230
1231         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1232
1233         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1234         that's probably most useful for users.
1235
1236         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1237         "failed" all the time.
1238
1239         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1240         ...)) with (with-current-buffer ... ).
1241
1242         * nntp.el (nntp-open-server): Return whether the open was successful or
1243         not.
1244
1245         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1246         select an unread unseen article first.
1247
1248         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1249         /etc/services, supply some sensible port defaults.
1250
1251         * dgnushack.el: Define netrc-credentials.
1252
1253 2010-09-17  Julien Danjou  <julien@danjou.info>
1254
1255         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1256
1257 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1258
1259         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1260         doesn't have any parameters.
1261
1262 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1263
1264         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1265         only upcased checks.
1266
1267         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1268
1269         * nnimap.el (nnimap-open-shell-stream): New function.
1270         (nnimap-open-connection): Use it.
1271         (nnimap-transform-headers): Get the number of lines in each message.
1272         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1273         number of lines.
1274         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1275         problem.
1276
1277         * utf7.el (utf7-encode): Autoload.
1278
1279         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1280         to allow the mail splitting to not return a default group.  This is
1281         useful for nnimap, which will leave unmatched mail in the inbox.
1282
1283         * nnimap.el: Rewritten.
1284
1285         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1286         nnimap usage.
1287
1288         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1289         if the move is internal, so that nnimap can do fast internal moves.
1290
1291         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1292         data.
1293         (gnus-read-active-for-groups): Support finishing the early retrieval of
1294         data.
1295
1296         * gnus-range.el (gnus-range-nconcat): New function.
1297
1298         * gnus-int.el (gnus-finish-retrieve-group-infos)
1299         (gnus-retrieve-group-data-early): New functions.
1300
1301 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1302
1303         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1304         (nnrss-retrieve-groups):
1305         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1306         (pop3-quit): Use with-current-buffer.
1307
1308 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1309
1310         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1311         instead of nnheader-accept-process-output.
1312
1313         * dgnushack.el (dgnushack-compile): Add comment.
1314
1315         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1316
1317         * gnus-html.el (gnus-html-schedule-image-fetching)
1318         (gnus-html-prefetch-images): Replace process-kill-without-query by
1319         gnus-set-process-query-on-exit-flag.
1320
1321 2010-09-16  Romain Francoise  <romain@orebokech.com>
1322
1323         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1324
1325 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1328         parameter to unintern is mandatory-ish in Emacs 24.
1329
1330         * gnus-html.el (gnus-html-schedule-image-fetching)
1331         (gnus-html-prefetch-images): Check for curl before using it.
1332
1333         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1334         depend on curl, which isn't essential.
1335
1336         * imap.el: Revert back to version
1337         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1338         seem problematic.
1339
1340 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1341
1342         * gnus-registry.el (gnus-registry-install-shortcuts):
1343         Explicitly pass `obarray' to `unintern' to avoid a warning.
1344
1345 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1346
1347         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1348         change.
1349
1350         * nnrss.el (nnrss-request-list): Removed this function and related
1351         functions, including the moreover stuff.
1352
1353 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1354
1355         * nnrss.el (nnrss-retrieve-groups): New function.
1356
1357 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1358
1359         * .dir-locals.el: Add no-byte-compile cookie.
1360
1361 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * time-date.el (format-seconds): Comment fix.
1364
1365         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1366         for back end that doesn't support request-scan.
1367
1368 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369
1370         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1371         then do request scans from the backends.
1372
1373         * netrc.el (netrc-credentials): New conveniency function.
1374
1375         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1376         avoid running a hook per line, since this takes a lot of time,
1377         profiling shows.
1378         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1379         directly if gnus-visual-p is true.
1380
1381 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1382
1383         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1384         groups; replace mapcar with dolist which is a bit faster; pass groups
1385         info to gnus-read-active-file-1.
1386         (gnus-read-active-file-1): Scan only specified groups if the new
1387         optional arg `infos' is given.
1388
1389 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1390
1391         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1392
1393         * pop3.el (pop3-movemail): Removed.
1394         (pop3-streaming-movemail): Renamed to pop3-movemail.
1395
1396         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1397         don't restrict end-tag searches to the end of the line.
1398
1399 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1400
1401         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1402         articles of every unchecked group to t, which means unknown since the
1403         server has never been opened.
1404
1405 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406
1407         * gnus-html.el (gnus-html-show-alt-text): New command.
1408         (gnus-html-browse-image): Ditto.
1409         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1410         to browse the image directly.
1411         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1412         better.
1413
1414         * gnus-async.el (gnus-async-article-callback): Call
1415         `gnus-html-prefetch-images' unconditionally.
1416
1417         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1418         before feeding URLs to curl.
1419
1420 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1423         internal images as deletable by `W D D'.
1424
1425         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1426         (gnus-async-article-callback): Fix typo.
1427
1428 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1431         current line to work around bugs in the output from w3m.
1432
1433         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1434         for groups that want that.
1435
1436         * nntp.el (nntp-wait-for-string): Supply a timeout for
1437         accept-process-output to ensure progress.
1438
1439         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1440         level to get unread articles from, then use that for foreign groups,
1441         too.
1442
1443         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1444         confuses the rest of the function.
1445
1446         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1447         for the methods that support -retrieve-groups, too.
1448
1449         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1450
1451 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1452
1453         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1454         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1455
1456         * pop3.el: Require cl when compiling.
1457         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1458
1459 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1462         that aren't going to be activated.
1463         (gnus-get-unread-articles): Fix up the last commit.
1464
1465         * gnus-html.el (gnus-article-html): Allow calling without specifying
1466         the handle.  In that case, dissect the buffer first.
1467
1468         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1469
1470         * nnimap.el (nnimap-open-connection): Revert the change that would look
1471         into authinfo for imaps instead of imap.
1472
1473         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1474         say that you don't want to call gnus-request-group with don-check, but
1475         do check the reponse.  This is for virtual groups only.
1476         (gnus-get-unread-articles): Count the archive groups as secondary, so
1477         that they're activated the same way as before.
1478
1479         * imap.el (imap-message-map): Removed optional buffer parameter, since
1480         no callers use it.
1481         (imap-message-get): Ditto.
1482         (imap-message-put): Ditto.
1483         (imap-mailbox-map): Ditto.
1484         (imap-mailbox-put): Ditto.
1485         (imap-mailbox-get): Ditto.
1486         (imap-mailbox-get): Revert last change for this function.
1487
1488         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1489         case-insensitively.
1490         (nnimap-debug): Removed.
1491
1492         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1493         to use `imap-fetch' instead.  According to the comments, this should be
1494         safe, since all other IMAP clients use the 1:* syntax.
1495         (imap-enable-exchange-bug-workaround): Removed.
1496         (imap-debug): Removed -- doesn't seem very useful.
1497
1498         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1499         mail from a file, and the file doesn't exist.
1500
1501         * imap.el (imap-log): New convenience function used throughout instead
1502         of repeating the same code all over the place.
1503
1504         * pop3.el (pop3-streaming-movemail): Return t for success.
1505
1506         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1507         .authinfo if we're using ssl connection.
1508
1509         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1510         already have if we're in a main Gnus `g' run.
1511
1512         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1513
1514 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1517
1518         * nnmh.el (nnmh-request-list-1): Bind `file'.
1519
1520         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1521         alias to set-process-query-on-exit-flag or process-kill-without-query.
1522         (pop3-open-server): Use it.
1523
1524 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1527         box to the Incoming file.  Fixes mistake in previous checkin.
1528
1529         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1530         request loop (for debugging purposes) removed.
1531
1532         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1533         culprit is more visible.
1534         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1535         (nnml-add-incremental-nov): New functions to do "incremental" nov
1536         updates, where we just append to the end of the existing nov files
1537         without reading/writing them in full.
1538
1539         * mail-source.el (mail-source-delete-crash-box): Really only check the
1540         incoming files once in a while.
1541
1542         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1543
1544         * mail-source.el (mail-source-delete-crash-box): Only check the
1545         incoming files for deletion once per day to save a lot of file
1546         accesses.
1547
1548         * pop3.el (pop3-logon): Fix up unbound variable typo.
1549
1550         * mail-source.el (pop3-streaming-movemail): Autoload.
1551
1552         * pop3.el (pop3-streaming-movemail): Respect
1553         pop3-leave-mail-on-server.
1554
1555         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1556         retrieval.
1557
1558         * pop3.el (pop3-process-filter): Removed unused function.
1559         (pop3-streaming-movemail, pop3-send-streaming-command)
1560         (pop3-wait-for-messages, pop3-write-to-file)
1561         (pop3-number-of-responses): New functions for streaming pop3
1562         retrieval.
1563
1564         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1565         come from no known methods.
1566         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1567         list.
1568
1569         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1570         message sizes.
1571         (pop3-movemail): Use erase-buffer instead of looping and deleting
1572         regions, which seems rather odd.
1573
1574         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1575         file once per `g' run.
1576
1577         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1578         directories.  This makes the draft queue directory work.
1579
1580         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1581         data from the backends, so that we only request the list of groups from
1582         each method once.  This should speed things up considerably.
1583
1584         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1585         detect that it's not implemented.
1586
1587         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1588         we actually do recurse down into the tree, but don't stat all leaf
1589         nodes.
1590
1591         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1592         then say so instead of bugging out.
1593
1594         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1595         files exist before trying to read them.
1596
1597         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1598         around <pre_int>.
1599
1600         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1601
1602         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1603
1604 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605
1606         * mm-util.el (mm-image-load-path): Just return the image directories,
1607         not all directories in the path in addition to the image directories.
1608         (mm-image-load-path): Maintain a cache of the image directories so that
1609         the `g' command in Gnus doesn't have to stat dozens of directories each
1610         time.
1611
1612         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1613         (gnus-html-wash-tags): Add a new `i' command to insert images.
1614         (gnus-html-insert-image): New command and keystroke.
1615         (gnus-html-redisplay-with-images): New command and keystroke.
1616         (gnus-html-show-images): Renamed command.
1617         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1618         spacers.
1619         (gnus-html-wash-tags): Decode entities at the end, so that entities
1620         inside the tags don't mess up the rest of the "parsing".
1621
1622         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1623         so that nnimap methods aren't agentized by default.  There's apparently
1624         many problems related to agent/imap behaviour.
1625
1626         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1627
1628         * gnus-html.el: Doc fix.
1629
1630 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1631
1632         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1633         specifier-spec-list for Emacs 21.
1634
1635         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1636         glyph-width and glyph-height instead of display-graphic-p and
1637         image-size; make avoidance of displaying small images work for XEmacs.
1638
1639         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1640         for XEmacs.
1641
1642         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1643         of symbol that holds plist data.
1644         (gnus-process-plist): Remove plist of process after getting it.
1645
1646 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1647
1648         * message.el (message-generate-hashcash): Change default to
1649         'opportunistic if hashcash is installed.
1650
1651         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1652         (gnus-html-put-image): Only call image-size once, since it's somewhat
1653         time-consuming on remote X servers.
1654
1655 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1656
1657         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1658         type on data, not a file name.
1659
1660         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1661         window-pixel-edges for Emacs 21.
1662
1663         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1664         decoded contents.
1665         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1666
1667 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1668
1669         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1670         group line format, since it isn't very interesting.
1671
1672         * gnus-agent.el (gnus-agent-short-article),
1673         (gnus-agent-long-article): Increase values for these two variables,
1674         since most people are likely to have more network connection and
1675         storage than before.
1676
1677         * gnus.el (gnus-refer-article-method): Change default to 'current.
1678         When referring an article, the common behaviour is to refer it from the
1679         current select method, not the native select method.  The chances of
1680         the native select method having the message in question is rather slim
1681         these days.
1682
1683         * gnus-sum.el (gnus-auto-select-subject): Change default to
1684         `unseen-or-unread'.  I think it's likely that most people want to
1685         select an unseen article over a previously seen, but unread one.
1686
1687         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1688         means that in the article buffer none of the minor mode elements will
1689         be shown, usually, and this is not desirable in most cases.
1690
1691         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1692         that commands like `d' (and the like) go to the next line in the
1693         buffer, instead of the next unread article.  I think this is the
1694         behaviour that is most natural for most users.
1695         (gnus-single-article-buffer): Change default to nil, so that people can
1696         have as many article buffers open as they have summary buffer.  I think
1697         this is the most natural way for the groups to behave.
1698
1699         * message.el (message-generate-new-buffers): Change default to
1700         `unsent', so that all new message buffers start their names with the
1701         string "*unsent", and it's easier to find the buffers if you move from
1702         them.
1703
1704 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1705
1706         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1707         small.  They're probably tracking images.
1708         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1709         (gnus-html-rescale-image): Yet another try at getting the image sizing
1710         right.
1711
1712         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1713         nntp-marks-file-name is nil.
1714
1715 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1716
1717         * gnus-html.el (gnus-html-wash-tags)
1718         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1719         Better logging.
1720
1721 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1722
1723         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1724
1725         * gnus-html.el (gnus-html-wash-tags): Check the value of
1726         gnus-blocked-images in the summary buffer.
1727
1728 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1731
1732 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733
1734         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1735         like "a", it seems like.
1736         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1737         since it needs to be picked from the correct buffer.
1738
1739         * nnwfm.el: Removed.
1740
1741         * nnlistserv.el: Removed.
1742
1743 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1744
1745         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1746         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1747
1748 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1749
1750         * nnkiboze.el: Removed.
1751
1752         * nndb.el: Removed.
1753
1754         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1755         alt text.
1756         (gnus-html-rescale-image): Try to get the rescaling logic right for
1757         images that are just wide and not tall.
1758
1759         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1760         overshadow variable bindings.
1761
1762 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1763
1764         * gnus-html.el (gnus-html-wash-tags)
1765         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1766         extra logging.
1767
1768 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1769
1770         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1771         (gnus-max-image-proportion): New variable.
1772         (gnus-html-rescale-image): New function.
1773         (gnus-html-put-image): Rescale images.
1774
1775 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1776
1777         Fix up some byte-compiler warnings.
1778         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1779         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1780         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1781         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1782         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1783         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1784         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1785
1786 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1787
1788         * gnus-html.el (gnus-article-html): Decode contents by charset.
1789
1790 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1791
1792         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1793         (gnus-html-frame-width, gnus-blocked-images)
1794         * message.el (message-prune-recipient-rules): Add custom version.
1795         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1796
1797         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1798         functions.
1799
1800         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1801         gnus-process-get.
1802
1803 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1804
1805         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1806         instead of lsub directly.
1807
1808 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * nnwarchive.el: Removed.
1811
1812         * gnus-soup.el: Removed.
1813
1814         * nnsoup.el: Removed.
1815
1816         * nnultimate.el: Removed.
1817
1818         * gnus-html.el (gnus-blocked-images): New variable.
1819
1820         * message.el (message-prune-recipients): New function.
1821         (message-prune-recipient-rules): New variable.
1822
1823         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1824         guess whether a long line is natural text or not.
1825
1826         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1827         gnus-process-plist and friends for compatibility.
1828
1829 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1830
1831         * gnus-html.el: Require packages that define macros used in this file.
1832         (gnus-article-mouse-face): Declare to silence byte-compiler.
1833         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1834         process-get.
1835         (gnus-html-put-image): Use plist-get to avoid getf.
1836         (gnus-html-prefetch-images): Use with-current-buffer.
1837
1838 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1839
1840         * gnus-ems.el: Provide compatibility functions for
1841         gnus-set-process-plist.
1842
1843         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1844         header-line-format for XEmacs 21.4.
1845
1846         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1847         * gnus.el (gnus-valid-select-methods)
1848         * message.el (message-send-mail-partially-limit)
1849         * mm-decode.el (mm-text-html-renderer)
1850         * mml.el (mml-insert-mime-headers-always)
1851         * smiley.el (smiley-regexp-alist): Bump custom version.
1852
1853 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1854
1855         * gnus-html.el: require mm-url.
1856         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1857         with the url to `url'.
1858         (gnus-html-wash-tags): Support cid: URLs/images.
1859
1860 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1861
1862         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1863         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1864         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1865
1866         * gnus-move.el: Removed file, since it doesn't really work.
1867
1868         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1869         UTF-8.  This seems to fix problems with some German web feeds.
1870
1871         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1872         at the top so that the proper colours are applied.
1873
1874         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1875         don't have dots in their names.
1876
1877         * gnus-art.el (gnus-article-view-part): Doc fix.
1878
1879         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1880         XEmacs-compatible.
1881         (gnus-html-put-image): Don't do images on non-graphic displays.
1882
1883         * nnslashdot.el: Removed this unused backend.
1884
1885         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1886         actions.
1887         (gnus-undo-register-1): Revert last change.
1888
1889         * gnus-group.el (gnus-group-completing-read): Protect against not
1890         having completion-styles bound.
1891
1892         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1893         make broken recipients happier.
1894
1895         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1896
1897         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1898         point parameter.
1899
1900         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1901
1902         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1903         completion-styles for group selection.
1904
1905 2009-02-04  Andreas Schwab  <schwab@suse.de>
1906
1907         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1908         headers and regexp-quote the match if necessary.
1909
1910 2009-03-24  Miles Bader  <miles@gnu.org>
1911
1912         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1913         the blinking smiley.
1914
1915 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1916
1917         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1918         blink smiley.
1919
1920 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1923         where the dribbel file lives exists.
1924
1925         * message.el (message-send-mail-partially-limit): Change the default to
1926         nil, since most people don't want this.
1927
1928         * mm-url.el (mm-url-decode-entities): Also decode entities like
1929         &#x3212.
1930
1931 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1932
1933         * gnus-sum.el (gnus-summary-idna-message):
1934         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1935         Hyperlink urls in docstrings with URL `...'.
1936
1937 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1938
1939         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1940         functions.
1941
1942 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1945         say what the mouseover text should be.
1946
1947         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1948         version of the mm-w3m-safe-url-regexp variable to only download images
1949         in the groups where we want that to happen.
1950
1951         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1952
1953         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1954         easier debugging.
1955         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1956         big pictures in the article buffer.
1957
1958         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1959         gnus-article-html.
1960         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1961         w3m.
1962
1963         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1964
1965 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1968         which doesn't exist.
1969
1970         * message.el (message-inhibit-ecomplete): New variable to allow some
1971         function to inhibit ecomplete address storage.
1972         (message-resend): Disable ecomplete message storage when resending
1973         messages.
1974
1975         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1976
1977 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1978
1979         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1980         Save excursion while copying, moving, and deleting articles in order to
1981         prevent the cursor from jumping to unforeseen place.
1982
1983 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1984
1985         * lpath.el: No need to bind bookmark-current-buffer,
1986         bookmark-yank-point and bookmark-make-record-function.
1987
1988 2010-08-17  Glenn Morris  <rgm@gnu.org>
1989
1990         * gnus-sync.el: Require gnus components whose functions are used.
1991
1992         * gnus-art.el (bookmark-make-record-function):
1993         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1994         Declare for compiler.
1995
1996         * mm-url.el (mml-compute-boundary): Autoload.
1997
1998 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
2001
2002 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         Typo fix "hoo4a" -> "hook".
2005
2006         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
2007
2008 2010-08-14  Glenn Morris  <rgm@gnu.org>
2009
2010         * gnus-sync.el (gnus-sync): Fix defgroup version.
2011
2012 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
2013
2014         Doc fixes and keep unknown groups (ammended for nunion bug fix).
2015
2016         * gnus-sync.el: Fix docs.
2017         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
2018         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
2019
2020 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2021
2022         Optimizations for gnus-sync.el.
2023
2024         * gnus-sync.el: Add docs about gnus-sync-backend
2025         possibilities.
2026         (gnus-sync-save): Remove unnecessary message.
2027         (gnus-sync-read): Optimize and show what groups were skipped.
2028
2029 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2030
2031         Minor bug fixes for gnus-sync.el.
2032
2033         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2034         read the sync on get-new-news.
2035
2036         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2037         quiet.
2038
2039         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2040
2041 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2042
2043         Make saving and restoring of hidden threads work with overlays.
2044         Patch applied by Ted Zlatanov.
2045
2046         * gnus-sum.el (gnus-hidden-threads-configuration)
2047         (gnus-restore-hidden-threads-configuration): Update to deal with text
2048         properties, rather than searching for a magic character.
2049
2050 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2051
2052         New gnus-sync.el library for synchronization of marks.
2053
2054         * gnus-sync.el: New library for synchronization of marks.
2055
2056         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2057         renamed from `gnus-registry-grep-in-list'.
2058
2059         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2060
2061         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2062
2063 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2066         determining charset of text fails.
2067
2068 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * nnmail.el (nnmail-get-new-mail-1): Revert.
2071
2072         * nnml.el (nnml-active-number): Make sure names of newly created groups
2073         in nnml-group-alist are encoded.
2074
2075 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2078         containing non-ASCII characters in active file for nnml back end.
2079
2080 2010-07-24  David Engster  <dengste@eml.cc>
2081
2082         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2083         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2084
2085 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2086
2087         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2088         tag (Bug#6654).
2089
2090 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2091
2092         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2093         the article buffer, not the summary buffer.
2094
2095 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2098         Emacs 23 as well.
2099
2100 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2101
2102         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2103         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2104
2105 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2106
2107         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2108         Patch applied by Karl Fogel.
2109
2110         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2111         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2112
2113 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2114
2115         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2116         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2117         C-w still not working correctly from Article buffers; Thierry's
2118         patch to fix that will be applied after this.
2119
2120         * gnus-art.el (bookmark-make-record-function): New local variable.
2121
2122         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2123         article buffer.
2124         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2125
2126 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2127
2128         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2129         on changes in bookmark.el.
2130
2131 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2134         `no-log' instead of message not to log prompt string.
2135
2136 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2137
2138         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2139         the *other* type of HTML form submission.
2140
2141 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2142
2143         * auth-source.el (auth-source-pick): If choice does not contain a
2144         questioned keyword, set the check to t.
2145
2146 2010-06-12  Romain Francoise  <romain@orebokech.com>
2147
2148         * gnus-util.el (gnus-date-get-time): Move up before first use.
2149
2150 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2153         (gnus-article-edit-part): Bind it to make last part that is substituted
2154         or deleted visible.
2155         (gnus-mime-display-single): Buttonize part of which id equals to
2156         gnus-mime-buttonized-part-id.
2157
2158 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2159
2160         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2161         (gnus-dd-mmm): Use gnus-date-get-time.
2162         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2163         simplify logic.
2164         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2165         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2166
2167 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2168
2169         * auth-source.el (top): Autoload `secrets-list-collections',
2170         `secrets-create-item', `secrets-delete-item'.
2171         (auth-sources): Fix tag string.
2172         (auth-get-source, auth-source-retrieve, auth-source-create)
2173         (auth-source-delete): New defuns.
2174         (auth-source-pick): Rewrite in order to avoid 2 passes.
2175         (auth-source-forget-user-or-password): New parameter USERNAME.
2176         (auth-source-user-or-password): New parameters CREATE-MISSING and
2177         DELETE-EXISTING.  Retrieve password interactively, if needed.
2178
2179 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2180
2181         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2182         deleting unused directories when gnus-expert-user is t.
2183
2184 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2187         for each temp file when gnus-article-browse-delete-temp is ask.
2188
2189 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2190
2191         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2192         Lisp calls to delete-backward-char by calls to delete-char.
2193
2194 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2195
2196         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2197
2198 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2199
2200         * password-cache.el (password-cache-remove): Fix docstring.
2201
2202 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2203
2204         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2205         article unless decoding article to be saved.
2206
2207 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2210         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2211         generated within the mm-with-unibyte-current-buffer macro.
2212
2213 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2214
2215         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2216         to nil when we're in a mml-preview buffer and no group is selected.
2217
2218 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2219
2220         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2221         when catching the `C-g'.  Reported by "Leo".
2222
2223 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2224
2225         * message.el (message-forward-make-body-plain)
2226         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2227         multibyte-string-p.
2228
2229         * lpath.el: Revert.
2230
2231 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2232
2233         * message.el (message-forward-make-body-mml): Assume original message
2234         is multibyte string; error on unibyte.
2235         (message-forward-make-body-plain): Ditto; don't add excessive newline
2236         in body end.
2237
2238         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2239
2240 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2241
2242         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2243         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2244
2245 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2246
2247         * mm-extern.el (mm-extern-url): Don't use
2248         mm-with-unibyte-current-buffer.
2249         (mm-extern-cache-contents): Use with-current-buffer instead of
2250         save-excursion + set-buffer.
2251
2252 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * mm-util.el (mm-emacs-mule): Remove.
2255
2256 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2257
2258         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2259         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2260         change.
2261
2262 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2265         bind the default value of enable-multibyte-characters to nil.
2266
2267 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * message.el (message-forward-make-body-plain)
2270         (message-forward-make-body-mml):
2271         Don't use mm-with-unibyte-current-buffer.
2272
2273 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2274
2275         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2276
2277 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2278
2279         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2280         (Bug#5592).
2281
2282 2010-05-07  Julien Danjou  <julien@danjou.info>
2283
2284         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2285         it to mm-pipe-part.
2286
2287         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2288         it is given.
2289
2290 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2291
2292         * binhex.el (binhex-decode-region-internal)
2293         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2294         (dns-query)
2295         * nnweb.el (nnweb-gmane-search)
2296         * pgg-parse.el (pgg-parse-armor)
2297         * pgg.el (pgg-verify-region)
2298         * sha1.el (sha1-string-external)
2299         * uudecode.el (uudecode-decode-region-internal)
2300         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2301         XEmacs.
2302
2303         * gnus-art.el (gnus-article-browse-html-parts)
2304         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2305         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2306         make-temp-file.
2307
2308         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2309         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2310         compiling.
2311
2312         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2313         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2314         XEmacs when compiling.
2315
2316         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2317         gnus-pick-mode-off-hook for XEmacs when compiling.
2318         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2319         gnus-binary-mode-off-hook for XEmacs when compiling.
2320
2321         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2322         nil if char-charset is not available.
2323
2324         * imap.el (imap-disable-multibyte)
2325         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2326         macros.
2327
2328         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2329         instead of encode-coding-string.
2330
2331         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2332         'xemacs) instead of mm-emacs-mule to switch function definitions.
2333         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2334
2335         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2336         bind temporary-file-directory for XEmacs;
2337         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2338         timer-set-function for XEmacs 21.4 and SXEmacs;
2339         bind timer-list for XEmacs 21.4 and SXEmacs;
2340         fbind char-charset and find-charset-region for non-Mule XEmacs;
2341         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2342         encode-coding-region and encode-coding-string for XEmacs having no
2343         file-coding feature.
2344
2345 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2346
2347         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2348
2349 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2352         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2353
2354 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2355
2356         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2357         alias `jka-compr-delete-temp-file' no longer exists.
2358
2359 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2360
2361         Use define-minor-mode in Gnus where applicable.
2362         * mml.el (mml-mode): Use define-minor-mode.
2363         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2364         (gnus-undo-mode): Use define-minor-mode.
2365         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2366         (gnus-dead-summary-mode): Use define-minor-mode.
2367         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2368         Initialize in declaration.
2369         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2370         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2371         (gnus-mailing-list-mode): Use define-minor-mode.
2372         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2373         (gnus-draft-mode): Use define-minor-mode.
2374         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2375         (gnus-dired-mode): Use define-minor-mode.
2376
2377 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2378
2379         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2380         handles on recursive mml-to-mime translation and check them for
2381         boundary delimiter collisions.  Reported by Greg Troxel.
2382
2383 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2386
2387 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2388
2389         * mm-util.el (mm-find-buffer-file-coding-system):
2390         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2391
2392 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2393
2394         * message.el (message-generate-headers): Record insertion of optional
2395         headers as well.  Otherwise the check to prevent repeated insertion of
2396         optional headers is a no-op.
2397
2398 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2399
2400         * smime.el: Don't mention CVS.
2401
2402         * nnrss.el (nnrss-fetch): Don't mention CVS.
2403
2404         * nnir.el: Don't mention CVS.
2405
2406 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2407
2408         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2409
2410 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * lpath.el: Fbind bookmark-default-handler,
2413         bookmark-get-bookmark-record, bookmark-make-record-default,
2414         bookmark-prop-get for Emacs <23 and XEmacs.
2415
2416 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2417
2418         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2419         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2420         Use with-current-buffer to silence the byte-compiler.
2421         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2422         bother to require `gnus'.
2423         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2424
2425 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2426
2427         * gnus-sum.el (gnus-summary-bookmark-make-record)
2428         (gnus-summary-bookmark-jump): New functions.
2429         (gnus-summary-mode): Setup bookmark support.
2430
2431 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2432
2433         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2434         if set.
2435
2436 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2439         gnus-article-browse-html-save-cid-image; make it work recursively for
2440         forwarded messages as well.
2441         (gnus-article-browse-html-parts): Work when prefix arg is given.
2442         (gnus-article-browse-html-article): Doc fix.
2443
2444 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2445
2446         * message.el (message-default-mail-headers):
2447         (message-default-headers): Carry the value mail-default-headers over
2448         into message-default-mail-headers, rather than message-default-headers.
2449
2450 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2451
2452         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2453         charset.
2454
2455         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2456         charset into the <meta> tag when the article is encoded to utf-8.
2457
2458 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2459
2460         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2461         directories as well.
2462         (gnus-article-browse-html-parts): Work for images that do not specify
2463         file names; delete temp directory when quitting; insert header at the
2464         right place; use file: scheme for image files.
2465
2466 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2467
2468         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2469         (gnus-article-browse-html-parts): Use it to make temporary cid image
2470         files in addition to html file so that browser may display them.
2471
2472 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2475
2476 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2477
2478         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2479
2480 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2481
2482         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2483         about Secret Service API sources.  Improve Customize options.
2484         (auth-source-pick): Change to accept any number of search parameters.
2485         Implement fallbacks iteratively, not recursively.  Add scoring on the
2486         second pass and sort by score.  Call Secret Service API when needed.
2487         (auth-source-user-or-password): Use it.  Call Secret Service API
2488         directly when needed to get the user name and the password.
2489
2490 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2491
2492         * message.el (message-interactive): Doc fix.
2493         (message-qmail-inject-args): Reflow.
2494         (message-kill-to-signature): Fix typo in docstring.
2495
2496         * smiley.el (smiley-buffer): Fix typo in docstring.
2497
2498 2010-03-24  Glenn Morris  <rgm@gnu.org>
2499
2500         * mail-source.el (gnus-message): Declare.
2501         (mail-source-delete-old-incoming): Require gnus-util.
2502
2503 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2506
2507         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2508
2509         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2510         password-cache's default if it is not bound.
2511         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2512         password-cache-expiry's default if it is not bound.
2513
2514         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2515         available in Emacs 21.
2516
2517         * lpath.el: Suppress compiler warnings for:
2518         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2519         XEmacs;
2520         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2521         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2522         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2523
2524 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2525
2526         * auth-source.el (auth-sources): Fix up definition so extra parameters
2527         are always inline.
2528
2529 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2530
2531         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2532         wasn't updated after mismatch.  Clear cached mailbox info correctly
2533         when uidvalidity changes.
2534         (nnimap-group-prefixed-name): New function to avoid some code
2535         duplication.
2536         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2537         (nnimap-request-group): Use it.
2538         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2539         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2540         with many imap folders.  This is done by caching the group status from
2541         the imap server persistently in a group parameter `imap-status'.  (This
2542         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2543         but not persistently, so every Gnus startup was still very slow.)
2544
2545 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2546
2547         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2548         delete the extra newline.  Otherwise editing of :string and :number
2549         types don't work.
2550
2551 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2552
2553         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2554         secrets.el dependency.
2555         (auth-sources): Add optional user name.  Add secrets.el configuration
2556         choice (unused right now).
2557
2558 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2559
2560         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2561         `gnus-registry-install-shortcuts' fill in the functions.
2562
2563         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2564         warnings.
2565         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2566         (gnus-registry-install-shortcuts): Populate and use it in a
2567         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2568
2569 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2570
2571         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2572         In-place substitutions for the group name encoding/decoding.
2573         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2574         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2575         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2576         (nnimap-update-unseen, nnimap-request-list)
2577         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2578         (nnimap-request-set-mark, nnimap-split-to-groups)
2579         (nnimap-split-articles, nnimap-request-newgroups)
2580         (nnimap-request-create-group, nnimap-request-accept-article)
2581         (nnimap-request-delete-group, nnimap-request-rename-group)
2582         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2583         `encoded-mbx' for consistency.
2584         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2585         variable `imap-current-mailbox'.
2586
2587         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2588         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2589
2590 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2591
2592         * pop3.el (pop3-display-message-size-flag): Display message size byte
2593         counts during POP3 download.
2594         (pop3-movemail): Use it.
2595         (pop3-list): Implement listing of available messages.
2596
2597 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2598
2599         * nnir.el (nnir-get-article-nov-override-function): New function to
2600         override the normal NOV retrieval.
2601         (nnir-retrieve-headers): Use it.
2602
2603 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2604
2605         * auth-source.el (netrc-machine-user-or-password): Autoload.
2606
2607 2010-03-19  Glenn Morris  <rgm@gnu.org>
2608
2609         Stop message.el from loading about 40 libraries it doesn't always need.
2610         The general approach is to autoload rather than require, and to
2611         require in the specific functions rather than the file.  (Bug#5642)
2612
2613         * gmm-utils.el: Don't require wid-edit.
2614         (widget-create-child-value, widget-convert, widget-default-get):
2615         Autoload.
2616
2617         * gnus-util.el: Don't require time-date, netrc.
2618         (message-fetch-field, gnus-group-name-decode): Declare rather than
2619         autoloading.
2620         (gnus-fetch-field): Require message.
2621         (gnus-decode-newsgroups): Require gnus-group.
2622
2623         * ietf-drums.el: Don't require time-date.
2624
2625         * message.el: Don't require hashcash, canlock, ecomplete.
2626         Do require mail-utils.  Require nnheader only when compiling.
2627         (smtpmail-default-smtp-server): Remove declaration.
2628         (message-send-mail-function): Check smtpmail-default-smtp-server
2629         is bound rather than requiring smtpmail.
2630         (message-auto-save-directory, message-insert-signature): Use
2631         expand-file-name rather than nnheader-concat.
2632         (nnheader-insert-file-contents): Autoload.
2633         (hashcash-wait-async): Declare.
2634         (message-send-mail): Only call gnus-setup-posting-charset if
2635         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2636         (message-send-mail-with-sendmail): Require sendmail.
2637         (canlock-password, canlock-password-for-verify): Declare.
2638         (message-canlock-password): Require canlock.
2639         (nnheader-get-report): Autoload.
2640         (gnus-setup-posting-charset): Declare.
2641         (message-send-news): Require gnus-msg.
2642         (message-make-references, message-make-in-reply-to): Use mail-header-id
2643         rather than the alias mail-header-message-id.
2644         (ecomplete-add-item, ecomplete-save): Declare.
2645         (message-put-addresses-in-ecomplete): Require ecomplete.
2646         (ecomplete-display-matches): Autoload.
2647
2648         * mm-decode.el: Don't require mailcap, gnus-util.
2649         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2650         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2651         Autoload.
2652         (mailcap-mime-extensions): Declare.
2653
2654         * mm-encode.el: Don't require mailcap.
2655         (mailcap-extension-to-mime): Autoload.
2656
2657         * mml-sec.el: Don't require password-cache.
2658
2659         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2660         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2661         (mml-minibuffer-read-type): Require mailcap.
2662         (mml-preview): Require gnus-msg.
2663
2664         * mml1991.el: Require password-cache.
2665         (password-cache-expiry): Remove declaration.
2666
2667         * mml2015.el: Require password-cache.
2668         (password-cache-expiry): Remove declaration.
2669
2670         * nneething.el (mailcap): Require mailcap.
2671
2672         * nnheader.el (declare-function): Add compatibility stub.
2673         (message-remove-header): Declare rather than autoload.
2674         (nnheader-replace-header): Require message.
2675
2676         * nnimap.el (declare-function): Add compatibility stub.
2677         (netrc-parse, netrc-machine-user-or-password): Declare.
2678         (nnimap-open-connection): Require netrc.
2679
2680         * nntp.el (declare-function): Add compatibility stub.
2681         (netrc-parse, netrc-machine, netrc-get): Declare.
2682         (nntp-send-authinfo): Require netrc.
2683
2684         * rfc2047.el: Don't require qp.
2685         (quoted-printable-encode-region, quoted-printable-decode-string):
2686         Autoload.
2687
2688         * sieve-mode.el: Don't require easymenu.
2689         (easy-menu-add-item): Autoload it.
2690
2691         * spam-stat.el (time-to-number-of-days): Autoload it.
2692
2693 2010-03-19  Glenn Morris  <rgm@gnu.org>
2694
2695         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2696
2697 2010-03-18  Glenn Morris  <rgm@gnu.org>
2698
2699         * hashcash.el (declare-function): Remove duplicate definition.
2700
2701 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2702
2703         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2704         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2705         value if any backslash escapes).
2706
2707 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2710         if it is available.  (bug#5647)
2711
2712         * lpath.el: Suppress compiler warning for coding-system-from-name for
2713         Emacs 21 and XEmacs.
2714
2715 2010-03-14  Juri Linkov  <juri@jurta.org>
2716
2717         * hmac-def.el:
2718         * hmac-md5.el:
2719         * netrc.el: Fix keywords.
2720
2721 2010-02-26  Glenn Morris  <rgm@gnu.org>
2722
2723         * message.el (message-send-mail-function): Change the default, so that
2724         it inherits from a customized send-mail-function.  (Bug#5643)
2725
2726 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2727
2728         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2729         shell-command-to-string signals an error (bug#5299).
2730
2731 2010-02-24  Glenn Morris  <rgm@gnu.org>
2732
2733         * message.el (message-smtpmail-send-it)
2734         (message-send-mail-with-mailclient): Doc fixes.
2735
2736 2010-02-16  Glenn Morris  <rgm@gnu.org>
2737
2738         * message.el (message-default-mail-headers): Change the default value
2739         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2740
2741 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2744         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2745
2746 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2747
2748         * time-date.el (date-to-time): Doc fix (Bug#5408).
2749
2750 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2751
2752         * message.el (message-mail): Just pass yank-action on to message-setup.
2753         (message-setup): Handle (FUN . ARGS) form of yank-action.
2754         (message-with-reply-buffer, message-widen-reply)
2755         (message-yank-original): Handle non-buffer values of
2756         message-reply-buffer (Bug#4080).
2757         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2758
2759 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2760
2761         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2762         Fix typo in docstring.
2763
2764 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2765
2766         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2767         response.
2768
2769 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2772
2773         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2774
2775         * message.el (message-check-news-header-syntax): Protect against a
2776         string that `rfc822-addresses' returns when parsing fails.
2777
2778 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2781         (gnus-previous-char-property-change): New functions.
2782
2783         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2784
2785 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2786
2787         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2788         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2789
2790 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2791
2792         * message.el (message-exchange-point-and-mark): Rework last change to
2793         avoid using optional arg of exchange-point-and-mark, for backward
2794         compatibility.
2795
2796 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2797
2798         * message.el (message-exchange-point-and-mark): Call
2799         exchange-point-and-mark with an argument rather than setting
2800         mark-active by hand (Bug#5175).
2801
2802 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2803
2804         * nntp.el (nntp-service-to-port): Work for service expressed with
2805         numeric string; replace [:digit:] with [0-9] for XEmacs.
2806
2807 2009-12-17  Glenn Morris  <rgm@gnu.org>
2808
2809         * gnus-group.el (gnus-bug-group-download-format-alist):
2810         Change emacs entry to debbugs.gnu.org.  Bump :version.
2811
2812 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2813
2814         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2815
2816 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2817
2818         * message.el (message-info): Explain why we use `Info-goto-node'.
2819
2820 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2821
2822         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2823
2824 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2825
2826         * message.el (message-completion-in-region): New compatibility function.
2827         (message-expand-group): Use it.
2828
2829 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2830
2831         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2832         with no unread article should be listed if the 2nd arg `predicate' is
2833         given.
2834
2835 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2836
2837         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2838
2839 2009-11-29  Juri Linkov  <juri@jurta.org>
2840
2841         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2842         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2843         on `gnus-recenter'. (Bug#4698, Bug#4981)
2844
2845 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2846
2847         * sha1.el (sha1-string-external): default-directory "/" in case
2848         otherwise non-existent.  process-connection-type pipe for touch of
2849         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2850
2851 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2852
2853         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2854         it's comms related and sgml-mode.el has "comm" on that basis too.
2855
2856 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2857
2858         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2859         containing tspecial characters if they have been already quoted.
2860
2861 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2862
2863         * dns-mode.el (auto-mode-alist): Purecopy string.
2864
2865 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2866
2867         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2868
2869 2009-10-24  Glenn Morris  <rgm@gnu.org>
2870
2871         * gnus-art.el (help-xref-stack-item): Define for compiler.
2872
2873 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2874
2875         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2876
2877 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2878
2879         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2880
2881 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2882
2883         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2884         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2885
2886 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2887
2888         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2889         (gnus-overlays-in): New alias to overlays-in.
2890
2891         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2892         gnus-overlay-get, and gnus-delete-overlay.
2893         (gnus-summary-show-thread): Make it work as well for systems in which
2894         next-single-char-property-change is not available.
2895         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2896
2897         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2898         (gnus-overlay-get): New alias to extent-property.
2899         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2900
2901         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2902         SXEmacs.
2903
2904         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2905         SXEmacs.
2906
2907 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2908
2909         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2910
2911 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2912
2913         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2914         and XEmacs that don't have `remove-overlays'.
2915
2916 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2917
2918         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2919         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2920         selective display.  Use overlays instead.
2921
2922 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2923
2924         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2925
2926 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2927
2928         * spam-stat.el (spam-stat-load): Fix typo in message.
2929
2930 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2931
2932         * dig.el (dig-invoke): Fix typo in docstring.
2933         (query-dig): Reflow docstring.
2934
2935 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2936
2937         * gnus-art.el (gnus-article-encrypt-body):
2938         * message.el (message-check-recipients):
2939         * mm-util.el (mm-codepage-setup):
2940         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2941         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2942
2943 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2944
2945         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2946         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2947         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2948         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2949         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2950
2951 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2952
2953         * dig.el: Add "Keywords: comm", as per net-utils.el.
2954
2955 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2956
2957         * dig.el (dig-mode): Use define-derived-mode.
2958
2959 2009-09-19  Glenn Morris  <rgm@gnu.org>
2960
2961         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2962
2963 2009-09-18  Glenn Morris  <rgm@gnu.org>
2964
2965         * gnus-diary.el (gnus-diary-check-message):
2966         * message.el (message-insert-formatted-citation-line):
2967         * nnbabyl.el (top-level):
2968         * nndiary.el (nndiary-schedule):
2969         Fix typos in condition-case handlers.
2970
2971 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2972
2973         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2974         configuration that provides the sole article window in a frame;
2975         position point correctly after deleting a part.
2976
2977 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2978
2979         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2980         (spam-resolve-registrations-routine): Use it to unregister articles
2981         that change status.
2982
2983 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2984
2985         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2986         with XEmacs.
2987         (parse-time-string-chars): Use it.
2988
2989 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2990
2991         * imap.el (imap-interactive-login): Better messages.
2992         (imap-open): Fix bug with renamed buffer on reconnect.
2993         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2994         for easier debugging and cleaner code.  On successful (guessed based on
2995         server capabilities) secondary authentication, set imap-state
2996         correctly.
2997         (imap-last-authenticator): Define imap-last-authenticator as a variable
2998         to avoid warnings.
2999
3000 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * nnrss.el (nnrss-request-article): Remove binding of
3003         default-enable-multibyte-characters that has gotten needless by
3004         the 2007-07-13 change in rfc2047-encode-message-header.
3005
3006         * mml.el (mml-insert-multipart): Error on the message header.
3007         (mml-insert-part): Error on the message header; position point at
3008         the end of a MIME tag.
3009
3010 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * time-date.el (autoload): Expand define-obsolete-function-alias into
3013         defalias and make-obsolete for old Emacsen that Gnus supports.
3014         (with-no-warnings): Define it for old Emacsen.
3015         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3016         is available.
3017         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3018         float-time is available; suppress compile warning for time-to-seconds.
3019
3020         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
3021         (gnus-float-time): Alias to float-time if it exists.
3022
3023         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
3024         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
3025         float-time is available; suppress compile warning for time-to-seconds.
3026
3027         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
3028         XEmacs.
3029
3030 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3031
3032         * imap.el (imap-message-map): Docstring fix.
3033
3034 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3035
3036         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3037         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3038         Add the optional argument `encoding' that overrides the default.
3039
3040         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3041         mm-encode-buffer.
3042
3043 2009-09-04  Glenn Morris  <rgm@gnu.org>
3044
3045         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3046         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3047         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3048         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3049         * mm-util.el (mm-with-unibyte-current-buffer)
3050         (mm-find-buffer-file-coding-system):
3051         * yenc.el (yenc-decode-region): Use default-value rather than
3052         default-enable-multibyte-characters.
3053
3054 2009-09-03  Glenn Morris  <rgm@gnu.org>
3055
3056         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3057         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3058         than default-enable-multibyte-characters.
3059
3060 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3061
3062         * gnus-art.el (gnus-article-read-summary-keys):
3063         Fix gnus-buffer-configuration's value temporarily used.
3064
3065 2009-09-02  Glenn Morris  <rgm@gnu.org>
3066
3067         * gnus-util.el (gnus-float-time): New function.
3068         * gnus-delay.el (gnus-delay-article):
3069         * gnus-sum.el (gnus-thread-latest-date):
3070         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3071         * nnspool.el (nnspool-request-newgroups):
3072         Use gnus-float-time rather than time-to-seconds.
3073         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3074
3075         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3076         (gnus-header-subject-face, gnus-header-newsgroups-face)
3077         (gnus-header-name-face, gnus-header-content-face):
3078         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3079         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3080         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3081         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3082         (gnus-cite-face-11):
3083         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3084         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3085         (gnus-server-closed-face, gnus-server-denied-face)
3086         (gnus-server-offline-face):
3087         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3088         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3089         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3090         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3091         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3092         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3093         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3094         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3095         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3096         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3097         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3098         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3099         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3100         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3101         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3102         (gnus-summary-high-undownloaded-face)
3103         (gnus-summary-low-undownloaded-face)
3104         (gnus-summary-normal-undownloaded-face)
3105         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3106         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3107         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3108         (gnus-splash-face):
3109         * message.el (message-header-to-face, message-header-cc-face)
3110         (message-header-subject-face, message-header-newsgroups-face)
3111         (message-header-other-face, message-header-name-face)
3112         (message-header-xheader-face, message-separator-face)
3113         (message-cited-text-face, message-mml-face):
3114         * sieve-mode.el (sieve-control-commands-face)
3115         (sieve-action-commands-face, sieve-test-commands-face)
3116         (sieve-tagged-arguments-face):
3117         * spam.el (spam-face):
3118         Mark face aliases with "-face" in the name as obsolete.
3119
3120 2009-09-01  Glenn Morris  <rgm@gnu.org>
3121
3122         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3123         than goto-line.
3124
3125 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3126
3127         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3128         Don't move point if the command is invoked inside the message header.
3129
3130 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3131
3132         * imap.el (imap-send-command): Simplify.
3133         (imap-wait-for-tag): point-max -> buffer-size.
3134
3135 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3136
3137         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3138         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3139         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3140         * nnir.el (nnir-swish-e-index-file):
3141         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3142         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3143         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3144         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3145         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3146         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3147
3148 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3149
3150         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3151         Don't save excursion.
3152
3153 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3154
3155         * nnheader.el (nnheader-find-file-noselect):
3156         * mm-util.el (mm-insert-file-contents):
3157         Use (default-value 'major-mode) instead of default-major-mode.
3158
3159 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3160
3161         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3162
3163 2009-08-26  Glenn Morris  <rgm@gnu.org>
3164
3165         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3166         than placing in files.el.
3167
3168 2009-08-25  Glenn Morris  <rgm@gnu.org>
3169
3170         * nnir.el (top-level): Don't require cl at run-time.
3171         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3172         Replace cl-function substitute with gnus-replace-in-string.
3173         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3174         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3175         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3176         simplified expansions.
3177
3178 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3179
3180         * dig.el (dig): Add autoload cookie.
3181
3182 2009-08-22  Glenn Morris  <rgm@gnu.org>
3183
3184         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3185         goto-line.
3186
3187 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3188
3189         * parse-time.el (parse-time-string-chars): Save match data.
3190
3191 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3192
3193         * parse-time.el (parse-time-string-chars): Compute using character
3194         classes, to handle non-ascii characters (Bug#3190).
3195
3196 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3197
3198         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3199
3200         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3201         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3202         (gnus-mm-display-part, gnus-mime-display-single)
3203         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3204         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3205
3206         * gnus-sum.el
3207         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3208         (gnus-summary-move-article): Add expirable mark to articles copied or
3209         moved to group that has auto-expire turned on if the option is non-nil.
3210
3211 2009-07-24  Glenn Morris  <rgm@gnu.org>
3212
3213         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3214         Fix typo.  (Bug#3903)
3215
3216 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3219         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3220         that should not be used for draft articles.
3221         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3222         that has no concern in minor mode keys.
3223         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3224         Abolish.
3225
3226 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3229         article without making inquiry to a user for unknown encoding.
3230
3231         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3232         (nnmaildir--scan): Assume i-node and device number that file-attributes
3233         returns might be cons-cell.
3234
3235         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3236
3237         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3238
3239 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3240
3241         * auth-source.el: Remove docs now in auth.texi.  Don't use
3242         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3243         `auth-source-hide-passwords' and use them.
3244
3245 2009-07-15  Glenn Morris  <rgm@gnu.org>
3246
3247         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3248
3249 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3250
3251         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3252         excessive whitespace from the default values of title and description.
3253
3254 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3257         mail-fetch-field to fetch Content-Description header in order to
3258         exclude newlines.
3259
3260 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3261
3262         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3263         format used by GnuPG 2.0.11.
3264
3265 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3268         to deleted part.
3269
3270 2009-05-30  David Engster  <dengste@eml.cc>
3271
3272         * nnmairix.el: Remove old documentation in the commentary block.
3273         (nnmairix-request-group): Do not update active file for nnml back ends.
3274         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3275         end so that overview files are ignored.
3276         (nnmairix-update-groups): Make updating the groups more robust by using
3277         marks.
3278         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3279         with dollar characters in message-id.
3280
3281 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3282
3283         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3284         2008-12-25 in dns.el.
3285
3286 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3287
3288         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3289         could happen if the text is only composed of spaces and/or tabs.
3290
3291 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3292
3293         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3294         when sending a queued message to avoid extra mml tags.
3295
3296 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3297
3298         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3299
3300 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3301
3302         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3303         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3304         rmail-toggle-header for XEmacs;
3305         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3306
3307 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3308
3309         * gnus-dired.el: Remove autoload for gnus-setup-message.
3310         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3311         displaying Gnus logo; always use compose-mail.
3312
3313 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3314
3315         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3316
3317 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3320         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3321         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3322         available.
3323         (gnus-nocem-epg-verify): New function.
3324
3325 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3326
3327         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3328
3329 2009-02-15  Glenn Morris  <rgm@gnu.org>
3330
3331         * gnus-util.el (rmail-insert-rmail-file-header)
3332         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3333         autoloads.
3334         (rmail-default-rmail-file): Remove unnecessary declaration.
3335         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3336
3337 2009-02-14  Glenn Morris  <rgm@gnu.org>
3338
3339         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3340         variable (only used in gnus-util, which declares it anyway).
3341         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3342         which was only needed by gnus-art (changed to not use it any more).
3343         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3344         only used in gnus-util, which autoloads it itself.
3345         (rmail-update-summary): Fix autoload.
3346
3347         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3348         rather than rmail-output-to-rmail-file.
3349
3350 2009-02-07  Glenn Morris  <rgm@gnu.org>
3351
3352         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3353         autoload of function that no longer exists.
3354         (rmail-toggle-header): Declare.
3355         (message-forward-rmail-make-body): Handle mbox Rmail.
3356
3357 2009-01-31  Glenn Morris  <rgm@gnu.org>
3358
3359         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3360         2009-01-09 change.
3361
3362 2009-01-31  Dave Love  <fx@gnu.org>
3363
3364         * imap.el (imap-fetch-safe): Bind debug-on-error.
3365         (imap-debug): Add imap-fetch-safe.
3366
3367 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3368
3369         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3370         (auth-source-forget-all-cached): New convenience function.
3371         (auth-source-user-or-password): Accept list of modes or a single mode.
3372
3373         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3374         auth-source modes.
3375
3376         * netrc.el (netrc-machine-user-or-password): Use list of
3377         auth-source modes.
3378
3379         * nnimap.el (nnimap-open-connection): Use list of
3380         auth-source modes.
3381
3382         * nntp.el (nntp-send-authinfo): Use list of
3383         auth-source modes.
3384
3385 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3386
3387         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3388         now.
3389
3390 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3391
3392         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3393         coding system in XEmacs; add a workaround for XEmacs.
3394
3395         * lpath.el: Fbind coding-system-aliasee.
3396
3397 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3398
3399         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3400         of current-language-environment.
3401
3402 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3403
3404         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3405         available at runtime.
3406
3407 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3410
3411 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3412
3413         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3414         the greatest positive fixnum value doesn't work under an XEmacs with
3415         bignum support; use the most-positive-fixnum constant instead,
3416         available since Emacs 21.1 with cl and XEmacs 21.1.
3417
3418 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3421         XEmacs gets not to work.
3422
3423 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * mm-util.el (mm-coding-system-priorities): Allow the value like
3426         "Japanese (UTF-8)" of current-language-environment.
3427
3428 2009-01-09  Glenn Morris  <rgm@gnu.org>
3429
3430         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3431         with last-command-event.
3432
3433 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3434
3435         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3436         in the doc string.
3437
3438         * message.el (message-fix-before-sending): Amend comment.
3439
3440 2009-01-08  Dave Love  <fx@gnu.org>
3441
3442         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3443
3444 2009-01-07  David Engster  <dengste@eml.cc>
3445
3446         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3447         simplified server definitions by converting it via
3448         gnus-server-to-method.
3449
3450 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3451
3452         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3453         parameter's operands.
3454
3455 2009-01-06  David Engster  <dengste@eml.cc>
3456
3457         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3458         primary select method (for gnus-group-mark-article-as-read).
3459
3460 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3461
3462         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3463         `(gnus)Face', not `(gnus)X-Face'.
3464
3465 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3466
3467         * mm-util.el (mm-ucs-to-char): New function.
3468
3469         * mm-url.el (mm-url-decode-entities): Use it.
3470
3471         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3472         unicode-to-char.
3473
3474 2009-01-05  Dave Love  <fx@gnu.org>
3475
3476         * time-date.el: Require cl for `declare'.
3477
3478 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3479
3480         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3481         Dave Love.
3482
3483 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3484
3485         * message.el (message-fix-before-sending): Add `eight-bit' to
3486         illegible-text check.
3487
3488 2009-01-03  Michael Olson  <mwolson@gnu.org>
3489
3490         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3491         `headers' is nil.  This can occur if the IMAP server does not have
3492         permissions to read messages from a folder, but can write new messages
3493         to the folder.
3494         (nnimap-request-article-part): Do not insert `data' if it is nil.
3495
3496         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3497         characters which will confuse `read', so skip past them.
3498
3499 2009-01-01  Dave Love  <fx@gnu.org>
3500
3501         * imap.el (imap-string-to-integer): Fix typo.
3502         (imap-fetch-safe): New function.
3503         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3504
3505         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3506
3507         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3508         (imap-parse-greeting): Fix doc strings.
3509         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3510         (imap-parse-flag-list): Make messages unique.
3511         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3512
3513         * nnimap.el: Fix author email.
3514         (nnimap-split-rule): Add FIXME comment.
3515         (nnimap-debug): Fix doc string.
3516
3517 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3518
3519         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3520
3521 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3522
3523         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3524         nslookup if resolv.conf isn't available.
3525         (dns-query): Rename from query-dns.
3526         (dns-query-cached): Rename from query-dns-cached.
3527
3528 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3529
3530         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3531         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3532         to check if those variables exist (first appeared in Emacs 18.50).
3533
3534 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * mm-util.el (mm-line-number-at-pos): New function.
3537
3538         * spam-report.el (spam-report-process-queue): Use it.
3539
3540 2008-12-24  David Engster  <dengste@eml.cc>
3541
3542         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3543         parameters that haven't existed as variables as buffer-local variables.
3544
3545 2008-12-23  Dave Love  <fx@gnu.org>
3546
3547         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3548         cadar.
3549
3550         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3551         imap-starttls-p.
3552         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3553
3554 2008-12-22  Dave Love  <fx@gnu.org>
3555
3556         * imap.el: Fix author email.  Doc fixes.
3557         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3558         reply.
3559
3560 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3561
3562         * spam-report.el (spam-report-gmane-max-requests): New constant.
3563         (spam-report-gmane-wait): New variable.
3564         (spam-report-gmane-ham, spam-report-gmane-spam)
3565         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3566         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3567         the server.
3568
3569         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3570         Add explanations.
3571
3572         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3573         nnheader-accept-process-output and nnheader-read-timeout if available.
3574         (pop3-movemail): Use it.
3575
3576         * message.el (message-check-news-body-syntax): Fix signature check if
3577         there's an attachment.
3578
3579 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * mm-util.el: Add comments to the mm- emulating functions.
3582
3583 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3584
3585         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3586         by Stephen Berman <stephen.berman@gmx.net>.
3587
3588 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3589
3590         * mm-util.el (mm-substring-no-properties): New function.
3591         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3592         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3593         (mm-string-to-multibyte): Doc fix.
3594
3595         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3596
3597 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * mml.el (mml-attach-file): Strip text properties from file name.
3600         (Bug#1574)
3601
3602 2008-12-16  Glenn Morris  <rgm@gnu.org>
3603
3604         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3605
3606 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3607
3608         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3609         knows since the charset specified might be a bogus alias that
3610         mm-charset-synonym-alist provides.
3611
3612 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3613
3614         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3615         "ISO_8859-1".
3616
3617         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3618
3619 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * mm-util.el (mm-charset-eval-alist):
3622         Define it before mm-charset-to-coding-system.
3623         (mm-charset-to-coding-system): Add optional argument `silent';
3624         define it before mm-charset-override-alist.
3625         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3626         default value if it can be used in Emacs currently running;
3627         silence mm-charset-to-coding-system.
3628
3629 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3632         `allow-override' which says whether to use `mm-charset-override-alist'.
3633         (rfc2047-decode-encoded-words): Use it.
3634
3635         * mm-util.el (mm-charset-override-alist): Fix custom type;
3636         add `(gb2312 . gbk)' to choices.
3637
3638 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3639
3640         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3641         fast.
3642
3643         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3644
3645         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3646
3647 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3648
3649         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3650         on links.
3651
3652         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3653
3654 2008-12-03  Lute Kamstra  <lute@gnu.org>
3655
3656         * sha1.el: Remove leading * from docstrings of defcustoms,
3657         deffaces, defconsts and defuns.
3658
3659 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3662         users' addresses that don't have domain parts.
3663         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3664         rather than message-narrow-to-head since there will be the message
3665         header separator.
3666
3667 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3668
3669         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3670         since the result is inserted in a unibyte buffer anyway.
3671         (nnimap-demule-use-string-to-multibyte): Remove.
3672         (nnimap-demule): Alias it to mm-string-to-multibyte.
3673
3674 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3675
3676         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3677         variable for debugging bug#464 and bug#1174.
3678         (nnimap-demule): Use it.
3679
3680 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3681
3682         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3683         score calculation correctly.
3684
3685 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3686
3687         * message.el (message-send-mail): Just set the buffer to unibyte
3688         rather than use mm-with-unibyte-current-buffer which does a lot more.
3689         (message-send-mail-partially): Don't bother with
3690         mm-with-unibyte-current-buffer since it's already been made unibyte by
3691         message-send-mail.
3692
3693 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3694
3695         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3696
3697 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3698
3699         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3700
3701 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3702
3703         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3704         require itself and to remove `with-no-warnings'.
3705
3706 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3707
3708         * starttls.el (starttls-any-program-available): Get the name of the
3709         available TLS layer program.
3710         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3711         well as the host name in the "opening" message.
3712
3713         * auth-source.el (auth-source-cache, auth-source-do-cache)
3714         (auth-source-user-or-password): Cache passwords and logins by default,
3715         allow override with `auth-source-do-cache'.
3716         (auth-source-forget-user-or-password): Allow users to remove cache
3717         entries if needed.
3718
3719 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3720
3721         * md4.el (md4-buffer): Fix typo in docstring.
3722         (md4, md4-64): Doc fixes.
3723         (md4-pack-int32): Reflow docstring.
3724
3725 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3726
3727         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3728         condition-case to only the forward-sexp call.
3729
3730 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3731
3732         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3733         quotes contained.  Make it more robust regardless by an extra
3734         condition-case wrapper.
3735
3736 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3739
3740 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * nnml.el (nnml-request-expire-articles): Check if the function set to
3743         `nnmail-expiry-target' returns the symbol `delete'.
3744
3745         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3746
3747         * nnmail.el (nnmail-expiry-target): Fix custom type.
3748
3749 2008-10-02  Glenn Morris  <rgm@gnu.org>
3750
3751         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3752         Silence compiler warning.
3753
3754 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3755
3756         * tls.el (open-tls-stream): Show the actual command being
3757         executed, instead of the format string.
3758
3759 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3760
3761         * lpath.el: Fbind codepage-setup for Emacs 23.
3762
3763 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3764
3765         * mml.el (mml-menu): Don't assume mml2015 is bound.
3766
3767 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3770         exists.
3771
3772 2008-09-27  Glenn Morris  <rgm@gnu.org>
3773
3774         * gnus-util.el (mail-header-remove-comments): Autoload it.
3775
3776 2008-09-27  Andreas Schwab  <schwab@suse.de>
3777
3778         * gnus-util.el (gnus-split-references): Strip comments.
3779         (gnus-parent-id): Likewise.
3780
3781 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3782
3783         * message.el (message-confirm-send): Fix version.
3784
3785 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * message.el (message-idna-to-ascii-rhs-1): Use
3788         mail-extract-address-components rather than mail-header-parse-addresses
3789         that is an alias by default to ietf-drums-parse-addresses that does not
3790         support non-ASCII names in headers' contents.
3791
3792 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3793
3794         * message.el (message-confirm-send): Fixed variable documentation to
3795         avoid the "y/n" wording.
3796
3797 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3798
3799         * message.el (message-set-auto-save-file-name): Save to a different
3800         filename so multiple messages (especially drafts) can be recovered.
3801
3802 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3803
3804         * message.el (message-confirm-send): Add appropriate version.
3805
3806 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3807
3808         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3809         defvar.
3810
3811 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3812
3813         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3814         (mm-pkcs7-enveloped-magic): Ditto.
3815
3816 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3817
3818         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3819         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3820
3821 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3822
3823         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3824         default, it's better.
3825
3826 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3827
3828         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3829         summary line gnus-number property and ignore them (with a warning
3830         message).
3831
3832 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3835         macro caddr in the interactive form since it won't be expanded.
3836
3837 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3840         `charset'; fix name of function called recursively.
3841         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3842
3843 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3846         (gnus-mime-set-charset-parameters): New function.
3847         (gnus-mime-view-part-as-charset): Use it to correctly display part
3848         specifying wrong charset.
3849
3850 2008-09-08  David Engster  <dengste@eml.cc>
3851
3852         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3853         in completing-read for back end server.
3854
3855 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3856
3857         * message.el (message-confirm-send): New variable to confirm sending a
3858         message.
3859         (message-send): Use it.
3860
3861 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3862
3863         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3864
3865 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3868
3869 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3870
3871         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3872         prevent tracking too many groups.
3873         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3874         Use it.
3875
3876 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3877
3878         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3879         moving point to the bottom of the window in order to avoid recentering.
3880
3881 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3882
3883         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3884
3885         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3886         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3887         (gnus-article-beginning-of-window): Fix calculation.
3888
3889 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * gnus-msg.el (gnus-summary-supersede-article)
3892         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3893         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3894         message header.
3895
3896 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3897
3898         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3899         pending output coming after the status change.
3900
3901 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3902
3903         * message.el:
3904         * gnus-start.el:
3905         * gnus-registry.el: Remove VMS support.
3906
3907 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3910         macro.
3911         (rfc2104-hash): Use it.
3912
3913 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3914
3915         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3916         (gnus-summary-sort-by-most-recent-date): New commands.
3917         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3918         and menu entries.
3919
3920 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3921
3922         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3923         don't redisplay article for raw contents; remove plural articles stuff.
3924
3925         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3926         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3927         on gnus-summary-save-article; display results properly.
3928
3929 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * lpath.el: No need to fbind ns-focus-frame.
3932
3933 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3936
3937 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3940         gnus-save-all-headers.
3941
3942 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3943
3944         * gnus-util.el (ns-focus-frame): Remove declaration.
3945         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3946         like x.
3947
3948 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3949
3950         * rfc2104.el (rfc2104-zero): Delete defconst.
3951         (rfc2104-hex-alist): Likewise.
3952         (rfc2104-hex-to-int): Delete func.
3953         (rfc2104-hexstring-to-bitstring): Likewise.
3954         (rfc2104-nybbles): New defconst.
3955         (rfc2104-hash): Rewrite for speed.
3956
3957 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * tls.el (open-tls-stream): Make it work with the 2nd argument
3960         BUFFER that is a string but does not exist as a buffer object, as
3961         mentioned in the doc-string.
3962
3963 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3964
3965         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3966         SXEmacs.
3967
3968 2008-07-16  Glenn Morris  <rgm@gnu.org>
3969
3970         * gnus-util.el (ns-focus-frame): Declare for compiler.
3971
3972 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3975         set as a group parameter.
3976         (gnus-summary-save-in-pipe): Work when it is called independently.
3977         (gnus-summary-pipe-to-muttprint): Don't modify
3978         gnus-summary-pipe-output-default-command.
3979
3980 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3981
3982         * message.el (message-send-mail-with-sendmail):
3983         Display the error message.
3984
3985 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-art.el (gnus-default-article-saver):
3988         Add gnus-summary-save-in-pipe to choices.
3989         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3990         gnus-summary-pipe-output-default-command as the default command.
3991         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3992         instead of gnus-last-shell-command.
3993
3994         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3995         New user option.
3996         (gnus-summary-muttprint-program): Mention the value will be changed.
3997         (gnus-summary-save-article): Force showing of all headers.
3998         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3999
4000 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
4001
4002         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
4003
4004 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
4005
4006         * nnimap.el (nnimap-id):
4007         * sieve-manage.el (sieve-manage-open): Doc fixes.
4008
4009 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
4010
4011         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
4012         if available.
4013
4014 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4015
4016         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
4017
4018         * nnkiboze.el (nnkiboze-generate-group):
4019         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
4020
4021         * nnmairix.el: Require CL.
4022
4023 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * dgnushack.el: Autoload get-display-table and put-display-table for
4026         XEmacs 21.5.
4027
4028         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
4029         21.4 and SXEmacs.
4030
4031 2008-06-15  David Engster  <dengste@eml.cc>
4032
4033         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4034
4035 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4036
4037         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4038         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4039         runtime choice under XEmacs.
4040
4041         * gnus-sum.el (gnus-summary-set-display-table):
4042         Use `gnus-put-display-table', `gnus-get-display-table',
4043         `gnus-set-display-table' for the display table, instead of `aset'.
4044
4045         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4046         Use `gnus-put-display-table', `gnus-get-display-table',
4047         `gnus-set-display-table' for the display table.
4048
4049 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4050
4051         * nnmairix.el: Add autoloads.
4052
4053 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4054
4055         * nnmairix.el (nnmairix-delete-recreate-group)
4056         (nnmairix-update-and-clear-marks): Fix error messages.
4057
4058 2008-06-14  David Engster  <dengste@eml.cc>
4059
4060         * nnmairix.el: Upgrade to version 0.6.
4061         (nnmairix-group-toggle-propmarks-this-group)
4062         (nnmairix-group-toggle-readmarks-this-group)
4063         (nnmairix-group-delete-recreate-this-group)
4064         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4065         (nnmairix-remove-tick-mark-original-article): New commands.
4066         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4067         (nnmairix-propagate-marks-to-nnmairix-groups)
4068         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4069         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4070         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4071         functions needed for marks propagation and manipulation of read marks.
4072         (nnmairix-update-groups): New function.
4073         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4074         (nnmairix-determine-original-group-from-registry)
4075         (nnmairix-determine-original-group-from-path)
4076         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4077         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4078         New helper functions.
4079         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4080         keystrokes for new commands.
4081         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4082         (nnmairix-request-group): Check allow-fast group parameter.
4083         (nnmairix-request-create-group): Set allow-fast group parameter if
4084         nnmairix-allowfast-default is set.
4085         (nnmairix-close-group): Propagate marks upon closing if needed.
4086         (nnmairix-group-toggle-threads-this-group): Use new.
4087         nnmairix-group-toggle-parameter helper function.
4088         (nnmairix-search): Better check for empty search result.
4089         (nnmairix-goto-original-article): Use new helper functions for
4090         determining original article.
4091         (nnmairix-show-original-article): Make sure message-id is in brackets.
4092         (nnmairix-call-mairix-binary): Change variable name.
4093         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4094         helper function.
4095         (nnmairix-widget-toggle-activate): Fix doc string.
4096
4097 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * nnir.el: Require edmacro when compiling with XEmacs.
4100         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4101         available in Emacs 21.
4102
4103 2008-06-11  Glenn Morris  <rgm@gnu.org>
4104
4105         * gnus-util.el (x-focus-frame):
4106         * gnus.el (image-size):
4107         * mm-decode.el (image-size): Declare.
4108
4109         * gnus-picon.el (declare-function): Add compat definition.
4110         (image-size): Declare.
4111
4112         * gnus-group.el (tool-bar-map):
4113         * gnus-sum.el (tool-bar-map): Define for compiler.
4114
4115         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4116
4117         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4118
4119         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4120         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4121         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4122         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4123         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4124         * sieve-manage.el, spam-report.el, spam.el:
4125         Remove unnecessary eval-and-compile of autoloads.
4126
4127 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4128
4129         * auth-source.el: Precise Tramp doc.
4130
4131 2008-06-07  Glenn Morris  <rgm@gnu.org>
4132
4133         * nnmairix.el: Remove unnecessary eval-when-compile.
4134
4135 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4136
4137         * lpath.el: Fbind propertize for XEmacs 21.4.
4138
4139 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4140
4141         * nnir.el: Move here from ../contrib.
4142
4143 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4144
4145         * gnus-util.el (gnus-read-shell-command): New function.
4146         * mm-decode.el (mm-pipe-part):
4147         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4148
4149 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4152
4153 2008-06-03  Glenn Morris  <rgm@gnu.org>
4154
4155         * pop3.el (nnheader-accept-process-output): Autoload it.
4156
4157 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4160         are not 2-digit hexadecimal characters that follow `%'s.
4161
4162 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4163
4164         * message.el (message-bogus-recipient-p): Fix type in doc string.
4165         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4166         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4167         Improve custom options.
4168         (message-bogus-recipient-p): Adjust accordingly.
4169
4170 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4171
4172         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4173         long-form month and day names.
4174
4175 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * dgnushack.el: Autoload debug, eudc-expand-inline and
4178         pgg-snarf-keys-region for XEmacs.
4179
4180         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4181
4182         * nnmairix.el: Require edmacro when compiling with XEmacs.
4183
4184 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4187         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4188
4189 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4190
4191         * auth-source.el: Add more docs.
4192
4193         * netrc.el (netrc-machine): Always match if the port is not given.
4194
4195 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4196
4197         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4198         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4199         retrieval faster in some cases, but might make CPU usage larger.  If
4200         this has any bad side effects, we might revert this change.
4201
4202         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4203         seems to make mail retrieval much, much faster.
4204         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4205         unconditionally.
4206
4207         * gnus-draft.el (gnus-group-send-queue): Bind
4208         message-send-mail-partially-limit to nil to avoid being prompted.
4209
4210 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4211
4212         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4213
4214         * message.el (message-bogus-address-regexp): Fix and improve custom
4215         type.
4216         (message-setup-hook): Add message-check-recipients as custom option.
4217
4218 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4219
4220         * message.el (message-cite-function): Remove bogus autoload which crept
4221         in during merge from v5-10.
4222
4223 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4224
4225         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4226
4227         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4228
4229         * auth-source.el: Preliminary Tramp docs.
4230         (auth-sources): Change the default auth-sources to use
4231         EPA .gpg files.
4232
4233 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4234
4235         * nntp.el: Autoload `auth-source-user-or-password'.
4236         (nntp-send-authinfo): Use it.
4237
4238         * nnimap.el: Autoload `auth-source-user-or-password'.
4239         (nnimap-open-connection): Use it.
4240
4241         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4242         for the gnus-message function.
4243         (auth-source-user-or-password): Use it.
4244
4245 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4246
4247         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4248         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4249         (rfc2104-hash): Use it.
4250
4251 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4252
4253         * gnus-art.el (gnus-article-toggle-truncate-lines):
4254         Don't use `iff' in docstring.
4255
4256 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4257
4258         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4259
4260         * gnus-util.el (gnus-extract-address-component-name)
4261         (gnus-extract-address-component-email): Convenience functions around
4262         `gnus-extract-address-components'.
4263
4264         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4265         Use `gnus-extract-address-component-email' to fix bug of comparing full
4266         sender name to `user-mail-address'.
4267
4268 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4269
4270         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4271         catch/throw to optimize.
4272         (gnus-registry-find-keywords): Just use member to find a keyword.
4273
4274 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4275
4276         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4277         is current before calling gnus-server-prepare.
4278         (gnus-server-setup-buffer, gnus-server-update-server)
4279         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4280
4281 2008-05-04  Juri Linkov  <juri@jurta.org>
4282
4283         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4284         (mailcap-file-default-commands): Use mailcap-replace-in-string
4285         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4286         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4287
4288 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4289
4290         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4291
4292 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4293
4294         * gnus.el: Bump version to 0.11.
4295
4296 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4297
4298         * gnus.el: No Gnus v0.10 is released.
4299
4300 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301
4302         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4303         hooks.
4304         (gnus-update-read-articles): Speed up non-marks-using users.
4305         (gnus-use-marks): Define gnus-use-marks.
4306         (gnus-propagate-marks): Rename variable to something more sensible.
4307
4308 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4309
4310         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4311         (gmm-image-load-path-for-library): Fix typos in docstrings.
4312         (gmm-message): Reflow docstring.
4313
4314 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4315
4316         * mail-source.el (mail-source-set-1, mail-source-bind):
4317         Move auth-source code out of the macro to clean it up and fix bugs.
4318
4319 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4320
4321         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4322         by sender if it's equal to user-mail-address, it's likely to be
4323         useless.
4324
4325         * mail-source.el (mail-source-bind): Don't use user or password if they
4326         are not bound.  Unintern them if they are nil.  Don't use server unless
4327         it's bound, and default it to empty string otherwise.
4328
4329 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4330
4331         * mail-source.el: Load auth-source.el.
4332         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4333         get user name or password, if auth-sources is set up.
4334
4335         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4336         strategy of splitting with parent.
4337         (gnus-registry-split-fancy-with-parent)
4338         (gnus-registry-post-process-groups): Use it and fix prior
4339         bug (returning a list as the split result).
4340
4341         * auth-source.el (auth-sources): Remove server parameter.
4342         (auth-source-pick, auth-source-user-or-password)
4343         (auth-source-user-or-password-imap)
4344         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4345         (auth-source-user-or-password-sftp)
4346         (auth-source-user-or-password-smtp): Remove server parameter.
4347
4348 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4349
4350         * smime.el (smime-sign-region, smime-encrypt-region)
4351         (smime-decrypt-region):
4352         Remove redundant calls to `generate-new-buffer-name'.
4353
4354 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4355
4356         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4357         Don't use QP for message/rfc822.
4358         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4359
4360 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4361
4362         * sieve-manage.el (sieve-string-bytes): Remove.
4363         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4364         correct byte-length only if the process's coding-system is the same as
4365         the one used internally by Emacs to represent strings.
4366
4367 2008-04-22  Juri Linkov  <juri@jurta.org>
4368
4369         * mailcap.el (mailcap-file-default-commands): New function.
4370
4371 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4372
4373         * message.el (message-signature-separator, message-cite-function):
4374         Change custom version.
4375
4376 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4377
4378         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4379         commands.
4380         (tls-checktrust): Ditto.
4381
4382 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4383
4384         * mm-decode.el (mm-display-external): Make temp file read-only.
4385
4386 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4387
4388         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4389         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4390         `C-c C-f d'.
4391
4392 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4393
4394         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4395
4396 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4397
4398         * gnus.el: Bump version to 0.9.
4399
4400 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4401
4402         * gnus.el: No Gnus v0.8 is released.
4403
4404 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4405
4406         * mail-source.el (mail-source-value):
4407         Prefer fboundp to functionp so it works with macros as well.
4408
4409 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4410
4411         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4412         Fix last change in case the element is not even a symbol.
4413
4414 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4415
4416         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4417         Prefer fboundp to functionp so it works with macros as well.
4418
4419 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4420
4421         * auth-source.el: Added docs.
4422         (auth-sources): Modify format to support server.
4423         (auth-source-pick, auth-source-user-or-password)
4424         (auth-source-user-or-password-imap)
4425         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4426         (auth-source-user-or-password-sftp)
4427         (auth-source-user-or-password-smtp): Add server parameter.
4428
4429 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4430
4431         * gnus-registry.el: Initialize the registry when gnus-registry-install
4432         is t.
4433
4434 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * compface.el (uncompface): Make buffer unibyte.
4437
4438 2008-04-05  Glenn Morris  <rgm@gnu.org>
4439
4440         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4441
4442 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4443
4444         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4445         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4446
4447         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4448         multibyteness after rather than before erasing it.
4449
4450         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4451         mm-with-multibyte.
4452         (gnus-request-article-this-buffer): Make sure the proper decoding is
4453         used if gnus-original-article-buffer happens to be unibyte.
4454
4455         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4456         default-enable-multibyte-characters.
4457
4458         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4459         default-enable-multibyte-characters.
4460
4461         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4462
4463         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4464
4465 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4466
4467         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4468         (imap-message-copyuid-1): Use it.
4469         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4470         J. Williams in
4471         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4472
4473         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4474         imap-enable-exchange-bug-workaround.
4475         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4476
4477 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4478
4479         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4480         a 100 byte status-checks into a 2-3MB transfer for each group.
4481         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4482         to enable bug workaround or not.
4483         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4484
4485 2008-03-31  Glenn Morris  <rgm@gnu.org>
4486
4487         * message.el (mml2015-use): Declare for compiler.
4488         (message-info): Require mml2015 when appropriate.
4489
4490 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4491
4492         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4493         whitespace.
4494
4495 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4496
4497         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4498         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4499         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4500         (nntp-service-to-port): New function.
4501         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4502         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4503         (nntp-open-netcat-stream): New function.
4504         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4505
4506 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4507
4508         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4509
4510 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4511
4512         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4513
4514 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4515
4516         * dns.el (dns-write): Use set-buffer-multibyte.
4517
4518 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4519
4520         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4521
4522 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * message.el (message-signature-separator): Change default.
4525         Improve custom type.
4526         (message-cite-function): Change default to
4527         message-cite-original-without-signature.
4528
4529         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4530         toggle.
4531
4532         * message.el (message-check-news-body-syntax): Fix signature check.
4533         (message-setup-1): Mark buffer as unmodified _after_ running
4534         message-setup-hook and handling message-alternative-emails.
4535         (message-shorten-references): Be more strict when building list of
4536         valid references to comply with GNKSA.
4537
4538         * gnus-group.el (gnus-read-ephemeral-bug-group)
4539         (gnus-read-ephemeral-debian-bug-group)
4540         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4541
4542         * message.el (message-info): Don't use booleanp which isn't supported
4543         in Emacs 21 and XEmacs.
4544
4545 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4546
4547         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4548         gnus-group-gmane-group-download-format.
4549         (gnus-group-read-ephemeral-gmane-group): Rename from
4550         gnus-group-read-ephemeral-gmane-group.
4551         (gnus-read-ephemeral-gmane-group-url): Rename from
4552         gnus-group-read-ephemeral-gmane-group-url.
4553         (gnus-bug-group-download-format-alist): New variable.
4554         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4555         (gnus-read-ephemeral-emacs-bug-group): New commands.
4556
4557 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4558
4559         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4560         (gnus-visible-headers): Improve custom type.
4561
4562 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4563
4564         * mml.el (mml-menu): Add workarounds for XEmacs.
4565
4566         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4567         X-Boundary header.
4568
4569         * message.el (message-simplify-recipients): Fix previous commit.
4570
4571 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4572
4573         * mm-util.el (mm-set-buffer-multibyte): New function.
4574         * mm-decode.el (mm-copy-to-buffer): Use it.
4575
4576 2008-03-19  Glenn Morris  <rgm@gnu.org>
4577
4578         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4579         Accidentally removed in the sync process with Emacs.
4580
4581 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * message.el (message-alter-recipients-discard-bogus-full-name):
4584         New function.
4585         (message-alter-recipients-function): New variable.
4586         (message-get-reply-headers): Use it.
4587         (message-replace-header): New helper function.
4588         (message-recipients-without-full-name): New variable.
4589         (message-simplify-recipients): New command.
4590
4591         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4592
4593         * message.el (message-info): Handle EasyPG manual.
4594
4595         * mml.el (mml-menu): Add entry for EasyPG.
4596
4597 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4598
4599         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4600         parameter.
4601
4602         * message.el (message-disassociate-draft): Specify drafts group name
4603         fully.
4604
4605 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4606
4607         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4608         unnecessary duplicates from the match list.
4609
4610 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4611
4612         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4613
4614         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4615
4616         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4617         args of `how-many' of which the XEmacs version doesn't take; declare
4618         Info-index-next as function.
4619
4620 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4621
4622         * gnus-score.el (gnus-score-headers): Fix handling of
4623         gnus-inhibit-slow-scoring.
4624
4625         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4626         string.
4627         (gnus-button-url-regexp): Improve handling of parenthesis.
4628         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4629         (gnus-button-handle-info-keystrokes): Handle index entries.
4630
4631 2008-03-15  Glenn Morris  <rgm@gnu.org>
4632
4633         * parse-time.el (parse-time-string): Simplify.
4634
4635 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4638         Incoming* files.
4639
4640 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4641
4642         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4643         (auth-source-pick): Use it.
4644
4645 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4646
4647         * binhex.el (binhex-decode-region-internal):
4648         * uudecode.el (uudecode-decode-region-internal):
4649         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4650         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4651         setting default-enable-multibyte-characters.
4652
4653 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4654
4655         * auth-source.el (auth-source-protocols)
4656         (auth-source-protocols-customize, auth-source-choices): Added and
4657         modified variable customizations and defaults.
4658         (auth-source-pick, auth-source-user-or-password)
4659         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4660         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4661         (auth-source-user-or-password-sftp)
4662         (auth-source-user-or-password-smtp): Use new variables and provide an
4663         interface to netrc.el.
4664
4665 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4668         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4669         Make sure the nntp port to specify is a string.
4670
4671 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4672
4673         * nntp.el: Use with-current-buffer.
4674         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4675         dubious mm-with-unibyte-current-buffer.
4676         (nntp-with-open-group-function): New function extracted from
4677         nntp-with-open-group macro.
4678         (nntp-with-open-group): Use the function, so it's easier to debug.
4679         Add indentation and debugging info.
4680         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4681         the use of the netcat alternatives.
4682
4683         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4684         Avoid mm-string-as-multibyte as well.
4685
4686         * nnweb.el (nnweb-insert-html):
4687         Remove use of nnheader-string-as-multibyte.
4688
4689         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4690         (nnheader-string-as-multibyte): Remove.
4691
4692         * mm-view.el: Use inhibit-read-only.
4693         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4694         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4695         or unibyte-string.
4696
4697         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4698         (mm-uu-yenc-extract): Use with-current-buffer.
4699
4700         * gnus-soup.el (gnus-soup-send-packet): Don't use
4701         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4702
4703         * nnmh.el: Use with-current-buffer.
4704         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4705         mm-string-as-multibyte on the output of mm-encode-coding-string.
4706
4707         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4708         (nnimap-request-move-article): Use with-current-buffer.
4709
4710         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4711         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4712         conversion uses string-make-unibyte rather than string-as-unibyte.
4713
4714         * gnus-msg.el: Use with-current-buffer.
4715
4716         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4717
4718 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4719
4720         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4721         string for caching if it is 'PIN.
4722
4723 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * lpath.el: Consider the case without Emacs/W3.
4726
4727 2008-03-08  Glenn Morris  <rgm@gnu.org>
4728
4729         * time-date.el (date-to-time, time-subtract, time-add)
4730         (safe-date-to-time): Doc fixes.
4731
4732 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4733
4734         * mail-source.el (mail-source-delete-old-incoming-confirm):
4735         Change default to nil.
4736         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4737
4738 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4739
4740         * lpath.el: Rearrange.
4741
4742         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4743         (gnus-article-goto-prev-page): Work for articles having ^L's.
4744
4745         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4746
4747         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4748
4749 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4750
4751         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4752         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4753         (gnus-bookmark-jump): Adjust some variable names.
4754
4755 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4756
4757         * auth-source.el: New package.
4758         (auth-source-choices): Add customization entry point variable.
4759
4760         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4761         bug.
4762
4763 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4764
4765         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4766         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4767         (gnus-registry-install-shortcuts): Rename from
4768         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4769         the `gnus-registry-mark-map' keymap dynamically from
4770         `gnus-registry-marks'.  The generated functions update the summary line
4771         when a registry mark is added or deleted, and will call
4772         `gnus-registry-install-p' (see the comments in the code).
4773         (gnus-registry-user-format-function-M): Use concat intelligently.
4774
4775         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4776         the registry mark functions.
4777
4778 2008-03-05  Glenn Morris  <rgm@gnu.org>
4779
4780         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4781         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4782         gnus-art.
4783         (top-level): No need to load own source when compiling.
4784
4785 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4786
4787         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4788         Suggested by <chris.anderton@zetnet.co.uk>.
4789
4790 2008-03-04  Glenn Morris  <rgm@gnu.org>
4791
4792         * gnus-sum.el (top-level): No need to require gnus when compiling,
4793         since unconditionally required near start of file.
4794         (gnus-summary-display-while-building): Move definition before use.
4795
4796 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4797
4798         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4799         formatting function.
4800
4801 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4802
4803         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4804         with plists.
4805         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4806         Use new format.
4807
4808 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4811         `where-is-internal' that returns a range of key sequences.
4812
4813 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4814
4815         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4816
4817         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4818         (gnus-summary-jump-to-group): Consider windows on other displayed
4819         frames as well.  Similar changes might be needed elsewhere, but that's
4820         the one I've bumped into during my use.
4821
4822         * nndoc.el (nndoc-oe-dbx-type-p):
4823         * gnus-msg.el (gnus-debug):
4824         * gnus-group.el (gnus-update-group-mark-positions):
4825         Use mm-string-to-multibyte.
4826
4827 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4828
4829         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4830         doesn't handle NotDashEscaped.
4831
4832         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4833         (mml-dnd-attach-options): Fix typo in custom choice.
4834
4835         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4836         nndoc-article-type to mbox.
4837         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4838
4839         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4840         to nil, instead of html2text.
4841
4842         * imap.el (imap-debug): Add `imap-ping-server'.
4843
4844         * gnus-bookmark.el: Add FIXMEs.
4845
4846         * message.el (message-form-letter-separator)
4847         (message-send-form-letter-delay): New variables.
4848         (message-send-form-letter): Use them.  New command to send form
4849         letters.  Requested by Uwe Siart.
4850         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4851
4852 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4853
4854         * Update copyright years.
4855
4856 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4857
4858         Sync from EMACS_22_BASE.
4859
4860         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4861
4862 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4863
4864         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4865         empty author.
4866
4867 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * gnus-registry.el (gnus-registry-marks): Add variable for
4870         customization of marks and their appearance.
4871         (gnus-registry-read-mark): Use it.
4872         (gnus-registry-do-marks): Add utility function to loop through
4873         `gnus-registry-marks'.
4874         (gnus-registry-install-shortcuts-and-menus): Add function to install
4875         shortcuts and menus.
4876         (gnus-registry-initialize): Use it.
4877         (gnus-registry-default-mark): Clarify documentation.
4878
4879 2008-02-29  Glenn Morris  <rgm@gnu.org>
4880
4881         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4882         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4883         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4884         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4885         Change defcustom :version from 23.0 to 23.1.
4886
4887 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4888
4889         * gnus-registry.el (gnus-registry-follow-group-p)
4890         (gnus-registry-post-process-groups): Add functions to aid registry
4891         splitting and improve logging.  Clarify behavior in function
4892         documentation.
4893         (gnus-registry-split-fancy-with-parent): Use them.
4894
4895 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4896
4897         * gnus-art.el: Use with-current-buffer.
4898
4899 2008-02-27  David Engster  <dengste@eml.cc>
4900
4901         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4902         Express real group name in the response.
4903
4904 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4907         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4908         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4909         autoload gnus-registry-fetch-group when compiling.
4910         (nnmairix-request-group-with-article-number-correction): Remove
4911         unreferenced argument passed to nnmairix-call-backend.
4912
4913 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4914
4915         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4916         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4917         Wilde.
4918
4919 2008-02-27  Glenn Morris  <rgm@gnu.org>
4920
4921         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4922         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4923         variables to defconsts.  Convert comments to doc-strings.
4924         (nnmairix-last-server, nnmairix-current-server): Convert from free
4925         variables to defvars.  Convert comments to doc-strings.
4926         (gnus-registry-fetch-group): Autoload.
4927         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4928         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4929         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4930         caddr.
4931         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4932         nnmairix-request-group-with-article-number-correction call.
4933         (nnmairix-fast, nnmairix-group): New, less general names, for free
4934         variables passed from nnmairix-request-group to
4935         nnmairix-request-group-with-article-number-correction.  Declare.
4936         (nnmairix-request-group-with-article-number-correction):
4937         Use nnmairix-fast, nnmairix-group rather than fast, group.
4938
4939 2008-02-26  David Engster  <dengste@eml.cc>
4940
4941         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4942         version 0.5.
4943
4944 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4945
4946         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4947         instead of making an extra function call.  Don't add the current group
4948         to articles only when they have the group.  Use
4949         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4950         Reported by David <de_bb@arcor.de>.
4951
4952 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4955         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4956
4957 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4958
4959         * mail-source.el (mail-source-delete-incoming): Change default.
4960         Supplement doc string.
4961
4962         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4963
4964 2008-02-14  Glenn Morris  <rgm@gnu.org>
4965
4966         * time-date.el (format-seconds): New function.
4967
4968 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4969
4970         * nnmail.el (nnmail-message-id-cache-file): Derive from
4971         `gnus-home-directory'.
4972
4973 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4974
4975         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4976         Document negative prefix.
4977
4978         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4979
4980 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4981
4982         * message.el (message-unsent-separator): Add the Exim bounce
4983         separator.
4984
4985 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4986
4987         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4988         list.
4989         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4990         recipient/signer list.
4991
4992 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * Makefile.in (datarootdir): Define.
4995         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4996         name that might contain whitespace.
4997
4998 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4999
5000         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
5001         fbound (Emacs 23 unicode), signal an error.
5002
5003 2008-02-08  Glenn Morris  <rgm@gnu.org>
5004
5005         * gnus-art.el (pgg-display-output-buffer): Declare as function.
5006
5007 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
5008
5009         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
5010         ports to the calls to `netrc-machine-user-or-password' in addition to
5011         "imap" and "imaps".
5012
5013 2008-02-01  Zhang Wei  <id.brep@gmail.com>
5014
5015         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
5016
5017         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
5018
5019 2008-02-01  Kenichi Handa  <handa@m17n.org>
5020
5021         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
5022         rfc2104-hexstring-to-bitstring and changed to return a byte list.
5023         (rfc2104-hash): Convert the result of concat to unibyte string.
5024
5025 2008-02-01  Dave Love  <fx@gnu.org>
5026
5027         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
5028         coding-system-for-read.
5029         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
5030
5031 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
5032
5033         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5034         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5035         <hanche@math.ntnu.no>.
5036
5037 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5040
5041         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5042
5043 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5044
5045         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5046         * message.el (message-beginning-of-line): Use featurep instead of bound
5047         tests in order to resolve conditionals at compile time.
5048
5049 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5050
5051         * mail-source.el (mail-sources): Add `group' choice.
5052
5053         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5054         parameter `in-group' to control into which group the articles go.
5055         Add treatment of `group' mail-source.
5056
5057 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5058
5059         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5060
5061         * mm-decode.el (mm-dissect-buffer): Decode description.
5062
5063         * mml.el (mml-to-mime): Encode message header first.
5064
5065 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5068         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5069
5070         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5071         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5072
5073 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5074
5075         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5076
5077 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5078
5079         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5080         prefix keys.
5081         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5082         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5083         gnus-xmas.el.
5084
5085         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5086         (gnus-xmas-article-describe-bindings): New function.
5087         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5088         gnus-xmas-article-describe-bindings.
5089
5090         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5091
5092 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5093
5094         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5095         Add new variables for article mark management.
5096         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5097         list of extra data entries which, when present, will indicate that the
5098         article ID should not be trimmed from the registry.
5099         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5100         functions.
5101         (gnus-registry-read-mark): New function to read a mark name from the
5102         user.
5103         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5104         (gnus-registry-set-article-mark-internal): New functions to add and
5105         remove marks.
5106         (gnus-registry-get-article-marks): New function to show the marks for
5107         an article, or retrieve them for further use.
5108
5109 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5110
5111         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5112         keys when no argument is given.
5113
5114 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5115
5116         * imap.el (imap-ping-server): New variable.
5117         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5118         (imap-ping-server): Minor doc string fixes.
5119
5120 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5121
5122         * imap.el (imap-ping-server): New function.
5123         (imap-opened): Call imap-ping-server.
5124
5125 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5126
5127         * gnus-sum.el (gnus-article-sort-by-random)
5128         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5129         jidanni@jidanni.org.
5130
5131 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * gnus-art.el (gnus-article-describe-bindings): New function.
5134         (gnus-article-read-summary-keys): Use it.
5135         (gnus-article-mode-map): Bind `C-h b' to it.
5136
5137 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5140         XEmacs.
5141         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5142         against non-character events.
5143
5144         * lpath.el: Fbind map-keymap for Emacs 21.
5145
5146 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5147
5148         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5149         command.
5150         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5151         instead of END.  Change name of the temp file.
5152         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5153         customizable.
5154
5155 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5158         bind `S W' to gnus-article-wide-reply-with-original; set default
5159         binding to gnus-article-read-summary-send-keys.
5160         (gnus-article-read-summary-keys): Fix the order of keys; display
5161         continuation keys correctly in the echo area; describe bindings
5162         correctly when keys end with `C-h'.
5163         (gnus-article-read-summary-send-keys): New function.
5164         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5165         for gnus-article-read-summary-send-keys; display continuation keys
5166         correctly in the echo area.
5167         (gnus-article-reply-with-original): Ignore prefix argument.
5168         (gnus-article-wide-reply-with-original): New function.
5169
5170         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5171         Emacs 21.
5172
5173 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5174
5175         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5176         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5177
5178 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5179
5180         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5181         (gnus-group-read-ephemeral-gmane-group): New command.
5182
5183 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5184
5185         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5186
5187 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5188
5189         * message.el (message-send-mail-function): Increase custom version.
5190
5191         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5192         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5193
5194 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5195
5196         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5197         for the cases where imap-authenticate is called with a nil buffer
5198         parameter.
5199
5200 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5203         html parts correctly; support forwarded messages.
5204         (gnus-article-browse-html-article): Remove work buffers.
5205
5206         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5207         compiling.
5208         (netrc-bound-and-true-p): New macro.
5209         (netrc-parse): Use it instead of bound-and-true-p that is not available
5210         in XEmacs 21.4.
5211
5212 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5213
5214         * gnus-registry.el (gnus-registry-mark-article)
5215         (gnus-registry-article-marks): Add functionality to mark articles
5216         through the Gnus registry.
5217
5218         * encrypt.el: Clarify documentation for the new pgg method.
5219         (encrypt-file-alist): Add PGG option.
5220         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5221         functionality.  Abstract password key and messaging to external
5222         functions.
5223         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5224         (encrypt-message-method-and-cipher): Add new convenience external
5225         functions.
5226         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5227         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5228
5229         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5230         (netrc-parse): Use encrypt-file-alist to determine if
5231         encrypt-find-model or encrypt-insert-file-contents should be used.
5232
5233         * encrypt.el: Clarify documentation.  Load password-cache or
5234         password, whichever one is found first, instead of autoloading.
5235
5236 2007-12-19  Glenn Morris  <rgm@gnu.org>
5237
5238         * mml.el (message-options-set, message-narrow-to-head)
5239         (message-in-body-p, message-mail-p, message-encode-message-body):
5240         Autoload.
5241         (message-remove-header, message-narrow-to-headers-or-head)
5242         (message-subscribed-p, message-make-mail-followup-to)
5243         (message-position-on-field, message-news-p)
5244         (message-options-set-recipient, message-generate-headers)
5245         (message-sort-headers): Declare as functions.
5246
5247 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5248
5249         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5250         convention in doc string.
5251
5252 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5255         title to html parts.
5256         (gnus-article-browse-html-article): Pass message header to it.
5257
5258         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5259
5260 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5261
5262         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5263         or password compatible with XEmacs.
5264
5265 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5266
5267         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5268         format document.
5269         (gnus-mime-delete-part): Don't write description line if empty.
5270         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5271
5272 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5273
5274         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5275         (gnus-summary-mark-read-and-unread-as-read)
5276         (gnus-summary-mark-current-read-and-unread-as-read)
5277         (gnus-summary-mark-unread-as-ticked): Doc fix.
5278         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5279
5280 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5281
5282         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5283         Christoph Conrad <christoph.conrad@gmx.de>.
5284
5285 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5288         yes-or-no-p.
5289
5290 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5291
5292         * mm-decode.el (mm-add-meta-html-tag): New function.
5293         (mm-save-part-to-file, mm-pipe-part): Use it.
5294
5295         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5296         gnus-y-or-n-p instead of y-or-n-p.
5297         (gnus-article-browse-html-parts): Work with message/external-body; use
5298         mm-add-meta-html-tag.
5299
5300 2007-12-11  Glenn Morris  <rgm@gnu.org>
5301
5302         * gnus-cache.el: Require gnus-sum not just when compiling.
5303
5304         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5305
5306         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5307         definitions before use.
5308
5309         * mm-decode.el: Require gnus-util.
5310         (mm-remove-part): Only call delete-annotation on XEmacs.
5311
5312         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5313
5314         * nnmail.el: Require gnus-int.
5315
5316         * spam.el: Move `require's before `eval-when-compile's.
5317
5318         * gnus-ems.el (gnus-alive-p):
5319         * gnus-fun.el (message-goto-eoh):
5320         * gnus-util.el (gnus-group-name-decode):
5321         * mail-source.el (gnus-compress-sequence):
5322         * message.el (Info-goto-node, format-spec):
5323         * mm-bodies.el (message-options-get):
5324         * mm-decode.el (mm-view-pkcs7):
5325         * mm-util.el (gmm-write-region):
5326         * mml-smime.el (mml-compute-boundary)
5327         (gnus-completing-read-with-default):
5328         * mml.el (widget-button-press, gnus-make-hashtable):
5329         * mml1991.el (mm-decode-content-transfer-encoding)
5330         (mm-encode-content-transfer-encoding)
5331         (message-options-get, message-options-set):
5332         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5333         * nnfolder.el (gnus-request-group):
5334         * nnheader.el (ietf-drums-unfold-fws):
5335         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5336         * smime.el (gnus-run-mode-hooks):
5337         * spam-stat.el (gnus-message): Autoload.
5338
5339         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5340         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5341         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5342         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5343         Add declare-function compatibility definition.
5344
5345         * gnus-cache.el (nnvirtual-find-group-art):
5346         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5347         (gnus-add-image, gnus-add-wash-type):
5348         * gnus-group.el (nnkiboze-score-file):
5349         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5350         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5351         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5352         (message-tokenize-header, gnus-get-buffer-create)
5353         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5354         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5355         * gnus.el (gnus-group-decoded-name):
5356         * mail-source.el (imap-capability):
5357         * mm-bodies.el (message-options-set):
5358         * mm-decode.el (gnus-configure-windows):
5359         * mm-extern.el (message-goto-body):
5360         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5361         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5362         (epg-sub-key-validity, message-options-set):
5363         * mml.el (widget-event-point, gnus-configure-windows):
5364         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5365         * mml2015.el (epg-check-configuration, epg-configuration)
5366         (message-options-set):
5367         * nndb.el (nndb-request-article):
5368         * nnfolder.el (gnus-request-create-group):
5369         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5370         * nnmaildir.el (gnus-group-mark-article-read):
5371         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5372         * rfc1843.el (message-fetch-field):
5373         * spam.el (gnus-extract-address-components):
5374         Declare as functions.
5375
5376 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5379
5380         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5381
5382         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5383         bind show-trailing-whitespace for XEmacs.
5384
5385 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5388         new no-op macro for backward compatibility.
5389
5390         * imap.el (imap-string-to-integer): New function.
5391
5392 2007-12-09  Glenn Morris  <rgm@gnu.org>
5393
5394         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5395
5396         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5397         * message.el, mm-view.el, sieve-manage.el, smime.el:
5398         Add declare-function compatibility definition.
5399
5400         * gnus-art.el (w3-region, w3m-region, Info-menu):
5401         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5402         * gnus-sum.el (gnus-get-predicate):
5403         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5404         * message.el (mail-abbrev-in-expansion-header-p):
5405         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5406         (w3m-detect-meta-charset, w3m-region):
5407         * sieve-manage.el (password-read, password-cache-add)
5408         (password-cache-remove):
5409         * smime.el (password-read-and-add): Declare as functions.
5410
5411 2007-12-08  David Kastrup  <dak@gnu.org>
5412
5413         * gnus-sum.el (gnus-summary-simplify-subject-query):
5414         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5415         `message'.
5416
5417 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5420         it to bind idna-program, installation-directory, defined-colors, and
5421         face-attribute for XEmacs of the version that compiles defcustom forms.
5422
5423 2007-12-07  Glenn Morris  <rgm@gnu.org>
5424
5425         * gnus-art.el (article-make-date-line): Revert previous change.
5426
5427 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5428
5429         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5430
5431 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5432
5433         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5434         Call gnus-add-to-range ranges only once with a prepared article-list.
5435
5436 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5437
5438         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5439         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5440         group names with backslashes.  Reported by Tassilo Horn
5441         <tassilo@member.fsf.org>.
5442
5443 2007-12-06  Deepak Goel  <deego3@gmail.com>
5444
5445         * gnus-art.el (article-make-date-line):
5446         * gnus-start.el (gnus-load):
5447         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5448
5449 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * gnus-art.el (gnus-use-idna)
5452         * gnus-start.el (gnus-site-init-file)
5453         * message.el (message-use-idna)
5454         * mm-uu.el (mm-uu-hide-markers)
5455         * smiley.el (smiley-style): Revert changes that suppress warnings.
5456
5457 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5460         specify charset to html source.  Reported by Christoph Conrad
5461         <christoph.conrad@gmx.de>.
5462
5463 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5466         idna-program in order to suppress byte compile warning issued by XEmacs
5467         that came to byte compile the default value section of defcustom forms
5468         recently.
5469
5470         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5471         value of installation-directory.
5472
5473         * message.el (message-use-idna): Don't directly refer to the value of
5474         idna-program.
5475
5476         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5477
5478         * smiley.el (smiley-style): Don't directly call face-attribute.
5479
5480 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5483
5484         * gnus-dired.el: Reduce Gnus dependencies.
5485         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5486         require.  Use autoloads instead.
5487         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5488         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5489         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5490         (gnus-dired-mode): Adjust doc string.
5491         (gnus-dired-mail-mode): New variable.
5492         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5493         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5494         (gnus-dired-mail-buffers): New function.  Return mail or message
5495         composition buffers.
5496         (gnus-dired-attach): Use it.
5497         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5498         NO-DECODE.
5499         (gnus-dired-print): Use `gnus-print-buffer' depending on
5500         `gnus-dired-mail-mode'.
5501
5502 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5503
5504         * rfc2047.el (rfc2047-encoded-word-regexp)
5505         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5506         explaining what regexp patterns are for.
5507
5508 2007-12-04  Glenn Morris  <rgm@gnu.org>
5509
5510         * password.el: Move to password-cache.el.
5511
5512         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5513         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5514         * mml-smime.el (password-read, password-cache-add)
5515         (password-cache-remove):
5516         No need to autoload, since mml-sec requires password.
5517
5518         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5519         * message.el (gnus-extract-address-components):
5520         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5521
5522         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5523         password.
5524
5525 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5526
5527         * mailcap.el: Reduce dependencies.
5528         (mail-header-parse-content-type): Autoload.
5529         (mailcap-delete-duplicates): New alias.
5530         (mailcap-mime-info): Add optional argument NO-DECODE.
5531         (mailcap-mime-types): Use mailcap-delete-duplicates.
5532
5533         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5534
5535 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5536
5537         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5538         (imap-parse-status): Upcase status-att for servers that sends them
5539         lower-case (e.g., MS Exchange 2007).
5540
5541 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5544         function.
5545
5546         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5547         (gnus-uu-yenc-article): New function.
5548
5549         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5550
5551         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5552         buffer.
5553
5554 2007-12-02  Glenn Morris  <rgm@gnu.org>
5555
5556         * binhex.el (binhex): New custom group.
5557         (binhex-decoder-program, binhex-decoder-switches)
5558         (binhex-use-external): Move to the binhex custom group.
5559
5560         * uudecode.el (uudecode): New custom group.
5561         (uudecode-decoder-program, uudecode-decoder-switches)
5562         (uudecode-use-external): Move to the uudecode custom group.
5563
5564         * netrc.el (top-level): Don't load `encrypt' features.
5565         (netrc-parse): Don't use encrypt.
5566         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5567
5568         * encrypt.el: Remove file.
5569
5570 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5573         matches on patches.
5574
5575         * gnus-art.el (gnus-article-browse-html-article): Mention
5576         `mm-text-html-renderer' in the doc string.
5577
5578         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5579         string.  Add comments.
5580
5581         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5582         if rhs is ASCII.
5583
5584 2007-12-01  Glenn Morris  <rgm@gnu.org>
5585
5586         * mail-source.el (top-level): Require format-spec before
5587         eval-when-compile.
5588
5589 2007-11-30  Glenn Morris  <rgm@gnu.org>
5590
5591         * encrypt.el: Require password, rather than autoloading password-read.
5592
5593 2007-11-29  Glenn Morris  <rgm@gnu.org>
5594
5595         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5596         (sasl-make-client, sasl-next-step, sasl-step-data)
5597         (sasl-step-set-data): Declare as functions.
5598
5599 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5600
5601         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5602
5603 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5604
5605         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5606         certs should be verified and what is to be done in the event of a
5607         verification failure.
5608
5609         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5610         caller can indicate whether the cache should be disregarded for this
5611         call.  This way the result of the call is reproducible at all times and
5612         can be considered a canonical server name for the supplied method.
5613         (gnus-agent-method-p): Canonicalize server names by pushing their
5614         method through `gnus-method-to-server' using the no-cache argument.
5615
5616         * gnus-srvr.el (gnus-server-insert-server-line): Call
5617         `gnus-method-to-server' with `no-cache' argument.
5618
5619         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5620         gnus-agent-possibly-synchronize-flags as this should be called when the
5621         server is actually being opened.
5622         (gnus-agent-possibly-synchronize-flags)
5623         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5624         flags file of an agentized server to the latter function.
5625
5626         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5627         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5628         after a connection has been established successfully.
5629
5630 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * gnus-art.el (article-display-face): Force to display face if called
5633         interactively; check if gnus-article-x-face-too-ugly matches author.
5634         (article-display-x-face): Display face even if From header is missing
5635         as article-display-face does.
5636
5637 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5638
5639         * hashcash.el (message-narrow-to-headers-or-head)
5640         (message-fetch-field, message-goto-eoh)
5641         (message-narrow-to-headers): Declare as functions.
5642
5643 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5644
5645         * mail-source.el (mail-sources): Default to fetch from file for
5646         compatibility with default of nnmail-spool-file.
5647
5648 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5651         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5652         to look for encoded word that should be encoded again.
5653         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5654         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5655         encoding pattern.
5656         (rfc2047-decode-region): Switch strict regexp and loose one according
5657         to rfc2047-allow-irregular-q-encoded-words.
5658
5659 2007-11-25  Romain Francoise  <romain@orebokech.com>
5660
5661         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5662
5663 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5664
5665         * tls.el (tls-program): Provide more custom choices from
5666         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5667         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5668
5669 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5670
5671         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5672         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5673
5674         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5675         `nnmail-spool-file'.
5676
5677         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5678         `nnmail-spool-file'.
5679
5680         * gnus-move.el (gnus-change-server): Ditto.
5681
5682         * gnus-kill.el (gnus-batch-score): Ditto.
5683
5684         * gnus-cache.el (gnus-jog-cache): Ditto.
5685
5686         * gnus-msg.el (gnus-summary-reply):
5687         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5688
5689 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5690
5691         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5692         version.  Minor improvement to doc strings.
5693         (tls-program): Add comment.
5694
5695 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5696
5697         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5698         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5699         mismatch between the hostname provided in the certificate and the name
5700         of the host connnecting to.
5701         (open-tls-stream): Use them.  Check certificates against trusted root
5702         certificates.
5703
5704 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5705
5706         * gnus-cache.el (gnus-cache-generate-nov-databases):
5707         Use nnml-generate-nov-databases-directory instead of
5708         nnml-generate-nov-databases-1.
5709
5710 2007-11-24  Glenn Morris  <rgm@gnu.org>
5711
5712         * message.el (message-tool-bar-retro): Update for rename
5713         mail_send.xpm->mail-send.xpm.
5714
5715 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5716
5717         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5718         `smime-ldap-search' for Emacs 22 and up.
5719
5720 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5721
5722         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5723
5724         * message.el (message-send-mail-function): Fix error convention.
5725         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5726         (message-widen-reply, message-send-mail, message-talkative-question)
5727         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5728         (message-clone-locals, message-send-news): Use with-current-buffer.
5729         (message-insert-or-toggle-importance): Remove unused var `valid'.
5730         (message-make-references): Remove unused var `new-references'.
5731         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5732
5733 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5734
5735         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5736         (spam-split-symbolic-return-positive): Reflow docstring.
5737         (spam-backends, spam-summary-exit-behavior)
5738         (spam-mark-ham-unread-before-move-from-spam-group)
5739         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5740         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5741         (spam-clear-cache, spam-backend-check, spam-install-backend)
5742         (spam-install-statistical-backend, spam-list-of-processors)
5743         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5744         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5745         (spam-check-crm114, spam-initialize, spam-unload-hook):
5746         Fix typos in docstrings.
5747
5748 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5749
5750         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5751         been checked if they have never been read and those group levels are
5752         higher than the one that a user specified.
5753
5754 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5757         foreign groups unless a group level is specified by a user.
5758         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5759
5760 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5761
5762         * message.el (message-send-mail-function): Require sendmail.
5763
5764 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5765
5766         * message.el (message-send-mail-function): Check for smtpmail too.
5767
5768         * utf7.el (utf7-encode, utf7-decode): Use coding system
5769         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5770
5771         * message.el (message-send-mail-function): New function.
5772         (message-send-mail-function): Set default using
5773         message-send-mail-function.  Adjust doc string.
5774         (message-send-mail-with-mailclient): New function.
5775
5776 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5777
5778         * smime.el (from):
5779         * rfc2047.el (message-posting-charset):
5780         * qp.el (mm-use-ultra-safe-encoding):
5781         * pop3.el (parse-time-months):
5782         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5783         * nnml.el (files):
5784         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5785         (jka-compr-compression-info-list, ange-ftp-path-format)
5786         (efs-path-regexp):
5787         * nndiary.el (files):
5788         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5789         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5790         (epg-digest-algorithm-alist, inhibit-redisplay)
5791         (password-cache-expiry):
5792         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5793         (pgg-output-buffer, password-cache-expiry):
5794         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5795         (efs-path-regexp):
5796         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5797         (inhibit-redisplay):
5798         * mm-uu.el (file-name, start-point, end-point, entry)
5799         (gnus-newsgroup-name, gnus-newsgroup-charset):
5800         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5801         (latin-unity-ucs-list):
5802         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5803         (mm-uu-binhex-decode-function):
5804         * message.el (gnus-message-group-art, gnus-list-identifiers)
5805         (rmail-enable-mime-composing, gnus-local-organization)
5806         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5807         (gnus-read-active-file, facemenu-add-face-function)
5808         (facemenu-remove-face-function, gnus-article-decoded-p)
5809         (tool-bar-mode):
5810         * mail-source.el (display-time-mail-function):
5811         * gnus-util.el (nnmail-pathname-coding-system)
5812         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5813         (gnus-original-article-buffer, gnus-user-agent)
5814         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5815         (xemacs-codename, sxemacs-codename, emacs-program-version):
5816         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5817         * gnus-start.el (gnus-agent-covered-methods)
5818         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5819         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5820         (gnus-newsgroup-headers, gnus-group-list-mode)
5821         (gnus-group-mark-positions, gnus-newsgroup-data)
5822         (gnus-newsgroup-unreads, nnoo-state-alist)
5823         (gnus-current-select-method, mail-sources)
5824         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5825         (nnmail-spool-file, gnus-cache-active-hashtb):
5826         * gnus-mh.el (mh-lib-progs):
5827         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5828         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5829         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5830         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5831         (gnus-group-buffer):
5832         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5833         (font-lock-set-defaults):
5834         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5835         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5836         (gnus-summary-post-menu, total-parts, type, condition, length):
5837         * gnus-agent.el (gnus-agent-read-agentview):
5838         * flow-fill.el (show-trailing-whitespace):
5839         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5840         eval-and-compile wrappers for byte compiler pacifiers.
5841
5842         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5843         (mm-display-inline-fontify): Check for featurep 'xemacs not
5844         extent-list.
5845
5846         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5847         itimer-list.
5848         (mm-create-image-xemacs): Only do something for XEmacs.
5849         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5850
5851         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5852
5853         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5854         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5855
5856 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5857
5858         * nnimap.el (nnimap-split-download-body):
5859         * gnus-demon.el (gnus-demon):
5860         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5861
5862 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5865         macros.
5866         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5867         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5868         copy data from unibyte buffer to multibyte current buffer.
5869         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5870         to copy data from unibyte current buffer to multibyte buffer.
5871         (nntp-make-process-buffer): Make process buffer unibyte.
5872
5873         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5874
5875 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5876
5877         * pop3.el (pop3-open-server): Accept and process data more robustly at
5878         connexion start to avoid spurious "POP SSL connexion failed" errors.
5879
5880 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5883         read group names.
5884
5885 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5886
5887         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5888
5889 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5892         (nnmail-save-active): Use a unibyte buffer when saving active file,
5893         which may contain non-ASCII group names.
5894
5895         * nnml.el (nnml-request-group): Decode group names in messages.
5896
5897 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5898
5899         * message.el (message-citation-line-function)
5900         (message-insert-formatted-citation-line): Fix spelling of
5901         `message-insert-formated-citation-line'.
5902
5903 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5906
5907 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5908
5909         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5910         nnmail-pathname-coding-system.
5911
5912         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5913         that a user enters; decode group names in messages.
5914
5915         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5916
5917 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5918
5919         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5920
5921         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5922
5923         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5924         risky local variable.
5925
5926         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5927
5928 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5929
5930         * encrypt.el: Improve documentation to fix function name typo.
5931         Reported by Daiki Ueno <ueno@unixuser.org>.
5932
5933 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5936         even if the point is not in the last page of an article.
5937         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5938         back to the previous page.
5939
5940 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5941
5942         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5943
5944 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5947
5948 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5949
5950         * message.el (message-check-news-body-syntax): Avoid
5951         mm-string-as-multibyte.
5952         (message-hide-headers): Don't assume (point-min)==1.
5953
5954 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5955
5956         * message.el (message-remove-blank-cited-lines): Fix if remove is
5957         given.
5958         (message-bogus-address-regexp): New variable.
5959         (message-bogus-recipient-p): New function.
5960         (message-check-recipients): New command.
5961         (message-syntax-checks): Add `bogus-recipient'.
5962         (message-fix-before-sending): Add `bogus-recipient'.
5963
5964         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5965         (gnus-treat-body-boundary): Don't test window-system.
5966
5967 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5968
5969         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5970
5971 2007-10-28  Miles Bader  <miles@gnu.org>
5972
5973         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5974         at compile-time too.
5975
5976 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * gnus-msg.el (gnus-message-setup-hook): Add
5979         `message-remove-blank-cited-lines' to options.
5980
5981 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5982
5983         * message.el (message-remove-blank-cited-lines): New function.
5984         Suggested by Karl Plästerer.
5985
5986 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5989         mapc.
5990
5991         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5992         (top-level): Use mapc to set functions to be traced for debugging.
5993
5994         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5995         called for effect with while loop.
5996
5997         * message.el (message-talkative-question): Replace mapcar called for
5998         effect with mapc.
5999
6000         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
6001         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
6002         called for effect with dolist.
6003
6004         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
6005
6006         * nndiary.el: Use dolist instead of mapcar to add diary headers to
6007         gnus-extra-headers and nnmail-extra-headers.
6008
6009         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
6010         called for effect with dolist.
6011         (top-level): Use mapc to set functions to be traced for debugging.
6012
6013         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
6014         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
6015         dolist.
6016
6017         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
6018         Replace mapcar called for effect with mapc.
6019         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
6020         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
6021         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
6022         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
6023
6024         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
6025         remove-if that's a cl function.
6026
6027         * webmail.el (webmail-debug): Replace mapcar called for effect with
6028         dolist.
6029
6030         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
6031         with mapc.
6032
6033 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6036         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6037         with while loop.
6038
6039         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6040         functions from article-* functions.
6041         (gnus-multi-decode-header): Replace mapcar called for effect with
6042         dolist.
6043
6044         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6045         (gnus-bookmark-show-details): Replace mapcar called for effect with
6046         while loop.
6047
6048         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6049         called for effect with while loop.
6050
6051         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6052         with dolist.
6053
6054         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6055         mapcar called for effect with dolist.
6056
6057         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6058
6059         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6060         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6061         Replace mapcar called for effect with dolist.
6062         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6063         mapc.
6064
6065         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6066         Replace mapcar called for effect with dolist.
6067         (gnus-topic-list): Replace mapcar called for effect with mapc.
6068
6069         * gnus.el: Use mapc instead of mapcar to add autoloads.
6070
6071 2007-10-23  Richard Stallman  <rms@gnu.org>
6072
6073         * gnus-group.el (gnus-group-highlight): Mark as risky.
6074
6075 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus.el (gnus-server-to-method): Return method found first in
6078         gnus-newsrc-alist.
6079
6080         * gnus-art.el (gnus-article-highlight-signature)
6081         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6082         button overlay without the front stickiness.
6083
6084 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6085
6086         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6087         overview buffer needed a catch to receive its throw.
6088         (gnus-agent-flush-cache): Declared as interactive to make this function
6089         easier to use.
6090
6091 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6092
6093         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6094         `next-line'.
6095
6096 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6099         exclude address matching message-dont-reply-to-names.
6100
6101 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * gnus-util.el (gnus-string<): New function.
6104
6105         * gnus-sum.el (gnus-article-sort-by-author)
6106         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6107
6108 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6111         the frame-focus tag is set in gnus-buffer-configuration.
6112
6113 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6116         the front stickiness.
6117
6118 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6121         url pattern; remove duplicate one.
6122         (gnus-article-extend-url-button): New function.
6123         (gnus-article-add-buttons): Use it.
6124         (gnus-button-push): Use concatenated url that it makes.
6125
6126 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6127
6128         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6129
6130 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6131
6132         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6133         Don't hardcode point-min==1.
6134
6135 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6136
6137         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6138         Fix comment about "iso8859-1".
6139
6140 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6141
6142         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6143         ones returned from the verify-function.
6144
6145         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6146         mml2015-extract-cleartext-signature if extraction failed.
6147
6148 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6149
6150         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6151         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6152         failed.
6153
6154 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6157
6158 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6159
6160         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6161         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6162         recommends to use EasyPG instead of PGG.
6163
6164         * pgg.el: Revert to revision 6.23.2.16.
6165
6166         * pgg-def.el: Revert to revision 6.6.2.14.
6167
6168         * pgg-gpg.el: Revert to revision 6.23.2.34.
6169
6170 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6171
6172         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6173         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6174         thread for both the null and zero (kill/expire thread) universal prefix
6175         cases.
6176         (gnus-summary-expire-thread): Add new function to expire a thread,
6177         using gnus-summary-kill-thread.
6178         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6179         shortcuts for gnus-summary-expire-thread.
6180         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6181         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6182
6183 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6186         extras value, so an extras entry can be deleted.
6187         (gnus-registry-delete-extra-entry): Use it.
6188         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6189         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6190         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6191         storage through the gnus-registry, and provide an appropriate API for
6192         it.
6193
6194 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6195
6196         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6197         Suggested by Leo <sdl.web@gmail.com>.
6198
6199         * gnus.el: Do.
6200
6201 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6202
6203         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6204         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6205
6206         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6207
6208         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6209         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6210
6211 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6214         newline.
6215         (nnmbox-request-accept-article): Don't change article in source buffer;
6216         narrow to header to use message-fetch-field rather than
6217         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6218         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6219         as delimiters; make sure article ends with newline.
6220         (nnmbox-delete-mail): Correct last position of article to be deleted;
6221         ignore X-Gnus-Newsgroup header in article body.
6222         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6223         positions; make sure article ends with newline.
6224
6225         * message.el (message-display-abbrev): Don't infloop when a user
6226         inserts SPC in the beginning of header.
6227
6228         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6229         coding-system-for-read and coding-system-for-write for XEmacs having no
6230         file-coding feature.
6231
6232         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6233
6234 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6235
6236         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6237         list of groups not followed by default.  Fix type to be regexp.
6238         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6239
6240 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6241
6242         * hmac-def.el (define-hmac-function): Switch from old-style to
6243         new-style backquotes.
6244
6245         * md4.el (md4-make-step): Likewise.
6246
6247 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6250         raw-text coding system when saving .newsrc file, which may contain
6251         non-ASCII group names.
6252
6253 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6254
6255         * gnus-cus.el (gnus-score-extra): New widget.
6256         (gnus-score-extra-convert): New function.
6257         (gnus-score-customize): Use it for Extra.
6258
6259 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6260
6261         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6262         (mml2015-mailcrypt-clear-verify): Use it.
6263         (mml2015-gpg-clear-verify): Use it.
6264         (mml2015-pgg-clear-verify): Use it.
6265         (mml2015-epg-clear-verify): Replace the current part with the output
6266         from GnuPG; don't extract the plaintext by itself.
6267
6268         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6269         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6270         mml2015-clear-verify-function; don't touch the armor headers or
6271         dash-escaped text here.
6272
6273 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6276         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6277         parts, or application/octet-stream as a last resort.
6278         (gnus-mime-view-part-as-type): Don't toggle display.
6279         (gnus-mime-view-part-as-charset): Don't turn off display before
6280         querying charset.
6281
6282         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6283         stuff to undisplayer function in Emacs.
6284         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6285
6286         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6287         text/calendar parts.
6288
6289 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6290
6291         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6292         decoding text/calendar parts.
6293
6294         * message.el (message-forward-make-body-mime): Always mark body as
6295         having no illegible text; remove signed-or-encrypted argument.
6296         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6297
6298         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6299         (mml-generate-mime-1): Don't encode body if it is specified to be in
6300         raw form; don't make buffer be unibyte when inserting multibyte string.
6301
6302 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6303
6304         * sha1.el: Fix up comment style.
6305         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6306         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6307
6308         * hex-util.el: Fix up comment style.
6309         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6310
6311         * gnus-salt.el: Use with-current-buffer.
6312         (gnus-pick-setup-message): Fix long-standing typo.
6313
6314 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * imap.el (imap-logout-timeout): New variable.
6317         (imap-logout, imap-logout-wait): New functions.
6318         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6319
6320         * nnimap.el (nnimap-logout-timeout): New server variable.
6321         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6322         nnimap-logout-timeout.
6323
6324         * gnus-art.el (gnus-article-summary-command-nosave)
6325         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6326
6327 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * gnus.el (gnus-maximum-newsgroup): New variable.
6330
6331         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6332         according to gnus-maximum-newsgroup.
6333
6334         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6335         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6336         Limit the range of articles according to gnus-maximum-newsgroup.
6337
6338 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6339
6340         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6341         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6342         Don't perform gnus-configure-windows here; reuse existing sticky
6343         article buffer.
6344
6345         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6346         it doesn't exist in gnus-article-mode.
6347
6348 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6349
6350         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6351         (gnus-agent-decoded-group-name): New function.
6352         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6353         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6354
6355 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6356
6357         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6358         Add binding for gnus-sticky-article.
6359         (gnus-summary-exit): Don't kill sticky article buffers.
6360
6361         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6362         article buffer.
6363         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6364         (gnus-kill-sticky-article-buffers): New commands.
6365
6366 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6367
6368         * nntp.el (nntp-xref-number-is-evil): New server variable.
6369         (nntp-find-group-and-number): If it is non-nil, don't trust article
6370         numbers in the Xref header.
6371
6372 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6373
6374         * gnus-agent.el (gnus-agent-read-group): New function.
6375         (gnus-agent-flush-group, gnus-agent-expire-group)
6376         (gnus-agent-regenerate-group): Use it.
6377         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6378         nnmail-pathname-coding-system.
6379
6380 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6381
6382         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6383
6384         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6385         that are unread as unread, and also as selected so that information of
6386         marks having been changed by a user may be updated when exiting group.
6387
6388 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6391         calculated ignoring signature parts to gnus-treat-article.
6392
6393 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6396         a point here in order to keep the window start.
6397         (gnus-insert-mime-security-button): Make a button overlay without the
6398         front stickiness.
6399         (gnus-mime-display-security): Goto the end of a button.
6400
6401         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6402
6403 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6406         group-name-at-point.
6407         (gnus-group-completing-read): New function that offers decoded
6408         non-ASCII group names for completion.
6409         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6410         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6411         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6412         (gnus-group-fetch-control): Use it.
6413         (gnus-fetch-group): Use group-name-at-point for the initial value
6414         rather than the default value; use gnus-alive-p.
6415
6416         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6417         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6418         (gnus-summary-post-news): Use gnus-group-completing-read.
6419
6420         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6421         (gnus-read-move-group-name): Decode group name for completion.
6422
6423 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6424
6425         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6426         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6427         Yamaoka slightly modified the code).
6428
6429 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6430
6431         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6432         (nnmail-split-incoming): Bind it.
6433
6434         * nnml.el (nnml-group-name-charset): New function.
6435         (nnml-decoded-group-name): Use it; don't decode group name if
6436         nnmail-group-names-not-encoded-p is non-nil.
6437         (nnml-encoded-group-name): New function.
6438         (nnml-group-pathname): Inline nnml-decoded-group-name.
6439         (nnml-request-expire-articles): Decode group name in message.
6440         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6441         nnmail-pathname-coding-system.
6442         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6443         not decoded ones according to nnmail-group-names-not-encoded-p.
6444         (nnml-generate-active-info): Use nnml-encoded-group-name.
6445
6446 2007-08-08  Glenn Morris  <rgm@gnu.org>
6447
6448         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6449         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6450         doc-strings and comments.
6451
6452 2007-07-25  Glenn Morris  <rgm@gnu.org>
6453
6454         * Relicense all FSF files to GPLv3 or later.
6455
6456 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6457
6458         * gnus-sum.el (gnus-summary-move-article): Make
6459         gnus-summary-respool-article work.
6460
6461 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6462
6463         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6464         string.
6465
6466 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6467
6468         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6469         that should be ignored when comparing distant RSS articles with local
6470         ones.
6471         (nnrss-make-hash-index): New function.  Create a hash index according
6472         to the ignored fields.
6473         (nnrss-check-group): Use it.
6474
6475 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6478
6479         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6480
6481         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6482         the new optional argument ENCODED is non-nil.
6483         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6484         coding system for encoding group name.
6485         (gnus-group-make-rss-group): Pass un-encoded group name to
6486         gnus-group-make-group.
6487         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6488         encoded.
6489
6490         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6491         Encode group name to which articles are moved or copied.
6492         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6493         coding system for encoding Newsgroup, Followup-To and Xref headers.
6494
6495         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6496         marks; use nnheader-file-coding-system to write a file.
6497         (nnagent-retrieve-headers): Bind file-name-coding-system to
6498         nnmail-pathname-coding-system.
6499
6500         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6501
6502         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6503         (nnml-request-article, nnml-request-create-group)
6504         (nnml-request-rename-group, nnml-find-id)
6505         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6506         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6507         (nnml-save-marks): Use nnml-group-pathname instead of
6508         nnmail-group-pathname.
6509
6510         (nnml-request-create-group, nnml-request-expire-articles)
6511         (nnml-request-move-article, nnml-request-delete-group)
6512         (nnml-deletable-article-p, nnml-possibly-create-directory)
6513         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6514         (nnml-open-marks): Bind file-name-coding-system to
6515         nnmail-pathname-coding-system.
6516
6517         (nnml-request-article): Pass server argument to nnml-find-group-number.
6518         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6519         server argument to nnml-possibly-create-directory.
6520         (nnml-request-accept-article): Pass server argument to
6521         nnml-active-number and nnml-save-mail.
6522         (nnml-find-group-number): Pass server argument to nnml-find-id.
6523         (nnml-request-update-info): Pass server argument to
6524         nnml-marks-changed-p.
6525
6526         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6527         (nnml-save-mail, nnml-active-number): Add server argument.
6528
6529         (nnml-request-delete-group): Warn if group is missing.
6530         (nnml-get-nov-buffer): Decode group name.
6531         (nnml-generate-active-info): Encode group name.
6532         (nnml-open-marks): Decode group name in messages.
6533
6534 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6535
6536         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6537         if it is not specified.
6538         (gnus-article-pipe-part, gnus-article-save-part)
6539         (gnus-article-interactively-view-part, gnus-article-copy-part)
6540         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6541         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6542         (gnus-article-replace-part, gnus-article-delete-part)
6543         (gnus-article-view-part-as-type): Pass raw prefix argument to
6544         gnus-article-part-wrapper.
6545
6546 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * gnus-agent.el (gnus-agent-save-active): Bind
6549         nnheader-file-coding-system to gnus-agent-file-coding-system.
6550
6551         * gnus-cache.el (gnus-cache-save-buffers)
6552         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6553         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6554         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6555         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6556         (gnus-cache-generate-active, gnus-cache-rename-group)
6557         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6558         (gnus-cache-update-overview-total-fetched-for): Bind
6559         file-name-coding-system to nnmail-pathname-coding-system.
6560         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6561         variables.
6562         (gnus-cache-decoded-group-name): New function.
6563         (gnus-cache-file-name): Use it.
6564         (gnus-cache-generate-active): Use non-decoded group name for active.
6565
6566         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6567         right place.
6568         (gnus-write-active-file): Don't break non-ASCII group names.
6569
6570         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6571         nnmail-pathname-coding-system.
6572
6573         * lpath.el: Bind default-file-name-coding-system,
6574         file-name-coding-system and language-info-alist for XEmacs.
6575
6576         * gnus-uu.el (gnus-uu-decode-save): Typo.
6577
6578 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6579
6580         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6581
6582 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6585         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6586         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6587         (gnus-agent-flush-group, gnus-agent-flush-cache)
6588         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6589         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6590         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6591         (gnus-agent-regenerate-group)
6592         (gnus-agent-update-files-total-fetched-for)
6593         (gnus-agent-update-view-total-fetched-for): Bind
6594         file-name-coding-system to nnmail-pathname-coding-system.
6595         (gnus-agent-group-pathname): Don't encode file names by
6596         nnmail-pathname-coding-system.
6597         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6598         coding-system-for-write instead of buffer-file-coding-system to
6599         gnus-agent-file-coding-system.
6600
6601         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6602         Decode group name.
6603
6604         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6605
6606         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6607         (gnus-read-newsrc-el-file): Make group names unibyte.
6608
6609         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6610         nnmail-pathname-coding-system.
6611
6612         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6613         (nnrss-request-delete-group): Bind file-name-coding-system to
6614         nnmail-pathname-coding-system.
6615         (nnrss-read-server-data, nnrss-read-group-data): Bind
6616         file-name-coding-system correctly.
6617         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6618
6619         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6620         (nntp-server-to-method-cache): New variable.
6621         (nntp-group-pathname): New function that decodes non-ASCII group names.
6622         (nntp-possibly-create-directory, nntp-marks-changed-p)
6623         (nntp-save-marks, nntp-open-marks): Use it.
6624         (nntp-possibly-create-directory, nntp-open-marks):
6625         Bind file-name-coding-system to nnmail-pathname-coding-system.
6626         (nntp-open-marks): Decode group names when bootstrapping marks.
6627
6628         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6629         Newsgroups and Folowup-To headers.
6630
6631 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6634         (gnus-server-closed-face, gnus-server-denied-face)
6635         (gnus-server-offline-face): Remove variable.
6636         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6637
6638         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6639         of modifying message-stack directly for XEmacs.
6640
6641         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6642         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6643         if the coding-system argument is nil for XEmacs.
6644
6645         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6646         mm-charset-override-alist.
6647
6648         * rfc2047.el: Don't require base64; require rfc2045 for the function
6649         rfc2045-encode-string.
6650         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6651         to quote the parameter value.
6652
6653 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6656         form in gnus-group-name-charset-method-alist.
6657
6658         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6659         overrides the default layout edit-form.
6660
6661         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6662
6663         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6664
6665 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6666
6667         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6668         as unfetched articles.
6669
6670 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6673
6674 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6677         original back end that keeps marks in the local system.
6678
6679 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6680
6681         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6682         arg of pop-to-buffer for XEmacs.
6683         (gnus-article-read-summary-keys): Ditto; don't restore window
6684         configuration if summary command ends up with neither article buffer
6685         nor summary buffer; describe bindings if summary keys end with C-h.
6686
6687 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * message.el (message-fix-before-sending): Skip raw message part to be
6690         forwarded while checking illegible text.
6691         (message-forward-make-body-mime, message-forward-make-body): Mark
6692         signed or encrypted raw message as having no illegible text.
6693
6694 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6697         (gnus-message-with-timestamp-1): New macro.
6698         (gnus-message-with-timestamp): New function.
6699         (gnus-message): Use them.
6700
6701         * nnheader.el (nnheader-message): Use them.
6702
6703 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6706         .newsrc.eld file.
6707
6708 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6709
6710         * gnus-agent.el (gnus-agent-fetch-headers)
6711         (gnus-agent-retrieve-headers): Bind
6712         gnus-decode-encoded-address-function to identity.
6713
6714         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6715         available also when the server returns simply a dot.
6716
6717         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6718
6719 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6720
6721         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6722
6723 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6724
6725         * gnus-ems.el (gnus-x-splash): Make it work.
6726
6727         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6728         from being used.
6729
6730         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6731
6732 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6735         4th and the 5th arguments.
6736
6737         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6738         the front stickiness.
6739         (gnus-article-summary-command-nosave): Correct the order of the
6740         arguments passed to pop-to-buffer.
6741         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6742         summary command ends up with the article buffer.
6743
6744         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6745         the same faces.
6746
6747 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6748
6749         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6750
6751 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6752
6753         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6754         * gnus-sum.el (gnus-summary-highlight):
6755         * pgg.el (pgg-sign-region, pgg-sign):
6756         * mail-source.el (mail-source-delete-old-incoming-confirm):
6757         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6758
6759 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * gnus-art.el (gnus-mime-view-part-externally)
6762         (gnus-mime-view-part-internally): Fix predicate function passed to
6763         completing-read.
6764
6765         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6766
6767         * gnus.el (gnus-update-message-archive-method): Add :version.
6768
6769 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6770
6771         * gnus.el (gnus-update-message-archive-method): New variable.
6772
6773         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6774         according to gnus-message-archive-method if
6775         gnus-update-message-archive-method is non-nil.
6776
6777 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6780         by Loic Dachary <loic@dachary.org>.
6781         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6782
6783 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6784
6785         * message.el (message-pop-to-buffer): Add switch-function argument.
6786         (message-mail): Pass switch-function argument to it.
6787
6788 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6789
6790         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6791         Improve doc string.
6792
6793 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6796         (gnus-header-content)
6797         * gnus-cite.el (gnus-cite-10)
6798         * gnus-srvr.el (gnus-server-closed)
6799         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6800         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6801         (gnus-group-mail-3-empty, gnus-group-mail-low)
6802         (gnus-group-mail-low-empty, gnus-splash)
6803         * message.el (message-header-to, message-header-cc)
6804         (message-header-subject, message-header-other, message-header-name)
6805         (message-header-xheader, message-separator, message-cited-text)
6806         (message-mml): Lighten colors of faces used for dark background.
6807
6808 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6809
6810         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6811         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6812
6813 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * message.el (message-narrow-to-headers-or-head):
6816         Ignore mail-header-separator in the body.
6817
6818 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6819
6820         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6821         same as window size.
6822
6823 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6824
6825         * message.el (message-font-lock-keywords): Use message-header-xheader
6826         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6827         ahead of the anything pattern, to get it recognised.
6828
6829 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6832         spam.el loads uses it in the compiled defadvice form.
6833
6834 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6835
6836         * gnus-sum.el (gnus-articles-to-read)
6837         (gnus-summary-insert-old-articles): Don't truncate group name for
6838         `read-string'.
6839
6840         * gnus-util.el (gnus-limit-string): Delete this function.
6841
6842         * gnus-sum.el (gnus-simplify-subject-fully): Use
6843         `truncate-string-to-width' instead.
6844
6845 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6846
6847         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6848         if, on summary exit, the next group has to be selected.
6849         (gnus-summary-exit): Use it.
6850
6851 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6852
6853         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6854         non-break space.
6855
6856 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6859         Check if group is not a directory.
6860         (nnfolder-request-expire-articles): Don't delete articles if the target
6861         group is not available.
6862
6863         * nnml.el (nnml-request-create-group): Properly check if group is not a
6864         file.
6865         (nnml-request-expire-articles): Don't delete articles if the target
6866         group is not available.
6867
6868         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6869         Don't quote characters that are within parentheses.
6870
6871 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6874         (gnus-handle-ephemeral-exit): Select article according to it.
6875
6876 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * message.el (message-insert-formated-citation-line): Remove newline.
6879         (message-citation-line-format): Add final \n here so that the user can
6880         avoid a blank line.
6881
6882 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6883
6884         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6885         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6886         Update lanl/arXiv support.
6887
6888 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6889
6890         * gnus.el: Bump version number.
6891
6892 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6893
6894         * gnus.el (gnus-version-number): Bump version.
6895
6896 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6897
6898         * gnus.el: No Gnus v0.6 is released.
6899
6900 2007-04-27  Didier Verna  <didier@xemacs.org>
6901
6902         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6903         * gmm-utils.el (gmm-regexp-concat): here.
6904         * message.el: Don't require 'gnus-util.
6905         (message-dont-reply-to-names): Handle name change above.
6906         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6907
6908 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6911         since the initial value varies according to the system.
6912
6913 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6916
6917 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6918
6919         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6920
6921 2007-04-24  Didier Verna  <didier@xemacs.org>
6922
6923         Improve the type of gnus-ignored-from-addresses.
6924         * gnus-util.el (gnus-orify-regexp): New function.
6925         * message.el (gnus-util): Require it.
6926         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6927         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6928         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6929
6930 2007-04-24  Didier Verna  <didier@xemacs.org>
6931
6932         * gnus-sum.el:
6933         * gnus-utils.el: Fix some trailing whitespaces.
6934
6935 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6938         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6939         article's Message-ID; refer parent article in summary buffer.
6940
6941         * message.el (message-bounce): Call mime-to-mml.
6942
6943         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6944         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6945         optimize and/or forms properly.
6946
6947 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6950         URL.
6951
6952 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6953
6954         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6955
6956 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6959         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6960         displayed of multipart/alternative part if it is invoked from summary
6961         buffer.
6962
6963         * mm-view.el (mm-inline-text-html-render-with-w3m)
6964         (mm-inline-text-html-render-with-w3m-standalone)
6965         (mm-inline-render-with-function): Use mail-parse-charset by default.
6966
6967 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6968
6969         * parse-time.el (parse-time-string-chars): Check if CHAR
6970         is less than the length of parse-time-syntax.
6971
6972 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6975         from gnus-newsgroup-processable.
6976
6977 2007-04-16  Didier Verna  <didier@xemacs.org>
6978
6979         * gnus-msg.el (gnus-configure-posting-styles): Handle
6980         message-signature-directory properly with :file syntax.  Reported by
6981         "Leo".
6982
6983 2007-04-11  Didier Verna  <didier@xemacs.org>
6984
6985         New user option: message-signature-directory.
6986         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6987         * message.el (message-insert-signature): Ditto.
6988         * message.el (message-signature-file): Doc update.
6989         * message.el (message-signature-directory): New.
6990
6991 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6992
6993         * gnus-msg.el (gnus-inews-yank-articles): Use
6994         message-exchange-point-and-mark instead of exchange-point-and-mark.
6995
6996 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6997
6998         * message.el (message-yank-original): Make sure cited text ends with
6999         newline; don't exchange point and mark.
7000
7001 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
7002
7003         * tls.el (open-tls-stream): Properly handle case where there
7004         is no associated buffer.
7005
7006 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
7007
7008         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
7009         message-yank-original, make sure (< mark TEXT point).
7010
7011 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * message.el (message-fill-column): New variable.
7014         (message-mode): Use it.  Add comment on a possible new hook.
7015
7016         * nnmail.el (nnmail-spool-file): Mark as obsolete.
7017         (nnmail-get-new-mail): Reformat.
7018
7019         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
7020
7021         * gmm-utils.el: Fix Commentary.
7022         (gmm-tool-bar-from-list): Fix typo in doc string.
7023
7024 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
7025
7026         * message.el (message-yank-original): Don't switch point and mark
7027         unnecessarily to put point and mark as documented.
7028
7029 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7030
7031         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
7032         from the message heads.
7033
7034 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7035
7036         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7037         article buffer does not have a window.  This may not be the best
7038         solution but is certainly better than setting the start of the null,
7039         that is the current, window.
7040
7041 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7044         (gnus-draft-setup): Run it.
7045
7046         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7047         gnus-score-fast-scoring.  Allow regexp.
7048         (gnus-score-headers): Use it.
7049
7050         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7051         XEmacs.
7052
7053         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7054         string.
7055         (gnus-button-alist): Also catch `<f1> k ...'.
7056         (gnus-treat-display-x-face): Fix doc string.
7057
7058 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7059
7060         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7061         evaluation of gnus-extended-version to ensure correct generation of the
7062         User-Agent header when message-generate-headers-first is used.
7063
7064 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7065
7066         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7067         hashcash-path is nil.  Don't call callback with incorrect number of
7068         parameters if val is 0.
7069
7070 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7071
7072         * message.el (message-required-news-headers):
7073         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7074
7075 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7076
7077         * tls.el (open-tls-stream): In handshake-waiting loop,
7078         don't wait more if there is output available to process.
7079
7080 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7081
7082         * tls.el (tls-program): Doc fix.
7083
7084 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * message.el (message-generate-new-buffers): Change the meaning of the
7087         nil value; add `standard' to the choices; treat t as `unique'; improve
7088         doc string.
7089         (gnus-select-frame-set-input-focus): Autoload.
7090         (message-buffer-name): Search for the existing message buffer if
7091         message-generate-new-buffers is nil or `standard'; treat the value t of
7092         message-generate-new-buffers as `unique'.
7093         (message-pop-to-buffer): Raise the frame already displaying the message
7094         buffer; clear the echo area after querying.
7095         (message-setup): Pass the `continue' argument to compose-mail.
7096         (message-mail): Prefer `switch-function' if it is given; search for the
7097         existing message buffer if the `continue' argument is non-nil; pass
7098         continue and switch-function arguments to compose-mail by way of
7099         message-setup.
7100         (message-mail-other-window): Adjust argument of message-setup.
7101         (message-mail-other-frame): Ditto.
7102
7103 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7106         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7107         to turn font-lock on when turning gnus-message-citation-mode on.
7108
7109 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7110
7111         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7112         (mml-smime-function-alist): New variable; add epg as the backend.
7113         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7114         mml-smime- functions instead.
7115         * mm-view.el: Require smime.
7116
7117 2007-03-05  Didier Verna  <didier@xemacs.org>
7118
7119         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7120         instead of just inheritance for posting styles.
7121         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7122
7123 2007-02-24  Chris Moore  <dooglus@gmail.com>
7124
7125         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7126         * pgg-pgp.el (pgg-pgp-encrypt-region):
7127         * pgg-gpg.el (pgg-gpg-encrypt-region):
7128         Check pgg-encrypt-for-me if no other recipients.
7129
7130 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7131
7132         * tls.el (tls-certtool-program): Fix custom type.
7133
7134 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7137         and point-at-eol instead of line-(beginning|end)-position.
7138
7139         * assistant.el (assistant-parse-buffer): Ditto.
7140
7141         * netrc.el (netrc-parse-services): Ditto.
7142
7143 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7144
7145         * mml2015.el (mml2015-epg-find-usable-key): New function.
7146         (mml2015-epg-sign): Use it.
7147         (mml2015-epg-encrypt): Use it.
7148
7149 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * message.el (message-make-in-reply-to): Quote name containing
7152         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7153         if there are special characters.  Reported by NAKAJI Hiroyuki
7154         <nakaji@jp.freebsd.org>.
7155
7156 2007-02-27  Didier Verna  <didier@xemacs.org>
7157
7158         Include the group parameters as well as the topic ones in the
7159         inheritance filter process.
7160         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7161         argument GROUP-PARAMS-LIST.
7162         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7163
7164 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * nntp.el (nntp-never-echoes-commands)
7167         (nntp-open-connection-functions-never-echo-commands): New variables.
7168         (nntp-send-command): Use them.
7169
7170 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7171
7172         * mml2015.el (mml2015-epg-verify): Simplified.
7173
7174 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * mml.el (mml-content-disposition-alist): New user option.
7177         (mml-content-disposition): New function.
7178         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7179         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7180
7181 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7182
7183         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7184         verification.
7185
7186 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7187
7188         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7189         articles posted in the last 24 hours.
7190
7191 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7192
7193         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7194
7195 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7196
7197         * nntp.el (nntp-send-command): Don't wait for echoes when
7198         nntp-open-ssl-stream is used.
7199
7200 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7203         (gnus-message-add-citation-keywords)
7204         (gnus-message-remove-citation-keywords): Remove.
7205         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7206         directly, make the variables in font-lock-defaults buffer-local, add
7207         gnus-message-citation-keywords to them and then update the value of
7208         font-lock-keywords.
7209
7210 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7211
7212         * message.el (message-cite-original-1): Don't call
7213         gnus-article-highlight-citation.
7214
7215         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7216         citations; fix line count.
7217
7218 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7221         (gnus-message-add-citation-keywords)
7222         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7223         versions of font-lock-add-keywords and font-lock-remove-keywords to
7224         work with XEmacs correctly.
7225
7226 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * gnus-cite.el (gnus-cite-face-list): Set the values of
7229         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7230         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7231         (gnus-message-cite-prefix-regexp): New variable.
7232         (gnus-message-search-citation-line): Use it; protect against long
7233         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7234         the 0th match data for Emacs.
7235         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7236         (gnus-message-add-citation-keywords): Append keywords rather than
7237         prepending; emulate font-lock-add-keywords if it is not available.
7238         (gnus-message-remove-citation-keywords): Emulate
7239         font-lock-remove-keywords if it is not available.
7240
7241         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7242
7243         * message.el (message-cite-prefix-regexp): Set the value of
7244         gnus-message-cite-prefix-regexp.
7245
7246 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7247
7248         * nnweb.el (nnweb-google-parse-1): Update parser.
7249
7250 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7251
7252         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7253
7254 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7255
7256         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7257         regexp.
7258
7259 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7260
7261         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7262         string-to-multibyte.
7263         (uudecode-decode-region-internal): Use it.
7264
7265         * lpath.el: Fbind string-as-multibyte for XEmacs.
7266
7267 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7268
7269         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7270         custom choice.
7271
7272         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7273
7274 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7275
7276         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7277
7278         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7279         `write-region' to respect `mm-inhibit-file-name-handlers'.
7280
7281 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7282
7283         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7284         Use gnus-home-directory instead of "~/" or "$HOME".
7285
7286 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7287
7288         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7289         to mention filename.
7290         Add comments at beginning regarding usage.
7291         (encrypt-write-file-contents): Change interactive so a string is
7292         acceptable.  If the file has no associated model, show an error instead
7293         of a nonsense prompt.
7294
7295 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7296
7297         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7298         Thanks to Yoshihiko Yamada for kind notification of this typo.
7299
7300 2007-01-12  Kenichi Handa  <handa@m17n.org>
7301
7302         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7303         multibyte buffer.
7304
7305 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7306
7307         * gnus-score.el (gnus-score-fast-scoring): New variable.
7308         (gnus-score-headers): Use it.
7309
7310         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7311
7312         * message.el (message-cite-original-1): Call
7313         gnus-article-highlight-citation if requested.
7314         (message-make-from): Allow name and address as optional arguments.
7315
7316         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7317
7318         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7319         bugs to doc string.
7320         (gnus-button-alist): Add mid\\|message-id.
7321         (gnus-button-fetch-group): Extend for use in
7322         `browse-url-browser-function'.
7323         (gnus-button-url-regexp): Try to catch paired parentheses like in
7324         Wikipedia URLs.
7325
7326         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7327         Suggested by Simon Krahnke <overlord@gmx.li>.
7328
7329 2007-01-13  Romain Francoise  <romain@orebokech.com>
7330
7331         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7332         Update copyright.
7333
7334 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7335
7336         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7337
7338 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7339
7340         * gnus-registry.el (gnus-registry-unfollowed-groups)
7341         (gnus-registry-split-fancy-with-parent): Fix documentation.
7342
7343 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7344
7345         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7346         from nnweb groups.
7347
7348 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349
7350         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7351         Xref urls.  Erase buffer before requesting head.
7352
7353 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7354
7355         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7356         customizable.
7357
7358 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7359
7360         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7361         no signing key is found.
7362         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7363         no encrypting and/or signing key is found.
7364
7365 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7368
7369 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7370
7371         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7372         headers read from disk with the ones newly found in the current search.
7373         This should no longer cause problems, because the article numbers in
7374         Gmane's `nov.php' output are ignored since the previous change.
7375
7376 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7377
7378         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7379
7380 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7381
7382         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7383         replace-regexp-in-string; bind url-version; fbind display-images-p and
7384         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7385         find-face and set-itimer-function for Emacs; bind itimer-list for
7386         Emacs.
7387
7388         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7389
7390 2007-01-01  Romain Francoise  <romain@orebokech.com>
7391
7392         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7393
7394 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7395
7396         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7397         `define-minor-mode' macro definition expanded properly.
7398         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7399         exclude it there.
7400
7401         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7402         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7403         `fboundp' test.
7404         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7405         This is OK to autoload in (S)XEmacs now.
7406
7407 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7408
7409         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7410         keystroke.
7411         (gnus-summary-limit-to-singletons): Fix typo.
7412
7413         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7414         else fails.
7415
7416 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7417
7418         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7419         docstring.
7420
7421         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7422         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7423         (gnus-summary-insert-dormant-articles): Fix typo in message.
7424
7425 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7428         nil for XEmacs.
7429         (gnus-message-citation-mode): Don't autoload in XEmacs.
7430
7431         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7432
7433 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7434
7435         * nnimap.el (nnimap-expunge-search-string): Mention
7436         nnimap-search-uids-not-since-is-evil in docstring.
7437
7438 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * spam.el: Revert to make-obsolete-variable because
7441         define-obsolete-variable-alias is not supported in Emacs 21.
7442
7443         * spam.el (spam-ifile-path, spam-ifile-database-path)
7444         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7445         make-obsolete-variable.
7446         (spam-bsfilter-path, spam-bsfilter-program)
7447         (spam-spamassassin-path, spam-spamassassin-program)
7448         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7449         use "path" inappropriately.
7450         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7451         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7452         variable names.
7453
7454 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7455
7456         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7457         summary buffer.
7458
7459         * password.el (password-cache-remove): Use clear-string to burn
7460         password, if available.
7461
7462 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7463
7464         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7465
7466         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7467
7468         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7469         (gnus-message-highlight-citation): Move defcustom here from
7470         gnus-cite.el.
7471         (gnus-message-citation-mode): Autoload.
7472
7473         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7474         checks to make it compile with XEmacs.
7475         (gnus-message-citation-mode): New minor mode.
7476         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7477         (gnus-message-highlight-citation): New variables.
7478         (gnus-message-search-citation-line)
7479         (gnus-message-add-citation-keywords)
7480         (gnus-message-remove-citation-keywords)
7481         (turn-on-gnus-message-citation-mode)
7482         (turn-off-gnus-message-citation-mode): New functions.
7483
7484 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7485
7486         * gnus-cite.el: Enable highlighting of different citation levels in
7487         message-mode.
7488
7489 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7490
7491         * message.el (message-make-fqdn): Fix comment.
7492         (message-bogus-system-names): Add ".local".
7493
7494         * spam.el (spam-ifile-path, spam-ifile-program)
7495         (spam-ifile-database-path, spam-ifile-database)
7496         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7497         Don't use "path" inappropriately.
7498         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7499         strings.
7500         (spam-check-ifile, spam-ifile-register-with-ifile)
7501         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7502         new variable names.
7503
7504         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7505         (gnus-treat-display-smileys): Simplify using
7506         gnus-image-type-available-p.
7507
7508         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7509         available.
7510
7511         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7512         `display-images-p' if available.
7513
7514 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7517         one after turning on the buffer's multibyteness instead of decoding
7518         them directly in the unibyte buffer that causes unexpected conversion
7519         in Emacs 23 (unicode).
7520
7521 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7522
7523         * message.el (message-generate-hashcash): Fix custom type.
7524
7525 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7528
7529 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7532         disconnect icons.  Add help text.
7533
7534 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7535
7536         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7537         negated to be consistent with the others we handle.
7538
7539 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540
7541         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7542         version of gnus-summary-buffer to something, so that we can use two
7543         article buffers at the same time.
7544
7545 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7546
7547         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7548         trigger all the extra headers.
7549         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7550         sorting.
7551
7552 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7553
7554         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7555         solid groups.
7556
7557 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7558
7559         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7560
7561 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * legacy-gnus-agent.el: Add Copyright notice.
7564
7565 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7566
7567         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7568
7569 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7572
7573         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7574         to make it work reliably in CVS Emacs.
7575         (gnus-summary-limit-strange-charsets-predicate)
7576         (gnus-summary-limit-to-predicate): New functions.
7577
7578 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7579
7580         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7581         specifying array size.
7582         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7583         array if it is too small.
7584         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7585         (gnus-sort-threads-loop): New function.
7586
7587 2006-12-06  Chris Moore  <dooglus@gmail.com>
7588
7589         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7590         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7591
7592 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7593
7594         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7595         options.
7596
7597 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7598
7599         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7600         DOS-ing the recipient.
7601
7602         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7603         the headers when creating the mapping to avoid mismappings.
7604         (nnweb-gmane-create-mapping): Always nix out old mapping.
7605
7606 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7607
7608         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7609         and mm-verify-option to never.
7610
7611 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7612
7613         * message.el (message-signed-or-encrypted-p): New function.
7614         (message-forward-make-body): Use it.
7615
7616         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7617         Replace encode-coding-string with mm-encode-coding-string.
7618
7619 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7620
7621         * nneething.el (nneething-decode-file-name): Replace
7622         decode-coding-string with mm-decode-coding-string.
7623
7624         * gnus-int.el (gnus-open-server): Say failed server's name.
7625
7626 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7627
7628         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7629         strings to a single string.  Quote `errors-file-name'.
7630         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7631         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7632         Adjust calls.  Use `shell-quote-argument'.
7633
7634 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7635
7636         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7637         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7638
7639         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7640         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7641         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7642         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7643         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7644         (gnus-subscribe-newsgroup, gnus-1):
7645         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7646         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7647         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7648         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7649
7650 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7651
7652         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7653         keystroke.
7654         (gnus-summary-limit-to-bodies): Implement headersp.
7655
7656 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7657
7658         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7659
7660 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7661
7662         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7663
7664 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7665
7666         * message.el (message-generate-hashcash): Expand range of values to
7667         include `opportunistic'.
7668         (message-send-mail): Use it.
7669
7670 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7671
7672         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7673         and comment it.
7674
7675         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7676
7677 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7678
7679         * gnus-util.el (gnus-extract-address-components): Improve comment.
7680
7681 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * gnus-util.el (gnus-extract-address-components): Work with address in
7684         which the name portion contains @.
7685
7686         * lpath.el: Fbind custom-autoload.
7687
7688 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * gnus.el (gnus-start): Move custom group up.
7691         (gnus-select-method): Don't autoload, but make it available for
7692         `customize-variable'.
7693         (gnus-getenv-nntpserver): Don't autoload.
7694
7695 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7696
7697         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7698
7699 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * message.el (message-sendmail-extra-arguments): New variable.
7702         (message-send-mail-with-sendmail): Use it.
7703
7704 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7707         mm-with-unibyte-current-buffer to make string unibyte.
7708
7709         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7710         mm-string-as-multibyte.
7711
7712 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7713
7714         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7715         Reported by Werner Koch <wk@gnupg.org>.
7716
7717 2006-11-14  Daiki Ueno  <ueno@p360>
7718
7719         * mml2015.el: Autoload epa-select-keys when compiling.
7720
7721 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7722
7723         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7724         message-options.
7725         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7726
7727 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7728
7729         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7730         EasyPG (< 0.0.6).
7731         (mml2015-always-trust): New user option.
7732         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7733         prompt.
7734
7735 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * nntp.el (nntp-authinfo-force): New variable.
7738         (nntp-send-authinfo): Use it.
7739
7740 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7743         decode encoded words.  Improve prompt.  Add comment about forwarding.
7744         (message-replacement-char): Move up.
7745
7746 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7747
7748         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7749         instead of gnus-intersection because arguments of gnus-sorted-nunion
7750         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7751
7752 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7755         (message-simplify-subject-functions): Enable
7756         message-strip-subject-encoded-words by default.
7757
7758 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7759
7760         * message.el (message-strip-subject-encoded-words): New function.
7761         (message-simplify-subject-functions): New variable.
7762         (message-simplify-subject): Use it.  Fix typo in doc string.
7763         Support message-strip-subject-encoded-words.
7764
7765 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7766
7767         * gnus-diary.el (gnus-diary-delay-format-function):
7768         * nndiary.el (nndiary-reminders):
7769         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7770
7771 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7772
7773         * gnus-art.el (article-hide-boring-headers): Fetch date from
7774         gnus-original-article-buffer to avoid problems with localized date
7775         strings.
7776
7777 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7778
7779         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7780
7781 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7782
7783         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7784         New variables.
7785         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7786         (mm-charset-synonym-alist): Move some entries to
7787         mm-codepage-iso-8859-list.
7788         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7789         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7790
7791 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7794
7795 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7796
7797         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7798         with Emacs 21 and XEmacs.
7799
7800 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7801
7802         * spam.el (spam-parse-address): New function for better parsing,
7803         catching errors, etc.
7804         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7805
7806 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7807
7808         * mm-view.el: Add interactive arg to html2text autoload.
7809
7810 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7811
7812         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7813
7814 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7817         variables.
7818         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7819         (mm-charset-synonym-alist): Move some entries to
7820         mm-codepage-iso-8859-list.
7821
7822         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7823
7824 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7825
7826         * message.el (message-citation-line-format)
7827         (message-insert-formated-citation-line): Fix implementation of %E, %N
7828         and %n according to the doc string.
7829
7830 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7831
7832         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7833         car-safe to avoid bad parses.
7834
7835 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7836
7837         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7838         names.
7839
7840         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7841
7842 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7845         header.
7846
7847         * message.el (message-draft-headers): Add Date.
7848         (message-headers-to-generate): Fix typo in docstring.
7849
7850         * nndraft.el (nndraft-required-headers): New variable.
7851         (nndraft-generate-headers): Use it.
7852
7853         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7854
7855 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7856
7857         * gnus-registry.el (gnus-registry-wash-for-keywords)
7858         (gnus-registry-find-keywords): New functions to allow easy searching of
7859         articles that are in the registry.
7860
7861 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7862
7863         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7864         ietf-drums-parse-address instead of gnus-extract-address-components.
7865         Reported by Damien Elmes <damien@repose.cx>.
7866
7867 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7868
7869         * gnus.el (gnus-mime): Remove unused custom group.
7870
7871 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7872
7873         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7874         "blank line" when searching for end of armor headers.
7875
7876 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7877
7878         * gmm-utils.el (gmm-write-region): Fix variable name.
7879
7880 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7881
7882         * gmm-utils.el (gmm-write-region): New function based on compatibility
7883         code from `mm-make-temp-file'.
7884
7885         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7886
7887         * nnmaildir.el (nnmaildir--update-nov)
7888         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7889         Use `gmm-write-region'.
7890
7891 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7894         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7895
7896         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7897
7898         * message.el (message-replacement-char): New variable.
7899         (message-fix-before-sending): Use it.
7900         (message-simplify-subject): New function to remove duplicate code.
7901         (message-reply, message-followup): Use it.
7902
7903         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7904         gnus-summary-limit-to-articles.
7905
7906 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-util.el (gnus-with-local-quit): New macro.
7909
7910         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7911
7912 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7913
7914         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7915         ignore non-string data.
7916
7917 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7918
7919         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7920         non-string data (needs to be done in the registry too).
7921
7922 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7923
7924         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7925         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7926         (gnus-registry-split-fancy-with-parent)
7927         (gnus-registry-fetch-simplified-message-subject-fast)
7928         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7929         Remove text properties on ingress into the registry and when it's saved.
7930         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7931         registry from entries with no groups.
7932
7933 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7934
7935         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7936         function to remove string properties.
7937
7938 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7939
7940         * gmm-utils.el (gmm): Adjust custom version.
7941
7942         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7943         custom version.
7944
7945         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7946
7947 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7948
7949         * gnus-art.el (gnus-insert-prev-page-button)
7950         (gnus-insert-next-page-button): Simplify.  Reformat.
7951
7952 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7953
7954         * gnus-art.el (gnus-insert-prev-page-button)
7955         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7956
7957 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7958
7959         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7960
7961 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7962
7963         * gnus-art.el (gnus-insert-mime-button)
7964         (gnus-insert-mime-security-button):
7965         Apply gnus-article-button-face to MIME and security buttons.
7966
7967 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7968
7969         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7970         readable.
7971
7972 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7973
7974         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7975
7976 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7977
7978         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7979         `browse-url-of-file' instead of `browse-url'.
7980
7981 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7982
7983         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7984         regexp.  Articles containing quotation were cut prematurely.
7985
7986 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * message.el (message-cite-original-1): Use nobody by default for the
7989         value of From header.
7990         (message-reply): Ditto.
7991
7992 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7993
7994         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7995         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7996         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7997
7998 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7999
8000         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
8001         mails in the doc string.  Add some URLs in comment.
8002         (pop3-movemail): Warn about pop3-leave-mail-on-server.
8003
8004 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
8007         backslashes handling and the way to find boundaries of quoted strings.
8008
8009 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
8010
8011         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
8012         mml1991-encrypt-to-self is set and mml1991-signers is not set.
8013         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
8014         mml2015-encrypt-to-self is set and mml2015-signers is not set.
8015
8016 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
8019         doc string.
8020         (gnus-button-regexp, gnus-button-last): Remove unused variables.
8021
8022 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * lpath.el: Fbind epg-check-configuration.
8025
8026 2006-09-06  Simon Josefsson  <jas@extundo.com>
8027
8028         * mml2015.el (mml2015-use): Doc fix, mention epg.
8029
8030 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8031
8032         * mml2015.el (mml2015-use): Default to epg, if available.
8033
8034 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8035
8036         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8037         message-sender.
8038         (mml1991-epg-encrypt): Ditto.
8039         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8040         message-sender.
8041         (mml2015-epg-encrypt): Ditto.
8042
8043 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8044
8045         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8046         several common directories.
8047
8048 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8049
8050         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8051         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8052
8053 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-art.el (article-decode-encoded-words): Make it fast.
8056
8057 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8058
8059         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8060
8061         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8062         in quoted string into `\'.
8063
8064 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8067         Use standard-syntax-table.
8068
8069 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-art.el (gnus-decode-address-function): New variable.
8072         (article-decode-encoded-words): Use it to decode headers which are
8073         assumed to contain addresses.
8074         (gnus-mime-delete-part): Remove useless `or'.
8075
8076         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8077         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8078         (gnus-nov-parse-line): Use it to decode From header.
8079         (gnus-get-newsgroup-headers): Ditto.
8080         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8081
8082         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8083         (mail-decode-encoded-address-string): New alias.
8084
8085         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8086         New function.
8087         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8088         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8089         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8090         (rfc2047-decode-string): Ditto.
8091         (rfc2047-decode-address-region): New function.
8092         (rfc2047-decode-address-string): New function.
8093
8094 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * message.el (message-caesar-buffer-body): Allow rotating headers.
8097
8098         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8099
8100         * message.el (message-insert-formated-citation-line): Fix %f.
8101         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8102
8103 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8106         (gnus-bookmark-mouse-available-p): New macro.
8107         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8108         (gnus-bookmark-bmenu-show-infos): Use it.
8109         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8110         (gnus-bookmark-bmenu-hide-infos): Ditto.
8111         (gnus-bookmark-remove-properties): New function.
8112         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8113         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8114         (gnus-bookmark-write-file): Bind coding-system-for-write.
8115         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8116         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8117         group before selecting it.
8118         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8119         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8120         quit-window if it is not available; use gnus-mouse-2 and bind it to
8121         gnus-bookmark-bmenu-select-by-mouse.
8122         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8123         (gnus-bookmark-bmenu-select-by-mouse): New function.
8124
8125 2006-08-13  Romain Francoise  <romain@orebokech.com>
8126
8127         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8128         space.
8129
8130 2006-08-10  Romain Francoise  <romain@orebokech.com>
8131
8132         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8133         (dns-mode-soa-auto-increment-serial): New user option.
8134         (dns-mode-soa-maybe-increment-serial): New function.
8135         (dns-mode): Add the latter to `write-contents-functions'.
8136
8137 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * compface.el (uncompface): Use binary rather than raw-text-unix.
8140
8141 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * compface.el (uncompface): Make sure the eol conversion doesn't take
8144         place when communicating with the external programs.  Reported by
8145         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8146
8147 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8150
8151 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8152
8153         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8154         Make it more robust by parsing author and date independently.
8155
8156 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8159
8160 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8161
8162         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8163         first matching secret key.
8164         (mml2015-epg-encrypt): Ditto.
8165
8166         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8167         first matching secret key.
8168         (mml1991-epg-encrypt): Ditto.
8169
8170         * mml2015.el (mml2015-encrypt-to-self): New user option.
8171         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8172         mml2015-epg-encrypt-to-self is set.
8173
8174         * mml1991.el (mml1991-encrypt-to-self): New variable.
8175         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8176         mml1991-epg-encrypt-to-self is set.
8177
8178         * mml2015.el (mml2015-signers): New user option.
8179         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8180         (mml2015-epg-encrypt): Allow to select signing keys.
8181
8182         * mml1991.el (mml1991-signers): New variable.
8183         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8184         (mml1991-epg-encrypt): Allow to select signing keys.
8185
8186 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8187
8188         * nnheader.el (nnheader-insert-head): Make it work even if the file
8189         uses CRLF for the line-break code.
8190
8191 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8192
8193         * mml2015.el: Require mml-sec instead of password.
8194         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8195         (mml2015-cache-passphrase): Inherit the default value from
8196         mml-secure-cache-passphrase.
8197         (mml2015-passphrase-cache-expiry): Inherit the default value from
8198         mml-secure-passphrase-cache-expiry.
8199
8200         * mml1991.el: Require mml-sec instead of password.
8201         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8202         (mml1991-cache-passphrase): Inherit the default value from
8203         mml-secure-cache-passphrase.
8204         (mml1991-passphrase-cache-expiry): Inherit the default value from
8205         mml-secure-passphrase-cache-expiry.
8206
8207         * mml-sec.el: Require password.
8208         (mml-secure-verbose): New user option.
8209         (mml-secure-cache-passphrase): New user option.
8210         (mml-secure-passphrase-cache-expiry): New user option.
8211
8212 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8213
8214         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8215         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8216         andreas@altroot.de (Andreas Vögele).
8217
8218         FIXME: Use `tiny change'?
8219
8220 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8221
8222         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8223         workaround for the url package included with Emacs.
8224
8225         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8226
8227 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8228
8229         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8230         correctly.  This fixes a bug caused by the 2006-05-12 change.
8231
8232 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8233
8234         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8235         some information about the error when saying that the `bogus' mail
8236         group will be used.
8237
8238 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8239
8240         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8241         string.
8242
8243 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8244
8245         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8246
8247 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8248
8249         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8250
8251 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8252
8253         * mml1991.el (mml1991-function-alist): Add epg.
8254         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8255         (mml1991-epg-encrypt): New functions.
8256
8257 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8258
8259         * mml2015.el (mml2015-verbose): New variable.
8260         (mml2015-cache-passphrase): Ditto.
8261         (mml2015-passphrase-cache-expiry): Ditto.
8262         (mml2015-function-alist): Add epg.
8263         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8264         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8265         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8266         functions.
8267
8268 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8269
8270         * message.el (message-cite-original-1): Preserve region when removing
8271         quoted text due to X-No-Archive in order to avoid bogus attribution
8272         when citing multiple messages.
8273
8274 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8275
8276         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8277         Kenneth Jacker <khj@be.cs.appstate.edu>.
8278
8279 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8280
8281         * gnus-diary.el (gnus-user-format-function-d)
8282         (gnus-user-format-function-D): Autoload.
8283
8284         * imap.el (Commentary): Fix typo.
8285
8286         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8287         2006-04-22 contribution.
8288
8289 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8290
8291         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8292         It didn't really fix the bogosity I'm seeing with solid web groups.
8293
8294 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8295
8296         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8297         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8298         created using server names.  If we use the feature without declaring
8299         it, Gnus does not properly manage server and group state.
8300
8301         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8302         bound.
8303
8304 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8305
8306         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8307         looking up the method using GROUP's prefix before inventing a new one.
8308         It is used on killed/unknown groups in various places where returning
8309         an all-new method isn't expected by the caller.
8310
8311         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8312         and match semantics of gnus-group-real-prefix.
8313
8314 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8315
8316         * nnmail.el (nnmail-broken-references-mailers): New variable.
8317         (nnmail-ignore-broken-references): New function generalizing
8318         nnmail-fix-eudora-headers.
8319         (nnmail-fix-eudora-headers): Now obsolete.
8320
8321         * gnus-art.el (gnus-button-handle-custom): Support
8322         `customize-apropos*'.
8323
8324 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8325
8326         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8327
8328         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8329         articles.
8330
8331 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8332
8333         * message.el (message-cite-reply-above): New variable.
8334         (message-yank-original): Use it.
8335
8336 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8337
8338         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8339
8340 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8341
8342         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8343         as read.
8344
8345         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8346
8347 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8348
8349         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8350         (gnus-bookmark-default-file): Use gnus-directory.
8351         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8352         Remove "*" in doc string.
8353         (gnus-bookmark-write-file): Simplify.
8354         (gnus-bookmark-maybe-sort-alist): Use `when'.
8355         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8356         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8357         FIXME about Emacs 21 and XEmacs compatibility.
8358         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8359         compatibility.
8360         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8361         compatibility.
8362         (gnus-bookmark-menu-heading): Fix version.
8363
8364 2006-06-19  Bastien Guerry  <bzg@altern.org>
8365
8366         * gnus-bookmark.el: New file.
8367
8368 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * message.el (message-syntax-checks): Doc fix.
8371
8372 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8373
8374         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8375         unsubscribed groups as if they were killed ones.  It causes duplicate
8376         entries in gnus-newsrc-alist.
8377
8378 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * message.el (message-syntax-checks): Doc fix.
8381         (message-send-mail): Add check for continuation headers.
8382         (message-check-news-header-syntax): Fix regexp used to check for
8383         continuation headers.
8384
8385 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8386
8387         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8388
8389 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8390
8391         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8392
8393 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8394
8395         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8396         default-truncate-lines.
8397
8398 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8399
8400         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8401         to fill the utf-8 entry.
8402
8403         * lpath.el: Fbind unicode-precedence-list.
8404
8405 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8406
8407         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8408
8409 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8410
8411         * gnus-agent.el (directory-files-and-attributes): Move all the way
8412         forward (the third and final move).
8413         (gnus-agent-read-agentview): Trap reconstruction errors due to
8414         nonexistant directory.  Handle by returning nil.
8415
8416 2006-05-30  Didier Verna  <didier@xemacs.org>
8417
8418         * message.el (message-dont-reply-to-names): Update the custom type.
8419         * message.el (message-dont-reply-to-names): New defsubst: potentially
8420         convert a list of regexps into a single one.
8421         * message.el (message-get-reply-headers): Use it.
8422         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8423
8424 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-agent.el (directory-files-and-attributes): Move forward.
8427
8428 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8429
8430         * gnus-ml.el (gnus-mailing-list-subscribe)
8431         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8432         (gnus-mailing-list-message): Fix doc strings.
8433
8434 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8435
8436         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8437         of doing it manually.
8438
8439 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8442         comment.
8443
8444 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8445
8446         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8447         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8448         (gnus-agent-read-local): All symbols allocated in my-obarray.
8449         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8450         (gnus-agent-regenerate-group): Check numeric names to see if they are
8451         messages or groups.
8452         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8453         better way of do this...)
8454
8455         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8456         'dummy.group' (there should be a better way of do this...)
8457
8458 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8461         (gnus-saved-headers): Ditto.
8462         (gnus-default-article-saver): Mention functions may have properties.
8463         (gnus-article-save): Override gnus-save-all-headers and
8464         gnus-saved-headers by :headers property which saver function may have.
8465         (gnus-summary-save-in-file): Add :headers property.
8466         (gnus-summary-write-to-file): Ditto.
8467
8468         * gnus-sum.el (gnus-summary-save-article): Bind
8469         gnus-prompt-before-saving to t when saving many articles in a file;
8470         always show all headers.
8471
8472         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8473
8474 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8477         marks.
8478
8479         * message.el (message-indent-citation): Add optional arguments to allow
8480         using it outside of message buffers.
8481
8482         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8483         (gnus-article-treat-unfold-headers): Use it.
8484         (gnus-article-truncate-lines): New variable.
8485         (gnus-article-mode): Use it.
8486         (gnus-article-toggle-truncate-lines): New function.
8487
8488         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8489         gnus-article-toggle-truncate-lines.
8490
8491         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8492         coding system in XEmacs, use binary.
8493
8494 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8497         after-load-alist.
8498
8499         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8500         this function should save decoded articles.
8501         (gnus-summary-write-to-file): Use property to specify this function
8502         should save decoded articles and specify gnus-summary-save-in-file
8503         should be used to save articles other than the first one when saving
8504         many articles.
8505         (gnus-summary-save-body-in-file): Use property to specify this
8506         function should save decoded articles.
8507         (gnus-summary-write-body-to-file): Use property to specify this
8508         function should save decoded articles and specify
8509         gnus-summary-save-body-in-file should be used to save articles other
8510         than the first one when saving many articles.
8511
8512         * gnus-sum.el (gnus-summary-save-article): Simplify.
8513
8514 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * gnus-art.el (gnus-default-article-saver): Add
8517         gnus-summary-write-body-to-file.
8518         (gnus-article-save-coding-system): Don't use coding system object
8519         in XEmacs.
8520         (gnus-read-save-file-name): Add optional `dir-var' argument which
8521         specifies directory in which files are saved; work even if optional
8522         `variable' argument is not specified.
8523         (gnus-summary-write-to-file): Read file name.
8524         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8525         (gnus-summary-write-body-to-file): New function.
8526
8527         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8528         (gnus-summary-local-variables): Add it.
8529         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8530         (gnus-summary-save-article): Remove optional `decode' argument;
8531         determine whether to decode articles by the value of
8532         gnus-default-article-saver; when saving many files using
8533         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8534         it first and use gnus-summary-save-in-file or
8535         gnus-summary-save-body-in-file thereafter unless
8536         gnus-prompt-before-saving is always; move point to article which
8537         will be saved.
8538         (gnus-summary-save-article-file): Revert.
8539         (gnus-summary-write-article-file): Revert.
8540         (gnus-summary-save-article-body-file): Revert.
8541         (gnus-summary-write-article-body-file): New function.
8542
8543 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8544
8545         * gnus-art.el (gnus-default-article-saver): Doc fix.
8546         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8547         from gnus-summary-save-article-coding-system, and default to a
8548         certain coding system.
8549         (gnus-output-to-file): Add coding cookie and encode text according
8550         to gnus-article-save-coding-system; don't use mm-append-to-file.
8551
8552         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8553         gnus-art.el and rename to gnus-article-save-coding-system.
8554         (gnus-summary-save-article): Require gnus-art; don't show all
8555         headers if it decodes articles; don't add coding cookie here;
8556         don't bind mm-text-coding-system-for-write.
8557         (gnus-summary-save-article-file): Save decoded articles.
8558         (gnus-summary-write-article-file): When saving many files, use
8559         gnus-summary-write-to-file first and gnus-summary-save-in-file
8560         thereafter unless gnus-prompt-before-saving is always.
8561         (gnus-summary-save-article-body-file): Save decoded articles.
8562
8563         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8564
8565 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * nnrss.el (nnrss-check-group): Bind hash-index.
8568
8569 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8570
8571         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8572         its hash index.  Store this hash in `nnrss-group-data'.
8573         (nnrss-read-group-data): Update accordingly.
8574
8575 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8576
8577         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8578         entry.
8579
8580         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8581         gnus-article-browse-html-article.
8582
8583 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8584
8585         * gnus-sum.el (gnus-summary-mime-map): Add
8586         gnus-article-browse-html-article.
8587
8588         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8589
8590 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8593         suitable coding systems in customize.
8594
8595 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8596
8597         * mail-source.el (mail-sources): Fix custom type.
8598
8599 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8600
8601         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8602         (gnus-summary-expire-articles-now): Shorten prompt.
8603
8604         * gmm-utils.el (wid-edit): Require.
8605         (defun-gmm): Renamed from `gmm-defun-compat'.
8606         (gmm-image-search-load-path): Use it.
8607         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8608
8609 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8612         variable.
8613         (gnus-summary-save-article): Add optional `decode' argument.  If
8614         it is set and gnus-summary-save-article-coding-system is non-nil,
8615         save decoded article.
8616         (gnus-summary-write-article-file): Save decoded article if
8617         gnus-summary-save-article-coding-system is non-nil.
8618
8619         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8620         type.
8621
8622 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8623
8624         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8625
8626 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8629         first to test gnus-single-article-buffer which may be buffer-local.
8630
8631         * gnus-sum.el (gnus-summary-setup-buffer): Make
8632         gnus-single-article-buffer buffer-local and nil in ephemeral
8633         group; make gnus-article-buffer, gnus-article-current, and
8634         gnus-original-article-buffer always buffer-local.
8635         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8636         group.
8637         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8638
8639 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8640
8641         * nnml.el (nnml-request-compact-group): Compressed files might not
8642         have .gz extension.
8643
8644 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8645
8646         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8647         (mm-copy-to-buffer): Use with-current-buffer.
8648         (mm-display-part): Simplify.
8649         (mm-inlinable-p): Add optional arg `type'.
8650
8651 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8652
8653         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8654         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8655         Try harder to show the attachment internally or externally using
8656         gnus-mime-view-part-as-type.
8657
8658 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * message.el (message-from-style, message-signature-separator)
8661         (message-user-organization-file, message-send-mail-function)
8662         (message-citation-line-function, message-yank-prefix)
8663         (message-indent-citation-function, message-signature)
8664         (message-signature-file, message-signature-insert-empty-line):
8665         Remove autoloads.
8666
8667         * gnus-art.el (gnus-buttonized-mime-types): Remove
8668         "multipart/signed".  Revert 2006-04-26 change.
8669
8670 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8671
8672         * gnus.el (gnus-version-number): Bump version.
8673
8674 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8675
8676         * gnus.el: No Gnus v0.5 is released.
8677
8678 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8679
8680         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8681         fetching articles by message-id.
8682
8683 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8684
8685         * message.el (hashcash): Require hashcash as normal.
8686
8687         * ecomplete.el (ecomplete-highlight-match-line): Use
8688         point-at-eol.
8689         (ecomplete-highlight-match-line): Use `highlight', because that
8690         face exists in both Emacs and XEmacs.
8691
8692         * message.el (message-display-abbrev): Use point-at-bol.
8693
8694         * mail-source.el: Don't require timer/timer-funcs.
8695
8696         * gnus-async.el: Ditto.
8697
8698         * password.el: Ditto.
8699
8700         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8701
8702         * mm-url.el: Ditto.
8703
8704         * gnus-xmas.el: Don't require timer-funcs.
8705
8706         * mm-util.el: Require timer/timer-funcs.
8707
8708 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8709
8710         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8711         Close.
8712
8713 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8716         unibyte after clear-decrypt function runs.
8717
8718         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8719         returns as a unibyte string.
8720
8721 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * lpath.el: Revert.
8724
8725         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8726         (pgg-gpg-process-sentinel): Revert.
8727
8728         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8729         (pgg-pgp-lookup-key): Revert.
8730
8731         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8732         (pgg-pgp5-lookup-key): Revert.
8733
8734         * pgg.el (pgg-fetch-key): Revert.
8735
8736 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8737
8738         * lpath.el: Fbind string-as-multibyte for XEmacs.
8739
8740         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8741         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8742         (mml1991-pgg-encrypt): Ditto.
8743
8744         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8745         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8746         a multibyte buffer.
8747
8748         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8749         (pgg-pgp-lookup-key): Ditto.
8750
8751         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8752         (pgg-pgp5-lookup-key): Ditto.
8753
8754         * pgg.el (pgg-fetch-key): Ditto.
8755
8756 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8757
8758         * message.el (message-user-organization-file): Check several
8759         locations of the organization file.
8760
8761         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8762         Add gnus-article-view-part-as-type.
8763
8764         * gnus-art.el (gnus-article-view-part-as-type): New function.
8765
8766         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8767         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8768
8769         * mml.el: Simplify autoload.
8770         (mml-mode): defvar dnd-protocol-alist instead of using
8771         symbol-value.
8772         (mml-default-directory): New variable.
8773         (mml-minibuffer-read-file): Use it.
8774         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8775
8776         * message.el (message-citation-line-format): New variable.
8777         (message-insert-formated-citation-line): New function.
8778         (message-citation-line-function): Add
8779         `message-insert-formated-citation-line' to custom type.
8780
8781         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8782         to doc string.
8783
8784         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8785         depending on mm-verify-option.
8786
8787 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8790         binding pgg-* variables; reimplement the section which prevents
8791         MIME header from being signed.
8792         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8793         pgg-text-mode; remove a blank line at the top of body.
8794
8795         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8796         lines at the top of body; use gnus-newsgroup-charset if there's no
8797         Charset header.
8798
8799 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8800
8801         * message.el (message-self-insert-commands): Doc fix.
8802
8803         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8804         (mm-uu-pgp-encrypted-test): Ditto.
8805         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8806         between header and body; return application/pgp-encrypted handle
8807         if decryption failed; decode decrypted body by charset.
8808
8809         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8810         element match to application/pgp-*.
8811
8812 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8813
8814         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8815         HTML.
8816
8817 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * mail-source.el (mail-source-call-script): Message the error
8820         string.
8821
8822 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * gnus-util.el (gnus-byte-compile): Use it.
8825
8826 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8827
8828         * gnus-util.el (kill-empty-logs): New function.
8829
8830 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8831
8832         * message.el (message-mail-alias-type): Doc fix.
8833         (message-mail-alias-type-p): New function.
8834         (message-send): Use it.
8835         (message-mode): Ditto.
8836         (message-strip-forbidden-properties): Ditto.
8837
8838         * ecomplete.el (ecomplete-database-file-coding-system): New
8839         variable.
8840         (ecomplete-save): Use it.
8841         (ecomplete-setup): Use it.
8842
8843 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * message.el (message-self-insert-commands): New variable.
8846         (message-strip-forbidden-properties): Use it.
8847
8848 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849
8850         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8851         that doesn't make XEmacs choke.
8852
8853 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8854
8855         * gnus-util.el (gnus-replace-in-string):
8856         Prefer replace-regexp-in-string over of replace-in-string.
8857
8858 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * gnus-util.el (gnus-select-frame-set-input-focus):
8861         Use select-frame-set-input-focus if it is available in XEmacs; use
8862         definition defined in Emacs 22 for old Emacsen.
8863
8864         * dgnushack.el: Autoload unmorse-region for XEmacs.
8865
8866         * lpath.el: Bind cursor-in-non-selected-windows and
8867         select-frame-set-input-focus for XEmacs.
8868
8869 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8872
8873 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8874
8875         * gnus-registry.el (gnus-registry-cache-save): Remove text
8876         properties when saving via the temp buffer.
8877
8878 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * message.el (message-generate-hashcash): Honor custom type.
8881
8882 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883
8884         * message.el (message-generate-hashcash): Default to non-nil when
8885         hashcash is found.
8886
8887         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8888         (gnus-refer-thread-limit): Increase default to 500.
8889
8890         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8891
8892         * flow-fill.el (fill-flowed): Allow delete-space.
8893
8894 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8895
8896         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8897         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8898         Remove autoloads.
8899
8900 2006-04-18  Simon Josefsson  <jas@extundo.com>
8901
8902         * message.el (message-generate-hashcash): Default to.
8903
8904 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8905
8906         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8907         concatenating segments rather than before concatenating them.
8908
8909 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8912
8913 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8916
8917         * message.el (message-forward-make-body-plain): Allow
8918         message-forward-ignored-headers to be a list.
8919         (message-remove-ignored-headers): Factor out into function.
8920         (message-forward-make-body-mml): Use it.
8921
8922         * imap.el (imap-quote-specials): New function.
8923         (imap-login-auth): Quote specials.
8924
8925         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8926         (rfc2231-parse-string): Allow concatanation of parameters that
8927         aren't contiguous.  The test case is
8928           (mail-header-parse-content-type "message/external-body;
8929             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8930             access-type=LOCAL-FILE;
8931             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8932
8933 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8934
8935         * nntp.el (nntp-accept-process-output): Return the value of
8936         `nnheader-accept-process-output'.
8937
8938 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8939
8940         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8941         (gnus-button-alist): Recognize more diff formats.
8942         (gnus-button-patch): Strip directory.
8943
8944 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8945
8946         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8947         Emacs 22 when setting focus.
8948
8949 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950
8951         * gnus-art.el (gnus-article-treat-types): Do treatment of
8952         text/x-verbatim parts.
8953         (gnus-button-patch): New command.
8954
8955         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8956         addresses that contain invalid characters.
8957
8958 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8959
8960         * message.el (message-put-addresses-in-ecomplete): Use
8961         gnus-replace-in-string.
8962         (message-is-yours-p): Use the more correct
8963         mail-header-parse-address instead of
8964         mail-extract-address-components.
8965         (message-put-addresses-in-ecomplete): Fix typo.
8966
8967         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8968         keystroke.
8969
8970         * gnus-art.el (gnus-treatment-function-alist): Change order of
8971         newsgroups/generic header folding to avoid double-folding.
8972
8973         * message.el (message-hidden-headers): Add X-Draft-From.
8974
8975         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8976         command.
8977         (gnus-summary-repeat-search-article-backward): New command.
8978
8979         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8980         groups in the parent topic.
8981
8982 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8983
8984         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8985         (spam-extra-header-to-number): Return the CRM114 number as a
8986         number instead of a string.
8987
8988 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * gnus-art.el (gnus-face-properties-alist): Moved here from
8991         gnus-fun.
8992
8993         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8994
8995 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8996
8997         * message.el (message-strip-forbidden-properties): Only display on
8998         self-insert-command.
8999
9000         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
9001         reindent.
9002         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
9003
9004 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
9005
9006         * smiley.el (smiley-style): Fix typo.
9007
9008 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9009
9010         * hashcash.el (hashcash-insert-payment-async-2): Use
9011         message-goto-eoh instead of doing it manually.
9012         (mail-add-payment): Use message-narrow-to-header instead of trying
9013         to do the same itself.
9014
9015         * message.el (message-hidden-headers): Add Face.
9016
9017         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
9018         reparenting code.
9019         (gnus-summary-reparent-children): Refactored out code.
9020         (gnus-summary-thread-map): New keystroke.
9021         (gnus-summary-reparent-children): Make into command.
9022
9023         * smiley.el (smiley-style): Default to `medium' if using a large
9024         font.
9025
9026         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
9027         does it itself.
9028
9029         * message.el (message-point-in-header-p): Simplify definition.
9030
9031 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9032
9033         * nnagent.el (nnagent-request-set-mark): Silence log file
9034         writing.
9035         (nnagent-request-set-mark): Use write-region instead of
9036         append-to-file.
9037
9038         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9039         strange select method.
9040
9041         * ecomplete.el (ecomplete-display-matches): Get highlightling
9042         right.
9043         (ecomplete-display-matches): Use literals.
9044         (ecomplete-display-matches): Disable message logging.
9045
9046         * message.el (message-display-abbrev): Small optimization.
9047
9048         * ecomplete.el (ecomplete-display-matches): Allow automatic
9049         display.
9050
9051         * message.el (message-strip-forbidden-properties): Display
9052         abbrevs.
9053         (message-display-abbrev): Get automatic display right.
9054
9055         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9056         keystrokes.
9057
9058 2006-04-13  Romain Francoise  <romain@orebokech.com>
9059
9060         TODO: Backport to v5-10!
9061
9062         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9063         Moved here (and renamed) from gnus-registry.el.
9064
9065         * gnus-registry.el: Require gnus-util.
9066         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9067
9068 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9069
9070         * gnus-group.el (gnus-group-catchup-current): Change
9071         if-then-else-if-then-else into cond.
9072         (gnus-group-catchup): Indent.
9073         (group-name-at-point): New function.
9074         (gnus-fetch-group): Provide default from thing at point.
9075
9076 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * message.el (message-display-abbrev): Fix regexp.
9079
9080         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9081         choosing.
9082         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9083         dead variables.
9084
9085         * message.el (message-newline-and-indent): Remove debugging.
9086         (message-display-abbrev): Use new implementation.
9087
9088 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * gnus-art.el (gnus-article-mode): Set
9091         cursor-in-non-selected-windows to nil.
9092
9093         * smiley.el: Revert previous change.
9094         (smiley-data-directory): defvar it before using it in the
9095         defcustom of `smiley-style'.
9096
9097 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9098
9099         * message.el (message-newline-and-indent): New function.
9100
9101         * ecomplete.el: Implement more bits.
9102
9103         * message.el (message-put-addresses-in-ecomplete): Clean up the
9104         string.
9105
9106         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9107
9108         * gnus-sum.el (gnus-summary-save-parts): Bind
9109         gnus-summary-save-parts-counter and use it to make unique file
9110         names.
9111
9112         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9113
9114         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9115         parameter to say whether to actually parse the individual
9116         addresses.
9117
9118         * message.el (message-put-addresses-in-ecomplete): New function.
9119         (ecomplete): Require.
9120         (message-mail-alias-type): Add ecomplete as an option.
9121
9122 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9123
9124         * flow-fill.el (fill-flowed): Remove trailing space from blank
9125         quoted lines.
9126
9127 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9128
9129         * smiley.el (smiley-style): Move definition later to avoid a
9130         compilation warning.
9131
9132 2006-04-12  Kenichi Handa  <handa@m17n.org>
9133
9134         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9135         buffer and then decode the buffer text if necessary.
9136         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9137         first, and after mm-encode-body, change the buffer to unibyte.
9138         Use mm-disable-multibyte instead of set-buffer-multibyte.
9139
9140 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9141
9142         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9143         Content-Type header instead of Content-Disposition header.
9144         (gnus-mime-inline-part): Ditto.
9145         (gnus-mime-view-part-as-charset): Ignore charset that the part
9146         specifies.
9147
9148         * mm-decode.el (mm-display-part): Work with external parts and
9149         usual parts similarly.
9150
9151         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9152         instead of gnus-display-mime.
9153
9154         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9155         instead of with-temp-buffer.
9156
9157         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9158         tag to summarized topics part in order to encode non-ASCII text.
9159
9160 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9161
9162         * smiley.el (smiley-style): New variable.
9163         (smiley-directory): New function.
9164         (smiley-data-directory): Derive from `smiley-style' using
9165         `smiley-directory'.
9166         (smiley-regexp-alist): Add new entries.
9167
9168         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9169         (gnus-article-browse-delete-temp): Add :version.
9170
9171 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9172
9173         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9174         the sieve region.
9175
9176 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * gnus.el (gnus-version-number): Bump version.
9179
9180 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * gnus.el: No Gnus v0.4 is released.
9183
9184 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9185
9186         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9187         layout.
9188
9189         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9190         unknown charset.
9191
9192         * message.el (message-header-synonyms): Add Original-To to the
9193         default.
9194
9195         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9196         optional parameter.
9197
9198 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9199
9200         * gnus-fun.el (gnus): Require it for gnus-directory.
9201
9202 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9203
9204         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9205
9206 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9207
9208         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9209
9210 2006-04-05  Simon Josefsson  <jas@extundo.com>
9211
9212         * password.el (password-reset): New function.
9213
9214 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9215
9216         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9217         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9218
9219 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9220
9221         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9222         Some whitespace was matched into the url, which broke browsing hits
9223         > 100 when mm-url-use-external was nil.
9224
9225 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9228         gnus-extra-headers for 'Newsgroups.
9229
9230         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9231         bound.
9232
9233 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9234
9235         * pgg-gpg.el: Clean up process buffers every time gpg processes
9236         complete.
9237
9238 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9239
9240         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9241         doc string.
9242
9243 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9244
9245         * pgg-gpg.el (pgg-gpg-process-filter)
9246         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9247
9248         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9249         lines, temporary fix.
9250
9251 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9252
9253         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9254
9255 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9256
9257         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9258         default-enable-multibyte-characters.  This reverts the change from
9259         revision 6.17 which is no longer necessary because the passphrase
9260         is sent separately now.  GnuPG messages are unreadable under
9261         multibyte locales with default-enable-multibyte-characters set to
9262         nil.
9263
9264 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9265
9266         * message.el (message-tool-bar-gnome): Move "spell".
9267
9268 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9271         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9272         instead.
9273
9274 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9275
9276         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9277         newsgroups handling for NNTP overviews which don't include
9278         Newsgroups.
9279
9280 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9281
9282         * message.el (message-resend): Bind message-generate-hashcash to nil.
9283
9284 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9285
9286         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9287         when searching for already-paid recipients.
9288
9289 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9290
9291         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9292         passphrases when it is not needed.
9293         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9294         passphrase stuff from gpg, should only be necessary when you use
9295         gpg with a smartcard.
9296
9297 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * mml.el (mml-insert-mime): Ignore cached contents of
9300         message/external-body part.
9301
9302         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9303         (mm-insert-part): Ditto.
9304
9305 2006-03-23  Simon Josefsson  <jas@extundo.com>
9306
9307         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9308         Reiner.
9309         (pgg-gpg-use-agent-p): Use it again.
9310
9311 2006-03-23  Simon Josefsson  <jas@extundo.com>
9312
9313         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9314         older emacsen.
9315         (pgg-gpg-use-agent-p): Don't use it.
9316
9317 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9320         if we can.
9321
9322 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9323
9324         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9325         (pgg-gpg-update-agent): New function.
9326         (pgg-gpg-use-agent-p): New function.
9327         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9328         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9329         (pgg-gpg-sign-region): Use it.
9330
9331 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9332
9333         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9334         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9335
9336 2006-03-21  Simon Josefsson  <jas@extundo.com>
9337
9338         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9339         <wilde@sha-bang.de>.
9340         (pgg-gpg-use-agent): New variable.
9341         (pgg-gpg-process-region): Use it.
9342         (pgg-gpg-encrypt-region): Likewise.
9343         (pgg-gpg-encrypt-symmetric-region): Likewise.
9344         (pgg-gpg-decrypt-region): Likewise.
9345         (pgg-gpg-sign-region): Likewise.
9346         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9347
9348 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9351
9352         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9353         Add comment on version.
9354
9355 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * smiley.el: Add missing test smiley.
9358
9359 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9360
9361         * mm-decode.el (mm-with-part): New macro.
9362         (mm-get-part): Use it; work with message/external-body as well.
9363         (mm-save-part): Treat name and filename equally.
9364
9365         * mm-extern.el (mm-extern-cache-contents): New function.
9366         (mm-inline-external-body): Use it; force the part to be displayed;
9367         move undisplayer added to the cached handle to the parent.
9368
9369         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9370         (gnus-mime-view-part-as-type): Work with message/external-body.
9371
9372         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9373
9374 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9375
9376         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9377         images in image-load-path.  [Sync with image.el, revision 1.60, in
9378         Emacs.]
9379
9380 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9383         path rather than symbol.  Always return list of directories.
9384         Guarantee that image directory comes first.  [Sync with image.el,
9385         revision 1.59, in Emacs.]
9386
9387         * message.el (message-make-tool-bar): Adjust to new API of
9388         `gmm-image-load-path-for-library'.
9389
9390         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9391
9392         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9393
9394 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9395
9396         * gnus-art.el (gnus-article-only-boring-p):
9397         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9398         intangible text.
9399         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9400
9401 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9402
9403         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9404         `defun' instead of `gmm-defun-compat'.
9405
9406 2006-03-14  Simon Josefsson  <jas@extundo.com>
9407
9408         * message.el (message-unique-id): Don't use message-number-base36
9409         if (user-uid) is a float.
9410         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9411
9412 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9415
9416         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9417         empty line between a part and a message part.
9418
9419 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9420
9421         * smiley.el: Add more test smileys.
9422         (smiley-data-directory, smiley-regexp-alist)
9423         (gnus-smiley-file-types): Fix doc strings.
9424         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9425         adding new elements.
9426         (smiley-mouse-map): Unused code.  Make it a comment.
9427
9428 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9429
9430         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9431         scan latest NoCeM messages instead of old ones.
9432         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9433         delimiters that are recently used.
9434         (gnus-nocem-load-cache): Add autoload cookie.
9435
9436         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9437
9438         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9439         level which is larger than gnus-use-nocem is specified.
9440
9441         * gnus-group.el (gnus-group-get-new-news): Ditto.
9442
9443 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9444
9445         * gnus-util.el (gnus-tool-bar-update): New function.
9446
9447         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9448         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9449
9450         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9451
9452         * gnus-group.el (gnus-group-redraw-when-idle)
9453         (gnus-group-redraw-check): Remove.
9454         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9455
9456 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9457
9458         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9459         if optional last element is specified in splits (FIELD VALUE...).
9460
9461 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9462
9463         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9464         to gmm-image-load-path-for-library.  Call with no-error argument.
9465         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9466
9467         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9468
9469         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9470
9471         * gmm-utils.el (gmm-image-load-path): Remove alias.
9472
9473 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9474
9475         * gmm-utils.el (gmm-image-load-path): Add alias.
9476
9477         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9478         nnml-generate-nov-databases-1.
9479         (nnml-generate-nov-databases): Use it.
9480         (nnml-generate-nov-databases-directory): Document no-active
9481         argument.
9482
9483         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9484         directory if path is t.  Add no-error.
9485
9486         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9487         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9488
9489         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9490         resetting gnus-article-browse-html-temp-list.
9491
9492         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9493         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9494         Add example to docstring.  Rename local variables.  Move error
9495         checks to default case in cond and simplify.
9496
9497 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9498
9499         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9500         handle is multipart when calling it recursively.
9501         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9502
9503 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9504
9505         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9506         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9507
9508 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9509
9510         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9511         is loaded.
9512
9513         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9514         loaded.
9515
9516 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9519         to "Emacs 23 (unicode)" in doc string.
9520
9521         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9522         "Emacs 23 (unicode)" in comment.
9523
9524 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9525
9526         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9527
9528         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9529         characters 160 through 255 in Emacs 23.
9530
9531 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9532
9533         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9534         gnus-article-browse-html-temp.
9535         (gnus-article-browse-delete-temp): Make it customizable.  Add
9536         `file'.  Adjust doc string.
9537         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9538         query for each file.  Adjust doc string.
9539         (gnus-article-browse-html-parts): Add
9540         `gnus-article-browse-delete-temp-files' to
9541         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9542
9543 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9544
9545         * gnus-art.el (gnus-article-browse-html-temp)
9546         (gnus-article-browse-delete-temp): New variables.
9547         (gnus-article-browse-delete-temp-files): New function.
9548         (gnus-article-browse-html-parts): Use it.
9549
9550 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9553
9554         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9555         string.
9556
9557         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9558         gnus-summary-insert-new-articles when unplugged.  Remove
9559         gnus-summary-search-article-forward.
9560
9561         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9562         display-visual-class instead of display-color-cells.
9563
9564 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * dgnushack.el: Autoload customize-group for XEmacs.
9567
9568         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9569         message/* containing non-ASCII text properly.
9570
9571 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * message.el: Require gmm-utils, remove autoloads.
9574         (message-tool-bar): Set default based on
9575         gmm-tool-bar-style.
9576         (message-tool-bar-gnome): Add gmm-customize-mode.
9577
9578         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9579         gmm-tool-bar-style.
9580         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9581
9582         * gnus-group.el (gnus-group-tool-bar): Set default based on
9583         gmm-tool-bar-style.
9584         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9585
9586         * gmm-utils.el (gmm-image-directory): Rename variable from
9587         gmm-image-load-path.
9588         (gmm-image-load-path): Use gmm-image-directory.
9589         (gmm-customize-mode): New function.
9590         (gmm-tool-bar-style): New variable.
9591
9592         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9593         gnus-group-redraw-line-number.
9594         (gnus-group-redraw-check): Simplify.
9595         (gnus-group-tool-bar-update): Remove redraw check.
9596         (gnus-group-make-tool-bar): Add redraw check.
9597
9598 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9599
9600         * gnus-art.el (gnus-button): Add missing parentheses.
9601
9602 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * lpath.el: Fbind line-number-at-pos.
9605
9606 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9609
9610 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9611
9612         * gnus-art.el (gnus-button): New face.
9613         (gnus-article-button-face): Use it.
9614
9615         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9616         gnus-summary-next-page.  Re-order.
9617
9618         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9619         next-node are now included.
9620         (gnus-group-redraw-line-number): New internal variable.
9621         (gnus-group-redraw-check): Helper function for updating the tool
9622         bar.
9623         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9624
9625         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9626
9627         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9628         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9629         Use it to match format of Spamassassin 3.0 and later.  Reported by
9630         IRIE Tetsuya <irie@t.email.ne.jp>.
9631         (spam-check-bogofilter)
9632         (spam-bogofilter-register-with-bogofilter): Fix args of
9633         `gnus-error' calls.
9634
9635 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9638         unnecessary interaction when sending queued mails.  Reported by
9639         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9640
9641 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9642
9643         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9644         first or last are nil.
9645
9646 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9647
9648         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9649
9650 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9653
9654 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * dns.el (query-dns): Protect more against buggy tcp output.
9657
9658 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9659
9660         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9661         nov.php.
9662
9663 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9664
9665         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9666         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9667         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9668         output on the server side.
9669         (nnweb-google-create-mapping): Update regexps and add some
9670         progress indication.
9671
9672 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9675         gnus-agent-toggle-plugged.  Re-order icons.
9676         (gnus-group-tool-bar-gnome): Add
9677         gnus-group-{prev,next}-unread-group.
9678         (gnus-group-tool-bar-gnome): Re-order icons.
9679
9680         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9681         gnus-summary-insert-new-articles.
9682
9683         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9684         comments.
9685
9686         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9687         also available in Emacs 21.3.
9688
9689         * message.el (message-fix-before-sending): Change "Emacs 22" to
9690         "Emacs 23 (unicode)" in comment.
9691
9692         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9693         "Emacs 23 (unicode)" in comment.
9694
9695         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9696         comment.
9697         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9698
9699         * mm-view.el (mm-fill-flowed): Add :version.
9700
9701 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9704         and load-path.
9705
9706 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * message.el: Autoload gmm-image-load-path.
9709         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9710         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9711         consitency.
9712
9713         * gmm-utils.el (gmm-image-load-path): Also search in
9714         "../etc/images".  Don't set gmm-image-load-path if we don't find
9715         the image.
9716
9717 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * gmm-utils.el (gmm-image-load-path): Don't make
9720         `gmm-image-load-path' include subdirectories which the second arg
9721         `image' might specify.
9722
9723         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9724         subdirectory to icon file names.
9725
9726         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9727
9728 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9729
9730         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9731         gmm-image-load-path calls.
9732
9733         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9734
9735         * message.el (message-make-tool-bar): Ditto.
9736
9737         * mml.el (mml-preview): Added comment concerning tool bar icons.
9738
9739         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9740         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9741
9742         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9743         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9744
9745         * message.el (message-tool-bar-gnome): Use new icon names.
9746         (message-make-tool-bar): Use `gmm-image-load-path'.
9747
9748         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9749         functions from MH-E.
9750         (gmm-image-load-path): New variable from MH-E.
9751         (gmm-image-load-path): New function from MH-E.  Added arguments
9752         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9753         *-image-load-path-called-flag.
9754
9755 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9756
9757         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9758
9759 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9760
9761         * nnimap.el (nnimap-request-move-article): Change folder back to
9762         source group before deleting.
9763
9764 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9767
9768         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9769         mm-url.
9770
9771         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9772
9773 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9776         coding system which mm-charset-to-coding-system returns for a
9777         given charset is valid.
9778
9779 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9780
9781         * html2text.el (html2text-remove-tag-list):
9782         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9783
9784 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9785
9786         * gnus-cus.el: Revert 2005-10-17 change.
9787
9788 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-art.el (article-strip-banner): Call
9791         article-really-strip-banner only when the regexp match is made.
9792
9793 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-art.el (article-strip-banner): Use
9796         gnus-extract-address-components instead of
9797         mail-header-parse-addresses to make it work with non-ASCII text;
9798         remove mail-encode-encoded-word-string.
9799
9800         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9801         values which are surrounded with \"...\"; make it never cause a
9802         Lisp error; give up parsing of parameters if it failed in
9803         extracting type.
9804
9805 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9806
9807         * smime.el (smime-cert-by-ldap-1): Fix bug where
9808         `smime-ldap-search' returns results without userCertificates.
9809
9810 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9813
9814 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * spam.el (spam-check-spamassassin-headers): Adapt format for
9817         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9818         <ari@mbf.ocn.ne.jp>.
9819         (spam-list-of-processors): Add spam-use-gmane.
9820
9821 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9824         make-temp-file; make it work with XEmacs as well.
9825
9826         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9827         mm-make-temp-file.
9828
9829         * mm-decode.el (mm-display-external): Use the 3rd arg of
9830         mm-make-temp-file.
9831         (mm-create-image-xemacs): Ditto.
9832
9833 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9836         with message-narrow-to-headers.
9837         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9838         (gnus-draft-check-draft-articles): New function.
9839         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9840
9841 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9842
9843         * gnus-art.el (gnus-article-browse-html-parts):
9844         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9845         Don't use suffix argument for mm-make-temp-file for Emacs 21
9846         compatibility.  Remove useless `format'.
9847
9848 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9849
9850         * nnweb.el (nnweb-google-wash-article): Update regexps.
9851         (nnweb-group-alist): Use defvoo instead of defvar.
9852
9853 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9854
9855         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9856         re-loading nn* modules.
9857
9858 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9859
9860         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9861         for `tool-bar-mode' and don't check it's default-value.
9862
9863         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9864
9865         * message.el (message-make-tool-bar): Ditto.
9866
9867         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9868         `substring'.  Shorten tmp-file name.
9869
9870         * gnus.el: Remove bogus comment.
9871
9872 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9873
9874         * gnus-art.el (gnus-article-browse-html-parts): New function.
9875         (gnus-article-browse-html-article): New function for viewing html
9876         articles with a browser.
9877
9878 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9879
9880         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9881         in elisp.
9882         (pgg-gpg-encrypt-symmetric-region): Ditto.
9883         (pgg-gpg-sign-region): Ditto.
9884
9885         * pgg-def.el (pgg-text-mode): New variable.
9886
9887         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9888         (mml2015-pgg-encrypt): Ditto.
9889
9890         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9891         (mml1991-pgg-encrypt): Ditto.
9892
9893 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9894
9895         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9896         message-make-date instead of current-time-string.
9897
9898         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9899         to gnus-decoded which mm-uu might set.
9900
9901 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9902
9903         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9904         don't decode quoted parameters; remove misimported Emacs code.
9905         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9906         (rfc2231-decode-encoded-string): Don't use split-string which
9907         behaves differently according to Emacs version; use
9908         mm-decode-coding-region to convert charset to coding-system.
9909         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9910         (rfc2231-encode-string): Remove misimported Emacs code.
9911
9912 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9915         when calling mail-header-parse-content-type.
9916         (article-de-quoted-unreadable): Ditto.
9917         (article-de-base64-unreadable): Ditto.
9918         (article-wash-html): Ditto.
9919
9920         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9921         calling mail-header-parse-content-type and
9922         mail-header-parse-content-disposition.
9923         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9924         mail-header-parse-content-type.
9925
9926         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9927         insert charset and format parameters; encode description after
9928         inserting it to buffer.
9929         (mml-insert-parameter): Fold lines properly even if a parameter is
9930         segmented into two or more lines; change the max column to 76.
9931
9932         * rfc1843.el (rfc1843-decode-article-body): Don't use
9933         ignore-errors when calling mail-header-parse-content-type.
9934
9935         * rfc2231.el (rfc2231-parse-string): Return at least type if
9936         possible; don't cause an error even if it fails in parsing of
9937         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9938         (rfc2231-encode-string): Don't break lines at the beginning, leave
9939         it to mml-insert-parameter.
9940
9941         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9942         calling mail-header-parse-content-type.
9943
9944 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * spam-report.el (spam-report-gmane-use-article-number):
9947         Improve doc string.
9948         (spam-report-gmane-internal): Check if a suitable header was found
9949         in the article.
9950
9951 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9954         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9955
9956 2006-02-05  Romain Francoise  <romain@orebokech.com>
9957
9958         Update copyright notices of all files in the gnus directory.
9959
9960 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9961
9962         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9963
9964 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9965
9966         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9967         segmented lines of parameter value to cope with Thunderbird 1.5
9968         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9969         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9970         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9971
9972 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9973
9974         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9975         parts.
9976
9977 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9978
9979         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9980         there's only one active file for all servers.
9981         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9982         solid groups.  Gnus might have used a FAST request to select the group.
9983         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9984         and nnweb-search redundantly in the active file.
9985         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9986         (nnweb-request-create-group): Don't use ARGS.
9987         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9988         initialisations.  Let nnoo do the work.
9989
9990 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9991
9992         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9993         Say the part has been decoded.
9994
9995         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9996
9997 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9998
9999         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
10000         mailcap-viewer-test-cache when there's no 'test clause, since that
10001         will invert the meaning of a "nil" test previously determined by
10002         mailcap-mailcap-entry-passes-test.
10003
10004 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10005
10006         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
10007         compiling.
10008
10009         * gnus-sum.el: Ditto.
10010
10011         * message.el: Don't bind tool-bar-map when compiling.
10012
10013 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
10014
10015         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
10016
10017 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
10018
10019         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
10020         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
10021         current Google Groups.
10022
10023 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
10024
10025         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
10026         and tool-bar-mode.
10027
10028         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
10029         and tool-bar-mode.
10030
10031         * message.el (message-tool-bar-update): Simplify.
10032         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
10033
10034         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10035         gnus-summary-buffer.
10036         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10037         gnus-summary-reply.
10038
10039         * gmm-utils.el (gmm): Add :version.
10040
10041 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10042
10043         * Makefile.in (clean): New rule.
10044         (distclean): Use it.
10045
10046 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10047
10048         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10049         autoload.
10050
10051 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10052
10053         * gmm-utils.el (gmm-verbose): Add :group.
10054
10055 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10056
10057         * message.el: Change some comments WRT tool-bars.
10058
10059         * gnus-sum.el (gnus-summary-tool-bar)
10060         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10061         (gnus-summary-tool-bar-zap-list): New variables.
10062         (gnus-summary-make-tool-bar): Complete rewrite using
10063         `gmm-tool-bar-from-list'.
10064
10065         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10066         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10067         variables.
10068         (gnus-group-make-tool-bar): Complete rewrite using
10069         `gmm-tool-bar-from-list'.
10070         (gnus-group-tool-bar-update): New function.
10071
10072         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10073
10074 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10075
10076         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10077         is dissected into a single part of which the type is the same as
10078         the given one; decode charset.
10079
10080 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10081
10082         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10083         into alists as symbol not string, since that's what
10084         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10085         look for.
10086
10087 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10088
10089         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10090         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10091
10092         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10093
10094 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10095
10096         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10097         (gnus-xmas-mime-security-button-menu): New function.
10098
10099         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10100         (gnus-mime-security-button-menu): New definition.
10101         (gnus-mime-security-button-map): Use them.
10102         (gnus-mime-security-button-menu): New function.
10103         (gnus-insert-mime-security-button): Addition to help echo.
10104         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10105         (gnus-mime-security-pipe-part): New functions.
10106
10107         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10108         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10109
10110         * mm-decode.el (mm-handle-set-disposition): Remove.
10111         (mm-handle-set-description): Remove.
10112
10113 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10116         (mm-w3m-standalone-supports-m17n-p): New function.
10117         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10118         w3m usage.
10119
10120         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10121         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10122
10123 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * message.el (message-tool-bar-zap-list): Use
10126         gmm-tool-bar-zap-list as custom type.
10127         (message-tool-bar-update): New function.
10128         (message-tool-bar, message-tool-bar-gnome)
10129         (message-tool-bar-retro): Add message-tool-bar-update.
10130         (message-tool-bar-gnome): Add flyspell-buffer.
10131
10132         * gnus-util.el (gnus-error): Describe `args'.
10133
10134         * gmm-utils.el (gmm-error): Describe `args'.
10135         (gmm-tool-bar-zap-list): New widget.
10136         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10137
10138 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10141         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10142         the number of recursive calls.
10143
10144         * mm-decode.el (mm-handle-set-disposition): New macro.
10145         (mm-handle-set-description): New macro.
10146
10147 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10150         encoding.
10151
10152 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10153
10154         * message.el (message-tool-bar-zap-list, message-tool-bar)
10155         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10156         (message-tool-bar-local-item-from-menu): Remove.
10157         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10158         (message-make-tool-bar): New function.
10159         (message-mode): Use `message-make-tool-bar'.
10160
10161         * gmm-utils.el: New file.
10162         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10163         (gmm-lazy): New widget copied from `nnmail.el'.
10164         (gmm-tool-bar-from-list): New function for creating customizable
10165         tool bars.
10166         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10167         output.
10168         (gmm): Add :prefix to defgroup.
10169
10170 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10171
10172         * gmm-utils.el (gmm-widget-p): New function.
10173
10174 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10175
10176         * mml.el (mml-attach-file): Describe `description' in doc string.
10177         (mml-menu): Add Emacs MIME manual and PGG manual.
10178
10179 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10180
10181         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10182
10183 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10184
10185         * nntp.el (nntp-end-of-line): Doc fix.
10186
10187 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10188
10189         * imap.el (imap-open): Handle case where buffer is a buffer
10190         object.
10191
10192 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10193
10194         * gnus-delay.el (gnus-delay): Don't autoload.
10195         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10196         to be re-loaded when customizing the `gnus-delay' group.
10197
10198 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10199
10200         * message.el (message-insert-citation-line): Use newlines.
10201
10202 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10203
10204         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10205         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10206         these routines, so the passphrase can be managed externally and
10207         passed in to the system.
10208         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10209         pgg-add-passphrase-to-cache function.
10210
10211         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10212         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10213         these routines, so the passphrase can be managed externally and
10214         passed in to the system.
10215         (pgg-pgp5-sign-region): Use new name of
10216         pgg-add-passphrase-to-cache function.
10217
10218 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10219
10220         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10221         part of the decoded armor to find the key-identifier.
10222         (pgg-gpg-lookup-key-owner): New function to return the
10223         human-readable identifier of a key owner.
10224         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10225         itself.
10226         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10227         the key value) if we have a key and can match it against a secret
10228         key.  Also, added a note pointing out fact that the prompt only
10229         indicates the first matching key.
10230
10231         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10232         pgg-decrypt-region.
10233         (pgg-add-passphrase-to-cache): Rename from
10234         `pgg-add-passphrase-cache' to reduce confusion (all callers
10235         changed).
10236         (pgg-remove-passphrase-from-cache): Rename from
10237         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10238         changed).
10239         (pgg-read-passphrase, pgg-add-passphrase-cache)
10240         (pgg-remove-passphrase-cache): Add informative docstrings.
10241         (pgg-decrypt): Convey provided passphrase in subordinate call to
10242         pgg-decrypt-region.
10243
10244 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10245
10246         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10247         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10248         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10249         'passphrase' argument, so the passphrase can be managed externally
10250         and then passed in to the system.
10251
10252         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10253         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10254         so the passphrase cache can be used reliably with identifiers
10255         besides a pgp packet's key id.
10256
10257         * pgg-gpg.el (pgg-gpg-encrypt-region)
10258         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10259         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10260         these routines, so the passphrase can be managed externally and
10261         passed in to the system.
10262
10263         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10264         'notruncate' argument, so the passphrase cache can be used
10265         reliably with identifiers besides a pgp packet's key id.
10266
10267 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10268
10269         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10270         symmetric encryption.
10271         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10272         encrypted session key.
10273         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10274         message ask for the passphrase in a proper way.
10275
10276         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10277         New user commands for symmetric encryption.
10278
10279 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10282
10283         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10284
10285 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10286
10287         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10288
10289 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * mm-decode.el (mm-inlined-types): Add application/pgp.
10292         (mm-automatic-display): Ditto.
10293
10294         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10295         part as text.
10296
10297 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * nnrss.el: Update copyright.
10300         (nnrss-opml-import): Query whether to subscribe to each entry.
10301
10302         * gnus-art.el:
10303         * gnus-sum.el:
10304         * gnus-xmas.el:
10305         * messagexmas.el:
10306         * mm-uu.el:
10307         * mm-view.el: Update copyright.
10308
10309 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * message.el (message-info): New function.
10312         (message-mode-menu): Add it.
10313         Update copyright.
10314
10315         * ChangeLog: Fix and update copyright.
10316
10317 2006-01-13  Romain Francoise  <romain@orebokech.com>
10318
10319         * message.el (message-forward-subject-name-subject): Prefer the
10320         address to 'nowhere' if the sender has no name.
10321         Fix typo.  Update copyright year.
10322
10323 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-art.el (article-wash-html): Use
10326         gnus-summary-show-article-charset-alist if a numeric arg is given.
10327         (gnus-article-wash-html-with-w3m-standalone): New function.
10328
10329         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10330         mm-inline-text-html-render-with-w3m-standalone.
10331         (mm-text-html-washer-alist): Map w3m-standalone to
10332         gnus-article-wash-html-with-w3m-standalone.
10333         (mm-inline-text-html-render-with-w3m-standalone): New function.
10334
10335 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10338         Improve LaTeX.
10339
10340 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10343         (nnrss-request-article): Render text/plain parts as HTML.
10344
10345         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10346         the buffer.
10347
10348 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10349
10350         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10351         custom definition of `gnus-posting-styles'.
10352
10353         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10354         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10355
10356 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10357
10358         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10359         Use nntp for bug archive.
10360
10361 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10362
10363         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10364         parts.
10365         (nnrss-normalize-date): New function converts ISO 8601 date into
10366         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10367         (nnrss-check-group): Use it.
10368
10369 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10372
10373         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10374         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10375         (nnrss-insert-w3): Ditto.
10376
10377 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10378
10379         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10380         the articles to be forwarded including the case where neither a
10381         number of articles nor a region is specified.
10382
10383 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * nnrss.el (nnrss-request-article): Fix last change; fill
10386         text/plain parts.
10387
10388 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10391         in text/plain part.
10392         (nnrss-check-group): Don't add excessive newline to dc:subject.
10393
10394 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10395
10396         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10397         article.
10398
10399 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10400
10401         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10402         (nnml-use-compressed-files, nnml-save-mail): Support other
10403         comression programs such as bzip2.
10404
10405 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10406
10407         * dns.el (query-dns): Make sure we check the buffer size before
10408         removing tcp headers.
10409
10410 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10413         remove MIME buttons associated with multipart/alternative parts.
10414         (gnus-mime-display-alternative): Tag buttons using `article-type'
10415         text property.
10416
10417         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10418         associated with multipart/alternative parts.
10419
10420         * gnus-art.el (gnus-signature-separator): Fix custom type.
10421
10422         * mm-decode.el (mm-inlined-types): Fix custom type.
10423         (mm-keep-viewer-alive-types): Ditto.
10424         (mm-automatic-display): Ditto.
10425         (mm-attachment-override-types): Ditto.
10426         (mm-inline-override-types): Ditto.
10427         (mm-automatic-external-display): Ditto.
10428
10429 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * spam-report.el (spam-report-user-mail-address)
10432         (spam-report-user-agent): New variables.
10433         (spam-report-url-ping-plain): Use spam-report-user-agent.
10434
10435 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10436
10437         * gnus-art.el (gnus-button-handle-custom): Do not just use
10438         `customize-apropos' for any "M-x customize-*" button but the
10439         function called for.  Accept both the function name and its
10440         argument in order to achieve this.
10441         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10442         function name to `gnus-button-handle-custom' in case of "M-x
10443         customize-*" buttons.
10444
10445 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10448         multipart/alternative and add xref to mm-discouraged-alternatives
10449         in doc string.
10450
10451         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10452         gnus-buttonized-mime-types in doc string.
10453
10454 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10457         Suggest image/.* in the doc string.
10458
10459 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10460
10461         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10462         message-marks (Debian bug #342521).
10463
10464 2005-12-12  Simon Josefsson  <jas@extundo.com>
10465
10466         * password.el (password-read-from-cache): Add.
10467         (password-read): Use it.
10468
10469 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10470
10471         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10472         us-ascii as a MIME charset.
10473
10474         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10475         against the case where the 2nd arg TYPE is nil.
10476
10477 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * pop3.el (pop3-stream-type): Fix custom version.
10480
10481         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10482
10483 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10484
10485         * mm-decode.el (mm-display-external): Add missing cdr.
10486
10487 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10490         RFC1524) if it is in mailcap or add a suffix according to
10491         mailcap-mime-extensions when generating a temp filename; postpone
10492         deleting a temp file for 2 seconds for some wrappers, shell
10493         scripts, and so on, which might exit right after having started a
10494         viewer command as a background job.
10495
10496 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10497
10498         * nntp.el (nntp-marks-directory): Fix custom group.
10499
10500         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10501         steps when < 10.
10502
10503         * gnus-start.el (gnus-no-server-1): Mention
10504         `gnus-level-default-subscribed' in doc string.
10505
10506 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10507
10508         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10509         parens.
10510
10511 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * gnus-xmas.el (gnus-use-toolbar): Revert.
10514         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10515         gnus-use-toolbar is default.
10516
10517         * messagexmas.el (message-use-toolbar): Revert.
10518         (message-setup-toolbar): Use global default-toolbar if
10519         message-use-toolbar is default.
10520
10521 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10524         according to default-toolbar-visible-p.
10525
10526         * messagexmas.el (message-use-toolbar): Ditto.
10527
10528 2005-11-26  Dave Love  <fx@gnu.org>
10529
10530         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10531         (tls-program, tls-success): Provide openssl alternative.
10532
10533         * starttls.el: Doc fixes.
10534         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10535         SERVICE to PORT.
10536
10537         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10538         port null or service name.
10539         (starttls-negotiate): Autoload.
10540
10541 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10542
10543         * message.el (message-kill-to-signature): Fix interactive spec.
10544
10545 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10546
10547         * pop3.el (pop3-open-server): Recognize a string as a service name.
10548
10549 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10550
10551         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10552
10553 2005-11-23  Dave Love  <fx@gnu.org>
10554
10555         Add pop3s, pop3/starttls.
10556
10557         * pop3.el (pop3-authentication-scheme): Clarify doc.
10558         (open-tls-stream, starttls-open-stream): Autoload.
10559         (pop3-stream-type): New.
10560         (pop3-open-server): Use it.
10561
10562         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10563         for POP.
10564         (mail-source-keyword-map): Add :stream for POP.
10565         (mail-source-fetch-pop): Use pop3-stream-type.
10566
10567 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10570         of current-time-string.
10571
10572 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10573
10574         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10575         date header.
10576
10577 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10578
10579         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10580         it can seriously impact performance as it bypasses the agent's
10581         local caches.
10582
10583 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10584
10585         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10586         must be explicitly online rather than "not explicitly offline" for
10587         its flags to be synchronized.
10588
10589         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10590         that gnus-uu-unmark-thread will function correctly.
10591
10592         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10593         1024K is instead displayed as 1M.
10594
10595 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596
10597         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10598
10599 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10600
10601         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10602
10603 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10604
10605         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10606         error message to display actual error condition.
10607         (gnus-agent-save-local): Avoid saving symbols that are bound to
10608         nil as they simply result in a warning message in
10609         gnus-agent-read-local.
10610
10611 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10614         rather than make-variable-buffer-local for file-precious-flag.
10615
10616 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10617
10618         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10619         for duplicates which are removed.  The invalid sort check then
10620         triggers a rescan after the sort as sorting may have moved
10621         duplicate entries such that they can be cheaply detected.
10622
10623 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10626
10627 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10628
10629         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10630         internal variable to a custom variable.  Changed default value
10631         from compressed(2) to uncompressed(1).
10632         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10633         support for uncompressed agentview files.  Taken together, reading
10634         the agentview file should now be 6-7 times faster.
10635
10636 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10637
10638         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10639         as a buffer-local variable.  This avoids creating truncated
10640         dribble files as a result of a hang up, eg.
10641
10642 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10643
10644         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10645         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10646         XEmacs.
10647
10648 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * gnus-start.el (gnus-start-draft-setup): Enforce
10651         `gnus-draft-mode' for nndraft:drafts at startup.
10652
10653         * gnus.el (gnus-splash): Change custom group.
10654         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10655         allow-list argument.
10656
10657         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10658         string.
10659
10660 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10661
10662         * gnus-art.el (gnus-default-article-saver): Add user-defined
10663         `function' to custom type.
10664
10665 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10666
10667         * imap.el (imap-open): Handle case where buffer is a buffer
10668         object.
10669
10670 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10671
10672         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10673         long lines.
10674         (gnus-cache-delete-group): Wrap doc strings.
10675
10676         * gnus-agent.el (gnus-agent-rename-group)
10677         (gnus-agent-delete-group): Wrap doc strings.
10678
10679 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * messagexmas.el (message-use-toolbar): Change the valid values
10682         into default, top, bottom, left, and right.
10683         (message-toolbar-thickness): New variable.
10684         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10685         well.
10686         (message-setup-toolbar): Make it work.
10687
10688         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10689         (gnus-use-toolbar): Change the valid values into default, top,
10690         bottom, left, and right.
10691         (gnus-toolbar-thickness): New variable.
10692         (gnus-xmas-setup-toolbar): New function.
10693         (gnus-xmas-setup-group-toolbar): Use it.
10694         (gnus-xmas-setup-summary-toolbar): Use it.
10695
10696 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697
10698         * gnus-start.el (gnus-1): Add "native" to
10699         gnus-predefined-server-alist.
10700
10701         * gnus.el (gnus-method-to-server): Don't add "native" to the
10702         lists here, because that leads to problems when
10703         gnus-select-method is bound.
10704
10705 2005-11-09  Simon Josefsson  <jas@extundo.com>
10706
10707         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10708         use (not sort-by-date) instead.
10709
10710 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10711
10712         * gnus-delay.el (gnus-delay-group): Don't autoload.
10713         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10714         to be re-loaded when customizing the `gnus-delay' group.
10715
10716 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10717
10718         * message.el: Revert last changes.
10719         (message-insert-citation-line): Use newlines.
10720
10721 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10722
10723         * message.el (message-courtesy-message)
10724         (message-mark-insert-begin, message-mark-insert-end)
10725         (message-elide-ellipsis, message-cancel-message)
10726         (message-add-header, message-change-subject)
10727         (message-cross-post-followup-to-header)
10728         (message-cross-post-insert-note, message-reduce-to-to-cc)
10729         (message-widen-reply, message-delete-not-region)
10730         (message-kill-to-signature, message-insert-signature)
10731         (message-insert-importance-high, message-insert-importance-low)
10732         (message-insert-or-toggle-importance)
10733         (message-insert-disposition-notification-to)
10734         (message-indent-citation, message-yank-original)
10735         (message-cite-original-without-signature, message-cite-original)
10736         (message-insert-citation-line, message-position-on-field)
10737         (message-fix-before-sending, message-send-mail-partially)
10738         (message-send-mail, message-send-mail-with-sendmail)
10739         (message-send-mail-with-qmail, message-send-news)
10740         (message-check-news-header-syntax, message-generate-headers)
10741         (message-insert-courtesy-copy, message-fill-address)
10742         (message-fill-header, message-shorten-references)
10743         (message-setup-1, message-cancel-news)
10744         (message-forward-make-body-plain, message-forward-make-body-mime)
10745         (message-forward-make-body-mml, message-encode-message-body)
10746         (message-forward-make-body-digest-plain)
10747         (message-forward-make-body-digest-mime)
10748         (message-use-alternative-email-as-from): Insert `hard-newline'
10749         instead of ordinary newlines.
10750
10751 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * message.el (message-generate-headers): Downcase the argument
10754         given to message-check-element.
10755
10756 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10757
10758         * nntp.el (nntp-authinfo-rejected): New error condition.
10759         (nntp-wait-for): Use new error condition to signal authentication
10760         error.
10761         (nntp-retrieve-data): Rethrow new error condition to break out of
10762         recursive call to nntp-send-authinfo.
10763
10764 2005-11-08  Romain Francoise  <romain@orebokech.com>
10765
10766         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10767         (gnus-summary-exit-map): Bind to `Z p'.
10768         (gnus-summary-make-menu-bar): Add menu item.
10769
10770 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10771
10772         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10773         (gnus-treat-*): Add `first' in all doc strings.
10774
10775         * gnus-group.el (gnus-group-compact-group): Fix typo.
10776
10777 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * gnus.el (gnus-parameters-case-fold-search): New variable.
10780         (gnus-parameters-get-parameter): Use it.
10781
10782         * gnus-score.el (gnus-home-score-file): Doc fix.
10783
10784 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10785
10786         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10787
10788 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10789
10790         * mm-util.el (mm-special-display-p): New function.
10791
10792         * mml.el (mml-preview): Use it; doc fix.
10793
10794 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10795
10796         * imap.el (imap-open): Handle case where buffer is a buffer object.
10797
10798 2005-10-29  Romain Francoise  <romain@orebokech.com>
10799
10800         * message.el (message-fix-before-sending): Fix comment.
10801
10802 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10803
10804         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10805
10806 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10807
10808         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10809         Used in gnus-score.el.
10810
10811 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10812
10813         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10814
10815 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10818         whitespace removed in revision 7.8.  Use concatenated string to
10819         protect trailing whitespace.
10820
10821 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10822
10823         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10824         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10825         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10826         Courier IMAP ("some version from 2004").  Mostly based on similar
10827         code in the same function.
10828
10829 2005-10-26  Didier Verna  <didier@xemacs.org>
10830
10831         * gnus-group.el (gnus-group-compact-group): Invalidate original
10832         article buffer.
10833         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10834         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10835         NOV database and in article itself.
10836         Invalidate article backlog.
10837
10838 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10839
10840         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10841
10842 2005-10-26  Simon Josefsson  <jas@extundo.com>
10843
10844         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10845         part of 2004-07-25 change.
10846
10847 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * message.el (message-display-completion-list): New function.
10850         (message-expand-group): Use it; make sure the Completions buffer
10851         is modifiable.
10852 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10853
10854         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10855         user-mail-name is an empty string.
10856
10857 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10860         depending on gnus-score-decay-constant.
10861
10862         * encrypt.el (encrypt-insert-file-contents)
10863         (encrypt-write-file-contents): Don't use `gnus-message'.
10864
10865         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10866         arguments.
10867         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10868         arguments to mm-uu-verbatim-marks-extract.
10869         (mm-uu-hide-markers): New variable.
10870         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10871
10872         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10873         (gnus-convert-image-to-face-command): Use "convert" by default to
10874         allow other input image formats.
10875         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10876         accordingly.
10877
10878 2005-10-23  Simon Josefsson  <jas@extundo.com>
10879
10880         * imap.el (imap-gssapi-program): Align command line parameters
10881         with latest GNU SASL.
10882         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10883
10884 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10885
10886         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10887         HTML.
10888         (nnslashdot-request-article): Ditto.
10889
10890         * lpath.el (featurep): Add nobreak-char-display.
10891
10892 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10893
10894         * mail-source.el (mail-source-fetch-pop): Require pop3.
10895         (mail-source-check-pop): Ditto.
10896
10897 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10900         errors.
10901
10902 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10905         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10906
10907         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10908
10909         * mm-bodies.el (mm-decode-string): Call
10910         `mm-charset-to-coding-system' with allow-override argument.
10911
10912 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10915         (rfc2047-charset-to-coding-system): New function.
10916         (rfc2047-decode-encoded-words): New function.
10917         (rfc2047-decode-region): Use them.
10918         (rfc2047-decode-cte): Remove.
10919         (rfc2047-parse-and-decode): Remove.
10920         (rfc2047-decode): Remove.
10921
10922 2005-10-15  Kenichi Handa  <handa@m17n.org>
10923
10924         * rfc2047.el (rfc2047-decode-cte): New function.
10925         (rfc2047-decode-region): Change the way to decode successive
10926         encoded-words: decode B- or Q-encoding in each encoded-word,
10927         concatenate them, and decode it as charset.
10928
10929 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * lpath.el: Fbind codepage-setup for XEmacs.
10932
10933 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10934
10935         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10936         widget-move-and-invoke.
10937         (gnus-custom-mode): Use gnus-custom-map.
10938
10939 2005-10-15  Bill Wohler  <wohler@newt.com>
10940
10941         * message.el (message-tool-bar-map): Renamed image file from
10942         mail_send to mail/send.
10943
10944 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10945
10946         * message.el (message-expand-group): Pass the common
10947         prefix substring of completion to `display-completion-list'.
10948
10949 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * mml-sec.el (mml-secure-method): New internal variable.
10952         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10953         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10954         functions using mml-secure-method.
10955
10956         * mml.el (mml-mode-map): Add key bindings for those functions.
10957         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10958         Harder <harder@myrealbox.com>.
10959         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10960         end of message if point is the headers of the message.
10961
10962         * message.el (message-in-body-p): New function.
10963
10964         * assistant.el: Autoload gnus-util and netrc.
10965
10966         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10967         Use `mm-charset-override-alist' only when decoding.
10968
10969         * mm-bodies.el (mm-decode-body): Call
10970         `mm-charset-to-coding-system' with allow-override argument.
10971
10972         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10973         `filename' from Content-Disposition if Content-Type doesn't
10974         provide `name'.
10975         (gnus-mime-view-part-as-type): Set default instead of
10976         initial-input.
10977
10978 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10979
10980         * format-spec.el (format-spec): Propagate text properties of % spec.
10981
10982 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10983
10984         * gnus-art.el (gnus-treat-predicate): Add `first'.
10985
10986 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10987
10988         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10989         (mm-charset-override-alist): New variable.
10990         (mm-charset-to-coding-system): Use it.
10991         (mm-codepage-setup): New helper function.
10992         (mm-charset-eval-alist): New variable.
10993         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10994         about unknown charsets.
10995
10996         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10997
10998 2005-10-04  David Hansen  <david.hansen@gmx.net>
10999
11000         * nnrss.el (nnrss-request-article): Add support for the comments tag.
11001         (nnrss-check-group): Ditto.
11002
11003 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
11006         Rename x-gnus-verbatim to x-verbatim.
11007         (mm-uu-type-alist): Fix regexp for verbatim-marks.
11008
11009         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
11010         x-verbatim.
11011
11012         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
11013
11014         * gnus-util.el (gnus-remove-duplicates): Remove.
11015
11016         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
11017         instead of gnus-remove-duplicates.
11018
11019         * message.el (message-remove-duplicates): Remove.
11020         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
11021         message-remove-duplicates.
11022
11023         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
11024         available, else use implementation from `delete-dups'.
11025
11026         * message.el (message-insert-expires): New function.
11027         (message-mode-map): Add key binding.
11028         (message-mode-field-menu): Add menu entry.
11029         (message-mode): Document it.
11030         (message-make-expires-date): Use `message-make-date'.
11031
11032 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
11033
11034         * message.el (message-make-expires-date): New function.
11035
11036 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * Makefile.in (list-installed-shadows): New entry.
11039         (install): Use it.
11040         (remove-installed-shadows): New entry.
11041
11042         * dgnushack.el (dgnushack-default-load-path): New variable.
11043         (dgnushack-find-lisp-shadows): New function.
11044         (dgnushack-remove-lisp-shadows): New function.
11045
11046 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11047
11048         * Makefile.in (install-el-elc): New entry.
11049         (install): Use it so that .el files are necessarily installed.
11050
11051 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11054
11055 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11056
11057         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11058         function rather than the diff-mode.el package.
11059         (mm-display-external): Use with-current-buffer.
11060         (mm-viewer-completion-map, mm-viewer-completion-map):
11061         Move initialization inside declaration.
11062
11063 2005-09-29  Simon Josefsson  <jas@extundo.com>
11064
11065         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11066         autoload mail-check-payment.
11067         (spam-check-hashcash): Define unconditionally, since hashcash.el
11068         is part of Gnus now.  Ignore errors from payment checking.
11069
11070 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11071
11072         * message.el (message-bold-region, message-unbold-region): Rename
11073         from `bold-region' and `unbold-region'.
11074
11075         * message.el: Remove useless autoloads.
11076
11077 2005-09-28  Simon Josefsson  <jas@extundo.com>
11078
11079         * message.el (message-use-idna): Default to t.
11080         (message-use-idna): Test whether encoding works too.  Doc fix.
11081
11082 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11083
11084         * nntp.el (nntp-warn-about-losing-connection): Remove.
11085
11086 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11089         customizable.  Change default value.
11090         (mm-uu-diff-groups-regexp): Change default value.
11091         (mm-uu-type-alist): Add doc string.
11092         (mm-uu-configure): Add doc string.  Make it interactive.
11093         (mm-uu-tex-groups-regexp): New variable.
11094         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11095         (mm-uu-type-alist): Add LaTeX documents.
11096         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11097         of "text/verbatim".
11098         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11099
11100         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11101         instead of "text/verbatim".
11102
11103         * message.el (message-mark-inserted-region)
11104         (message-mark-insert-file): Use slrn style marks when called with
11105         prefix argument.
11106
11107 2005-09-27  Simon Josefsson  <jas@extundo.com>
11108
11109         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11110
11111 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11112
11113         * message.el (message-remove-duplicates): New function.
11114         Implementation borrowed from `gnus-remove-duplicates'.
11115         (message-idna-to-ascii-rhs): Also encode idna addresses in
11116         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11117         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11118         only ask about the same idna domain once per header and also tell
11119         in what header to replace the idna domain.
11120
11121         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11122         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11123         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11124         a header is decoded and not just the last one.
11125
11126 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11127
11128         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11129         has been decoded.
11130
11131         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11132         (mm-insert-part): Don't modify text if it has been decoded.
11133
11134         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11135         decoded.
11136
11137         * mm-view.el (mm-inline-text): Don't strip text props unless
11138         decoding enriched or richtext parts.
11139
11140 2005-09-25  Romain Francoise  <romain@orebokech.com>
11141
11142         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11143         * gnus-start.el (gnus-subscribe-interactively):
11144         * gnus-uu.el (gnus-uu-grab-articles):
11145         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11146         space.
11147
11148 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11149
11150         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11151         * mm-view.el (mm-view-pkcs7-decrypt):
11152         * gnus-sum.el (gnus-summary-limit-to-extra)
11153         (gnus-summary-respool-article, gnus-read-move-group-name):
11154         * gnus-score.el (gnus-summary-increase-score):
11155         * gnus-util.el (gnus-completing-read-with-default):
11156         * gnus-art.el (gnus-read-save-file-name)
11157         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11158         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11159         * message.el (message-check-news-header-syntax):
11160         Follow convention for reading with the minibuffer.
11161
11162 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * spam-report.el (spam-report-url-ping-plain):
11165         Use gnus-extended-version as User-Agent.
11166
11167         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11168         default value is nil.
11169
11170         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11171         (mm-uu-verbatim-marks-extract): New function.
11172         (mm-uu-extract): New face.
11173         (mm-uu-copy-to-buffer): Use it.
11174
11175         * spam-report.el (spam-report-gmane-ham): Renamed from
11176         `spam-report-gmane-unspam'.
11177         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11178         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11179
11180         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11181         Autoload.
11182         (spam-report-gmane-unregister-routine): Renamed
11183         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11184
11185 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11186
11187         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11188         (spam-report-gmane-unregister-routine): Add support for gmane
11189         unregistration.
11190
11191         * spam-report.el (spam-report-gmane-unspam)
11192         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11193         (spam-report-gmane): Change to take a single article and do unspam
11194         registration.
11195
11196 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11197
11198         * mm-url.el (mm-url-decode-entities): Fix regexp.
11199
11200 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11203         default to nil, to be able to use Gnus at all.  If the default
11204         switches to something else, then the function should be fixed not
11205         be exceedingly slow.
11206
11207 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11208
11209         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11210         fail hard.
11211
11212         * spam-report.el: Add better Keywords line.
11213
11214         * spam.el: Add Maintainer and better Keywords line.
11215
11216 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11217
11218         * gnus-art.el (gnus-article-replace-part)
11219         (gnus-mime-replace-part): New functions.
11220         (gnus-mime-action-alist, gnus-mime-button-commands)
11221         (gnus-mime-save-part-and-strip): Added file argument.
11222         (gnus-article-part-wrapper): Added interactive argument.
11223
11224         * gnus-sum.el (gnus-summary-mime-map): Add
11225         `gnus-article-replace-part'.
11226
11227 2005-09-19  Didier Verna  <didier@xemacs.org>
11228
11229         The nnml compaction feature:
11230         * nnml.el (nnml-request-compact-group): New function.
11231         * nnml.el (nnml-request-compact): New function.
11232         * gnus-int.el (gnus-request-compact-group): New function.
11233         * gnus-int.el (gnus-request-compact): New function.
11234         * gnus-group.el (gnus-group-compact-group): New function.
11235         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11236         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11237         * gnus-srvr.el (gnus-server-compact-server): New function.
11238         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11239         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11240
11241 2005-09-18  Deepak Goel  <deego@gnufans.org>
11242
11243         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11244         format spec.
11245
11246 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11247
11248         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11249
11250 2005-09-15  Romain Francoise  <romain@orebokech.com>
11251
11252         * message.el (message-fill-paragraph): Clarify docstring.
11253
11254 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11255
11256         * gnus-art.el (gnus-mime-display-part): Protect against broken
11257         MIME messages.
11258
11259 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11262         before parsing header.
11263
11264 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11265
11266         * html2text.el (html2text-replace-list): Add new entities.
11267
11268 2005-09-11  Romain Francoise  <romain@orebokech.com>
11269
11270         * message.el (message-alternative-emails): Improve docstring.
11271         (message-setup-1): Call `message-use-alternative-email-as-from'
11272         after `message-setup-hook' to give it precedence over posting
11273         styles, etc.
11274         (message-use-alternative-email-as-from): Add docstring.  Remove
11275         the original From header if present.
11276
11277         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11278         (nnml-save-mail): Use it.
11279
11280         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11281         articles.  Add new argument `silent'.
11282         (gnus-uu-mark-all): Report the total number of marked articles.
11283
11284 2005-09-10  Romain Francoise  <romain@orebokech.com>
11285
11286         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11287         (gnus-uu-mark-series): Likewise.
11288
11289 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11290
11291         * spam-report.el (spam-report-gmane): Fix generation of spam
11292         report URL.
11293
11294 2005-09-10  Simon Josefsson  <jas@extundo.com>
11295
11296         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11297         t, based on discussion on the ding list with Robert Epprecht
11298         <epprecht@solnet.ch>.
11299
11300 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * spam-report.el (spam-report-gmane): Make it work without
11303         X-Report-Spam header.  Gmane now only provides Archived-At.
11304         This is only used if `spam-report-gmane-use-article-number' is nil.
11305         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11306
11307         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11308         make `gnus-summary-sort-by-recipient' work with threading.
11309
11310         * nnweb.el (nnweb-google-wash-article): Print a message if article
11311         is not available.
11312
11313 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11314
11315         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11316         change.  Decode text/* parts content before displaying.
11317
11318 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11321
11322 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11323
11324         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11325
11326         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11327         url-package-name, url-package-version,
11328         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11329         w3m-display-inline-images, and w3m-minor-mode-map.
11330
11331 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11332
11333         * message.el (message-tab-body-function): Fix mismatched custom type.
11334
11335         * gnus.el (gnus-group-change-level-function): Ditto.
11336
11337         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11338
11339         * gnus-art.el (gnus-signature-limit)
11340         (gnus-article-mime-part-function): Ditto.
11341
11342 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11343
11344         * mml.el (mml-mode): Silence the byte compiler.
11345
11346         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11347         using `(sit-for 0)' before moving the point to the specified part;
11348         skip unbuttonized parts.
11349         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11350         return to the summary window if gnus-auto-select-part is non-nil.
11351
11352 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11353
11354         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11355         variables.
11356         (mml-dnd-attach-file, mml-mode): Use them.
11357
11358         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11359         Make fetching article by MID work again for Google Groups.  Added
11360         FIXME concerning gnus-group-make-web-group.
11361
11362         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11363         Don't depend on Gnus by using mail-extract-address-components if
11364         gnus-extract-address-components is not bound.
11365
11366 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11367
11368         * gnus-art.el (gnus-mime-display-security): Don't display the
11369         signature, but only the signed part.
11370
11371 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11374
11375         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11376         list, not listp.
11377
11378 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11379
11380         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11381         when encoding.
11382
11383         * mm-bodies.el (mm-decode-content-transfer-encoding):
11384         De-canonicalize CRLF for all text content types, not just
11385         text/plain.
11386
11387 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11388
11389         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11390         valid article; point arrow and cursor at the MIME button.
11391
11392 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11395         Suggested by Dan Christensen <jdc@uwo.ca>.
11396
11397         * mm-decode.el (mm-save-part): Enable change of prompt.
11398
11399 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11400
11401         * gnus-msg.el (gnus-inews-add-send-actions): Made
11402         `message-post-method' lambda parameter ARG `&optional'.
11403
11404 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * gnus-sum.el (gnus-summary-mime-map): Added
11407         gnus-article-save-part-and-strip, gnus-article-delete-part and
11408         gnus-article-jump-to-part.
11409
11410         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11411         (gnus-article-edit-part): Use it.
11412         (gnus-article-part-wrapper): Added no-handle argument.
11413         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11414         functions.
11415
11416 2005-08-29  Romain Francoise  <romain@orebokech.com>
11417
11418         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11419         docstring.
11420         (gnus-face-from-file): Likewise.
11421
11422 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11423
11424         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11425         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11426         non-nil.
11427         (gnus-auto-select-part): New variable.
11428         (gnus-article-jump-to-part): New function.
11429         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11430         (gnus-mime-delete-part): Allow selecting specified part after
11431         deleting or stripping parts.
11432         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11433         part if argument is bogus.
11434
11435 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11436
11437         * gnus-art.el (w3m-minor-mode-map):
11438         * gnus-spec.el (gnus-newsrc-file-version):
11439         * gnus-util.el (nnmail-active-file-coding-system)
11440         (gnus-original-article-buffer, gnus-user-agent):
11441         * gnus.el (gnus-ham-process-destinations)
11442         (gnus-parameter-ham-marks-alist)
11443         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11444         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11445         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11446         * mm-decode.el (gnus-current-window-configuration):
11447         * mm-extern.el (gnus-article-mime-handles):
11448         * mm-url.el (url-current-object, url-package-name)
11449         (url-package-version):
11450         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11451         (smime-keys, w3m-cid-retrieve-function-alist)
11452         (w3m-current-buffer, w3m-display-inline-images)
11453         (w3m-minor-mode-map):
11454         * mml-smime.el (gnus-extract-address-components):
11455         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11456         (gnus-newsrc-hashtb, message-default-charset)
11457         (message-deletable-headers, message-options)
11458         (message-posting-charset, message-required-mail-headers)
11459         (message-required-news-headers):
11460         * mml1991.el (mc-pgp-always-sign):
11461         * mml2015.el (mc-pgp-always-sign):
11462         * nnheader.el (nnmail-extra-headers):
11463         * rfc1843.el (gnus-decode-encoded-word-function)
11464         (gnus-decode-header-function, gnus-newsgroup-name):
11465         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11466
11467 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11468
11469         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11470         the end of the date treatments.
11471
11472 2005-08-15  Simon Josefsson  <jas@extundo.com>
11473
11474         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11475         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11476         Capello and Romain Francoise.
11477         (pgg-fetch-key-function): Removed, not used?
11478         (pgg-insert-url-with-w3): Require url, to get
11479         url-insert-file-contents regardless of where it is defined.
11480
11481 2005-08-13  Romain Francoise  <romain@orebokech.com>
11482
11483         * message.el (message-cite-original-1): New function.
11484         (message-cite-original): Use it.
11485         (message-cite-original-without-signature): Ditto.
11486
11487 2005-08-08  Romain Francoise  <romain@orebokech.com>
11488
11489         * message.el (message-yank-empty-prefix): New variable.
11490         (message-indent-citation): Use it.
11491         (message-cite-original-without-signature): Respect X-No-Archive.
11492
11493 2005-08-08  Simon Josefsson  <jas@extundo.com>
11494
11495         * pgg.el: Autoload url-insert-file-contents instead of loading
11496         w3/url.
11497         (pgg-insert-url-with-w3): Don't load url here.
11498
11499 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11500
11501         * message.el (message-kill-to-signature): Don't insert newline at
11502         bol.
11503         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11504
11505 2005-08-06  Romain Francoise  <romain@orebokech.com>
11506
11507         * message.el (message-user-fqdn): Fix typo in docstring.
11508
11509 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11510
11511         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11512
11513         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11514
11515 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11516
11517         * mm-bodies.el (mm-encode-body): Use coding system rather than
11518         charset to encode text.
11519
11520         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11521         number of charsets if utf-8 is available (XEmacs).
11522
11523 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11526         taken from `gnus-button-mid-or-mail-regexp'.
11527         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11528         (gnus-button-alist): Improve regexp for domain part of the MIDs
11529         for news:localpart@domain buttons.
11530         (gnus-button-ctan-directory-regexp): Update.
11531
11532 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * sieve-manage.el (sieve-manage-interactive-login): Use
11535         make-local-variable rather than make-variable-buffer-local.
11536         (sieve-manage-open): Ditto.
11537         (sieve-manage-authenticate): Ditto.
11538
11539         * mml.el (mml-generate-mime-1): Make the content type default to
11540         text/plain if the filename is not specified.
11541
11542 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11545         instead of insert-buffer.
11546
11547         * message.el (message-yank-original): Ditto; set the mark at the
11548         end of the yanked message.
11549
11550 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11553         lines to scroll rather than to stop it.
11554
11555         * mml.el (mml-generate-default-type): Add doc string.
11556         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11557         default to application/octet-stream when determining the content
11558         type if it is not specified for the part or the mml contents; add
11559         a comment about mml-generate-default-type.
11560
11561 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11562
11563         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11564         make it default to application/octet-stream when determining the
11565         content type if it is not specified for the external contents.
11566
11567 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11570         segmented parameter but also other parameters might be there.
11571
11572 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * mm-decode.el (mm-display-external): Delete temp file, directory
11575         and buffer immediately if the external process is exited.
11576
11577 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11578
11579         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11580         fewer lines than that of scroll-margin.
11581         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11582
11583 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11584
11585         * gnus-art.el (gnus-article-next-page): Revert.
11586         (gnus-article-beginning-of-window): New macro.
11587         (gnus-article-next-page-1): Use it.
11588         (gnus-article-prev-page): Ditto.
11589         (gnus-article-edit-part): Use insert-buffer-substring instead of
11590         insert-buffer.
11591         (gnus-article-edit-exit): Ditto.
11592
11593         * gnus-util.el (gnus-beginning-of-window): Remove.
11594         (gnus-end-of-window): Remove.
11595
11596         * lpath.el: Don't bind header-line-format and scroll-margin.
11597
11598 2005-07-25  Simon Josefsson  <jas@extundo.com>
11599
11600         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11601         to have the url package without w3.  Reported by Daiki Ueno
11602         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11603
11604 2005-07-20  Didier Verna  <didier@xemacs.org>
11605
11606         * gnus-diary.el: Remove the description comment (nndiary is now
11607         properly documented in the Gnus manual).
11608         Fix the spelling of "Back End".
11609         * nndiary.el: Ditto.
11610         Fix the copyright notice.
11611
11612 2005-07-18  Romain Francoise  <romain@orebokech.com>
11613
11614         * gnus-sum.el (gnus-summary-to-prefix)
11615         (gnus-summary-newsgroup-prefix): New variables.
11616         (gnus-summary-from-or-to-or-newsgroups): Use them.
11617
11618 2005-07-17  Romain Francoise  <romain@orebokech.com>
11619
11620         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11621         space as it's generally not especially interesting to the user.
11622
11623 2005-07-16  Romain Francoise  <romain@orebokech.com>
11624
11625         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11626         nil to avoid prompting and file modification if one of the
11627         messages at the top of the nnfolder file contains a copyright
11628         notice.
11629         Update copyright notice.
11630
11631         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11632         instead of `current-time-string' as the latter creates a time
11633         string that is not RFC 2822 compliant (it lacks the zone).
11634         Update copyright notice.
11635
11636 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11637
11638         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11639         for text/rtf.  Display default in prompt.  Pass default for M-n.
11640
11641         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11642
11643 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11644
11645         * gnus-msg.el (gnus-button-mailto): Remove
11646         save-selected-window-window hackery because it relies on
11647         save-selected-window internals.
11648
11649 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11650
11651         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11652         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11653         (gnus-article-prev-page): Ditto.
11654
11655         * gnus-util.el (gnus-beginning-of-window): New function.
11656         (gnus-end-of-window): New function.
11657
11658         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11659
11660 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11661
11662         * gnus-score.el (gnus-score-edit-all-score): Set
11663         gnus-score-edit-exit-function to gnus-score-edit-done and call
11664         gnus-message.
11665
11666 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11667
11668         * gnus-msg.el (gnus-button-mailto): Remove
11669         save-selected-window-window hackery because it relies on
11670         save-selected-window internals.
11671
11672 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11673
11674         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11675         add-minor-mode.
11676         (gnus-binary-mode): Ditto.
11677
11678         * gnus-topic.el (gnus-topic-mode): Ditto.
11679
11680 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11681
11682         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11683         (gnus-article-prev-page): Take scroll-margin into consideration.
11684
11685 2005-07-04  Lute Kamstra  <lute@gnu.org>
11686
11687         Update FSF's address in GPL notices.
11688
11689 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11690
11691         * gnus.el (gnus-exit):
11692         * gnus-group.el (gnus-group-icons):
11693         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11694
11695         * gnus-nocem.el (gnus-nocem):
11696         * message.el (message-various, message-buffers, message-sending)
11697         (message-interface, message-forwarding, message-insertion)
11698         (message-headers, message-news, message-mail):
11699         * pgg-gpg.el (pgg-gpg):
11700         * pgg-parse.el (pgg-parse):
11701         * pgg-pgp.el (pgg-pgp):
11702         * pgg-pgp5.el (pgg-pgp5):
11703         * pop3.el (pop3): Finish `defgroup' description with period.
11704
11705 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * gnus-art.el (article-display-face): Improve the efficiency.
11708         (article-display-x-face): Ditto; remove grey x-face stuff.
11709
11710 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * gnus-art.el (article-display-face): Correct the position in
11713         which Faces are inserted.
11714
11715 2005-06-29  Didier Verna  <didier@xemacs.org>
11716
11717         * gnus-art.el (article-display-face): Display faces in correct
11718         order.
11719
11720 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11723         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11724         (gnus-nocem-check-article): Fetch the Type header.
11725         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11726         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11727         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11728         make sure gnus-nocem-hashtb is initialized.
11729         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11730         (gnus-nocem-unwanted-article-p): Ditto.
11731
11732         * pgg.el (pgg-verify): Return the verification result.
11733
11734 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11735
11736         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11737         is ascii.
11738
11739 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11740
11741         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11742         `show-nonbreak-escape'.
11743
11744 2005-06-23  Lute Kamstra  <lute@gnu.org>
11745
11746         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11747
11748         * dig.el (dig-mode):
11749         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11750
11751 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11752
11753         * nnimap.el (nnimap-split-download-body): Fix spellings.
11754
11755 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11756
11757         * gnus-art.el (gnus-article-encrypt-body):
11758         * gnus-cus.el (gnus-score-customize):
11759         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11760         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11761
11762 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11763
11764         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11765         header by looking for magic "MII" at the beginnig.
11766
11767 2005-06-16  Miles Bader  <miles@gnu.org>
11768
11769         * gnus-xmas.el (gnus-xmas-group-startup-message):
11770         Use renamed gnus-splash face.
11771
11772         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11773         (assistant-field-face): New backward-compatibility alias for renamed
11774         face.
11775         (assistant-render-text): Use renamed assistant-field face.
11776
11777         * spam.el (spam): Remove "-face" suffix from face name.
11778         (spam-face): New backward-compatibility alias for renamed face.
11779         (spam-face, spam-initialize): Use renamed spam face.
11780
11781         * message.el (message-header-to, message-header-cc)
11782         (message-header-subject, message-header-newsgroups)
11783         (message-header-other, message-header-name)
11784         (message-header-xheader, message-separator, message-cited-text)
11785         (message-mml): Remove "-face" suffix from face names.
11786         (message-header-to-face, message-header-cc-face)
11787         (message-header-subject-face, message-header-newsgroups-face)
11788         (message-header-other-face, message-header-name-face)
11789         (message-header-xheader-face, message-separator-face)
11790         (message-cited-text-face, message-mml-face):
11791         New backward-compatibility aliases for renamed faces.
11792         (message-font-lock-keywords): Use renamed message faces.
11793
11794         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11795         (sieve-test-commands, sieve-tagged-arguments):
11796         Remove "-face" suffix from face names.
11797         (sieve-control-commands-face, sieve-action-commands-face)
11798         (sieve-test-commands-face, sieve-tagged-arguments-face):
11799         New backward-compatibility aliases for renamed faces.
11800         (sieve-control-commands-face, sieve-action-commands-face)
11801         (sieve-test-commands-face, sieve-tagged-arguments-face):
11802         Use renamed sieve faces.
11803
11804         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11805         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11806         (gnus-group-news-3-empty, gnus-group-news-4)
11807         (gnus-group-news-4-empty, gnus-group-news-5)
11808         (gnus-group-news-5-empty, gnus-group-news-6)
11809         (gnus-group-news-6-empty, gnus-group-news-low)
11810         (gnus-group-news-low-empty, gnus-group-mail-1)
11811         (gnus-group-mail-1-empty, gnus-group-mail-2)
11812         (gnus-group-mail-2-empty, gnus-group-mail-3)
11813         (gnus-group-mail-3-empty, gnus-group-mail-low)
11814         (gnus-group-mail-low-empty, gnus-summary-selected)
11815         (gnus-summary-cancelled, gnus-summary-high-ticked)
11816         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11817         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11818         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11819         (gnus-summary-low-undownloaded)
11820         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11821         (gnus-summary-low-unread, gnus-summary-normal-unread)
11822         (gnus-summary-high-read, gnus-summary-low-read)
11823         (gnus-summary-normal-read, gnus-splash):
11824         Remove "-face" suffix from face names.
11825         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11826         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11827         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11828         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11829         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11830         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11831         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11832         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11833         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11834         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11835         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11836         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11837         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11838         (gnus-summary-normal-ticked-face)
11839         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11840         (gnus-summary-normal-ancient-face)
11841         (gnus-summary-high-undownloaded-face)
11842         (gnus-summary-low-undownloaded-face)
11843         (gnus-summary-normal-undownloaded-face)
11844         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11845         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11846         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11847         (gnus-splash-face):
11848         New backward-compatibility aliases for renamed faces.
11849         (gnus-group-startup-message): Use renamed gnus faces.
11850
11851         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11852         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11853         (gnus-server-agent): Remove "-face" suffix from face names.
11854         (gnus-server-agent-face, gnus-server-opened-face)
11855         (gnus-server-closed-face, gnus-server-denied-face)
11856         (gnus-server-offline-face):
11857         New backward-compatibility aliases for renamed faces.
11858         (gnus-server-agent-face, gnus-server-opened-face)
11859         (gnus-server-closed-face, gnus-server-denied-face)
11860         (gnus-server-offline-face): Use renamed gnus faces.
11861
11862         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11863         Remove "-face" suffix from face names.
11864         (gnus-picon-xbm-face, gnus-picon-face):
11865         New backward-compatibility aliases for renamed faces.
11866
11867         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11868         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11869         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11870         (gnus-cite-11): Remove "-face" suffix from face names.
11871         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11872         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11873         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11874         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11875         New backward-compatibility aliases for renamed faces.
11876         (gnus-cite-attribution-face, gnus-cite-face-list)
11877         (gnus-article-boring-faces): Use renamed gnus faces.
11878
11879         * gnus-art.el (gnus-signature, gnus-header-from)
11880         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11881         (gnus-header-content): Remove "-face" suffix from face names.
11882         (gnus-signature-face, gnus-header-from-face)
11883         (gnus-header-subject-face, gnus-header-newsgroups-face)
11884         (gnus-header-name-face, gnus-header-content-face):
11885         New backward-compatibility aliases for renamed faces.
11886         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11887
11888         * gnus-sum.el (gnus-summary-selected-face)
11889         (gnus-summary-highlight): Use renamed gnus faces.
11890         * gnus-group.el (gnus-group-highlight): Likewise.
11891
11892 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11893
11894         * gnus-sieve.el (gnus-sieve-article-add-rule):
11895         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11896         * spam-stat.el (spam-stat-buffer-change-to-spam)
11897         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11898
11899         * message.el (message-is-yours-p):
11900         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11901
11902 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11903
11904         * mm-view.el (mm-inline-text): Withdraw the last change.
11905
11906 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11909         executing enriched-decode.
11910
11911 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11912
11913         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11914         charset of tar files.
11915
11916 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11917
11918         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11919
11920 2005-06-04  Lute Kamstra  <lute@gnu.org>
11921
11922         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11923         information is never recorded.
11924
11925 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11926
11927         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11928
11929 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11930
11931         * pop3.el (pop3-apop): Run md5 in the binary mode.
11932
11933         * starttls.el (starttls-set-process-query-on-exit-flag):
11934         Use eval-and-compile.
11935
11936 2005-05-31  Simon Josefsson  <jas@extundo.com>
11937
11938         * smime.el (smime-replace-in-string): Define.
11939         (smime-cert-by-ldap-1): Use it.
11940
11941 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11942
11943         * gnus-art.el (article-display-x-face): Replace
11944         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11945
11946         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11947         set-process-query-on-exit-flag or process-kill-without-query.
11948
11949         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11950         loop instead of replace-regexp.
11951
11952         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11953         instead of process-kill-without-query if it is available.
11954
11955         * lpath.el: Fbind ldap-search-entries.
11956
11957         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11958         instead of find-file-hooks if it is available.
11959
11960         * mml1991.el: Bind pgg-default-user-id when compiling.
11961
11962         * mml2015.el: Bind pgg-default-user-id when compiling.
11963
11964         * nndraft.el (nndraft-request-associate-buffer):
11965         Use write-contents-functions instead of write-contents-hooks if it is
11966         available.
11967
11968         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11969         instead of find-file-hooks if it is available.
11970
11971         * nntp.el (nntp-open-connection): Replace
11972         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11973         (nntp-open-ssl-stream): Ditto.
11974         (nntp-open-tls-stream): Ditto.
11975
11976         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11977         set-process-query-on-exit-flag or process-kill-without-query.
11978         (starttls-open-stream-gnutls): Use it instead of
11979         process-kill-without-query.
11980         (starttls-open-stream): Ditto.
11981
11982 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11983
11984         * smime.el (smime-cert-by-ldap-1): Don't use
11985         replace-regexp-in-string.
11986
11987 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11988
11989         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11990
11991         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11992         in PEM format.  Adjust to the XEmacs compability.
11993
11994 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11995
11996         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11997         by `string-to-number'.
11998         * gnus-agent.el (gnus-agent-regenerate-group)
11999         (gnus-agent-fetch-articles): Ditto.
12000         * gnus-art.el (gnus-button-fetch-group): Ditto.
12001         * gnus-cache.el (gnus-cache-generate-active)
12002         (gnus-cache-articles-in-group): Ditto.
12003         * gnus-group.el (gnus-group-set-current-level)
12004         (gnus-group-insert-group-line): Ditto.
12005         * gnus-score.el (gnus-score-set-expunge-below)
12006         (gnus-score-set-mark-below, gnus-summary-score-effect)
12007         (gnus-summary-score-entry): Ditto.
12008         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
12009         (gnus-soup-pack): Ditto.
12010         * gnus-spec.el (gnus-xmas-format): Ditto.
12011         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
12012         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
12013         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
12014         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
12015         * nndb.el (nndb-get-remote-expire-response): Ditto.
12016         * nndiary.el (nndiary-parse-schedule-value)
12017         (nndiary-string-to-number, nndiary-request-replace-article)
12018         (nndiary-request-article): Ditto.
12019         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
12020         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
12021         * nneething.el (nneething-make-head): Ditto.
12022         * nnfolder.el (nnfolder-request-article)
12023         (nnfolder-retrieve-headers): Ditto.
12024         * nnheader.el (nnheader-file-to-number): Ditto.
12025         * nnkiboze.el (nnkiboze-request-article): Ditto.
12026         * nnmail.el (nnmail-process-unix-mail-format)
12027         (nnmail-process-babyl-mail-format): Ditto.
12028         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
12029         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
12030         (nnmh-request-create-group, nnmh-request-list-1)
12031         (nnmh-request-group, nnmh-request-article): Ditto.
12032         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
12033         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12034         * nnsoup.el (nnsoup-make-active): Ditto.
12035         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12036         * nntp.el (nntp-find-group-and-number)
12037         (nntp-retrieve-headers-with-xover): Ditto.
12038         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12039         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12040         (pgg-format-key-identifier): Ditto.
12041         * pop3.el (pop3-last, pop3-stat): Ditto.
12042         * qp.el (quoted-printable-decode-region): Ditto.
12043
12044         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12045         of concat.
12046
12047 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12050
12051         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12052
12053         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12054
12055         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12056
12057         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12058
12059         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12060
12061         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12062         (gnus-carpal-mode): Ditto.
12063
12064         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12065         (gnus-browse-mode): Ditto.
12066
12067         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12068
12069         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12070
12071 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12072
12073         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12074
12075 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12076
12077         * gnus-util.el (gnus-run-mode-hooks): New function.
12078
12079         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12080
12081         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12082         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12083
12084 2005-05-27  Lute Kamstra  <lute@gnu.org>
12085
12086         * dns-mode.el (dns-mode): Specify customization group.
12087
12088 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12089
12090         * gnus-agent.el (gnus-agent-make-mode-line-string):
12091         Use mode-line-highlight as mouse-face.
12092
12093 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12094
12095         * canlock.el (canlock): Change the parent group to news.
12096
12097         * deuglify.el (gnus-outlook-deuglify): Add :group.
12098
12099         * dig.el (dig): Add :group.
12100
12101         * dns-mode.el (dns-mode): Add :group.
12102
12103         * encrypt.el (encrypt): Add :group.
12104
12105         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12106         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12107         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12108         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12109         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12110
12111         * gnus-diary.el (gnus-diary): Add :group.
12112
12113         * gnus.el (gnus-group-news-1-face): Add :group.
12114         (gnus-group-news-1-empty-face): Ditto.
12115         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12116         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12117         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12118         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12119         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12120         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12121         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12122         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12123         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12124         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12125         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12126         (gnus-summary-high-ticked-face): Ditto.
12127         (gnus-summary-low-ticked-face): Ditto.
12128         (gnus-summary-normal-ticked-face): Ditto.
12129         (gnus-summary-high-ancient-face): Ditto.
12130         (gnus-summary-low-ancient-face): Ditto.
12131         (gnus-summary-normal-ancient-face): Ditto.
12132         (gnus-summary-high-undownloaded-face): Ditto.
12133         (gnus-summary-low-undownloaded-face): Ditto.
12134         (gnus-summary-normal-undownloaded-face): Ditto.
12135         (gnus-summary-high-unread-face): Ditto.
12136         (gnus-summary-low-unread-face): Ditto.
12137         (gnus-summary-normal-unread-face): Ditto.
12138         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12139         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12140
12141         * hashcash.el (hashcash): New custom group.
12142         (hashcash-default-payment): Add :group.
12143         (hashcash-payment-alist): Ditto.
12144         (hashcash-default-accept-payment): Ditto.
12145         (hashcash-accept-resources): Ditto.
12146         (hashcash-path): Ditto.
12147         (hashcash-extra-generate-parameters): Ditto.
12148         (hashcash-double-spend-database): Ditto.
12149         (hashcash-in-news): Ditto.
12150
12151         * message.el (message-minibuffer-local-map): Add :group.
12152
12153         * netrc.el (netrc): Add :group.
12154
12155         * sieve-manage.el (sieve-manage-log): Add :group.
12156         (sieve-manage-default-user): Diito.
12157         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12158         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12159         (sieve-manage-authenticators): Ditto.
12160         (sieve-manage-authenticator-alist): Ditto.
12161         (sieve-manage-default-port): Ditto.
12162
12163         * sieve-mode.el (sieve-control-commands-face): Add :group.
12164         (sieve-action-commands-face): Ditto.
12165         (sieve-test-commands-face): Ditto.
12166         (sieve-tagged-arguments-face): Ditto.
12167
12168         * smime.el (smime): Add :group.
12169
12170         * spam-report.el (spam-report): Add :group.
12171
12172         * spam.el (spam, spam-face): Add :group.
12173
12174 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12177         return \n.\n.\n at the end of articles.  Protect against that.
12178         (nntp-with-open-group): Allow debugging.
12179
12180         * nnheader.el (mail-header-set-extra): Make into a function
12181         because I just could't understand how to quote the list properly.
12182
12183         * dns.el (query-dns-cached): New function.
12184
12185 2005-05-26  Lute Kamstra  <lute@gnu.org>
12186
12187         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12188
12189 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12190
12191         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12192
12193         * gnus-art.el: Don't autoload mail-extract-address-components.
12194
12195         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12196         eval-and-compile to evaluate it.
12197
12198         * hashcash.el: Don't autoload executable-find.
12199
12200         * nndb.el: Don't declare the nndb back end two or more times; don't
12201         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12202
12203         * nntp.el: Autoload format-spec instead of format; use
12204         eval-and-compile to evaluate autoload forms.
12205
12206 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12207
12208         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12209
12210 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12211
12212         * gnus.el (gnus-version-number): Bump version.
12213
12214 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12215
12216         * gnus.el: No Gnus v0.3 is released.
12217
12218 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12219
12220         * lpath.el (featurep): Bind show-nonbreak-escape.
12221
12222 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * gnus-art.el (gnus-article-edit-part): Disable undo.
12225
12226 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12227
12228         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12229         gnus-article-date-lapsed-new-header is t if date timer is active;
12230         skip headers in which the original date value is empty.
12231         (gnus-article-save-original-date): Redefine it as a macro.
12232         (gnus-display-mime): Use it.
12233
12234 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * gnus-art.el (article-date-ut): Support converting date in
12237         forwarded parts as well.
12238         (gnus-article-save-original-date): New function.
12239         (gnus-display-mime): Use it.
12240
12241 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12242
12243         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12244         enclosure element of <item>.
12245
12246 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * message.el (message-kill-buffer-query): Renamed from
12249         `message-kill-buffer-query-if-modified'.  Added :version.
12250
12251 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12252
12253         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12254         window layout.
12255
12256 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * mml.el: Autoload dnd when compiling.
12259
12260 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12261
12262         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12263         x-dnd-*.
12264
12265 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12266
12267         * qp.el (quoted-printable-encode-region): Save excursion.
12268
12269 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12270
12271         * message.el (message-kill-buffer-query-if-modified): Add new variable
12272         so the user can kill a modified message buffer quickly.
12273         (message-kill-buffer): Use it.
12274
12275 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12276
12277         * lpath.el: Fbind display-time-event-handler; don't fbind
12278         string-to-multibyte.
12279
12280         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12281
12282 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12283
12284         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12285         contained in text because xml.el decodes entities) with LFs.
12286
12287 2005-04-11  Lute Kamstra  <lute@gnu.org>
12288
12289         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12290         differently.
12291
12292 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12293
12294         * mm-util.el (mm-detect-coding-region): Typo.
12295
12296 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12297
12298         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12299
12300 2005-04-06  Deepak Goel  <deego@gnufans.org>
12301
12302         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12303         user-function allow user modifications of the scores.
12304         (spam-stat-score-buffer-user): New function, to allow
12305         user-computed modifications to the score.
12306         (spam-stat-score-buffer-user-functions): List of additional
12307         scoring functions.
12308         (spam-stat-error-holder): Global temporary error holder.
12309         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12310         variable.
12311
12312 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12313
12314         * gnus-registry.el (gnus-registry-clean-empty-function)
12315         (gnus-registry-trim, gnus-registry-fetch-groups)
12316         (gnus-registry-delete-group): Groups that match
12317         `gnus-registry-ignored-groups' are removed from the registry
12318         entries, not just ignored for splitting.  This helps clean up the
12319         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12320         to get all the groups a message ID is in.
12321
12322         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12323         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12324         (spam-stat-score-buffer-user-functions): Add :number custom type.
12325
12326 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12329         argument in XEmacs.
12330
12331         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12332         (nnrss-request-group): Decode group name first.
12333         (nnrss-request-article): Make a text/plain article if mml-to-mime
12334         failed.
12335         (nnrss-get-encoding): Return a compatible encoding according to
12336         nnrss-compatible-encoding-alist.
12337         (nnrss-find-el): Use consp instead of listp.
12338         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12339
12340 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12343         which Emacs 20 doesn't support.
12344         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12345
12346 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12347
12348         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12349         silence the byte compiler inside the defun.
12350
12351         * gnus-demon.el (parse-time-string): Add autoload.
12352
12353         * gnus-delay.el (parse-time-string): Add autoload.
12354
12355         * gnus-art.el (parse-time-string): Add autoload.
12356
12357         * nnultimate.el (parse-time): Require for `parse-time-string'.
12358
12359 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12360
12361         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12362
12363         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12364
12365         * smime.el (smime-ldap-host-list): Add :version.
12366
12367 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12368
12369         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12370         pass it to `gnus-browse-read-group'.
12371         (gnus-browse-read-group): Add NUMBER argument and pass it to
12372         `gnus-group-read-ephemeral-group'.
12373
12374         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12375         argument and pass it to `gnus-group-read-group'.
12376
12377 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12378
12379         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12380         mm-xemacs-find-mime-charset-1 if we have the mule feature
12381         available at runtime.
12382
12383 2005-03-25  Werner Lemberg  <wl@gnu.org>
12384
12385         * nnmaildir.el: Replace `illegal' with `invalid'.
12386
12387 2005-03-23  Lute Kamstra  <lute@gnu.org>
12388
12389         * time-date.el: Add comment on time value formats.
12390         Don't require parse-time.
12391         (with-decoded-time-value): New macro.
12392         (encode-time-value): New function.
12393         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12394         (days-to-time): Return a valid time value when arg is huge.
12395         (time-since): Use time-subtract.
12396         (time-to-number-of-days): Use time-to-seconds.
12397
12398 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12399
12400         * gnus-start.el (gnus-display-time-event-handler):
12401         Check display-time-timer at runtime rather than only at load time
12402         in case display-time-mode is turned off in the mean time.
12403
12404 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12405
12406         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12407         used.
12408
12409         * nneething.el (nneething-map-file-directory): Derive from
12410         `gnus-directory'.
12411
12412         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12413         the To/Cc button.
12414
12415 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12416
12417         * nnmaildir.el (nnmaildir-request-accept-article):
12418         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12419
12420 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12421
12422         * gnus-async.el: Require timer-funcs at compile time when in
12423         XEmacs for `run-with-idle-timer'.
12424
12425 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12426
12427         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12428         autoloaded function.
12429
12430 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12431
12432         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12433
12434 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12435
12436         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12437
12438 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12439
12440         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12441         gnus-expert-user to default.
12442
12443 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12444
12445         * nnimap.el (nnimap-open-server): Ditto.
12446
12447         * imap.el (imap-authenticate): Fix typo.
12448
12449 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12450
12451         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12452         buffer (since IMAP server might return FETCH response out of
12453         order, and the nntp buffer must be sorted).
12454
12455 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12456
12457         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12458         comparison on string.
12459
12460         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12461         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12462         (gnus-agent-summary-fetch-series): Modified to protect against
12463         gnus-agent-summary-fetch-group clearing processable flags.
12464         (gnus-agent-synchronize-group-flags): Update live group buffer as
12465         synchronization may occur due to the user toggle the plugged
12466         status.
12467         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12468         successfully downloaded.
12469         (gnus-agent-expire-group-1): Avoid using markers when the overview
12470         is in ascending order; greatly improves performance.
12471         (gnus-agent-regenerate-group): Use
12472         gnus-agent-synchronize-group-flags to reset read status in both
12473         gnus and server.
12474         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12475
12476 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12477
12478         * message.el: Don't autoload former message-utils variables.
12479         (message-strip-subject-trailing-was): Change doc string.
12480
12481         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12482         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12483         (nnweb-google-search): Add "hl=en" here.
12484         (nnweb-google-parse-1, nnweb-google-create-mapping):
12485         Don't hardcode URL.
12486
12487 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12488
12489         * message.el (message-get-reply-headers, message-followup):
12490         Mention related variables `message-use-followup-to' and
12491         `message-use-mail-followup-to', in the information buffer.
12492
12493         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12494         of broken groups(-beta).google.com.
12495
12496 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12497
12498         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12499         parameter to invoked gnus-request-move-article; remove the
12500         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12501         all at once instead of once per article.
12502         (gnus-summary-remove-process-mark): Accept a list of articles as
12503         well as a single article for processing.
12504
12505         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12506         parameter.
12507
12508         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12509
12510         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12511
12512         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12513         parameter.
12514
12515         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12516         parameter.
12517
12518         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12519         parameter and remove the gnus-sum-hint-move-is-internal variable.
12520
12521         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12522         parameter.
12523
12524         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12525         parameter.
12526
12527         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12528         parameter.
12529
12530         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12531
12532         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12533         parameter.
12534
12535         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12536         parameter.
12537
12538 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12539
12540         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12541         a more conservative way.
12542
12543 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12544
12545         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12546         buffer, so it moves the window's cursor.
12547
12548 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12549
12550         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12551         `mm-dissect-multipart' and receive the from field as an (optional)
12552         argument from `mm-dissect-multipart'.
12553         (mm-dissect-multipart): Receive the from field as an argument and
12554         pass it on when we call `mm-dissect-buffer' on MIME parts.
12555         Fixes verification/decryption of signed/encrypted MIME parts.
12556
12557 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12558
12559         * gnus-sum.el (gnus-summary-move-article): Set
12560         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12561         whatever it calls (right now, only nnimap-request-move article
12562         respects it).
12563
12564         * nnimap.el (nnimap-request-move-article): When
12565         gnus-sum-hint-move-is-internal is set, don't do the extra
12566         nnimap-request-article.
12567
12568 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12569
12570         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12571
12572         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12573         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12574
12575         * gnus-sum.el (gnus-summary-caesar-message):
12576         Apply `gnus-treat-article' after rotation.
12577
12578         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12579         doc string.
12580
12581 2005-02-22  Simon Josefsson  <jas@extundo.com>
12582
12583         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12584         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12585         <arne@arnested.dk>.
12586         (encrypt): Add password-cache and password-cache-expiry as group
12587         members.
12588
12589 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12590
12591         * smime.el (smime-ldap-host-list): Doc fix.
12592         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12593         cache) password.
12594         (smime-sign-region): Use it.
12595         (smime-decrypt-region): Use it.
12596         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12597         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12598         fails.
12599         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12600         certificate from DER to PEM format rather than calling openssl.
12601
12602         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12603
12604         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12605         for signing/encryption.
12606
12607         * mml.el (mml-parse-1): Use them.
12608
12609 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12610
12611         * nnrss.el (nnrss-verbose): Removed.
12612         (nnrss-request-group): Use `nnheader-message' instead.
12613
12614 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12615
12616         * nnrss.el (nnrss-verbose): New variable.
12617         (nnrss-request-group): Make it say nnrss is requesting a group.
12618
12619 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12620
12621         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12622         Handle news URL with given port correctly.
12623
12624 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12627         containing special characters.
12628
12629         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12630
12631         * mml.el (mime-to-mml): Ditto.
12632
12633         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12634         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12635         (rfc2047-decode-region): Quote decoded words containing special
12636         characters when rfc2047-quote-decoded-words-containing-tspecials
12637         is non-nil.
12638
12639 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12640
12641         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12642
12643         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12644
12645 2005-02-15  Simon Josefsson  <jas@extundo.com>
12646
12647         * nnimap.el (nnimap-debug): Doc fix.
12648
12649         * imap.el (imap-debug): Doc fix.
12650
12651 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12652
12653         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12654
12655 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12656
12657         * gnus.el (spam-contents): Improve docs for spam-contents
12658         parameter in its variable incarnation.
12659
12660 2005-02-14  Simon Josefsson  <jas@extundo.com>
12661
12662         * smime-ldap.el: Use require instead of load-library for ldap.
12663         (smime-ldap-search): Indent.
12664         (smime-ldap-search-internal): Shorten line.
12665
12666         * smime.el (smime-cert-by-dns): Add doc-string.
12667         (smime-cert-by-ldap-1): Indent.
12668
12669         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12670         mml-smime-get-dns-ldap.
12671         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12672
12673 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12674
12675         * smime.el: Require smime-ldap.
12676         (smime-ldap-host-list): New variable.
12677         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12678
12679         * mml-smime.el (mml-smime-encrypt-query): New function.
12680         (mml-smime-encrypt-query): Use it.
12681
12682         * smime-ldap.el: New file.
12683
12684 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12685
12686         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12687
12688 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12691         argument in doc string.  Make query for type more clear.
12692
12693 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12694
12695         * gnus.el (gnus-group-startup-message): Search for gnus images in
12696         etc/images/gnus.
12697         * mm-util.el (mm-image-load-path): Likewise.
12698         * smiley.el (smiley-data-directory): Search for smilies in
12699         etc/images/smilies.
12700
12701 2005-02-09  Kim F. Storm  <storm@cua.dk>
12702
12703         Change Emacs release version from 21.4 to 22.1 throughout.
12704         Change Emacs development version from 21.3.50 to 22.0.50.
12705
12706 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12707
12708         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12709
12710         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12711         non-Mule XEmacs as well.
12712         (mm-decompress-buffer): Signal an error intentionally if it does
12713         not decompress compressed data because auto-compression-mode is
12714         disabled.
12715
12716 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12717
12718         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12719         an ID in the registry even if it has no groups.
12720
12721 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12724         merge it into mm-decompress-buffer.
12725         (gnus-mime-copy-part): Use the MIME part charset, the value which
12726         a user specified or gnus-newsgroup-charset for decoding, like
12727         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12728         save-buffer what was used.  Suggested by Kevin Ryde
12729         <user42@zip.com.au>.
12730         (gnus-mime-inline-part): Allow the name parameter as well as the
12731         filename parameter; force decompressing of compressed data; always
12732         display contents being not decoded as unibyte.
12733
12734         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12735         as well as the filename parameter.
12736
12737         * mm-util.el (mm-decompress-buffer): Merge
12738         gnus-mime-jka-compr-maybe-uncompress.
12739         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12740         of compressed data.
12741
12742 2005-02-08  Simon Josefsson  <jas@extundo.com>
12743
12744         * imap.el (imap-log): Doc fix.
12745
12746 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12749         the coding cookies; decompress compressed parts.
12750
12751         * mml.el (mml-generate-mime-1): Add the charset parameter according
12752         to the value which a user specified manually or the coding cookie.
12753
12754         * mm-util.el (mm-string-to-multibyte): New function.
12755         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12756         (mm-coding-system-to-mime-charset): New function.
12757         (mm-decompress-buffer): New function.
12758         (mm-find-buffer-file-coding-system): New function.
12759
12760         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12761         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12762         parts.
12763
12764 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12765
12766         * mm-view.el (mm-display-inline-fontify): Decode a part according
12767         to the charset parameter.
12768
12769 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12772         prefix arg is neither nil nor a number, as info specifies.
12773
12774 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12775
12776         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12777         timestamps.
12778
12779 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12780
12781         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12782         groups error checking and notify user.
12783
12784 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12785
12786         * message.el (message-send-mail-function): Check existence of
12787         sendmail-program first before using default value
12788         `message-send-mail-with-sendmail'.  Otherwise use more generic
12789         `smtpmail-send-it'.
12790
12791 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12792
12793         * nntp.el (nntp-request-update-info): Always return nil.
12794
12795 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12796
12797         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12798
12799 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12800
12801         * message.el (message-beginning-of-line): Change the behavior when
12802         invoked between BOL and : so that it first moves backward.
12803
12804 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12805
12806         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12807         article buffer when editing of the article is discarded.
12808         (gnus-article-prepare): Revert.
12809
12810 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * gnus-art.el (gnus-article-prepare):
12813         Remove message-strip-forbidden-properties from the local hook.
12814
12815 2005-01-27  Simon Josefsson  <jas@extundo.com>
12816
12817         * password.el (password-cache-add): Only start one timer per key.
12818         Reported by Derek Atkins <warlord@MIT.EDU>.
12819
12820 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12821
12822         * run-at-time.el: Removed.  It is no longer needed as
12823         timer-funcs.el in the xemacs-base package has a working version of
12824         `run-at-time'.
12825
12826         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12827
12828         * password.el: Require timer-funcs instead of run-at-time in
12829         XEmacs.
12830         Remove `password-run-at-time' macro.
12831         (password-cache-add): Use `run-at-time' instead of
12832         `password-run-at-time'.
12833
12834         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12835         Remove `nnheader-cancel-function-timers' alias,
12836         `cancel-function-timers' exists in XEmacs in timer-funcs.
12837
12838         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12839         for `run-with-idle-timer'.
12840
12841         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12842         for `run-at-time'.
12843
12844         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12845         for `with-timeout'.
12846
12847         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12848         the same as for XEmacs 21.4.
12849         No need to ignore `run-with-idle-timer', this function exists in
12850         XEmacs now in timer-funcs.el in the xemacs-base package.
12851         (dgnushack-compile): No need to delete
12852         run-at-time.el from the list of files to compile because it
12853         doesn't exist anymore.
12854
12855 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12858         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12859
12860 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12861
12862         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12863         sensitively.
12864
12865 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12866
12867         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12868
12869 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12870
12871         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12872         which will be inserted according to the multibyteness of a buffer
12873         rather than the type of contents.  Suggested by ARISAWA Akihiro
12874         <ari@mbf.ocn.ne.jp>.
12875
12876         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12877         of string which old xml.el may return rather than a string.
12878
12879 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12880
12881         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12882
12883 2005-01-16  Simon Josefsson  <jas@extundo.com>
12884
12885         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12886         idn/idna.el isn't available.
12887         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12888         <michael@waxrat.com>.
12889
12890         * hashcash.el: Remove non-FSF copyright header.
12891
12892         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12893         (hashcash-generate-payment): Use it.
12894         (hashcash-generate-payment-async): Use it.
12895
12896 2005-01-15  Simon Josefsson  <jas@extundo.com>
12897
12898         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12899         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12900
12901         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12902         gnus-summary-idna-message.
12903         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12904         (gnus-summary-idna-message): New function.
12905
12906 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12907
12908         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12909         gnus-novice-user.
12910
12911 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * nnrss.el (nnrss-request-delete-group): Delete entries in
12914         nnrss-group-alist as well.
12915         (nnrss-save-server-data): Insert newline.
12916
12917 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * gnus.el (gnus-user-agent): Use list of symbols instead of
12920         symbols.  Display full version number for (S)XEmacs.  Optionally
12921         display (S)XEmacs codename.
12922
12923         * gnus-util.el (gnus-emacs-version): Update for new
12924         `gnus-user-agent'.
12925
12926         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12927         Gnus version.
12928
12929 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12930
12931         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12932         which is unreadable in some setups.
12933
12934 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12935
12936         * gnus-spec.el (gnus-update-format-specifications): Flush the
12937         group format spec cache if it doesn't support decoded group names.
12938
12939 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12940
12941         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12942         Allow to apply decay on score files matching a regexp.
12943
12944 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12947         compatibility in %g and %c.
12948
12949 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12952         name for only %g and %c.
12953         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12954         of gnus-tmp-group to decoded group name.
12955         (gnus-group-make-rss-group): Exclude `/'s from group names.
12956
12957 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * nnrss.el (nnrss-get-encoding): Fix regexp.
12960
12961 2004-12-27  Simon Josefsson  <jas@extundo.com>
12962
12963         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12964         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12965         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12966
12967 2004-12-17  Kim F. Storm  <storm@cua.dk>
12968
12969         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12970
12971         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12972
12973 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12974
12975         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12976
12977 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12978
12979         * nnrss.el: Require rfc2047 and mml.
12980         (nnrss-file-coding-system): New variable.
12981         (nnrss-format-string): Redefine it as an inline function.
12982         (nnrss-decode-group-name): New function.
12983         (nnrss-string-as-multibyte): Remove.
12984         (nnrss-retrieve-headers): Decode group name; don't use
12985         nnrss-format-string.
12986         (nnrss-request-group): Decode group name.
12987         (nnrss-request-article): Decode group name; allow a Message-ID as
12988         well as an article number; don't use nnrss-format-string; encode a
12989         Message-ID string which may contain non-ASCII characters; use
12990         mml-to-mime to compose a MIME article.
12991         (nnrss-request-expire-articles): Decode group name.
12992         (nnrss-request-delete-group): Decode group name.
12993         (nnrss-fetch): Clarify error message.
12994         (nnrss-read-server-data): Use insert-file-contents instead of load;
12995         bind file-name-coding-system; use multibyte buffer.
12996         (nnrss-save-server-data): Bind coding-system-for-write to the
12997         value of nnrss-file-coding-system; bind file-name-coding-system;
12998         add coding cookie.
12999         (nnrss-read-group-data): Use insert-file-contents instead of load;
13000         bind file-name-coding-system; use multibyte buffer.
13001         (nnrss-save-group-data): Bind coding-system-for-write to the
13002         value of nnrss-file-coding-system; bind file-name-coding-system.
13003         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
13004         make it work with non-ASCII text.
13005         (nnrss-find-el): Make it work with old xml.el as well.
13006
13007 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
13008
13009         * nnrss.el (nnrss-get-encoding): New function.
13010         (nnrss-fetch): Use unibyte buffer initially; bind
13011         coding-system-for-read while performing mm-url-insert; remove ^Ms;
13012         decode contents according to the encoding attribute.
13013         (nnrss-save-group-data): Add coding cookie.
13014         (nnrss-mime-encode-string): New function.
13015         (nnrss-check-group): Use it to encode subject and author.
13016
13017 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
13018
13019         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
13020         imaginary variable.
13021
13022 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
13025         correctly even if there are wide characters.
13026
13027 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13028
13029         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
13030         downcased symbol names; make a new cache instead of reusing
13031         bbdb-hashtable.
13032
13033 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13034
13035         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13036         concatenating segments rather than before concatenating them.
13037         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13038
13039         * message.el (message-get-reply-headers): Bind `extra'.
13040
13041 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13042
13043         * message.el (message-extra-wide-headers): New variable.
13044         (message-get-reply-headers): Use it.
13045
13046 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13049         (gnus-agent-group-pathname): Ditto.
13050
13051         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13052
13053         * gnus-group.el (gnus-group-make-group): Decode group name.
13054         (gnus-group-make-rss-group): Register the group data after opening
13055         the nnrss group.
13056
13057 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13058
13059         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13060         by expiry now get marked as read.
13061
13062 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13063
13064         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13065
13066 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13067
13068         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13069         unify Latin characters in XEmacs.
13070         (mm-find-mime-charset-region): Use it.
13071
13072 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13073
13074         * gnus-util.el (gnus-delete-directory): New function.
13075
13076         * gnus-agent.el (gnus-agent-delete-group): Use it.
13077
13078         * gnus-cache.el (gnus-cache-delete-group): Use it.
13079
13080 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13081
13082         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13083         names.
13084
13085 2004-12-16  Simon Josefsson  <jas@extundo.com>
13086
13087         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13088
13089 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13090
13091         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13092
13093         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13094         (gnus-group-set-current-level): Decode group name.
13095
13096 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13097
13098         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13099         failed.
13100
13101 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * gnus-group.el (gnus-group-delete-group): Decode group name.
13104         (gnus-group-make-rss-group): Encode group name.
13105         (gnus-group-catchup-current): Decode group name.
13106         (gnus-group-kill-group): Decode group name.
13107
13108 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13109
13110         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13111
13112 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * gnus-group.el (gnus-group-make-rss-group):
13115         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13116
13117         * gnus-start.el (gnus-setup-news): Honor user's setting to
13118         gnus-message-archive-method.  Suggested by Lute Kamstra
13119         <lute@gnu.org>.
13120
13121 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13122
13123         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13124         global counterparts of the buffer-local variables.
13125
13126 2004-11-16  Romain Francoise  <romain@orebokech.com>
13127
13128         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13129         counterparts of the buffer-local variables.
13130
13131 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * message.el (message-forbidden-properties): Fixed typo in doc
13134         string.
13135
13136 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13137
13138         * gnus-util.el (gnus-replace-in-string): Added doc string.
13139
13140         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13141         to avoid problems when splitting mails with many recipients.
13142
13143 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13144
13145         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13146         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13147
13148 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13149
13150         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13151         if there is no hashtable in memory or file modification time is
13152         newer than cached timestamp.
13153
13154 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13157         not-matching option.
13158
13159 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13160
13161         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13162         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13163         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13164         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13165         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13166         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13167
13168 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * message.el (message-forward-make-body-mml): Remove headers
13171         according to message-forward-ignored-headers if a message is decoded.
13172
13173 2004-12-02  Romain Francoise  <romain@orebokech.com>
13174
13175         * message.el (message-forward-make-body-plain): Always remove
13176         headers according to message-forward-ignored-headers.
13177
13178 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13179
13180         * spam.el (spam-summary-prepare-exit): Remove the
13181         gnus-summary-limit pop for now, it has problems with ham marks for
13182         me.
13183
13184 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13185
13186         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13187         correctly.
13188
13189 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13190
13191         * format-spec.el (format-spec): Message the char.
13192
13193 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13194
13195         * gnus-art.el (gnus-split-methods): Reformat comments.
13196
13197         * spam.el (spam-summary-prepare-exit): Remove article limits
13198         before exiting the summary buffer.
13199
13200 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13201
13202         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13203         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13204
13205         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13206         order to silence the byte compiler.
13207
13208         * spam.el: Fix the way to silence the byte compiler, which
13209         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13210         bbdb-search-simple, spam-BBDB-register-routine,
13211         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13212         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13213         spam-stat-buffer-is-spam, spam-stat-load,
13214         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13215         spam-stat-save and spam-stat-split-fancy.
13216
13217 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13220         which may confuse users.
13221         (canlock-password-for-verify): Ditto.
13222
13223         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13224
13225         * gnus-art.el (gnus-emphasis-alist): Ditto.
13226
13227         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13228
13229         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13230
13231         * gnus-start.el (gnus-save-killed-list): Ditto.
13232
13233         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13234         (gnus-sum-thread-tree-root): Ditto.
13235         (gnus-sum-thread-tree-false-root): Ditto.
13236         (gnus-sum-thread-tree-single-indent): Ditto.
13237
13238         * message.el (message-courtesy-message): Ditto.
13239         (message-archive-note): Ditto.
13240         (message-subscribed-address-file): Ditto.
13241         (message-user-fqdn): Ditto.
13242
13243         * spam-report.el (spam-report-gmane-regex): Ditto.
13244
13245         * spam.el (spam-blackhole-good-server-regex): Ditto.
13246
13247 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13248
13249         * mml.el (mml-preview): Widen the message buffer before copying
13250         the contents to the preview buffer; sort headers before previewing.
13251
13252         * message.el (message-hidden-headers): Fix the way to avoid a bug
13253         in the `repeat' widget in Emacs 21.3 or earlier.
13254
13255 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13256
13257         * message.el (message-hidden-headers): Default to "^References:".
13258         Improve customization type.  Suggested by Reiner Steib
13259         <Reiner.Steib@gmx.de>.
13260
13261 2004-11-25  Romain Francoise  <romain@orebokech.com>
13262
13263         * message.el (message-strip-forbidden-properties): Remove check for
13264         obsolete `message-hidden' text property, hidden headers are not
13265         accessible in the buffer anymore.
13266
13267 2004-11-22  Romain Francoise  <romain@orebokech.com>
13268
13269         * message.el (message-header-format-alist): Add `From' in list
13270         so that it can be sorted.
13271         (message-fix-before-sending): Widen and sort headers before
13272         sending.
13273         (message-hide-headers): Use narrowing to hide headers by moving
13274         them to the top of the buffer and narrowing to the region
13275         underneath.
13276
13277 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13278
13279         * message.el (message-strip-forbidden-properties): Bind
13280         buffer-read-only (etc) to nil.
13281
13282 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13283
13284         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13285         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13286
13287 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13288
13289         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13290
13291 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13292
13293         * dns.el (query-dns): Use sit-for to time instead of
13294         accept-process-output, since that doesn't seem to work on udp
13295         sockets.
13296
13297 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13300
13301 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13302
13303         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13304         doc string.  Improve doc string.
13305
13306 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * nntp.el (nntp-request-update-info): Return nil if
13309         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13310         may not call gnus-activate-group which uselessly issues the GROUP
13311         commands for all nntp groups and wastes time.  Reported by Romain
13312         Francoise <romain@orebokech.com>.
13313
13314         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13315
13316 2004-11-15  Simon Josefsson  <jas@extundo.com>
13317
13318         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13319         headers separately.
13320         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13321         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13322
13323 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13324
13325         * gnus-start.el (gnus-convert-old-newsrc):
13326         Assign legacy-gnus-agent to 5.10.7.
13327
13328 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13329
13330         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13331         start of the lines.
13332
13333 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13334
13335         * hashcash.el (hashcash-default-payment): Change default to 20.
13336         (hashcash-default-accept-payment): Change default to 20.
13337         (hashcash-process-alist): New variable.
13338         (hashcash-generate-payment-async): Add.
13339         (hashcash-already-paid-p): Add.
13340         (hashcash-insert-payment): Don't generate payments twice.
13341         (hashcash-insert-payment-async): Add.
13342         (hashcash-insert-payment-async-2): Add.
13343         (hashcash-cancel-async): Add.
13344         (hashcash-wait-async): Add.
13345         (hashcash-processes-running-p): Add.
13346         (hashcash-wait-or-cancel): Add.
13347         (mail-add-payment): New optional argument.  Conditionally start
13348         asynchronous calculation.
13349         (mail-add-payment-async): Add.
13350
13351         * message.el (message-send-mail): Wait for asynchronous hashcash
13352         results.  Don't clobber existing X-Hashcash headers.
13353         (message-setup-1): Call mail-add-payment-async when
13354         message-generate-hashcash is non-nil.
13355
13356 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13357
13358         * message.el (message-use-alternative-email-as-from): Examine the
13359         From header as well; use message-make-from in order to include a
13360         user's full name.
13361
13362 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13365         default; improve customization type.
13366         (gnus-emphasis-custom-with-format): New macro.
13367         (gnus-emphasis-custom-value-to-external): New function.
13368         (gnus-emphasis-custom-value-to-internal): New function.
13369
13370 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13371
13372         * dns.el (query-dns): Resolve reverse addresses.
13373
13374 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13375
13376         * gnus-group.el (gnus-group-get-new-news): Use it.
13377
13378         * gnus-start.el (gnus-check-reasonable-setup): New function.
13379
13380 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13381
13382         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13383         "Args out of range" error.  Reported by Arnaud Giersch
13384         <arnaud.giersch@free.fr>.
13385
13386 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13387
13388         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13389
13390 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13391
13392         * spam.el (spam group): Add :version.
13393
13394         * pgg-def.el (pgg group): Add :version.
13395
13396 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * gnus-art.el (gnus-article-edit-article): Don't associate the
13399         article buffer with a draft file.  This is a temporary measure
13400         against the 2004-08-22 change to gnus-article-edit-mode.
13401
13402 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13403
13404         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13405         (html2text-format-tags): Remove unused variable `attr'.
13406
13407 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13408
13409         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13410
13411         * tls.el (tls-process-connection-type, tls-success)
13412         (tls-certtool-program): Add :version.
13413
13414         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13415         (starttls-extra-arguments, starttls-process-connection-type)
13416         (starttls-connect, starttls-failure, starttls-success): Add :version.
13417
13418         * spam-stat.el (spam-stat): Add :version.
13419
13420         * sieve.el (sieve): Add :version.
13421
13422         * sha1.el (sha1): Add :version.
13423         (sha1-use-external): Remove redundant version.
13424
13425         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13426         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13427         (nnmail-split-fancy-match-partial-words)
13428         (nnmail-split-lowercase-expanded): Add :version.
13429
13430         * nndiary.el (nndiary): Add :version.
13431
13432         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13433
13434         * mml-sec.el (mml-default-sign-method)
13435         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13436         Add :version.
13437
13438         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13439
13440         * mm-url.el (mm-url-use-external, mm-url-program)
13441         (mm-url-arguments): Add :version.
13442
13443         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13444         (mm-attachment-file-modes, mm-decrypt-option)
13445         (mm-w3m-safe-url-regexp): Add :version.
13446
13447         * message.el (message-cite-prefix-regexp)
13448         (message-sendmail-envelope-from, message-minibuffer-local-map)
13449         (message-user-fqdn, message-completion-alist): Add :version.
13450
13451         * gnus-win.el (gnus-configure-windows-hook)
13452         (gnus-use-frames-on-any-display): Add :version.
13453
13454         * gnus-art.el (gnus-article-address-banner-alist)
13455         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13456         (gnus-treat-from-picon, gnus-treat-mail-picon)
13457         (gnus-treat-x-pgp-sig): Add :version.
13458
13459         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13460         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13461         (gnus-summary-article-delete-hook)
13462         (gnus-summary-display-while-building): Add :version.
13463
13464         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13465         (gnus-get-top-new-news-hook): Add :version.
13466
13467         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13468         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13469
13470         * gnus-registry.el (gnus-registry): Add :version.
13471
13472         * gnus-spec.el (gnus-use-correct-string-widths)
13473         (gnus-make-format-preserve-properties): Add :version.
13474
13475         * gnus.el (gnus-group-charter-alist)
13476         (gnus-group-fetch-control-use-browse-url)
13477         (gnus-install-group-spam-parameters): Add :version.
13478
13479         * gnus-diary.el (gnus-diary): Add :version.
13480
13481         * gnus-delay.el (gnus-delay): Add :version.
13482
13483         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13484         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13485         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13486         Add :version.
13487
13488         * gnus-agent.el (gnus-agent-max-fetch-size)
13489         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13490         (gnus-agent-prompt-send-queue): Add :version.
13491
13492         * deuglify.el (gnus-outlook-deuglify): Add :version.
13493
13494         * html2text.el: Beautify code.  Improve doc strings.  Some
13495         checkdoc cleanup.
13496         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13497
13498 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13499
13500         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13501
13502 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13503
13504         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13505         when package is loaded.
13506
13507         * spam.el (spam-summary-score-preferred-header): Add global preference
13508         for people who want to override the default SpamAssassin over
13509         Bogofilter preference (when both are set).
13510         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13511         (spam-user-format-function-S): Check
13512         spam-summary-score-preferred-header.
13513         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13514         (spam-user-format-function-S): Format the score correctly.
13515
13516 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13519         signature file.  Suggested by Manoj Srivastava
13520         <srivasta@golden-gryphon.com>.
13521
13522         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13523         iso-2022-jp even in the Japanese language environment.
13524         Suggested by Jason Rumney <jasonr@gnu.org>.
13525
13526 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13527
13528         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13529         use the same characters as the dummy marks; make it free from
13530         getting affected by the language environment.
13531         (gnus-summary-read-group-1): Update mark positions only when the
13532         format spec is updated.
13533
13534         * gnus-spec.el (gnus-update-format-specifications): Return a list
13535         of updated types.
13536
13537 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13540         of boundp to check if display-warning is available.
13541
13542 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13543
13544         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13545
13546 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * nnspool.el (nnspool-spool-directory): Use news-path if the
13549         news-directory variable is not bound.
13550
13551         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13552         function instead of display-warning if it is not available.
13553
13554 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13555
13556         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13557         v5-10: Use `point-at-bol'.
13558
13559 2004-10-26  Simon Josefsson  <jas@extundo.com>
13560
13561         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13562         <chenggao@gmail.com>.
13563
13564 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13565
13566         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13567         instead.
13568
13569 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13570
13571         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13572         to remove a server from the nnimap-server-buffer-alist.
13573         (nnimap-open-connection, nnimap-close-server): Use it.
13574
13575         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13576
13577 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13578
13579         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13580         running the major-mode function.
13581
13582 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13583
13584         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13585         dummy marks in the right way.
13586
13587 2004-10-18  David Edmondson  <dme@dme.org>
13588
13589         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13590         excessively.
13591
13592 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13593
13594         * gnus-util.el (gnus-split-references): Accept a nil references
13595         string and go on blissfully.
13596
13597         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13598         cases where the references string is non-nil but has no references.
13599
13600         * encrypt.el: Add autoload tags.
13601
13602         * spam.el (spam-resolve-registrations-routine): Remove article
13603         from unregistration list too.  Reported by David Hanak
13604         <dhanak@isis.vanderbilt.edu>
13605
13606 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13607
13608         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13609         nil.  Changed custom type.
13610
13611 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13612
13613         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13614
13615         * gnus-sum.el (gnus-summary-move-article): Use it.
13616
13617 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13618
13619         * encrypt.el: Add autoload cookies.
13620
13621         * spam.el (spam-backend-article-list-property)
13622         (spam-backend-get-article-todo-list)
13623         (spam-backend-put-article-todo-list)
13624         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13625         Resolve registrations separately.
13626         (spam-register-routine): Format comments.
13627         (spam-unregister-routine, spam-register-routine): Always call with
13628         specific-articles, no default list.
13629         (spam-summary-prepare-exit): Use the spam-classifications function.
13630
13631         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13632         gnus-encrypt.el.
13633
13634         * encrypt.el: Copied from gnus-encrypt.el.
13635
13636         * gnus-encrypt.el: Commented that it's obsolete.
13637
13638 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13639
13640         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13641         (gnus-score-save): Use it.
13642
13643         * message.el (message-bury): Use `window-dedicated-p'.
13644
13645 2004-10-15  Simon Josefsson  <jas@extundo.com>
13646
13647         * pop3.el (top-level): Don't require nnheader.
13648         (pop3-read-timeout): Add.
13649         (pop3-accept-process-output): Add.
13650         (pop3-read-response, pop3-retr): Use it.
13651
13652 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13653
13654         * spam.el (spam-register-routine): Move comment.
13655         (spam-verify-bogofilter): Use 'unknown for the initial
13656         spam-bogofilter-valid state, not 'never.
13657
13658         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13659         for netrc-machine.
13660
13661         * nnimap.el (nnimap-open-connection): Use
13662         netrc-machine-user-or-password.
13663
13664 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13665
13666         * gnus-registry.el (gnus-registry-unload-hook):
13667         Set as a variable with add-hook.
13668
13669         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13670         of news-path.
13671
13672         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13673
13674         * spam.el: Delete duplicate `provide'.
13675         (spam-unload-hook): Set as a variable with add-hook.
13676
13677 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13678
13679         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13680         in the doc string.
13681
13682         * message.el (message-ignored-news-headers)
13683         (message-ignored-supersedes-headers)
13684         (message-ignored-resent-headers)
13685         (message-forward-ignored-headers): Improve custom type.
13686
13687 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13688
13689         * message.el (message-tokenize-header): Fix 2004-09-06 change
13690         which used point-min in the wrong place.
13691
13692 2004-10-12  Simon Josefsson  <jas@extundo.com>
13693
13694         * tls.el (tls-certtool-program): New variable.
13695         (tls-certificate-information): New function, based on
13696         ssl-certificate-information.
13697
13698 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * compface.el: Move the version of ELisp-based uncompface program
13701         to the contrib directory because of the copyright problem.
13702
13703 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13704
13705         * message.el (message-kill-buffer): Raise the current frame.
13706
13707 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13708
13709         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13710
13711         * gnus.el (message-y-or-n-p): Autoload.
13712
13713         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13714         (pop3-password-required, pop3-authentication-scheme)
13715         (pop3-leave-mail-on-server): Made customizable.
13716         (pop3): New custom group.
13717         (pop3-retr): Remove `sleep-for' statements.
13718         Suggested by Dave Love <fx@gnu.org>.
13719
13720         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13721         Windows/DOS.
13722
13723         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13724         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13725         Dave Love <fx@gnu.org>.
13726
13727         * mml.el (mml-minibuffer-read-disposition): Require match.
13728         Suggested by Dave Love <fx@gnu.org>.
13729
13730 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13731
13732         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13733         doc string.
13734
13735 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13736
13737         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13738
13739 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13740
13741         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13742         instead of calling `mm-insert-inline', to decode text/* parts
13743         before displaying them.
13744
13745 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13746
13747         * mm-uu.el (mm-uu-text-plain-type): New variable.
13748         (mm-uu-pgp-signed-extract-1): Use it.
13749         (mm-uu-pgp-encrypted-extract-1): Use it.
13750         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13751         bind mm-uu-text-plain-type with that value.
13752         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13753         mm-uu-dissect.
13754
13755 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13756
13757         * gnus-group.el (gnus-update-group-mark-positions):
13758         * gnus-sum.el (gnus-update-summary-mark-positions):
13759         * message.el (message-check-news-body-syntax):
13760         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13761         of string-as-multibyte.
13762
13763 2004-10-05  Juri Linkov  <juri@jurta.org>
13764
13765         * gnus-group.el (gnus-update-group-mark-positions):
13766         * gnus-sum.el (gnus-update-summary-mark-positions):
13767         * message.el (message-check-news-body-syntax):
13768         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13769         8-bit unibyte values to a multibyte string for search functions.
13770
13771 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13772
13773         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13774         (mm-uu-dissect-text-parts): New function.
13775
13776         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13777         dissect text parts.
13778
13779         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13780         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13781
13782         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13783
13784         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13785         gnus-current-topics instead of gnus-current-topic.
13786
13787 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13788
13789         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13790
13791 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13792
13793         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13794         where approriate.
13795
13796         * nnml.el (nnml-generate-active-info): do.
13797
13798         * nndiary.el (nndiary-generate-active-info): do.
13799
13800         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13801         (gnus-topic-move): do.
13802
13803         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13804         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13805
13806         * gnus-srvr.el (gnus-server-prepare)
13807         (gnus-server-open-all-servers): do.
13808
13809         * gnus-msg.el (gnus-summary-cancel-article)
13810         (gnus-summary-resend-message)
13811         (gnus-summary-mail-crosspost-complaint): do.
13812
13813         * gnus-move.el (gnus-change-server): do.
13814
13815         * gnus-group.el (gnus-group-unmark-all-groups)
13816         (gnus-group-set-current-level): do.
13817
13818 2004-10-04  Simon Josefsson  <jas@extundo.com>
13819
13820         * message.el (message-generate-hashcash): Doc fix.
13821
13822 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13823
13824         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13825         avoid infinite recursion via gnus-get-function.
13826
13827 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13828
13829         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13830
13831         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13832
13833         * nnmail.el (nnmail-split-history): do.
13834
13835         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13836         (nnml-request-delete-group): do.
13837
13838         * nnslashdot.el (nnslashdot-read-groups): do.
13839
13840         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13841         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13842
13843         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13844         (nnspool-sift-nov-with-sed): Use last.
13845         (nnspool-retrieve-headers-with-nov): Use mapc.
13846         (nnspool-request-newgroups): Use dolist.
13847         (nnspool-request-group): Use last.
13848
13849         * nntp.el (nntp-read-server-type): Use dolist.
13850
13851         * nnvirtual.el (nnvirtual-create-mapping)
13852         (nnvirtual-update-read-and-marked): Use dolist.
13853         (nnvirtual-convert-headers): Simplify.
13854
13855 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13856
13857         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13858         support for sync'ing tick marks.
13859
13860 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13863         there's no visible header.
13864
13865 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13866
13867         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13868         necessary, pass full group name to gnus-request-set-marks.
13869
13870 2004-10-01  Simon Josefsson  <jas@extundo.com>
13871
13872         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13873         acroread.
13874
13875 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13876
13877         * spam-report.el (spam-report-gmane): Fix interactive.
13878
13879         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13880
13881         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13882         when writing file.
13883         (gnus-agent-synchronize-flags): Don't default to being
13884         interactive.
13885
13886 2004-09-30  Simon Josefsson  <jas@extundo.com>
13887
13888         * message.el (message-generate-hashcash): Add.
13889         (message-send-mail): Use it, call mail-add-payment.
13890
13891 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13892
13893         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13894
13895 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13896
13897         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13898         gnus-requst-update-info with explicit code to sync the in-memory
13899         info read flags with the marks being sync'd to the backend.
13900
13901         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13902
13903 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13904
13905         * spam.el (spam-verify-bogofilter): Add new function.
13906         (spam-check-bogofilter)
13907         (spam-bogofilter-register-with-bogofilter): Use it.
13908         (spam-verify-bogofilter): Add small fixes.
13909
13910 2004-09-28  Simon Josefsson  <jas@extundo.com>
13911
13912         * hashcash.el (hashcash-generate-payment): Revert.
13913
13914 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13915
13916         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13917         gnus-extract-references instead of gnus-split-references.
13918
13919         * gnus-util.el (gnus-extract-references): Add new function, analogous
13920         to gnus-split-references but extracts only the message-ID without
13921         anything extra.
13922
13923         * hashcash.el (hashcash-generate-payment)
13924         (hashcash-check-payment): Do the right thing if hashcash-path is
13925         nil (because the hashcash program could not be found).
13926
13927         * spam.el (spam-use-hashcash): Remove comment.
13928
13929 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13930
13931         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13932         (gnus-cache-enter-article, gnus-cache-remove-article)
13933         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13934
13935         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13936
13937         * gnus-art.el (article-hide-boring-headers)
13938         (article-translate-strings, article-display-face)
13939         (gnus-article-mime-match-handle-first)
13940         (gnus-article-highlight-headers)
13941         (gnus-article-add-buttons-to-head): do.
13942
13943 2004-09-27  Simon Josefsson  <jas@extundo.com>
13944
13945         * hashcash.el: New version, from
13946         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13947         ../contrib/.
13948
13949 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13950
13951         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13952
13953 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13954
13955         * gnus-dup.el (gnus-dup-open): Use mapc.
13956         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13957
13958         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13959         Reported by Stefan Wiens <s.wi@gmx.net>.
13960
13961         * gnus.el (gnus-shutdown): Use dolist.
13962
13963         * gnus-undo.el (gnus-undo): Use mapc.
13964
13965         * nnrss.el (nnrss-generate-active): do.
13966
13967         * message.el (message-cite-original-without-signature)
13968         (message-cite-original): Use mapc.
13969         (message-do-actions, message-make-forward-subject): Use dolist.
13970
13971 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13972
13973         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13974         deletion to remove entire duplicate line.  Fixes merged article
13975         number bug.
13976
13977 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13978
13979         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13980         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13981         first ask if you want to open a server and then, even when you
13982         responded with no, asking if you want to synchronize the server's
13983         flags.
13984         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13985         multi-line expressions.
13986         (gnus-agent-synchronize-group-flags): New internal function.
13987         Updates marks in memory (in the info structure) AND in the
13988         backend.
13989
13990         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13991
13992         * nnagent.el (nnagent-request-set-mark): Use
13993         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13994         method, to ensure that synchronization updates marks in the
13995         backend and in the info (in memory) structure.
13996
13997 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13998
13999         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
14000         convention fully; don't miss the root article of a thread; make
14001         the X-Draft-From header with correct article numbers.
14002
14003 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
14004
14005         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
14006         unless plugged.  Disable the agent so that an open failure causes
14007         an error.
14008
14009         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
14010         Reverted 2004-09-21 change.  The backend must be opened while
14011         synchronizing flags even when the backend stores the flags
14012         locally.
14013
14014 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
14015
14016         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
14017         in `header' match.  Reported by Svend Tollak Munkejord.
14018
14019         * message.el (message-cite-original): Fix use of
14020         `message-cite-articles-with-x-no-archive'.
14021
14022 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14023
14024         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
14025         (gnus-window-to-buffer): Ditto.
14026
14027         * mml.el (mml-preview-buffer): New variable.
14028         (mml-preview): Manage window layout with gnus-buffer-configuration.
14029
14030         * gnus-msg.el (gnus-setup-message): Put article numbers into the
14031         X-Draft-From header even if those articles aren't quoted.
14032
14033 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14034
14035         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14036         (gnus-request-set-mark, gnus-request-update-mark): Use new
14037         g-s-t-u-l-m to decide to use backend even when unplugged.
14038
14039 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14042         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14043
14044 2004-09-20  Simon Josefsson  <jas@extundo.com>
14045
14046         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14047         "utf-16-le".
14048
14049 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14050
14051         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14052
14053 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14054
14055         * uudecode.el (uudecode-use-external): Add :version.
14056
14057         * smime.el (smime-CA-file, smime-encrypt-cipher)
14058         (smime-dns-server): Add :version.
14059
14060         * smiley.el (gnus-smiley-file-types): Add :version.
14061
14062         * sha1.el (sha1-use-external): Add :version.
14063
14064         * pgg-def.el (pgg-query-keyserver): Add :version.
14065
14066         * nnmail.el (nnmail-fancy-expiry-targets)
14067         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14068         Add :version.
14069
14070         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14071         (nnimap-retrieve-groups-asynchronous): Add :version.
14072         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14073
14074         * mml.el (mml-content-disposition-parameters)
14075         (mml-insert-mime-headers-always): Add :version.
14076
14077         * mm-util.el (mm-coding-system-priorities): Add :version.
14078
14079         * mm-decode.el (mm-inline-text-html-with-images)
14080         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14081         (mm-verify-option): Add :version.
14082         (mm-text-html-renderer): Change :version.
14083
14084         * message.el (message-fcc-externalize-attachments)
14085         (message-required-headers, message-draft-headers)
14086         (message-subject-trailing-was-query)
14087         (message-subject-trailing-was-ask-regexp)
14088         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14089         (message-mark-insert-end, message-archive-header)
14090         (message-archive-note, message-cross-post-default)
14091         (message-cross-post-note, message-followup-to-note)
14092         (message-cross-post-note-function, message-use-mail-followup-to)
14093         (message-subscribed-address-functions)
14094         (message-subscribed-address-file, message-subscribed-addresses)
14095         (message-subscribed-regexps, message-allow-no-recipients)
14096         (message-yank-cited-prefix, message-signature-insert-empty-line)
14097         (message-hidden-headers, message-hierarchical-addresses)
14098         (message-mail-user-agent, message-use-idna)
14099         (message-valid-fqdn-regexp)
14100         (message-strip-special-text-properties, message-header-synonyms)
14101         (message-beginning-of-line, message-tab-body-function): Add :version.
14102         (message-insert-canlock, message-wide-reply-confirm-recipients):
14103         Change :version.
14104
14105         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14106         and :version.
14107         (mail-source-delete-old-incoming-confirm)
14108         (mail-source-movemail-program): Add :version.
14109
14110         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14111         (gnus-agent-cache, gnus-agent): Change :version.
14112
14113         * gnus-util.el (gnus-use-byte-compile): Change :version.
14114
14115         * gnus-sum.el (gnus-summary-make-false-root-always)
14116         (gnus-summary-default-high-score)
14117         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14118         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14119         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14120         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14121         (gnus-sum-thread-tree-single-indent)
14122         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14123         (gnus-sum-thread-tree-leaf-with-other)
14124         (gnus-sum-thread-tree-single-leaf): Add :version.
14125         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14126         (gnus-article-loose-mime): Change :version.
14127
14128         * gnus-start.el (gnus-backup-startup-file)
14129         (gnus-save-startup-file-via-temp-buffer): Add :version.
14130
14131         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14132         (gnus-server-offline-face): Add :version.
14133
14134         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14135
14136         * gnus-msg.el (gnus-gcc-externalize-attachments)
14137         (gnus-debug-files, gnus-debug-exclude-variables)
14138         (gnus-discouraged-post-methods): Change :version.
14139         (gnus-confirm-mail-reply-to-news)
14140         (gnus-confirm-treat-mail-like-news): Add :version.
14141
14142         * gnus-int.el (gnus-server-unopen-status): Add :version.
14143
14144         * gnus-group.el (gnus-group-jump-to-group-prompt)
14145         (gnus-large-ephemeral-newsgroup)
14146         (gnus-fetch-old-ephemeral-headers): Add :version.
14147
14148         * gnus-fun.el (gnus-x-face-directory)
14149         (gnus-convert-pbm-to-x-face-command)
14150         (gnus-convert-image-to-x-face-command)
14151         (gnus-convert-image-to-face-command): Add :version.
14152
14153         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14154
14155         * gnus-cite.el (gnus-cite-blank-line-after-header)
14156         (gnus-article-boring-faces): Add :version.
14157
14158         * gnus-art.el (gnus-buttonized-mime-types)
14159         (gnus-inhibit-mime-unbuttonizing)
14160         (gnus-treat-display-face)
14161         (gnus-treat-body-boundary): Change :version.
14162         (gnus-body-boundary-delimiter, gnus-picon-databases)
14163         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14164         (gnus-treat-date-english, gnus-treat-fold-headers)
14165         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14166         (gnus-treat-mail-picon, gnus-treat-wash-html)
14167         (gnus-article-encrypt-protocol)
14168         (gnus-use-idna, gnus-article-over-scroll)
14169         (gnus-mime-display-multipart-alternative-as-mixed)
14170         (gnus-mime-display-multipart-related-as-mixed)
14171         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14172         (gnus-ctan-url, gnus-button-ctan-handler)
14173         (gnus-button-handle-ctan-bogus-regexp)
14174         (gnus-button-ctan-directory-regexp)
14175         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14176         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14177         (gnus-button-man-level, gnus-button-emacs-level)
14178         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14179
14180         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14181         (gnus-agent-go-online): Change :version.
14182         (gnus-agent-expire-unagentized-dirs)
14183         (gnus-agent-auto-agentize-methods): Add :version.
14184
14185         * flow-fill.el (fill-flowed-display-column)
14186         (fill-flowed-encode-column): Add :version.
14187
14188         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14189         (gnus-outlook-deuglify-unwrap-max)
14190         (gnus-outlook-deuglify-cite-marks)
14191         (gnus-outlook-deuglify-unwrap-stop-chars)
14192         (gnus-outlook-deuglify-no-wrap-chars)
14193         (gnus-outlook-deuglify-attrib-cut-regexp)
14194         (gnus-outlook-deuglify-attrib-verb-regexp)
14195         (gnus-outlook-deuglify-attrib-end-regexp)
14196         (gnus-outlook-display-hook): Add :version.
14197
14198         * binhex.el (binhex-use-external): Add :version.
14199
14200 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14201
14202         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14203         and `invisible'.
14204
14205 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14206
14207         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14208         in gnus-registry-trim.
14209
14210 2004-09-13  Simon Josefsson  <jas@extundo.com>
14211
14212         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14213
14214         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14215
14216         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14217         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14218         <yamaoka@jpl.org>.
14219         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14220         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14221         <yamaoka@jpl.org>.
14222
14223         * sieve.el (sieve-manage-mode): Ditto.
14224
14225 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14226
14227         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14228
14229 2004-09-11  Simon Josefsson  <jas@extundo.com>
14230
14231         * dns-mode.el: Add.
14232
14233         * mm-view.el (mm-display-dns-inline): Add.
14234
14235         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14236         (mm-automatic-display): Ditto.
14237
14238         * mailcap.el (mailcap-mime-data): Add text/dns.
14239         (mailcap-mime-extensions): Map .soa to text/dns.
14240
14241 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14242
14243         * gnus-art.el (article-decode-mime-words, article-babel)
14244         (gnus-article-highlight-signature, gnus-article-add-buttons)
14245         (gnus-signature-toggle): Remove unnecessary bindings of
14246         `inhibit-read-only' inherited from v5.10 merge.
14247
14248 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * nntp.el (nntp): New customization group.
14251         (nntp-authinfo-file): Add customization group.
14252
14253         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14254
14255         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14256
14257         * gnus.el (to-address, to-list, subscribed)
14258         (large-newsgroup-initial): Ditto.
14259
14260         * flow-fill.el (fill-flowed-display-column)
14261         (fill-flowed-encode-column): Ditto.
14262
14263 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14264
14265         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14266         Use point-min rather than 1.
14267         (message-send-mail): Use buffer-size rather than point-max.
14268
14269         * gnus-sum.el (gnus-summary-search-article-forward):
14270         Signal a specific `search-failed' rather than a generic `error'.
14271
14272         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14273         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14274         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14275
14276 2004-09-10  Simon Josefsson  <jas@extundo.com>
14277
14278         * nndb.el (require): Remove tcp and duplicate cl.
14279
14280 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14281
14282         * gnus-agent.el (directory-files-and-attributes): Move forward.
14283
14284 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14285
14286         * gnus-agent.el (directory-files-and-attributes): Optionally
14287         defined to support XEmacs.
14288
14289 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14290
14291         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14292         to avoid run-time CL dependencies.
14293         (gnus-agent-unfetch-articles): New function.
14294         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14295         article numbers even when local .overview file is missing.
14296         (gnus-agent-read-article-number): New function.  Only accepts
14297         27-bit article numbers.
14298         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14299         gnus-agent-read-article-number.
14300         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14301         from backend while recognizing that article numbers in .overview
14302         must be valid.
14303         (gnus-agent-update-files-total-fetched-for): Use
14304         directory-files-and-attributes to improve performance.
14305         * gnus-int.el (gnus-request-move-article): Use
14306         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14307         improve performance.
14308
14309         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14310         some users confused by references to .newsrc when they only have a
14311         .newsrc.eld file.
14312         (gnus-convert-mark-converter-prompt)
14313         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14314         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14315         New function.  Used internally to only display 'gnus converting
14316         files' message when actually necessary.
14317
14318         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14319         methods now autoloaded.
14320
14321 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14324         identifiers.
14325
14326 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14327
14328         * gnus-picon.el: Fix indentation and closing parenthesis.
14329
14330 2004-09-01  Simon Josefsson  <jas@extundo.com>
14331
14332         * message.el (message-canlock-generate): Require sha1, not
14333         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14334         to require within a function.  Sadly, if sha1.el isn't loaded, the
14335         let binding in m-c-g will hide the defcustom definition, which is
14336         bad.)
14337
14338         * canlock.el: Require sha1, not sha1-el.
14339
14340         * message.el: Don't autoload sha1 (there is a autoload cookie in
14341         sha1.el).
14342
14343         * sha1-el.el: Renamed to sha1.el.
14344
14345 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14346
14347         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14348
14349 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14350
14351         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14352
14353 2004-08-30  Kim F. Storm  <storm@cua.dk>
14354
14355         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14356
14357         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14358         Add :group 'nnimap.
14359
14360 2004-08-30  Andreas Schwab  <schwab@suse.de>
14361
14362         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14363         ?* and ?\;.
14364
14365         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14366         and ?\' to symbol instead of whitespace.
14367
14368 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14371
14372         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14373         instead of re-search-forward.
14374
14375         * gnus-uu.el (gnus-uu-save-article): Ditto.
14376         (gnus-uu-post-encode-uuencode): Ditto.
14377
14378         * html2text.el (html2text-clean-list-items): Ditto.
14379         (html2text-clean-dtdd): Ditto.
14380         (html2text-format-tags): Ditto.
14381
14382         * message.el (message-send-mail-with-sendmail): Fix regexp.
14383         (message-fill-field-general): Use search-forward instead of
14384         re-search-forward.
14385         (unbold-region): Ditto.
14386
14387         * nnrss.el (nnrss-request-article): Ditto.
14388
14389         * nnslashdot.el (nnslashdot-request-article): Ditto.
14390
14391         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14392
14393         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14394         "Unrecognized menu descriptor" error in XEmacs.
14395
14396 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14397
14398         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14399         parent article of a sparse article in the thread hashtb.
14400
14401 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14402
14403         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14404         (nnmail-expand-newtext): Lowercase expanded entries if
14405         nnmail-split-lowercase-expanded is non-nil.
14406
14407 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14410
14411         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14412         of gnus-tmp-news-method into string under XEmacs.  It will be
14413         passed to gnus-correct-length which takes only a string argument.
14414
14415 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14416
14417         * gnus-util.el (gnus-bind-print-variables): New macro.
14418         (gnus-prin1): Use it.
14419         (gnus-prin1-to-string): Use it.
14420         (gnus-pp): New function.
14421         (gnus-pp-to-string): New function.
14422
14423         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14424         Replace pp-to-string with gnus-pp-to-string.
14425         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14426         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14427         * gnus-msg.el (gnus-debug): Ditto.
14428         * gnus-score.el (gnus-score-save): Ditto.
14429         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14430         gnus-pp-to-string.
14431         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14432         with gnus-pp.
14433         * score-mode.el (gnus-score-pretty-print): Ditto.
14434         * webmail.el (webmail-debug): Ditto.
14435
14436 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14437
14438         * gnus-art.el (article-display-face, article-display-x-face):
14439         Use buffer-read-only.
14440
14441 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * gnus-art.el (article-hide-list-identifiers):
14444         Bind inhibit-read-only as t.
14445
14446 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14447
14448         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14449
14450 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14451
14452         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14453         (gnus-narrow-to-page): Don't assume point-min == 1.
14454         (gnus-article-edit-mode): Derive from message-mode.
14455
14456         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14457         point-min == 1.
14458
14459         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14460         Disable incorrect use of `assert'.
14461
14462         * message.el (message-mode): Set comment-start-skip.
14463
14464
14465 2004-08-22  Sam Steingold  <sds@gnu.org>
14466
14467         * pop3.el (pop3-leave-mail-on-server): New user variable.
14468         (pop3-movemail): Delete mail only when it is nil.
14469
14470 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14473
14474         * mml.el (mml-preview): Use `pop-to-buffer'.
14475
14476         * message.el (message-goto-mail-followup-to): Insert after "To".
14477         (message-carefully-insert-headers): Add comment.
14478
14479         * gnus.el: Remove unused variable `gnus-article-check-size'.
14480
14481         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14482
14483         * gnus-art.el (gnus-button-alist): Improve
14484         `gnus-button-handle-library' entry.
14485
14486 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14487
14488         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14489         downcase, since XEmacs capitalizes error messages differently.
14490
14491 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14492
14493         * nntp.el: Add (require 'gnus) due to reference to
14494         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14495
14496 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14497
14498         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14499         `mm-fill-flowed'.
14500
14501         * mm-decode.el (mm-dissect-singlepart): Check it.
14502
14503 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14504
14505         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14506         'imap' for netrc parsing.
14507
14508 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14509
14510         * mailcap.el (mailcap-mime-data): Mark as risky.
14511
14512 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14515         may be included in the encoded word.
14516         (rfc2047-encode): Don't append a space if the encoded word
14517         includes close parenthesis.
14518
14519 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14522         of text within parentheses.
14523
14524 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14525
14526         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14527         (gnus-encrypt-write-file-contents): Make the password key the file
14528         name PLUS the cipher, not just the cipher.  Also remove failed
14529         passwords from the cache.
14530
14531 2004-08-06  Simon Josefsson  <jas@extundo.com>
14532
14533         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14534         fix.
14535
14536 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14537
14538         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14539         LWSP.
14540
14541 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14542
14543         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14544         to append in-reply-to: data to the references: header.
14545
14546         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14547         (netrc-parse): Use gnus-encrypt.el functions.
14548
14549         * gnus-encrypt.el: Add new file for encryption support; currently
14550         does only a few GPG ciphers and an internal XOR cipher.
14551
14552         * password.el: Add comments on using password-read-and-add.
14553         (password-read-and-add): Add function to read and add the
14554         password to the cache at once.
14555
14556 2004-07-28  Simon Josefsson  <jas@extundo.com>
14557
14558         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14559         parameter (but don't use it, for now).
14560
14561         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14562         instead of hard coding to nil.
14563
14564 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14567         as mm-inline-image-xemacs does.
14568
14569 2004-07-26  Simon Josefsson  <jas@extundo.com>
14570
14571         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14572         Revert part of 2004-07-17 change below.
14573
14574 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14577         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14578
14579 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14580
14581         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14582         quotes that actually start with ">" at the beginning of the
14583         lines.
14584
14585 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * rfc2047.el (rfc2047-encode-region): Fix last change.
14588         (rfc2047-encode-parameter): Remove useless concat.
14589
14590 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14591
14592         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14593         encode special characters; fix some kind of misconfigured headers;
14594         signal a real error if debug-on-quit or debug-on-error is non-nil.
14595         (rfc2047-encode-max-chars): New variable.
14596         (rfc2047-encode-1): Use it.
14597         (rfc2047-encode-parameter): New function.
14598
14599         * mml.el (mml-insert-parameter): Remove an excessive space.
14600
14601 2004-07-17  Simon Josefsson  <jas@extundo.com>
14602
14603         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14604         Kai Grossjohann <kai@emptydomain.de>.
14605         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14606         (gnus-group-make-menu-bar): Ditto.
14607
14608         * gnus-util.el (gnus-group-server): Add.
14609
14610 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14611
14612         * message.el (message-clone-locals): Clone sendmail and smtp
14613         variables.
14614
14615 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * rfc2047.el (rfc2047-encode-region): Fix last change.
14618
14619 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14622         characters as non-special.
14623
14624 2004-07-09  Simon Josefsson  <jas@extundo.com>
14625
14626         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14627         Users will lose all flag changes made while unplugged with
14628         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14629         good default.  See numerous reports on ding mailing list.
14630
14631 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14632
14633         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14634         add generate-head-function and generate-article-function to the
14635         rfc822-forward entry.
14636         (nndoc-rfc822-forward-generate-article): New function.
14637         (nndoc-rfc822-forward-generate-head): New function.
14638
14639         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14640
14641 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14642
14643         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14644         respect display group parameter and gnus-summary-expunge-below.
14645         (gnus-articles-to-read): Remove unused reference to display group
14646         parameter.
14647
14648 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14649
14650         * nnheader.el (nnheader-uniquify-message-id): New experimental
14651         variable.
14652         (nnheader-nov-read-message-id): Use it.
14653
14654         * spam-report.el (spam-report-gmane): Add interactive.
14655
14656 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14657
14658         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14659         qp-or-base64 for the application/* types.
14660
14661 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14662
14663         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14664
14665 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14666
14667         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14668         trim value.
14669
14670 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14671
14672         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14673         New macro and function.
14674         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14675
14676 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14679         after-load-alist.
14680
14681 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14682
14683         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14684         update info that isn't there.
14685
14686 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14687
14688         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14689         entry.
14690
14691 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * mm-view.el (mm-inline-render-with-function): Use multibyte
14694         buffer; decode html source by charset.
14695
14696         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14697
14698         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14699         Mule-UCS is loaded under XEmacs.
14700         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14701
14702 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14703
14704         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14705
14706 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * mm-util.el (mm-coding-system-p): Return a coding-system.
14709         (mm-mime-mule-charset-alist): Use shift_jis instead of
14710         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14711         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14712         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14713         instead of japanese-shift-jis and iso-latin-1 respectively in
14714         order to share the default value with both Emacs and XEmacs-mule.
14715         (mm-mule-charset-to-mime-charset): Make
14716         mm-coding-system-priorities effective.
14717         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14718         while predicating of candidates upon the priorities.
14719
14720 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14721
14722         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14723         gnus-uu-invert-processable.
14724
14725         * gnus.el: Autoload gnus-uu-invert-processable.
14726
14727 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * mm-util.el (mm-with-multibyte-buffer): New macro.
14730
14731         * rfc2047.el (rfc2047-encode-string): Use it.
14732         (rfc2047-encode-region): Move point to the end of the region after
14733         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14734
14735 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14738         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14739
14740 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14741
14742         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14743         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14744         Karl Chen <quarl@nospam.quarl.org>.
14745
14746 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14747
14748         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14749         invalid addresses.
14750
14751 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14752
14753         * spam.el: Change section markers, revise TODO list.
14754         (spam-backends): Make new master list of all installed backends.
14755         (spam-summary-exit-behavior): Add new variable to determine how
14756         messages moves are done at summary exit.
14757         (spam-move-spam-nonspam-groups-only)
14758         (spam-process-ham-in-nonham-groups)
14759         (spam-process-ham-in-spam-groups): Remove variables, the
14760         spam-summary-exit-behavior variable should be used to manage this
14761         behavior.
14762         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14763         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14764         and spam-old-spam-articles.
14765         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14766         Add empty variables, placeholders for the backends they represent.
14767         (spam-set-difference): Move, unchanged.
14768         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14769         unless the user has a processor variable.
14770         (spam-classifications, spam-classification-valid-p)
14771         (spam-backend-properties, spam-backend-property-valid-p)
14772         (spam-backend-function-type-valid-p)
14773         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14774         (spam-report-articles-gmane, spam-report-articles-resend):
14775         Remove functions, they are not needed.
14776         (spam-install-backend-super, spam-backend-list)
14777         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14778         (spam-backend-function, spam-backend-ham-registration-function)
14779         (spam-backend-spam-registration-function)
14780         (spam-backend-ham-unregistration-function)
14781         (spam-backend-spam-unregistration-function)
14782         (spam-backend-statistical-p, spam-backend-mover-p)
14783         (spam-install-backend-alias, spam-install-checkonly-backend)
14784         (spam-install-mover-backend, spam-install-nocheck-backend)
14785         (spam-install-backend, spam-install-statistical-backend)
14786         (spam-install-statistical-checkonly-backend): Add backend installation
14787         support.
14788         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14789         (spam-group-processor-p): Use the new backend code and respect the
14790         summary exit behavior.
14791         (spam-mark-spam-as-expired-and-move-routine): Remove.
14792         (spam-summary-prepare): Change to use the new spam-old-articles
14793         variable.
14794         (spam-copy-or-move-routine, spam-copy-spam-routine)
14795         (spam-move-spam-routine, spam-copy-ham-routine)
14796         (spam-move-ham-routine): Add code to copy/move ham or spam.
14797         (spam-fetch-field-fast): Improve doc and code, plus allow the
14798         'number request.
14799         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14800         variables.
14801         (spam-split, spam-find-spam): Use the new backend code.
14802         (spam-registration-functions): Remove variable.
14803         (spam-unregister-routine): Add convenience wrapper.
14804         (spam-log-undo-registration, spam-register-routine)
14805         (spam-log-processing-to-registry)
14806         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14807         where possible.
14808         (spam-check-gmane-xref, spam-check-regex-headers)
14809         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14810         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14811         (spam-check-bogofilter-headers, spam-check-spamoracle)
14812         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14813         (spam-check-crm114-headers): Use the spam-split-group that
14814         spam-split prepares, no need to determine it every time.
14815
14816         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14817         to the nnheader-parse-naked-head call.
14818
14819         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14820
14821         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14822         the nnheader-nov-read-message-id call.
14823
14824 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14825
14826         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14827         gnus-activate-group twice.  Suggested by Markus Peter
14828         <warp@spin.de>.
14829
14830 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14831
14832         * gnus-art.el (gnus-article-time-format): Exchange the order of
14833         day and month in the default value; fix customization type.
14834         (article-date-ut): Use add-text-properties.
14835         (article-make-date-line): Use message-make-date instead of
14836         current-time-string.
14837
14838         * message.el (message-fetch-field): Don't use set-text-properties.
14839         (message-make-date): Simplify.
14840
14841         * messagexmas.el (message-xmas-make-date): New function.
14842         (message-xmas-redefine): Defalias message-make-date to it.
14843
14844 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14847         (rfc2047-encode-region): Treat text within parentheses as special;
14848         show the original text when error has occurred.
14849
14850         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14851         already-computed method to gnus-activate-group.
14852
14853         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14854         same select-methods identical Lisp objects.
14855
14856         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14857         object when modifying the info.
14858
14859 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14860
14861         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14862         gnus-opened-servers since it has never been opened with the new
14863         configuration yet.
14864
14865 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14866
14867         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14868         arg to nnheader-generate-fake-message-id.
14869
14870 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14871
14872         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14873         number and build a fake message ID localized to a group and
14874         article number (so it's repeatable from that point on).
14875         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14876         ID format.
14877
14878         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14879         nnheader-generate-fake-message-id with the article number.
14880
14881 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14882
14883         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14884         end-of-buffer.
14885
14886 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14887
14888         * message.el (message-ignored-supersedes-headers): Add Approved.
14889
14890 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14891
14892         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14893         goto-char.
14894         (rfc2047-encode): Fold the line before encoding.
14895
14896 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14897
14898         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14899         folding -- not all headers can be folded, and this should be done
14900         by the message composition mode.  Probably.  I think.
14901
14902 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14905         fast.
14906
14907         * gnus-ems.el (gnus-remove-image): Don't use
14908         message-text-with-property; remove only the image found first.
14909
14910         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14911         found first.
14912
14913 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14914
14915         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14916
14917 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14918
14919         * message.el (message-text-with-property): Make it fast and accept
14920         optional arguments.
14921         (message-strip-forbidden-properties): Use it.
14922         (message-fix-before-sending): Follow the m-t-w-p change.
14923
14924         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14925
14926 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14927
14928         * gnus-art.el (article-hide-headers): Don't change the buffer
14929         mistakenly when performing mml-preview even if
14930         gnus-single-article-buffer is nil.
14931
14932 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14933
14934         * message.el (message-expand-name-databases): New user option.
14935         (message-expand-name): Use it.
14936
14937 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14938
14939         * spam.el (spam-report-articles-resend)
14940         (spam-report-resend-register-routine): Allow ham reporting.
14941         (spam-report-resend-register-ham-routine): Add wrapper.
14942         (spam-registration-functions): Add ham resending functions.
14943         (spam-list-of-processors): Add ham resend processor.
14944
14945         * gnus.el (ham-resend-to): Add new group parameter.
14946         (spam-process): Add ham resend option.
14947
14948         * spam-report.el (spam-report-resend): Allow reporting ham.
14949         (spam-report-resend-ham): Add wrapper.
14950
14951 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14952
14953         * message.el (message-cite-articles-with-x-no-archive): New
14954         variable.
14955         (message-cite-original): Use it.
14956
14957 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14958
14959         * message.el (message-cite-original): Respect X-No-Archive.
14960
14961 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * gnus-art.el (article-hide-headers): Refer to the values for
14964         gnus-ignored-headers and gnus-visible-headers in the summary
14965         buffer since a user may have set them as group parameters.
14966
14967 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14968
14969         * assistant.el (assistant-node-name): Add convenience function.
14970         (assistant-render-text, assistant-render-node): Add error handling,
14971         plus handle multiple next nodes.
14972         (assistant-find-next-node): Comment out for now.
14973         (assistant-find-next-nodes): Add function, returns list of next
14974         nodes.
14975
14976 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14977
14978         * mail-source.el (mail-source-directory): Fix doc-string.
14979
14980 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14981
14982         * assistant.el (assistant-render-text, assistant-eval): Add :set
14983         widget type, which is different because it takes and returns a
14984         list.  Much hilarity ensues.
14985
14986 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14987
14988         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14989
14990         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14991         doc-string.
14992
14993         * gnus-start.el (gnus-activate-group): Added doc-string.
14994
14995 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14996
14997         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14998
14999 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
15000
15001         * assistant.el (assistant-render-text): Try to add a :set
15002         widget, more to come.
15003
15004         * spam.el (spam-group-spam-contents-p): Handle empty groupname
15005         strings.
15006         (spam-report-articles-resend)
15007         (spam-register-routine): Do registration iff any articles warrant
15008         it.
15009         (spam-summary-prepare-exit): Change log message for nil group
15010         destinations.
15011
15012 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
15013
15014         * spam.el (spam-report-resend-register-routine): Allow
15015         spam-report-resend-to to be a group parameter or a global value.
15016
15017 2004-05-26  Simon Josefsson  <jas@extundo.com>
15018
15019         * starttls.el: Merge with my GNUTLS based starttls.el.
15020         (starttls-gnutls-program, starttls-use-gnutls)
15021         (starttls-extra-arguments, starttls-process-connection-type)
15022         (starttls-connect, starttls-failure, starttls-success): New
15023         variables.
15024         (starttls-program, starttls-extra-args): Doc fix.
15025         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
15026         functions.
15027         (starttls-negotiate, starttls-open-stream): Check
15028         `starttls-use-gnutls' and pass on to corresponding *-gnutls
15029         function if it is set.
15030
15031 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15034         structured fields.
15035
15036 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15039
15040 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15041
15042         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15043         variable.
15044         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15045         assigning the spam-mark to new messages.
15046
15047 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15048
15049         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15050
15051 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15054
15055         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15056         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15057         default.
15058
15059 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15060
15061         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15062         correct data.
15063
15064 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15065
15066         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15067         (spam-group-processor-p): Fix function.
15068         (spam-group-processor-multiple-p)
15069         (spam-group-spam-processor-report-gmane-p)
15070         (spam-group-spam-processor-report-resend-p)
15071         (spam-group-spam-processor-bogofilter-p)
15072         (spam-group-spam-processor-blacklist-p)
15073         (spam-group-spam-processor-ifile-p)
15074         (spam-group-ham-processor-ifile-p)
15075         (spam-group-spam-processor-spamoracle-p)
15076         (spam-group-spam-processor-crm114-p)
15077         (spam-group-ham-processor-bogofilter-p)
15078         (spam-group-spam-processor-stat-p)
15079         (spam-group-ham-processor-stat-p)
15080         (spam-group-ham-processor-whitelist-p)
15081         (spam-group-ham-processor-BBDB-p)
15082         (spam-group-ham-processor-spamoracle-p)
15083         (spam-group-ham-processor-copy-p): Remove functions with some
15084         prejudice against unneeded code.
15085         (spam-report-articles-resend)
15086         (spam-report-resend-register-routine): Allow the group/topic
15087         spam-resend-to value to override spam-report-resend-to.
15088         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15089         properly now.
15090
15091         * gnus.el (spam-resend-to): Add group/topic parameter.
15092         (spam-process): Move the OBSOLETE processors to the end of the
15093         choices.
15094
15095 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15096
15097         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15098         with resend-to set to nil, and then ask the user if necessary.
15099         (spam-report-resend): spam-report-resend takes a list of articles, not
15100         separate article numbers.
15101
15102 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15103
15104         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15105         addition to emacs-w3m.
15106
15107 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15108
15109         * assistant.el (assistant-authinfo-data): New function.
15110         (assistant-eval): Eval for entire assistant.
15111
15112         * netrc.el (netrc-services-file): New variable.
15113         (netrc-parse-services): New function.
15114         (netrc-find-service-name): New function.
15115         (netrc-find-service-number): New function.
15116         (netrc-port-equal): New function.
15117         (netrc-machine): Use it.
15118
15119         * nnimap.el (nnimap-open-connection): Use netrc.
15120
15121         * gnus-util.el (gnus-netrc-get): Remove aliases.
15122
15123         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15124
15125         * assistant.el (wid-edit): Fix compilation.
15126
15127         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15128
15129 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15130
15131         * gnus-util.el (gnus-set-file-modes): New function.  (small
15132         patch).
15133
15134 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15135
15136         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15137
15138         * assistant.el (assistant-render-node): Fix up rendering and
15139         read-only text.
15140         (assistant-render-node): Reset.
15141         (assistant-make-read-only): Not sticky.
15142
15143 2004-05-20  Danny Siu  <dsiu@adobe.com>
15144
15145         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15146         centered even when gnus-auto-center-summary is t.
15147
15148 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15149
15150         * dns.el (dns-get-txt-answer): New function.
15151         (dns-read-txt): Ditto.
15152         (query-dns): Use it.
15153
15154 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15155
15156         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15157         active for foreign groups even if the group level is higher than
15158         the specified value.
15159
15160 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15161
15162         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15163         non-active groups.
15164
15165         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15166
15167 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15168
15169         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15170
15171 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15172
15173         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15174         (spam-crm114-header, spam-crm114-spam-switch)
15175         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15176         (spam-crm114-positive-spam-header)
15177         (spam-crm114-database-directory, spam-list-of-processors)
15178         (spam-group-spam-processor-crm114-p)
15179         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15180         (spam-generic-score, spam-list-of-checks)
15181         (spam-list-of-statistical-checks, spam-registration-functions)
15182         (spam-check-crm114-headers, spam-crm114-score)
15183         (spam-check-crm114, spam-crm114-register-with-crm114)
15184         (spam-crm114-register-spam-routine)
15185         (spam-crm114-unregister-spam-routine)
15186         (spam-crm114-register-ham-routine)
15187         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15188         asjo@koldfront.dk (Adam Sjøgren).
15189
15190         * gnus.el: Add spam-use-crm114.
15191
15192         * spam.el (spam-list-of-processors, spam-registration-functions):
15193         Add spam-use-resend.
15194         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15195         (spam-report-articles-gmane): Add doc fix.
15196         (spam-report-articles-resend, spam-report-resend-register-routine):
15197         Add wrappers around spam-report-resend-to.
15198
15199         * spam-report.el (spam-report-resend-to, spam-report-resend):
15200         Add support for resending spam.
15201         (spam-report-gmane): Fix line length >80.
15202
15203         * gnus.el (spam-process): Add spam-use-resend.
15204
15205 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15206
15207         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15208         number of processed spam messages.
15209         (spam-ham-copy-or-move-routine): Return the number of processed
15210         ham messages.
15211         (spam-summary-prepare-exit): Use the above values to decide
15212         whether status messages shouled be displayed.
15213
15214 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15215
15216         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15217         `rfc2047-encoding-function-alist' in order to avoid conflicting
15218         with the old version.
15219         (rfc2047-encode-region): Concatenate words containing non-ASCII
15220         characters in structured fields; don't encode space-delimited
15221         ASCII words even in unstructured fields; don't break words at
15222         char-category boundaries.
15223         (rfc2047-encode-1): New function.
15224         (rfc2047-encode): Use it; encode text so that it occupies the
15225         maximum width within 76-column; work correctly on Q encoding for
15226         iso-2022-* charsets.
15227         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15228         sure not to break a line just after the header name.
15229         (rfc2047-b-encode-region): Removed.
15230         (rfc2047-b-encode-string): New function.
15231         (rfc2047-q-encode-region): Removed.
15232         (rfc2047-q-encode-string): New function.
15233
15234         * mm-util.el (mm-replace-in-string): New function.
15235
15236 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15237
15238         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15239         get it right.
15240         (gnus-inews-make-draft): Really.
15241
15242 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15243
15244         * nnmh.el (nnmh-request-list-1): Don't check the link count
15245         before descending.  (small patch)
15246
15247 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15248
15249         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15250         stuff.
15251
15252         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15253         on real group name.
15254
15255         * gnus-art.el (gnus-signature-limit): Doc fix.
15256
15257         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15258
15259         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15260
15261 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15262
15263         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15264         isn't a string.
15265
15266 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15267
15268         * gnus-draft.el (gnus-draft-send): Bind
15269         rfc2047-encode-encoded-words.
15270
15271         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15272         (rfc2047-encodable-p): Say that =? needs encoding.
15273         (rfc2047-encode-encoded-words): New variable.
15274
15275         * gnus-group.el (gnus-group-select-group): Doc fix.
15276
15277         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15278
15279         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15280         to nil.
15281
15282         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15283
15284         * nnheader.el (nnheader-get-lines-and-char): New function.
15285
15286 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15287
15288         * gnus-msg.el (gnus-summary-followup-with-original): Document
15289         yanking of region when active.
15290
15291 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15294         groups if the group level is higher than the specified value.
15295
15296 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15297
15298         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15299         (gnus-group-jump-to-group): Added prefix argument using
15300         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15301         non-active group.
15302
15303         * compface.el (uncompface): Be verbose when changing
15304         `uncompface-use-external'.
15305
15306         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15307         handle manual section.
15308
15309 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15310
15311         * gnus-art.el (gnus-button-alist): Revert previous change.
15312
15313 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15314
15315         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15316
15317 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15318
15319         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15320         whether backend can accept message.
15321
15322         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15323
15324 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15325
15326         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15327         Avoid creating directory when nntp-marks-is-evil is true.
15328         Reported by Reiner Steib.
15329
15330 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15331
15332         * gnus-picon.el (gnus-picon-style): New variable.
15333         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15334         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15335         Jesper Harder <harder@ifa.au.dk>.
15336
15337 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15338
15339         * message.el (message-fill-field): Return point.
15340         (message-generate-headers): Go to end of field.
15341
15342         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15343         stuff for non-living groups.
15344
15345 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15346
15347         * gnus-art.el (gnus-article-followup-with-original)
15348         (gnus-article-reply-with-original): gnus-mark-active-p ->
15349         gnus-region-active-p.
15350
15351 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15352
15353         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15354         only when there is spam or ham to be processed.
15355
15356 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15357
15358         * mail-source.el (mail-source-delete-crash-box): Refactor.
15359         (mail-source-fetch): Use it.
15360         (mail-source-fetch-file): Ditto.
15361         (mail-source-fetch-directory): Run postscript in loop.
15362         (mail-source-fetch-pop): Delete.
15363         (mail-source-fetch-maildir): Ditto.
15364         (mail-source-fetch-imap): Ditto.
15365
15366         * imap.el (imap-authenticators): Comment out sasl.
15367
15368         * message.el (message-skip-to-next-address): New function.
15369         (message-fill-header-address): Refactor.
15370         (message-fill-address): Use it.
15371         (message-delete-address): Use it.
15372         (message-fill-header-general): Refactor.
15373         (message-fill-field-address): Rename.
15374         (message-narrow-to-field): Find the start of the header.
15375         (message-header-format-alist): Don't pre-fill.
15376         (message-fill-header): Removed.
15377         (message-insert-header): New function.
15378         (message-shorten-references): Use it.
15379
15380         * rfc2047.el (rfc2047-field-value): Strip props.
15381
15382         * mail-parse.el (mail-header-make-address): New alias.
15383
15384         * ietf-drums.el (ietf-drums-make-address): New function.
15385
15386         * imap.el: Add compiler directives.
15387
15388         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15389
15390         * gnus-art.el (article-decode-idna-rhs): Don't use
15391         message-idna-inside-rhs-p.
15392
15393 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15394
15395         * message.el (message-idna-inside-rhs-p): Removed.
15396         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15397
15398         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15399         false positives.
15400
15401 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15402
15403         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15404
15405 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15406
15407         * nneething.el (nneething-file-name): Don't create spurious
15408         files.
15409
15410         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15411         (gnus-inews-do-gcc): Remove sleep.
15412
15413         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15414         part under point.
15415
15416         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15417         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15418
15419 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15420
15421         * spam.el (spam-summary-prepare-exit): Fixed (length).
15422
15423 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15424
15425         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15426         as expired without moving it" message when there are spam
15427         messages left.
15428
15429 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15430
15431         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15432         header is not nil.
15433
15434 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15435
15436         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15437         nntp-possibly-create-directory, not nntp-possibly-change-group.
15438         (nntp-marks-changed-p): New arg SERVER.
15439         (nntp-request-update-info): Adjust caller.
15440
15441 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15442
15443         * nntp.el (nntp-save-marks): Pass missing arg.
15444
15445 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15446
15447         * nntp.el: Support marks.
15448         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15449         (nntp-marks-modtime, nntp-marks-directory): New variables.
15450         (nntp-request-set-mark, nntp-request-update-info)
15451         (nntp-possibly-create-directory, nntp-marks-changed-p)
15452         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15453         functions.
15454
15455 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15456
15457         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15458         (gnus-xmas-redefine): Rename.
15459
15460         * gnus-score.el (gnus-score-insert-help): Use
15461         gnus-select-lowest-window.
15462
15463         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15464         appt-select-lowest-window and rename to gnus-select-lowest-window.
15465
15466         * gnus.el: do.
15467
15468 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15469
15470         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15471         encodings of MIME-encoded words, in order to improve
15472         interoperability with several broken MUAs.
15473
15474 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15475
15476         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15477         tags, only when charsets are not specified in headers.
15478         (mm-inline-text-html-render-with-w3m): Ditto.
15479
15480         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15481         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15482
15483 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15484
15485         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15486         instead of MIME-decoded from fields when checking
15487         `gnus-article-address-banner-alist'.
15488
15489 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15490
15491         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15492         description rather than subject.
15493
15494 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15495
15496         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15497
15498 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15499
15500         * gnus.el (gnus-version-number): Bump.
15501
15502 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15503
15504         * gnus.el: No Gnus v0.2 is released.
15505
15506 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15507
15508         * gnus-agent.el (gnus-agent-read-agentview): Inline
15509         gnus-uncompress-range.
15510
15511 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15512
15513         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15514         `exec-installed-p'.
15515
15516 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15517
15518         * gnus.el (spam-process, spam-autodetect-methods): Add
15519         bsfilter and bsfilter-headers.
15520
15521         * spam.el (spam-bsfilter): New customize group.
15522         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15523         (spam-bsfilter-header, spam-bsfilter-probability-header)
15524         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15525         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15526         (spam-bsfilter-database-directory): New options.
15527         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15528         (spam-list-of-statistical-checks, spam-registration-functions):
15529         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15530         (spam-bsfilter-score): New command.
15531         (spam-check-bsfilter-headers, spam-check-bsfilter)
15532         (spam-bsfilter-register-with-bsfilter)
15533         (spam-bsfilter-register-spam-routine)
15534         (spam-bsfilter-unregister-spam-routine)
15535         (spam-bsfilter-register-ham-routine)
15536         (spam-bsfilter-unregister-ham-routine): New functions.
15537         (spam-generic-score): Support bsfilter; Accept an optional argument
15538         to recalcurate spam score even if scoring header has already been
15539         added.
15540         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15541         optional argument to recalcurate spam score even if scoring header
15542         has already been added.
15543
15544 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15545
15546         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15547         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15548         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15549         link is missing.
15550
15551 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15552
15553         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15554         (html2text-get-attr): Rewrite.
15555
15556         * message.el (message-setup-1): Remove redundant put-text-property
15557         on mail-header-separator.
15558
15559 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15560
15561         * gnus-registry.el (gnus-registry-cache-whitespace)
15562         (gnus-registry-action, gnus-registry-spool-action)
15563         (gnus-registry-split-fancy-with-parent): Change message levels
15564         from 5 to 3 or 7, as needed.
15565
15566         * spam.el (spam-summary-prepare-exit)
15567         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15568         (spam-split, spam-find-spam, spam-log-undo-registration)
15569         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15570         level from 5 to 6.
15571
15572 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15573
15574         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15575         2004-03-04 change).
15576
15577 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15578
15579         * sieve-manage.el (sieve-manage-open):
15580         * nnweb.el (nnweb-insert-html):
15581         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15582         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15583         * nnspool.el (nnspool-request-group):
15584         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15585         * nnml.el (nnml-request-update-info):
15586         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15587         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15588         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15589         (nnimap-request-set-mark):
15590         * nnfolder.el (nnfolder-request-update-info):
15591         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15592         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15593         * gnus-uu.el (gnus-uu-find-articles-matching):
15594         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15595         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15596         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15597         * gnus-nocem.el (gnus-nocem-scan-groups):
15598         * gnus-int.el (gnus-start-news-server):
15599         * gnus-group.el (gnus-group-make-kiboze-group)
15600         (gnus-group-browse-foreign-server):
15601         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15602         Use mapc when appropriate.
15603
15604 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15605
15606         FIXME: Make separate entries for each person.
15607
15608         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15609         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15610         <shields@msrl.com>:
15611
15612         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15613         may need for spam sorting and scoring.
15614         (spam-user-format-function-S): Add user format function suitable for
15615         general use.
15616         (spam-article-sort-by-spam-status): Add sorting function for summary
15617         sorting.
15618         (spam-extra-header-to-number): Add function to get a score from a
15619         header.
15620         (spam-summary-score): Add function to get a numeric score from the
15621         headers.
15622         (spam-generic-score): Fix function doc, was in wrong place.
15623         (spam-initialize): Take symbols when it's run, and install the
15624         extra headers that spam-necessary-extra-headers thinks we need.
15625
15626 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15627
15628         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15629         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15630
15631 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15632
15633         * gnus-sum.el (gnus-set-global-variables)
15634         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15635         (gnus-article-get-xrefs, gnus-summary-best-group)
15636         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15637         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15638         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15639         Use with-current-buffer.
15640
15641 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15642
15643         * spam.el (spam-summary-prepare-exit): Simplify logic.
15644         (spam-fetch-article-header): Read the article header if it's not
15645         available.
15646         (spam-list-articles): Simplify logic.
15647         (spam-filelist-register-routine): Fix bug with unregister-list.
15648
15649         * gnus-registry.el: Fix comments at beginning.
15650
15651 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15652
15653         * message.el (message-cater-to-broken-inn): Remove.
15654         (message-shorten-references): Make sure the total folded length of
15655         References is shorter than 998 characters to cater to a bug in INN
15656         2.3.  Also, don't pretend that references aren't folded -- this
15657         hasn't worked for a while.
15658
15659 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15660
15661         * gnus-agent.el (gnus-agentize):
15662         gnus-agent-send-mail-real-function no longer set to current value
15663         of message-send-mail-function but rather a lambda that calls
15664         message-send-mail-function.  The change makes the agent real-time
15665         responsive to user changes to message-send-mail-function.
15666
15667 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15668
15669         * legacy-gnus-agent.el
15670         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15671         help from Florian Weimer <fw@deneb.enyo.de>
15672
15673 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15674
15675         * nnmail.el (nnmail-cache-insert): Revert last change.
15676
15677 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15678
15679         * nnmail.el (nnmail-cache-insert): Always check whether
15680         nnmail-cache-ignore-groups matches a group name.
15681
15682 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15683
15684         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15685         (spam-find-spam, spam-log-processing-to-registry)
15686         (spam-log-registered-p, spam-log-unregistration-needed-p)
15687         (spam-log-undo-registration): Use gnus-message instead of
15688         gnus-error, none of these errors are fatal.
15689
15690         * gnus-registry.el (gnus-registry-clean-empty-function)
15691         (gnus-registry-clean-empty): Remove only empty entries without
15692         extra data.
15693
15694 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15695
15696         * spam-stat.el (spam-stat-buffer-change-to-spam)
15697         (spam-stat-buffer-change-to-non-spam): Change (error) to
15698         (gnus-message 8) invocation.
15699
15700 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * nntp.el (nntp-via-netcat-command): New variable.
15703         (nntp-via-netcat-switches): New variable.
15704         (nntp-open-via-rlogin-and-netcat): New function.
15705         (nntp-open-connection-function): Doc fix.
15706         (nntp-telnet-command): Doc fix.
15707         (nntp-end-of-line): Doc fix.
15708         (nntp-via-rlogin-command): Doc fix.
15709         (nntp-via-user-name): Doc fix.
15710         (nntp-via-address): Doc fix.
15711
15712 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15715         error in Emacs 21.1.
15716
15717 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15718
15719         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15720
15721 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15722
15723         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15724         (gnus-agent-with-refreshed-group): New macro.
15725         (gnus-agent-rename-group): New function.
15726         (gnus-agent-delete-group): New function.
15727         (gnus-agent-save-group-info): Use gnus-command-method when
15728         `method' parameter is nil.  Don't write nil entries into the
15729         active file.
15730         (gnus-agent-get-group-info): New function.
15731         (gnus-agent-fetch-articles): Use
15732         gnus-agent-update-files-total-fetched-for to increment disk space
15733         used.
15734         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15735         gnus-agent-update-view-total-fetched-for to increment disk space
15736         used.
15737         (gnus-agent-get-local): Added optional parameters to avoid calling
15738         gnus-group-real-name and gnus-find-method-for-group.
15739         (gnus-agent-set-local): Delete stored entry if either min, or max,
15740         are nil.
15741         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15742         quit, use gnus-agent-regenerate-group to record existance of any
15743         articles fetched to disk before the quit occurred.
15744         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15745         gnus-agent-update-view-total-fetched-for, and
15746         gnus-agent-update-files-total-fetched-for to decrement disk space
15747         used.
15748         (gnus-agent-retrieve-headers): Use
15749         gnus-agent-update-view-total-fetched-for to increment disk space
15750         used.
15751         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15752         with gnus-agent-update-files-total-fetched-for to decrement disk
15753         space and fresh group buffer.
15754         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15755         (gnus-agent-need-update-total-fetched-for): New variable.
15756         (gnus-agent-update-files-total-fetched-for): New function.
15757         (gnus-agent-update-view-total-fetched-for): New function.
15758         (gnus-agent-total-fetched-for): New function.
15759
15760         * gnus-cache.el (gnus-cache-save-buffers): Use
15761         gnus-cache-update-overview-total-fetched-for to change disk space
15762         used by this group.
15763         (gnus-cache-possibly-enter-article): Use
15764         gnus-cache-update-file-total-fetched-for to increment disk space
15765         used by this group.
15766         (gnus-cache-possibly-remove-article): Use
15767         gnus-cache-update-file-total-fetched-for to decrement disk space
15768         used by this group.
15769         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15770         (gnus-cache-rename-group): New function.
15771         (gnus-cache-delete-group): New function.
15772         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15773         (gnus-cache-need-update-total-fetched-for): New variable.
15774         (gnus-cache-with-refreshed-group): New macro.
15775         (gnus-cache-update-file-total-fetched-for): New function.
15776         (gnus-cache-update-overview-total-fetched-for): New function.
15777         (gnus-cache-rename-group-total-fetched-for): New function.
15778         (gnus-cache-delete-group-total-fetched-for): New function.
15779         (gnus-cache-total-fetched-for): New function.
15780
15781         * gnus-group.el: Require gnus-sum and autoload functions to
15782         resolve warnings when gnus-group.el compiled alone.
15783         (gnus-group-line-format): Documented new %F.
15784         (size of Fetched data) group line format; identifies disk space
15785         used by agent and cache.
15786         (gnus-group-line-format-alist): Defined new F format.
15787         (gnus-total-fetched-for): New function.
15788         (gnus-group-delete-group): No longer update
15789         gnus-cache-active-altered as gnus-request-delete-group now keeps
15790         the cache in sync.
15791         (gnus-group-list-active): Let the agent store a server's active
15792         list if currently plugged.
15793
15794         * gnus-int.el (gnus-request-delete-group):
15795         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15796         local disk in sync with the server.
15797         (gnus-request-rename-group):
15798         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15799         local disk in sync with the server.
15800
15801         * gnus-start.el (gnus-get-unread-articles):
15802         Cosmetic simplification to logic.
15803
15804         * gnus-util.el (gnus-rename-file): New function.
15805
15806 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15807
15808         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15809
15810 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15811
15812         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15813         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15814
15815 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15816
15817         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15818         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15819
15820 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15821
15822         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15823
15824 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15825
15826         * spam.el (spam-set-difference): Add function to replace
15827         gnus-set-difference in spam.el.
15828         (spam-summary-prepare-exit): Use spam-set-difference.
15829
15830 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15831
15832         * gnus-registry.el (gnus-registry-cache-file): Update to use
15833         gnus-dribble-directory OR gnus-home-directory OR ~.
15834         (gnus-registry-split-fancy-with-parent): Fix doc.
15835
15836 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15837
15838         * message.el (message-exchange-point-and-mark): Use
15839         message-mark-active-p.  Suggested by Jesper Harder
15840         <harder@ifa.au.dk>.
15841
15842 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15843
15844         * message.el (message-exchange-point-and-mark): Don't activate
15845         region if it was inactive.  Suggested by Hiroshi Fujishima
15846         <pooh@nature.tsukuba.ac.jp>.
15847
15848 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15849
15850         * gnus-art.el (article-display-face): Display Faces in the same
15851         order as X-Faces.
15852
15853 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15856
15857 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15860         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15861         (gnus-article-mime-hierarchy): Remove.
15862         (gnus-article-mime-hierarchy-next): Remove.
15863         (gnus-article-mode): Revert 2004-03-19 change.
15864         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15865         (gnus-insert-mime-button): Revert 2004-03-19 change.
15866         (gnus-mime-accumulate-hierarchy): Remove.
15867         (gnus-mime-enter-multipart): Remove.
15868         (gnus-mime-leave-multipart): Remove.
15869         (gnus-mime-display-part): Revert 2004-03-19 change.
15870         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15871
15872         * mml.el (mml-preview): Revert 2004-03-19 change.
15873
15874 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15875
15876         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15877
15878 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15879
15880         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15881         t while entering a file name using the mm-with-multibyte macro.
15882         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15883
15884         * mm-util.el (mm-with-multibyte): New macro.
15885
15886 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15887
15888         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15889         user option.
15890         (gnus-mime-multipart-functions): Doc and customization fix.
15891         (gnus-article-mime-hierarchy): New variable.
15892         (gnus-article-mime-hierarchy-next): New variable.
15893         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15894         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15895         gnus-article-mime-hierarchy-next to nil.
15896         (gnus-insert-mime-button): Show hierarchy numbers.
15897         (gnus-mime-accumulate-hierarchy): New function.
15898         (gnus-mime-enter-multipart): New function.
15899         (gnus-mime-leave-multipart): New function.
15900         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15901         (gnus-mime-display-alternative): Show hierarchy numbers.
15902
15903         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15904         gnus-article-mime-hierarchy-next to nil.
15905
15906 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15907
15908         * dns.el: Don't require gnus-xmas.
15909
15910 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15911
15912         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15913         inline PGP.
15914         (mml-menu): Disable mml-quote-region if mark is inactive.
15915
15916 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15917
15918         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15919         when the group's active is not available.
15920
15921 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15922
15923         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15924         error.
15925
15926 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15927
15928         * imap.el (imap-store-password): New variable.
15929         (imap-interactive-login): Use it.
15930         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15931
15932 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15933
15934         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15935         window-start and hscroll to summary window.
15936
15937 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15938
15939         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15940         conversion message to newsrc-dribble when an actual conversion is
15941         performed.
15942
15943 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15944
15945         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15946
15947 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15948
15949         * mm-decode.el (mm-complicated-handles): New function reviving
15950         former definition of mm-multiple-handles.
15951
15952         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15953         (gnus-mime-delete-part): Use it.
15954
15955 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15956
15957         * gnus-agent.el (gnus-agent-read-local): Bind
15958         nnheader-file-coding-system to gnus-agent-file-coding-system to
15959         avoid the implicit assumption that they will always be equal.
15960         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15961         coding-system-for-write, as the with-temp-file macro first prints
15962         to a buffer then saves the buffer.
15963
15964 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15965
15966         * gnus-art.el (gnus-article-edit-part): New function.
15967         (gnus-mime-save-part-and-strip): Use it; do query instead of
15968         signaling an error; don't use mm-multiple-handles.
15969         (gnus-mime-delete-part): Ditto.
15970
15971 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15972
15973         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15974         old file versions.
15975         (gnus-group-prepare-hook): Removed function that converted list
15976         form of gnus-agent-expire-days to group properties.
15977
15978         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15979         (gnus-request-accept-article): Re-indented.
15980
15981         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15982         converters to handle old agent file formats.  Added logic for a
15983         "backup before upgrading warning".
15984         (gnus-convert-mark-converter-prompt): Developers can mark
15985         functions as needing (default), or not needing,
15986         gnus-convert-old-newsrc's "backup before upgrading warning".
15987         (gnus-convert-converter-needs-prompt): Tests whether the user
15988         should be protected from potentially irreversable changes by the
15989         function.
15990
15991         * legacy-gnus-agent.el: New.  Provides converters that are only
15992         loaded when gnus-convert-old-newsrc needs to call them.
15993
15994 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15995
15996         * mail-source.el (mail-source-touch-pop): Doc fix.
15997
15998         * message.el (message-smtpmail-send-it): Doc fix.
15999
16000 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
16001
16002         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
16003
16004         * nnmail.el (nnmail-split-fancy): do.
16005
16006         * gnus-kill.el (gnus-kill, gnus-execute): do.
16007
16008 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
16009
16010         * gnus-sum.el (gnus-widget-reversible-match)
16011         (gnus-widget-reversible-to-internal)
16012         (gnus-widget-reversible-to-external): New functions.
16013         (gnus-widget-reversible): New widget.
16014         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
16015
16016 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
16017
16018         * gnus-sum.el (gnus-thread-sort-functions)
16019         (gnus-article-sort-functions): Document `(not F)' items.
16020
16021 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
16022
16023         * spam.el (spam-use-gmane-xref): Add new backend.
16024         (spam-gmane-xref-spam-group): Add variable to control the name of the
16025         Gmane spam group.
16026         (spam-blackhole-servers, spam-blackhole-good-server-regex)
16027         (spam-regex-headers-spam, spam-regex-headers-ham)
16028         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
16029         (spam-list-of-checks): Add spam-use-gmane-xref to list of
16030         backends and checks.
16031         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
16032
16033         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16034         an autodetect method.
16035
16036 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16037
16038         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16039         articles are being added to a group.
16040         (gnus-request-replace-article): Inform the agent that articles
16041         need to be uncached as the cached contents are no longer valid.
16042
16043 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16044
16045         * binhex.el: Don't autoload executable-find.
16046
16047         * canlock.el: Don't autoload mail-fetch-field.
16048
16049         * dgnushack.el: Autoload c-mode for XEmacs.
16050
16051         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16052
16053         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16054         rmail-dont-reply-to and rmail-output.
16055
16056         * gnus-score.el: Don't autoload ffap-string-at-point.
16057
16058         * gnus-setup.el: Don't autoload sc-cite-original.
16059
16060         * imap.el: Don't autoload base64-decode-string,
16061         base64-encode-string and md5.
16062
16063         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16064         and rmail-msg-restore-non-pruned-header.
16065
16066         * mm-decode.el: Don't autoload executable-find.
16067
16068         * mm-url.el: Don't autoload executable-find.
16069
16070         * mm-view.el: Don't autoload diff-mode.
16071
16072         * nndb.el: Don't autoload news-reply-mode, news-setup,
16073         cancel-timer and telnet.
16074
16075         * password.el: Don't autoload run-at-time for Emacs.
16076
16077         * sha1-el.el: Don't autoload executable-find.
16078
16079         * sieve-mode.el: Don't autoload c-mode.
16080
16081         * uudecode.el: Don't autoload executable-find.
16082
16083 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16084
16085         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16086         (gnus-agent-possibly-alter-active): Avoid null in numeric
16087         comparison.
16088         (gnus-agent-set-local): Refuse to save null in local object table.
16089         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16090         list of articles that will be marked as unread.
16091
16092 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16095
16096 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16097
16098         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16099         language tags.
16100
16101 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16102
16103         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16104         Don't bind "obarray".
16105
16106         * gnus-sum.el (gnus-thread-sort-functions): Added
16107         `gnus-thread-sort-by-most-recent-number' and
16108         `gnus-thread-sort-by-most-recent-date'.
16109         Reported by Kai Grossjohann <kai@emptydomain.de>.
16110
16111 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16114
16115 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16116
16117         * gnus-cus.el (gnus-agent-customize-category): Removed
16118         ignore-errors macro reference that required cl to be loaded at
16119         run-time.
16120
16121         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16122         single-interval range of the form (min . max).  Previously the
16123         range had to look like ((min . max)).  Likewise, return
16124         (min . max) rather than ((min . max)).
16125         (gnus-range-map): Use gnus-range-normalize to accept
16126         single-interval range.
16127
16128         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16129         the cache, but not the agent, now appear with their usual face.
16130
16131         * dgnushack.el (loaddir): New variable that is bound to the
16132         directory containing the dgnushack.el file. Use loaddir, rather
16133         than srcdir, to update load-path. Change lets dgnushack compile
16134         code in directories other than GNUS/lisp.
16135
16136 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * lpath.el: Don't bind w3m-safe-url-regexp.
16139
16140         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16141         w3m-safe-url-regexp variable buffer-local.
16142
16143         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16144
16145 2004-02-27  Simon Josefsson  <jas@extundo.com>
16146
16147         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16148         gnus-group-real-prefix.
16149         (gnus-summary-move-article): Use it, instead of
16150         gnus-group-real-prefix.
16151
16152 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * lpath.el: Bind w3m-safe-url-regexp.
16155
16156         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16157         w3m-safe-url-regexp variable buffer-local and set it as the value
16158         of mm-w3m-safe-url-regexp.
16159
16160         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16161
16162         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16163         parsing gnus-posting-styles when the message is not for replying.
16164
16165         * dgnushack.el: Autoload sgml-mode for XEmacs.
16166
16167         * nnrss.el (nnrss-opml-export): Use
16168         mm-set-buffer-file-coding-system instead of
16169         set-buffer-file-coding-system.
16170
16171 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16172
16173         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16174         of checkdoc.el).
16175         * nnrss.el: do.
16176         * gnus-mlspl.el: do.
16177         * gnus-ml.el: do.
16178         * gnus-srvr.el: do.
16179
16180         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16181
16182 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16183
16184         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16185         Corrections to custom-manual links.
16186
16187         * gnus-art.el (gnus-article): Ditto.
16188
16189         * mm-decode.el (mime-display, mime-security): Ditto.
16190
16191 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16192
16193         * flow-fill.el: Typo.
16194
16195 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16196
16197         * spam-wash.el: New file.
16198
16199 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16200
16201         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16202
16203 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16204
16205         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16206         to be run with new-articles as LIST1, not LIST2.
16207         (spam-registration-functions): Add spam-use-ham-copy as a nil
16208         registration backend.
16209
16210 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16211
16212         * spam-stat.el (spam-stat-washing-hook): New option.
16213         (spam-stat-buffer-words): Use it.
16214         (spam-stat-process-directory, spam-stat-test-directory): Use
16215         insert-file-contents-literally.
16216         (spam-stat-coding-system): New variable.
16217         (spam-stat-load, spam-stat-save): Use it.
16218
16219 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16220
16221         * spam-report.el (spam-report-plug-agent): Quote
16222         spam-report-url-to-file and spam-report-url-ping-plain.
16223
16224 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16225
16226         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16227         / in mailto URLs.
16228
16229 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16230
16231         * spam-report.el (spam-report-process-queue): Fix interactive use.
16232         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16233         (spam-report-unplug-agent): Doc fixes.
16234         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16235         (spam-report-agentize, spam-report-deagentize): Autoload.
16236
16237 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16238
16239         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16240
16241         * message.el (message-setup-fill-variables): Add mml tags to
16242         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16243         <ajk@iu.edu>.
16244         (message-mode): Don't modify paragraph-separate there.
16245
16246 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * compface.el (uncompface-use-external): Default to undecided.
16249         (uncompface-use-external-threshold): New variable.
16250         (uncompface-float-time): New macro.
16251         (uncompface): Determine whether to use the external decoder if
16252         uncompface-use-external is undecided.
16253
16254 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16255
16256         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16257         after images.
16258
16259         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16260
16261 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16262
16263         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16264
16265         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16266
16267         * gnus-sum.el (gnus-summary-limit-to-age)
16268         (gnus-summary-limit-children): do.
16269
16270         * gnus-int.el (gnus-request-scan): do.
16271
16272         * gnus-group.el (gnus-group-suspend): do.
16273
16274         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16275
16276         * gnus-cite.el (gnus-cite-parse-attributions): do.
16277
16278         * gnus-agent.el (gnus-summary-set-agent-mark)
16279         (gnus-agent-regenerate-group): do.
16280
16281         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16282
16283         * binhex.el (binhex-decode-region-internal): do.
16284
16285 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-fun.el (gnus-face-properties-alist): New user option.
16288         (gnus-display-x-face-in-from): Use it.
16289
16290         * gnus-art.el (article-display-face): Ditto.
16291
16292         * compface.el (uncompface-use-external): Default to nil.
16293
16294 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16295
16296         * nntp.el (nntp-erase-buffer): New function.
16297         (nntp-retrieve-data, nntp-send-command)
16298         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16299         (nntp-possibly-change-group): Use it.
16300
16301         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16302         with-current-buffer.
16303
16304 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16305
16306         * compface.el: Merge the ELisp-based uncompface program.
16307         (compface): New customization group.
16308         (uncompface-use-external): New user option.
16309         (uncompface): Call uncompface-internal if uncompface-use-external
16310         is nil.
16311         (uncompface-internal): New function.  Note that there are also
16312         some other functions and variables added for this function.
16313
16314 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16315
16316         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16317         if necessary.
16318
16319 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16320
16321         * spam-report.el (spam-report-unplug-agent)
16322         (spam-report-plug-agent, spam-report-deagentize)
16323         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16324         Add support for the Agent in spam-report: when unplugged, report to a
16325         file; when plugged, submit all the requests.
16326
16327         * spam.el (spam-register-routine): Fix message about
16328         registration.
16329
16330 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16331
16332         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16333         dependencies.
16334         (rfc2047-encode): Use it.
16335
16336         * gnus-art.el (gnus-button-marker-list): Move before first
16337         reference.
16338
16339         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16340         (imap-parse-body): Fix format string mismatch.
16341
16342         * gnus-score.el (gnus-summary-increase-score): do.
16343
16344         * nnrss.el (nnrss-close): New function.
16345
16346 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16347
16348         * nnrss.el (nnrss-make-filename): New function.
16349         (nnrss-request-delete-group, nnrss-read-server-data)
16350         (nnrss-save-server-data, nnrss-read-group-data)
16351         (nnrss-save-group-data): Use it.
16352         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16353         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16354         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16355
16356 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16357
16358         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16359
16360 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16361
16362         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16363         files.
16364
16365         * message.el (message-generate-headers-first): Don't quote nil
16366         and t in docstrings.
16367
16368         * imap.el (imap-id): do.
16369
16370         * gnus-agent.el (gnus-agent-consider-all-articles)
16371         (gnus-agent-queue-mail): do.
16372
16373 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16374
16375         * spam-report.el (spam-report-process-queue): New function.
16376         Process requests from `spam-report-requests-file'.
16377         (spam-report-process-queue): Doc fix.
16378
16379 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16380
16381         * spam.el (spam-register-routine)
16382         (spam-log-processing-to-registry, spam-log-registered-p)
16383         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16384         Change "check" to "spam-check" for semi-clarity.
16385
16386 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16387
16388         * pop3.el: Require nnheader.
16389
16390         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16391
16392         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16393
16394         * gnus-picon.el: Require cl.
16395
16396         * gnus-fun.el: Require gnus-ems and gnus-util.
16397
16398         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16399
16400         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16401
16402         * gnus-art.el (gnus-article-edit-mode): Define before first
16403         reference.
16404
16405 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16406
16407         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16408         (gnus-uu-post-encoded): Use point-at-bol.
16409
16410         * gnus-topic.el (gnus-group-active-topic-p): do.
16411
16412         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16413
16414         * gnus-group.el (gnus-group-kill-region): do.
16415
16416         * gnus-art.el (article-date-ut): do.
16417
16418         * message.el (message-fetch-field): Remove redundant
16419         case-fold-search binding.
16420         (message-narrow-to-field): Simplify.
16421
16422 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16423
16424         * spam.el (spam-directory): Derive from `gnus-directory'.
16425
16426         * spam-report.el (spam-report-url-to-file)
16427         (spam-report-requests-file): New function and variable for offline
16428         reporting.
16429         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16430         and user defined function.
16431         (spam-report-url-ping-mm-url): Remove doubled slash.
16432
16433 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16434
16435         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16436
16437 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16438
16439         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16440         format string mismatch.
16441
16442         * sieve.el (sieve-deactivate-all): do.
16443
16444         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16445
16446         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16447
16448         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16449
16450         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16451
16452 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16453
16454         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16455         the list of checks.
16456
16457 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16458
16459         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16460         padding.
16461
16462 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16463
16464         * mm-view.el (mm-fill-flowed): New variable.
16465         (mm-inline-text): Use it.
16466
16467 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16468
16469         * spam.el (spam-spamassassin-register-ham-routine)
16470         (spam-spamassassin-register-spam-routine): Fix function names.
16471
16472 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16473
16474         * gnus.el (gnus-tmp-grouplens): Remove.
16475         (gnus-summary-line-format): Remove grouplens.
16476
16477         * gnus-group.el (gnus-group-line-format): Ditto.
16478
16479         * gnus-spec.el (gnus-format-specs): Ditto.
16480         (gnus-update-format-specifications): Flush the group format spec
16481         cache if there's the grouplens stuff.
16482         (gnus-parse-simple-format): Replace %l with the empty string.
16483
16484 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16485
16486         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16487         omission.
16488
16489 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16490
16491         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16492         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16493
16494 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16495
16496         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16497         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16498         New macros and functions.
16499         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16500         Handle > NLINK_MAX messages.
16501         * nnmaildir.el (nnmaildir-request-set-mark): Use
16502         nnmaildir--emlink-p and nnmaildir--eexist-p.
16503
16504 2004-01-25  Alex Schroeder  <alex@gnu.org>
16505
16506         * spam-stat.el (spam-stat-process-directory-age): New option.
16507         (spam-stat-process-directory): Use it.
16508
16509 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16510
16511         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16512         (spam-stat-save): Accept prefix argument.
16513
16514 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16515
16516         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16517         links" error.
16518
16519 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16522         the rest of the and/or forms.
16523
16524 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16525
16526         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16527         compatibility with old .newsrc.eld files.
16528
16529         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16530
16531         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16532
16533         * gnus-start.el (gnus-1): do.
16534
16535         * gnus-group.el (gnus-group-line-format-alist): do.
16536
16537         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16538
16539         * gnus-gl.el: Remove.
16540
16541 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16542
16543         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16544         marks consisting of a single range {for example, (3 . 5)} rather
16545         than a list of a single range { ((3 . 5)) }.
16546
16547 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16548
16549         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16550         with-current-buffer.
16551         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16552         avoid consing a string.
16553
16554         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16555         Remove obsolete entries for big5 and gb2312.
16556
16557 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16558
16559         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16560         uncompressed list.
16561
16562 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16563
16564         * spam-stat.el (spam-stat-strip-xref): New function.
16565         (spam-stat-process-directory): Use it.
16566
16567         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16568         here -- it's done in message-fetch-field.
16569
16570 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16571
16572         * gnus-agent.el (gnus-agent-queue-mail)
16573         (gnus-agent-prompt-send-queue): New variables.
16574         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16575         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16576         "nndraft:queue" along to gnus-draft-send.  Use
16577         gnus-agent-prompt-send-queue.
16578         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16579         is "nndraft:queue".  Suggested by Gaute Strokkenes
16580         <gs234@srcf.ucam.org>
16581
16582         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16583         (agent-enable-undownloaded-faces): Added.
16584         (gnus-agent-cat-groups): Use eval-and-compile, not
16585         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16586         method of gnus-agent-cat-groups even when the buffer has been
16587         evaled.
16588         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16589         delete gnus-agent-save-active-1.
16590         (gnus-agent-save-groups): Deleted.  Identical to
16591         gnus-agent-save-active.
16592         (gnus-agent-write-active): No longer adjust agent's copy of active
16593         file as agent's adjustments are now stored in their own
16594         file.  Removed optional parameter.
16595         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16596         servers.  Add use of min/max range limits from server's local
16597         file.
16598         (gnus-agent-save-alist): Removed unused optional argument.
16599         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16600         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16601         (gnus-agent-set-local): A per-server file that keeps min/max range
16602         limits for articles known to the agent.  Provides a fast mechanism
16603         for altering many active ranges.
16604         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16605         active file (local makes it unnecessary).
16606         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16607
16608         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16609         (agent-enable-undownloaded-faces): Added.
16610
16611         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16612         disable it when sending to "nndraft:queue".
16613         (gnus-group-send-queue): Add safety check to avoid sending queue
16614         when unplugged.
16615
16616         * gnus-group.el (gnus-group-catchup): Use new
16617         gnus-sequence-of-unread-articles, not
16618         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16619         numbers of articles.  Use gnus-range-map to avoid having to
16620         uncompress the unread list.
16621         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16622         Fixed invalid ange-ftp reference.
16623
16624         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16625         (gnus-sorted-range-intersection): Intersection of two ranges
16626         without requiring that they first be uncompressed.
16627
16628         * gnus-start.el (gnus-activate-group): Unless blocked by the
16629         caller, possibly expand the active range to include both cached
16630         and agentized articles.
16631         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16632         multiple version-dependent converters.
16633         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16634         gnus-agent-save-active.
16635         (gnus-save-newsrc-file): Save dirty agent range limits.
16636
16637         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16638         gnus-agent-possibly-alter-active.
16639         (gnus-adjust-marked-articles): Faster handling of simple lists.
16640
16641 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16642
16643         * spam-stat.el (spam-stat-test-directory): New optional argument
16644         displays a list of files detected.  Suggested by Andrew Cohen
16645         <cohen@andy.bu.edu>.
16646         (spam-stat-buffer-words-with-scores): Don't narrow and change
16647         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16648
16649 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16650
16651         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16652         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16653         (spam-spamassassin-arguments)
16654         (spam-spamassassin-spam-flag-header)
16655         (spam-spamassassin-positive-spam-flag-header)
16656         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16657         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16658         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16659         (spam-list-of-processors, spam-list-of-checks)
16660         (spam-list-of-statistical-checks, spam-registration-functions)
16661         (spam-check-spamassassin-headers, spam-check-spamassassin)
16662         (spam-spamassassin-score)
16663         (spam-spamassassin-register-with-sa-learn)
16664         (spam-spamassassin-register-spam-routine)
16665         (spam-spamassassin-register-ham-routine)
16666         (spam-assassin-register-spam-routine)
16667         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16668         (spam-bogofilter-score): Fix to show article before scoring.
16669
16670 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16671
16672         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16673         default scoring function.
16674         (spam-generic-score): Call spam-spamassassin-score if
16675         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16676         spam-bogofilter-score otherwise.
16677
16678         * gnus.el (spam-process, spam-autodetect-methods): Add
16679         spamassassin and spamassassin-headers.
16680
16681 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16682
16683         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16684         Suppress unnecessary messages.
16685
16686 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16687
16688         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16689         make-hash-table.
16690
16691 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * canlock.el (base64-encode-string): Don't autoload it.
16694
16695 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * run-at-time.el: Remove useless (require 'itimer),
16698         eval-and-compile and (featurep 'xemacs).
16699
16700 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16701
16702         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16703         GROUP is a virtual group.
16704
16705 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16706
16707         * gnus.el: Autoload `message-y-or-n-p'.
16708
16709 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16710
16711         * pgg-parse.el: Remove unnecessary (require 'custom).
16712
16713         * pgg-def.el: do.
16714
16715         * nnmail.el: do.
16716
16717         * gnus-undo.el: do.
16718
16719         * gnus-picon.el: do.
16720
16721         * gnus-util.el: do.
16722
16723 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16724
16725         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16726
16727 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16728
16729         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16730         handle, as well as a list.
16731
16732         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16733         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16734         (mm-w3m-cid-retrieve): Simplify.
16735
16736 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16737
16738         * message.el (message-kill-to-signature): Allow prefix arg to
16739         specify number of lines to keep before signature.
16740
16741 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16742
16743         * message.el (message-kill-to-signature): Change docstring.
16744
16745 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * canlock.el: Always require sha1-el.
16748         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16749
16750         * message.el: Autoload sha1 only when compiling.
16751
16752         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16753         eudc-expand-inline for XEmacs.
16754
16755 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16756
16757         * message.el (message-canlock-generate): Require sha1-el.
16758
16759 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16760
16761         * message.el (message-expand-name): Silence the byte compiler.
16762
16763         * lpath.el: Add detect-coding-system.
16764
16765         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16766         cus-edit.
16767
16768 2004-01-13  Simon Josefsson  <jas@extundo.com>
16769
16770         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16771         Invoke gnus-score-mode.  Reported by
16772         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16773
16774         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16775         Jim Blandy <jimb@redhat.com> (tiny change).
16776
16777 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16778
16779         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16780
16781 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16782
16783         * spam.el (spam-get-article-as-string): Update to use
16784         gnus-request-article-this-buffer, much simpler.
16785         (spam-get-article-as-buffer): Remove.
16786
16787 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16788
16789         * message.el (message-expand-name): Use EUDC if the user uses that.
16790
16791 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16792
16793         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16794         character for the encoding to avoid consing a string.
16795
16796         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16797         unnecessarily.
16798
16799         * mm-util.el (mm-replace-chars-in-string): Remove.
16800
16801         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16802         of mm-replace-chars-in-string.
16803
16804 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16805
16806         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16807
16808         * mm-util.el (mm-subst-char-in-string): Support inplace.
16809
16810         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16811         a new string in every iteration.  Use shy groups.
16812
16813 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16814
16815         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16816         * gnus-soup.el (gnus-soup-group-brew):
16817         * gnus-msg.el (gnus-put-message):
16818         * gnus-move.el (gnus-group-move-group-to-server):
16819         * gnus-kill.el (gnus-batch-score):
16820         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16821         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16822         (gnus-group-update-group, gnus-group-read-group)
16823         (gnus-group-make-group, gnus-group-make-help-group)
16824         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16825         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16826         (gnus-group-sort-by-unread, gnus-group-catchup)
16827         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16828         (gnus-group-yank-group, gnus-group-set-info)
16829         (gnus-group-list-groups):
16830         * gnus.el (gnus-generate-new-group-name):
16831         * gnus-delay.el (gnus-delay-send-queue):
16832         * nnvirtual.el (nnvirtual-catchup-group):
16833         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16834         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16835         (gnus-group-prepare-topics, gnus-topic-check-topology):
16836         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16837         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16838         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16839         (gnus-group-make-articles-read):
16840         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16841         (gnus-group-change-level, gnus-kill-newsgroup)
16842         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16843         (gnus-get-unread-articles, gnus-make-articles-unread)
16844         (gnus-make-ascending-articles-unread): Use accessor
16845         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16846         to get group information for improved readability.
16847
16848
16849 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16850
16851         * gnus-art.el (article-decode-mime-words, article-babel)
16852         (gnus-article-highlight-signature, gnus-article-add-buttons)
16853         (gnus-signature-toggle): Use gnus-with-article-buffer.
16854
16855         * gnus-art.el (gnus-article-highlight-headers)
16856         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16857
16858         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16859         (gnus-article-set-globals, gnus-request-article-this-buffer)
16860         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16861         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16862         (gnus-mime-display-alternative): Use with-current-buffer.
16863
16864 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16865
16866         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16867         also under 80 char limit, and call gnus-error if needed.
16868         (spam-fetch-article-header): Fix - it was a
16869         buffer-local variable (gnus-newsgroup-data).
16870         (spam-find-spam): Use spam-generate-fake-headers, forget about
16871         spam-insert-fake-headers.
16872         (spam-insert-fake-headers): Remove.
16873
16874 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16875
16876         * deuglify.el (gnus-article-outlook-unwrap-lines)
16877         (gnus-outlook-rearrange-article)
16878         (gnus-outlook-repair-attribution-outlook)
16879         (gnus-outlook-repair-attribution-block)
16880         (gnus-outlook-repair-attribution-other): Remove redundant
16881         save-excursion.
16882
16883 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16884
16885         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16886         (spam-fetch-field-subject-fast)
16887         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16888         (spam-fetch-article-header): Add functions to deal with Gnus
16889         internals for fast retrieval of article header data.
16890         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16891
16892 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16893
16894         * pop3.el (pop3-md5): Remove.
16895         (pop3-apop): Replace pop3-md5 with md5.
16896
16897         * mm-bodies.el: base64 is always built-in.
16898
16899         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16900         with-current-buffer.
16901
16902 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16903
16904         * canlock.el (canlock-insert-header): Remove excessive grouping in
16905         regexp.
16906
16907         * gnus-sum.el (gnus-summary-read-document): Ditto.
16908
16909         * gnus-uu.el (gnus-uu-part-number): Ditto.
16910
16911         * html2text.el (html2text-remove-tags): Ditto.
16912         (html2text-format-tags): Ditto.
16913         (html2text-format-single-elements): Ditto.
16914
16915         * mml.el (mml-parse-1): Ditto.
16916
16917 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16918
16919         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16920
16921         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16922
16923         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16924
16925         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16926
16927 2003-11-15  Simon Josefsson  <jas@extundo.com>
16928
16929         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16930         (pgg-gpg-lookup-key): Use regexp match instead of
16931         split-string (split-string is different between emacs 21.2 and
16932         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16933
16934 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16935
16936         * gnus-art.el (gnus-mime-view-all-parts)
16937         (gnus-article-part-wrapper, gnus-article-view-part): Use
16938         with-current-buffer.
16939
16940 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16941
16942         * spam.el (spam-disable-spam-split-during-ham-respool)
16943         (spam-spamoracle-database, spam-cache-lookups)
16944         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16945         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16946         (spam-group-ham-marks, spam-group-spam-marks)
16947         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16948         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16949         also add spam-use-blackholes to the statistical checks.
16950         (spam-fetch-field-fast): Add interface to fetching fields, may
16951         become a macro.
16952         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16953         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16954         (spam-insert-fake-headers): Fake an article when needed.
16955         (spam-find-spam): Fake article when possible.
16956         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16957         (spam-check-bogofilter-headers): Use message-fetch-field instead
16958         of nnmail-fetch-field.
16959
16960 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16961
16962         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16963
16964 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16965
16966         * spam.el (spam-split): Do not require spam-use-CHECK to be
16967         enabled if that check is passed to spam-split explicitly; also
16968         fix so 'spam doesn't get converted to spam-split-group when
16969         spam-split-symbolic-return is t.
16970         (spam-find-spam): Find registrations of the article and use those
16971         instead of re-running spam-split to find the spam/ham
16972         classification of the article.
16973         (spam-log-processing-to-registry, spam-log-registered-p)
16974         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16975         Use gnus-error instead of gnus-message.
16976         (spam-log-registration-type): Add function to determine the
16977         classification of a message based on registry entries; will
16978         return nil if both 'spam and 'ham are found.
16979         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16980         a reasonably fast local cache without the loading errors.
16981         (spam-cache-lookups): Set to t by default.
16982         (spam-find-spam): Don't try to guess spam-cache-lookups.
16983         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16984         spam-caches entry.
16985         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16986         caching of whitelist/blacklist entries.
16987         (spam-check-whitelist, spam-check-blacklist): Invoke
16988         spam-from-listed-p with a type, not a cache variable.
16989         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16990
16991 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16992
16993         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16994
16995         * nnmail.el (nnmail-split-fancy): do.
16996
16997         * mml.el (mml-parse): do.
16998
16999         * gnus-score.el (gnus-enter-score-words-into-hashtb)
17000         (gnus-score-adaptive): do.
17001
17002 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17003
17004         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
17005         (gnus-mime-button-map): Don't set keymap parent.
17006         (gnus-button-ctan-directory-regexp): Use shy grouping.
17007         (gnus-prev-page-map): Don't set keymap parent.
17008         (gnus-prev-page-map): Remove duplicated one.
17009         (gnus-next-page-map): Don't set keymap parent.
17010         (gnus-mime-security-button-map): Ditto.
17011
17012         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
17013         version number.
17014
17015         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
17016
17017 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17018
17019         * canlock.el (canlock-sha1-function): Remove.
17020         (canlock-sha1-function-for-verify): Remove.
17021         (canlock-openssl-program): Remove.
17022         (canlock-openssl-args): Remove.
17023         (canlock-ignore-errors): Remove.
17024         (canlock-sha1-with-openssl): Remove.
17025         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
17026         (canlock-verify): Don't use canlock-ignore-errors.
17027
17028         * sha1-el.el (sha1-string-external): Make it can return a string
17029         in binary form.
17030         (sha1-region-external): Ditto.
17031         (sha1-string-internal): Ditto.
17032         (sha1-region-internal): Ditto.
17033         (sha1-region): Ditto.
17034         (sha1-string): Ditto.
17035         (sha1): Ditto.
17036
17037 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17038
17039         * spam.el (spam-report-articles-gmane): New command.
17040
17041 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17042
17043         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17044
17045         * run-at-time.el (run-at-time-saved): Remove.
17046         (run-at-time): Doc fix.
17047
17048 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17049
17050         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17051         (gnus-summary-limit-map): Add it.
17052         (gnus-summary-make-menu-bar): do.
17053
17054 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17055
17056         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17057         Make attempt at some caching support (done for BBDB only now).
17058         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17059         addresses to be checked.
17060         (spam-clear-cache-BBDB): Add function, to be invoked by
17061         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17062         (spam-check-BBDB): Check and use the caches, if
17063         spam-cache-lookups is on, remove superfluous (provide).
17064
17065 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17066
17067         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17068
17069 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17070
17071         * run-at-time.el (run-at-time-saved): Move to after the definition
17072         of `run-at-time'.
17073
17074         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17075
17076 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17079         mm-w3m-local-map-property.
17080
17081         * mm-view.el (mm-w3m-mode-map): Remove.
17082         (mm-w3m-local-map-property): Remove.
17083         (mm-inline-text-html-render-with-w3m): Don't use
17084         mm-w3m-local-map-property.
17085
17086 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17087
17088         * run-at-time.el: New file.
17089
17090         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17091         under Emacs.
17092
17093         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17094         of gnus-set-text-properties.
17095
17096         * gnus-uu.el (gnus-uu-save-article): Ditto.
17097
17098         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17099
17100         * gnus-cite.el (gnus-cite-parse): Ditto.
17101
17102         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17103         of gnus-.
17104
17105         * gnus-xmas.el (run-at-time): Require run-at-time.
17106
17107         * gnus.el: Changed calls to nnheader-run-at-time and
17108         password-run-at-time throughout to use run-at-time directly.
17109
17110         * password.el: Removed definition of run-at-time.
17111
17112         * nnheaderxm.el: Remove definition of run-at-time.
17113
17114 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17115
17116         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17117         in prompt.
17118
17119 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17120
17121         * messagexmas.el (message-xmas-redefine): Alias
17122         `message-make-caesar-translation-table' to
17123         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17124         version.
17125
17126         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17127         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17128         `gnus-xmas-set-text-properties'.
17129         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17130         `gnus-xmas-completing-read'.
17131         (gnus-xmas-completing-read): Removed.
17132         (gnus-xmas-open-network-stream): Removed.
17133
17134         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17135         XEmacs version.
17136
17137         * dns.el (dns-make-network-process): Use `open-network-stream'
17138         instead of `gnus-xmas-open-network-stream'.
17139
17140         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17141
17142         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17143
17144 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17145
17146         * gnus-art.el (gnus-mime-display-alternative)
17147         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17148         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17149         Don't use gnus-local-map-property.
17150
17151         * gnus-util.el (gnus-local-map-property): Remove.
17152
17153         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17154         gnus-completing-read-maybe-default with completing-read.
17155
17156         * gnus-util.el (gnus-completing-read): do.
17157         (gnus-completing-read-maybe-default): Remove.
17158
17159 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17160
17161         * password.el: Only autoload `run-at-time' if not XEmacs.
17162         Only autoload the itimer functions if XEmacs.
17163
17164 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17165
17166         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17167         XEmacsen.
17168
17169         * dgnushack.el: Autoload executable-find for XEmacs.
17170
17171 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17172
17173         * gnus-art.el (gnus-read-string): Remove.
17174         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17175         read-string.
17176
17177 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17178
17179         * netrc.el: Autoload password-read.
17180         (netrc): Add configuration group.
17181         (netrc-encoding-method, netrc-openssl-path): Add
17182         variables for encoding and decoding of files with symmetric
17183         ciphers.
17184         (netrc-encode): Add assistant function to encode a file with
17185         netrc-encoding-method.
17186         (netrc-parse): Add interactive parameter, added optional
17187         decoding if netrc-encoding-method is non-nil but otherwise
17188         behavior is standard.
17189         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17190         Do s/encode/encrypt/ everywhere.
17191
17192         * spam.el: Remove executable-find autoload.
17193
17194 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17195
17196         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17197
17198         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17199
17200 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17201
17202         * gnus-art.el (gnus-treat-ansi-sequences)
17203         (article-treat-ansi-sequences): New variable and function.
17204         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17205
17206         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17207         Use it.
17208
17209 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17210
17211         * mm-util.el (mm-quote-arg): Remove.
17212
17213         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17214         shell-quote-argument.
17215
17216         * gnus-uu.el (gnus-uu-command): do.
17217
17218         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17219
17220         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17221         with make-char.
17222
17223         * mm-util.el (mm-make-char): Remove.
17224
17225         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17226         add-minor-mode.
17227
17228         * gnus-undo.el (gnus-undo-mode): do.
17229
17230         * gnus-topic.el (gnus-topic-mode): do.
17231
17232         * gnus-sum.el (gnus-dead-summary-mode): do.
17233
17234         * gnus-start.el (gnus-slave-mode): do.
17235
17236         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17237
17238         * gnus-ml.el (gnus-mailing-list-mode): do.
17239
17240         * gnus-gl.el (gnus-grouplens-mode): do.
17241
17242         * gnus-draft.el (gnus-draft-mode): do.
17243
17244         * gnus-dired.el (gnus-dired-mode): do.
17245
17246         * gnus-ems.el (gnus-add-minor-mode): Remove.
17247
17248         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17249         Replace gnus-char-width with char-width.
17250
17251         * gnus-ems.el (gnus-char-width): Remove.
17252
17253         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17254         Replace gnus-char-width with char-width.
17255
17256         * gnus-ems.el (gnus-char-width): Remove.
17257
17258         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17259         definition.
17260         Remove Emacs 20 hash table compatibility code.
17261
17262         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17263         20 compatibility code.
17264
17265         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17266
17267         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17268
17269         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17270         with point-at-{eol,bol}.
17271
17272         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17273
17274         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17275
17276         * flow-fill.el (fill-flowed-point-at-bol)
17277         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17278
17279         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17280         Replace with point-at-{eol,bol} throughout all files.
17281
17282 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17283
17284         * ntlm.el (ntlm-string-as-unibyte): New macro.
17285         (ntlm-build-auth-response): Use it.
17286
17287         Remove Emacs 20 stuff:
17288         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17289         (butlast, mapc, remove): Remove the compiler macros.
17290         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17291         of delq and copy-sequence.
17292         * gnus-art.el (popup-menu): Remove the compiler macro.
17293         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17294         Emacs 20.
17295
17296 2004-01-05  Simon Josefsson  <jas@extundo.com>
17297
17298         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17299         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17300         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17301         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17302         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17303         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17304         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17305         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17306         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17307         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17308         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17309         string-xor into ntlm-string-xor.  Suggested by
17310         Jesper Harder <harder@myrealbox.com>.
17311
17312         * ntlm.el: Don't include poem.
17313
17314         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17315         Jesper Harder <harder@myrealbox.com>.
17316
17317         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17318
17319         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17320         probably breaks emacs with DL patch, but do we care? Is anyone
17321         still using the DL stuff?)
17322
17323         * sieve-manage.el: Use the password package.
17324         (sieve-manage-read-passwd): Remove.
17325         (sieve-manage-interactive-login): Use password.  Re-add
17326         condition-case around loop.
17327
17328         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17329         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17330         the password package.
17331
17332 2003-02-19  Simon Josefsson  <jas@extundo.com>
17333
17334         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17335         token.
17336
17337 2002-08-07  Simon Josefsson  <jas@extundo.com>
17338
17339         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17340         (sieve-manage-authenticators):
17341         (sieve-manage-authenticator-alist): Add some SASL mechs.
17342         (sieve-sasl-auth): New function.
17343         (sieve-manage-cram-md5-auth):
17344         (sieve-manage-plain-auth): Rewrite using SASL library.
17345         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17346         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17347         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17348         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17349
17350 2004-01-05  Simon Josefsson  <jas@extundo.com>
17351
17352         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17353         New files.
17354
17355 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17356
17357         * gnus-group.el (gnus-no-groups-message): Update.
17358
17359         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17360
17361 2003-11-09  Simon Josefsson  <jas@extundo.com>
17362
17363         * imap.el: Support for ID IMAP extension (RFC 2971).
17364         (imap-local-variables): Add imap-id.
17365         (imap-id): New variable.
17366         (imap-id): New function.
17367         (imap-parse-response): Parse untagged ID response.
17368         * nnimap.el (nnimap-id): New variable.
17369         (nnimap-open-connection): Use it.
17370
17371 2003-12-28  Simon Josefsson  <jas@extundo.com>
17372
17373         * gnus-score.el (gnus-score-edit-all-score): New.
17374         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17375
17376 2004-01-04  Simon Josefsson  <jas@extundo.com>
17377
17378         * password.el: Add.
17379
17380 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17381
17382         * dns.el (dns-query-types): Fix typo.
17383         (dns-query-types): New function.
17384         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17385         PTR and SOA replies, see RFC 1035.
17386
17387 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17388
17389         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17390
17391         * Moved to Changelog.2.
17392
17393 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17394
17395         * gnus.el (gnus-version-number): Bump version.
17396
17397 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17398
17399         * gnus.el: No Gnus v0.1 is released.
17400
17401 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17402
17403         * gnus.el: No Gnus v0.0 is released.
17404
17405 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17406
17407         * gnus.el (gnus-version-number): Bump.
17408         (gnus-version): No.
17409
17410 See ChangeLog.2 for earlier changes.
17411
17412     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17413       Free Software Foundation, Inc.
17414
17415   This file is part of GNU Emacs.
17416
17417   GNU Emacs is free software: you can redistribute it and/or modify
17418   it under the terms of the GNU General Public License as published by
17419   the Free Software Foundation, either version 3 of the License, or
17420   (at your option) any later version.
17421
17422   GNU Emacs is distributed in the hope that it will be useful,
17423   but WITHOUT ANY WARRANTY; without even the implied warranty of
17424   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17425   GNU General Public License for more details.
17426
17427   You should have received a copy of the GNU General Public License
17428   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17429
17430 ;; Local Variables:
17431 ;; coding: utf-8
17432 ;; fill-column: 79
17433 ;; add-log-time-zone-rule: t
17434 ;; End: