Fix Gravatar documentation
[gnus] / lisp / ChangeLog
1 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nndoc.el (nndoc-retrieve-groups): New function.
4
5         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6         `default', use nnmail-split-methods.
7         (nnimap-request-article): Downcase the NILs so that they are nil.
8
9         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
10         symbol.
11
12         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
13         code, since if the user has requested network, that's what they ought
14         to get.
15         (nnimap-request-set-mark): Erase the buffer before issuing commands.
16         (nnimap-split-rule): Mark as obsolete.
17
18         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
19         variable.
20
21         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
22         correct slot, too.
23
24 2010-09-29  Julien Danjou  <julien@danjou.info>
25
26         * gnus.el (gnus-local-domain): Declare variable obsolete.
27
28         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
29         computing.
30         (gnus-ido-completing-read): Require ido.
31
32 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * gnus-registry.el: Don't prompt on load, which makes it impossible to
35         build Gnus.
36
37         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
38         when interpreting the structures.
39         (nnimap-request-accept-article): Add \r\n to the lines to make this
40         work with Cyrus.
41
42         * nnregistry.el: Added.
43
44         * nndraft.el (nndraft-request-expire-articles): Use the group name
45         instead if "nndraft".  Fix found by Nils Ackermann.
46
47 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
50         (mm-mime-charset)
51         * rfc2047.el (rfc2047-syntax-table)
52         * utf7.el (utf7-utf-16-coding-system): Comment fix.
53
54         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
55         rather than `insert-file-contents' and `eval-region'.
56
57         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
58         construction.
59
60         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
61
62         * time-date.el: No need to require cl for Emacs 21.
63
64 2010-09-29  Julien Danjou  <julien@danjou.info>
65
66         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
67         replacement of `gnus-gravatar-relief' to mimic
68         `gnus-faces-properties-alist'.
69         Add :version property.
70
71 2010-09-28  Florian Ragwitz  <rafl@debian.org>
72
73         * gnus-util.el (gnus-use-ido): Removed.
74         (gnus-std-completing-read): Add wrapper around completing-read.
75         (gnus-icompleting-read): Add wrapper around ibuffer-read-buffer.
76         (gnus-ido-completing-read): Add wrapper around ido-completing-read.
77         (gnus-completing-read-function): Add to chose from the above completion
78         functions or to provide a custom one.
79         (gnus-completing-read): Use the completing-read function configured
80         with gnus-completing-read-function.
81
82 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
83
84         * mail-source.el (mail-source-report-new-mail)
85         * message.el (message-default-mail-headers)
86         * mm-decode.el (mm-valid-image-format-p): Comment fix.
87
88         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
89
90 2010-09-28  Julien Danjou  <julien@danjou.info>
91
92         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
93         mail-address contains the same string as real-name.
94
95         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
96         non-blank in header, otherwise it'll get stripped.
97
98         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
99         real-name, and then for mail address rather than doing : or , search.
100
101 2010-09-27  Julien Danjou  <julien@danjou.info>
102
103         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
104         (gnus-server-goto-server): Use gnus-completing-read.
105
106         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
107
108         * mm-util.el (defalias): Use gnus-completing-read.
109         (mm-codepage-setup): Use gnus-completing-read.
110
111         * smime.el (smime-sign-buffer): Use gnus-completing-read.
112         (smime-decrypt-buffer): Use gnus-completing-read.
113
114         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
115
116         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
117         (mml-minibuffer-read-disposition): Use gnus-completing-read.
118         (mml-insert-multipart): Use gnus-completing-read.
119
120         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
121
122         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
123
124         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
125
126         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
127
128         * gnus.el (gnus-read-method): Use gnus-completing-read.
129
130         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
131
132         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
133         (gnus-mime-action-on-part): Use gnus-completing-read.
134         (gnus-article-encrypt-body): Use gnus-completing-read.
135
136         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
137         (gnus-topic-move-matching): Use gnus-completing-read.
138         (gnus-topic-copy-matching): Use gnus-completing-read.
139         (gnus-topic-sort-topics): Use gnus-completing-read.
140         (gnus-topic-move): Use gnus-completing-read.
141
142         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
143         (gnus-agent-add-group): Use gnus-completing-read.
144
145         * nnmairix.el (nnmairix-create-server-and-default-group): Use
146         gnus-completing-read.
147         (nnmairix-update-groups): Use gnus-completing-read.
148         (nnmairix-get-server): Use gnus-completing-read.
149         (nnmairix-backend-to-server): Use gnus-completing-read.
150         (nnmairix-goto-original-article): Use gnus-completing-read.
151         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
152
153         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
154
155         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
156         (gnus-group-make-useful-group): Use gnus-completing-read.
157         (gnus-group-make-web-group): Use gnus-completing-read.
158         (gnus-group-add-to-virtual): Use gnus-completing-read.
159         (gnus-group-browse-foreign-server): Use gnus-completing-read.
160
161         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
162         (gnus-summary-limit-to-extra): Use gnus-completing-read.
163         (gnus-summary-execute-command): Use gnus-completing-read.
164         (gnus-summary-respool-article): Use gnus-completing-read.
165         (gnus-read-move-group-name): Use gnus-completing-read.
166
167         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
168         (gnus-summary-score-effect): Use gnus-completing-read.
169
170         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
171
172         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
173         right completing-read function.
174         (gnus-use-ido): New variable
175         (gnus-completing-read-with-default): Remove.
176
177 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
178
179         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
180         x-focus-frame.
181
182         * nnimap.el (auth-source-forget-user-or-password)
183         (auth-source-user-or-password): Autoload.
184
185         * message.el (message-from-style, message-interactive)
186         (message-cite-prefix-regexp, message-sendmail-envelope-from)
187         (message-yank-prefix, message-indentation-spaces, message-signature)
188         (message-signature-file): Add comment.
189
190 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
193         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
194         new articles.
195
196         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
197         parts.
198         (nnimap-request-article): Work with the t setting, too.
199
200         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
201         that you don't get flashes of other buffers.
202         (gnus-summary-show-complete-article): Intern before setting.
203
204 2010-09-27  David Engster  <dengste@eml.cc>
205
206         * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
207         well as HEADERS.
208         (nnmairix-retrieve-headers): Provide new argument for the above.
209
210 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * gnus-sum.el (gnus-summary-move-article): Don't alter
213         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
214         group.
215
216         * nnimap.el (nnimap-update-info): Don't destructively alter active.
217
218         * message.el (message-cite-prefix-regexp): Revert my last edit.
219
220         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
221         variable instead of the Gnus variable.
222
223         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
224
225         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
226         again.
227
228         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
229         since some servers don't like it.
230         (nnimap-open-connection): Forget credentials if the server says the
231         password was wrong.
232         (nnimap-parse-line): Protect against invalid data.
233
234         * gnus-sum.el (gnus-summary-move-article): Add comment.
235         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
236         nothing alters it while scanning for new messages.
237
238         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
239         which may or may not help.
240         (nnimap-open-connection): If we're doing a stream connection, and then
241         discover we're on a STARTTLS-capable server, then open a STARTTLS
242         connection instead.
243
244 2010-09-27  Florian Ragwitz  <rafl@debian.org>  (tiny change)
245
246         * sieve-manage.el (sieve-manage-default-stream): Make default stream
247         customizable.
248
249 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * nnimap.el (utf7): Required.
252
253         * message.el (message-cite-prefix-regexp): Remove "}" from citation
254         prefix.
255
256 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
257
258         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
259
260 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
261
262         * nnimap.el (nnimap-request-accept-article): Message the error on
263         error.
264
265 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
268
269 2010-09-26  Florian Ragwitz  <rafl@debian.org>  (tiny change)
270
271         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
272         handing broken links to browse-url.
273
274 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * nndoc.el (nndoc-request-list): Return success always.
277
278         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
279         `fetch-old' -- we only want to fetch the articles we've requested.  The
280         rest are in the agent, probably.
281         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
282         disappeared server" to something low.  It's not important.
283
284         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
285         arrived before the FETCH data.
286
287         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
288         target here, because we don't know the Gnus name of the group.
289
290         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
291         for the correct group.
292
293         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
294
295         * gnus.el (gnus): Give a final warning after startup.
296
297         * gnus-util.el (gnus-action-message-log): New variable.
298         (gnus-message): Use it.
299         (gnus-final-warning): New function.
300
301         * nnimap.el (nnimap-open-connection): Record the greeting.
302         (nnimap): Add greeting.
303
304 2010-09-26  Julien Danjou  <julien@danjou.info>
305
306         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
307         arguments.
308         (gnus-html-wash-images): Fix spec computing to include start/end.
309
310         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
311
312 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
315         deletion.
316         (nnimap-retrieve-headers): Don't select the group, because that's
317         already done by nnimap-possibly-change-group.
318
319         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
320         (gnus-picon-transform-address): Use it.
321
322         * mail-source.el (mail-source-value): Revert previous patch.
323
324         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
325         on failure.
326         (nnimap-open-connection): Look up both virtual and physical server name
327         credentials.
328
329         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
330
331 2009-02-07  Dave Love  <fx@gnu.org>
332
333         * tls.el (open-tls-stream): Don't query killing process.
334
335 2009-02-08  Dave Love  <fx@gnu.org>
336
337         * gnus-win.el (gnus-window-to-buffer-helper,
338         gnus-all-windows-visible-p): Function needn't be a symbol.
339
340         * mail-source.el (mail-source-value): Function needn't be a symbol.
341
342 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
343
344         * message.el (message-cite-prefix-regexp): Remove } from the cite
345         prefix.
346
347         * gnus-art.el (gnus-treatment-function-alist): Do picons before
348         highlight again, so that the highlight is correct.
349
350         * gnus-picon.el (gnus-picon): Remove again.
351         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
352
353         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
354         doing the header highlightling, so that the background colour of the
355         picon is correct.
356
357         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
358         (gnus-picon): Ditto.
359         (gnus-picon): Reinstate.  The background colour for picons is white.
360         (gnus-picon-insert-glyph): Make the background white.
361
362         * nnml.el (nnml-open-nov): Don't return dead buffers.
363
364         * auth-source.el (auth-source-create): Query the user for whether to
365         store the credentials.
366
367         * netrc.el (netrc-store-data): New function.
368
369         * auth-source.el (auth-source-user-or-password): Use the existing auth
370         sources, if any, for creation.
371
372         * gnus.el (gnus-group-fast-parameter): Return the last matching
373         parameter instead of the first matching parameter.
374
375 2010-09-26  Julien Danjou  <julien@danjou.info>
376
377         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
378
379 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * mml2015.el (mml2015-use): Remove gpg support.
382
383         * mml1991.el (mml1991-function-alist): Remove gpg function.
384         (mml1991-gpg-sign): Removed.
385
386 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
387
388         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
389         (gnus-browse-unsubscribe-current-group): Document it.
390         (gnus-browse-unsubscribe-group): Use it.
391
392 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
395         address to the To list for easier response.
396
397         * gnus.el (gnus-play-startup-jingle): Removed.
398         (gnus-splash): Don't play jingle.
399         (gnus): Silence gnus-load message.
400
401         * gnus-art.el (gnus-treat-play-sounds): Removed.
402
403         * gnus.el (gnus-play-jingle): Remove audio support.
404
405         * gnus-cus.el (gnus-score-customize): Remove audio reference.
406
407         * earcon.el: Removed -- no users.
408
409         * gnus-audio.el: Removed -- no users of this package.
410
411         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
412
413         * gnus-start.el (gnus-setup-news): Remove nocem support.
414
415         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
416
417         * gnus.el (gnus-use-nocem): Removed.
418
419         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
420         Removed.
421
422         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
423         uses NoCeM any more.
424
425         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
426         (gnus-button-ctan-handler): Ditto.
427         (gnus-button-handle-ctan-bogus-regexp): Ditto.
428         (gnus-button-ctan-directory-regexp): Ditto.
429         (gnus-button-handle-ctan): Ditto.
430         (gnus-button-tex-level): Ditto.
431         (gnus-button-alist): Removed CTAN stuff.
432
433 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
434
435         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
436         nnimap-streaming test.
437
438         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
439         servers twice.
440
441         * nnimap.el (nnimap-open-connection): Add more error reporting when
442         nnimap fails early.
443
444         * nnheader.el (nnheader-get-report-string): New function.
445         (nnheader-get-report): Use it.
446
447         * gnus-int.el (gnus-check-server): Say what the error was when opening
448         failed.
449
450         * nnimap.el (nnimap-wait-for-response): Search further when we're not
451         using streaming.
452
453 2010-09-25  Julien Danjou  <julien@danjou.info>
454
455         * gnus-html.el (gnus-html-rescale-image): Use our defalias
456         gnus-window-inside-pixel-edges.
457
458 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
459
460         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
461
462         * mm-decode.el (mm-save-part): Allow saving to other directories the
463         normal Emacs way.
464
465         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
466         by Jay Berkenbilt.
467
468         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
469         there isn't a single byte.
470
471         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
472         just do it.  It doesn't really seem to matter what the user responds
473         here, I think, so it's just a confusing question.
474
475         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
476         non-streaming case.
477
478         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
479         (gnus-article-encrypt-body): Use it.
480
481         * gnus-sum.el (gnus-summary-show-complete-article): New command and
482         keystroke.
483
484         * nnimap.el (nnimap-find-wanted-parts-1): Use
485         gnus-fetch-partial-articles.
486
487         * gnus-art.el (gnus-fetch-partial-articles): New variable.
488
489         * nnimap.el (nnimap-insert-partial-structure): New function.
490         (nnimap-get-partial-article): New function.
491         (nnimap-request-article): Use it.
492         (nnimap-wait-for-response): Return whether the wait was successful.
493         (nnimap-finish-retrieve-group-infos): Don't do anything if the
494         retrieval wasn't successful.
495         (nnimap-retrieve-group-data-early): Allow throttling servers.
496         (nnimap-streaming): New variable.
497         (nnimap-fetch-partial-articles): Removed.
498
499         * mm-decode.el (mm-with-part): Protect against killed buffers.
500
501         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
502         for prettier summary display.
503
504 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
505
506         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
507         directly.
508
509 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
510
511         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
512         apparently third-party libraries depend on it.
513
514         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
515         before starting negotiation.
516
517         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
518         privacy reasons.
519         (gnus-treat-mail-gravatar): Ditto.
520
521         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
522         buffer when inserting images.  Inserting text into the headers, for
523         instance, can make them invalid.
524
525 2010-09-25  Julien Danjou  <julien@danjou.info>
526
527         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
528         variables.
529
530         * nnheader.el: Remove useless variables news-reply-yank-from and
531         news-reply-yank-message-id.
532
533         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
534         variables.
535
536         * mml1991.el: Remove useless mml1991-verbose.
537
538         * gnus.el: Remove useless variable gnus-use-generic-from.
539         Remove obsolete variable gnus-topic-indentation.
540
541         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
542
543         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
544
545         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
546
547         * gnus-group.el: Remove useless gnus-group-icon-cache.
548         Remove useless gnus-ephemeral-group-server.
549
550         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
551
552         * mml2015.el: Remove useless mml2015-verbose.
553
554         * mml-smime.el: Remove useless mml-smime-verbose.
555
556         * gnus.el: Remove useless gnus-local-domain.
557
558         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
559         gnus-gravatar-size.
560
561         * gnus-art.el: Remove useless gnus-treat-translate.
562
563 2010-09-24  Julien Danjou  <julien@danjou.info>
564
565         * gnus-sum.el: Add support for Gravatars.
566
567         * gnus-art.el: Add support for Gravatars.
568
569         * gnus-gravatar.el: Add this file.
570
571         * gravatar.el: Add this file.
572
573 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574
575         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
576
577         * gnus-group.el (gnus-group-fetch-faq): Removed.
578
579         * gnus.el (gnus-group-faq-directory): Removed.
580
581         * gnus-group.el (gnus-group-fetch-charter): Removed.
582
583         * gnus.el (gnus-group-charter-alist): Removed.
584
585         * gnus-group.el (gnus-group-archive-directory): Removed.
586         (gnus-group-recent-archive-directory): Ditto.
587         (gnus-group-make-archive-group): Removed.
588
589         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
590
591         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
592         use the same article number for all the cached articles.
593
594         * nnimap.el (nnimap-command): Register the last command time so
595         that we can use it for idling NOOPs.
596         (nnimap-open-connection): Start the keeplive timer.
597         (nnimap-make-process-buffer): Store all the process buffers.
598         (nnimap-keepalive): New function.
599
600         * starttls.el: (starttls-open-stream): Add autoload cookie.
601
602 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
603
604         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
605         handling.
606
607 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
610         its data structures.
611
612         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
613         instead of the cl.el copy-list.
614         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
615         equalp.
616
617 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
618
619         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
620         and tool-bar-local-item-from-menu.
621
622         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
623         mode-line-highlight face for Emacs.
624
625         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
626         loading gnus-sum.elc; fix comment for canlock-verify.
627         (gnus-article-jump-to-part): Use read-number.
628         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
629         Emacs pre-21 compatible code for help-echo.
630         (gnus-article-next-page-1): No need to adjust the number of lines.
631         (gnus-article-describe-bindings): Always use help-buffer.
632
633         * gnus-audio.el (gnus-audio-inline-sound)
634         * gnus-cus.el (gnus-custom-mode)
635         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
636
637         * gnus-sum.el (gnus-remove-overlays): Doc fix.
638
639         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
640         compatible code.
641
642 2010-09-24  Glenn Morris  <rgm@gnu.org>
643
644         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
645         visiting the fcc file in rmail-mode.
646
647         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
648
649 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * nnir.el: Silence the byte compiler.
652
653         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
654         alias to browse-url-url-encode-chars if any.
655         (gnus-html-encode-url): Use it.
656
657 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658
659         * gnus-start.el (gnus-use-backend-marks): New variable.
660         (gnus-get-unread-articles-in-group): Use it.
661
662         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
663         makeover.
664
665 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
666
667         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
668
669 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
670
671         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
672         Removed.
673         (gnus-setup-news-hook): Removed
674         gnus-fixup-nnimap-unread-after-getting-new-news.
675
676         * gnus-int.el (gnus-request-update-info): Protect against backends not
677         having the function.
678
679         * nnimap.el (nnimap-stream): Mention starttls.
680         (nnimap-open-connection): Add starttls support.
681
682 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
683
684         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
685
686 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
689         BODYSTRUCTUREs.
690         (nnimap-transform-headers): Unfold quoted {42} headers.
691
692         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
693         the info.
694         (gnus-get-unread-articles): Only call updatep on backends that support
695         it.
696
697         * nnweb.el (nnweb-request-update-info): NOOP.
698
699         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
700
701         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
702         since it only deals with marks.
703
704         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
705         gnus-request-marks, and make a new gnus-request-update-info.
706
707         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
708         the active instead of the high number, which is usually too low.
709
710 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
711
712         * netrc.el (netrc-parse): Remove encrypt.el mentions.
713         * encrypt.el: Removed.
714
715 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
716
717         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
718         server in symbolic form.
719
720         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
721         0.9.
722
723 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
724
725         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
726         (nnimap-update-info): Fix up code slightly.
727
728         * gnus-int.el (gnus-open-server): Add tracing for performance
729         debugging.
730
731         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
732         (gnus-group-insert-group-line): Pass the real group name so that it
733         gets the right data.
734
735         * gnus-start.el (gnus-get-unread-articles): Don't have
736         `gnus-get-unread-articles-in-group' update info, since that can be
737         really slow and doesn't seem to be needed?
738
739 2010-09-22  Dan Christensen  <jdc@uwo.ca>
740
741         * time-date.el (date-to-time): Try using parse-time-string first before
742         using the slower timezone-make-date-arpa-standard.
743
744 2010-09-22  Julien Danjou  <julien@danjou.info>
745
746         * gnus-group.el (gnus-group-insert-group-line): Call
747         gnus-group-highlight-line.
748         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
749         default hook list.
750         (gnus-group-update-eval-form): Add new function.
751         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
752         (gnus-group-get-icon): Use gnus-group-update-eval-form.
753
754 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
757         immediate, then expire all articles.
758         (nnimap-update-info): Fix off-by-one errors.
759         (nnimap-flags-to-marks): Would return no marks lists for group with no
760         flags.  Instead return the other data.
761
762 2010-09-22  Julien Danjou  <julien@danjou.info>
763
764         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
765         Only return an icon.
766         (gnus-group-insert-group-line): Compute icon to return.
767
768         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
769         variable.
770         (gnus-html-image-fetched): Only cache if
771         gnus-html-image-automatic-caching is set.
772         (gnus-html-image-fetched): Check for errors.
773
774 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
777         once per method on `g'.  This ensures that backends like nnfolder don't
778         open all their folders.
779
780         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
781         (nnimap-request-list): Nix out group in the correct buffer.
782         (nnimap-parse-flags): Implement by using `read' instead of
783         hand-parsing.
784         (nnimap-flags-to-marks): Pass on permanent-flags.
785         (nnimap-make-process-buffer): Record the server name.
786         (nnimap-parse-flags): Fix typo.
787         (nnimap-request-scan): Run split on the server in general, not just a
788         single group.
789
790         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
791         parameter, and propagate this downwards.
792
793         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
794         since EXAMINE changes it on the server.
795
796         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
797         this command might take a while.
798
799 2010-09-22  Julien Danjou  <julien@danjou.info>
800
801         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
802         harmful if you have 2 images side-by-side, they can't be properly
803         update on text deletion.  Using text-property is safer here.
804         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
805         data.
806
807 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * nnimap.el (nnimap-expunge-inbox): Removed.
810         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
811         (nnimap-expunge): Flip default to t.
812
813         * gnus.el (gnus-method-to-server): Don't push things to the cache
814         unless it's unique.
815         (gnus-server-to-method): Ditto.
816
817 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
818
819         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
820
821 2010-09-22  Julien Danjou  <julien@danjou.info>
822
823         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
824         get the start of data.
825         (gnus-html-encode-url): Add this function to encode special chars in
826         URL.
827         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
828         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
829
830         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
831         default.
832         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
833
834         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
835         images alt-text.
836         (gnus-html-put-image): Put alt-text as help-echo.
837
838 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
841         * mm-util.el (mm-decompress-buffer)
842         * nnir.el (nnir-run-find-grep)
843         * pop3.el (pop3-list): Use 3rd arg of split-string.
844
845         * time-date.el (format-seconds): Comment fix.
846
847         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
848         and byte-optimize-form-code-walker.
849         (dgnushack-make-auto-load): Don't advise make-autoload.
850
851         * lpath.el: Remove Emacs 21 stuff.
852
853 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854
855         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
856         outside the active range.  Suggested by Dan Christensen.
857
858         * gnus-start.el (gnus-get-unread-articles): Get the extended method
859         slightly later to avoid double-getting it.
860
861         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
862         previous patch.
863
864         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
865
866 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
867
868         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
869
870 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * gnus-int.el (gnus-open-server): Give a better error message in the
873         "go offline" case.
874
875         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
876         marks for nnimap, which is seldom the right thing to do.
877
878         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
879         (gnus-same-method-different-name): New function.
880
881         * nnimap.el (parse-time): Require.
882
883         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
884         method in the presence of many similar methods.
885
886         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
887
888         * nnimap.el (nnimap-find-expired-articles): Don't refer to
889         nnml-inhibit-expiry.
890
891         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
892         find out whether methods are equal.
893
894         * nnimap.el (nnimap-find-expired-articles): New function.
895         (nnimap-process-expiry-targets): New function.
896         (nnimap-request-move-article): Request the article before looking at
897         what the Message-ID is.  Fix found by Andrew Cohen.
898         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
899
900         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
901         for oldness in addition to being a predicate.
902
903         * nnimap.el (nnimap-request-group): When we have zero articles, return
904         the right data to Gnus.
905         (nnimap-request-expire-articles): Only delete articles immediately if
906         the target is 'delete.
907
908         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
909         method, this would bug out.
910
911         * gnus-group.el (gnus-group-expunge-group): Renamed from
912         gnus-group-nnimap-expunge, and implemented as a normal interface
913         function.
914
915         * gnus-int.el (gnus-request-expunge-group): New function.
916
917         * nnimap.el (nnimap-request-create-group): Implement.
918         (nnimap-request-expunge-group): New function.
919
920 2010-09-21  Julien Danjou  <julien@danjou.info>
921
922         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
923         (gnus-html-cache-expired): Add new function.
924         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
925         wethever we should display image for fetch it.
926         Compute alt-text earlier to pass it to the fetching function too.
927         (gnus-html-schedule-image-fetching): Change function argument to only
928         get one image at a time, not a list.
929         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
930         cache.
931         (gnus-html-get-image-data): New function to retrieve image data from
932         cache.
933         (gnus-html-put-image): Change buffer argument to use image data rather
934         than file, and place image above region rather than inserting a new
935         one. Do not take alt-text as argument, since it's useless now: we place
936         the image above alt-text.
937         (gnus-html-prune-cache): Remove.
938         (gnus-html-show-images): Start to fetch image when we find one, do not
939         push into a temporary list.
940         (gnus-html-prefetch-images): Only fetch image if they have expired.
941         (gnus-html-browse-image): Fix, use 'gnus-image-url.
942         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
943
944 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
947
948 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
951         spec inser "*" if the group isn't active instead of 0.
952
953         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
954         opening the server.
955         (nnimap-request-delete-group): Implement group deletion.
956         (nnimap-transform-headers): Return the size of the entire message in
957         the Bytes header, not just the size of the first part.
958         (nnimap-request-move-article): When moving an article from nnimap,
959         request the article first so the accepting form has an article to
960         accept.  Reported by Dan Christensen.
961         (nnimap-command): Make sure that the error message doesn't error out.
962
963 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
964
965         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
966         we haven't requested anything.
967
968 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969
970         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
971         "".  Fix found by Andrew Cohen.
972
973         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
974         instead of -encode-string.
975
976 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
979
980         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
981         by mm-subst-char-in-string.
982
983 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
984
985         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
986         waiting for the connection string.
987
988         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
989         arriving.
990
991         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
992         bogus characters.  This allows selecting certain Gmail groups.
993
994         * nnimap.el (nnimap-find-wanted-parts-1): New function.
995         (nnimap-fetch-partial-articles): New variable.
996         (nnimap-open-connection): When looking for credentials, also use the
997         nnimap-server-port.
998         (nnimap-request-article): Return the group/article number, so that Gnus
999         `^' works as expected.
1000         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
1001         them.
1002
1003         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
1004         comments.
1005         (gnus-methods-sloppily-equal): New function.
1006         (gnus): When using the development version of Gnus, load the gnus-load
1007         file.
1008
1009         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
1010         `gnus-open-server' on each method before trying to scan them etc.  This
1011         ensures that all the backend parameters are set correctly.
1012
1013         * nnimap.el (nnimap-authenticator): New variable.
1014         (nnimap-open-connection): Allow anonymous login.
1015         (nnimap-transform-headers): The chars header is called Chars not
1016         Bytes.
1017         (nnimap-wait-for-response): Don't infloop if the IMAP connection
1018         drops.
1019
1020         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
1021         patch, found by Knut Anders Hatlen.
1022
1023 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
1024
1025         * gnus-agent.el (gnus-agent-batch-confirmation)
1026         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
1027         to gnus-message.
1028         * gnus-art.el (gnus-article-describe-briefly): Likewise.
1029         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
1030         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
1031         * gnus-int.el (gnus-open-server): Likewise.
1032         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
1033         (gnus-score-check-syntax): Likewise.
1034         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
1035         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
1036         Likewise.
1037         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
1038
1039 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
1042         calling conventions so that prefetch doesn't bug out.
1043
1044 2010-09-19  Julien Danjou  <julien@danjou.info>
1045
1046         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
1047         rather than `subst-char-in-region' in order to be able to replace ASCII
1048         char by UTF-8 ones.
1049
1050         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
1051         than curl.
1052         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
1053         the right URL and ALT text on images.
1054         (gnus-html-wash-tags): Fix tag case.
1055         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
1056         (gnus-article-html): Add -o display_ins_del=2 option.
1057         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
1058
1059 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
1062         the extra mail headers, which sometimes seem to happen for unknown
1063         reasons.
1064
1065         * mail-parse.el (mail-header-encode-parameter): Define as
1066         rfc2045-encode-string instead of as rfc2231-encode-string, since some
1067         (or most, perhaps?) mail readers don't understand the latter, but do
1068         understand the former.
1069
1070         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
1071         to nil, so that no methods are automatically agentized.  I think this
1072         is probably what most users want.
1073
1074         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
1075         from url-retrieve, for instance about invalid URLs.
1076
1077         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
1078         groups that have no articles.
1079         (nnimap-request-article): Check that we really got an article when we
1080         requested one.
1081
1082         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
1083         doesn't exist.
1084
1085         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
1086         nntp buffer so the agent can save it.
1087         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
1088         that CRLF doesn't get translated to \n.
1089         (nnimap-open-connection): Don't make 'shell commands only send \n.
1090
1091 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1092
1093         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
1094         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
1095         Update var name.
1096         (nnml-generate-nov-file): Use dolist.
1097         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
1098         Use with-current-buffer.
1099
1100 2010-09-18  Julien Danjou  <julien@danjou.info>
1101
1102         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
1103         parallel.
1104
1105 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * nnimap.el (nnimap-update-info): When doing partial marks update, get
1108         the range update right.
1109         (nnimap-request-group): Don't make `M-g' bug out on group with no
1110         marks.
1111         (nnoo): Required, so that other packages can require nnimap.
1112         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
1113         command we're looking for.  This helps when the server sends more
1114         responses after we've gotten everything we expected.
1115         (nnimap): Add a `newlinep' field to keep track of end-of-line
1116         conventions.
1117         Don't send CRLF to things that don't want it.
1118         (nnimap-request-accept-article): Ditto.
1119
1120 2010-09-18  Julien Danjou  <julien@danjou.info>
1121
1122         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
1123         than curl to retrieve images.
1124
1125 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1126
1127         * nnimap.el (nnimap-update-info): Extend the info so that we can set
1128         the marks.
1129         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
1130         (nnimap-wait-for-connection): New function.
1131         (nnimap-open-connection): If we have PREAUTH, don't query for login
1132         credentials.
1133         (nnimap-update-info): Fix off-by-one error when concatenating ranges
1134         when doing a partial update.
1135
1136 2010-09-18  Julien Danjou  <julien@danjou.info>
1137
1138         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
1139         tags.
1140
1141 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142
1143         * nnimap.el (nnimap-credentials): New function.
1144         (nnimap-open-connection): Use the new function to look for credentials
1145         also on the numeric equivalents of "imap" and "imaps".
1146
1147         * gnus-start.el (gnus-activate-group): Send the info to
1148         gnus-request-group.
1149
1150         * nnimap.el (nnimap-request-group): Have the "check" version of the
1151         function parse flags and update the info, so that a `M-g' get a total
1152         resync of all flags from the group.
1153
1154         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
1155         to allow backends to alter the info on group selection.  Also alter all
1156         the backend -request-group functions to take the parameter.
1157
1158         * nnimap.el (nnimap-store-info): New function.
1159         (nnimap-update-info): Store the info for later usage.
1160         (nnimap-request-group): Use the stored info for the dont-check case, so
1161         that we don't retrieve all marks when we enter a group.
1162
1163         * nnimap.el: Use deffoo instead of defun for interface functions.
1164
1165         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
1166         update the group info.  This makes the nndraft groups, for instance, go
1167         back to their old behaviour.
1168
1169         * gnus-sum.el (gnus-select-newsgroup): Indent.
1170
1171         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
1172         in.
1173         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
1174         nothing.
1175
1176         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
1177         from methods that are denied.
1178
1179         * gnus-int.el (gnus-method-denied-p): New function.
1180
1181         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
1182         store the password instead of netrc.
1183         (nnimap-open-connection): Don't error out when we can't make a
1184         connections.
1185
1186         * auth-source.el (auth-source-create): In the password prompt, say what
1187         we're querying for.  Also prompt for user name if that hasn't been
1188         given.
1189
1190         * nnimap.el (nnimap-with-process-buffer): Removed.
1191
1192 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193
1194         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
1195         method when we're reading from the agent.
1196
1197         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
1198
1199         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
1200         that's probably most useful for users.
1201
1202         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
1203         "failed" all the time.
1204
1205         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
1206         ...)) with (with-current-buffer ... ).
1207
1208         * nntp.el (nntp-open-server): Return whether the open was successful or
1209         not.
1210
1211         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
1212         select an unread unseen article first.
1213
1214         * nnimap.el (nnimap-open-connection): If the user doesn't have a
1215         /etc/services, supply some sensible port defaults.
1216
1217         * dgnushack.el: Define netrc-credentials.
1218
1219 2010-09-17  Julien Danjou  <julien@danjou.info>
1220
1221         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
1222
1223 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1224
1225         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
1226         doesn't have any parameters.
1227
1228 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
1231         only upcased checks.
1232
1233         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
1234
1235         * nnimap.el (nnimap-open-shell-stream): New function.
1236         (nnimap-open-connection): Use it.
1237         (nnimap-transform-headers): Get the number of lines in each message.
1238         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
1239         number of lines.
1240         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
1241         problem.
1242
1243         * utf7.el (utf7-encode): Autoload.
1244
1245         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
1246         to allow the mail splitting to not return a default group.  This is
1247         useful for nnimap, which will leave unmatched mail in the inbox.
1248
1249         * nnimap.el: Rewritten.
1250
1251         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
1252         nnimap usage.
1253
1254         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
1255         if the move is internal, so that nnimap can do fast internal moves.
1256
1257         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
1258         data.
1259         (gnus-read-active-for-groups): Support finishing the early retrieval of
1260         data.
1261
1262         * gnus-range.el (gnus-range-nconcat): New function.
1263
1264         * gnus-int.el (gnus-finish-retrieve-group-infos)
1265         (gnus-retrieve-group-data-early): New functions.
1266
1267 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1268
1269         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
1270         (nnrss-retrieve-groups):
1271         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
1272         (pop3-quit): Use with-current-buffer.
1273
1274 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
1277         instead of nnheader-accept-process-output.
1278
1279         * dgnushack.el (dgnushack-compile): Add comment.
1280
1281         * lpath.el: No need to fbind propertize for XEmacs 21.4.
1282
1283         * gnus-html.el (gnus-html-schedule-image-fetching)
1284         (gnus-html-prefetch-images): Replace process-kill-without-query by
1285         gnus-set-process-query-on-exit-flag.
1286
1287 2010-09-16  Romain Francoise  <romain@orebokech.com>
1288
1289         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
1290
1291 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1292
1293         * gnus-registry.el (gnus-registry-install-shortcuts): The second
1294         parameter to unintern is mandatory-ish in Emacs 24.
1295
1296         * gnus-html.el (gnus-html-schedule-image-fetching)
1297         (gnus-html-prefetch-images): Check for curl before using it.
1298
1299         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
1300         depend on curl, which isn't essential.
1301
1302         * imap.el: Revert back to version
1303         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1304         seem problematic.
1305
1306 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1307
1308         * gnus-registry.el (gnus-registry-install-shortcuts):
1309         Explicitly pass `obarray' to `unintern' to avoid a warning.
1310
1311 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
1314         change.
1315
1316         * nnrss.el (nnrss-request-list): Removed this function and related
1317         functions, including the moreover stuff.
1318
1319 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1320
1321         * nnrss.el (nnrss-retrieve-groups): New function.
1322
1323 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1324
1325         * .dir-locals.el: Add no-byte-compile cookie.
1326
1327 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * time-date.el (format-seconds): Comment fix.
1330
1331         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
1332         for back end that doesn't support request-scan.
1333
1334 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1335
1336         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
1337         then do request scans from the backends.
1338
1339         * netrc.el (netrc-credentials): New conveniency function.
1340
1341         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
1342         avoid running a hook per line, since this takes a lot of time,
1343         profiling shows.
1344         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
1345         directly if gnus-visual-p is true.
1346
1347 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
1350         groups; replace mapcar with dolist which is a bit faster; pass groups
1351         info to gnus-read-active-file-1.
1352         (gnus-read-active-file-1): Scan only specified groups if the new
1353         optional arg `infos' is given.
1354
1355 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1356
1357         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
1358
1359         * pop3.el (pop3-movemail): Removed.
1360         (pop3-streaming-movemail): Renamed to pop3-movemail.
1361
1362         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
1363         don't restrict end-tag searches to the end of the line.
1364
1365 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
1368         articles of every unchecked group to t, which means unknown since the
1369         server has never been opened.
1370
1371 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1372
1373         * gnus-html.el (gnus-html-show-alt-text): New command.
1374         (gnus-html-browse-image): Ditto.
1375         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
1376         to browse the image directly.
1377         (gnus-html-wash-tags): Search for images first, so that <a><img> works
1378         better.
1379
1380         * gnus-async.el (gnus-async-article-callback): Call
1381         `gnus-html-prefetch-images' unconditionally.
1382
1383         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
1384         before feeding URLs to curl.
1385
1386 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1387
1388         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
1389         internal images as deletable by `W D D'.
1390
1391         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
1392         (gnus-async-article-callback): Fix typo.
1393
1394 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395
1396         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
1397         current line to work around bugs in the output from w3m.
1398
1399         * gnus-async.el (gnus-async-article-callback): Always prefetch images
1400         for groups that want that.
1401
1402         * nntp.el (nntp-wait-for-string): Supply a timeout for
1403         accept-process-output to ensure progress.
1404
1405         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
1406         level to get unread articles from, then use that for foreign groups,
1407         too.
1408
1409         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
1410         confuses the rest of the function.
1411
1412         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
1413         for the methods that support -retrieve-groups, too.
1414
1415         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
1416
1417 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
1420         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
1421
1422         * pop3.el: Require cl when compiling.
1423         (pop3-number-of-responses): Search for "+OK", not "+OK ".
1424
1425 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1426
1427         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
1428         that aren't going to be activated.
1429         (gnus-get-unread-articles): Fix up the last commit.
1430
1431         * gnus-html.el (gnus-article-html): Allow calling without specifying
1432         the handle.  In that case, dissect the buffer first.
1433
1434         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
1435
1436         * nnimap.el (nnimap-open-connection): Revert the change that would look
1437         into authinfo for imaps instead of imap.
1438
1439         * gnus-start.el (gnus-activate-group): Take an optional parameter to
1440         say that you don't want to call gnus-request-group with don-check, but
1441         do check the reponse.  This is for virtual groups only.
1442         (gnus-get-unread-articles): Count the archive groups as secondary, so
1443         that they're activated the same way as before.
1444
1445         * imap.el (imap-message-map): Removed optional buffer parameter, since
1446         no callers use it.
1447         (imap-message-get): Ditto.
1448         (imap-message-put): Ditto.
1449         (imap-mailbox-map): Ditto.
1450         (imap-mailbox-put): Ditto.
1451         (imap-mailbox-get): Ditto.
1452         (imap-mailbox-get): Revert last change for this function.
1453
1454         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
1455         case-insensitively.
1456         (nnimap-debug): Removed.
1457
1458         * imap.el (imap-fetch-safe): Removed function, and altered all callers
1459         to use `imap-fetch' instead.  According to the comments, this should be
1460         safe, since all other IMAP clients use the 1:* syntax.
1461         (imap-enable-exchange-bug-workaround): Removed.
1462         (imap-debug): Removed -- doesn't seem very useful.
1463
1464         * mail-source.el (mail-source-fetch): Don't message if we're fetching
1465         mail from a file, and the file doesn't exist.
1466
1467         * imap.el (imap-log): New convenience function used throughout instead
1468         of repeating the same code all over the place.
1469
1470         * pop3.el (pop3-streaming-movemail): Return t for success.
1471
1472         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
1473         .authinfo if we're using ssl connection.
1474
1475         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
1476         already have if we're in a main Gnus `g' run.
1477
1478         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
1479
1480 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
1483
1484         * nnmh.el (nnmh-request-list-1): Bind `file'.
1485
1486         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
1487         alias to set-process-query-on-exit-flag or process-kill-without-query.
1488         (pop3-open-server): Use it.
1489
1490 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1491
1492         * mail-source.el (mail-source-delete-crash-box): Always move the crash
1493         box to the Incoming file.  Fixes mistake in previous checkin.
1494
1495         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
1496         request loop (for debugging purposes) removed.
1497
1498         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
1499         culprit is more visible.
1500         (nnml-save-incremental-nov, nnml-open-incremental-nov)
1501         (nnml-add-incremental-nov): New functions to do "incremental" nov
1502         updates, where we just append to the end of the existing nov files
1503         without reading/writing them in full.
1504
1505         * mail-source.el (mail-source-delete-crash-box): Really only check the
1506         incoming files once in a while.
1507
1508         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
1509
1510         * mail-source.el (mail-source-delete-crash-box): Only check the
1511         incoming files for deletion once per day to save a lot of file
1512         accesses.
1513
1514         * pop3.el (pop3-logon): Fix up unbound variable typo.
1515
1516         * mail-source.el (pop3-streaming-movemail): Autoload.
1517
1518         * pop3.el (pop3-streaming-movemail): Respect
1519         pop3-leave-mail-on-server.
1520
1521         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
1522         retrieval.
1523
1524         * pop3.el (pop3-process-filter): Removed unused function.
1525         (pop3-streaming-movemail, pop3-send-streaming-command)
1526         (pop3-wait-for-messages, pop3-write-to-file)
1527         (pop3-number-of-responses): New functions for streaming pop3
1528         retrieval.
1529
1530         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
1531         come from no known methods.
1532         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
1533         list.
1534
1535         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
1536         message sizes.
1537         (pop3-movemail): Use erase-buffer instead of looping and deleting
1538         regions, which seems rather odd.
1539
1540         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
1541         file once per `g' run.
1542
1543         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
1544         directories.  This makes the draft queue directory work.
1545
1546         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
1547         data from the backends, so that we only request the list of groups from
1548         each method once.  This should speed things up considerably.
1549
1550         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
1551         detect that it's not implemented.
1552
1553         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
1554         we actually do recurse down into the tree, but don't stat all leaf
1555         nodes.
1556
1557         * gnus-html.el (gnus-html-show-images): If there are no images to show,
1558         then say so instead of bugging out.
1559
1560         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
1561         files exist before trying to read them.
1562
1563         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
1564         around <pre_int>.
1565
1566         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
1567
1568         * nnmh.el (nnmh-request-list-1): Optimize for speed.
1569
1570 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571
1572         * mm-util.el (mm-image-load-path): Just return the image directories,
1573         not all directories in the path in addition to the image directories.
1574         (mm-image-load-path): Maintain a cache of the image directories so that
1575         the `g' command in Gnus doesn't have to stat dozens of directories each
1576         time.
1577
1578         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
1579         (gnus-html-wash-tags): Add a new `i' command to insert images.
1580         (gnus-html-insert-image): New command and keystroke.
1581         (gnus-html-redisplay-with-images): New command and keystroke.
1582         (gnus-html-show-images): Renamed command.
1583         (gnus-html-wash-tags): Remove more white space before <pre_int> image
1584         spacers.
1585         (gnus-html-wash-tags): Decode entities at the end, so that entities
1586         inside the tags don't mess up the rest of the "parsing".
1587
1588         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
1589         so that nnimap methods aren't agentized by default.  There's apparently
1590         many problems related to agent/imap behaviour.
1591
1592         * gnus-art.el (gnus-article-copy-string): New command and key binding.
1593
1594         * gnus-html.el: Doc fix.
1595
1596 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
1599         specifier-spec-list for Emacs 21.
1600
1601         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
1602         glyph-width and glyph-height instead of display-graphic-p and
1603         image-size; make avoidance of displaying small images work for XEmacs.
1604
1605         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
1606         for XEmacs.
1607
1608         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
1609         of symbol that holds plist data.
1610         (gnus-process-plist): Remove plist of process after getting it.
1611
1612 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1613
1614         * message.el (message-generate-hashcash): Change default to
1615         'opportunistic if hashcash is installed.
1616
1617         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
1618         (gnus-html-put-image): Only call image-size once, since it's somewhat
1619         time-consuming on remote X servers.
1620
1621 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1622
1623         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
1624         type on data, not a file name.
1625
1626         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
1627         window-pixel-edges for Emacs 21.
1628
1629         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
1630         decoded contents.
1631         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
1632
1633 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634
1635         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
1636         group line format, since it isn't very interesting.
1637
1638         * gnus-agent.el (gnus-agent-short-article),
1639         (gnus-agent-long-article): Increase values for these two variables,
1640         since most people are likely to have more network connection and
1641         storage than before.
1642
1643         * gnus.el (gnus-refer-article-method): Change default to 'current.
1644         When referring an article, the common behaviour is to refer it from the
1645         current select method, not the native select method.  The chances of
1646         the native select method having the message in question is rather slim
1647         these days.
1648
1649         * gnus-sum.el (gnus-auto-select-subject): Change default to
1650         `unseen-or-unread'.  I think it's likely that most people want to
1651         select an unseen article over a previously seen, but unread one.
1652
1653         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
1654         means that in the article buffer none of the minor mode elements will
1655         be shown, usually, and this is not desirable in most cases.
1656
1657         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
1658         that commands like `d' (and the like) go to the next line in the
1659         buffer, instead of the next unread article.  I think this is the
1660         behaviour that is most natural for most users.
1661         (gnus-single-article-buffer): Change default to nil, so that people can
1662         have as many article buffers open as they have summary buffer.  I think
1663         this is the most natural way for the groups to behave.
1664
1665         * message.el (message-generate-new-buffers): Change default to
1666         `unsent', so that all new message buffers start their names with the
1667         string "*unsent", and it's easier to find the buffers if you move from
1668         them.
1669
1670 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
1673         small.  They're probably tracking images.
1674         (gnus-html-wash-tags): Remove all <pre_int> place holders.
1675         (gnus-html-rescale-image): Yet another try at getting the image sizing
1676         right.
1677
1678         * nntp.el (nntp-request-set-mark): Refuse to do marks if
1679         nntp-marks-file-name is nil.
1680
1681 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1682
1683         * gnus-html.el (gnus-html-wash-tags)
1684         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
1685         Better logging.
1686
1687 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
1690
1691         * gnus-html.el (gnus-html-wash-tags): Check the value of
1692         gnus-blocked-images in the summary buffer.
1693
1694 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1695
1696         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
1697
1698 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1699
1700         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
1701         like "a", it seems like.
1702         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
1703         since it needs to be picked from the correct buffer.
1704
1705         * nnwfm.el: Removed.
1706
1707         * nnlistserv.el: Removed.
1708
1709 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1710
1711         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
1712         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
1713
1714 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1715
1716         * nnkiboze.el: Removed.
1717
1718         * nndb.el: Removed.
1719
1720         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
1721         alt text.
1722         (gnus-html-rescale-image): Try to get the rescaling logic right for
1723         images that are just wide and not tall.
1724
1725         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
1726         overshadow variable bindings.
1727
1728 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
1729
1730         * gnus-html.el (gnus-html-wash-tags)
1731         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
1732         extra logging.
1733
1734 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
1737         (gnus-max-image-proportion): New variable.
1738         (gnus-html-rescale-image): New function.
1739         (gnus-html-put-image): Rescale images.
1740
1741 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1742
1743         Fix up some byte-compiler warnings.
1744         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
1745         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
1746         (gnus-article-fill-cited-article, gnus-article-hide-citation)
1747         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
1748         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
1749         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
1750         (gnus-group-update-group): Use save-excursion and with-current-buffer.
1751
1752 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1753
1754         * gnus-html.el (gnus-article-html): Decode contents by charset.
1755
1756 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
1759         (gnus-html-frame-width, gnus-blocked-images)
1760         * message.el (message-prune-recipient-rules): Add custom version.
1761         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
1762
1763         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
1764         functions.
1765
1766         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
1767         gnus-process-get.
1768
1769 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
1770
1771         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
1772         instead of lsub directly.
1773
1774 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * nnwarchive.el: Removed.
1777
1778         * gnus-soup.el: Removed.
1779
1780         * nnsoup.el: Removed.
1781
1782         * nnultimate.el: Removed.
1783
1784         * gnus-html.el (gnus-blocked-images): New variable.
1785
1786         * message.el (message-prune-recipients): New function.
1787         (message-prune-recipient-rules): New variable.
1788
1789         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
1790         guess whether a long line is natural text or not.
1791
1792         * gnus-html.el (gnus-html-schedule-image-fetching): Use
1793         gnus-process-plist and friends for compatibility.
1794
1795 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1796
1797         * gnus-html.el: Require packages that define macros used in this file.
1798         (gnus-article-mouse-face): Declare to silence byte-compiler.
1799         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
1800         process-get.
1801         (gnus-html-put-image): Use plist-get to avoid getf.
1802         (gnus-html-prefetch-images): Use with-current-buffer.
1803
1804 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1805
1806         * gnus-ems.el: Provide compatibility functions for
1807         gnus-set-process-plist.
1808
1809         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
1810         header-line-format for XEmacs 21.4.
1811
1812         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
1813         * gnus.el (gnus-valid-select-methods)
1814         * message.el (message-send-mail-partially-limit)
1815         * mm-decode.el (mm-text-html-renderer)
1816         * mml.el (mml-insert-mime-headers-always)
1817         * smiley.el (smiley-regexp-alist): Bump custom version.
1818
1819 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * gnus-html.el: require mm-url.
1822         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
1823         with the url to `url'.
1824         (gnus-html-wash-tags): Support cid: URLs/images.
1825
1826 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827
1828         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
1829         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
1830         bindings, as they aren't useful at all.  `w' is moved to `W w'.
1831
1832         * gnus-move.el: Removed file, since it doesn't really work.
1833
1834         * gnus-html.el (gnus-article-html): Tell w3m that the input is
1835         UTF-8.  This seems to fix problems with some German web feeds.
1836
1837         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
1838         at the top so that the proper colours are applied.
1839
1840         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
1841         don't have dots in their names.
1842
1843         * gnus-art.el (gnus-article-view-part): Doc fix.
1844
1845         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
1846         XEmacs-compatible.
1847         (gnus-html-put-image): Don't do images on non-graphic displays.
1848
1849         * nnslashdot.el: Removed this unused backend.
1850
1851         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
1852         actions.
1853         (gnus-undo-register-1): Revert last change.
1854
1855         * gnus-group.el (gnus-group-completing-read): Protect against not
1856         having completion-styles bound.
1857
1858         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
1859         make broken recipients happier.
1860
1861         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
1862
1863         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
1864         point parameter.
1865
1866         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
1867
1868         * gnus-group.el (gnus-group-completing-read): Add 'substring to
1869         completion-styles for group selection.
1870
1871 2009-02-04  Andreas Schwab  <schwab@suse.de>
1872
1873         * gnus-score.el (gnus-score-string): Fix regex for matching extra
1874         headers and regexp-quote the match if necessary.
1875
1876 2009-03-24  Miles Bader  <miles@gnu.org>
1877
1878         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
1879         the blinking smiley.
1880
1881 2009-03-24  Simon Josefsson  <simon@josefsson.org>
1882
1883         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
1884         blink smiley.
1885
1886 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887
1888         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
1889         where the dribbel file lives exists.
1890
1891         * message.el (message-send-mail-partially-limit): Change the default to
1892         nil, since most people don't want this.
1893
1894         * mm-url.el (mm-url-decode-entities): Also decode entities like
1895         &#x3212.
1896
1897 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
1898
1899         * gnus-sum.el (gnus-summary-idna-message):
1900         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
1901         Hyperlink urls in docstrings with URL `...'.
1902
1903 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
1904
1905         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
1906         functions.
1907
1908 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
1911         say what the mouseover text should be.
1912
1913         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
1914         version of the mm-w3m-safe-url-regexp variable to only download images
1915         in the groups where we want that to happen.
1916
1917         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
1918
1919         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
1920         easier debugging.
1921         (gnus-article-beginning-of-window): Add kludge to allow spacing past
1922         big pictures in the article buffer.
1923
1924         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
1925         gnus-article-html.
1926         (mm-text-html-renderer): gnus-article-html needs curl in addition to
1927         w3m.
1928
1929         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
1930
1931 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
1934         which doesn't exist.
1935
1936         * message.el (message-inhibit-ecomplete): New variable to allow some
1937         function to inhibit ecomplete address storage.
1938         (message-resend): Disable ecomplete message storage when resending
1939         messages.
1940
1941         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
1942
1943 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
1946         Save excursion while copying, moving, and deleting articles in order to
1947         prevent the cursor from jumping to unforeseen place.
1948
1949 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * lpath.el: No need to bind bookmark-current-buffer,
1952         bookmark-yank-point and bookmark-make-record-function.
1953
1954 2010-08-17  Glenn Morris  <rgm@gnu.org>
1955
1956         * gnus-sync.el: Require gnus components whose functions are used.
1957
1958         * gnus-art.el (bookmark-make-record-function):
1959         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
1960         Declare for compiler.
1961
1962         * mm-url.el (mml-compute-boundary): Autoload.
1963
1964 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1965
1966         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
1967
1968 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
1969
1970         Typo fix "hoo4a" -> "hook".
1971
1972         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
1973
1974 2010-08-14  Glenn Morris  <rgm@gnu.org>
1975
1976         * gnus-sync.el (gnus-sync): Fix defgroup version.
1977
1978 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
1979
1980         Doc fixes and keep unknown groups (ammended for nunion bug fix).
1981
1982         * gnus-sync.el: Fix docs.
1983         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
1984         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
1985
1986 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1987
1988         Optimizations for gnus-sync.el.
1989
1990         * gnus-sync.el: Add docs about gnus-sync-backend
1991         possibilities.
1992         (gnus-sync-save): Remove unnecessary message.
1993         (gnus-sync-read): Optimize and show what groups were skipped.
1994
1995 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
1996
1997         Minor bug fixes for gnus-sync.el.
1998
1999         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
2000         read the sync on get-new-news.
2001
2002         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
2003         quiet.
2004
2005         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
2006
2007 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
2008
2009         Make saving and restoring of hidden threads work with overlays.
2010         Patch applied by Ted Zlatanov.
2011
2012         * gnus-sum.el (gnus-hidden-threads-configuration)
2013         (gnus-restore-hidden-threads-configuration): Update to deal with text
2014         properties, rather than searching for a magic character.
2015
2016 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
2017
2018         New gnus-sync.el library for synchronization of marks.
2019
2020         * gnus-sync.el: New library for synchronization of marks.
2021
2022         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
2023         renamed from `gnus-registry-grep-in-list'.
2024
2025         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
2026
2027         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
2028
2029 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2030
2031         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
2032         determining charset of text fails.
2033
2034 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2035
2036         * nnmail.el (nnmail-get-new-mail-1): Revert.
2037
2038         * nnml.el (nnml-active-number): Make sure names of newly created groups
2039         in nnml-group-alist are encoded.
2040
2041 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
2044         containing non-ASCII characters in active file for nnml back end.
2045
2046 2010-07-24  David Engster  <dengste@eml.cc>
2047
2048         * mml-smime.el (mml-smime-epg-verify): Also accept the older
2049         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
2050
2051 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
2052
2053         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
2054         tag (Bug#6654).
2055
2056 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2057
2058         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
2059         the article buffer, not the summary buffer.
2060
2061 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2062
2063         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
2064         Emacs 23 as well.
2065
2066 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2067
2068         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
2069         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
2070
2071 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2072
2073         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
2074         Patch applied by Karl Fogel.
2075
2076         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
2077         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
2078
2079 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2080
2081         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
2082         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
2083         C-w still not working correctly from Article buffers; Thierry's
2084         patch to fix that will be applied after this.
2085
2086         * gnus-art.el (bookmark-make-record-function): New local variable.
2087
2088         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
2089         article buffer.
2090         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
2091
2092 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
2093
2094         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
2095         on changes in bookmark.el.
2096
2097 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
2100         `no-log' instead of message not to log prompt string.
2101
2102 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
2103
2104         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
2105         the *other* type of HTML form submission.
2106
2107 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
2108
2109         * auth-source.el (auth-source-pick): If choice does not contain a
2110         questioned keyword, set the check to t.
2111
2112 2010-06-12  Romain Francoise  <romain@orebokech.com>
2113
2114         * gnus-util.el (gnus-date-get-time): Move up before first use.
2115
2116 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2117
2118         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
2119         (gnus-article-edit-part): Bind it to make last part that is substituted
2120         or deleted visible.
2121         (gnus-mime-display-single): Buttonize part of which id equals to
2122         gnus-mime-buttonized-part-id.
2123
2124 2010-06-10  Dan Christensen  <jdc@uwo.ca>
2125
2126         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
2127         (gnus-dd-mmm): Use gnus-date-get-time.
2128         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
2129         simplify logic.
2130         (gnus-summary-limit-to-age): Use gnus-date-get-time.
2131         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
2132
2133 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
2134
2135         * auth-source.el (top): Autoload `secrets-list-collections',
2136         `secrets-create-item', `secrets-delete-item'.
2137         (auth-sources): Fix tag string.
2138         (auth-get-source, auth-source-retrieve, auth-source-create)
2139         (auth-source-delete): New defuns.
2140         (auth-source-pick): Rewrite in order to avoid 2 passes.
2141         (auth-source-forget-user-or-password): New parameter USERNAME.
2142         (auth-source-user-or-password): New parameters CREATE-MISSING and
2143         DELETE-EXISTING.  Retrieve password interactively, if needed.
2144
2145 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2146
2147         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
2148         deleting unused directories when gnus-expert-user is t.
2149
2150 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2151
2152         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
2153         for each temp file when gnus-article-browse-delete-temp is ask.
2154
2155 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2156
2157         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
2158         Lisp calls to delete-backward-char by calls to delete-char.
2159
2160 2010-05-20  Kevin Ryde  <user42@zip.com.au>
2161
2162         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
2163
2164 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
2165
2166         * password-cache.el (password-cache-remove): Fix docstring.
2167
2168 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
2171         article unless decoding article to be saved.
2172
2173 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2174
2175         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
2176         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
2177         generated within the mm-with-unibyte-current-buffer macro.
2178
2179 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2180
2181         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
2182         to nil when we're in a mml-preview buffer and no group is selected.
2183
2184 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
2185
2186         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
2187         when catching the `C-g'.  Reported by "Leo".
2188
2189 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2190
2191         * message.el (message-forward-make-body-plain)
2192         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
2193         multibyte-string-p.
2194
2195         * lpath.el: Revert.
2196
2197 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2198
2199         * message.el (message-forward-make-body-mml): Assume original message
2200         is multibyte string; error on unibyte.
2201         (message-forward-make-body-plain): Ditto; don't add excessive newline
2202         in body end.
2203
2204         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
2205
2206 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
2207
2208         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
2209         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
2210
2211 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2212
2213         * mm-extern.el (mm-extern-url): Don't use
2214         mm-with-unibyte-current-buffer.
2215         (mm-extern-cache-contents): Use with-current-buffer instead of
2216         save-excursion + set-buffer.
2217
2218 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2219
2220         * mm-util.el (mm-emacs-mule): Remove.
2221
2222 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
2223
2224         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
2225         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
2226         change.
2227
2228 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
2231         bind the default value of enable-multibyte-characters to nil.
2232
2233 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2234
2235         * message.el (message-forward-make-body-plain)
2236         (message-forward-make-body-mml):
2237         Don't use mm-with-unibyte-current-buffer.
2238
2239 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2240
2241         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
2242
2243 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
2244
2245         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
2246         (Bug#5592).
2247
2248 2010-05-07  Julien Danjou  <julien@danjou.info>
2249
2250         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
2251         it to mm-pipe-part.
2252
2253         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
2254         it is given.
2255
2256 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * binhex.el (binhex-decode-region-internal)
2259         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
2260         (dns-query)
2261         * nnweb.el (nnweb-gmane-search)
2262         * pgg-parse.el (pgg-parse-armor)
2263         * pgg.el (pgg-verify-region)
2264         * sha1.el (sha1-string-external)
2265         * uudecode.el (uudecode-decode-region-internal)
2266         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
2267         XEmacs.
2268
2269         * gnus-art.el (gnus-article-browse-html-parts)
2270         * gnus-group.el (gnus-read-ephemeral-gmane-group)
2271         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
2272         make-temp-file.
2273
2274         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
2275         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
2276         compiling.
2277
2278         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
2279         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
2280         XEmacs when compiling.
2281
2282         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
2283         gnus-pick-mode-off-hook for XEmacs when compiling.
2284         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
2285         gnus-binary-mode-off-hook for XEmacs when compiling.
2286
2287         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
2288         nil if char-charset is not available.
2289
2290         * imap.el (imap-disable-multibyte)
2291         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
2292         macros.
2293
2294         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
2295         instead of encode-coding-string.
2296
2297         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
2298         'xemacs) instead of mm-emacs-mule to switch function definitions.
2299         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
2300
2301         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
2302         bind temporary-file-directory for XEmacs;
2303         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
2304         timer-set-function for XEmacs 21.4 and SXEmacs;
2305         bind timer-list for XEmacs 21.4 and SXEmacs;
2306         fbind char-charset and find-charset-region for non-Mule XEmacs;
2307         fbind decode-coding-region, decode-coding-string, detect-coding-region,
2308         encode-coding-region and encode-coding-string for XEmacs having no
2309         file-coding feature.
2310
2311 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
2312
2313         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2314
2315 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2316
2317         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
2318         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
2319
2320 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
2321
2322         * mm-util.el (mm-decompress-buffer): Use `delete-file';
2323         alias `jka-compr-delete-temp-file' no longer exists.
2324
2325 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2326
2327         Use define-minor-mode in Gnus where applicable.
2328         * mml.el (mml-mode): Use define-minor-mode.
2329         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
2330         (gnus-undo-mode): Use define-minor-mode.
2331         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
2332         (gnus-dead-summary-mode): Use define-minor-mode.
2333         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
2334         Initialize in declaration.
2335         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
2336         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
2337         (gnus-mailing-list-mode): Use define-minor-mode.
2338         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
2339         (gnus-draft-mode): Use define-minor-mode.
2340         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
2341         (gnus-dired-mode): Use define-minor-mode.
2342
2343 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
2344
2345         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
2346         handles on recursive mml-to-mime translation and check them for
2347         boundary delimiter collisions.  Reported by Greg Troxel.
2348
2349 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
2352
2353 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2354
2355         * mm-util.el (mm-find-buffer-file-coding-system):
2356         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
2357
2358 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
2359
2360         * message.el (message-generate-headers): Record insertion of optional
2361         headers as well.  Otherwise the check to prevent repeated insertion of
2362         optional headers is a no-op.
2363
2364 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2365
2366         * smime.el: Don't mention CVS.
2367
2368         * nnrss.el (nnrss-fetch): Don't mention CVS.
2369
2370         * nnir.el: Don't mention CVS.
2371
2372 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2373
2374         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
2375
2376 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * lpath.el: Fbind bookmark-default-handler,
2379         bookmark-get-bookmark-record, bookmark-make-record-default,
2380         bookmark-prop-get for Emacs <23 and XEmacs.
2381
2382 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2383
2384         * gnus-sum.el: Add bookmark declarations to silence the compiler.
2385         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
2386         Use with-current-buffer to silence the byte-compiler.
2387         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
2388         bother to require `gnus'.
2389         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
2390
2391 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2392
2393         * gnus-sum.el (gnus-summary-bookmark-make-record)
2394         (gnus-summary-bookmark-jump): New functions.
2395         (gnus-summary-mode): Setup bookmark support.
2396
2397 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
2398
2399         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
2400         if set.
2401
2402 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
2405         gnus-article-browse-html-save-cid-image; make it work recursively for
2406         forwarded messages as well.
2407         (gnus-article-browse-html-parts): Work when prefix arg is given.
2408         (gnus-article-browse-html-article): Doc fix.
2409
2410 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
2411
2412         * message.el (message-default-mail-headers):
2413         (message-default-headers): Carry the value mail-default-headers over
2414         into message-default-mail-headers, rather than message-default-headers.
2415
2416 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
2417
2418         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
2419         charset.
2420
2421         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
2422         charset into the <meta> tag when the article is encoded to utf-8.
2423
2424 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2425
2426         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
2427         directories as well.
2428         (gnus-article-browse-html-parts): Work for images that do not specify
2429         file names; delete temp directory when quitting; insert header at the
2430         right place; use file: scheme for image files.
2431
2432 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
2433
2434         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
2435         (gnus-article-browse-html-parts): Use it to make temporary cid image
2436         files in addition to html file so that browser may display them.
2437
2438 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2439
2440         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
2441
2442 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2443
2444         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
2445
2446 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
2447
2448         * auth-source.el (auth-sources): Change default to be simpler.  Explain
2449         about Secret Service API sources.  Improve Customize options.
2450         (auth-source-pick): Change to accept any number of search parameters.
2451         Implement fallbacks iteratively, not recursively.  Add scoring on the
2452         second pass and sort by score.  Call Secret Service API when needed.
2453         (auth-source-user-or-password): Use it.  Call Secret Service API
2454         directly when needed to get the user name and the password.
2455
2456 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2457
2458         * message.el (message-interactive): Doc fix.
2459         (message-qmail-inject-args): Reflow.
2460         (message-kill-to-signature): Fix typo in docstring.
2461
2462         * smiley.el (smiley-buffer): Fix typo in docstring.
2463
2464 2010-03-24  Glenn Morris  <rgm@gnu.org>
2465
2466         * mail-source.el (gnus-message): Declare.
2467         (mail-source-delete-old-incoming): Require gnus-util.
2468
2469 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
2472
2473         * message.el (ecomplete-setup): Autoload it for Emacs <23.
2474
2475         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
2476         password-cache's default if it is not bound.
2477         (mml-secure-passphrase-cache-expiry): Default to 16 that is
2478         password-cache-expiry's default if it is not bound.
2479
2480         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
2481         available in Emacs 21.
2482
2483         * lpath.el: Suppress compiler warnings for:
2484         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
2485         XEmacs;
2486         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
2487         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
2488         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
2489
2490 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
2491
2492         * auth-source.el (auth-sources): Fix up definition so extra parameters
2493         are always inline.
2494
2495 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
2496
2497         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
2498         wasn't updated after mismatch.  Clear cached mailbox info correctly
2499         when uidvalidity changes.
2500         (nnimap-group-prefixed-name): New function to avoid some code
2501         duplication.
2502         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
2503         (nnimap-request-group): Use it.
2504         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
2505         (nnimap-update-unseen): Significantly improved speed of Gnus startup
2506         with many imap folders.  This is done by caching the group status from
2507         the imap server persistently in a group parameter `imap-status'.  (This
2508         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
2509         but not persistently, so every Gnus startup was still very slow.)
2510
2511 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
2512
2513         * assistant.el (assistant-render-text): Run `widget-setup' and don't
2514         delete the extra newline.  Otherwise editing of :string and :number
2515         types don't work.
2516
2517 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2518
2519         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
2520         secrets.el dependency.
2521         (auth-sources): Add optional user name.  Add secrets.el configuration
2522         choice (unused right now).
2523
2524 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2525
2526         * gnus-sum.el (gnus-summary-make-menu-bar): Let
2527         `gnus-registry-install-shortcuts' fill in the functions.
2528
2529         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
2530         warnings.
2531         (gnus-registry-misc-menus): Variable to hold registry mark menus.
2532         (gnus-registry-install-shortcuts): Populate and use it in a
2533         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
2534
2535 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
2536
2537         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
2538         In-place substitutions for the group name encoding/decoding.
2539         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
2540         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
2541         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
2542         (nnimap-update-unseen, nnimap-request-list)
2543         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
2544         (nnimap-request-set-mark, nnimap-split-to-groups)
2545         (nnimap-split-articles, nnimap-request-newgroups)
2546         (nnimap-request-create-group, nnimap-request-accept-article)
2547         (nnimap-request-delete-group, nnimap-request-rename-group)
2548         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
2549         `encoded-mbx' for consistency.
2550         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
2551         variable `imap-current-mailbox'.
2552
2553         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
2554         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
2555
2556 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
2557
2558         * pop3.el (pop3-display-message-size-flag): Display message size byte
2559         counts during POP3 download.
2560         (pop3-movemail): Use it.
2561         (pop3-list): Implement listing of available messages.
2562
2563 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
2564
2565         * nnir.el (nnir-get-article-nov-override-function): New function to
2566         override the normal NOV retrieval.
2567         (nnir-retrieve-headers): Use it.
2568
2569 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
2570
2571         * auth-source.el (netrc-machine-user-or-password): Autoload.
2572
2573 2010-03-19  Glenn Morris  <rgm@gnu.org>
2574
2575         Stop message.el from loading about 40 libraries it doesn't always need.
2576         The general approach is to autoload rather than require, and to
2577         require in the specific functions rather than the file.  (Bug#5642)
2578
2579         * gmm-utils.el: Don't require wid-edit.
2580         (widget-create-child-value, widget-convert, widget-default-get):
2581         Autoload.
2582
2583         * gnus-util.el: Don't require time-date, netrc.
2584         (message-fetch-field, gnus-group-name-decode): Declare rather than
2585         autoloading.
2586         (gnus-fetch-field): Require message.
2587         (gnus-decode-newsgroups): Require gnus-group.
2588
2589         * ietf-drums.el: Don't require time-date.
2590
2591         * message.el: Don't require hashcash, canlock, ecomplete.
2592         Do require mail-utils.  Require nnheader only when compiling.
2593         (smtpmail-default-smtp-server): Remove declaration.
2594         (message-send-mail-function): Check smtpmail-default-smtp-server
2595         is bound rather than requiring smtpmail.
2596         (message-auto-save-directory, message-insert-signature): Use
2597         expand-file-name rather than nnheader-concat.
2598         (nnheader-insert-file-contents): Autoload.
2599         (hashcash-wait-async): Declare.
2600         (message-send-mail): Only call gnus-setup-posting-charset if
2601         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
2602         (message-send-mail-with-sendmail): Require sendmail.
2603         (canlock-password, canlock-password-for-verify): Declare.
2604         (message-canlock-password): Require canlock.
2605         (nnheader-get-report): Autoload.
2606         (gnus-setup-posting-charset): Declare.
2607         (message-send-news): Require gnus-msg.
2608         (message-make-references, message-make-in-reply-to): Use mail-header-id
2609         rather than the alias mail-header-message-id.
2610         (ecomplete-add-item, ecomplete-save): Declare.
2611         (message-put-addresses-in-ecomplete): Require ecomplete.
2612         (ecomplete-display-matches): Autoload.
2613
2614         * mm-decode.el: Don't require mailcap, gnus-util.
2615         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
2616         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
2617         Autoload.
2618         (mailcap-mime-extensions): Declare.
2619
2620         * mm-encode.el: Don't require mailcap.
2621         (mailcap-extension-to-mime): Autoload.
2622
2623         * mml-sec.el: Don't require password-cache.
2624
2625         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
2626         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
2627         (mml-minibuffer-read-type): Require mailcap.
2628         (mml-preview): Require gnus-msg.
2629
2630         * mml1991.el: Require password-cache.
2631         (password-cache-expiry): Remove declaration.
2632
2633         * mml2015.el: Require password-cache.
2634         (password-cache-expiry): Remove declaration.
2635
2636         * nneething.el (mailcap): Require mailcap.
2637
2638         * nnheader.el (declare-function): Add compatibility stub.
2639         (message-remove-header): Declare rather than autoload.
2640         (nnheader-replace-header): Require message.
2641
2642         * nnimap.el (declare-function): Add compatibility stub.
2643         (netrc-parse, netrc-machine-user-or-password): Declare.
2644         (nnimap-open-connection): Require netrc.
2645
2646         * nntp.el (declare-function): Add compatibility stub.
2647         (netrc-parse, netrc-machine, netrc-get): Declare.
2648         (nntp-send-authinfo): Require netrc.
2649
2650         * rfc2047.el: Don't require qp.
2651         (quoted-printable-encode-region, quoted-printable-decode-string):
2652         Autoload.
2653
2654         * sieve-mode.el: Don't require easymenu.
2655         (easy-menu-add-item): Autoload it.
2656
2657         * spam-stat.el (time-to-number-of-days): Autoload it.
2658
2659 2010-03-19  Glenn Morris  <rgm@gnu.org>
2660
2661         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2662
2663 2010-03-18  Glenn Morris  <rgm@gnu.org>
2664
2665         * hashcash.el (declare-function): Remove duplicate definition.
2666
2667 2010-03-17  Kevin Ryde  <user42@zip.com.au>
2668
2669         * mml.el (mml-read-tag): Unquote values with `read' to reverse
2670         prin1 in mml-insert-tag (just stripping the quotes gave wrong
2671         value if any backslash escapes).
2672
2673 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
2676         if it is available.  (bug#5647)
2677
2678         * lpath.el: Suppress compiler warning for coding-system-from-name for
2679         Emacs 21 and XEmacs.
2680
2681 2010-03-14  Juri Linkov  <juri@jurta.org>
2682
2683         * hmac-def.el:
2684         * hmac-md5.el:
2685         * netrc.el: Fix keywords.
2686
2687 2010-02-26  Glenn Morris  <rgm@gnu.org>
2688
2689         * message.el (message-send-mail-function): Change the default, so that
2690         it inherits from a customized send-mail-function.  (Bug#5643)
2691
2692 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2693
2694         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
2695         shell-command-to-string signals an error (bug#5299).
2696
2697 2010-02-24  Glenn Morris  <rgm@gnu.org>
2698
2699         * message.el (message-smtpmail-send-it)
2700         (message-send-mail-with-mailclient): Doc fixes.
2701
2702 2010-02-16  Glenn Morris  <rgm@gnu.org>
2703
2704         * message.el (message-default-mail-headers): Change the default value
2705         to ease the transition from mail-mode to message-mode.  (Bug#5555)
2706
2707 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2708
2709         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
2710         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
2711
2712 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
2713
2714         * time-date.el (date-to-time): Doc fix (Bug#5408).
2715
2716 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
2717
2718         * message.el (message-mail): Just pass yank-action on to message-setup.
2719         (message-setup): Handle (FUN . ARGS) form of yank-action.
2720         (message-with-reply-buffer, message-widen-reply)
2721         (message-yank-original): Handle non-buffer values of
2722         message-reply-buffer (Bug#4080).
2723         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
2724
2725 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
2726
2727         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
2728         Fix typo in docstring.
2729
2730 2010-01-08  Jason Rumney  <jasonr@gnu.org>
2731
2732         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
2733         response.
2734
2735 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2736
2737         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
2738
2739         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2740
2741         * message.el (message-check-news-header-syntax): Protect against a
2742         string that `rfc822-addresses' returns when parsing fails.
2743
2744 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
2747         (gnus-previous-char-property-change): New functions.
2748
2749         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
2750
2751 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
2752
2753         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
2754         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
2755
2756 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
2757
2758         * message.el (message-exchange-point-and-mark): Rework last change to
2759         avoid using optional arg of exchange-point-and-mark, for backward
2760         compatibility.
2761
2762 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2763
2764         * message.el (message-exchange-point-and-mark): Call
2765         exchange-point-and-mark with an argument rather than setting
2766         mark-active by hand (Bug#5175).
2767
2768 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2769
2770         * nntp.el (nntp-service-to-port): Work for service expressed with
2771         numeric string; replace [:digit:] with [0-9] for XEmacs.
2772
2773 2009-12-17  Glenn Morris  <rgm@gnu.org>
2774
2775         * gnus-group.el (gnus-bug-group-download-format-alist):
2776         Change emacs entry to debbugs.gnu.org.  Bump :version.
2777
2778 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2779
2780         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
2781
2782 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
2783
2784         * message.el (message-info): Explain why we use `Info-goto-node'.
2785
2786 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
2789
2790 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2791
2792         * message.el (message-completion-in-region): New compatibility function.
2793         (message-expand-group): Use it.
2794
2795 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
2798         with no unread article should be listed if the 2nd arg `predicate' is
2799         given.
2800
2801 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
2804
2805 2009-11-29  Juri Linkov  <juri@jurta.org>
2806
2807         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
2808         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
2809         on `gnus-recenter'. (Bug#4698, Bug#4981)
2810
2811 2009-11-26  Kevin Ryde  <user42@zip.com.au>
2812
2813         * sha1.el (sha1-string-external): default-directory "/" in case
2814         otherwise non-existent.  process-connection-type pipe for touch of
2815         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
2816
2817 2009-11-25  Kevin Ryde  <user42@zip.com.au>
2818
2819         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
2820         it's comms related and sgml-mode.el has "comm" on that basis too.
2821
2822 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2823
2824         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
2825         containing tspecial characters if they have been already quoted.
2826
2827 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2828
2829         * dns-mode.el (auto-mode-alist): Purecopy string.
2830
2831 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2832
2833         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
2834
2835 2009-10-24  Glenn Morris  <rgm@gnu.org>
2836
2837         * gnus-art.el (help-xref-stack-item): Define for compiler.
2838
2839 2009-10-21  Kevin Ryde  <user42@zip.com.au>
2840
2841         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
2842
2843 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
2846
2847 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2848
2849         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
2850         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
2851
2852 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2853
2854         * gnus.el (gnus-overlay-get): New alias to overlay-get.
2855         (gnus-overlays-in): New alias to overlays-in.
2856
2857         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
2858         gnus-overlay-get, and gnus-delete-overlay.
2859         (gnus-summary-show-thread): Make it work as well for systems in which
2860         next-single-char-property-change is not available.
2861         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
2862
2863         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
2864         (gnus-overlay-get): New alias to extent-property.
2865         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
2866
2867         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
2868         SXEmacs.
2869
2870         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
2871         SXEmacs.
2872
2873 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
2874
2875         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
2876
2877 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2878
2879         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
2880         and XEmacs that don't have `remove-overlays'.
2881
2882 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2883
2884         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
2885         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
2886         selective display.  Use overlays instead.
2887
2888 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2889
2890         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
2891
2892 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2893
2894         * spam-stat.el (spam-stat-load): Fix typo in message.
2895
2896 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2897
2898         * dig.el (dig-invoke): Fix typo in docstring.
2899         (query-dig): Reflow docstring.
2900
2901 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
2902
2903         * gnus-art.el (gnus-article-encrypt-body):
2904         * message.el (message-check-recipients):
2905         * mm-util.el (mm-codepage-setup):
2906         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
2907         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
2908
2909 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
2910
2911         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
2912         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
2913         keys from the menu if mm-{sign,encrypt}-option is 'guided.
2914         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
2915         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
2916
2917 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2918
2919         * dig.el: Add "Keywords: comm", as per net-utils.el.
2920
2921 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2922
2923         * dig.el (dig-mode): Use define-derived-mode.
2924
2925 2009-09-19  Glenn Morris  <rgm@gnu.org>
2926
2927         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2928
2929 2009-09-18  Glenn Morris  <rgm@gnu.org>
2930
2931         * gnus-diary.el (gnus-diary-check-message):
2932         * message.el (message-insert-formatted-citation-line):
2933         * nnbabyl.el (top-level):
2934         * nndiary.el (nndiary-schedule):
2935         Fix typos in condition-case handlers.
2936
2937 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-art.el (gnus-article-edit-part): Work for the buffer
2940         configuration that provides the sole article window in a frame;
2941         position point correctly after deleting a part.
2942
2943 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
2944
2945         * spam.el (spam-unregister-on-reregister): Add boolean variable.
2946         (spam-resolve-registrations-routine): Use it to unregister articles
2947         that change status.
2948
2949 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2950
2951         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
2952         with XEmacs.
2953         (parse-time-string-chars): Use it.
2954
2955 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2956
2957         * imap.el (imap-interactive-login): Better messages.
2958         (imap-open): Fix bug with renamed buffer on reconnect.
2959         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2960         for easier debugging and cleaner code.  On successful (guessed based on
2961         server capabilities) secondary authentication, set imap-state
2962         correctly.
2963         (imap-last-authenticator): Define imap-last-authenticator as a variable
2964         to avoid warnings.
2965
2966 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * nnrss.el (nnrss-request-article): Remove binding of
2969         default-enable-multibyte-characters that has gotten needless by
2970         the 2007-07-13 change in rfc2047-encode-message-header.
2971
2972         * mml.el (mml-insert-multipart): Error on the message header.
2973         (mml-insert-part): Error on the message header; position point at
2974         the end of a MIME tag.
2975
2976 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2977
2978         * time-date.el (autoload): Expand define-obsolete-function-alias into
2979         defalias and make-obsolete for old Emacsen that Gnus supports.
2980         (with-no-warnings): Define it for old Emacsen.
2981         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2982         is available.
2983         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2984         float-time is available; suppress compile warning for time-to-seconds.
2985
2986         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
2987         (gnus-float-time): Alias to float-time if it exists.
2988
2989         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
2990         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
2991         float-time is available; suppress compile warning for time-to-seconds.
2992
2993         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
2994         XEmacs.
2995
2996 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2997
2998         * imap.el (imap-message-map): Docstring fix.
2999
3000 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3001
3002         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
3003         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
3004         Add the optional argument `encoding' that overrides the default.
3005
3006         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
3007         mm-encode-buffer.
3008
3009 2009-09-04  Glenn Morris  <rgm@gnu.org>
3010
3011         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
3012         mm-disable-multibyte, rather than default-enable-multibyte-characters.
3013         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
3014         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
3015         * mm-util.el (mm-with-unibyte-current-buffer)
3016         (mm-find-buffer-file-coding-system):
3017         * yenc.el (yenc-decode-region): Use default-value rather than
3018         default-enable-multibyte-characters.
3019
3020 2009-09-03  Glenn Morris  <rgm@gnu.org>
3021
3022         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
3023         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
3024         than default-enable-multibyte-characters.
3025
3026 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
3027
3028         * gnus-art.el (gnus-article-read-summary-keys):
3029         Fix gnus-buffer-configuration's value temporarily used.
3030
3031 2009-09-02  Glenn Morris  <rgm@gnu.org>
3032
3033         * gnus-util.el (gnus-float-time): New function.
3034         * gnus-delay.el (gnus-delay-article):
3035         * gnus-sum.el (gnus-thread-latest-date):
3036         * gnus-util.el (gnus-user-date): Use gnus-float-time.
3037         * nnspool.el (nnspool-request-newgroups):
3038         Use gnus-float-time rather than time-to-seconds.
3039         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
3040
3041         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
3042         (gnus-header-subject-face, gnus-header-newsgroups-face)
3043         (gnus-header-name-face, gnus-header-content-face):
3044         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
3045         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
3046         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
3047         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
3048         (gnus-cite-face-11):
3049         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
3050         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3051         (gnus-server-closed-face, gnus-server-denied-face)
3052         (gnus-server-offline-face):
3053         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
3054         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
3055         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
3056         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
3057         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
3058         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
3059         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
3060         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
3061         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
3062         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
3063         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
3064         (gnus-summary-selected-face, gnus-summary-cancelled-face)
3065         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
3066         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
3067         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
3068         (gnus-summary-high-undownloaded-face)
3069         (gnus-summary-low-undownloaded-face)
3070         (gnus-summary-normal-undownloaded-face)
3071         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
3072         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
3073         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
3074         (gnus-splash-face):
3075         * message.el (message-header-to-face, message-header-cc-face)
3076         (message-header-subject-face, message-header-newsgroups-face)
3077         (message-header-other-face, message-header-name-face)
3078         (message-header-xheader-face, message-separator-face)
3079         (message-cited-text-face, message-mml-face):
3080         * sieve-mode.el (sieve-control-commands-face)
3081         (sieve-action-commands-face, sieve-test-commands-face)
3082         (sieve-tagged-arguments-face):
3083         * spam.el (spam-face):
3084         Mark face aliases with "-face" in the name as obsolete.
3085
3086 2009-09-01  Glenn Morris  <rgm@gnu.org>
3087
3088         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
3089         than goto-line.
3090
3091 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3092
3093         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3094         Don't move point if the command is invoked inside the message header.
3095
3096 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3097
3098         * imap.el (imap-send-command): Simplify.
3099         (imap-wait-for-tag): point-max -> buffer-size.
3100
3101 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3102
3103         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
3104         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
3105         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
3106         * nnir.el (nnir-swish-e-index-file):
3107         * gnus-sum.el (gnus-summary-delete-marked-as-read)
3108         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
3109         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3110         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
3111         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
3112         (gnus-treat-display-xface): Add Emacs version of obsolescence.
3113
3114 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3115
3116         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
3117         Don't save excursion.
3118
3119 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3120
3121         * nnheader.el (nnheader-find-file-noselect):
3122         * mm-util.el (mm-insert-file-contents):
3123         Use (default-value 'major-mode) instead of default-major-mode.
3124
3125 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3126
3127         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
3128
3129 2009-08-26  Glenn Morris  <rgm@gnu.org>
3130
3131         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
3132         than placing in files.el.
3133
3134 2009-08-25  Glenn Morris  <rgm@gnu.org>
3135
3136         * nnir.el (top-level): Don't require cl at run-time.
3137         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
3138         Replace cl-function substitute with gnus-replace-in-string.
3139         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
3140         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
3141         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
3142         simplified expansions.
3143
3144 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3145
3146         * dig.el (dig): Add autoload cookie.
3147
3148 2009-08-22  Glenn Morris  <rgm@gnu.org>
3149
3150         * gnus-art.el (gnus-button-patch): Use forward-line rather than
3151         goto-line.
3152
3153 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3154
3155         * parse-time.el (parse-time-string-chars): Save match data.
3156
3157 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3158
3159         * parse-time.el (parse-time-string-chars): Compute using character
3160         classes, to handle non-ascii characters (Bug#3190).
3161
3162 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3163
3164         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
3165
3166         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
3167         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
3168         (gnus-mm-display-part, gnus-mime-display-single)
3169         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
3170         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
3171
3172         * gnus-sum.el
3173         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
3174         (gnus-summary-move-article): Add expirable mark to articles copied or
3175         moved to group that has auto-expire turned on if the option is non-nil.
3176
3177 2009-07-24  Glenn Morris  <rgm@gnu.org>
3178
3179         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
3180         Fix typo.  (Bug#3903)
3181
3182 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
3185         gnus-article-read-summary-keys rather than gnus-summary-edit-article
3186         that should not be used for draft articles.
3187         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
3188         that has no concern in minor mode keys.
3189         (gnus-article-summary-command, gnus-article-summary-command-nosave):
3190         Abolish.
3191
3192 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3193
3194         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
3195         article without making inquiry to a user for unknown encoding.
3196
3197         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
3198         (nnmaildir--scan): Assume i-node and device number that file-attributes
3199         returns might be cons-cell.
3200
3201         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
3202
3203         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
3204
3205 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
3206
3207         * auth-source.el: Remove docs now in auth.texi.  Don't use
3208         `gnus-message' for logging.  Add new variables `auth-source-debug' and
3209         `auth-source-hide-passwords' and use them.
3210
3211 2009-07-15  Glenn Morris  <rgm@gnu.org>
3212
3213         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
3214
3215 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
3218         excessive whitespace from the default values of title and description.
3219
3220 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
3223         mail-fetch-field to fetch Content-Description header in order to
3224         exclude newlines.
3225
3226 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
3227
3228         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
3229         format used by GnuPG 2.0.11.
3230
3231 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3232
3233         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
3234         to deleted part.
3235
3236 2009-05-30  David Engster  <dengste@eml.cc>
3237
3238         * nnmairix.el: Remove old documentation in the commentary block.
3239         (nnmairix-request-group): Do not update active file for nnml back ends.
3240         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
3241         end so that overview files are ignored.
3242         (nnmairix-update-groups): Make updating the groups more robust by using
3243         marks.
3244         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
3245         with dollar characters in message-id.
3246
3247 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
3248
3249         * spam.el: Use dns-query instead of query-dns.  Was renamed on
3250         2008-12-25 in dns.el.
3251
3252 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3253
3254         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
3255         could happen if the text is only composed of spaces and/or tabs.
3256
3257 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
3258
3259         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
3260         when sending a queued message to avoid extra mml tags.
3261
3262 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
3265
3266 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
3269         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
3270         rmail-toggle-header for XEmacs;
3271         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
3272
3273 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-dired.el: Remove autoload for gnus-setup-message.
3276         (gnus-dired-attach): Fake this-command value to prevent Gnus from
3277         displaying Gnus logo; always use compose-mail.
3278
3279 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
3282
3283 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
3286         (gnus-nocem-issuers): List currently active issuers; fix custom type.
3287         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
3288         available.
3289         (gnus-nocem-epg-verify): New function.
3290
3291 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
3292
3293         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
3294
3295 2009-02-15  Glenn Morris  <rgm@gnu.org>
3296
3297         * gnus-util.el (rmail-insert-rmail-file-header)
3298         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
3299         autoloads.
3300         (rmail-default-rmail-file): Remove unnecessary declaration.
3301         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
3302
3303 2009-02-14  Glenn Morris  <rgm@gnu.org>
3304
3305         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
3306         variable (only used in gnus-util, which declares it anyway).
3307         (rmail-output-to-rmail-file): Remove autoload of deleted function,
3308         which was only needed by gnus-art (changed to not use it any more).
3309         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
3310         only used in gnus-util, which autoloads it itself.
3311         (rmail-update-summary): Fix autoload.
3312
3313         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
3314         rather than rmail-output-to-rmail-file.
3315
3316 2009-02-07  Glenn Morris  <rgm@gnu.org>
3317
3318         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
3319         autoload of function that no longer exists.
3320         (rmail-toggle-header): Declare.
3321         (message-forward-rmail-make-body): Handle mbox Rmail.
3322
3323 2009-01-31  Glenn Morris  <rgm@gnu.org>
3324
3325         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
3326         2009-01-09 change.
3327
3328 2009-01-31  Dave Love  <fx@gnu.org>
3329
3330         * imap.el (imap-fetch-safe): Bind debug-on-error.
3331         (imap-debug): Add imap-fetch-safe.
3332
3333 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
3334
3335         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
3336         (auth-source-forget-all-cached): New convenience function.
3337         (auth-source-user-or-password): Accept list of modes or a single mode.
3338
3339         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
3340         auth-source modes.
3341
3342         * netrc.el (netrc-machine-user-or-password): Use list of
3343         auth-source modes.
3344
3345         * nnimap.el (nnimap-open-connection): Use list of
3346         auth-source modes.
3347
3348         * nntp.el (nntp-send-authinfo): Use list of
3349         auth-source modes.
3350
3351 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3352
3353         * auth-source.el: Update docs to reflect epa-file-enable is to be used
3354         now.
3355
3356 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
3359         coding system in XEmacs; add a workaround for XEmacs.
3360
3361         * lpath.el: Fbind coding-system-aliasee.
3362
3363 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * mm-util.el (mm-coding-system-priorities): Protect against nil value
3366         of current-language-environment.
3367
3368 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3369
3370         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
3371         available at runtime.
3372
3373 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * gnus-art.el (article-date-ut): Fix end point of narrowing.
3376
3377 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
3378
3379         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
3380         the greatest positive fixnum value doesn't work under an XEmacs with
3381         bignum support; use the most-positive-fixnum constant instead,
3382         available since Emacs 21.1 with cl and XEmacs 21.1.
3383
3384 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3385
3386         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
3387         XEmacs gets not to work.
3388
3389 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * mm-util.el (mm-coding-system-priorities): Allow the value like
3392         "Japanese (UTF-8)" of current-language-environment.
3393
3394 2009-01-09  Glenn Morris  <rgm@gnu.org>
3395
3396         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
3397         with last-command-event.
3398
3399 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
3400
3401         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
3402         in the doc string.
3403
3404         * message.el (message-fix-before-sending): Amend comment.
3405
3406 2009-01-08  Dave Love  <fx@gnu.org>
3407
3408         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
3409
3410 2009-01-07  David Engster  <dengste@eml.cc>
3411
3412         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
3413         simplified server definitions by converting it via
3414         gnus-server-to-method.
3415
3416 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3417
3418         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
3419         parameter's operands.
3420
3421 2009-01-06  David Engster  <dengste@eml.cc>
3422
3423         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
3424         primary select method (for gnus-group-mark-article-as-read).
3425
3426 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
3427
3428         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
3429         `(gnus)Face', not `(gnus)X-Face'.
3430
3431 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3432
3433         * mm-util.el (mm-ucs-to-char): New function.
3434
3435         * mm-url.el (mm-url-decode-entities): Use it.
3436
3437         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
3438         unicode-to-char.
3439
3440 2009-01-05  Dave Love  <fx@gnu.org>
3441
3442         * time-date.el: Require cl for `declare'.
3443
3444 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3445
3446         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
3447         Dave Love.
3448
3449 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3450
3451         * message.el (message-fix-before-sending): Add `eight-bit' to
3452         illegible-text check.
3453
3454 2009-01-03  Michael Olson  <mwolson@gnu.org>
3455
3456         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
3457         `headers' is nil.  This can occur if the IMAP server does not have
3458         permissions to read messages from a folder, but can write new messages
3459         to the folder.
3460         (nnimap-request-article-part): Do not insert `data' if it is nil.
3461
3462         * imap.el (imap-parse-fetch): Courier can insert spurious blank
3463         characters which will confuse `read', so skip past them.
3464
3465 2009-01-01  Dave Love  <fx@gnu.org>
3466
3467         * imap.el (imap-string-to-integer): Fix typo.
3468         (imap-fetch-safe): New function.
3469         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
3470
3471         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
3472
3473         * imap.el (imap-process-connection-type, imap-debug, imap-open):
3474         (imap-parse-greeting): Fix doc strings.
3475         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
3476         (imap-parse-flag-list): Make messages unique.
3477         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
3478
3479         * nnimap.el: Fix author email.
3480         (nnimap-split-rule): Add FIXME comment.
3481         (nnimap-debug): Fix doc string.
3482
3483 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
3484
3485         * dns.el (dns-set-servers): Check "Address".  Fix typo.
3486
3487 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
3488
3489         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
3490         nslookup if resolv.conf isn't available.
3491         (dns-query): Rename from query-dns.
3492         (dns-query-cached): Rename from query-dns-cached.
3493
3494 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3495
3496         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
3497         overlay-arrow-position and overlay-arrow-string buffer-local; no need
3498         to check if those variables exist (first appeared in Emacs 18.50).
3499
3500 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3501
3502         * mm-util.el (mm-line-number-at-pos): New function.
3503
3504         * spam-report.el (spam-report-process-queue): Use it.
3505
3506 2008-12-24  David Engster  <dengste@eml.cc>
3507
3508         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
3509         parameters that haven't existed as variables as buffer-local variables.
3510
3511 2008-12-23  Dave Love  <fx@gnu.org>
3512
3513         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
3514         cadar.
3515
3516         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
3517         imap-starttls-p.
3518         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
3519
3520 2008-12-22  Dave Love  <fx@gnu.org>
3521
3522         * imap.el: Fix author email.  Doc fixes.
3523         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
3524         reply.
3525
3526 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
3527
3528         * spam-report.el (spam-report-gmane-max-requests): New constant.
3529         (spam-report-gmane-wait): New variable.
3530         (spam-report-gmane-ham, spam-report-gmane-spam)
3531         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
3532         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
3533         the server.
3534
3535         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
3536         Add explanations.
3537
3538         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
3539         nnheader-accept-process-output and nnheader-read-timeout if available.
3540         (pop3-movemail): Use it.
3541
3542         * message.el (message-check-news-body-syntax): Fix signature check if
3543         there's an attachment.
3544
3545 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * mm-util.el: Add comments to the mm- emulating functions.
3548
3549 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
3550
3551         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
3552         by Stephen Berman <stephen.berman@gmx.net>.
3553
3554 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * mm-util.el (mm-substring-no-properties): New function.
3557         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
3558         (mm-special-display-p): Enable those lambda forms to be byte compiled.
3559         (mm-string-to-multibyte): Doc fix.
3560
3561         * mml.el (mml-attach-file): Use mm-substring-no-properties.
3562
3563 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3564
3565         * mml.el (mml-attach-file): Strip text properties from file name.
3566         (Bug#1574)
3567
3568 2008-12-16  Glenn Morris  <rgm@gnu.org>
3569
3570         * mm-util.el (mm-charset-override-alist): Declare for compiler.
3571
3572 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
3575         knows since the charset specified might be a bogus alias that
3576         mm-charset-synonym-alist provides.
3577
3578 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3579
3580         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
3581         "ISO_8859-1".
3582
3583         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
3584
3585 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * mm-util.el (mm-charset-eval-alist):
3588         Define it before mm-charset-to-coding-system.
3589         (mm-charset-to-coding-system): Add optional argument `silent';
3590         define it before mm-charset-override-alist.
3591         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
3592         default value if it can be used in Emacs currently running;
3593         silence mm-charset-to-coding-system.
3594
3595 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3596
3597         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
3598         `allow-override' which says whether to use `mm-charset-override-alist'.
3599         (rfc2047-decode-encoded-words): Use it.
3600
3601         * mm-util.el (mm-charset-override-alist): Fix custom type;
3602         add `(gb2312 . gbk)' to choices.
3603
3604 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
3607         fast.
3608
3609         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3610
3611         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
3612
3613 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
3614
3615         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
3616         on links.
3617
3618         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3619
3620 2008-12-03  Lute Kamstra  <lute@gnu.org>
3621
3622         * sha1.el: Remove leading * from docstrings of defcustoms,
3623         deffaces, defconsts and defuns.
3624
3625 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * message.el (message-idna-to-ascii-rhs-1): Protect against local
3628         users' addresses that don't have domain parts.
3629         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
3630         rather than message-narrow-to-head since there will be the message
3631         header separator.
3632
3633 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3634
3635         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
3636         since the result is inserted in a unibyte buffer anyway.
3637         (nnimap-demule-use-string-to-multibyte): Remove.
3638         (nnimap-demule): Alias it to mm-string-to-multibyte.
3639
3640 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3641
3642         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
3643         variable for debugging bug#464 and bug#1174.
3644         (nnimap-demule): Use it.
3645
3646 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3647
3648         * gnus-score.el (gnus-score-find-trace): Handle default score in total
3649         score calculation correctly.
3650
3651 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3652
3653         * message.el (message-send-mail): Just set the buffer to unibyte
3654         rather than use mm-with-unibyte-current-buffer which does a lot more.
3655         (message-send-mail-partially): Don't bother with
3656         mm-with-unibyte-current-buffer since it's already been made unibyte by
3657         message-send-mail.
3658
3659 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
3660
3661         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
3662
3663 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
3664
3665         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
3666
3667 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
3670         require itself and to remove `with-no-warnings'.
3671
3672 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3673
3674         * starttls.el (starttls-any-program-available): Get the name of the
3675         available TLS layer program.
3676         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
3677         well as the host name in the "opening" message.
3678
3679         * auth-source.el (auth-source-cache, auth-source-do-cache)
3680         (auth-source-user-or-password): Cache passwords and logins by default,
3681         allow override with `auth-source-do-cache'.
3682         (auth-source-forget-user-or-password): Allow users to remove cache
3683         entries if needed.
3684
3685 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
3686
3687         * md4.el (md4-buffer): Fix typo in docstring.
3688         (md4, md4-64): Doc fixes.
3689         (md4-pack-int32): Reflow docstring.
3690
3691 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3692
3693         * ietf-drums.el (ietf-drums-remove-comments): Localize second
3694         condition-case to only the forward-sexp call.
3695
3696 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
3697
3698         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
3699         quotes contained.  Make it more robust regardless by an extra
3700         condition-case wrapper.
3701
3702 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * lpath.el: No need to fbind codepage-setup for Emacs 23.
3705
3706 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3707
3708         * nnml.el (nnml-request-expire-articles): Check if the function set to
3709         `nnmail-expiry-target' returns the symbol `delete'.
3710
3711         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
3712
3713         * nnmail.el (nnmail-expiry-target): Fix custom type.
3714
3715 2008-10-02  Glenn Morris  <rgm@gnu.org>
3716
3717         * mm-util.el (mm-codepage-setup): Tweak codepage error.
3718         Silence compiler warning.
3719
3720 2008-10-01  Magnus Henoch  <mange@freemail.hu>
3721
3722         * tls.el (open-tls-stream): Show the actual command being
3723         executed, instead of the format string.
3724
3725 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3726
3727         * lpath.el: Fbind codepage-setup for Emacs 23.
3728
3729 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
3730
3731         * mml.el (mml-menu): Don't assume mml2015 is bound.
3732
3733 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3734
3735         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
3736         exists.
3737
3738 2008-09-27  Glenn Morris  <rgm@gnu.org>
3739
3740         * gnus-util.el (mail-header-remove-comments): Autoload it.
3741
3742 2008-09-27  Andreas Schwab  <schwab@suse.de>
3743
3744         * gnus-util.el (gnus-split-references): Strip comments.
3745         (gnus-parent-id): Likewise.
3746
3747 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
3748
3749         * message.el (message-confirm-send): Fix version.
3750
3751 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3752
3753         * message.el (message-idna-to-ascii-rhs-1): Use
3754         mail-extract-address-components rather than mail-header-parse-addresses
3755         that is an alias by default to ietf-drums-parse-addresses that does not
3756         support non-ASCII names in headers' contents.
3757
3758 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3759
3760         * message.el (message-confirm-send): Fixed variable documentation to
3761         avoid the "y/n" wording.
3762
3763 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
3764
3765         * message.el (message-set-auto-save-file-name): Save to a different
3766         filename so multiple messages (especially drafts) can be recovered.
3767
3768 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
3769
3770         * message.el (message-confirm-send): Add appropriate version.
3771
3772 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3773
3774         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
3775         defvar.
3776
3777 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
3778
3779         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
3780         (mm-pkcs7-enveloped-magic): Ditto.
3781
3782 2008-09-17  Simon Josefsson  <simon@josefsson.org>
3783
3784         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
3785         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
3786
3787 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
3788
3789         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
3790         default, it's better.
3791
3792 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
3793
3794         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
3795         summary line gnus-number property and ignore them (with a warning
3796         message).
3797
3798 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3799
3800         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
3801         macro caddr in the interactive form since it won't be expanded.
3802
3803 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3804
3805         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
3806         `charset'; fix name of function called recursively.
3807         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
3808
3809 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
3812         (gnus-mime-set-charset-parameters): New function.
3813         (gnus-mime-view-part-as-charset): Use it to correctly display part
3814         specifying wrong charset.
3815
3816 2008-09-08  David Engster  <dengste@eml.cc>
3817
3818         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
3819         in completing-read for back end server.
3820
3821 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
3822
3823         * message.el (message-confirm-send): New variable to confirm sending a
3824         message.
3825         (message-send): Use it.
3826
3827 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
3828
3829         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
3830
3831 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3832
3833         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
3834
3835 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
3836
3837         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
3838         prevent tracking too many groups.
3839         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
3840         Use it.
3841
3842 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
3843
3844         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
3845         moving point to the bottom of the window in order to avoid recentering.
3846
3847 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
3850
3851         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
3852         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
3853         (gnus-article-beginning-of-window): Fix calculation.
3854
3855 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * gnus-msg.el (gnus-summary-supersede-article)
3858         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
3859         value of gnus-newsgroup-charset to decode non-MIME encoded text in
3860         message header.
3861
3862 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
3863
3864         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
3865         pending output coming after the status change.
3866
3867 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
3868
3869         * message.el:
3870         * gnus-start.el:
3871         * gnus-registry.el: Remove VMS support.
3872
3873 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3874
3875         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
3876         macro.
3877         (rfc2104-hash): Use it.
3878
3879 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
3880
3881         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
3882         (gnus-summary-sort-by-most-recent-date): New commands.
3883         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
3884         and menu entries.
3885
3886 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3887
3888         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
3889         don't redisplay article for raw contents; remove plural articles stuff.
3890
3891         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
3892         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
3893         on gnus-summary-save-article; display results properly.
3894
3895 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * lpath.el: No need to fbind ns-focus-frame.
3898
3899 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
3902
3903 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3904
3905         * gnus-art.el (gnus-summary-save-in-pipe): Consider
3906         gnus-save-all-headers.
3907
3908 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
3909
3910         * gnus-util.el (ns-focus-frame): Remove declaration.
3911         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
3912         like x.
3913
3914 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
3915
3916         * rfc2104.el (rfc2104-zero): Delete defconst.
3917         (rfc2104-hex-alist): Likewise.
3918         (rfc2104-hex-to-int): Delete func.
3919         (rfc2104-hexstring-to-bitstring): Likewise.
3920         (rfc2104-nybbles): New defconst.
3921         (rfc2104-hash): Rewrite for speed.
3922
3923 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3924
3925         * tls.el (open-tls-stream): Make it work with the 2nd argument
3926         BUFFER that is a string but does not exist as a buffer object, as
3927         mentioned in the doc-string.
3928
3929 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3930
3931         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
3932         SXEmacs.
3933
3934 2008-07-16  Glenn Morris  <rgm@gnu.org>
3935
3936         * gnus-util.el (ns-focus-frame): Declare for compiler.
3937
3938 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
3941         set as a group parameter.
3942         (gnus-summary-save-in-pipe): Work when it is called independently.
3943         (gnus-summary-pipe-to-muttprint): Don't modify
3944         gnus-summary-pipe-output-default-command.
3945
3946 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3947
3948         * message.el (message-send-mail-with-sendmail):
3949         Display the error message.
3950
3951 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * gnus-art.el (gnus-default-article-saver):
3954         Add gnus-summary-save-in-pipe to choices.
3955         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
3956         gnus-summary-pipe-output-default-command as the default command.
3957         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
3958         instead of gnus-last-shell-command.
3959
3960         * gnus-sum.el (gnus-summary-pipe-output-default-command):
3961         New user option.
3962         (gnus-summary-muttprint-program): Mention the value will be changed.
3963         (gnus-summary-save-article): Force showing of all headers.
3964         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
3965
3966 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
3967
3968         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
3969
3970 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
3971
3972         * nnimap.el (nnimap-id):
3973         * sieve-manage.el (sieve-manage-open): Doc fixes.
3974
3975 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
3976
3977         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
3978         if available.
3979
3980 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3981
3982         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
3983
3984         * nnkiboze.el (nnkiboze-generate-group):
3985         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
3986
3987         * nnmairix.el: Require CL.
3988
3989 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * dgnushack.el: Autoload get-display-table and put-display-table for
3992         XEmacs 21.5.
3993
3994         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
3995         21.4 and SXEmacs.
3996
3997 2008-06-15  David Engster  <dengste@eml.cc>
3998
3999         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
4000
4001 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
4002
4003         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
4004         New macros that expand to an `aset'/`aref' call under Emacs, and to a
4005         runtime choice under XEmacs.
4006
4007         * gnus-sum.el (gnus-summary-set-display-table):
4008         Use `gnus-put-display-table', `gnus-get-display-table',
4009         `gnus-set-display-table' for the display table, instead of `aset'.
4010
4011         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
4012         Use `gnus-put-display-table', `gnus-get-display-table',
4013         `gnus-set-display-table' for the display table.
4014
4015 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4016
4017         * nnmairix.el: Add autoloads.
4018
4019 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
4020
4021         * nnmairix.el (nnmairix-delete-recreate-group)
4022         (nnmairix-update-and-clear-marks): Fix error messages.
4023
4024 2008-06-14  David Engster  <dengste@eml.cc>
4025
4026         * nnmairix.el: Upgrade to version 0.6.
4027         (nnmairix-group-toggle-propmarks-this-group)
4028         (nnmairix-group-toggle-readmarks-this-group)
4029         (nnmairix-group-delete-recreate-this-group)
4030         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
4031         (nnmairix-remove-tick-mark-original-article): New commands.
4032         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
4033         (nnmairix-propagate-marks-to-nnmairix-groups)
4034         (nnmairix-only-use-registry, nnmairix-allowfast-default)
4035         (nnmairix-marks-cache, nnmairix-version-output): New variables.
4036         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
4037         functions needed for marks propagation and manipulation of read marks.
4038         (nnmairix-update-groups): New function.
4039         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
4040         (nnmairix-determine-original-group-from-registry)
4041         (nnmairix-determine-original-group-from-path)
4042         (nnmairix-get-group-from-file-path, nnmairix-map-range)
4043         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
4044         New helper functions.
4045         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
4046         keystrokes for new commands.
4047         (nnmairix-delete-and-create-on-change): Doc string cleanup.
4048         (nnmairix-request-group): Check allow-fast group parameter.
4049         (nnmairix-request-create-group): Set allow-fast group parameter if
4050         nnmairix-allowfast-default is set.
4051         (nnmairix-close-group): Propagate marks upon closing if needed.
4052         (nnmairix-group-toggle-threads-this-group): Use new.
4053         nnmairix-group-toggle-parameter helper function.
4054         (nnmairix-search): Better check for empty search result.
4055         (nnmairix-goto-original-article): Use new helper functions for
4056         determining original article.
4057         (nnmairix-show-original-article): Make sure message-id is in brackets.
4058         (nnmairix-call-mairix-binary): Change variable name.
4059         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
4060         helper function.
4061         (nnmairix-widget-toggle-activate): Fix doc string.
4062
4063 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * nnir.el: Require edmacro when compiling with XEmacs.
4066         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
4067         available in Emacs 21.
4068
4069 2008-06-11  Glenn Morris  <rgm@gnu.org>
4070
4071         * gnus-util.el (x-focus-frame):
4072         * gnus.el (image-size):
4073         * mm-decode.el (image-size): Declare.
4074
4075         * gnus-picon.el (declare-function): Add compat definition.
4076         (image-size): Declare.
4077
4078         * gnus-group.el (tool-bar-map):
4079         * gnus-sum.el (tool-bar-map): Define for compiler.
4080
4081         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
4082
4083         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
4084
4085         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
4086         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
4087         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
4088         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
4089         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
4090         * sieve-manage.el, spam-report.el, spam.el:
4091         Remove unnecessary eval-and-compile of autoloads.
4092
4093 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
4094
4095         * auth-source.el: Precise Tramp doc.
4096
4097 2008-06-07  Glenn Morris  <rgm@gnu.org>
4098
4099         * nnmairix.el: Remove unnecessary eval-when-compile.
4100
4101 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * lpath.el: Fbind propertize for XEmacs 21.4.
4104
4105 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
4106
4107         * nnir.el: Move here from ../contrib.
4108
4109 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4110
4111         * gnus-util.el (gnus-read-shell-command): New function.
4112         * mm-decode.el (mm-pipe-part):
4113         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
4114
4115 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4116
4117         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4118
4119 2008-06-03  Glenn Morris  <rgm@gnu.org>
4120
4121         * pop3.el (nnheader-accept-process-output): Autoload it.
4122
4123 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
4126         are not 2-digit hexadecimal characters that follow `%'s.
4127
4128 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
4129
4130         * message.el (message-bogus-recipient-p): Fix type in doc string.
4131         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
4132         (message-bogus-addresses): Rename from message-bogus-address-regexp.
4133         Improve custom options.
4134         (message-bogus-recipient-p): Adjust accordingly.
4135
4136 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
4137
4138         * parse-time.el (parse-time-months, parse-time-weekdays): Add
4139         long-form month and day names.
4140
4141 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * dgnushack.el: Autoload debug, eudc-expand-inline and
4144         pgg-snarf-keys-region for XEmacs.
4145
4146         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
4147
4148         * nnmairix.el: Require edmacro when compiling with XEmacs.
4149
4150 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
4151
4152         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
4153         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
4154
4155 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
4156
4157         * auth-source.el: Add more docs.
4158
4159         * netrc.el (netrc-machine): Always match if the port is not given.
4160
4161 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4162
4163         * nnheader.el (nnheader-read-timeout): Change the default timeout from
4164         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
4165         retrieval faster in some cases, but might make CPU usage larger.  If
4166         this has any bad side effects, we might revert this change.
4167
4168         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
4169         seems to make mail retrieval much, much faster.
4170         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
4171         unconditionally.
4172
4173         * gnus-draft.el (gnus-group-send-queue): Bind
4174         message-send-mail-partially-limit to nil to avoid being prompted.
4175
4176 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
4177
4178         * mml.el (mml-attach-buffer): Prompt for `disposition'.
4179
4180         * message.el (message-bogus-address-regexp): Fix and improve custom
4181         type.
4182         (message-setup-hook): Add message-check-recipients as custom option.
4183
4184 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
4185
4186         * message.el (message-cite-function): Remove bogus autoload which crept
4187         in during merge from v5-10.
4188
4189 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
4190
4191         * nnimap.el (nnimap-open-connection): Fix login/password bug.
4192
4193         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
4194
4195         * auth-source.el: Preliminary Tramp docs.
4196         (auth-sources): Change the default auth-sources to use
4197         EPA .gpg files.
4198
4199 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
4200
4201         * nntp.el: Autoload `auth-source-user-or-password'.
4202         (nntp-send-authinfo): Use it.
4203
4204         * nnimap.el: Autoload `auth-source-user-or-password'.
4205         (nnimap-open-connection): Use it.
4206
4207         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
4208         for the gnus-message function.
4209         (auth-source-user-or-password): Use it.
4210
4211 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4212
4213         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
4214         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
4215         (rfc2104-hash): Use it.
4216
4217 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
4218
4219         * gnus-art.el (gnus-article-toggle-truncate-lines):
4220         Don't use `iff' in docstring.
4221
4222 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
4223
4224         * gnus-registry.el: Adjusted copyright dates and added a keyword.
4225
4226         * gnus-util.el (gnus-extract-address-component-name)
4227         (gnus-extract-address-component-email): Convenience functions around
4228         `gnus-extract-address-components'.
4229
4230         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
4231         Use `gnus-extract-address-component-email' to fix bug of comparing full
4232         sender name to `user-mail-address'.
4233
4234 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
4235
4236         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
4237         catch/throw to optimize.
4238         (gnus-registry-find-keywords): Just use member to find a keyword.
4239
4240 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4241
4242         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
4243         is current before calling gnus-server-prepare.
4244         (gnus-server-setup-buffer, gnus-server-update-server)
4245         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
4246
4247 2008-05-04  Juri Linkov  <juri@jurta.org>
4248
4249         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
4250         (mailcap-file-default-commands): Use mailcap-replace-in-string
4251         instead of replace-regexp-in-string, and mailcap-delete-duplicates
4252         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
4253
4254 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
4255
4256         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
4257
4258 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4259
4260         * gnus.el: Bump version to 0.11.
4261
4262 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4263
4264         * gnus.el: No Gnus v0.10 is released.
4265
4266 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4267
4268         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
4269         hooks.
4270         (gnus-update-read-articles): Speed up non-marks-using users.
4271         (gnus-use-marks): Define gnus-use-marks.
4272         (gnus-propagate-marks): Rename variable to something more sensible.
4273
4274 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
4275
4276         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
4277         (gmm-image-load-path-for-library): Fix typos in docstrings.
4278         (gmm-message): Reflow docstring.
4279
4280 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
4281
4282         * mail-source.el (mail-source-set-1, mail-source-bind):
4283         Move auth-source code out of the macro to clean it up and fix bugs.
4284
4285 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
4286
4287         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
4288         by sender if it's equal to user-mail-address, it's likely to be
4289         useless.
4290
4291         * mail-source.el (mail-source-bind): Don't use user or password if they
4292         are not bound.  Unintern them if they are nil.  Don't use server unless
4293         it's bound, and default it to empty string otherwise.
4294
4295 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
4296
4297         * mail-source.el: Load auth-source.el.
4298         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
4299         get user name or password, if auth-sources is set up.
4300
4301         * gnus-registry.el (gnus-registry-split-strategy): New variable for
4302         strategy of splitting with parent.
4303         (gnus-registry-split-fancy-with-parent)
4304         (gnus-registry-post-process-groups): Use it and fix prior
4305         bug (returning a list as the split result).
4306
4307         * auth-source.el (auth-sources): Remove server parameter.
4308         (auth-source-pick, auth-source-user-or-password)
4309         (auth-source-user-or-password-imap)
4310         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4311         (auth-source-user-or-password-sftp)
4312         (auth-source-user-or-password-smtp): Remove server parameter.
4313
4314 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
4315
4316         * smime.el (smime-sign-region, smime-encrypt-region)
4317         (smime-decrypt-region):
4318         Remove redundant calls to `generate-new-buffer-name'.
4319
4320 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
4321
4322         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
4323         Don't use QP for message/rfc822.
4324         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
4325
4326 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4327
4328         * sieve-manage.el (sieve-string-bytes): Remove.
4329         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
4330         correct byte-length only if the process's coding-system is the same as
4331         the one used internally by Emacs to represent strings.
4332
4333 2008-04-22  Juri Linkov  <juri@jurta.org>
4334
4335         * mailcap.el (mailcap-file-default-commands): New function.
4336
4337 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4338
4339         * message.el (message-signature-separator, message-cite-function):
4340         Change custom version.
4341
4342 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
4343
4344         * tls.el (tls-program): Add -ign_eof argument to call the openssl
4345         commands.
4346         (tls-checktrust): Ditto.
4347
4348 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
4349
4350         * mm-decode.el (mm-display-external): Make temp file read-only.
4351
4352 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
4353
4354         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
4355         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
4356         `C-c C-f d'.
4357
4358 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
4359
4360         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
4361
4362 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
4363
4364         * gnus.el: Bump version to 0.9.
4365
4366 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
4367
4368         * gnus.el: No Gnus v0.8 is released.
4369
4370 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4371
4372         * mail-source.el (mail-source-value):
4373         Prefer fboundp to functionp so it works with macros as well.
4374
4375 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4376
4377         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4378         Fix last change in case the element is not even a symbol.
4379
4380 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4381
4382         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4383         Prefer fboundp to functionp so it works with macros as well.
4384
4385 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
4386
4387         * auth-source.el: Added docs.
4388         (auth-sources): Modify format to support server.
4389         (auth-source-pick, auth-source-user-or-password)
4390         (auth-source-user-or-password-imap)
4391         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4392         (auth-source-user-or-password-sftp)
4393         (auth-source-user-or-password-smtp): Add server parameter.
4394
4395 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * gnus-registry.el: Initialize the registry when gnus-registry-install
4398         is t.
4399
4400 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * compface.el (uncompface): Make buffer unibyte.
4403
4404 2008-04-05  Glenn Morris  <rgm@gnu.org>
4405
4406         * gnus-ems.el (mm-disable-multibyte): Autoload it.
4407
4408 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4409
4410         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
4411         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
4412
4413         * nnheader.el (nnheader-init-server-buffer): Change buffer's
4414         multibyteness after rather than before erasing it.
4415
4416         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
4417         mm-with-multibyte.
4418         (gnus-request-article-this-buffer): Make sure the proper decoding is
4419         used if gnus-original-article-buffer happens to be unibyte.
4420
4421         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
4422         default-enable-multibyte-characters.
4423
4424         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
4425         default-enable-multibyte-characters.
4426
4427         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
4428
4429         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
4430
4431 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4432
4433         * imap.el (imap-enable-exchange-bug-workaround): New variable.
4434         (imap-message-copyuid-1): Use it.
4435         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4436         J. Williams in
4437         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4438
4439         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
4440         imap-enable-exchange-bug-workaround.
4441         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
4442
4443 2008-04-01  Simon Josefsson  <simon@josefsson.org>
4444
4445         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
4446         a 100 byte status-checks into a 2-3MB transfer for each group.
4447         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
4448         to enable bug workaround or not.
4449         (nnimap-find-minmax-uid): Only enable workaround conditionally.
4450
4451 2008-03-31  Glenn Morris  <rgm@gnu.org>
4452
4453         * message.el (mml2015-use): Declare for compiler.
4454         (message-info): Require mml2015 when appropriate.
4455
4456 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * Makefile.in (EMACS_COMP): Quote directory name that might contain
4459         whitespace.
4460
4461 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4462
4463         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
4464         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
4465         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
4466         (nntp-service-to-port): New function.
4467         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
4468         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
4469         (nntp-open-netcat-stream): New function.
4470         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
4471
4472 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
4473
4474         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
4475
4476 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4477
4478         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
4479
4480 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4481
4482         * dns.el (dns-write): Use set-buffer-multibyte.
4483
4484 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
4485
4486         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4487
4488 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4489
4490         * message.el (message-signature-separator): Change default.
4491         Improve custom type.
4492         (message-cite-function): Change default to
4493         message-cite-original-without-signature.
4494
4495         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
4496         toggle.
4497
4498         * message.el (message-check-news-body-syntax): Fix signature check.
4499         (message-setup-1): Mark buffer as unmodified _after_ running
4500         message-setup-hook and handling message-alternative-emails.
4501         (message-shorten-references): Be more strict when building list of
4502         valid references to comply with GNKSA.
4503
4504         * gnus-group.el (gnus-read-ephemeral-bug-group)
4505         (gnus-read-ephemeral-debian-bug-group)
4506         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
4507
4508         * message.el (message-info): Don't use booleanp which isn't supported
4509         in Emacs 21 and XEmacs.
4510
4511 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * gnus-group.el (gnus-gmane-group-download-format): Rename from
4514         gnus-group-gmane-group-download-format.
4515         (gnus-group-read-ephemeral-gmane-group): Rename from
4516         gnus-group-read-ephemeral-gmane-group.
4517         (gnus-read-ephemeral-gmane-group-url): Rename from
4518         gnus-group-read-ephemeral-gmane-group-url.
4519         (gnus-bug-group-download-format-alist): New variable.
4520         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
4521         (gnus-read-ephemeral-emacs-bug-group): New commands.
4522
4523 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
4524
4525         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
4526         (gnus-visible-headers): Improve custom type.
4527
4528 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
4529
4530         * mml.el (mml-menu): Add workarounds for XEmacs.
4531
4532         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
4533         X-Boundary header.
4534
4535         * message.el (message-simplify-recipients): Fix previous commit.
4536
4537 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4538
4539         * mm-util.el (mm-set-buffer-multibyte): New function.
4540         * mm-decode.el (mm-copy-to-buffer): Use it.
4541
4542 2008-03-19  Glenn Morris  <rgm@gnu.org>
4543
4544         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
4545         Accidentally removed in the sync process with Emacs.
4546
4547 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * message.el (message-alter-recipients-discard-bogus-full-name):
4550         New function.
4551         (message-alter-recipients-function): New variable.
4552         (message-get-reply-headers): Use it.
4553         (message-replace-header): New helper function.
4554         (message-recipients-without-full-name): New variable.
4555         (message-simplify-recipients): New command.
4556
4557         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
4558
4559         * message.el (message-info): Handle EasyPG manual.
4560
4561         * mml.el (mml-menu): Add entry for EasyPG.
4562
4563 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
4564
4565         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
4566         parameter.
4567
4568         * message.el (message-disassociate-draft): Specify drafts group name
4569         fully.
4570
4571 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
4572
4573         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
4574         unnecessary duplicates from the match list.
4575
4576 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
4579
4580         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
4581
4582         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
4583         args of `how-many' of which the XEmacs version doesn't take; declare
4584         Info-index-next as function.
4585
4586 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
4587
4588         * gnus-score.el (gnus-score-headers): Fix handling of
4589         gnus-inhibit-slow-scoring.
4590
4591         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
4592         string.
4593         (gnus-button-url-regexp): Improve handling of parenthesis.
4594         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
4595         (gnus-button-handle-info-keystrokes): Handle index entries.
4596
4597 2008-03-15  Glenn Morris  <rgm@gnu.org>
4598
4599         * parse-time.el (parse-time-string): Simplify.
4600
4601 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
4604         Incoming* files.
4605
4606 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4607
4608         * auth-source.el (auth-sources): Renamed from auth-source-choices.
4609         (auth-source-pick): Use it.
4610
4611 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4612
4613         * binhex.el (binhex-decode-region-internal):
4614         * uudecode.el (uudecode-decode-region-internal):
4615         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
4616         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
4617         setting default-enable-multibyte-characters.
4618
4619 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4620
4621         * auth-source.el (auth-source-protocols)
4622         (auth-source-protocols-customize, auth-source-choices): Added and
4623         modified variable customizations and defaults.
4624         (auth-source-pick, auth-source-user-or-password)
4625         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4626         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4627         (auth-source-user-or-password-sftp)
4628         (auth-source-user-or-password-smtp): Use new variables and provide an
4629         interface to netrc.el.
4630
4631 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4632
4633         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
4634         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
4635         Make sure the nntp port to specify is a string.
4636
4637 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4638
4639         * nntp.el: Use with-current-buffer.
4640         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
4641         dubious mm-with-unibyte-current-buffer.
4642         (nntp-with-open-group-function): New function extracted from
4643         nntp-with-open-group macro.
4644         (nntp-with-open-group): Use the function, so it's easier to debug.
4645         Add indentation and debugging info.
4646         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
4647         the use of the netcat alternatives.
4648
4649         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
4650         Avoid mm-string-as-multibyte as well.
4651
4652         * nnweb.el (nnweb-insert-html):
4653         Remove use of nnheader-string-as-multibyte.
4654
4655         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
4656         (nnheader-string-as-multibyte): Remove.
4657
4658         * mm-view.el: Use inhibit-read-only.
4659         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
4660         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
4661         or unibyte-string.
4662
4663         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
4664         (mm-uu-yenc-extract): Use with-current-buffer.
4665
4666         * gnus-soup.el (gnus-soup-send-packet): Don't use
4667         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
4668
4669         * nnmh.el: Use with-current-buffer.
4670         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
4671         mm-string-as-multibyte on the output of mm-encode-coding-string.
4672
4673         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
4674         (nnimap-request-move-article): Use with-current-buffer.
4675
4676         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
4677         inserting the handle-buffer's text, so the implicit multibyte->unibyte
4678         conversion uses string-make-unibyte rather than string-as-unibyte.
4679
4680         * gnus-msg.el: Use with-current-buffer.
4681
4682         * message.el (message-ignored-resent-headers): Add "Delivered-To".
4683
4684 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
4685
4686         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
4687         string for caching if it is 'PIN.
4688
4689 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4690
4691         * lpath.el: Consider the case without Emacs/W3.
4692
4693 2008-03-08  Glenn Morris  <rgm@gnu.org>
4694
4695         * time-date.el (date-to-time, time-subtract, time-add)
4696         (safe-date-to-time): Doc fixes.
4697
4698 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
4699
4700         * mail-source.el (mail-source-delete-old-incoming-confirm):
4701         Change default to nil.
4702         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
4703
4704 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4705
4706         * lpath.el: Rearrange.
4707
4708         * gnus-art.el (gnus-narrow-to-page): Position point properly.
4709         (gnus-article-goto-prev-page): Work for articles having ^L's.
4710
4711         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
4712
4713         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
4714
4715 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
4716
4717         * gnus-bookmark.el: Adjust for renames in bookmark.el.
4718         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
4719         (gnus-bookmark-jump): Adjust some variable names.
4720
4721 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
4722
4723         * auth-source.el: New package.
4724         (auth-source-choices): Add customization entry point variable.
4725
4726         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
4727         bug.
4728
4729 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
4730
4731         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
4732         (gnus-registry-initialize, gnus-registry-install-p): Use it.
4733         (gnus-registry-install-shortcuts): Rename from
4734         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
4735         the `gnus-registry-mark-map' keymap dynamically from
4736         `gnus-registry-marks'.  The generated functions update the summary line
4737         when a registry mark is added or deleted, and will call
4738         `gnus-registry-install-p' (see the comments in the code).
4739         (gnus-registry-user-format-function-M): Use concat intelligently.
4740
4741         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
4742         the registry mark functions.
4743
4744 2008-03-05  Glenn Morris  <rgm@gnu.org>
4745
4746         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
4747         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
4748         gnus-art.
4749         (top-level): No need to load own source when compiling.
4750
4751 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4752
4753         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
4754         Suggested by <chris.anderton@zetnet.co.uk>.
4755
4756 2008-03-04  Glenn Morris  <rgm@gnu.org>
4757
4758         * gnus-sum.el (top-level): No need to require gnus when compiling,
4759         since unconditionally required near start of file.
4760         (gnus-summary-display-while-building): Move definition before use.
4761
4762 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
4763
4764         * gnus-registry.el (gnus-registry-user-format-function-M): Add
4765         formatting function.
4766
4767 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
4768
4769         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
4770         with plists.
4771         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
4772         Use new format.
4773
4774 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
4777         `where-is-internal' that returns a range of key sequences.
4778
4779 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4780
4781         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
4782
4783         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
4784         (gnus-summary-jump-to-group): Consider windows on other displayed
4785         frames as well.  Similar changes might be needed elsewhere, but that's
4786         the one I've bumped into during my use.
4787
4788         * nndoc.el (nndoc-oe-dbx-type-p):
4789         * gnus-msg.el (gnus-debug):
4790         * gnus-group.el (gnus-update-group-mark-positions):
4791         Use mm-string-to-multibyte.
4792
4793 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
4794
4795         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
4796         doesn't handle NotDashEscaped.
4797
4798         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
4799         (mml-dnd-attach-options): Fix typo in custom choice.
4800
4801         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
4802         nndoc-article-type to mbox.
4803         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
4804
4805         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
4806         to nil, instead of html2text.
4807
4808         * imap.el (imap-debug): Add `imap-ping-server'.
4809
4810         * gnus-bookmark.el: Add FIXMEs.
4811
4812         * message.el (message-form-letter-separator)
4813         (message-send-form-letter-delay): New variables.
4814         (message-send-form-letter): Use them.  New command to send form
4815         letters.  Requested by Uwe Siart.
4816         (message-send-mail-function): Doc fix.  Add "Other" custom option.
4817
4818 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4819
4820         * Update copyright years.
4821
4822 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
4823
4824         Sync from EMACS_22_BASE.
4825
4826         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
4827
4828 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
4829
4830         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
4831         empty author.
4832
4833 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
4834
4835         * gnus-registry.el (gnus-registry-marks): Add variable for
4836         customization of marks and their appearance.
4837         (gnus-registry-read-mark): Use it.
4838         (gnus-registry-do-marks): Add utility function to loop through
4839         `gnus-registry-marks'.
4840         (gnus-registry-install-shortcuts-and-menus): Add function to install
4841         shortcuts and menus.
4842         (gnus-registry-initialize): Use it.
4843         (gnus-registry-default-mark): Clarify documentation.
4844
4845 2008-02-29  Glenn Morris  <rgm@gnu.org>
4846
4847         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
4848         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
4849         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
4850         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
4851         Change defcustom :version from 23.0 to 23.1.
4852
4853 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4854
4855         * gnus-registry.el (gnus-registry-follow-group-p)
4856         (gnus-registry-post-process-groups): Add functions to aid registry
4857         splitting and improve logging.  Clarify behavior in function
4858         documentation.
4859         (gnus-registry-split-fancy-with-parent): Use them.
4860
4861 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4862
4863         * gnus-art.el: Use with-current-buffer.
4864
4865 2008-02-27  David Engster  <dengste@eml.cc>
4866
4867         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
4868         Express real group name in the response.
4869
4870 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
4873         (nnmairix-last-server, nnmairix-current-server): Defvar them.
4874         (nnmairix-goto-original-article): Defvar gnus-registry-install and
4875         autoload gnus-registry-fetch-group when compiling.
4876         (nnmairix-request-group-with-article-number-correction): Remove
4877         unreferenced argument passed to nnmairix-call-backend.
4878
4879 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
4880
4881         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
4882         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
4883         Wilde.
4884
4885 2008-02-27  Glenn Morris  <rgm@gnu.org>
4886
4887         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
4888         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
4889         variables to defconsts.  Convert comments to doc-strings.
4890         (nnmairix-last-server, nnmairix-current-server): Convert from free
4891         variables to defvars.  Convert comments to doc-strings.
4892         (gnus-registry-fetch-group): Autoload.
4893         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
4894         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
4895         (nnmairix-widget-build-editable-fields): Use car cddr rather than
4896         caddr.
4897         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
4898         nnmairix-request-group-with-article-number-correction call.
4899         (nnmairix-fast, nnmairix-group): New, less general names, for free
4900         variables passed from nnmairix-request-group to
4901         nnmairix-request-group-with-article-number-correction.  Declare.
4902         (nnmairix-request-group-with-article-number-correction):
4903         Use nnmairix-fast, nnmairix-group rather than fast, group.
4904
4905 2008-02-26  David Engster  <dengste@eml.cc>
4906
4907         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
4908         version 0.5.
4909
4910 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
4911
4912         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
4913         instead of making an extra function call.  Don't add the current group
4914         to articles only when they have the group.  Use
4915         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
4916         Reported by David <de_bb@arcor.de>.
4917
4918 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4919
4920         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
4921         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
4922
4923 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
4924
4925         * mail-source.el (mail-source-delete-incoming): Change default.
4926         Supplement doc string.
4927
4928         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
4929
4930 2008-02-14  Glenn Morris  <rgm@gnu.org>
4931
4932         * time-date.el (format-seconds): New function.
4933
4934 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
4935
4936         * nnmail.el (nnmail-message-id-cache-file): Derive from
4937         `gnus-home-directory'.
4938
4939 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
4940
4941         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
4942         Document negative prefix.
4943
4944         * gnus-group.el (gnus-group-read-group): Document negative prefix.
4945
4946 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4947
4948         * message.el (message-unsent-separator): Add the Exim bounce
4949         separator.
4950
4951 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
4952
4953         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
4954         list.
4955         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
4956         recipient/signer list.
4957
4958 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * Makefile.in (datarootdir): Define.
4961         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
4962         name that might contain whitespace.
4963
4964 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
4965
4966         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
4967         fbound (Emacs 23 unicode), signal an error.
4968
4969 2008-02-08  Glenn Morris  <rgm@gnu.org>
4970
4971         * gnus-art.el (pgg-display-output-buffer): Declare as function.
4972
4973 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
4974
4975         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
4976         ports to the calls to `netrc-machine-user-or-password' in addition to
4977         "imap" and "imaps".
4978
4979 2008-02-01  Zhang Wei  <id.brep@gmail.com>
4980
4981         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
4982
4983         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
4984
4985 2008-02-01  Kenichi Handa  <handa@m17n.org>
4986
4987         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
4988         rfc2104-hexstring-to-bitstring and changed to return a byte list.
4989         (rfc2104-hash): Convert the result of concat to unibyte string.
4990
4991 2008-02-01  Dave Love  <fx@gnu.org>
4992
4993         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
4994         coding-system-for-read.
4995         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
4996
4997 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
4998
4999         * gnus.el (gnus-group-startup-message): Add `find-image' call before
5000         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
5001         <hanche@math.ntnu.no>.
5002
5003 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5004
5005         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
5006
5007         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5008
5009 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
5010
5011         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
5012         * message.el (message-beginning-of-line): Use featurep instead of bound
5013         tests in order to resolve conditionals at compile time.
5014
5015 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
5016
5017         * mail-source.el (mail-sources): Add `group' choice.
5018
5019         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
5020         parameter `in-group' to control into which group the articles go.
5021         Add treatment of `group' mail-source.
5022
5023 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
5026
5027         * mm-decode.el (mm-dissect-buffer): Decode description.
5028
5029         * mml.el (mml-to-mime): Encode message header first.
5030
5031 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5032
5033         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
5034         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
5035
5036         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
5037         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
5038
5039 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
5040
5041         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
5042
5043 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
5046         prefix keys.
5047         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
5048         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
5049         gnus-xmas.el.
5050
5051         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
5052         (gnus-xmas-article-describe-bindings): New function.
5053         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
5054         gnus-xmas-article-describe-bindings.
5055
5056         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
5057
5058 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5059
5060         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
5061         Add new variables for article mark management.
5062         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
5063         list of extra data entries which, when present, will indicate that the
5064         article ID should not be trimmed from the registry.
5065         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
5066         functions.
5067         (gnus-registry-read-mark): New function to read a mark name from the
5068         user.
5069         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
5070         (gnus-registry-set-article-mark-internal): New functions to add and
5071         remove marks.
5072         (gnus-registry-get-article-marks): New function to show the marks for
5073         an article, or retrieve them for further use.
5074
5075 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
5078         keys when no argument is given.
5079
5080 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5081
5082         * imap.el (imap-ping-server): New variable.
5083         (imap-opened): On add extra ping if imap-ping-server is non-nil.
5084         (imap-ping-server): Minor doc string fixes.
5085
5086 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5087
5088         * imap.el (imap-ping-server): New function.
5089         (imap-opened): Call imap-ping-server.
5090
5091 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5092
5093         * gnus-sum.el (gnus-article-sort-by-random)
5094         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
5095         jidanni@jidanni.org.
5096
5097 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5098
5099         * gnus-art.el (gnus-article-describe-bindings): New function.
5100         (gnus-article-read-summary-keys): Use it.
5101         (gnus-article-mode-map): Bind `C-h b' to it.
5102
5103 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5104
5105         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
5106         XEmacs.
5107         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
5108         against non-character events.
5109
5110         * lpath.el: Fbind map-keymap for Emacs 21.
5111
5112 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
5113
5114         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
5115         command.
5116         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
5117         instead of END.  Change name of the temp file.
5118         (gnus-group-gmane-group-download-format): Add doc string.  Make it
5119         customizable.
5120
5121 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
5124         bind `S W' to gnus-article-wide-reply-with-original; set default
5125         binding to gnus-article-read-summary-send-keys.
5126         (gnus-article-read-summary-keys): Fix the order of keys; display
5127         continuation keys correctly in the echo area; describe bindings
5128         correctly when keys end with `C-h'.
5129         (gnus-article-read-summary-send-keys): New function.
5130         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
5131         for gnus-article-read-summary-send-keys; display continuation keys
5132         correctly in the echo area.
5133         (gnus-article-reply-with-original): Ignore prefix argument.
5134         (gnus-article-wide-reply-with-original): New function.
5135
5136         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
5137         Emacs 21.
5138
5139 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5140
5141         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
5142         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
5143
5144 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
5145
5146         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
5147         (gnus-group-read-ephemeral-gmane-group): New command.
5148
5149 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
5150
5151         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
5152
5153 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5154
5155         * message.el (message-send-mail-function): Increase custom version.
5156
5157         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
5158         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
5159
5160 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
5161
5162         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
5163         for the cases where imap-authenticate is called with a nil buffer
5164         parameter.
5165
5166 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
5169         html parts correctly; support forwarded messages.
5170         (gnus-article-browse-html-article): Remove work buffers.
5171
5172         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
5173         compiling.
5174         (netrc-bound-and-true-p): New macro.
5175         (netrc-parse): Use it instead of bound-and-true-p that is not available
5176         in XEmacs 21.4.
5177
5178 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
5179
5180         * gnus-registry.el (gnus-registry-mark-article)
5181         (gnus-registry-article-marks): Add functionality to mark articles
5182         through the Gnus registry.
5183
5184         * encrypt.el: Clarify documentation for the new pgg method.
5185         (encrypt-file-alist): Add PGG option.
5186         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
5187         functionality.  Abstract password key and messaging to external
5188         functions.
5189         (encrypt-password-key, encrypt-get-passphrase-if-needed)
5190         (encrypt-message-method-and-cipher): Add new convenience external
5191         functions.
5192         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
5193         (encrypt-pgg-process-buffer): Add PGG functionality glue.
5194
5195         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
5196         (netrc-parse): Use encrypt-file-alist to determine if
5197         encrypt-find-model or encrypt-insert-file-contents should be used.
5198
5199         * encrypt.el: Clarify documentation.  Load password-cache or
5200         password, whichever one is found first, instead of autoloading.
5201
5202 2007-12-19  Glenn Morris  <rgm@gnu.org>
5203
5204         * mml.el (message-options-set, message-narrow-to-head)
5205         (message-in-body-p, message-mail-p, message-encode-message-body):
5206         Autoload.
5207         (message-remove-header, message-narrow-to-headers-or-head)
5208         (message-subscribed-p, message-make-mail-followup-to)
5209         (message-position-on-field, message-news-p)
5210         (message-options-set-recipient, message-generate-headers)
5211         (message-sort-headers): Declare as functions.
5212
5213 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5214
5215         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
5216         convention in doc string.
5217
5218 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
5221         title to html parts.
5222         (gnus-article-browse-html-article): Pass message header to it.
5223
5224         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
5225
5226 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
5227
5228         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
5229         or password compatible with XEmacs.
5230
5231 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5232
5233         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
5234         format document.
5235         (gnus-mime-delete-part): Don't write description line if empty.
5236         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
5237
5238 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
5239
5240         * gnus-sum.el (gnus-summary-mark-unread-as-read)
5241         (gnus-summary-mark-read-and-unread-as-read)
5242         (gnus-summary-mark-current-read-and-unread-as-read)
5243         (gnus-summary-mark-unread-as-ticked): Doc fix.
5244         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
5245
5246 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5247
5248         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
5249         Christoph Conrad <christoph.conrad@gmx.de>.
5250
5251 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
5252
5253         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
5254         yes-or-no-p.
5255
5256 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * mm-decode.el (mm-add-meta-html-tag): New function.
5259         (mm-save-part-to-file, mm-pipe-part): Use it.
5260
5261         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
5262         gnus-y-or-n-p instead of y-or-n-p.
5263         (gnus-article-browse-html-parts): Work with message/external-body; use
5264         mm-add-meta-html-tag.
5265
5266 2007-12-11  Glenn Morris  <rgm@gnu.org>
5267
5268         * gnus-cache.el: Require gnus-sum not just when compiling.
5269
5270         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
5271
5272         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
5273         definitions before use.
5274
5275         * mm-decode.el: Require gnus-util.
5276         (mm-remove-part): Only call delete-annotation on XEmacs.
5277
5278         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
5279
5280         * nnmail.el: Require gnus-int.
5281
5282         * spam.el: Move `require's before `eval-when-compile's.
5283
5284         * gnus-ems.el (gnus-alive-p):
5285         * gnus-fun.el (message-goto-eoh):
5286         * gnus-util.el (gnus-group-name-decode):
5287         * mail-source.el (gnus-compress-sequence):
5288         * message.el (Info-goto-node, format-spec):
5289         * mm-bodies.el (message-options-get):
5290         * mm-decode.el (mm-view-pkcs7):
5291         * mm-util.el (gmm-write-region):
5292         * mml-smime.el (mml-compute-boundary)
5293         (gnus-completing-read-with-default):
5294         * mml.el (widget-button-press, gnus-make-hashtable):
5295         * mml1991.el (mm-decode-content-transfer-encoding)
5296         (mm-encode-content-transfer-encoding)
5297         (message-options-get, message-options-set):
5298         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
5299         * nnfolder.el (gnus-request-group):
5300         * nnheader.el (ietf-drums-unfold-fws):
5301         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
5302         * smime.el (gnus-run-mode-hooks):
5303         * spam-stat.el (gnus-message): Autoload.
5304
5305         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
5306         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
5307         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
5308         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
5309         Add declare-function compatibility definition.
5310
5311         * gnus-cache.el (nnvirtual-find-group-art):
5312         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
5313         (gnus-add-image, gnus-add-wash-type):
5314         * gnus-group.el (nnkiboze-score-file):
5315         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
5316         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
5317         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
5318         (message-tokenize-header, gnus-get-buffer-create)
5319         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
5320         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
5321         * gnus.el (gnus-group-decoded-name):
5322         * mail-source.el (imap-capability):
5323         * mm-bodies.el (message-options-set):
5324         * mm-decode.el (gnus-configure-windows):
5325         * mm-extern.el (message-goto-body):
5326         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
5327         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
5328         (epg-sub-key-validity, message-options-set):
5329         * mml.el (widget-event-point, gnus-configure-windows):
5330         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
5331         * mml2015.el (epg-check-configuration, epg-configuration)
5332         (message-options-set):
5333         * nndb.el (nndb-request-article):
5334         * nnfolder.el (gnus-request-create-group):
5335         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
5336         * nnmaildir.el (gnus-group-mark-article-read):
5337         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
5338         * rfc1843.el (message-fetch-field):
5339         * spam.el (gnus-extract-address-components):
5340         Declare as functions.
5341
5342 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
5345
5346         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
5347
5348         * lpath.el: Fbind run-mode-hooks for Emacs 21;
5349         bind show-trailing-whitespace for XEmacs.
5350
5351 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
5354         new no-op macro for backward compatibility.
5355
5356         * imap.el (imap-string-to-integer): New function.
5357
5358 2007-12-09  Glenn Morris  <rgm@gnu.org>
5359
5360         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
5361
5362         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
5363         * message.el, mm-view.el, sieve-manage.el, smime.el:
5364         Add declare-function compatibility definition.
5365
5366         * gnus-art.el (w3-region, w3m-region, Info-menu):
5367         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
5368         * gnus-sum.el (gnus-get-predicate):
5369         * gnus-util.el (mm-append-to-file, w32-focus-frame):
5370         * message.el (mail-abbrev-in-expansion-header-p):
5371         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
5372         (w3m-detect-meta-charset, w3m-region):
5373         * sieve-manage.el (password-read, password-cache-add)
5374         (password-cache-remove):
5375         * smime.el (password-read-and-add): Declare as functions.
5376
5377 2007-12-08  David Kastrup  <dak@gnu.org>
5378
5379         * gnus-sum.el (gnus-summary-simplify-subject-query):
5380         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
5381         `message'.
5382
5383 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5384
5385         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
5386         it to bind idna-program, installation-directory, defined-colors, and
5387         face-attribute for XEmacs of the version that compiles defcustom forms.
5388
5389 2007-12-07  Glenn Morris  <rgm@gnu.org>
5390
5391         * gnus-art.el (article-make-date-line): Revert previous change.
5392
5393 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
5396
5397 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
5398
5399         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
5400         Call gnus-add-to-range ranges only once with a prepared article-list.
5401
5402 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
5403
5404         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
5405         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
5406         group names with backslashes.  Reported by Tassilo Horn
5407         <tassilo@member.fsf.org>.
5408
5409 2007-12-06  Deepak Goel  <deego3@gmail.com>
5410
5411         * gnus-art.el (article-make-date-line):
5412         * gnus-start.el (gnus-load):
5413         * pop3.el (pop3-read-response): Fix buggy call to `error'.
5414
5415 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * gnus-art.el (gnus-use-idna)
5418         * gnus-start.el (gnus-site-init-file)
5419         * message.el (message-use-idna)
5420         * mm-uu.el (mm-uu-hide-markers)
5421         * smiley.el (smiley-style): Revert changes that suppress warnings.
5422
5423 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5424
5425         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
5426         specify charset to html source.  Reported by Christoph Conrad
5427         <christoph.conrad@gmx.de>.
5428
5429 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5430
5431         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
5432         idna-program in order to suppress byte compile warning issued by XEmacs
5433         that came to byte compile the default value section of defcustom forms
5434         recently.
5435
5436         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
5437         value of installation-directory.
5438
5439         * message.el (message-use-idna): Don't directly refer to the value of
5440         idna-program.
5441
5442         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
5443
5444         * smiley.el (smiley-style): Don't directly call face-attribute.
5445
5446 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
5447
5448         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
5449
5450         * gnus-dired.el: Reduce Gnus dependencies.
5451         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
5452         require.  Use autoloads instead.
5453         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
5454         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
5455         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
5456         (gnus-dired-mode): Adjust doc string.
5457         (gnus-dired-mail-mode): New variable.
5458         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
5459         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
5460         (gnus-dired-mail-buffers): New function.  Return mail or message
5461         composition buffers.
5462         (gnus-dired-attach): Use it.
5463         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
5464         NO-DECODE.
5465         (gnus-dired-print): Use `gnus-print-buffer' depending on
5466         `gnus-dired-mail-mode'.
5467
5468 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5469
5470         * rfc2047.el (rfc2047-encoded-word-regexp)
5471         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
5472         explaining what regexp patterns are for.
5473
5474 2007-12-04  Glenn Morris  <rgm@gnu.org>
5475
5476         * password.el: Move to password-cache.el.
5477
5478         * mml1991.el (password-read, password-cache-add, password-cache-remove):
5479         * mml2015.el (password-read, password-cache-add, password-cache-remove):
5480         * mml-smime.el (password-read, password-cache-add)
5481         (password-cache-remove):
5482         No need to autoload, since mml-sec requires password.
5483
5484         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
5485         * message.el (gnus-extract-address-components):
5486         * mml-smime.el (gnus-extract-address-components): Define for compiler.
5487
5488         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
5489         password.
5490
5491 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
5492
5493         * mailcap.el: Reduce dependencies.
5494         (mail-header-parse-content-type): Autoload.
5495         (mailcap-delete-duplicates): New alias.
5496         (mailcap-mime-info): Add optional argument NO-DECODE.
5497         (mailcap-mime-types): Use mailcap-delete-duplicates.
5498
5499         * message.el (message-ignored-supersedes-headers): Add "X-ID".
5500
5501 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
5502
5503         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
5504         (imap-parse-status): Upcase status-att for servers that sends them
5505         lower-case (e.g., MS Exchange 2007).
5506
5507 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
5510         function.
5511
5512         * gnus-uu.el (gnus-uu-decode-yenc): New command.
5513         (gnus-uu-yenc-article): New function.
5514
5515         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
5516
5517         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
5518         buffer.
5519
5520 2007-12-02  Glenn Morris  <rgm@gnu.org>
5521
5522         * binhex.el (binhex): New custom group.
5523         (binhex-decoder-program, binhex-decoder-switches)
5524         (binhex-use-external): Move to the binhex custom group.
5525
5526         * uudecode.el (uudecode): New custom group.
5527         (uudecode-decoder-program, uudecode-decoder-switches)
5528         (uudecode-use-external): Move to the uudecode custom group.
5529
5530         * netrc.el (top-level): Don't load `encrypt' features.
5531         (netrc-parse): Don't use encrypt.
5532         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
5533
5534         * encrypt.el: Remove file.
5535
5536 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
5537
5538         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
5539         matches on patches.
5540
5541         * gnus-art.el (gnus-article-browse-html-article): Mention
5542         `mm-text-html-renderer' in the doc string.
5543
5544         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
5545         string.  Add comments.
5546
5547         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
5548         if rhs is ASCII.
5549
5550 2007-12-01  Glenn Morris  <rgm@gnu.org>
5551
5552         * mail-source.el (top-level): Require format-spec before
5553         eval-when-compile.
5554
5555 2007-11-30  Glenn Morris  <rgm@gnu.org>
5556
5557         * encrypt.el: Require password, rather than autoloading password-read.
5558
5559 2007-11-29  Glenn Morris  <rgm@gnu.org>
5560
5561         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
5562         (sasl-make-client, sasl-next-step, sasl-step-data)
5563         (sasl-step-set-data): Declare as functions.
5564
5565 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
5568
5569 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
5570
5571         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
5572         certs should be verified and what is to be done in the event of a
5573         verification failure.
5574
5575         * gnus.el (gnus-method-to-server): Add an optional parameter so the
5576         caller can indicate whether the cache should be disregarded for this
5577         call.  This way the result of the call is reproducible at all times and
5578         can be considered a canonical server name for the supplied method.
5579         (gnus-agent-method-p): Canonicalize server names by pushing their
5580         method through `gnus-method-to-server' using the no-cache argument.
5581
5582         * gnus-srvr.el (gnus-server-insert-server-line): Call
5583         `gnus-method-to-server' with `no-cache' argument.
5584
5585         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
5586         gnus-agent-possibly-synchronize-flags as this should be called when the
5587         server is actually being opened.
5588         (gnus-agent-possibly-synchronize-flags)
5589         (gnus-agent-possibly-synchronize-flags-server): Move check for the
5590         flags file of an agentized server to the latter function.
5591
5592         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
5593         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
5594         after a connection has been established successfully.
5595
5596 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * gnus-art.el (article-display-face): Force to display face if called
5599         interactively; check if gnus-article-x-face-too-ugly matches author.
5600         (article-display-x-face): Display face even if From header is missing
5601         as article-display-face does.
5602
5603 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
5604
5605         * hashcash.el (message-narrow-to-headers-or-head)
5606         (message-fetch-field, message-goto-eoh)
5607         (message-narrow-to-headers): Declare as functions.
5608
5609 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
5610
5611         * mail-source.el (mail-sources): Default to fetch from file for
5612         compatibility with default of nnmail-spool-file.
5613
5614 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
5617         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
5618         to look for encoded word that should be encoded again.
5619         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
5620         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
5621         encoding pattern.
5622         (rfc2047-decode-region): Switch strict regexp and loose one according
5623         to rfc2047-allow-irregular-q-encoded-words.
5624
5625 2007-11-25  Romain Francoise  <romain@orebokech.com>
5626
5627         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
5628
5629 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * tls.el (tls-program): Provide more custom choices from
5632         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
5633         (tls-process-connection-type, tls-success): Remove "*" in doc string.
5634
5635 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5636
5637         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
5638         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
5639
5640         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
5641         `nnmail-spool-file'.
5642
5643         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
5644         `nnmail-spool-file'.
5645
5646         * gnus-move.el (gnus-change-server): Ditto.
5647
5648         * gnus-kill.el (gnus-batch-score): Ditto.
5649
5650         * gnus-cache.el (gnus-jog-cache): Ditto.
5651
5652         * gnus-msg.el (gnus-summary-reply):
5653         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
5654
5655 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5656
5657         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
5658         version.  Minor improvement to doc strings.
5659         (tls-program): Add comment.
5660
5661 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
5662
5663         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
5664         (tls-checktrust): New variable.  Check if GNU TLS complained about a
5665         mismatch between the hostname provided in the certificate and the name
5666         of the host connnecting to.
5667         (open-tls-stream): Use them.  Check certificates against trusted root
5668         certificates.
5669
5670 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5671
5672         * gnus-cache.el (gnus-cache-generate-nov-databases):
5673         Use nnml-generate-nov-databases-directory instead of
5674         nnml-generate-nov-databases-1.
5675
5676 2007-11-24  Glenn Morris  <rgm@gnu.org>
5677
5678         * message.el (message-tool-bar-retro): Update for rename
5679         mail_send.xpm->mail-send.xpm.
5680
5681 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
5684         `smime-ldap-search' for Emacs 22 and up.
5685
5686 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5687
5688         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
5689
5690         * message.el (message-send-mail-function): Fix error convention.
5691         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
5692         (message-widen-reply, message-send-mail, message-talkative-question)
5693         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
5694         (message-clone-locals, message-send-news): Use with-current-buffer.
5695         (message-insert-or-toggle-importance): Remove unused var `valid'.
5696         (message-make-references): Remove unused var `new-references'.
5697         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
5698
5699 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
5700
5701         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
5702         (spam-split-symbolic-return-positive): Reflow docstring.
5703         (spam-backends, spam-summary-exit-behavior)
5704         (spam-mark-ham-unread-before-move-from-spam-group)
5705         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
5706         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
5707         (spam-clear-cache, spam-backend-check, spam-install-backend)
5708         (spam-install-statistical-backend, spam-list-of-processors)
5709         (spam-group-processor-p, spam-split, spam-bogofilter-score)
5710         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
5711         (spam-check-crm114, spam-initialize, spam-unload-hook):
5712         Fix typos in docstrings.
5713
5714 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
5717         been checked if they have never been read and those group levels are
5718         higher than the one that a user specified.
5719
5720 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
5723         foreign groups unless a group level is specified by a user.
5724         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
5725
5726 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
5727
5728         * message.el (message-send-mail-function): Require sendmail.
5729
5730 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
5731
5732         * message.el (message-send-mail-function): Check for smtpmail too.
5733
5734         * utf7.el (utf7-encode, utf7-decode): Use coding system
5735         `utf-7'/`utf-7-imap' from utf-7.el' if available.
5736
5737         * message.el (message-send-mail-function): New function.
5738         (message-send-mail-function): Set default using
5739         message-send-mail-function.  Adjust doc string.
5740         (message-send-mail-with-mailclient): New function.
5741
5742 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5743
5744         * smime.el (from):
5745         * rfc2047.el (message-posting-charset):
5746         * qp.el (mm-use-ultra-safe-encoding):
5747         * pop3.el (parse-time-months):
5748         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
5749         * nnml.el (files):
5750         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
5751         (jka-compr-compression-info-list, ange-ftp-path-format)
5752         (efs-path-regexp):
5753         * nndiary.el (files):
5754         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
5755         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
5756         (epg-digest-algorithm-alist, inhibit-redisplay)
5757         (password-cache-expiry):
5758         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
5759         (pgg-output-buffer, password-cache-expiry):
5760         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
5761         (efs-path-regexp):
5762         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
5763         (inhibit-redisplay):
5764         * mm-uu.el (file-name, start-point, end-point, entry)
5765         (gnus-newsgroup-name, gnus-newsgroup-charset):
5766         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
5767         (latin-unity-ucs-list):
5768         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
5769         (mm-uu-binhex-decode-function):
5770         * message.el (gnus-message-group-art, gnus-list-identifiers)
5771         (rmail-enable-mime-composing, gnus-local-organization)
5772         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
5773         (gnus-read-active-file, facemenu-add-face-function)
5774         (facemenu-remove-face-function, gnus-article-decoded-p)
5775         (tool-bar-mode):
5776         * mail-source.el (display-time-mail-function):
5777         * gnus-util.el (nnmail-pathname-coding-system)
5778         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
5779         (gnus-original-article-buffer, gnus-user-agent)
5780         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
5781         (xemacs-codename, sxemacs-codename, emacs-program-version):
5782         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
5783         * gnus-start.el (gnus-agent-covered-methods)
5784         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
5785         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
5786         (gnus-newsgroup-headers, gnus-group-list-mode)
5787         (gnus-group-mark-positions, gnus-newsgroup-data)
5788         (gnus-newsgroup-unreads, nnoo-state-alist)
5789         (gnus-current-select-method, mail-sources)
5790         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
5791         (nnmail-spool-file, gnus-cache-active-hashtb):
5792         * gnus-mh.el (mh-lib-progs):
5793         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
5794         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
5795         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
5796         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
5797         (gnus-group-buffer):
5798         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
5799         (font-lock-set-defaults):
5800         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
5801         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
5802         (gnus-summary-post-menu, total-parts, type, condition, length):
5803         * gnus-agent.el (gnus-agent-read-agentview):
5804         * flow-fill.el (show-trailing-whitespace):
5805         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
5806         eval-and-compile wrappers for byte compiler pacifiers.
5807
5808         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
5809         (mm-display-inline-fontify): Check for featurep 'xemacs not
5810         extent-list.
5811
5812         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
5813         itimer-list.
5814         (mm-create-image-xemacs): Only do something for XEmacs.
5815         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
5816
5817         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
5818
5819         * gnus-registry.el (gnus-adaptive-word-syntax-table):
5820         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
5821
5822 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
5823
5824         * nnimap.el (nnimap-split-download-body):
5825         * gnus-demon.el (gnus-demon):
5826         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
5827
5828 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
5831         macros.
5832         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
5833         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
5834         copy data from unibyte buffer to multibyte current buffer.
5835         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
5836         to copy data from unibyte current buffer to multibyte buffer.
5837         (nntp-make-process-buffer): Make process buffer unibyte.
5838
5839         * pop3.el (pop3-open-server): Fix typo in Lisp code.
5840
5841 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
5842
5843         * pop3.el (pop3-open-server): Accept and process data more robustly at
5844         connexion start to avoid spurious "POP SSL connexion failed" errors.
5845
5846 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
5849         read group names.
5850
5851 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
5852
5853         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
5854
5855 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5856
5857         * nnmail.el (nnmail-parse-active): Make group names unibyte.
5858         (nnmail-save-active): Use a unibyte buffer when saving active file,
5859         which may contain non-ASCII group names.
5860
5861         * nnml.el (nnml-request-group): Decode group names in messages.
5862
5863 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5864
5865         * message.el (message-citation-line-function)
5866         (message-insert-formatted-citation-line): Fix spelling of
5867         `message-insert-formated-citation-line'.
5868
5869 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
5870
5871         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
5872
5873 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5874
5875         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
5876         nnmail-pathname-coding-system.
5877
5878         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
5879         that a user enters; decode group names in messages.
5880
5881         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
5882
5883 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5884
5885         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
5886
5887         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
5888
5889         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
5890         risky local variable.
5891
5892         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
5893
5894 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
5895
5896         * encrypt.el: Improve documentation to fix function name typo.
5897         Reported by Daiki Ueno <ueno@unixuser.org>.
5898
5899 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
5902         even if the point is not in the last page of an article.
5903         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
5904         back to the previous page.
5905
5906 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
5907
5908         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
5909
5910 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5911
5912         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
5913
5914 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5915
5916         * message.el (message-check-news-body-syntax): Avoid
5917         mm-string-as-multibyte.
5918         (message-hide-headers): Don't assume (point-min)==1.
5919
5920 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5921
5922         * message.el (message-remove-blank-cited-lines): Fix if remove is
5923         given.
5924         (message-bogus-address-regexp): New variable.
5925         (message-bogus-recipient-p): New function.
5926         (message-check-recipients): New command.
5927         (message-syntax-checks): Add `bogus-recipient'.
5928         (message-fix-before-sending): Add `bogus-recipient'.
5929
5930         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
5931         (gnus-treat-body-boundary): Don't test window-system.
5932
5933 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
5934
5935         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
5936
5937 2007-10-28  Miles Bader  <miles@gnu.org>
5938
5939         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
5940         at compile-time too.
5941
5942 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
5943
5944         * gnus-msg.el (gnus-message-setup-hook): Add
5945         `message-remove-blank-cited-lines' to options.
5946
5947 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5948
5949         * message.el (message-remove-blank-cited-lines): New function.
5950         Suggested by Karl Plästerer.
5951
5952 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
5955         mapc.
5956
5957         * imap.el (imap-open): Replace mapcar called for effect with mapc.
5958         (top-level): Use mapc to set functions to be traced for debugging.
5959
5960         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
5961         called for effect with while loop.
5962
5963         * message.el (message-talkative-question): Replace mapcar called for
5964         effect with mapc.
5965
5966         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
5967         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
5968         called for effect with dolist.
5969
5970         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
5971
5972         * nndiary.el: Use dolist instead of mapcar to add diary headers to
5973         gnus-extra-headers and nnmail-extra-headers.
5974
5975         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
5976         called for effect with dolist.
5977         (top-level): Use mapc to set functions to be traced for debugging.
5978
5979         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
5980         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
5981         dolist.
5982
5983         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
5984         Replace mapcar called for effect with mapc.
5985         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
5986         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
5987         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
5988         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
5989
5990         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
5991         remove-if that's a cl function.
5992
5993         * webmail.el (webmail-debug): Replace mapcar called for effect with
5994         dolist.
5995
5996         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
5997         with mapc.
5998
5999 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
6002         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
6003         with while loop.
6004
6005         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
6006         functions from article-* functions.
6007         (gnus-multi-decode-header): Replace mapcar called for effect with
6008         dolist.
6009
6010         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
6011         (gnus-bookmark-show-details): Replace mapcar called for effect with
6012         while loop.
6013
6014         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
6015         called for effect with while loop.
6016
6017         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
6018         with dolist.
6019
6020         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
6021         mapcar called for effect with dolist.
6022
6023         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
6024
6025         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
6026         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
6027         Replace mapcar called for effect with dolist.
6028         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
6029         mapc.
6030
6031         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
6032         Replace mapcar called for effect with dolist.
6033         (gnus-topic-list): Replace mapcar called for effect with mapc.
6034
6035         * gnus.el: Use mapc instead of mapcar to add autoloads.
6036
6037 2007-10-23  Richard Stallman  <rms@gnu.org>
6038
6039         * gnus-group.el (gnus-group-highlight): Mark as risky.
6040
6041 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus.el (gnus-server-to-method): Return method found first in
6044         gnus-newsrc-alist.
6045
6046         * gnus-art.el (gnus-article-highlight-signature)
6047         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
6048         button overlay without the front stickiness.
6049
6050 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
6051
6052         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
6053         overview buffer needed a catch to receive its throw.
6054         (gnus-agent-flush-cache): Declared as interactive to make this function
6055         easier to use.
6056
6057 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
6058
6059         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
6060         `next-line'.
6061
6062 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
6065         exclude address matching message-dont-reply-to-names.
6066
6067 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6068
6069         * gnus-util.el (gnus-string<): New function.
6070
6071         * gnus-sum.el (gnus-article-sort-by-author)
6072         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
6073
6074 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
6077         the frame-focus tag is set in gnus-buffer-configuration.
6078
6079 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6080
6081         * gnus-art.el (gnus-article-add-button): Make a button overlay without
6082         the front stickiness.
6083
6084 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
6087         url pattern; remove duplicate one.
6088         (gnus-article-extend-url-button): New function.
6089         (gnus-article-add-buttons): Use it.
6090         (gnus-button-push): Use concatenated url that it makes.
6091
6092 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
6093
6094         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
6095
6096 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6097
6098         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
6099         Don't hardcode point-min==1.
6100
6101 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6102
6103         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
6104         Fix comment about "iso8859-1".
6105
6106 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
6107
6108         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
6109         ones returned from the verify-function.
6110
6111         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
6112         mml2015-extract-cleartext-signature if extraction failed.
6113
6114 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
6115
6116         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
6117         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
6118         failed.
6119
6120 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6121
6122         * Relicense "GPLv2 or later" files to "GPLv3 or later".
6123
6124 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
6127         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
6128         recommends to use EasyPG instead of PGG.
6129
6130         * pgg.el: Revert to revision 6.23.2.16.
6131
6132         * pgg-def.el: Revert to revision 6.6.2.14.
6133
6134         * pgg-gpg.el: Revert to revision 6.23.2.34.
6135
6136 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
6137
6138         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
6139         to mark a thread as expirable.  Add variable `hide' to handle hiding of
6140         thread for both the null and zero (kill/expire thread) universal prefix
6141         cases.
6142         (gnus-summary-expire-thread): Add new function to expire a thread,
6143         using gnus-summary-kill-thread.
6144         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
6145         shortcuts for gnus-summary-expire-thread.
6146         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
6147         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
6148
6149 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6150
6151         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
6152         extras value, so an extras entry can be deleted.
6153         (gnus-registry-delete-extra-entry): Use it.
6154         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
6155         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
6156         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
6157         storage through the gnus-registry, and provide an appropriate API for
6158         it.
6159
6160 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
6163         Suggested by Leo <sdl.web@gmail.com>.
6164
6165         * gnus.el: Do.
6166
6167 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
6170         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
6171
6172         * gnus-agent.el (gnus-agent-fetch-headers): Do.
6173
6174         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6175         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
6176
6177 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
6180         newline.
6181         (nnmbox-request-accept-article): Don't change article in source buffer;
6182         narrow to header to use message-fetch-field rather than
6183         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
6184         (nnmbox-request-replace-article): Quote lines that'll be misidentified
6185         as delimiters; make sure article ends with newline.
6186         (nnmbox-delete-mail): Correct last position of article to be deleted;
6187         ignore X-Gnus-Newsgroup header in article body.
6188         (nnmbox-save-mail): Quote lines looking like delimiters at the right
6189         positions; make sure article ends with newline.
6190
6191         * message.el (message-display-abbrev): Don't infloop when a user
6192         inserts SPC in the beginning of header.
6193
6194         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
6195         coding-system-for-read and coding-system-for-write for XEmacs having no
6196         file-coding feature.
6197
6198         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
6199
6200 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
6201
6202         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
6203         list of groups not followed by default.  Fix type to be regexp.
6204         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
6205
6206 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
6207
6208         * hmac-def.el (define-hmac-function): Switch from old-style to
6209         new-style backquotes.
6210
6211         * md4.el (md4-make-step): Likewise.
6212
6213 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6214
6215         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
6216         raw-text coding system when saving .newsrc file, which may contain
6217         non-ASCII group names.
6218
6219 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6220
6221         * gnus-cus.el (gnus-score-extra): New widget.
6222         (gnus-score-extra-convert): New function.
6223         (gnus-score-customize): Use it for Extra.
6224
6225 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
6226
6227         * mml2015.el (mml2015-extract-cleartext-signature): New function.
6228         (mml2015-mailcrypt-clear-verify): Use it.
6229         (mml2015-gpg-clear-verify): Use it.
6230         (mml2015-pgg-clear-verify): Use it.
6231         (mml2015-epg-clear-verify): Replace the current part with the output
6232         from GnuPG; don't extract the plaintext by itself.
6233
6234         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
6235         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
6236         mml2015-clear-verify-function; don't touch the armor headers or
6237         dash-escaped text here.
6238
6239 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
6242         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
6243         parts, or application/octet-stream as a last resort.
6244         (gnus-mime-view-part-as-type): Don't toggle display.
6245         (gnus-mime-view-part-as-charset): Don't turn off display before
6246         querying charset.
6247
6248         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
6249         stuff to undisplayer function in Emacs.
6250         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
6251
6252         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
6253         text/calendar parts.
6254
6255 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
6258         decoding text/calendar parts.
6259
6260         * message.el (message-forward-make-body-mime): Always mark body as
6261         having no illegible text; remove signed-or-encrypted argument.
6262         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
6263
6264         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
6265         (mml-generate-mime-1): Don't encode body if it is specified to be in
6266         raw form; don't make buffer be unibyte when inserting multibyte string.
6267
6268 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6269
6270         * sha1.el: Fix up comment style.
6271         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
6272         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
6273
6274         * hex-util.el: Fix up comment style.
6275         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
6276
6277         * gnus-salt.el: Use with-current-buffer.
6278         (gnus-pick-setup-message): Fix long-standing typo.
6279
6280 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * imap.el (imap-logout-timeout): New variable.
6283         (imap-logout, imap-logout-wait): New functions.
6284         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
6285
6286         * nnimap.el (nnimap-logout-timeout): New server variable.
6287         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
6288         nnimap-logout-timeout.
6289
6290         * gnus-art.el (gnus-article-summary-command-nosave)
6291         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
6292
6293 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * gnus.el (gnus-maximum-newsgroup): New variable.
6296
6297         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
6298         according to gnus-maximum-newsgroup.
6299
6300         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
6301         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
6302         Limit the range of articles according to gnus-maximum-newsgroup.
6303
6304 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
6305
6306         * gnus-art.el (gnus-sticky-article): Fixed problems described in
6307         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
6308         Don't perform gnus-configure-windows here; reuse existing sticky
6309         article buffer.
6310
6311         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
6312         it doesn't exist in gnus-article-mode.
6313
6314 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
6317         (gnus-agent-decoded-group-name): New function.
6318         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
6319         (gnus-agent-expire-group-1): Use it; decode group name in messages.
6320
6321 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
6322
6323         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
6324         Add binding for gnus-sticky-article.
6325         (gnus-summary-exit): Don't kill sticky article buffers.
6326
6327         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
6328         article buffer.
6329         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
6330         (gnus-kill-sticky-article-buffers): New commands.
6331
6332 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * nntp.el (nntp-xref-number-is-evil): New server variable.
6335         (nntp-find-group-and-number): If it is non-nil, don't trust article
6336         numbers in the Xref header.
6337
6338 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * gnus-agent.el (gnus-agent-read-group): New function.
6341         (gnus-agent-flush-group, gnus-agent-expire-group)
6342         (gnus-agent-regenerate-group): Use it.
6343         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
6344         nnmail-pathname-coding-system.
6345
6346 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6347
6348         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
6349
6350         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
6351         that are unread as unread, and also as selected so that information of
6352         marks having been changed by a user may be updated when exiting group.
6353
6354 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * gnus-art.el (gnus-mime-display-single): Pass part number that is
6357         calculated ignoring signature parts to gnus-treat-article.
6358
6359 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
6362         a point here in order to keep the window start.
6363         (gnus-insert-mime-security-button): Make a button overlay without the
6364         front stickiness.
6365         (gnus-mime-display-security): Goto the end of a button.
6366
6367         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
6368
6369 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
6372         group-name-at-point.
6373         (gnus-group-completing-read): New function that offers decoded
6374         non-ASCII group names for completion.
6375         (gnus-fetch-group, gnus-group-read-ephemeral-group)
6376         (gnus-group-jump-to-group, gnus-group-make-group-simple)
6377         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
6378         (gnus-group-fetch-control): Use it.
6379         (gnus-fetch-group): Use group-name-at-point for the initial value
6380         rather than the default value; use gnus-alive-p.
6381
6382         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
6383         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
6384         (gnus-summary-post-news): Use gnus-group-completing-read.
6385
6386         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
6387         (gnus-read-move-group-name): Decode group name for completion.
6388
6389 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
6390
6391         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
6392         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
6393         Yamaoka slightly modified the code).
6394
6395 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
6398         (nnmail-split-incoming): Bind it.
6399
6400         * nnml.el (nnml-group-name-charset): New function.
6401         (nnml-decoded-group-name): Use it; don't decode group name if
6402         nnmail-group-names-not-encoded-p is non-nil.
6403         (nnml-encoded-group-name): New function.
6404         (nnml-group-pathname): Inline nnml-decoded-group-name.
6405         (nnml-request-expire-articles): Decode group name in message.
6406         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
6407         nnmail-pathname-coding-system.
6408         (nnml-save-mail, nnml-active-number): Work with decoded group names and
6409         not decoded ones according to nnmail-group-names-not-encoded-p.
6410         (nnml-generate-active-info): Use nnml-encoded-group-name.
6411
6412 2007-08-08  Glenn Morris  <rgm@gnu.org>
6413
6414         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
6415         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
6416         doc-strings and comments.
6417
6418 2007-07-25  Glenn Morris  <rgm@gnu.org>
6419
6420         * Relicense all FSF files to GPLv3 or later.
6421
6422 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * gnus-sum.el (gnus-summary-move-article): Make
6425         gnus-summary-respool-article work.
6426
6427 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
6428
6429         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
6430         string.
6431
6432 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
6433
6434         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
6435         that should be ignored when comparing distant RSS articles with local
6436         ones.
6437         (nnrss-make-hash-index): New function.  Create a hash index according
6438         to the ignored fields.
6439         (nnrss-check-group): Use it.
6440
6441 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6442
6443         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
6444
6445         * gnus-art.el (article-decode-group-name): Decode Xref header too.
6446
6447         * gnus-group.el (gnus-group-make-group): Encode group name here unless
6448         the new optional argument ENCODED is non-nil.
6449         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
6450         coding system for encoding group name.
6451         (gnus-group-make-rss-group): Pass un-encoded group name to
6452         gnus-group-make-group.
6453         (gnus-group-set-info): Tell gnus-group-make-group that group name is
6454         encoded.
6455
6456         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
6457         Encode group name to which articles are moved or copied.
6458         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
6459         coding system for encoding Newsgroup, Followup-To and Xref headers.
6460
6461         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
6462         marks; use nnheader-file-coding-system to write a file.
6463         (nnagent-retrieve-headers): Bind file-name-coding-system to
6464         nnmail-pathname-coding-system.
6465
6466         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
6467
6468         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
6469         (nnml-request-article, nnml-request-create-group)
6470         (nnml-request-rename-group, nnml-find-id)
6471         (nnml-possibly-change-directory, nnml-possibly-create-directory)
6472         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
6473         (nnml-save-marks): Use nnml-group-pathname instead of
6474         nnmail-group-pathname.
6475
6476         (nnml-request-create-group, nnml-request-expire-articles)
6477         (nnml-request-move-article, nnml-request-delete-group)
6478         (nnml-deletable-article-p, nnml-possibly-create-directory)
6479         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
6480         (nnml-open-marks): Bind file-name-coding-system to
6481         nnmail-pathname-coding-system.
6482
6483         (nnml-request-article): Pass server argument to nnml-find-group-number.
6484         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
6485         server argument to nnml-possibly-create-directory.
6486         (nnml-request-accept-article): Pass server argument to
6487         nnml-active-number and nnml-save-mail.
6488         (nnml-find-group-number): Pass server argument to nnml-find-id.
6489         (nnml-request-update-info): Pass server argument to
6490         nnml-marks-changed-p.
6491
6492         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
6493         (nnml-save-mail, nnml-active-number): Add server argument.
6494
6495         (nnml-request-delete-group): Warn if group is missing.
6496         (nnml-get-nov-buffer): Decode group name.
6497         (nnml-generate-active-info): Encode group name.
6498         (nnml-open-marks): Decode group name in messages.
6499
6500 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6501
6502         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
6503         if it is not specified.
6504         (gnus-article-pipe-part, gnus-article-save-part)
6505         (gnus-article-interactively-view-part, gnus-article-copy-part)
6506         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
6507         (gnus-article-inline-part, gnus-article-save-part-and-strip)
6508         (gnus-article-replace-part, gnus-article-delete-part)
6509         (gnus-article-view-part-as-type): Pass raw prefix argument to
6510         gnus-article-part-wrapper.
6511
6512 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * gnus-agent.el (gnus-agent-save-active): Bind
6515         nnheader-file-coding-system to gnus-agent-file-coding-system.
6516
6517         * gnus-cache.el (gnus-cache-save-buffers)
6518         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
6519         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
6520         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
6521         (gnus-cache-braid-nov, gnus-cache-braid-heads)
6522         (gnus-cache-generate-active, gnus-cache-rename-group)
6523         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
6524         (gnus-cache-update-overview-total-fetched-for): Bind
6525         file-name-coding-system to nnmail-pathname-coding-system.
6526         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
6527         variables.
6528         (gnus-cache-decoded-group-name): New function.
6529         (gnus-cache-file-name): Use it.
6530         (gnus-cache-generate-active): Use non-decoded group name for active.
6531
6532         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
6533         right place.
6534         (gnus-write-active-file): Don't break non-ASCII group names.
6535
6536         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
6537         nnmail-pathname-coding-system.
6538
6539         * lpath.el: Bind default-file-name-coding-system,
6540         file-name-coding-system and language-info-alist for XEmacs.
6541
6542         * gnus-uu.el (gnus-uu-decode-save): Typo.
6543
6544 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
6547
6548 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6549
6550         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
6551         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
6552         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
6553         (gnus-agent-flush-group, gnus-agent-flush-cache)
6554         (gnus-agent-fetch-headers, gnus-agent-load-alist)
6555         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
6556         (gnus-agent-retrieve-headers, gnus-agent-request-article)
6557         (gnus-agent-regenerate-group)
6558         (gnus-agent-update-files-total-fetched-for)
6559         (gnus-agent-update-view-total-fetched-for): Bind
6560         file-name-coding-system to nnmail-pathname-coding-system.
6561         (gnus-agent-group-pathname): Don't encode file names by
6562         nnmail-pathname-coding-system.
6563         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
6564         coding-system-for-write instead of buffer-file-coding-system to
6565         gnus-agent-file-coding-system.
6566
6567         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
6568         Decode group name.
6569
6570         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
6571
6572         * gnus-start.el (gnus-update-active-hashtb-from-killed)
6573         (gnus-read-newsrc-el-file): Make group names unibyte.
6574
6575         * nnmail.el (nnmail-group-pathname): Don't encode file names by
6576         nnmail-pathname-coding-system.
6577
6578         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
6579         (nnrss-request-delete-group): Bind file-name-coding-system to
6580         nnmail-pathname-coding-system.
6581         (nnrss-read-server-data, nnrss-read-group-data): Bind
6582         file-name-coding-system correctly.
6583         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
6584
6585         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
6586         (nntp-server-to-method-cache): New variable.
6587         (nntp-group-pathname): New function that decodes non-ASCII group names.
6588         (nntp-possibly-create-directory, nntp-marks-changed-p)
6589         (nntp-save-marks, nntp-open-marks): Use it.
6590         (nntp-possibly-create-directory, nntp-open-marks):
6591         Bind file-name-coding-system to nnmail-pathname-coding-system.
6592         (nntp-open-marks): Decode group names when bootstrapping marks.
6593
6594         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
6595         Newsgroups and Folowup-To headers.
6596
6597 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6600         (gnus-server-closed-face, gnus-server-denied-face)
6601         (gnus-server-offline-face): Remove variable.
6602         (gnus-server-font-lock-keywords): Use faces that are not aliases.
6603
6604         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
6605         of modifying message-stack directly for XEmacs.
6606
6607         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
6608         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
6609         if the coding-system argument is nil for XEmacs.
6610
6611         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
6612         mm-charset-override-alist.
6613
6614         * rfc2047.el: Don't require base64; require rfc2045 for the function
6615         rfc2045-encode-string.
6616         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
6617         to quote the parameter value.
6618
6619 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6620
6621         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
6622         form in gnus-group-name-charset-method-alist.
6623
6624         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
6625         overrides the default layout edit-form.
6626
6627         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
6628
6629         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
6630
6631 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
6634         as unfetched articles.
6635
6636 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
6637
6638         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
6639
6640 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
6643         original back end that keeps marks in the local system.
6644
6645 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6646
6647         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
6648         arg of pop-to-buffer for XEmacs.
6649         (gnus-article-read-summary-keys): Ditto; don't restore window
6650         configuration if summary command ends up with neither article buffer
6651         nor summary buffer; describe bindings if summary keys end with C-h.
6652
6653 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * message.el (message-fix-before-sending): Skip raw message part to be
6656         forwarded while checking illegible text.
6657         (message-forward-make-body-mime, message-forward-make-body): Mark
6658         signed or encrypted raw message as having no illegible text.
6659
6660 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
6663         (gnus-message-with-timestamp-1): New macro.
6664         (gnus-message-with-timestamp): New function.
6665         (gnus-message): Use them.
6666
6667         * nnheader.el (nnheader-message): Use them.
6668
6669 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
6670
6671         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
6672         .newsrc.eld file.
6673
6674 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * gnus-agent.el (gnus-agent-fetch-headers)
6677         (gnus-agent-retrieve-headers): Bind
6678         gnus-decode-encoded-address-function to identity.
6679
6680         * nntp.el (nntp-send-xover-command): Recognize an xover command is
6681         available also when the server returns simply a dot.
6682
6683         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
6684
6685 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
6688
6689 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6690
6691         * gnus-ems.el (gnus-x-splash): Make it work.
6692
6693         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
6694         from being used.
6695
6696         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
6697
6698 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
6701         4th and the 5th arguments.
6702
6703         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
6704         the front stickiness.
6705         (gnus-article-summary-command-nosave): Correct the order of the
6706         arguments passed to pop-to-buffer.
6707         (gnus-article-read-summary-keys): Ditto; make it work properly when the
6708         summary command ends up with the article buffer.
6709
6710         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
6711         the same faces.
6712
6713 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
6714
6715         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
6716
6717 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
6718
6719         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
6720         * gnus-sum.el (gnus-summary-highlight):
6721         * pgg.el (pgg-sign-region, pgg-sign):
6722         * mail-source.el (mail-source-delete-old-incoming-confirm):
6723         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
6724
6725 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6726
6727         * gnus-art.el (gnus-mime-view-part-externally)
6728         (gnus-mime-view-part-internally): Fix predicate function passed to
6729         completing-read.
6730
6731         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
6732
6733         * gnus.el (gnus-update-message-archive-method): Add :version.
6734
6735 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6736
6737         * gnus.el (gnus-update-message-archive-method): New variable.
6738
6739         * gnus-start.el (gnus-setup-news): Update saved "archive" method
6740         according to gnus-message-archive-method if
6741         gnus-update-message-archive-method is non-nil.
6742
6743 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
6746         by Loic Dachary <loic@dachary.org>.
6747         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
6748
6749 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6750
6751         * message.el (message-pop-to-buffer): Add switch-function argument.
6752         (message-mail): Pass switch-function argument to it.
6753
6754 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
6755
6756         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
6757         Improve doc string.
6758
6759 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
6762         (gnus-header-content)
6763         * gnus-cite.el (gnus-cite-10)
6764         * gnus-srvr.el (gnus-server-closed)
6765         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
6766         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
6767         (gnus-group-mail-3-empty, gnus-group-mail-low)
6768         (gnus-group-mail-low-empty, gnus-splash)
6769         * message.el (message-header-to, message-header-cc)
6770         (message-header-subject, message-header-other, message-header-name)
6771         (message-header-xheader, message-separator, message-cited-text)
6772         (message-mml): Lighten colors of faces used for dark background.
6773
6774 2007-05-24  Simon Josefsson  <simon@josefsson.org>
6775
6776         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
6777         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
6778
6779 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6780
6781         * message.el (message-narrow-to-headers-or-head):
6782         Ignore mail-header-separator in the body.
6783
6784 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
6787         same as window size.
6788
6789 2007-05-22  Kevin Ryde  <user42@zip.com.au>
6790
6791         * message.el (message-font-lock-keywords): Use message-header-xheader
6792         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
6793         ahead of the anything pattern, to get it recognised.
6794
6795 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
6798         spam.el loads uses it in the compiled defadvice form.
6799
6800 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
6801
6802         * gnus-sum.el (gnus-articles-to-read)
6803         (gnus-summary-insert-old-articles): Don't truncate group name for
6804         `read-string'.
6805
6806         * gnus-util.el (gnus-limit-string): Delete this function.
6807
6808         * gnus-sum.el (gnus-simplify-subject-fully): Use
6809         `truncate-string-to-width' instead.
6810
6811 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
6812
6813         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
6814         if, on summary exit, the next group has to be selected.
6815         (gnus-summary-exit): Use it.
6816
6817 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
6818
6819         * gnus-art.el (gnus-article-mode): Fix comment about displaying
6820         non-break space.
6821
6822 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
6825         Check if group is not a directory.
6826         (nnfolder-request-expire-articles): Don't delete articles if the target
6827         group is not available.
6828
6829         * nnml.el (nnml-request-create-group): Properly check if group is not a
6830         file.
6831         (nnml-request-expire-articles): Don't delete articles if the target
6832         group is not available.
6833
6834         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6835         Don't quote characters that are within parentheses.
6836
6837 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6838
6839         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
6840         (gnus-handle-ephemeral-exit): Select article according to it.
6841
6842 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * message.el (message-insert-formated-citation-line): Remove newline.
6845         (message-citation-line-format): Add final \n here so that the user can
6846         avoid a blank line.
6847
6848 2007-05-03  Dan Christensen  <jdc@uwo.ca>
6849
6850         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6851         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6852         Update lanl/arXiv support.
6853
6854 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6855
6856         * gnus.el: Bump version number.
6857
6858 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6859
6860         * gnus.el (gnus-version-number): Bump version.
6861
6862 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6863
6864         * gnus.el: No Gnus v0.6 is released.
6865
6866 2007-04-27  Didier Verna  <didier@xemacs.org>
6867
6868         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
6869         * gmm-utils.el (gmm-regexp-concat): here.
6870         * message.el: Don't require 'gnus-util.
6871         (message-dont-reply-to-names): Handle name change above.
6872         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
6873
6874 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
6877         since the initial value varies according to the system.
6878
6879 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6880
6881         * mm-util.el (mm-charset-synonym-alist): Defcustom.
6882
6883 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
6884
6885         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
6886
6887 2007-04-24  Didier Verna  <didier@xemacs.org>
6888
6889         Improve the type of gnus-ignored-from-addresses.
6890         * gnus-util.el (gnus-orify-regexp): New function.
6891         * message.el (gnus-util): Require it.
6892         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
6893         * gnus-sum.el (gnus-ignored-from-addresses): New function.
6894         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
6895
6896 2007-04-24  Didier Verna  <didier@xemacs.org>
6897
6898         * gnus-sum.el:
6899         * gnus-utils.el: Fix some trailing whitespaces.
6900
6901 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6902
6903         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
6904         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
6905         article's Message-ID; refer parent article in summary buffer.
6906
6907         * message.el (message-bounce): Call mime-to-mml.
6908
6909         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
6910         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
6911         optimize and/or forms properly.
6912
6913 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
6916         URL.
6917
6918 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
6921
6922 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
6925         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
6926         displayed of multipart/alternative part if it is invoked from summary
6927         buffer.
6928
6929         * mm-view.el (mm-inline-text-html-render-with-w3m)
6930         (mm-inline-text-html-render-with-w3m-standalone)
6931         (mm-inline-render-with-function): Use mail-parse-charset by default.
6932
6933 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
6934
6935         * parse-time.el (parse-time-string-chars): Check if CHAR
6936         is less than the length of parse-time-syntax.
6937
6938 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
6941         from gnus-newsgroup-processable.
6942
6943 2007-04-16  Didier Verna  <didier@xemacs.org>
6944
6945         * gnus-msg.el (gnus-configure-posting-styles): Handle
6946         message-signature-directory properly with :file syntax.  Reported by
6947         "Leo".
6948
6949 2007-04-11  Didier Verna  <didier@xemacs.org>
6950
6951         New user option: message-signature-directory.
6952         * gnus-msg.el (gnus-configure-posting-styles): Support it.
6953         * message.el (message-insert-signature): Ditto.
6954         * message.el (message-signature-file): Doc update.
6955         * message.el (message-signature-directory): New.
6956
6957 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6958
6959         * gnus-msg.el (gnus-inews-yank-articles): Use
6960         message-exchange-point-and-mark instead of exchange-point-and-mark.
6961
6962 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * message.el (message-yank-original): Make sure cited text ends with
6965         newline; don't exchange point and mark.
6966
6967 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
6968
6969         * tls.el (open-tls-stream): Properly handle case where there
6970         is no associated buffer.
6971
6972 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
6973
6974         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
6975         message-yank-original, make sure (< mark TEXT point).
6976
6977 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6978
6979         * message.el (message-fill-column): New variable.
6980         (message-mode): Use it.  Add comment on a possible new hook.
6981
6982         * nnmail.el (nnmail-spool-file): Mark as obsolete.
6983         (nnmail-get-new-mail): Reformat.
6984
6985         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
6986
6987         * gmm-utils.el: Fix Commentary.
6988         (gmm-tool-bar-from-list): Fix typo in doc string.
6989
6990 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
6991
6992         * message.el (message-yank-original): Don't switch point and mark
6993         unnecessarily to put point and mark as documented.
6994
6995 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996
6997         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
6998         from the message heads.
6999
7000 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
7001
7002         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
7003         article buffer does not have a window.  This may not be the best
7004         solution but is certainly better than setting the start of the null,
7005         that is the current, window.
7006
7007 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7008
7009         * gnus-draft.el (gnus-draft-setup-hook): New hook.
7010         (gnus-draft-setup): Run it.
7011
7012         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
7013         gnus-score-fast-scoring.  Allow regexp.
7014         (gnus-score-headers): Use it.
7015
7016         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
7017         XEmacs.
7018
7019         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
7020         string.
7021         (gnus-button-alist): Also catch `<f1> k ...'.
7022         (gnus-treat-display-x-face): Fix doc string.
7023
7024 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7025
7026         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
7027         evaluation of gnus-extended-version to ensure correct generation of the
7028         User-Agent header when message-generate-headers-first is used.
7029
7030 2007-03-24  Simon Josefsson  <simon@josefsson.org>
7031
7032         * hashcash.el (hashcash-generate-payment-async): Don't crash if
7033         hashcash-path is nil.  Don't call callback with incorrect number of
7034         parameters if val is 0.
7035
7036 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7037
7038         * message.el (message-required-news-headers):
7039         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
7040
7041 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
7042
7043         * tls.el (open-tls-stream): In handshake-waiting loop,
7044         don't wait more if there is output available to process.
7045
7046 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
7047
7048         * tls.el (tls-program): Doc fix.
7049
7050 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7051
7052         * message.el (message-generate-new-buffers): Change the meaning of the
7053         nil value; add `standard' to the choices; treat t as `unique'; improve
7054         doc string.
7055         (gnus-select-frame-set-input-focus): Autoload.
7056         (message-buffer-name): Search for the existing message buffer if
7057         message-generate-new-buffers is nil or `standard'; treat the value t of
7058         message-generate-new-buffers as `unique'.
7059         (message-pop-to-buffer): Raise the frame already displaying the message
7060         buffer; clear the echo area after querying.
7061         (message-setup): Pass the `continue' argument to compose-mail.
7062         (message-mail): Prefer `switch-function' if it is given; search for the
7063         existing message buffer if the `continue' argument is non-nil; pass
7064         continue and switch-function arguments to compose-mail by way of
7065         message-setup.
7066         (message-mail-other-window): Adjust argument of message-setup.
7067         (message-mail-other-frame): Ditto.
7068
7069 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
7072         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
7073         to turn font-lock on when turning gnus-message-citation-mode on.
7074
7075 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
7076
7077         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
7078         (mml-smime-function-alist): New variable; add epg as the backend.
7079         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
7080         mml-smime- functions instead.
7081         * mm-view.el: Require smime.
7082
7083 2007-03-05  Didier Verna  <didier@xemacs.org>
7084
7085         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
7086         instead of just inheritance for posting styles.
7087         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
7088
7089 2007-02-24  Chris Moore  <dooglus@gmail.com>
7090
7091         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
7092         * pgg-pgp.el (pgg-pgp-encrypt-region):
7093         * pgg-gpg.el (pgg-gpg-encrypt-region):
7094         Check pgg-encrypt-for-me if no other recipients.
7095
7096 2007-02-24  John Paul Wallington  <jpw@pobox.com>
7097
7098         * tls.el (tls-certtool-program): Fix custom type.
7099
7100 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7101
7102         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
7103         and point-at-eol instead of line-(beginning|end)-position.
7104
7105         * assistant.el (assistant-parse-buffer): Ditto.
7106
7107         * netrc.el (netrc-parse-services): Ditto.
7108
7109 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
7110
7111         * mml2015.el (mml2015-epg-find-usable-key): New function.
7112         (mml2015-epg-sign): Use it.
7113         (mml2015-epg-encrypt): Use it.
7114
7115 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * message.el (message-make-in-reply-to): Quote name containing
7118         non-ASCII characters.  It will make the RFC2047 encoder cause an error
7119         if there are special characters.  Reported by NAKAJI Hiroyuki
7120         <nakaji@jp.freebsd.org>.
7121
7122 2007-02-27  Didier Verna  <didier@xemacs.org>
7123
7124         Include the group parameters as well as the topic ones in the
7125         inheritance filter process.
7126         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
7127         argument GROUP-PARAMS-LIST.
7128         * gnus-topic.el (gnus-group-topic-parameters): Use it.
7129
7130 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * nntp.el (nntp-never-echoes-commands)
7133         (nntp-open-connection-functions-never-echo-commands): New variables.
7134         (nntp-send-command): Use them.
7135
7136 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
7137
7138         * mml2015.el (mml2015-epg-verify): Simplified.
7139
7140 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7141
7142         * mml.el (mml-content-disposition-alist): New user option.
7143         (mml-content-disposition): New function.
7144         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
7145         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
7146
7147 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
7148
7149         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
7150         verification.
7151
7152 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7153
7154         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
7155         articles posted in the last 24 hours.
7156
7157 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
7158
7159         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
7160
7161 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
7162
7163         * nntp.el (nntp-send-command): Don't wait for echoes when
7164         nntp-open-ssl-stream is used.
7165
7166 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7167
7168         * gnus-cite.el (gnus-test-font-lock-add-keywords)
7169         (gnus-message-add-citation-keywords)
7170         (gnus-message-remove-citation-keywords): Remove.
7171         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
7172         directly, make the variables in font-lock-defaults buffer-local, add
7173         gnus-message-citation-keywords to them and then update the value of
7174         font-lock-keywords.
7175
7176 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * message.el (message-cite-original-1): Don't call
7179         gnus-article-highlight-citation.
7180
7181         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
7182         citations; fix line count.
7183
7184 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7185
7186         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
7187         (gnus-message-add-citation-keywords)
7188         (gnus-message-remove-citation-keywords): Use it; fix the emulating
7189         versions of font-lock-add-keywords and font-lock-remove-keywords to
7190         work with XEmacs correctly.
7191
7192 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-cite.el (gnus-cite-face-list): Set the values of
7195         gnus-message-max-citation-depth and gnus-message-citation-keywords.
7196         (gnus-message-max-citation-depth): Use defvar rather than defconst.
7197         (gnus-message-cite-prefix-regexp): New variable.
7198         (gnus-message-search-citation-line): Use it; protect against long
7199         citation prefix; fill match data with nil rather than 0 for XEmacs; set
7200         the 0th match data for Emacs.
7201         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
7202         (gnus-message-add-citation-keywords): Append keywords rather than
7203         prepending; emulate font-lock-add-keywords if it is not available.
7204         (gnus-message-remove-citation-keywords): Emulate
7205         font-lock-remove-keywords if it is not available.
7206
7207         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
7208
7209         * message.el (message-cite-prefix-regexp): Set the value of
7210         gnus-message-cite-prefix-regexp.
7211
7212 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7213
7214         * nnweb.el (nnweb-google-parse-1): Update parser.
7215
7216 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
7217
7218         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
7219
7220 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7221
7222         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7223         regexp.
7224
7225 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * uudecode.el (uudecode-string-to-multibyte): New function emulating
7228         string-to-multibyte.
7229         (uudecode-decode-region-internal): Use it.
7230
7231         * lpath.el: Fbind string-as-multibyte for XEmacs.
7232
7233 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
7236         custom choice.
7237
7238         * gnus-art.el (gnus-signature-limit): Fix custom choice.
7239
7240 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
7241
7242         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
7243
7244         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
7245         `write-region' to respect `mm-inhibit-file-name-handlers'.
7246
7247 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
7248
7249         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
7250         Use gnus-home-directory instead of "~/" or "$HOME".
7251
7252 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
7253
7254         * encrypt.el (encrypt-insert-file-contents): Add better prompt
7255         to mention filename.
7256         Add comments at beginning regarding usage.
7257         (encrypt-write-file-contents): Change interactive so a string is
7258         acceptable.  If the file has no associated model, show an error instead
7259         of a nonsense prompt.
7260
7261 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7262
7263         * spam.el (spam-bsfilter-ham-switch): Fix typo.
7264         Thanks to Yoshihiko Yamada for kind notification of this typo.
7265
7266 2007-01-12  Kenichi Handa  <handa@m17n.org>
7267
7268         * uudecode.el (uudecode-decode-region-internal): Make it work in a
7269         multibyte buffer.
7270
7271 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7272
7273         * gnus-score.el (gnus-score-fast-scoring): New variable.
7274         (gnus-score-headers): Use it.
7275
7276         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
7277
7278         * message.el (message-cite-original-1): Call
7279         gnus-article-highlight-citation if requested.
7280         (message-make-from): Allow name and address as optional arguments.
7281
7282         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
7283
7284         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
7285         bugs to doc string.
7286         (gnus-button-alist): Add mid\\|message-id.
7287         (gnus-button-fetch-group): Extend for use in
7288         `browse-url-browser-function'.
7289         (gnus-button-url-regexp): Try to catch paired parentheses like in
7290         Wikipedia URLs.
7291
7292         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
7293         Suggested by Simon Krahnke <overlord@gmx.li>.
7294
7295 2007-01-13  Romain Francoise  <romain@orebokech.com>
7296
7297         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
7298         Update copyright.
7299
7300 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
7301
7302         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
7303
7304 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7305
7306         * gnus-registry.el (gnus-registry-unfollowed-groups)
7307         (gnus-registry-split-fancy-with-parent): Fix documentation.
7308
7309 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7310
7311         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
7312         from nnweb groups.
7313
7314 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7315
7316         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
7317         Xref urls.  Erase buffer before requesting head.
7318
7319 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7320
7321         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
7322         customizable.
7323
7324 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
7325
7326         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
7327         no signing key is found.
7328         (mml2015-epg-encrypt): Ask user whether to skip or abort if
7329         no encrypting and/or signing key is found.
7330
7331 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7332
7333         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
7334
7335 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7336
7337         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
7338         headers read from disk with the ones newly found in the current search.
7339         This should no longer cause problems, because the article numbers in
7340         Gmane's `nov.php' output are ignored since the previous change.
7341
7342 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7343
7344         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
7345
7346 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
7349         replace-regexp-in-string; bind url-version; fbind display-images-p and
7350         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
7351         find-face and set-itimer-function for Emacs; bind itimer-list for
7352         Emacs.
7353
7354         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
7355
7356 2007-01-01  Romain Francoise  <romain@orebokech.com>
7357
7358         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7359
7360 2006-12-31  Steve Youngs  <steve@sxemacs.org>
7361
7362         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
7363         `define-minor-mode' macro definition expanded properly.
7364         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
7365         exclude it there.
7366
7367         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
7368         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
7369         `fboundp' test.
7370         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
7371         This is OK to autoload in (S)XEmacs now.
7372
7373 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7374
7375         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
7376         keystroke.
7377         (gnus-summary-limit-to-singletons): Fix typo.
7378
7379         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
7380         else fails.
7381
7382 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7383
7384         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
7385         docstring.
7386
7387         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
7388         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
7389         (gnus-summary-insert-dormant-articles): Fix typo in message.
7390
7391 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
7394         nil for XEmacs.
7395         (gnus-message-citation-mode): Don't autoload in XEmacs.
7396
7397         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
7398
7399 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
7400
7401         * nnimap.el (nnimap-expunge-search-string): Mention
7402         nnimap-search-uids-not-since-is-evil in docstring.
7403
7404 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7405
7406         * spam.el: Revert to make-obsolete-variable because
7407         define-obsolete-variable-alias is not supported in Emacs 21.
7408
7409         * spam.el (spam-ifile-path, spam-ifile-database-path)
7410         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
7411         make-obsolete-variable.
7412         (spam-bsfilter-path, spam-bsfilter-program)
7413         (spam-spamassassin-path, spam-spamassassin-program)
7414         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
7415         use "path" inappropriately.
7416         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
7417         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
7418         variable names.
7419
7420 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
7421
7422         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
7423         summary buffer.
7424
7425         * password.el (password-cache-remove): Use clear-string to burn
7426         password, if available.
7427
7428 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
7431
7432         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
7433
7434         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
7435         (gnus-message-highlight-citation): Move defcustom here from
7436         gnus-cite.el.
7437         (gnus-message-citation-mode): Autoload.
7438
7439         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
7440         checks to make it compile with XEmacs.
7441         (gnus-message-citation-mode): New minor mode.
7442         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
7443         (gnus-message-highlight-citation): New variables.
7444         (gnus-message-search-citation-line)
7445         (gnus-message-add-citation-keywords)
7446         (gnus-message-remove-citation-keywords)
7447         (turn-on-gnus-message-citation-mode)
7448         (turn-off-gnus-message-citation-mode): New functions.
7449
7450 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
7451
7452         * gnus-cite.el: Enable highlighting of different citation levels in
7453         message-mode.
7454
7455 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * message.el (message-make-fqdn): Fix comment.
7458         (message-bogus-system-names): Add ".local".
7459
7460         * spam.el (spam-ifile-path, spam-ifile-program)
7461         (spam-ifile-database-path, spam-ifile-database)
7462         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
7463         Don't use "path" inappropriately.
7464         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
7465         strings.
7466         (spam-check-ifile, spam-ifile-register-with-ifile)
7467         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
7468         new variable names.
7469
7470         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
7471         (gnus-treat-display-smileys): Simplify using
7472         gnus-image-type-available-p.
7473
7474         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
7475         available.
7476
7477         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
7478         `display-images-p' if available.
7479
7480 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
7483         one after turning on the buffer's multibyteness instead of decoding
7484         them directly in the unibyte buffer that causes unexpected conversion
7485         in Emacs 23 (unicode).
7486
7487 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7488
7489         * message.el (message-generate-hashcash): Fix custom type.
7490
7491 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
7494
7495 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
7498         disconnect icons.  Add help text.
7499
7500 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
7501
7502         * spam.el (spam-extra-header-to-number): CRM114 spam score is
7503         negated to be consistent with the others we handle.
7504
7505 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7506
7507         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
7508         version of gnus-summary-buffer to something, so that we can use two
7509         article buffers at the same time.
7510
7511 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
7512
7513         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
7514         trigger all the extra headers.
7515         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
7516         sorting.
7517
7518 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7519
7520         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
7521         solid groups.
7522
7523 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
7524
7525         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
7526
7527 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * legacy-gnus-agent.el: Add Copyright notice.
7530
7531 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
7532
7533         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
7534
7535 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7536
7537         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
7538
7539         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
7540         to make it work reliably in CVS Emacs.
7541         (gnus-summary-limit-strange-charsets-predicate)
7542         (gnus-summary-limit-to-predicate): New functions.
7543
7544 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
7545
7546         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
7547         specifying array size.
7548         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
7549         array if it is too small.
7550         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
7551         (gnus-sort-threads-loop): New function.
7552
7553 2006-12-06  Chris Moore  <dooglus@gmail.com>
7554
7555         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
7556         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
7557
7558 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
7559
7560         * mm-url.el (mm-url-predefined-programs): Call curl with correct
7561         options.
7562
7563 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7564
7565         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
7566         DOS-ing the recipient.
7567
7568         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
7569         the headers when creating the mapping to avoid mismappings.
7570         (nnweb-gmane-create-mapping): Always nix out old mapping.
7571
7572 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7573
7574         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
7575         and mm-verify-option to never.
7576
7577 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * message.el (message-signed-or-encrypted-p): New function.
7580         (message-forward-make-body): Use it.
7581
7582         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
7583         Replace encode-coding-string with mm-encode-coding-string.
7584
7585 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7586
7587         * nneething.el (nneething-decode-file-name): Replace
7588         decode-coding-string with mm-decode-coding-string.
7589
7590         * gnus-int.el (gnus-open-server): Say failed server's name.
7591
7592 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7593
7594         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
7595         strings to a single string.  Quote `errors-file-name'.
7596         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
7597         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
7598         Adjust calls.  Use `shell-quote-argument'.
7599
7600 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
7601
7602         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
7603         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
7604
7605         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
7606         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
7607         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
7608         (gnus-group-make-directory-group, gnus-group-transpose-groups):
7609         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
7610         (gnus-subscribe-newsgroup, gnus-1):
7611         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
7612         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
7613         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
7614         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
7615
7616 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7617
7618         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
7619         keystroke.
7620         (gnus-summary-limit-to-bodies): Implement headersp.
7621
7622 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7623
7624         * dns.el (query-dns): Protect against "Process dns deleted" strings.
7625
7626 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
7629
7630 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7631
7632         * message.el (message-generate-hashcash): Expand range of values to
7633         include `opportunistic'.
7634         (message-send-mail): Use it.
7635
7636 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7637
7638         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
7639         and comment it.
7640
7641         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
7642
7643 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
7644
7645         * gnus-util.el (gnus-extract-address-components): Improve comment.
7646
7647 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7648
7649         * gnus-util.el (gnus-extract-address-components): Work with address in
7650         which the name portion contains @.
7651
7652         * lpath.el: Fbind custom-autoload.
7653
7654 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * gnus.el (gnus-start): Move custom group up.
7657         (gnus-select-method): Don't autoload, but make it available for
7658         `customize-variable'.
7659         (gnus-getenv-nntpserver): Don't autoload.
7660
7661 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
7662
7663         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
7664
7665 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
7666
7667         * message.el (message-sendmail-extra-arguments): New variable.
7668         (message-send-mail-with-sendmail): Use it.
7669
7670 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
7673         mm-with-unibyte-current-buffer to make string unibyte.
7674
7675         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
7676         mm-string-as-multibyte.
7677
7678 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
7679
7680         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
7681         Reported by Werner Koch <wk@gnupg.org>.
7682
7683 2006-11-14  Daiki Ueno  <ueno@p360>
7684
7685         * mml2015.el: Autoload epa-select-keys when compiling.
7686
7687 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7688
7689         * mml2015.el (mml2015-epg-sign): Save the signing keys in
7690         message-options.
7691         (mml2015-epg-encrypt): Save the recipient keys in message-options.
7692
7693 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
7694
7695         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
7696         EasyPG (< 0.0.6).
7697         (mml2015-always-trust): New user option.
7698         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
7699         prompt.
7700
7701 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * nntp.el (nntp-authinfo-force): New variable.
7704         (nntp-send-authinfo): Use it.
7705
7706 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
7707
7708         * message.el (message-strip-subject-encoded-words): Allow _not_ to
7709         decode encoded words.  Improve prompt.  Add comment about forwarding.
7710         (message-replacement-char): Move up.
7711
7712 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7713
7714         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
7715         instead of gnus-intersection because arguments of gnus-sorted-nunion
7716         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
7717
7718 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
7719
7720         * message.el (message-strip-subject-encoded-words): Reformat prompt.
7721         (message-simplify-subject-functions): Enable
7722         message-strip-subject-encoded-words by default.
7723
7724 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * message.el (message-strip-subject-encoded-words): New function.
7727         (message-simplify-subject-functions): New variable.
7728         (message-simplify-subject): Use it.  Fix typo in doc string.
7729         Support message-strip-subject-encoded-words.
7730
7731 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
7732
7733         * gnus-diary.el (gnus-diary-delay-format-function):
7734         * nndiary.el (nndiary-reminders):
7735         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
7736
7737 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7738
7739         * gnus-art.el (article-hide-boring-headers): Fetch date from
7740         gnus-original-article-buffer to avoid problems with localized date
7741         strings.
7742
7743 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7744
7745         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
7746
7747 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
7748
7749         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
7750         New variables.
7751         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7752         (mm-charset-synonym-alist): Move some entries to
7753         mm-codepage-iso-8859-list.
7754         (mm-charset-synonym-alist, mm-charset-override-alist): Add
7755         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7756
7757 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7758
7759         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
7760
7761 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7762
7763         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
7764         with Emacs 21 and XEmacs.
7765
7766 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
7767
7768         * spam.el (spam-parse-address): New function for better parsing,
7769         catching errors, etc.
7770         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
7771
7772 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7773
7774         * mm-view.el: Add interactive arg to html2text autoload.
7775
7776 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7777
7778         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
7779
7780 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
7783         variables.
7784         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
7785         (mm-charset-synonym-alist): Move some entries to
7786         mm-codepage-iso-8859-list.
7787
7788         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
7789
7790 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
7791
7792         * message.el (message-citation-line-format)
7793         (message-insert-formated-citation-line): Fix implementation of %E, %N
7794         and %n according to the doc string.
7795
7796 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
7797
7798         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7799         car-safe to avoid bad parses.
7800
7801 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7802
7803         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
7804         names.
7805
7806         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
7807
7808 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
7811         header.
7812
7813         * message.el (message-draft-headers): Add Date.
7814         (message-headers-to-generate): Fix typo in docstring.
7815
7816         * nndraft.el (nndraft-required-headers): New variable.
7817         (nndraft-generate-headers): Use it.
7818
7819         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
7820
7821 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7822
7823         * gnus-registry.el (gnus-registry-wash-for-keywords)
7824         (gnus-registry-find-keywords): New functions to allow easy searching of
7825         articles that are in the registry.
7826
7827 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
7828
7829         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
7830         ietf-drums-parse-address instead of gnus-extract-address-components.
7831         Reported by Damien Elmes <damien@repose.cx>.
7832
7833 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
7834
7835         * gnus.el (gnus-mime): Remove unused custom group.
7836
7837 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7838
7839         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
7840         "blank line" when searching for end of armor headers.
7841
7842 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * gmm-utils.el (gmm-write-region): Fix variable name.
7845
7846 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
7847
7848         * gmm-utils.el (gmm-write-region): New function based on compatibility
7849         code from `mm-make-temp-file'.
7850
7851         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
7852
7853         * nnmaildir.el (nnmaildir--update-nov)
7854         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
7855         Use `gmm-write-region'.
7856
7857 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7858
7859         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
7860         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
7861
7862         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
7863
7864         * message.el (message-replacement-char): New variable.
7865         (message-fix-before-sending): Use it.
7866         (message-simplify-subject): New function to remove duplicate code.
7867         (message-reply, message-followup): Use it.
7868
7869         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
7870         gnus-summary-limit-to-articles.
7871
7872 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-util.el (gnus-with-local-quit): New macro.
7875
7876         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
7877
7878 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
7879
7880         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
7881         ignore non-string data.
7882
7883 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
7884
7885         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
7886         non-string data (needs to be done in the registry too).
7887
7888 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7889
7890         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
7891         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
7892         (gnus-registry-split-fancy-with-parent)
7893         (gnus-registry-fetch-simplified-message-subject-fast)
7894         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
7895         Remove text properties on ingress into the registry and when it's saved.
7896         (gnus-registry-clean-empty-function): Fix bug with cleaning the
7897         registry from entries with no groups.
7898
7899 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7900
7901         * gnus-util.el (gnus-string-remove-all-properties): Add utility
7902         function to remove string properties.
7903
7904 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * gmm-utils.el (gmm): Adjust custom version.
7907
7908         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
7909         custom version.
7910
7911         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
7912
7913 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
7914
7915         * gnus-art.el (gnus-insert-prev-page-button)
7916         (gnus-insert-next-page-button): Simplify.  Reformat.
7917
7918 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7919
7920         * gnus-art.el (gnus-insert-prev-page-button)
7921         (gnus-insert-next-page-button): Apply gnus-article-button-face.
7922
7923 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
7924
7925         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
7926
7927 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
7928
7929         * gnus-art.el (gnus-insert-mime-button)
7930         (gnus-insert-mime-security-button):
7931         Apply gnus-article-button-face to MIME and security buttons.
7932
7933 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
7936         readable.
7937
7938 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
7941
7942 2006-09-20  Steve Youngs  <steve@sxemacs.org>
7943
7944         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
7945         `browse-url-of-file' instead of `browse-url'.
7946
7947 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7948
7949         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
7950         regexp.  Articles containing quotation were cut prematurely.
7951
7952 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7953
7954         * message.el (message-cite-original-1): Use nobody by default for the
7955         value of From header.
7956         (message-reply): Ditto.
7957
7958 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
7959
7960         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
7961         to the gnus-info.  This fixes a bug of inline-PGP message verification.
7962         Reported by Michael Piotrowski <mxp@dynalabs.de>.
7963
7964 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
7967         mails in the doc string.  Add some URLs in comment.
7968         (pop3-movemail): Warn about pop3-leave-mail-on-server.
7969
7970 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
7973         backslashes handling and the way to find boundaries of quoted strings.
7974
7975 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
7976
7977         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
7978         mml1991-encrypt-to-self is set and mml1991-signers is not set.
7979         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
7980         mml2015-encrypt-to-self is set and mml2015-signers is not set.
7981
7982 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
7985         doc string.
7986         (gnus-button-regexp, gnus-button-last): Remove unused variables.
7987
7988 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7989
7990         * lpath.el: Fbind epg-check-configuration.
7991
7992 2006-09-06  Simon Josefsson  <jas@extundo.com>
7993
7994         * mml2015.el (mml2015-use): Doc fix, mention epg.
7995
7996 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7997
7998         * mml2015.el (mml2015-use): Default to epg, if available.
7999
8000 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8001
8002         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
8003         message-sender.
8004         (mml1991-epg-encrypt): Ditto.
8005         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
8006         message-sender.
8007         (mml2015-epg-encrypt): Ditto.
8008
8009 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8010
8011         * message.el (message-send-mail-with-sendmail): Look for sendmail in
8012         several common directories.
8013
8014 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8015
8016         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
8017         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
8018
8019 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * gnus-art.el (article-decode-encoded-words): Make it fast.
8022
8023 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8024
8025         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
8026
8027         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
8028         in quoted string into `\'.
8029
8030 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8033         Use standard-syntax-table.
8034
8035 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * gnus-art.el (gnus-decode-address-function): New variable.
8038         (article-decode-encoded-words): Use it to decode headers which are
8039         assumed to contain addresses.
8040         (gnus-mime-delete-part): Remove useless `or'.
8041
8042         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
8043         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
8044         (gnus-nov-parse-line): Use it to decode From header.
8045         (gnus-get-newsgroup-headers): Ditto.
8046         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
8047
8048         * mail-parse.el (mail-decode-encoded-address-region): New alias.
8049         (mail-decode-encoded-address-string): New alias.
8050
8051         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8052         New function.
8053         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
8054         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
8055         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
8056         (rfc2047-decode-string): Ditto.
8057         (rfc2047-decode-address-region): New function.
8058         (rfc2047-decode-address-string): New function.
8059
8060 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
8061
8062         * message.el (message-caesar-buffer-body): Allow rotating headers.
8063
8064         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
8065
8066         * message.el (message-insert-formated-citation-line): Fix %f.
8067         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
8068
8069 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
8072         (gnus-bookmark-mouse-available-p): New macro.
8073         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
8074         (gnus-bookmark-bmenu-show-infos): Use it.
8075         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
8076         (gnus-bookmark-bmenu-hide-infos): Ditto.
8077         (gnus-bookmark-remove-properties): New function.
8078         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
8079         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
8080         (gnus-bookmark-write-file): Bind coding-system-for-write.
8081         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
8082         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
8083         group before selecting it.
8084         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
8085         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
8086         quit-window if it is not available; use gnus-mouse-2 and bind it to
8087         gnus-bookmark-bmenu-select-by-mouse.
8088         (gnus-bookmark-show-details): Remove unused variable `details-list'.
8089         (gnus-bookmark-bmenu-select-by-mouse): New function.
8090
8091 2006-08-13  Romain Francoise  <romain@orebokech.com>
8092
8093         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
8094         space.
8095
8096 2006-08-10  Romain Francoise  <romain@orebokech.com>
8097
8098         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
8099         (dns-mode-soa-auto-increment-serial): New user option.
8100         (dns-mode-soa-maybe-increment-serial): New function.
8101         (dns-mode): Add the latter to `write-contents-functions'.
8102
8103 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * compface.el (uncompface): Use binary rather than raw-text-unix.
8106
8107 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * compface.el (uncompface): Make sure the eol conversion doesn't take
8110         place when communicating with the external programs.  Reported by
8111         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8112
8113 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * nnheader.el (nnheader-insert-head): Fix typo in comment.
8116
8117 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8118
8119         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8120         Make it more robust by parsing author and date independently.
8121
8122 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
8125
8126 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
8127
8128         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
8129         first matching secret key.
8130         (mml2015-epg-encrypt): Ditto.
8131
8132         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
8133         first matching secret key.
8134         (mml1991-epg-encrypt): Ditto.
8135
8136         * mml2015.el (mml2015-encrypt-to-self): New user option.
8137         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
8138         mml2015-epg-encrypt-to-self is set.
8139
8140         * mml1991.el (mml1991-encrypt-to-self): New variable.
8141         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
8142         mml1991-epg-encrypt-to-self is set.
8143
8144         * mml2015.el (mml2015-signers): New user option.
8145         (mml2015-epg-sign): Reflect the value of mml2015-signers.
8146         (mml2015-epg-encrypt): Allow to select signing keys.
8147
8148         * mml1991.el (mml1991-signers): New variable.
8149         (mml1991-epg-sign): Reflect the value of mml1991-signers.
8150         (mml1991-epg-encrypt): Allow to select signing keys.
8151
8152 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * nnheader.el (nnheader-insert-head): Make it work even if the file
8155         uses CRLF for the line-break code.
8156
8157 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
8158
8159         * mml2015.el: Require mml-sec instead of password.
8160         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
8161         (mml2015-cache-passphrase): Inherit the default value from
8162         mml-secure-cache-passphrase.
8163         (mml2015-passphrase-cache-expiry): Inherit the default value from
8164         mml-secure-passphrase-cache-expiry.
8165
8166         * mml1991.el: Require mml-sec instead of password.
8167         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
8168         (mml1991-cache-passphrase): Inherit the default value from
8169         mml-secure-cache-passphrase.
8170         (mml1991-passphrase-cache-expiry): Inherit the default value from
8171         mml-secure-passphrase-cache-expiry.
8172
8173         * mml-sec.el: Require password.
8174         (mml-secure-verbose): New user option.
8175         (mml-secure-cache-passphrase): New user option.
8176         (mml-secure-passphrase-cache-expiry): New user option.
8177
8178 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8179
8180         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8181         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
8182         andreas@altroot.de (Andreas Vögele).
8183
8184         FIXME: Use `tiny change'?
8185
8186 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8187
8188         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
8189         workaround for the url package included with Emacs.
8190
8191         * nnweb.el (nnweb-google-create-mapping): Update regexp.
8192
8193 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8194
8195         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
8196         correctly.  This fixes a bug caused by the 2006-05-12 change.
8197
8198 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
8199
8200         * nnmail.el (nnmail-article-group): If splitting raises an error, give
8201         some information about the error when saying that the `bogus' mail
8202         group will be used.
8203
8204 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
8207         string.
8208
8209 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
8210
8211         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
8212
8213 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8214
8215         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
8216
8217 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8218
8219         * mml1991.el (mml1991-function-alist): Add epg.
8220         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
8221         (mml1991-epg-encrypt): New functions.
8222
8223 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
8224
8225         * mml2015.el (mml2015-verbose): New variable.
8226         (mml2015-cache-passphrase): Ditto.
8227         (mml2015-passphrase-cache-expiry): Ditto.
8228         (mml2015-function-alist): Add epg.
8229         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
8230         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
8231         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
8232         functions.
8233
8234 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8235
8236         * message.el (message-cite-original-1): Preserve region when removing
8237         quoted text due to X-No-Archive in order to avoid bogus attribution
8238         when citing multiple messages.
8239
8240 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8241
8242         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
8243         Kenneth Jacker <khj@be.cs.appstate.edu>.
8244
8245 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
8246
8247         * gnus-diary.el (gnus-user-format-function-d)
8248         (gnus-user-format-function-D): Autoload.
8249
8250         * imap.el (Commentary): Fix typo.
8251
8252         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
8253         2006-04-22 contribution.
8254
8255 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8256
8257         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
8258         It didn't really fix the bogosity I'm seeing with solid web groups.
8259
8260 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8261
8262         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
8263         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
8264         created using server names.  If we use the feature without declaring
8265         it, Gnus does not properly manage server and group state.
8266
8267         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
8268         bound.
8269
8270 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8271
8272         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
8273         looking up the method using GROUP's prefix before inventing a new one.
8274         It is used on killed/unknown groups in various places where returning
8275         an all-new method isn't expected by the caller.
8276
8277         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
8278         and match semantics of gnus-group-real-prefix.
8279
8280 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * nnmail.el (nnmail-broken-references-mailers): New variable.
8283         (nnmail-ignore-broken-references): New function generalizing
8284         nnmail-fix-eudora-headers.
8285         (nnmail-fix-eudora-headers): Now obsolete.
8286
8287         * gnus-art.el (gnus-button-handle-custom): Support
8288         `customize-apropos*'.
8289
8290 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8291
8292         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
8293
8294         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
8295         articles.
8296
8297 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
8298
8299         * message.el (message-cite-reply-above): New variable.
8300         (message-yank-original): Use it.
8301
8302 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8303
8304         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
8305
8306 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
8307
8308         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
8309         as read.
8310
8311         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
8312
8313 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
8314
8315         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
8316         (gnus-bookmark-default-file): Use gnus-directory.
8317         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
8318         Remove "*" in doc string.
8319         (gnus-bookmark-write-file): Simplify.
8320         (gnus-bookmark-maybe-sort-alist): Use `when'.
8321         (gnus-bookmark-get-bookmark): Fix typo in doc string.
8322         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
8323         FIXME about Emacs 21 and XEmacs compatibility.
8324         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
8325         compatibility.
8326         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
8327         compatibility.
8328         (gnus-bookmark-menu-heading): Fix version.
8329
8330 2006-06-19  Bastien Guerry  <bzg@altern.org>
8331
8332         * gnus-bookmark.el: New file.
8333
8334 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8335
8336         * message.el (message-syntax-checks): Doc fix.
8337
8338 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8339
8340         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
8341         unsubscribed groups as if they were killed ones.  It causes duplicate
8342         entries in gnus-newsrc-alist.
8343
8344 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * message.el (message-syntax-checks): Doc fix.
8347         (message-send-mail): Add check for continuation headers.
8348         (message-check-news-header-syntax): Fix regexp used to check for
8349         continuation headers.
8350
8351 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
8354
8355 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
8356
8357         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
8358
8359 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
8362         default-truncate-lines.
8363
8364 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8365
8366         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
8367         to fill the utf-8 entry.
8368
8369         * lpath.el: Fbind unicode-precedence-list.
8370
8371 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8372
8373         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
8374
8375 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
8376
8377         * gnus-agent.el (directory-files-and-attributes): Move all the way
8378         forward (the third and final move).
8379         (gnus-agent-read-agentview): Trap reconstruction errors due to
8380         nonexistant directory.  Handle by returning nil.
8381
8382 2006-05-30  Didier Verna  <didier@xemacs.org>
8383
8384         * message.el (message-dont-reply-to-names): Update the custom type.
8385         * message.el (message-dont-reply-to-names): New defsubst: potentially
8386         convert a list of regexps into a single one.
8387         * message.el (message-get-reply-headers): Use it.
8388         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
8389
8390 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-agent.el (directory-files-and-attributes): Move forward.
8393
8394 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8395
8396         * gnus-ml.el (gnus-mailing-list-subscribe)
8397         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
8398         (gnus-mailing-list-message): Fix doc strings.
8399
8400 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8401
8402         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
8403         of doing it manually.
8404
8405 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8406
8407         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
8408         comment.
8409
8410 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
8411
8412         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
8413         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
8414         (gnus-agent-read-local): All symbols allocated in my-obarray.
8415         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
8416         (gnus-agent-regenerate-group): Check numeric names to see if they are
8417         messages or groups.
8418         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
8419         better way of do this...)
8420
8421         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
8422         'dummy.group' (there should be a better way of do this...)
8423
8424 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
8427         (gnus-saved-headers): Ditto.
8428         (gnus-default-article-saver): Mention functions may have properties.
8429         (gnus-article-save): Override gnus-save-all-headers and
8430         gnus-saved-headers by :headers property which saver function may have.
8431         (gnus-summary-save-in-file): Add :headers property.
8432         (gnus-summary-write-to-file): Ditto.
8433
8434         * gnus-sum.el (gnus-summary-save-article): Bind
8435         gnus-prompt-before-saving to t when saving many articles in a file;
8436         always show all headers.
8437
8438         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
8439
8440 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
8441
8442         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
8443         marks.
8444
8445         * message.el (message-indent-citation): Add optional arguments to allow
8446         using it outside of message buffers.
8447
8448         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
8449         (gnus-article-treat-unfold-headers): Use it.
8450         (gnus-article-truncate-lines): New variable.
8451         (gnus-article-mode): Use it.
8452         (gnus-article-toggle-truncate-lines): New function.
8453
8454         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
8455         gnus-article-toggle-truncate-lines.
8456
8457         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
8458         coding system in XEmacs, use binary.
8459
8460 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8461
8462         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
8463         after-load-alist.
8464
8465         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
8466         this function should save decoded articles.
8467         (gnus-summary-write-to-file): Use property to specify this function
8468         should save decoded articles and specify gnus-summary-save-in-file
8469         should be used to save articles other than the first one when saving
8470         many articles.
8471         (gnus-summary-save-body-in-file): Use property to specify this
8472         function should save decoded articles.
8473         (gnus-summary-write-body-to-file): Use property to specify this
8474         function should save decoded articles and specify
8475         gnus-summary-save-body-in-file should be used to save articles other
8476         than the first one when saving many articles.
8477
8478         * gnus-sum.el (gnus-summary-save-article): Simplify.
8479
8480 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8481
8482         * gnus-art.el (gnus-default-article-saver): Add
8483         gnus-summary-write-body-to-file.
8484         (gnus-article-save-coding-system): Don't use coding system object
8485         in XEmacs.
8486         (gnus-read-save-file-name): Add optional `dir-var' argument which
8487         specifies directory in which files are saved; work even if optional
8488         `variable' argument is not specified.
8489         (gnus-summary-write-to-file): Read file name.
8490         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
8491         (gnus-summary-write-body-to-file): New function.
8492
8493         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
8494         (gnus-summary-local-variables): Add it.
8495         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
8496         (gnus-summary-save-article): Remove optional `decode' argument;
8497         determine whether to decode articles by the value of
8498         gnus-default-article-saver; when saving many files using
8499         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
8500         it first and use gnus-summary-save-in-file or
8501         gnus-summary-save-body-in-file thereafter unless
8502         gnus-prompt-before-saving is always; move point to article which
8503         will be saved.
8504         (gnus-summary-save-article-file): Revert.
8505         (gnus-summary-write-article-file): Revert.
8506         (gnus-summary-save-article-body-file): Revert.
8507         (gnus-summary-write-article-body-file): New function.
8508
8509 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8510
8511         * gnus-art.el (gnus-default-article-saver): Doc fix.
8512         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
8513         from gnus-summary-save-article-coding-system, and default to a
8514         certain coding system.
8515         (gnus-output-to-file): Add coding cookie and encode text according
8516         to gnus-article-save-coding-system; don't use mm-append-to-file.
8517
8518         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
8519         gnus-art.el and rename to gnus-article-save-coding-system.
8520         (gnus-summary-save-article): Require gnus-art; don't show all
8521         headers if it decodes articles; don't add coding cookie here;
8522         don't bind mm-text-coding-system-for-write.
8523         (gnus-summary-save-article-file): Save decoded articles.
8524         (gnus-summary-write-article-file): When saving many files, use
8525         gnus-summary-write-to-file first and gnus-summary-save-in-file
8526         thereafter unless gnus-prompt-before-saving is always.
8527         (gnus-summary-save-article-body-file): Save decoded articles.
8528
8529         * lpath.el: Fbind select-safe-coding-system for XEmacs.
8530
8531 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * nnrss.el (nnrss-check-group): Bind hash-index.
8534
8535 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
8536
8537         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
8538         its hash index.  Store this hash in `nnrss-group-data'.
8539         (nnrss-read-group-data): Update accordingly.
8540
8541 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8542
8543         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
8544         entry.
8545
8546         * gnus-sum.el (gnus-summary-make-menu-bar): Add
8547         gnus-article-browse-html-article.
8548
8549 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
8550
8551         * gnus-sum.el (gnus-summary-mime-map): Add
8552         gnus-article-browse-html-article.
8553
8554         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
8555
8556 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
8557
8558         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
8559         suitable coding systems in customize.
8560
8561 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
8562
8563         * mail-source.el (mail-sources): Fix custom type.
8564
8565 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
8568         (gnus-summary-expire-articles-now): Shorten prompt.
8569
8570         * gmm-utils.el (wid-edit): Require.
8571         (defun-gmm): Renamed from `gmm-defun-compat'.
8572         (gmm-image-search-load-path): Use it.
8573         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
8574
8575 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gnus-sum.el (gnus-summary-save-article-coding-system): New
8578         variable.
8579         (gnus-summary-save-article): Add optional `decode' argument.  If
8580         it is set and gnus-summary-save-article-coding-system is non-nil,
8581         save decoded article.
8582         (gnus-summary-write-article-file): Save decoded article if
8583         gnus-summary-save-article-coding-system is non-nil.
8584
8585         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
8586         type.
8587
8588 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
8591
8592 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
8595         first to test gnus-single-article-buffer which may be buffer-local.
8596
8597         * gnus-sum.el (gnus-summary-setup-buffer): Make
8598         gnus-single-article-buffer buffer-local and nil in ephemeral
8599         group; make gnus-article-buffer, gnus-article-current, and
8600         gnus-original-article-buffer always buffer-local.
8601         (gnus-summary-exit): Kill article buffer belonging to ephemeral
8602         group.
8603         (gnus-handle-ephemeral-exit): Don't move to next summary line.
8604
8605 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * nnml.el (nnml-request-compact-group): Compressed files might not
8608         have .gz extension.
8609
8610 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8611
8612         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
8613         (mm-copy-to-buffer): Use with-current-buffer.
8614         (mm-display-part): Simplify.
8615         (mm-inlinable-p): Add optional arg `type'.
8616
8617 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8618
8619         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
8620         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
8621         Try harder to show the attachment internally or externally using
8622         gnus-mime-view-part-as-type.
8623
8624 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8625
8626         * message.el (message-from-style, message-signature-separator)
8627         (message-user-organization-file, message-send-mail-function)
8628         (message-citation-line-function, message-yank-prefix)
8629         (message-indent-citation-function, message-signature)
8630         (message-signature-file, message-signature-insert-empty-line):
8631         Remove autoloads.
8632
8633         * gnus-art.el (gnus-buttonized-mime-types): Remove
8634         "multipart/signed".  Revert 2006-04-26 change.
8635
8636 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8637
8638         * gnus.el (gnus-version-number): Bump version.
8639
8640 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8641
8642         * gnus.el: No Gnus v0.5 is released.
8643
8644 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8645
8646         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
8647         fetching articles by message-id.
8648
8649 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8650
8651         * message.el (hashcash): Require hashcash as normal.
8652
8653         * ecomplete.el (ecomplete-highlight-match-line): Use
8654         point-at-eol.
8655         (ecomplete-highlight-match-line): Use `highlight', because that
8656         face exists in both Emacs and XEmacs.
8657
8658         * message.el (message-display-abbrev): Use point-at-bol.
8659
8660         * mail-source.el: Don't require timer/timer-funcs.
8661
8662         * gnus-async.el: Ditto.
8663
8664         * password.el: Ditto.
8665
8666         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
8667
8668         * mm-url.el: Ditto.
8669
8670         * gnus-xmas.el: Don't require timer-funcs.
8671
8672         * mm-util.el: Require timer/timer-funcs.
8673
8674 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8675
8676         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
8677         Close.
8678
8679 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
8682         unibyte after clear-decrypt function runs.
8683
8684         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
8685         returns as a unibyte string.
8686
8687 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8688
8689         * lpath.el: Revert.
8690
8691         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
8692         (pgg-gpg-process-sentinel): Revert.
8693
8694         * pgg-pgp.el (pgg-pgp-process-region): Revert.
8695         (pgg-pgp-lookup-key): Revert.
8696
8697         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
8698         (pgg-pgp5-lookup-key): Revert.
8699
8700         * pgg.el (pgg-fetch-key): Revert.
8701
8702 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8703
8704         * lpath.el: Fbind string-as-multibyte for XEmacs.
8705
8706         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
8707         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
8708         (mml1991-pgg-encrypt): Ditto.
8709
8710         * pgg-gpg.el (pgg-string-to-multibyte): New function.
8711         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
8712         a multibyte buffer.
8713
8714         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
8715         (pgg-pgp-lookup-key): Ditto.
8716
8717         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
8718         (pgg-pgp5-lookup-key): Ditto.
8719
8720         * pgg.el (pgg-fetch-key): Ditto.
8721
8722 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * message.el (message-user-organization-file): Check several
8725         locations of the organization file.
8726
8727         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
8728         Add gnus-article-view-part-as-type.
8729
8730         * gnus-art.el (gnus-article-view-part-as-type): New function.
8731
8732         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
8733         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
8734
8735         * mml.el: Simplify autoload.
8736         (mml-mode): defvar dnd-protocol-alist instead of using
8737         symbol-value.
8738         (mml-default-directory): New variable.
8739         (mml-minibuffer-read-file): Use it.
8740         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
8741
8742         * message.el (message-citation-line-format): New variable.
8743         (message-insert-formated-citation-line): New function.
8744         (message-citation-line-function): Add
8745         `message-insert-formated-citation-line' to custom type.
8746
8747         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
8748         to doc string.
8749
8750         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
8751         depending on mm-verify-option.
8752
8753 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
8756         binding pgg-* variables; reimplement the section which prevents
8757         MIME header from being signed.
8758         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
8759         pgg-text-mode; remove a blank line at the top of body.
8760
8761         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
8762         lines at the top of body; use gnus-newsgroup-charset if there's no
8763         Charset header.
8764
8765 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * message.el (message-self-insert-commands): Doc fix.
8768
8769         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
8770         (mm-uu-pgp-encrypted-test): Ditto.
8771         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
8772         between header and body; return application/pgp-encrypted handle
8773         if decryption failed; decode decrypted body by charset.
8774
8775         * mm-decode.el (mm-automatic-display): Don't make application/pgp
8776         element match to application/pgp-*.
8777
8778 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8779
8780         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
8781         HTML.
8782
8783 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8784
8785         * mail-source.el (mail-source-call-script): Message the error
8786         string.
8787
8788 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8789
8790         * gnus-util.el (gnus-byte-compile): Use it.
8791
8792 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
8793
8794         * gnus-util.el (kill-empty-logs): New function.
8795
8796 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8797
8798         * message.el (message-mail-alias-type): Doc fix.
8799         (message-mail-alias-type-p): New function.
8800         (message-send): Use it.
8801         (message-mode): Ditto.
8802         (message-strip-forbidden-properties): Ditto.
8803
8804         * ecomplete.el (ecomplete-database-file-coding-system): New
8805         variable.
8806         (ecomplete-save): Use it.
8807         (ecomplete-setup): Use it.
8808
8809 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8810
8811         * message.el (message-self-insert-commands): New variable.
8812         (message-strip-forbidden-properties): Use it.
8813
8814 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * message.el (message-put-addresses-in-ecomplete): Use a regexp
8817         that doesn't make XEmacs choke.
8818
8819 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * gnus-util.el (gnus-replace-in-string):
8822         Prefer replace-regexp-in-string over of replace-in-string.
8823
8824 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8825
8826         * gnus-util.el (gnus-select-frame-set-input-focus):
8827         Use select-frame-set-input-focus if it is available in XEmacs; use
8828         definition defined in Emacs 22 for old Emacsen.
8829
8830         * dgnushack.el: Autoload unmorse-region for XEmacs.
8831
8832         * lpath.el: Bind cursor-in-non-selected-windows and
8833         select-frame-set-input-focus for XEmacs.
8834
8835 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8836
8837         * mm-view.el (mm-inline-text): Use equal instead of equalp.
8838
8839 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
8840
8841         * gnus-registry.el (gnus-registry-cache-save): Remove text
8842         properties when saving via the temp buffer.
8843
8844 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * message.el (message-generate-hashcash): Honor custom type.
8847
8848 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849
8850         * message.el (message-generate-hashcash): Default to non-nil when
8851         hashcash is found.
8852
8853         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
8854         (gnus-refer-thread-limit): Increase default to 500.
8855
8856         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
8857
8858         * flow-fill.el (fill-flowed): Allow delete-space.
8859
8860 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
8861
8862         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
8863         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
8864         Remove autoloads.
8865
8866 2006-04-18  Simon Josefsson  <jas@extundo.com>
8867
8868         * message.el (message-generate-hashcash): Default to.
8869
8870 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8873         concatenating segments rather than before concatenating them.
8874
8875 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
8878
8879 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8880
8881         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
8882
8883         * message.el (message-forward-make-body-plain): Allow
8884         message-forward-ignored-headers to be a list.
8885         (message-remove-ignored-headers): Factor out into function.
8886         (message-forward-make-body-mml): Use it.
8887
8888         * imap.el (imap-quote-specials): New function.
8889         (imap-login-auth): Quote specials.
8890
8891         * rfc2231.el (rfc2231-parse-string): Remove dead code.
8892         (rfc2231-parse-string): Allow concatanation of parameters that
8893         aren't contiguous.  The test case is
8894           (mail-header-parse-content-type "message/external-body;
8895             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
8896             access-type=LOCAL-FILE;
8897             name*1*=plugh%2fhello-sailor%2fbing.pdf")
8898
8899 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8900
8901         * nntp.el (nntp-accept-process-output): Return the value of
8902         `nnheader-accept-process-output'.
8903
8904 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8905
8906         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
8907         (gnus-button-alist): Recognize more diff formats.
8908         (gnus-button-patch): Strip directory.
8909
8910 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
8911
8912         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
8913         Emacs 22 when setting focus.
8914
8915 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916
8917         * gnus-art.el (gnus-article-treat-types): Do treatment of
8918         text/x-verbatim parts.
8919         (gnus-button-patch): New command.
8920
8921         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
8922         addresses that contain invalid characters.
8923
8924 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8925
8926         * message.el (message-put-addresses-in-ecomplete): Use
8927         gnus-replace-in-string.
8928         (message-is-yours-p): Use the more correct
8929         mail-header-parse-address instead of
8930         mail-extract-address-components.
8931         (message-put-addresses-in-ecomplete): Fix typo.
8932
8933         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
8934         keystroke.
8935
8936         * gnus-art.el (gnus-treatment-function-alist): Change order of
8937         newsgroups/generic header folding to avoid double-folding.
8938
8939         * message.el (message-hidden-headers): Add X-Draft-From.
8940
8941         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
8942         command.
8943         (gnus-summary-repeat-search-article-backward): New command.
8944
8945         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
8946         groups in the parent topic.
8947
8948 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
8949
8950         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
8951         (spam-extra-header-to-number): Return the CRM114 number as a
8952         number instead of a string.
8953
8954 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8955
8956         * gnus-art.el (gnus-face-properties-alist): Moved here from
8957         gnus-fun.
8958
8959         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
8960
8961 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8962
8963         * message.el (message-strip-forbidden-properties): Only display on
8964         self-insert-command.
8965
8966         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
8967         reindent.
8968         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
8969
8970 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
8971
8972         * smiley.el (smiley-style): Fix typo.
8973
8974 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8975
8976         * hashcash.el (hashcash-insert-payment-async-2): Use
8977         message-goto-eoh instead of doing it manually.
8978         (mail-add-payment): Use message-narrow-to-header instead of trying
8979         to do the same itself.
8980
8981         * message.el (message-hidden-headers): Add Face.
8982
8983         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
8984         reparenting code.
8985         (gnus-summary-reparent-children): Refactored out code.
8986         (gnus-summary-thread-map): New keystroke.
8987         (gnus-summary-reparent-children): Make into command.
8988
8989         * smiley.el (smiley-style): Default to `medium' if using a large
8990         font.
8991
8992         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
8993         does it itself.
8994
8995         * message.el (message-point-in-header-p): Simplify definition.
8996
8997 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8998
8999         * nnagent.el (nnagent-request-set-mark): Silence log file
9000         writing.
9001         (nnagent-request-set-mark): Use write-region instead of
9002         append-to-file.
9003
9004         * gnus-sum.el (gnus-read-header): Fudge article number if using a
9005         strange select method.
9006
9007         * ecomplete.el (ecomplete-display-matches): Get highlightling
9008         right.
9009         (ecomplete-display-matches): Use literals.
9010         (ecomplete-display-matches): Disable message logging.
9011
9012         * message.el (message-display-abbrev): Small optimization.
9013
9014         * ecomplete.el (ecomplete-display-matches): Allow automatic
9015         display.
9016
9017         * message.el (message-strip-forbidden-properties): Display
9018         abbrevs.
9019         (message-display-abbrev): Get automatic display right.
9020
9021         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
9022         keystrokes.
9023
9024 2006-04-13  Romain Francoise  <romain@orebokech.com>
9025
9026         TODO: Backport to v5-10!
9027
9028         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
9029         Moved here (and renamed) from gnus-registry.el.
9030
9031         * gnus-registry.el: Require gnus-util.
9032         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
9033
9034 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9035
9036         * gnus-group.el (gnus-group-catchup-current): Change
9037         if-then-else-if-then-else into cond.
9038         (gnus-group-catchup): Indent.
9039         (group-name-at-point): New function.
9040         (gnus-fetch-group): Provide default from thing at point.
9041
9042 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043
9044         * message.el (message-display-abbrev): Fix regexp.
9045
9046         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
9047         choosing.
9048         (ecomplete-highlight-match-line): Fix up code rewrite, remove
9049         dead variables.
9050
9051         * message.el (message-newline-and-indent): Remove debugging.
9052         (message-display-abbrev): Use new implementation.
9053
9054 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
9055
9056         * gnus-art.el (gnus-article-mode): Set
9057         cursor-in-non-selected-windows to nil.
9058
9059         * smiley.el: Revert previous change.
9060         (smiley-data-directory): defvar it before using it in the
9061         defcustom of `smiley-style'.
9062
9063 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9064
9065         * message.el (message-newline-and-indent): New function.
9066
9067         * ecomplete.el: Implement more bits.
9068
9069         * message.el (message-put-addresses-in-ecomplete): Clean up the
9070         string.
9071
9072         * ecomplete.el (ecomplete-add-item): Chop off decimals.
9073
9074         * gnus-sum.el (gnus-summary-save-parts): Bind
9075         gnus-summary-save-parts-counter and use it to make unique file
9076         names.
9077
9078         * gnus-art.el (gnus-ignored-headers): Add some more headers.
9079
9080         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
9081         parameter to say whether to actually parse the individual
9082         addresses.
9083
9084         * message.el (message-put-addresses-in-ecomplete): New function.
9085         (ecomplete): Require.
9086         (message-mail-alias-type): Add ecomplete as an option.
9087
9088 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
9089
9090         * flow-fill.el (fill-flowed): Remove trailing space from blank
9091         quoted lines.
9092
9093 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9094
9095         * smiley.el (smiley-style): Move definition later to avoid a
9096         compilation warning.
9097
9098 2006-04-12  Kenichi Handa  <handa@m17n.org>
9099
9100         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
9101         buffer and then decode the buffer text if necessary.
9102         (rfc2231-encode-string): Be sure to work on multibyte buffer at
9103         first, and after mm-encode-body, change the buffer to unibyte.
9104         Use mm-disable-multibyte instead of set-buffer-multibyte.
9105
9106 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
9109         Content-Type header instead of Content-Disposition header.
9110         (gnus-mime-inline-part): Ditto.
9111         (gnus-mime-view-part-as-charset): Ignore charset that the part
9112         specifies.
9113
9114         * mm-decode.el (mm-display-part): Work with external parts and
9115         usual parts similarly.
9116
9117         * mm-extern.el (mm-inline-external-body): Use mm-display-part
9118         instead of gnus-display-mime.
9119
9120         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
9121         instead of with-temp-buffer.
9122
9123         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
9124         tag to summarized topics part in order to encode non-ASCII text.
9125
9126 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9127
9128         * smiley.el (smiley-style): New variable.
9129         (smiley-directory): New function.
9130         (smiley-data-directory): Derive from `smiley-style' using
9131         `smiley-directory'.
9132         (smiley-regexp-alist): Add new entries.
9133
9134         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
9135         (gnus-article-browse-delete-temp): Add :version.
9136
9137 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
9138
9139         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
9140         the sieve region.
9141
9142 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9143
9144         * gnus.el (gnus-version-number): Bump version.
9145
9146 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
9147
9148         * gnus.el: No Gnus v0.4 is released.
9149
9150 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9151
9152         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
9153         layout.
9154
9155         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
9156         unknown charset.
9157
9158         * message.el (message-header-synonyms): Add Original-To to the
9159         default.
9160
9161         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
9162         optional parameter.
9163
9164 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * gnus-fun.el (gnus): Require it for gnus-directory.
9167
9168 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-fun.el (gnus-face-properties-alist): Add :version.
9171
9172 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9173
9174         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
9175
9176 2006-04-05  Simon Josefsson  <jas@extundo.com>
9177
9178         * password.el (password-reset): New function.
9179
9180 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
9181
9182         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
9183         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
9184
9185 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9186
9187         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9188         Some whitespace was matched into the url, which broke browsing hits
9189         > 100 when mm-url-use-external was nil.
9190
9191 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9192
9193         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
9194         gnus-extra-headers for 'Newsgroups.
9195
9196         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
9197         bound.
9198
9199 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
9200
9201         * pgg-gpg.el: Clean up process buffers every time gpg processes
9202         complete.
9203
9204 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
9205
9206         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9207         doc string.
9208
9209 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
9210
9211         * pgg-gpg.el (pgg-gpg-process-filter)
9212         (pgg-gpg-wait-for-completion): Check if buffer is alive.
9213
9214         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
9215         lines, temporary fix.
9216
9217 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9218
9219         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
9220
9221 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
9222
9223         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
9224         default-enable-multibyte-characters.  This reverts the change from
9225         revision 6.17 which is no longer necessary because the passphrase
9226         is sent separately now.  GnuPG messages are unreadable under
9227         multibyte locales with default-enable-multibyte-characters set to
9228         nil.
9229
9230 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
9231
9232         * message.el (message-tool-bar-gnome): Move "spell".
9233
9234 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
9237         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
9238         instead.
9239
9240 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
9241
9242         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
9243         newsgroups handling for NNTP overviews which don't include
9244         Newsgroups.
9245
9246 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9247
9248         * message.el (message-resend): Bind message-generate-hashcash to nil.
9249
9250 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9251
9252         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
9253         when searching for already-paid recipients.
9254
9255 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
9256
9257         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
9258         passphrases when it is not needed.
9259         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
9260         passphrase stuff from gpg, should only be necessary when you use
9261         gpg with a smartcard.
9262
9263 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9264
9265         * mml.el (mml-insert-mime): Ignore cached contents of
9266         message/external-body part.
9267
9268         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
9269         (mm-insert-part): Ditto.
9270
9271 2006-03-23  Simon Josefsson  <jas@extundo.com>
9272
9273         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
9274         Reiner.
9275         (pgg-gpg-use-agent-p): Use it again.
9276
9277 2006-03-23  Simon Josefsson  <jas@extundo.com>
9278
9279         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
9280         older emacsen.
9281         (pgg-gpg-use-agent-p): Don't use it.
9282
9283 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
9284
9285         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
9286         if we can.
9287
9288 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
9289
9290         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
9291         (pgg-gpg-update-agent): New function.
9292         (pgg-gpg-use-agent-p): New function.
9293         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
9294         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
9295         (pgg-gpg-sign-region): Use it.
9296
9297 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9298
9299         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
9300         Reported by Ralf Wachinger <rwachinger@gmx.de>.
9301
9302 2006-03-21  Simon Josefsson  <jas@extundo.com>
9303
9304         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
9305         <wilde@sha-bang.de>.
9306         (pgg-gpg-use-agent): New variable.
9307         (pgg-gpg-process-region): Use it.
9308         (pgg-gpg-encrypt-region): Likewise.
9309         (pgg-gpg-encrypt-symmetric-region): Likewise.
9310         (pgg-gpg-decrypt-region): Likewise.
9311         (pgg-gpg-sign-region): Likewise.
9312         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
9313
9314 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9315
9316         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
9317
9318         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
9319         Add comment on version.
9320
9321 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
9322
9323         * smiley.el: Add missing test smiley.
9324
9325 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9326
9327         * mm-decode.el (mm-with-part): New macro.
9328         (mm-get-part): Use it; work with message/external-body as well.
9329         (mm-save-part): Treat name and filename equally.
9330
9331         * mm-extern.el (mm-extern-cache-contents): New function.
9332         (mm-inline-external-body): Use it; force the part to be displayed;
9333         move undisplayer added to the cached handle to the parent.
9334
9335         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
9336         (gnus-mime-view-part-as-type): Work with message/external-body.
9337
9338         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
9339
9340 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9341
9342         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
9343         images in image-load-path.  [Sync with image.el, revision 1.60, in
9344         Emacs.]
9345
9346 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9347
9348         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
9349         path rather than symbol.  Always return list of directories.
9350         Guarantee that image directory comes first.  [Sync with image.el,
9351         revision 1.59, in Emacs.]
9352
9353         * message.el (message-make-tool-bar): Adjust to new API of
9354         `gmm-image-load-path-for-library'.
9355
9356         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9357
9358         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9359
9360 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9361
9362         * gnus-art.el (gnus-article-only-boring-p):
9363         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
9364         intangible text.
9365         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
9366
9367 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
9368
9369         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
9370         `defun' instead of `gmm-defun-compat'.
9371
9372 2006-03-14  Simon Josefsson  <jas@extundo.com>
9373
9374         * message.el (message-unique-id): Don't use message-number-base36
9375         if (user-uid) is a float.
9376         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
9377
9378 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
9381
9382         * gnus-art.el (gnus-mime-display-single): Make sure there is an
9383         empty line between a part and a message part.
9384
9385 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
9386
9387         * smiley.el: Add more test smileys.
9388         (smiley-data-directory, smiley-regexp-alist)
9389         (gnus-smiley-file-types): Fix doc strings.
9390         (smiley-update-cache): Clear smiley-cached-regexp-alist before
9391         adding new elements.
9392         (smiley-mouse-map): Unused code.  Make it a comment.
9393
9394 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
9397         scan latest NoCeM messages instead of old ones.
9398         (gnus-nocem-check-article): Fix regexps so as to match to PGP
9399         delimiters that are recently used.
9400         (gnus-nocem-load-cache): Add autoload cookie.
9401
9402         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
9403
9404         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
9405         level which is larger than gnus-use-nocem is specified.
9406
9407         * gnus-group.el (gnus-group-get-new-news): Ditto.
9408
9409 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
9410
9411         * gnus-util.el (gnus-tool-bar-update): New function.
9412
9413         * gnus-group.el (gnus-group-update-tool-bar): New variable.
9414         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
9415
9416         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
9417
9418         * gnus-group.el (gnus-group-redraw-when-idle)
9419         (gnus-group-redraw-check): Remove.
9420         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
9421
9422 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9423
9424         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
9425         if optional last element is specified in splits (FIELD VALUE...).
9426
9427 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
9428
9429         * message.el (message-make-tool-bar): Rename gmm-image-load-path
9430         to gmm-image-load-path-for-library.  Call with no-error argument.
9431         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
9432
9433         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9434
9435         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
9436
9437         * gmm-utils.el (gmm-image-load-path): Remove alias.
9438
9439 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
9440
9441         * gmm-utils.el (gmm-image-load-path): Add alias.
9442
9443         * nnml.el (nnml-generate-nov-databases-directory): Rename from
9444         nnml-generate-nov-databases-1.
9445         (nnml-generate-nov-databases): Use it.
9446         (nnml-generate-nov-databases-directory): Document no-active
9447         argument.
9448
9449         * gmm-utils.el (gmm-image-load-path-for-library): Return single
9450         directory if path is t.  Add no-error.
9451
9452         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
9453         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9454
9455         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
9456         resetting gnus-article-browse-html-temp-list.
9457
9458         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
9459         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
9460         Add example to docstring.  Rename local variables.  Move error
9461         checks to default case in cond and simplify.
9462
9463 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
9466         handle is multipart when calling it recursively.
9467         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
9468
9469 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
9470
9471         * nnimap.el (nnimap-request-update-info-internal): Optimize.
9472         Don't `gnus-uncompress-range' to avoid excessive memory usage.
9473
9474 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9475
9476         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
9477         is loaded.
9478
9479         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
9480         loaded.
9481
9482 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9483
9484         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
9485         to "Emacs 23 (unicode)" in doc string.
9486
9487         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
9488         "Emacs 23 (unicode)" in comment.
9489
9490 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9491
9492         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
9493
9494         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
9495         characters 160 through 255 in Emacs 23.
9496
9497 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9498
9499         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
9500         gnus-article-browse-html-temp.
9501         (gnus-article-browse-delete-temp): Make it customizable.  Add
9502         `file'.  Adjust doc string.
9503         (gnus-article-browse-delete-temp-files): Add argument.  Allow
9504         query for each file.  Adjust doc string.
9505         (gnus-article-browse-html-parts): Add
9506         `gnus-article-browse-delete-temp-files' to
9507         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
9508
9509 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
9510
9511         * gnus-art.el (gnus-article-browse-html-temp)
9512         (gnus-article-browse-delete-temp): New variables.
9513         (gnus-article-browse-delete-temp-files): New function.
9514         (gnus-article-browse-html-parts): Use it.
9515
9516 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
9517
9518         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
9519
9520         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
9521         string.
9522
9523         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
9524         gnus-summary-insert-new-articles when unplugged.  Remove
9525         gnus-summary-search-article-forward.
9526
9527         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
9528         display-visual-class instead of display-color-cells.
9529
9530 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * dgnushack.el: Autoload customize-group for XEmacs.
9533
9534         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
9535         message/* containing non-ASCII text properly.
9536
9537 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
9538
9539         * message.el: Require gmm-utils, remove autoloads.
9540         (message-tool-bar): Set default based on
9541         gmm-tool-bar-style.
9542         (message-tool-bar-gnome): Add gmm-customize-mode.
9543
9544         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
9545         gmm-tool-bar-style.
9546         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
9547
9548         * gnus-group.el (gnus-group-tool-bar): Set default based on
9549         gmm-tool-bar-style.
9550         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
9551
9552         * gmm-utils.el (gmm-image-directory): Rename variable from
9553         gmm-image-load-path.
9554         (gmm-image-load-path): Use gmm-image-directory.
9555         (gmm-customize-mode): New function.
9556         (gmm-tool-bar-style): New variable.
9557
9558         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
9559         gnus-group-redraw-line-number.
9560         (gnus-group-redraw-check): Simplify.
9561         (gnus-group-tool-bar-update): Remove redraw check.
9562         (gnus-group-make-tool-bar): Add redraw check.
9563
9564 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
9565
9566         * gnus-art.el (gnus-button): Add missing parentheses.
9567
9568 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * lpath.el: Fbind line-number-at-pos.
9571
9572 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
9575
9576 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9577
9578         * gnus-art.el (gnus-button): New face.
9579         (gnus-article-button-face): Use it.
9580
9581         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
9582         gnus-summary-next-page.  Re-order.
9583
9584         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
9585         next-node are now included.
9586         (gnus-group-redraw-line-number): New internal variable.
9587         (gnus-group-redraw-check): Helper function for updating the tool
9588         bar.
9589         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
9590
9591         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
9592
9593         * spam.el (spam-spamassassin-score-regexp): New internal variable.
9594         (spam-extra-header-to-number, spam-check-spamassassin-headers):
9595         Use it to match format of Spamassassin 3.0 and later.  Reported by
9596         IRIE Tetsuya <irie@t.email.ne.jp>.
9597         (spam-check-bogofilter)
9598         (spam-bogofilter-register-with-bogofilter): Fix args of
9599         `gnus-error' calls.
9600
9601 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
9602
9603         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
9604         unnecessary interaction when sending queued mails.  Reported by
9605         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
9606
9607 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
9608
9609         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
9610         first or last are nil.
9611
9612 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9613
9614         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
9615
9616 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9617
9618         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
9619
9620 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * dns.el (query-dns): Protect more against buggy tcp output.
9623
9624 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
9625
9626         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
9627         nov.php.
9628
9629 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9630
9631         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
9632         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
9633         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
9634         output on the server side.
9635         (nnweb-google-create-mapping): Update regexps and add some
9636         progress indication.
9637
9638 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
9639
9640         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
9641         gnus-agent-toggle-plugged.  Re-order icons.
9642         (gnus-group-tool-bar-gnome): Add
9643         gnus-group-{prev,next}-unread-group.
9644         (gnus-group-tool-bar-gnome): Re-order icons.
9645
9646         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
9647         gnus-summary-insert-new-articles.
9648
9649         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
9650         comments.
9651
9652         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
9653         also available in Emacs 21.3.
9654
9655         * message.el (message-fix-before-sending): Change "Emacs 22" to
9656         "Emacs 23 (unicode)" in comment.
9657
9658         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
9659         "Emacs 23 (unicode)" in comment.
9660
9661         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
9662         comment.
9663         (mm-coding-system-p): Add comment about no-MULE XEmacs.
9664
9665         * mm-view.el (mm-fill-flowed): Add :version.
9666
9667 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
9670         and load-path.
9671
9672 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * message.el: Autoload gmm-image-load-path.
9675         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
9676         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
9677         consitency.
9678
9679         * gmm-utils.el (gmm-image-load-path): Also search in
9680         "../etc/images".  Don't set gmm-image-load-path if we don't find
9681         the image.
9682
9683 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9684
9685         * gmm-utils.el (gmm-image-load-path): Don't make
9686         `gmm-image-load-path' include subdirectories which the second arg
9687         `image' might specify.
9688
9689         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
9690         subdirectory to icon file names.
9691
9692         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
9693
9694 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
9695
9696         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
9697         gmm-image-load-path calls.
9698
9699         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9700
9701         * message.el (message-make-tool-bar): Ditto.
9702
9703         * mml.el (mml-preview): Added comment concerning tool bar icons.
9704
9705         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
9706         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
9707
9708         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
9709         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
9710
9711         * message.el (message-tool-bar-gnome): Use new icon names.
9712         (message-make-tool-bar): Use `gmm-image-load-path'.
9713
9714         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
9715         functions from MH-E.
9716         (gmm-image-load-path): New variable from MH-E.
9717         (gmm-image-load-path): New function from MH-E.  Added arguments
9718         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
9719         *-image-load-path-called-flag.
9720
9721 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
9722
9723         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
9724
9725 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
9726
9727         * nnimap.el (nnimap-request-move-article): Change folder back to
9728         source group before deleting.
9729
9730 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
9733
9734         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
9735         mm-url.
9736
9737         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
9738
9739 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
9742         coding system which mm-charset-to-coding-system returns for a
9743         given charset is valid.
9744
9745 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
9746
9747         * html2text.el (html2text-remove-tag-list):
9748         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
9749
9750 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
9751
9752         * gnus-cus.el: Revert 2005-10-17 change.
9753
9754 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gnus-art.el (article-strip-banner): Call
9757         article-really-strip-banner only when the regexp match is made.
9758
9759 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * gnus-art.el (article-strip-banner): Use
9762         gnus-extract-address-components instead of
9763         mail-header-parse-addresses to make it work with non-ASCII text;
9764         remove mail-encode-encoded-word-string.
9765
9766         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
9767         values which are surrounded with \"...\"; make it never cause a
9768         Lisp error; give up parsing of parameters if it failed in
9769         extracting type.
9770
9771 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
9772
9773         * smime.el (smime-cert-by-ldap-1): Fix bug where
9774         `smime-ldap-search' returns results without userCertificates.
9775
9776 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9777
9778         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
9779
9780 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
9781
9782         * spam.el (spam-check-spamassassin-headers): Adapt format for
9783         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
9784         <ari@mbf.ocn.ne.jp>.
9785         (spam-list-of-processors): Add spam-use-gmane.
9786
9787 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
9790         make-temp-file; make it work with XEmacs as well.
9791
9792         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
9793         mm-make-temp-file.
9794
9795         * mm-decode.el (mm-display-external): Use the 3rd arg of
9796         mm-make-temp-file.
9797         (mm-create-image-xemacs): Ditto.
9798
9799 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9800
9801         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
9802         with message-narrow-to-headers.
9803         (gnus-draft-setup): Narrow to header to run message-fetch-field.
9804         (gnus-draft-check-draft-articles): New function.
9805         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
9806
9807 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
9808
9809         * gnus-art.el (gnus-article-browse-html-parts):
9810         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
9811         Don't use suffix argument for mm-make-temp-file for Emacs 21
9812         compatibility.  Remove useless `format'.
9813
9814 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9815
9816         * nnweb.el (nnweb-google-wash-article): Update regexps.
9817         (nnweb-group-alist): Use defvoo instead of defvar.
9818
9819 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9820
9821         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
9822         re-loading nn* modules.
9823
9824 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
9825
9826         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
9827         for `tool-bar-mode' and don't check it's default-value.
9828
9829         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
9830
9831         * message.el (message-make-tool-bar): Ditto.
9832
9833         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
9834         `substring'.  Shorten tmp-file name.
9835
9836         * gnus.el: Remove bogus comment.
9837
9838 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
9839
9840         * gnus-art.el (gnus-article-browse-html-parts): New function.
9841         (gnus-article-browse-html-article): New function for viewing html
9842         articles with a browser.
9843
9844 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
9845
9846         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
9847         in elisp.
9848         (pgg-gpg-encrypt-symmetric-region): Ditto.
9849         (pgg-gpg-sign-region): Ditto.
9850
9851         * pgg-def.el (pgg-text-mode): New variable.
9852
9853         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
9854         (mml2015-pgg-encrypt): Ditto.
9855
9856         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
9857         (mml1991-pgg-encrypt): Ditto.
9858
9859 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9860
9861         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
9862         message-make-date instead of current-time-string.
9863
9864         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
9865         to gnus-decoded which mm-uu might set.
9866
9867 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9868
9869         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
9870         don't decode quoted parameters; remove misimported Emacs code.
9871         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9872         (rfc2231-decode-encoded-string): Don't use split-string which
9873         behaves differently according to Emacs version; use
9874         mm-decode-coding-region to convert charset to coding-system.
9875         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9876         (rfc2231-encode-string): Remove misimported Emacs code.
9877
9878 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9879
9880         * gnus-art.el (article-decode-charset): Don't use ignore-errors
9881         when calling mail-header-parse-content-type.
9882         (article-de-quoted-unreadable): Ditto.
9883         (article-de-base64-unreadable): Ditto.
9884         (article-wash-html): Ditto.
9885
9886         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
9887         calling mail-header-parse-content-type and
9888         mail-header-parse-content-disposition.
9889         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
9890         mail-header-parse-content-type.
9891
9892         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
9893         insert charset and format parameters; encode description after
9894         inserting it to buffer.
9895         (mml-insert-parameter): Fold lines properly even if a parameter is
9896         segmented into two or more lines; change the max column to 76.
9897
9898         * rfc1843.el (rfc1843-decode-article-body): Don't use
9899         ignore-errors when calling mail-header-parse-content-type.
9900
9901         * rfc2231.el (rfc2231-parse-string): Return at least type if
9902         possible; don't cause an error even if it fails in parsing of
9903         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9904         (rfc2231-encode-string): Don't break lines at the beginning, leave
9905         it to mml-insert-parameter.
9906
9907         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
9908         calling mail-header-parse-content-type.
9909
9910 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
9911
9912         * spam-report.el (spam-report-gmane-use-article-number):
9913         Improve doc string.
9914         (spam-report-gmane-internal): Check if a suitable header was found
9915         in the article.
9916
9917 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9918
9919         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
9920         (rfc2231-encode-string): Make param*=value always begin with LWSP.
9921
9922 2006-02-05  Romain Francoise  <romain@orebokech.com>
9923
9924         Update copyright notices of all files in the gnus directory.
9925
9926 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9927
9928         * nnweb.el (nnweb-request-group): Avoid growing overview files.
9929
9930 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
9933         segmented lines of parameter value to cope with Thunderbird 1.5
9934         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
9935         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9936         (rfc2231-encode-string): Don't make lines exceeding 76 column.
9937
9938 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
9939
9940         * mml.el (mml-generate-mime-1): Correct the order of inline signed
9941         parts.
9942
9943 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9944
9945         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
9946         there's only one active file for all servers.
9947         (nnweb-request-scan): Make sure nnweb-articles is initialized on
9948         solid groups.  Gnus might have used a FAST request to select the group.
9949         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
9950         and nnweb-search redundantly in the active file.
9951         (nnweb-request-list): Don't list bogus groups.  There can only be one.
9952         (nnweb-request-create-group): Don't use ARGS.
9953         (nnweb-possibly-change-server, nnweb-request-group): Remove some
9954         initialisations.  Let nnoo do the work.
9955
9956 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
9959         Say the part has been decoded.
9960
9961         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
9962
9963 2006-01-31  Kevin Ryde  <user42@zip.com.au>
9964
9965         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
9966         mailcap-viewer-test-cache when there's no 'test clause, since that
9967         will invert the meaning of a "nil" test previously determined by
9968         mailcap-mailcap-entry-passes-test.
9969
9970 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9971
9972         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
9973         compiling.
9974
9975         * gnus-sum.el: Ditto.
9976
9977         * message.el: Don't bind tool-bar-map when compiling.
9978
9979 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
9980
9981         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
9982
9983 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
9984
9985         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
9986         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
9987         current Google Groups.
9988
9989 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
9990
9991         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
9992         and tool-bar-mode.
9993
9994         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
9995         and tool-bar-mode.
9996
9997         * message.el (message-tool-bar-update): Simplify.
9998         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
9999
10000         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
10001         gnus-summary-buffer.
10002         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
10003         gnus-summary-reply.
10004
10005         * gmm-utils.el (gmm): Add :version.
10006
10007 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * Makefile.in (clean): New rule.
10010         (distclean): Use it.
10011
10012 2006-01-26  Steve Youngs  <steve@sxemacs.org>
10013
10014         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
10015         autoload.
10016
10017 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10018
10019         * gmm-utils.el (gmm-verbose): Add :group.
10020
10021 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * message.el: Change some comments WRT tool-bars.
10024
10025         * gnus-sum.el (gnus-summary-tool-bar)
10026         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
10027         (gnus-summary-tool-bar-zap-list): New variables.
10028         (gnus-summary-make-tool-bar): Complete rewrite using
10029         `gmm-tool-bar-from-list'.
10030
10031         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
10032         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
10033         variables.
10034         (gnus-group-make-tool-bar): Complete rewrite using
10035         `gmm-tool-bar-from-list'.
10036         (gnus-group-tool-bar-update): New function.
10037
10038         * message.el (message-mode-field-menu): Add "Show hidden Headers".
10039
10040 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
10043         is dissected into a single part of which the type is the same as
10044         the given one; decode charset.
10045
10046 2006-01-21  Kevin Ryde  <user42@zip.com.au>
10047
10048         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
10049         into alists as symbol not string, since that's what
10050         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
10051         look for.
10052
10053 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
10054
10055         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
10056         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
10057
10058         * message.el (message-tool-bar-gnome): Use gmm-ignore.
10059
10060 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
10063         (gnus-xmas-mime-security-button-menu): New function.
10064
10065         * gnus-art.el (gnus-mime-security-button-commands): New variable.
10066         (gnus-mime-security-button-menu): New definition.
10067         (gnus-mime-security-button-map): Use them.
10068         (gnus-mime-security-button-menu): New function.
10069         (gnus-insert-mime-security-button): Addition to help echo.
10070         (gnus-mime-security-run-function, gnus-mime-security-save-part)
10071         (gnus-mime-security-pipe-part): New functions.
10072
10073         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
10074         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
10075
10076         * mm-decode.el (mm-handle-set-disposition): Remove.
10077         (mm-handle-set-description): Remove.
10078
10079 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10080
10081         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
10082         (mm-w3m-standalone-supports-m17n-p): New function.
10083         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
10084         w3m usage.
10085
10086         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
10087         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
10088
10089 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10090
10091         * message.el (message-tool-bar-zap-list): Use
10092         gmm-tool-bar-zap-list as custom type.
10093         (message-tool-bar-update): New function.
10094         (message-tool-bar, message-tool-bar-gnome)
10095         (message-tool-bar-retro): Add message-tool-bar-update.
10096         (message-tool-bar-gnome): Add flyspell-buffer.
10097
10098         * gnus-util.el (gnus-error): Describe `args'.
10099
10100         * gmm-utils.el (gmm-error): Describe `args'.
10101         (gmm-tool-bar-zap-list): New widget.
10102         (gmm-tool-bar-from-list): Improve description of `zap-list'.
10103
10104 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10105
10106         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
10107         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
10108         the number of recursive calls.
10109
10110         * mm-decode.el (mm-handle-set-disposition): New macro.
10111         (mm-handle-set-description): New macro.
10112
10113 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10114
10115         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
10116         encoding.
10117
10118 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10119
10120         * message.el (message-tool-bar-zap-list, message-tool-bar)
10121         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
10122         (message-tool-bar-local-item-from-menu): Remove.
10123         (message-tool-bar-map): Replace by `message-make-tool-bar'.
10124         (message-make-tool-bar): New function.
10125         (message-mode): Use `message-make-tool-bar'.
10126
10127         * gmm-utils.el: New file.
10128         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
10129         (gmm-lazy): New widget copied from `nnmail.el'.
10130         (gmm-tool-bar-from-list): New function for creating customizable
10131         tool bars.
10132         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
10133         output.
10134         (gmm): Add :prefix to defgroup.
10135
10136 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10137
10138         * gmm-utils.el (gmm-widget-p): New function.
10139
10140 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
10141
10142         * mml.el (mml-attach-file): Describe `description' in doc string.
10143         (mml-menu): Add Emacs MIME manual and PGG manual.
10144
10145 2006-01-20  Richard M. Stallman  <rms@gnu.org>
10146
10147         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
10148
10149 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
10150
10151         * nntp.el (nntp-end-of-line): Doc fix.
10152
10153 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
10154
10155         * imap.el (imap-open): Handle case where buffer is a buffer
10156         object.
10157
10158 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10159
10160         * gnus-delay.el (gnus-delay): Don't autoload.
10161         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10162         to be re-loaded when customizing the `gnus-delay' group.
10163
10164 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
10165
10166         * message.el (message-insert-citation-line): Use newlines.
10167
10168 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10169
10170         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10171         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
10172         these routines, so the passphrase can be managed externally and
10173         passed in to the system.
10174         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10175         pgg-add-passphrase-to-cache function.
10176
10177         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10178         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
10179         these routines, so the passphrase can be managed externally and
10180         passed in to the system.
10181         (pgg-pgp5-sign-region): Use new name of
10182         pgg-add-passphrase-to-cache function.
10183
10184 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
10185
10186         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
10187         part of the decoded armor to find the key-identifier.
10188         (pgg-gpg-lookup-key-owner): New function to return the
10189         human-readable identifier of a key owner.
10190         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
10191         itself.
10192         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
10193         the key value) if we have a key and can match it against a secret
10194         key.  Also, added a note pointing out fact that the prompt only
10195         indicates the first matching key.
10196
10197         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
10198         pgg-decrypt-region.
10199         (pgg-add-passphrase-to-cache): Rename from
10200         `pgg-add-passphrase-cache' to reduce confusion (all callers
10201         changed).
10202         (pgg-remove-passphrase-from-cache): Rename from
10203         `pgg-remove-passphrase-cache' to reduce confusion (all callers
10204         changed).
10205         (pgg-read-passphrase, pgg-add-passphrase-cache)
10206         (pgg-remove-passphrase-cache): Add informative docstrings.
10207         (pgg-decrypt): Convey provided passphrase in subordinate call to
10208         pgg-decrypt-region.
10209
10210 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
10211
10212         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
10213         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
10214         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
10215         'passphrase' argument, so the passphrase can be managed externally
10216         and then passed in to the system.
10217
10218         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
10219         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
10220         so the passphrase cache can be used reliably with identifiers
10221         besides a pgp packet's key id.
10222
10223         * pgg-gpg.el (pgg-gpg-encrypt-region)
10224         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10225         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
10226         these routines, so the passphrase can be managed externally and
10227         passed in to the system.
10228
10229         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
10230         'notruncate' argument, so the passphrase cache can be used
10231         reliably with identifiers besides a pgp packet's key id.
10232
10233 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
10234
10235         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
10236         symmetric encryption.
10237         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
10238         encrypted session key.
10239         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
10240         message ask for the passphrase in a proper way.
10241
10242         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
10243         New user commands for symmetric encryption.
10244
10245 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10246
10247         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
10248
10249         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
10250
10251 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
10252
10253         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
10254
10255 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10256
10257         * mm-decode.el (mm-inlined-types): Add application/pgp.
10258         (mm-automatic-display): Ditto.
10259
10260         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
10261         part as text.
10262
10263 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * nnrss.el: Update copyright.
10266         (nnrss-opml-import): Query whether to subscribe to each entry.
10267
10268         * gnus-art.el:
10269         * gnus-sum.el:
10270         * gnus-xmas.el:
10271         * messagexmas.el:
10272         * mm-uu.el:
10273         * mm-view.el: Update copyright.
10274
10275 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
10276
10277         * message.el (message-info): New function.
10278         (message-mode-menu): Add it.
10279         Update copyright.
10280
10281         * ChangeLog: Fix and update copyright.
10282
10283 2006-01-13  Romain Francoise  <romain@orebokech.com>
10284
10285         * message.el (message-forward-subject-name-subject): Prefer the
10286         address to 'nowhere' if the sender has no name.
10287         Fix typo.  Update copyright year.
10288
10289 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10290
10291         * gnus-art.el (article-wash-html): Use
10292         gnus-summary-show-article-charset-alist if a numeric arg is given.
10293         (gnus-article-wash-html-with-w3m-standalone): New function.
10294
10295         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
10296         mm-inline-text-html-render-with-w3m-standalone.
10297         (mm-text-html-washer-alist): Map w3m-standalone to
10298         gnus-article-wash-html-with-w3m-standalone.
10299         (mm-inline-text-html-render-with-w3m-standalone): New function.
10300
10301 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
10304         Improve LaTeX.
10305
10306 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
10309         (nnrss-request-article): Render text/plain parts as HTML.
10310
10311         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
10312         the buffer.
10313
10314 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10315
10316         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
10317         custom definition of `gnus-posting-styles'.
10318
10319         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
10320         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
10321
10322 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10323
10324         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
10325         Use nntp for bug archive.
10326
10327 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
10330         parts.
10331         (nnrss-normalize-date): New function converts ISO 8601 date into
10332         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10333         (nnrss-check-group): Use it.
10334
10335 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10336
10337         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
10338
10339         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
10340         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
10341         (nnrss-insert-w3): Ditto.
10342
10343 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
10346         the articles to be forwarded including the case where neither a
10347         number of articles nor a region is specified.
10348
10349 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10350
10351         * nnrss.el (nnrss-request-article): Fix last change; fill
10352         text/plain parts.
10353
10354 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10355
10356         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
10357         in text/plain part.
10358         (nnrss-check-group): Don't add excessive newline to dc:subject.
10359
10360 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
10361
10362         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
10363         article.
10364
10365 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10366
10367         * nnml.el: Don't require gnus-bcklg.  Autoload it.
10368         (nnml-use-compressed-files, nnml-save-mail): Support other
10369         comression programs such as bzip2.
10370
10371 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10372
10373         * dns.el (query-dns): Make sure we check the buffer size before
10374         removing tcp headers.
10375
10376 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
10379         remove MIME buttons associated with multipart/alternative parts.
10380         (gnus-mime-display-alternative): Tag buttons using `article-type'
10381         text property.
10382
10383         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
10384         associated with multipart/alternative parts.
10385
10386         * gnus-art.el (gnus-signature-separator): Fix custom type.
10387
10388         * mm-decode.el (mm-inlined-types): Fix custom type.
10389         (mm-keep-viewer-alive-types): Ditto.
10390         (mm-automatic-display): Ditto.
10391         (mm-attachment-override-types): Ditto.
10392         (mm-inline-override-types): Ditto.
10393         (mm-automatic-external-display): Ditto.
10394
10395 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10396
10397         * spam-report.el (spam-report-user-mail-address)
10398         (spam-report-user-agent): New variables.
10399         (spam-report-url-ping-plain): Use spam-report-user-agent.
10400
10401 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
10402
10403         * gnus-art.el (gnus-button-handle-custom): Do not just use
10404         `customize-apropos' for any "M-x customize-*" button but the
10405         function called for.  Accept both the function name and its
10406         argument in order to achieve this.
10407         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
10408         function name to `gnus-button-handle-custom' in case of "M-x
10409         customize-*" buttons.
10410
10411 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10412
10413         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
10414         multipart/alternative and add xref to mm-discouraged-alternatives
10415         in doc string.
10416
10417         * mm-decode.el (mm-discouraged-alternatives): Add xref to
10418         gnus-buttonized-mime-types in doc string.
10419
10420 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
10423         Suggest image/.* in the doc string.
10424
10425 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10426
10427         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
10428         message-marks (Debian bug #342521).
10429
10430 2005-12-12  Simon Josefsson  <jas@extundo.com>
10431
10432         * password.el (password-read-from-cache): Add.
10433         (password-read): Use it.
10434
10435 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10436
10437         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
10438         us-ascii as a MIME charset.
10439
10440         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
10441         against the case where the 2nd arg TYPE is nil.
10442
10443 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10444
10445         * pop3.el (pop3-stream-type): Fix custom version.
10446
10447         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
10448
10449 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10450
10451         * mm-decode.el (mm-display-external): Add missing cdr.
10452
10453 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10454
10455         * mm-decode.el (mm-display-external): Use nametemplate (defined in
10456         RFC1524) if it is in mailcap or add a suffix according to
10457         mailcap-mime-extensions when generating a temp filename; postpone
10458         deleting a temp file for 2 seconds for some wrappers, shell
10459         scripts, and so on, which might exit right after having started a
10460         viewer command as a background job.
10461
10462 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10463
10464         * nntp.el (nntp-marks-directory): Fix custom group.
10465
10466         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
10467         steps when < 10.
10468
10469         * gnus-start.el (gnus-no-server-1): Mention
10470         `gnus-level-default-subscribed' in doc string.
10471
10472 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10473
10474         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
10475         parens.
10476
10477 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * gnus-xmas.el (gnus-use-toolbar): Revert.
10480         (gnus-xmas-setup-toolbar): Use global default-toolbar if
10481         gnus-use-toolbar is default.
10482
10483         * messagexmas.el (message-use-toolbar): Revert.
10484         (message-setup-toolbar): Use global default-toolbar if
10485         message-use-toolbar is default.
10486
10487 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
10490         according to default-toolbar-visible-p.
10491
10492         * messagexmas.el (message-use-toolbar): Ditto.
10493
10494 2005-11-26  Dave Love  <fx@gnu.org>
10495
10496         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
10497         (tls-program, tls-success): Provide openssl alternative.
10498
10499         * starttls.el: Doc fixes.
10500         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
10501         SERVICE to PORT.
10502
10503         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
10504         port null or service name.
10505         (starttls-negotiate): Autoload.
10506
10507 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * message.el (message-kill-to-signature): Fix interactive spec.
10510
10511 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10512
10513         * pop3.el (pop3-open-server): Recognize a string as a service name.
10514
10515 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
10516
10517         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
10518
10519 2005-11-23  Dave Love  <fx@gnu.org>
10520
10521         Add pop3s, pop3/starttls.
10522
10523         * pop3.el (pop3-authentication-scheme): Clarify doc.
10524         (open-tls-stream, starttls-open-stream): Autoload.
10525         (pop3-stream-type): New.
10526         (pop3-open-server): Use it.
10527
10528         * mail-source.el (mail-sources): Fix some :types.  Add stream type
10529         for POP.
10530         (mail-source-keyword-map): Add :stream for POP.
10531         (mail-source-fetch-pop): Use pop3-stream-type.
10532
10533 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
10536         of current-time-string.
10537
10538 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
10539
10540         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
10541         date header.
10542
10543 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10544
10545         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
10546         it can seriously impact performance as it bypasses the agent's
10547         local caches.
10548
10549 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
10550
10551         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
10552         must be explicitly online rather than "not explicitly offline" for
10553         its flags to be synchronized.
10554
10555         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
10556         that gnus-uu-unmark-thread will function correctly.
10557
10558         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
10559         1024K is instead displayed as 1M.
10560
10561 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
10564
10565 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
10566
10567         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
10568
10569 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
10570
10571         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
10572         error message to display actual error condition.
10573         (gnus-agent-save-local): Avoid saving symbols that are bound to
10574         nil as they simply result in a warning message in
10575         gnus-agent-read-local.
10576
10577 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10578
10579         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
10580         rather than make-variable-buffer-local for file-precious-flag.
10581
10582 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10583
10584         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
10585         for duplicates which are removed.  The invalid sort check then
10586         triggers a rescan after the sort as sorting may have moved
10587         duplicate entries such that they can be cheaply detected.
10588
10589 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
10592
10593 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
10594
10595         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
10596         internal variable to a custom variable.  Changed default value
10597         from compressed(2) to uncompressed(1).
10598         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
10599         support for uncompressed agentview files.  Taken together, reading
10600         the agentview file should now be 6-7 times faster.
10601
10602 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
10603
10604         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
10605         as a buffer-local variable.  This avoids creating truncated
10606         dribble files as a result of a hang up, eg.
10607
10608 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
10609
10610         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
10611         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
10612         XEmacs.
10613
10614 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
10615
10616         * gnus-start.el (gnus-start-draft-setup): Enforce
10617         `gnus-draft-mode' for nndraft:drafts at startup.
10618
10619         * gnus.el (gnus-splash): Change custom group.
10620         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
10621         allow-list argument.
10622
10623         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
10624         string.
10625
10626 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
10627
10628         * gnus-art.el (gnus-default-article-saver): Add user-defined
10629         `function' to custom type.
10630
10631 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10632
10633         * imap.el (imap-open): Handle case where buffer is a buffer
10634         object.
10635
10636 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
10637
10638         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
10639         long lines.
10640         (gnus-cache-delete-group): Wrap doc strings.
10641
10642         * gnus-agent.el (gnus-agent-rename-group)
10643         (gnus-agent-delete-group): Wrap doc strings.
10644
10645 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10646
10647         * messagexmas.el (message-use-toolbar): Change the valid values
10648         into default, top, bottom, left, and right.
10649         (message-toolbar-thickness): New variable.
10650         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
10651         well.
10652         (message-setup-toolbar): Make it work.
10653
10654         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
10655         (gnus-use-toolbar): Change the valid values into default, top,
10656         bottom, left, and right.
10657         (gnus-toolbar-thickness): New variable.
10658         (gnus-xmas-setup-toolbar): New function.
10659         (gnus-xmas-setup-group-toolbar): Use it.
10660         (gnus-xmas-setup-summary-toolbar): Use it.
10661
10662 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10663
10664         * gnus-start.el (gnus-1): Add "native" to
10665         gnus-predefined-server-alist.
10666
10667         * gnus.el (gnus-method-to-server): Don't add "native" to the
10668         lists here, because that leads to problems when
10669         gnus-select-method is bound.
10670
10671 2005-11-09  Simon Josefsson  <jas@extundo.com>
10672
10673         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
10674         use (not sort-by-date) instead.
10675
10676 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10677
10678         * gnus-delay.el (gnus-delay-group): Don't autoload.
10679         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
10680         to be re-loaded when customizing the `gnus-delay' group.
10681
10682 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
10683
10684         * message.el: Revert last changes.
10685         (message-insert-citation-line): Use newlines.
10686
10687 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
10688
10689         * message.el (message-courtesy-message)
10690         (message-mark-insert-begin, message-mark-insert-end)
10691         (message-elide-ellipsis, message-cancel-message)
10692         (message-add-header, message-change-subject)
10693         (message-cross-post-followup-to-header)
10694         (message-cross-post-insert-note, message-reduce-to-to-cc)
10695         (message-widen-reply, message-delete-not-region)
10696         (message-kill-to-signature, message-insert-signature)
10697         (message-insert-importance-high, message-insert-importance-low)
10698         (message-insert-or-toggle-importance)
10699         (message-insert-disposition-notification-to)
10700         (message-indent-citation, message-yank-original)
10701         (message-cite-original-without-signature, message-cite-original)
10702         (message-insert-citation-line, message-position-on-field)
10703         (message-fix-before-sending, message-send-mail-partially)
10704         (message-send-mail, message-send-mail-with-sendmail)
10705         (message-send-mail-with-qmail, message-send-news)
10706         (message-check-news-header-syntax, message-generate-headers)
10707         (message-insert-courtesy-copy, message-fill-address)
10708         (message-fill-header, message-shorten-references)
10709         (message-setup-1, message-cancel-news)
10710         (message-forward-make-body-plain, message-forward-make-body-mime)
10711         (message-forward-make-body-mml, message-encode-message-body)
10712         (message-forward-make-body-digest-plain)
10713         (message-forward-make-body-digest-mime)
10714         (message-use-alternative-email-as-from): Insert `hard-newline'
10715         instead of ordinary newlines.
10716
10717 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10718
10719         * message.el (message-generate-headers): Downcase the argument
10720         given to message-check-element.
10721
10722 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
10723
10724         * nntp.el (nntp-authinfo-rejected): New error condition.
10725         (nntp-wait-for): Use new error condition to signal authentication
10726         error.
10727         (nntp-retrieve-data): Rethrow new error condition to break out of
10728         recursive call to nntp-send-authinfo.
10729
10730 2005-11-08  Romain Francoise  <romain@orebokech.com>
10731
10732         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
10733         (gnus-summary-exit-map): Bind to `Z p'.
10734         (gnus-summary-make-menu-bar): Add menu item.
10735
10736 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * gnus-art.el (gnus-article-treat-custom): Add `first'.
10739         (gnus-treat-*): Add `first' in all doc strings.
10740
10741         * gnus-group.el (gnus-group-compact-group): Fix typo.
10742
10743 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus.el (gnus-parameters-case-fold-search): New variable.
10746         (gnus-parameters-get-parameter): Use it.
10747
10748         * gnus-score.el (gnus-home-score-file): Doc fix.
10749
10750 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
10751
10752         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
10753
10754 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10755
10756         * mm-util.el (mm-special-display-p): New function.
10757
10758         * mml.el (mml-preview): Use it; doc fix.
10759
10760 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
10761
10762         * imap.el (imap-open): Handle case where buffer is a buffer object.
10763
10764 2005-10-29  Romain Francoise  <romain@orebokech.com>
10765
10766         * message.el (message-fix-before-sending): Fix comment.
10767
10768 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10769
10770         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
10771
10772 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
10773
10774         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
10775         Used in gnus-score.el.
10776
10777 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10778
10779         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
10780
10781 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
10782
10783         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
10784         whitespace removed in revision 7.8.  Use concatenated string to
10785         protect trailing whitespace.
10786
10787 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
10788
10789         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
10790         (nnimap-request-expire-articles): Use it to avoid sending 'UID
10791         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
10792         Courier IMAP ("some version from 2004").  Mostly based on similar
10793         code in the same function.
10794
10795 2005-10-26  Didier Verna  <didier@xemacs.org>
10796
10797         * gnus-group.el (gnus-group-compact-group): Invalidate original
10798         article buffer.
10799         * gnus-srvr.el (gnus-server-compact-server): Ditto.
10800         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
10801         NOV database and in article itself.
10802         Invalidate article backlog.
10803
10804 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10805
10806         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
10807
10808 2005-10-26  Simon Josefsson  <jas@extundo.com>
10809
10810         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
10811         part of 2004-07-25 change.
10812
10813 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * message.el (message-display-completion-list): New function.
10816         (message-expand-group): Use it; make sure the Completions buffer
10817         is modifiable.
10818 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
10819
10820         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
10821         user-mail-name is an empty string.
10822
10823 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
10824
10825         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
10826         depending on gnus-score-decay-constant.
10827
10828         * encrypt.el (encrypt-insert-file-contents)
10829         (encrypt-write-file-contents): Don't use `gnus-message'.
10830
10831         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
10832         arguments.
10833         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
10834         arguments to mm-uu-verbatim-marks-extract.
10835         (mm-uu-hide-markers): New variable.
10836         (mm-uu-extract): Use face similar to `gnus-cite-3'.
10837
10838         * gnus-fun.el (gnus-convert-image-to-x-face-command)
10839         (gnus-convert-image-to-face-command): Use "convert" by default to
10840         allow other input image formats.
10841         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
10842         accordingly.
10843
10844 2005-10-23  Simon Josefsson  <jas@extundo.com>
10845
10846         * imap.el (imap-gssapi-program): Align command line parameters
10847         with latest GNU SASL.
10848         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
10849
10850 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10851
10852         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
10853         HTML.
10854         (nnslashdot-request-article): Ditto.
10855
10856         * lpath.el (featurep): Add nobreak-char-display.
10857
10858 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
10859
10860         * mail-source.el (mail-source-fetch-pop): Require pop3.
10861         (mail-source-check-pop): Ditto.
10862
10863 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
10866         errors.
10867
10868 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10869
10870         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
10871         (gnus-treat-strip-leading-blank-lines): Improve doc string.
10872
10873         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
10874
10875         * mm-bodies.el (mm-decode-string): Call
10876         `mm-charset-to-coding-system' with allow-override argument.
10877
10878 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10879
10880         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
10881         (rfc2047-charset-to-coding-system): New function.
10882         (rfc2047-decode-encoded-words): New function.
10883         (rfc2047-decode-region): Use them.
10884         (rfc2047-decode-cte): Remove.
10885         (rfc2047-parse-and-decode): Remove.
10886         (rfc2047-decode): Remove.
10887
10888 2005-10-15  Kenichi Handa  <handa@m17n.org>
10889
10890         * rfc2047.el (rfc2047-decode-cte): New function.
10891         (rfc2047-decode-region): Change the way to decode successive
10892         encoded-words: decode B- or Q-encoding in each encoded-word,
10893         concatenate them, and decode it as charset.
10894
10895 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10896
10897         * lpath.el: Fbind codepage-setup for XEmacs.
10898
10899 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10900
10901         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
10902         widget-move-and-invoke.
10903         (gnus-custom-mode): Use gnus-custom-map.
10904
10905 2005-10-15  Bill Wohler  <wohler@newt.com>
10906
10907         * message.el (message-tool-bar-map): Renamed image file from
10908         mail_send to mail/send.
10909
10910 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10911
10912         * message.el (message-expand-group): Pass the common
10913         prefix substring of completion to `display-completion-list'.
10914
10915 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
10916
10917         * mml-sec.el (mml-secure-method): New internal variable.
10918         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
10919         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
10920         functions using mml-secure-method.
10921
10922         * mml.el (mml-mode-map): Add key bindings for those functions.
10923         (mml-menu): Simplify security menu entries.  Suggested by Jesper
10924         Harder <harder@myrealbox.com>.
10925         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
10926         end of message if point is the headers of the message.
10927
10928         * message.el (message-in-body-p): New function.
10929
10930         * assistant.el: Autoload gnus-util and netrc.
10931
10932         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
10933         Use `mm-charset-override-alist' only when decoding.
10934
10935         * mm-bodies.el (mm-decode-body): Call
10936         `mm-charset-to-coding-system' with allow-override argument.
10937
10938         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
10939         `filename' from Content-Disposition if Content-Type doesn't
10940         provide `name'.
10941         (gnus-mime-view-part-as-type): Set default instead of
10942         initial-input.
10943
10944 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10945
10946         * format-spec.el (format-spec): Propagate text properties of % spec.
10947
10948 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10949
10950         * gnus-art.el (gnus-treat-predicate): Add `first'.
10951
10952 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
10953
10954         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
10955         (mm-charset-override-alist): New variable.
10956         (mm-charset-to-coding-system): Use it.
10957         (mm-codepage-setup): New helper function.
10958         (mm-charset-eval-alist): New variable.
10959         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
10960         about unknown charsets.
10961
10962         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
10963
10964 2005-10-04  David Hansen  <david.hansen@gmx.net>
10965
10966         * nnrss.el (nnrss-request-article): Add support for the comments tag.
10967         (nnrss-check-group): Ditto.
10968
10969 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10970
10971         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
10972         Rename x-gnus-verbatim to x-verbatim.
10973         (mm-uu-type-alist): Fix regexp for verbatim-marks.
10974
10975         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
10976         x-verbatim.
10977
10978         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
10979
10980         * gnus-util.el (gnus-remove-duplicates): Remove.
10981
10982         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
10983         instead of gnus-remove-duplicates.
10984
10985         * message.el (message-remove-duplicates): Remove.
10986         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
10987         message-remove-duplicates.
10988
10989         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
10990         available, else use implementation from `delete-dups'.
10991
10992         * message.el (message-insert-expires): New function.
10993         (message-mode-map): Add key binding.
10994         (message-mode-field-menu): Add menu entry.
10995         (message-mode): Document it.
10996         (message-make-expires-date): Use `message-make-date'.
10997
10998 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
10999
11000         * message.el (message-make-expires-date): New function.
11001
11002 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11003
11004         * Makefile.in (list-installed-shadows): New entry.
11005         (install): Use it.
11006         (remove-installed-shadows): New entry.
11007
11008         * dgnushack.el (dgnushack-default-load-path): New variable.
11009         (dgnushack-find-lisp-shadows): New function.
11010         (dgnushack-remove-lisp-shadows): New function.
11011
11012 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11013
11014         * Makefile.in (install-el-elc): New entry.
11015         (install): Use it so that .el files are necessarily installed.
11016
11017 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11018
11019         * time-date.el: Autoload parse-time-string, XEmacs needs it.
11020
11021 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11022
11023         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
11024         function rather than the diff-mode.el package.
11025         (mm-display-external): Use with-current-buffer.
11026         (mm-viewer-completion-map, mm-viewer-completion-map):
11027         Move initialization inside declaration.
11028
11029 2005-09-29  Simon Josefsson  <jas@extundo.com>
11030
11031         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
11032         autoload mail-check-payment.
11033         (spam-check-hashcash): Define unconditionally, since hashcash.el
11034         is part of Gnus now.  Ignore errors from payment checking.
11035
11036 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * message.el (message-bold-region, message-unbold-region): Rename
11039         from `bold-region' and `unbold-region'.
11040
11041         * message.el: Remove useless autoloads.
11042
11043 2005-09-28  Simon Josefsson  <jas@extundo.com>
11044
11045         * message.el (message-use-idna): Default to t.
11046         (message-use-idna): Test whether encoding works too.  Doc fix.
11047
11048 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11049
11050         * nntp.el (nntp-warn-about-losing-connection): Remove.
11051
11052 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
11055         customizable.  Change default value.
11056         (mm-uu-diff-groups-regexp): Change default value.
11057         (mm-uu-type-alist): Add doc string.
11058         (mm-uu-configure): Add doc string.  Make it interactive.
11059         (mm-uu-tex-groups-regexp): New variable.
11060         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
11061         (mm-uu-type-alist): Add LaTeX documents.
11062         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
11063         of "text/verbatim".
11064         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
11065
11066         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
11067         instead of "text/verbatim".
11068
11069         * message.el (message-mark-inserted-region)
11070         (message-mark-insert-file): Use slrn style marks when called with
11071         prefix argument.
11072
11073 2005-09-27  Simon Josefsson  <jas@extundo.com>
11074
11075         * message.el (message-idna-to-ascii-rhs-1): Reformat.
11076
11077 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
11078
11079         * message.el (message-remove-duplicates): New function.
11080         Implementation borrowed from `gnus-remove-duplicates'.
11081         (message-idna-to-ascii-rhs): Also encode idna addresses in
11082         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11083         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
11084         only ask about the same idna domain once per header and also tell
11085         in what header to replace the idna domain.
11086
11087         * gnus-art.el (article-decode-idna-rhs): Also decode idna
11088         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
11089         (article-decode-idna-rhs): Fix regexp so that all idna-address in
11090         a header is decoded and not just the last one.
11091
11092 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
11095         has been decoded.
11096
11097         * mm-decode.el (mm-automatic-display): Add text/verbatim.
11098         (mm-insert-part): Don't modify text if it has been decoded.
11099
11100         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
11101         decoded.
11102
11103         * mm-view.el (mm-inline-text): Don't strip text props unless
11104         decoding enriched or richtext parts.
11105
11106 2005-09-25  Romain Francoise  <romain@orebokech.com>
11107
11108         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
11109         * gnus-start.el (gnus-subscribe-interactively):
11110         * gnus-uu.el (gnus-uu-grab-articles):
11111         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
11112         space.
11113
11114 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11115
11116         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
11117         * mm-view.el (mm-view-pkcs7-decrypt):
11118         * gnus-sum.el (gnus-summary-limit-to-extra)
11119         (gnus-summary-respool-article, gnus-read-move-group-name):
11120         * gnus-score.el (gnus-summary-increase-score):
11121         * gnus-util.el (gnus-completing-read-with-default):
11122         * gnus-art.el (gnus-read-save-file-name)
11123         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
11124         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
11125         * message.el (message-check-news-header-syntax):
11126         Follow convention for reading with the minibuffer.
11127
11128 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * spam-report.el (spam-report-url-ping-plain):
11131         Use gnus-extended-version as User-Agent.
11132
11133         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
11134         default value is nil.
11135
11136         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
11137         (mm-uu-verbatim-marks-extract): New function.
11138         (mm-uu-extract): New face.
11139         (mm-uu-copy-to-buffer): Use it.
11140
11141         * spam-report.el (spam-report-gmane-ham): Renamed from
11142         `spam-report-gmane-unspam'.
11143         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
11144         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
11145
11146         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
11147         Autoload.
11148         (spam-report-gmane-unregister-routine): Renamed
11149         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
11150
11151 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
11152
11153         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
11154         (spam-report-gmane-unregister-routine): Add support for gmane
11155         unregistration.
11156
11157         * spam-report.el (spam-report-gmane-unspam)
11158         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
11159         (spam-report-gmane): Change to take a single article and do unspam
11160         registration.
11161
11162 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * mm-url.el (mm-url-decode-entities): Fix regexp.
11165
11166 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11167
11168         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
11169         default to nil, to be able to use Gnus at all.  If the default
11170         switches to something else, then the function should be fixed not
11171         be exceedingly slow.
11172
11173 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
11174
11175         * gnus-start.el (gnus-activate-group): If the server is nil, don't
11176         fail hard.
11177
11178         * spam-report.el: Add better Keywords line.
11179
11180         * spam.el: Add Maintainer and better Keywords line.
11181
11182 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * gnus-art.el (gnus-article-replace-part)
11185         (gnus-mime-replace-part): New functions.
11186         (gnus-mime-action-alist, gnus-mime-button-commands)
11187         (gnus-mime-save-part-and-strip): Added file argument.
11188         (gnus-article-part-wrapper): Added interactive argument.
11189
11190         * gnus-sum.el (gnus-summary-mime-map): Add
11191         `gnus-article-replace-part'.
11192
11193 2005-09-19  Didier Verna  <didier@xemacs.org>
11194
11195         The nnml compaction feature:
11196         * nnml.el (nnml-request-compact-group): New function.
11197         * nnml.el (nnml-request-compact): New function.
11198         * gnus-int.el (gnus-request-compact-group): New function.
11199         * gnus-int.el (gnus-request-compact): New function.
11200         * gnus-group.el (gnus-group-compact-group): New function.
11201         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
11202         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
11203         * gnus-srvr.el (gnus-server-compact-server): New function.
11204         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
11205         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
11206
11207 2005-09-18  Deepak Goel  <deego@gnufans.org>
11208
11209         * sieve.el (sieve-help): Fix `message' call: first arg should be a
11210         format spec.
11211
11212 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11213
11214         * gnus.el (gnus-group-startup-message): Bind image-load-path.
11215
11216 2005-09-15  Romain Francoise  <romain@orebokech.com>
11217
11218         * message.el (message-fill-paragraph): Clarify docstring.
11219
11220 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-art.el (gnus-mime-display-part): Protect against broken
11223         MIME messages.
11224
11225 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
11228         before parsing header.
11229
11230 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
11231
11232         * html2text.el (html2text-replace-list): Add new entities.
11233
11234 2005-09-11  Romain Francoise  <romain@orebokech.com>
11235
11236         * message.el (message-alternative-emails): Improve docstring.
11237         (message-setup-1): Call `message-use-alternative-email-as-from'
11238         after `message-setup-hook' to give it precedence over posting
11239         styles, etc.
11240         (message-use-alternative-email-as-from): Add docstring.  Remove
11241         the original From header if present.
11242
11243         * nnml.el (nnml-compressed-files-size-threshold): New variable.
11244         (nnml-save-mail): Use it.
11245
11246         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
11247         articles.  Add new argument `silent'.
11248         (gnus-uu-mark-all): Report the total number of marked articles.
11249
11250 2005-09-10  Romain Francoise  <romain@orebokech.com>
11251
11252         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
11253         (gnus-uu-mark-series): Likewise.
11254
11255 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
11256
11257         * spam-report.el (spam-report-gmane): Fix generation of spam
11258         report URL.
11259
11260 2005-09-10  Simon Josefsson  <jas@extundo.com>
11261
11262         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
11263         t, based on discussion on the ding list with Robert Epprecht
11264         <epprecht@solnet.ch>.
11265
11266 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * spam-report.el (spam-report-gmane): Make it work without
11269         X-Report-Spam header.  Gmane now only provides Archived-At.
11270         This is only used if `spam-report-gmane-use-article-number' is nil.
11271         (spam-report-gmane-spam-header): Remove.  Not used anymore.
11272
11273         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
11274         make `gnus-summary-sort-by-recipient' work with threading.
11275
11276         * nnweb.el (nnweb-google-wash-article): Print a message if article
11277         is not available.
11278
11279 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11280
11281         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
11282         change.  Decode text/* parts content before displaying.
11283
11284 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11285
11286         * mml-smime.el: Remove defvar of gnus-extract-address-components.
11287
11288 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11289
11290         * mm-view.el (mm-display-inline-fontify): Disable support modes.
11291
11292         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
11293         url-package-name, url-package-version,
11294         w3m-cid-retrieve-function-alist, w3m-current-buffer,
11295         w3m-display-inline-images, and w3m-minor-mode-map.
11296
11297 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * message.el (message-tab-body-function): Fix mismatched custom type.
11300
11301         * gnus.el (gnus-group-change-level-function): Ditto.
11302
11303         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
11304
11305         * gnus-art.el (gnus-signature-limit)
11306         (gnus-article-mime-part-function): Ditto.
11307
11308 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * mml.el (mml-mode): Silence the byte compiler.
11311
11312         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
11313         using `(sit-for 0)' before moving the point to the specified part;
11314         skip unbuttonized parts.
11315         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
11316         return to the summary window if gnus-auto-select-part is non-nil.
11317
11318 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
11321         variables.
11322         (mml-dnd-attach-file, mml-mode): Use them.
11323
11324         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
11325         Make fetching article by MID work again for Google Groups.  Added
11326         FIXME concerning gnus-group-make-web-group.
11327
11328         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
11329         Don't depend on Gnus by using mail-extract-address-components if
11330         gnus-extract-address-components is not bound.
11331
11332 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11333
11334         * gnus-art.el (gnus-mime-display-security): Don't display the
11335         signature, but only the signed part.
11336
11337 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11338
11339         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
11340
11341         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
11342         list, not listp.
11343
11344 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
11345
11346         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
11347         when encoding.
11348
11349         * mm-bodies.el (mm-decode-content-transfer-encoding):
11350         De-canonicalize CRLF for all text content types, not just
11351         text/plain.
11352
11353 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11354
11355         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
11356         valid article; point arrow and cursor at the MIME button.
11357
11358 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
11361         Suggested by Dan Christensen <jdc@uwo.ca>.
11362
11363         * mm-decode.el (mm-save-part): Enable change of prompt.
11364
11365 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
11366
11367         * gnus-msg.el (gnus-inews-add-send-actions): Made
11368         `message-post-method' lambda parameter ARG `&optional'.
11369
11370 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11371
11372         * gnus-sum.el (gnus-summary-mime-map): Added
11373         gnus-article-save-part-and-strip, gnus-article-delete-part and
11374         gnus-article-jump-to-part.
11375
11376         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
11377         (gnus-article-edit-part): Use it.
11378         (gnus-article-part-wrapper): Added no-handle argument.
11379         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
11380         functions.
11381
11382 2005-08-29  Romain Francoise  <romain@orebokech.com>
11383
11384         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11385         docstring.
11386         (gnus-face-from-file): Likewise.
11387
11388 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
11389
11390         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
11391         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
11392         non-nil.
11393         (gnus-auto-select-part): New variable.
11394         (gnus-article-jump-to-part): New function.
11395         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
11396         (gnus-mime-delete-part): Allow selecting specified part after
11397         deleting or stripping parts.
11398         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
11399         part if argument is bogus.
11400
11401 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11402
11403         * gnus-art.el (w3m-minor-mode-map):
11404         * gnus-spec.el (gnus-newsrc-file-version):
11405         * gnus-util.el (nnmail-active-file-coding-system)
11406         (gnus-original-article-buffer, gnus-user-agent):
11407         * gnus.el (gnus-ham-process-destinations)
11408         (gnus-parameter-ham-marks-alist)
11409         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
11410         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
11411         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
11412         * mm-decode.el (gnus-current-window-configuration):
11413         * mm-extern.el (gnus-article-mime-handles):
11414         * mm-url.el (url-current-object, url-package-name)
11415         (url-package-version):
11416         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
11417         (smime-keys, w3m-cid-retrieve-function-alist)
11418         (w3m-current-buffer, w3m-display-inline-images)
11419         (w3m-minor-mode-map):
11420         * mml-smime.el (gnus-extract-address-components):
11421         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
11422         (gnus-newsrc-hashtb, message-default-charset)
11423         (message-deletable-headers, message-options)
11424         (message-posting-charset, message-required-mail-headers)
11425         (message-required-news-headers):
11426         * mml1991.el (mc-pgp-always-sign):
11427         * mml2015.el (mc-pgp-always-sign):
11428         * nnheader.el (nnmail-extra-headers):
11429         * rfc1843.el (gnus-decode-encoded-word-function)
11430         (gnus-decode-header-function, gnus-newsgroup-name):
11431         * spam-stat.el (gnus-original-article-buffer): Add defvars.
11432
11433 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
11434
11435         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
11436         the end of the date treatments.
11437
11438 2005-08-15  Simon Josefsson  <jas@extundo.com>
11439
11440         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
11441         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
11442         Capello and Romain Francoise.
11443         (pgg-fetch-key-function): Removed, not used?
11444         (pgg-insert-url-with-w3): Require url, to get
11445         url-insert-file-contents regardless of where it is defined.
11446
11447 2005-08-13  Romain Francoise  <romain@orebokech.com>
11448
11449         * message.el (message-cite-original-1): New function.
11450         (message-cite-original): Use it.
11451         (message-cite-original-without-signature): Ditto.
11452
11453 2005-08-08  Romain Francoise  <romain@orebokech.com>
11454
11455         * message.el (message-yank-empty-prefix): New variable.
11456         (message-indent-citation): Use it.
11457         (message-cite-original-without-signature): Respect X-No-Archive.
11458
11459 2005-08-08  Simon Josefsson  <jas@extundo.com>
11460
11461         * pgg.el: Autoload url-insert-file-contents instead of loading
11462         w3/url.
11463         (pgg-insert-url-with-w3): Don't load url here.
11464
11465 2005-08-07  Jesper Harder  <harder@phys.au.dk>
11466
11467         * message.el (message-kill-to-signature): Don't insert newline at
11468         bol.
11469         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
11470
11471 2005-08-06  Romain Francoise  <romain@orebokech.com>
11472
11473         * message.el (message-user-fqdn): Fix typo in docstring.
11474
11475 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
11476
11477         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
11478
11479         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
11480
11481 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11482
11483         * mm-bodies.el (mm-encode-body): Use coding system rather than
11484         charset to encode text.
11485
11486         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
11487         number of charsets if utf-8 is available (XEmacs).
11488
11489 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
11492         taken from `gnus-button-mid-or-mail-regexp'.
11493         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
11494         (gnus-button-alist): Improve regexp for domain part of the MIDs
11495         for news:localpart@domain buttons.
11496         (gnus-button-ctan-directory-regexp): Update.
11497
11498 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * sieve-manage.el (sieve-manage-interactive-login): Use
11501         make-local-variable rather than make-variable-buffer-local.
11502         (sieve-manage-open): Ditto.
11503         (sieve-manage-authenticate): Ditto.
11504
11505         * mml.el (mml-generate-mime-1): Make the content type default to
11506         text/plain if the filename is not specified.
11507
11508 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11509
11510         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
11511         instead of insert-buffer.
11512
11513         * message.el (message-yank-original): Ditto; set the mark at the
11514         end of the yanked message.
11515
11516 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
11519         lines to scroll rather than to stop it.
11520
11521         * mml.el (mml-generate-default-type): Add doc string.
11522         (mml-generate-mime-1): Use mm-default-file-encoding or make it
11523         default to application/octet-stream when determining the content
11524         type if it is not specified for the part or the mml contents; add
11525         a comment about mml-generate-default-type.
11526
11527 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
11528
11529         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
11530         make it default to application/octet-stream when determining the
11531         content type if it is not specified for the external contents.
11532
11533 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * rfc2231.el (rfc2231-parse-string): Take care that not only a
11536         segmented parameter but also other parameters might be there.
11537
11538 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * mm-decode.el (mm-display-external): Delete temp file, directory
11541         and buffer immediately if the external process is exited.
11542
11543 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11544
11545         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
11546         fewer lines than that of scroll-margin.
11547         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
11548
11549 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * gnus-art.el (gnus-article-next-page): Revert.
11552         (gnus-article-beginning-of-window): New macro.
11553         (gnus-article-next-page-1): Use it.
11554         (gnus-article-prev-page): Ditto.
11555         (gnus-article-edit-part): Use insert-buffer-substring instead of
11556         insert-buffer.
11557         (gnus-article-edit-exit): Ditto.
11558
11559         * gnus-util.el (gnus-beginning-of-window): Remove.
11560         (gnus-end-of-window): Remove.
11561
11562         * lpath.el: Don't bind header-line-format and scroll-margin.
11563
11564 2005-07-25  Simon Josefsson  <jas@extundo.com>
11565
11566         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
11567         to have the url package without w3.  Reported by Daiki Ueno
11568         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
11569
11570 2005-07-20  Didier Verna  <didier@xemacs.org>
11571
11572         * gnus-diary.el: Remove the description comment (nndiary is now
11573         properly documented in the Gnus manual).
11574         Fix the spelling of "Back End".
11575         * nndiary.el: Ditto.
11576         Fix the copyright notice.
11577
11578 2005-07-18  Romain Francoise  <romain@orebokech.com>
11579
11580         * gnus-sum.el (gnus-summary-to-prefix)
11581         (gnus-summary-newsgroup-prefix): New variables.
11582         (gnus-summary-from-or-to-or-newsgroups): Use them.
11583
11584 2005-07-17  Romain Francoise  <romain@orebokech.com>
11585
11586         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
11587         space as it's generally not especially interesting to the user.
11588
11589 2005-07-16  Romain Francoise  <romain@orebokech.com>
11590
11591         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
11592         nil to avoid prompting and file modification if one of the
11593         messages at the top of the nnfolder file contains a copyright
11594         notice.
11595         Update copyright notice.
11596
11597         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
11598         instead of `current-time-string' as the latter creates a time
11599         string that is not RFC 2822 compliant (it lacks the zone).
11600         Update copyright notice.
11601
11602 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11603
11604         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
11605         for text/rtf.  Display default in prompt.  Pass default for M-n.
11606
11607         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
11608
11609 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11610
11611         * gnus-msg.el (gnus-button-mailto): Remove
11612         save-selected-window-window hackery because it relies on
11613         save-selected-window internals.
11614
11615 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11616
11617         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
11618         (gnus-article-next-page-1): Use gnus-beginning-of-window.
11619         (gnus-article-prev-page): Ditto.
11620
11621         * gnus-util.el (gnus-beginning-of-window): New function.
11622         (gnus-end-of-window): New function.
11623
11624         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
11625
11626 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
11627
11628         * gnus-score.el (gnus-score-edit-all-score): Set
11629         gnus-score-edit-exit-function to gnus-score-edit-done and call
11630         gnus-message.
11631
11632 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11633
11634         * gnus-msg.el (gnus-button-mailto): Remove
11635         save-selected-window-window hackery because it relies on
11636         save-selected-window internals.
11637
11638 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11639
11640         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
11641         add-minor-mode.
11642         (gnus-binary-mode): Ditto.
11643
11644         * gnus-topic.el (gnus-topic-mode): Ditto.
11645
11646 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
11647
11648         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
11649         (gnus-article-prev-page): Take scroll-margin into consideration.
11650
11651 2005-07-04  Lute Kamstra  <lute@gnu.org>
11652
11653         Update FSF's address in GPL notices.
11654
11655 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
11656
11657         * gnus.el (gnus-exit):
11658         * gnus-group.el (gnus-group-icons):
11659         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
11660
11661         * gnus-nocem.el (gnus-nocem):
11662         * message.el (message-various, message-buffers, message-sending)
11663         (message-interface, message-forwarding, message-insertion)
11664         (message-headers, message-news, message-mail):
11665         * pgg-gpg.el (pgg-gpg):
11666         * pgg-parse.el (pgg-parse):
11667         * pgg-pgp.el (pgg-pgp):
11668         * pgg-pgp5.el (pgg-pgp5):
11669         * pop3.el (pop3): Finish `defgroup' description with period.
11670
11671 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-art.el (article-display-face): Improve the efficiency.
11674         (article-display-x-face): Ditto; remove grey x-face stuff.
11675
11676 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11677
11678         * gnus-art.el (article-display-face): Correct the position in
11679         which Faces are inserted.
11680
11681 2005-06-29  Didier Verna  <didier@xemacs.org>
11682
11683         * gnus-art.el (article-display-face): Display faces in correct
11684         order.
11685
11686 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11687
11688         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
11689         (gnus-fill-real-hashtb): Use hash table instead of obarray.
11690         (gnus-nocem-check-article): Fetch the Type header.
11691         (gnus-nocem-message-wanted-p): Fix the way to examine types.
11692         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
11693         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
11694         make sure gnus-nocem-hashtb is initialized.
11695         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
11696         (gnus-nocem-unwanted-article-p): Ditto.
11697
11698         * pgg.el (pgg-verify): Return the verification result.
11699
11700 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11701
11702         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
11703         is ascii.
11704
11705 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11706
11707         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
11708         `show-nonbreak-escape'.
11709
11710 2005-06-23  Lute Kamstra  <lute@gnu.org>
11711
11712         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
11713
11714         * dig.el (dig-mode):
11715         * smime.el (smime-mode): Use gnus-run-mode-hooks.
11716
11717 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11718
11719         * nnimap.el (nnimap-split-download-body): Fix spellings.
11720
11721 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11722
11723         * gnus-art.el (gnus-article-encrypt-body):
11724         * gnus-cus.el (gnus-score-customize):
11725         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
11726         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
11727
11728 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
11729
11730         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
11731         header by looking for magic "MII" at the beginnig.
11732
11733 2005-06-16  Miles Bader  <miles@gnu.org>
11734
11735         * gnus-xmas.el (gnus-xmas-group-startup-message):
11736         Use renamed gnus-splash face.
11737
11738         * assistant.el (assistant-field): Remove "-face" suffix from face name.
11739         (assistant-field-face): New backward-compatibility alias for renamed
11740         face.
11741         (assistant-render-text): Use renamed assistant-field face.
11742
11743         * spam.el (spam): Remove "-face" suffix from face name.
11744         (spam-face): New backward-compatibility alias for renamed face.
11745         (spam-face, spam-initialize): Use renamed spam face.
11746
11747         * message.el (message-header-to, message-header-cc)
11748         (message-header-subject, message-header-newsgroups)
11749         (message-header-other, message-header-name)
11750         (message-header-xheader, message-separator, message-cited-text)
11751         (message-mml): Remove "-face" suffix from face names.
11752         (message-header-to-face, message-header-cc-face)
11753         (message-header-subject-face, message-header-newsgroups-face)
11754         (message-header-other-face, message-header-name-face)
11755         (message-header-xheader-face, message-separator-face)
11756         (message-cited-text-face, message-mml-face):
11757         New backward-compatibility aliases for renamed faces.
11758         (message-font-lock-keywords): Use renamed message faces.
11759
11760         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
11761         (sieve-test-commands, sieve-tagged-arguments):
11762         Remove "-face" suffix from face names.
11763         (sieve-control-commands-face, sieve-action-commands-face)
11764         (sieve-test-commands-face, sieve-tagged-arguments-face):
11765         New backward-compatibility aliases for renamed faces.
11766         (sieve-control-commands-face, sieve-action-commands-face)
11767         (sieve-test-commands-face, sieve-tagged-arguments-face):
11768         Use renamed sieve faces.
11769
11770         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
11771         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
11772         (gnus-group-news-3-empty, gnus-group-news-4)
11773         (gnus-group-news-4-empty, gnus-group-news-5)
11774         (gnus-group-news-5-empty, gnus-group-news-6)
11775         (gnus-group-news-6-empty, gnus-group-news-low)
11776         (gnus-group-news-low-empty, gnus-group-mail-1)
11777         (gnus-group-mail-1-empty, gnus-group-mail-2)
11778         (gnus-group-mail-2-empty, gnus-group-mail-3)
11779         (gnus-group-mail-3-empty, gnus-group-mail-low)
11780         (gnus-group-mail-low-empty, gnus-summary-selected)
11781         (gnus-summary-cancelled, gnus-summary-high-ticked)
11782         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
11783         (gnus-summary-high-ancient, gnus-summary-low-ancient)
11784         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
11785         (gnus-summary-low-undownloaded)
11786         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
11787         (gnus-summary-low-unread, gnus-summary-normal-unread)
11788         (gnus-summary-high-read, gnus-summary-low-read)
11789         (gnus-summary-normal-read, gnus-splash):
11790         Remove "-face" suffix from face names.
11791         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11792         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11793         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11794         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11795         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11796         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11797         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11798         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11799         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11800         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11801         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11802         (gnus-summary-selected-face, gnus-summary-cancelled-face)
11803         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11804         (gnus-summary-normal-ticked-face)
11805         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
11806         (gnus-summary-normal-ancient-face)
11807         (gnus-summary-high-undownloaded-face)
11808         (gnus-summary-low-undownloaded-face)
11809         (gnus-summary-normal-undownloaded-face)
11810         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11811         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11812         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11813         (gnus-splash-face):
11814         New backward-compatibility aliases for renamed faces.
11815         (gnus-group-startup-message): Use renamed gnus faces.
11816
11817         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
11818         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
11819         (gnus-server-agent): Remove "-face" suffix from face names.
11820         (gnus-server-agent-face, gnus-server-opened-face)
11821         (gnus-server-closed-face, gnus-server-denied-face)
11822         (gnus-server-offline-face):
11823         New backward-compatibility aliases for renamed faces.
11824         (gnus-server-agent-face, gnus-server-opened-face)
11825         (gnus-server-closed-face, gnus-server-denied-face)
11826         (gnus-server-offline-face): Use renamed gnus faces.
11827
11828         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
11829         Remove "-face" suffix from face names.
11830         (gnus-picon-xbm-face, gnus-picon-face):
11831         New backward-compatibility aliases for renamed faces.
11832
11833         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
11834         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
11835         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
11836         (gnus-cite-11): Remove "-face" suffix from face names.
11837         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
11838         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
11839         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
11840         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
11841         New backward-compatibility aliases for renamed faces.
11842         (gnus-cite-attribution-face, gnus-cite-face-list)
11843         (gnus-article-boring-faces): Use renamed gnus faces.
11844
11845         * gnus-art.el (gnus-signature, gnus-header-from)
11846         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
11847         (gnus-header-content): Remove "-face" suffix from face names.
11848         (gnus-signature-face, gnus-header-from-face)
11849         (gnus-header-subject-face, gnus-header-newsgroups-face)
11850         (gnus-header-name-face, gnus-header-content-face):
11851         New backward-compatibility aliases for renamed faces.
11852         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
11853
11854         * gnus-sum.el (gnus-summary-selected-face)
11855         (gnus-summary-highlight): Use renamed gnus faces.
11856         * gnus-group.el (gnus-group-highlight): Likewise.
11857
11858 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11859
11860         * gnus-sieve.el (gnus-sieve-article-add-rule):
11861         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
11862         * spam-stat.el (spam-stat-buffer-change-to-spam)
11863         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
11864
11865         * message.el (message-is-yours-p):
11866         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
11867
11868 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11869
11870         * mm-view.el (mm-inline-text): Withdraw the last change.
11871
11872 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
11875         executing enriched-decode.
11876
11877 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11878
11879         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
11880         charset of tar files.
11881
11882 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
11883
11884         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
11885
11886 2005-06-04  Lute Kamstra  <lute@gnu.org>
11887
11888         * nnfolder.el (nnfolder-read-folder): Make sure that undo
11889         information is never recorded.
11890
11891 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11892
11893         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
11894
11895 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * pop3.el (pop3-apop): Run md5 in the binary mode.
11898
11899         * starttls.el (starttls-set-process-query-on-exit-flag):
11900         Use eval-and-compile.
11901
11902 2005-05-31  Simon Josefsson  <jas@extundo.com>
11903
11904         * smime.el (smime-replace-in-string): Define.
11905         (smime-cert-by-ldap-1): Use it.
11906
11907 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * gnus-art.el (article-display-x-face): Replace
11910         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11911
11912         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
11913         set-process-query-on-exit-flag or process-kill-without-query.
11914
11915         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
11916         loop instead of replace-regexp.
11917
11918         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
11919         instead of process-kill-without-query if it is available.
11920
11921         * lpath.el: Fbind ldap-search-entries.
11922
11923         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
11924         instead of find-file-hooks if it is available.
11925
11926         * mml1991.el: Bind pgg-default-user-id when compiling.
11927
11928         * mml2015.el: Bind pgg-default-user-id when compiling.
11929
11930         * nndraft.el (nndraft-request-associate-buffer):
11931         Use write-contents-functions instead of write-contents-hooks if it is
11932         available.
11933
11934         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
11935         instead of find-file-hooks if it is available.
11936
11937         * nntp.el (nntp-open-connection): Replace
11938         process-kill-without-query by gnus-set-process-query-on-exit-flag.
11939         (nntp-open-ssl-stream): Ditto.
11940         (nntp-open-tls-stream): Ditto.
11941
11942         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
11943         set-process-query-on-exit-flag or process-kill-without-query.
11944         (starttls-open-stream-gnutls): Use it instead of
11945         process-kill-without-query.
11946         (starttls-open-stream): Ditto.
11947
11948 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
11949
11950         * smime.el (smime-cert-by-ldap-1): Don't use
11951         replace-regexp-in-string.
11952
11953 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
11954
11955         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
11956
11957         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
11958         in PEM format.  Adjust to the XEmacs compability.
11959
11960 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
11961
11962         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
11963         by `string-to-number'.
11964         * gnus-agent.el (gnus-agent-regenerate-group)
11965         (gnus-agent-fetch-articles): Ditto.
11966         * gnus-art.el (gnus-button-fetch-group): Ditto.
11967         * gnus-cache.el (gnus-cache-generate-active)
11968         (gnus-cache-articles-in-group): Ditto.
11969         * gnus-group.el (gnus-group-set-current-level)
11970         (gnus-group-insert-group-line): Ditto.
11971         * gnus-score.el (gnus-score-set-expunge-below)
11972         (gnus-score-set-mark-below, gnus-summary-score-effect)
11973         (gnus-summary-score-entry): Ditto.
11974         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
11975         (gnus-soup-pack): Ditto.
11976         * gnus-spec.el (gnus-xmas-format): Ditto.
11977         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
11978         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
11979         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
11980         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
11981         * nndb.el (nndb-get-remote-expire-response): Ditto.
11982         * nndiary.el (nndiary-parse-schedule-value)
11983         (nndiary-string-to-number, nndiary-request-replace-article)
11984         (nndiary-request-article): Ditto.
11985         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
11986         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
11987         * nneething.el (nneething-make-head): Ditto.
11988         * nnfolder.el (nnfolder-request-article)
11989         (nnfolder-retrieve-headers): Ditto.
11990         * nnheader.el (nnheader-file-to-number): Ditto.
11991         * nnkiboze.el (nnkiboze-request-article): Ditto.
11992         * nnmail.el (nnmail-process-unix-mail-format)
11993         (nnmail-process-babyl-mail-format): Ditto.
11994         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
11995         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
11996         (nnmh-request-create-group, nnmh-request-list-1)
11997         (nnmh-request-group, nnmh-request-article): Ditto.
11998         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
11999         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
12000         * nnsoup.el (nnsoup-make-active): Ditto.
12001         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
12002         * nntp.el (nntp-find-group-and-number)
12003         (nntp-retrieve-headers-with-xover): Ditto.
12004         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
12005         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
12006         (pgg-format-key-identifier): Ditto.
12007         * pop3.el (pop3-last, pop3-stat): Ditto.
12008         * qp.el (quoted-printable-decode-region): Ditto.
12009
12010         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
12011         of concat.
12012
12013 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
12016
12017         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
12018
12019         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
12020
12021         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
12022
12023         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
12024
12025         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
12026
12027         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
12028         (gnus-carpal-mode): Ditto.
12029
12030         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
12031         (gnus-browse-mode): Ditto.
12032
12033         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
12034
12035         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
12036
12037 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12038
12039         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
12040
12041 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12042
12043         * gnus-util.el (gnus-run-mode-hooks): New function.
12044
12045         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
12046
12047         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
12048         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
12049
12050 2005-05-27  Lute Kamstra  <lute@gnu.org>
12051
12052         * dns-mode.el (dns-mode): Specify customization group.
12053
12054 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12055
12056         * gnus-agent.el (gnus-agent-make-mode-line-string):
12057         Use mode-line-highlight as mouse-face.
12058
12059 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12060
12061         * canlock.el (canlock): Change the parent group to news.
12062
12063         * deuglify.el (gnus-outlook-deuglify): Add :group.
12064
12065         * dig.el (dig): Add :group.
12066
12067         * dns-mode.el (dns-mode): Add :group.
12068
12069         * encrypt.el (encrypt): Add :group.
12070
12071         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
12072         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
12073         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
12074         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
12075         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
12076
12077         * gnus-diary.el (gnus-diary): Add :group.
12078
12079         * gnus.el (gnus-group-news-1-face): Add :group.
12080         (gnus-group-news-1-empty-face): Ditto.
12081         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
12082         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
12083         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
12084         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
12085         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
12086         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
12087         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
12088         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
12089         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
12090         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
12091         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
12092         (gnus-summary-high-ticked-face): Ditto.
12093         (gnus-summary-low-ticked-face): Ditto.
12094         (gnus-summary-normal-ticked-face): Ditto.
12095         (gnus-summary-high-ancient-face): Ditto.
12096         (gnus-summary-low-ancient-face): Ditto.
12097         (gnus-summary-normal-ancient-face): Ditto.
12098         (gnus-summary-high-undownloaded-face): Ditto.
12099         (gnus-summary-low-undownloaded-face): Ditto.
12100         (gnus-summary-normal-undownloaded-face): Ditto.
12101         (gnus-summary-high-unread-face): Ditto.
12102         (gnus-summary-low-unread-face): Ditto.
12103         (gnus-summary-normal-unread-face): Ditto.
12104         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
12105         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
12106
12107         * hashcash.el (hashcash): New custom group.
12108         (hashcash-default-payment): Add :group.
12109         (hashcash-payment-alist): Ditto.
12110         (hashcash-default-accept-payment): Ditto.
12111         (hashcash-accept-resources): Ditto.
12112         (hashcash-path): Ditto.
12113         (hashcash-extra-generate-parameters): Ditto.
12114         (hashcash-double-spend-database): Ditto.
12115         (hashcash-in-news): Ditto.
12116
12117         * message.el (message-minibuffer-local-map): Add :group.
12118
12119         * netrc.el (netrc): Add :group.
12120
12121         * sieve-manage.el (sieve-manage-log): Add :group.
12122         (sieve-manage-default-user): Diito.
12123         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
12124         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
12125         (sieve-manage-authenticators): Ditto.
12126         (sieve-manage-authenticator-alist): Ditto.
12127         (sieve-manage-default-port): Ditto.
12128
12129         * sieve-mode.el (sieve-control-commands-face): Add :group.
12130         (sieve-action-commands-face): Ditto.
12131         (sieve-test-commands-face): Ditto.
12132         (sieve-tagged-arguments-face): Ditto.
12133
12134         * smime.el (smime): Add :group.
12135
12136         * spam-report.el (spam-report): Add :group.
12137
12138         * spam.el (spam, spam-face): Add :group.
12139
12140 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12141
12142         * nntp.el (nntp-next-result-arrived-p): Some news servers may
12143         return \n.\n.\n at the end of articles.  Protect against that.
12144         (nntp-with-open-group): Allow debugging.
12145
12146         * nnheader.el (mail-header-set-extra): Make into a function
12147         because I just could't understand how to quote the list properly.
12148
12149         * dns.el (query-dns-cached): New function.
12150
12151 2005-05-26  Lute Kamstra  <lute@gnu.org>
12152
12153         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
12154
12155 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12156
12157         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
12158
12159         * gnus-art.el: Don't autoload mail-extract-address-components.
12160
12161         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
12162         eval-and-compile to evaluate it.
12163
12164         * hashcash.el: Don't autoload executable-find.
12165
12166         * nndb.el: Don't declare the nndb back end two or more times; don't
12167         autoload news-reply-mode, news-setup, cancel-timer and telnet.
12168
12169         * nntp.el: Autoload format-spec instead of format; use
12170         eval-and-compile to evaluate autoload forms.
12171
12172 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
12173
12174         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
12175
12176 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12177
12178         * gnus.el (gnus-version-number): Bump version.
12179
12180 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12181
12182         * gnus.el: No Gnus v0.3 is released.
12183
12184 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12185
12186         * lpath.el (featurep): Bind show-nonbreak-escape.
12187
12188 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * gnus-art.el (gnus-article-edit-part): Disable undo.
12191
12192 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
12195         gnus-article-date-lapsed-new-header is t if date timer is active;
12196         skip headers in which the original date value is empty.
12197         (gnus-article-save-original-date): Redefine it as a macro.
12198         (gnus-display-mime): Use it.
12199
12200 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus-art.el (article-date-ut): Support converting date in
12203         forwarded parts as well.
12204         (gnus-article-save-original-date): New function.
12205         (gnus-display-mime): Use it.
12206
12207 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
12208
12209         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
12210         enclosure element of <item>.
12211
12212 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
12213
12214         * message.el (message-kill-buffer-query): Renamed from
12215         `message-kill-buffer-query-if-modified'.  Added :version.
12216
12217 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12218
12219         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
12220         window layout.
12221
12222 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * mml.el: Autoload dnd when compiling.
12225
12226 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
12229         x-dnd-*.
12230
12231 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12232
12233         * qp.el (quoted-printable-encode-region): Save excursion.
12234
12235 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
12236
12237         * message.el (message-kill-buffer-query-if-modified): Add new variable
12238         so the user can kill a modified message buffer quickly.
12239         (message-kill-buffer): Use it.
12240
12241 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * lpath.el: Fbind display-time-event-handler; don't fbind
12244         string-to-multibyte.
12245
12246         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
12247
12248 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
12251         contained in text because xml.el decodes entities) with LFs.
12252
12253 2005-04-11  Lute Kamstra  <lute@gnu.org>
12254
12255         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
12256         differently.
12257
12258 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12259
12260         * mm-util.el (mm-detect-coding-region): Typo.
12261
12262 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
12265
12266 2005-04-06  Deepak Goel  <deego@gnufans.org>
12267
12268         * spam-stat.el (spam-stat-score-buffer): Add a call to a
12269         user-function allow user modifications of the scores.
12270         (spam-stat-score-buffer-user): New function, to allow
12271         user-computed modifications to the score.
12272         (spam-stat-score-buffer-user-functions): List of additional
12273         scoring functions.
12274         (spam-stat-error-holder): Global temporary error holder.
12275         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
12276         variable.
12277
12278 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
12279
12280         * gnus-registry.el (gnus-registry-clean-empty-function)
12281         (gnus-registry-trim, gnus-registry-fetch-groups)
12282         (gnus-registry-delete-group): Groups that match
12283         `gnus-registry-ignored-groups' are removed from the registry
12284         entries, not just ignored for splitting.  This helps clean up the
12285         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
12286         to get all the groups a message ID is in.
12287
12288         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
12289         (spam-stat-split-fancy): Change "threshhold" to "threshold".
12290         (spam-stat-score-buffer-user-functions): Add :number custom type.
12291
12292 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
12295         argument in XEmacs.
12296
12297         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
12298         (nnrss-request-group): Decode group name first.
12299         (nnrss-request-article): Make a text/plain article if mml-to-mime
12300         failed.
12301         (nnrss-get-encoding): Return a compatible encoding according to
12302         nnrss-compatible-encoding-alist.
12303         (nnrss-find-el): Use consp instead of listp.
12304         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
12305
12306 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
12309         which Emacs 20 doesn't support.
12310         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
12311
12312 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
12315         silence the byte compiler inside the defun.
12316
12317         * gnus-demon.el (parse-time-string): Add autoload.
12318
12319         * gnus-delay.el (parse-time-string): Add autoload.
12320
12321         * gnus-art.el (parse-time-string): Add autoload.
12322
12323         * nnultimate.el (parse-time): Require for `parse-time-string'.
12324
12325 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12326
12327         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
12328
12329         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
12330
12331         * smime.el (smime-ldap-host-list): Add :version.
12332
12333 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
12336         pass it to `gnus-browse-read-group'.
12337         (gnus-browse-read-group): Add NUMBER argument and pass it to
12338         `gnus-group-read-ephemeral-group'.
12339
12340         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
12341         argument and pass it to `gnus-group-read-group'.
12342
12343 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
12344
12345         * mm-util.el (mm-xemacs-find-mime-charset): Only call
12346         mm-xemacs-find-mime-charset-1 if we have the mule feature
12347         available at runtime.
12348
12349 2005-03-25  Werner Lemberg  <wl@gnu.org>
12350
12351         * nnmaildir.el: Replace `illegal' with `invalid'.
12352
12353 2005-03-23  Lute Kamstra  <lute@gnu.org>
12354
12355         * time-date.el: Add comment on time value formats.
12356         Don't require parse-time.
12357         (with-decoded-time-value): New macro.
12358         (encode-time-value): New function.
12359         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
12360         (days-to-time): Return a valid time value when arg is huge.
12361         (time-since): Use time-subtract.
12362         (time-to-number-of-days): Use time-to-seconds.
12363
12364 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12365
12366         * gnus-start.el (gnus-display-time-event-handler):
12367         Check display-time-timer at runtime rather than only at load time
12368         in case display-time-mode is turned off in the mean time.
12369
12370 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12371
12372         * nnimap.el (nnimap-open-connection): Print which authinfo file is
12373         used.
12374
12375         * nneething.el (nneething-map-file-directory): Derive from
12376         `gnus-directory'.
12377
12378         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
12379         the To/Cc button.
12380
12381 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12382
12383         * nnmaildir.el (nnmaildir-request-accept-article):
12384         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
12385
12386 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12387
12388         * gnus-async.el: Require timer-funcs at compile time when in
12389         XEmacs for `run-with-idle-timer'.
12390
12391 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
12392
12393         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
12394         autoloaded function.
12395
12396 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12397
12398         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
12399
12400 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
12401
12402         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
12403
12404 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12405
12406         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
12407         gnus-expert-user to default.
12408
12409 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
12410
12411         * nnimap.el (nnimap-open-server): Ditto.
12412
12413         * imap.el (imap-authenticate): Fix typo.
12414
12415 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
12416
12417         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
12418         buffer (since IMAP server might return FETCH response out of
12419         order, and the nntp buffer must be sorted).
12420
12421 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
12422
12423         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
12424         comparison on string.
12425
12426         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
12427         (gnus-agent-score): Renamed category keywords to match gnus-cus.
12428         (gnus-agent-summary-fetch-series): Modified to protect against
12429         gnus-agent-summary-fetch-group clearing processable flags.
12430         (gnus-agent-synchronize-group-flags): Update live group buffer as
12431         synchronization may occur due to the user toggle the plugged
12432         status.
12433         (gnus-agent-fetch-group-1): Clear downloadable flag when article
12434         successfully downloaded.
12435         (gnus-agent-expire-group-1): Avoid using markers when the overview
12436         is in ascending order; greatly improves performance.
12437         (gnus-agent-regenerate-group): Use
12438         gnus-agent-synchronize-group-flags to reset read status in both
12439         gnus and server.
12440         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
12441
12442 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12443
12444         * message.el: Don't autoload former message-utils variables.
12445         (message-strip-subject-trailing-was): Change doc string.
12446
12447         * nnweb.el: Fixes for `gnus-group-make-web-group'.
12448         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
12449         (nnweb-google-search): Add "hl=en" here.
12450         (nnweb-google-parse-1, nnweb-google-create-mapping):
12451         Don't hardcode URL.
12452
12453 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12454
12455         * message.el (message-get-reply-headers, message-followup):
12456         Mention related variables `message-use-followup-to' and
12457         `message-use-mail-followup-to', in the information buffer.
12458
12459         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
12460         of broken groups(-beta).google.com.
12461
12462 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12463
12464         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
12465         parameter to invoked gnus-request-move-article; remove the
12466         redundant gnus-sum-hint-move-is-internal variable; apply the marks
12467         all at once instead of once per article.
12468         (gnus-summary-remove-process-mark): Accept a list of articles as
12469         well as a single article for processing.
12470
12471         * gnus-int.el (gnus-request-move-article): Add move-is-internal
12472         parameter.
12473
12474         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
12475
12476         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
12477
12478         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
12479         parameter.
12480
12481         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
12482         parameter.
12483
12484         * nnimap.el (nnimap-request-move-article): Add move-is-internal
12485         parameter and remove the gnus-sum-hint-move-is-internal variable.
12486
12487         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
12488         parameter.
12489
12490         * nndraft.el (nndraft-request-move-article): Add move-is-internal
12491         parameter.
12492
12493         * nndiary.el (nndiary-request-move-article): Add move-is-internal
12494         parameter.
12495
12496         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
12497
12498         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
12499         parameter.
12500
12501         * nnagent.el (nnagent-request-move-article): Add move-is-internal
12502         parameter.
12503
12504 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12505
12506         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
12507         a more conservative way.
12508
12509 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12510
12511         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
12512         buffer, so it moves the window's cursor.
12513
12514 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
12515
12516         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
12517         `mm-dissect-multipart' and receive the from field as an (optional)
12518         argument from `mm-dissect-multipart'.
12519         (mm-dissect-multipart): Receive the from field as an argument and
12520         pass it on when we call `mm-dissect-buffer' on MIME parts.
12521         Fixes verification/decryption of signed/encrypted MIME parts.
12522
12523 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
12524
12525         * gnus-sum.el (gnus-summary-move-article): Set
12526         gnus-sum-hint-move-is-internal for gnus-request-move-article and
12527         whatever it calls (right now, only nnimap-request-move article
12528         respects it).
12529
12530         * nnimap.el (nnimap-request-move-article): When
12531         gnus-sum-hint-move-is-internal is set, don't do the extra
12532         nnimap-request-article.
12533
12534 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12535
12536         * nnheader.el (nnheader-find-file-noselect): Add doc string.
12537
12538         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
12539         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
12540
12541         * gnus-sum.el (gnus-summary-caesar-message):
12542         Apply `gnus-treat-article' after rotation.
12543
12544         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
12545         doc string.
12546
12547 2005-02-22  Simon Josefsson  <jas@extundo.com>
12548
12549         * encrypt.el (encrypt-password-cache-expiry): Remove (use
12550         `password-cache-expiry' instead).  Reported by Arne Jørgensen
12551         <arne@arnested.dk>.
12552         (encrypt): Add password-cache and password-cache-expiry as group
12553         members.
12554
12555 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
12556
12557         * smime.el (smime-ldap-host-list): Doc fix.
12558         (smime-ask-passphrase): Use `password-read-and-add' to read (and
12559         cache) password.
12560         (smime-sign-region): Use it.
12561         (smime-decrypt-region): Use it.
12562         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
12563         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
12564         fails.
12565         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
12566         certificate from DER to PEM format rather than calling openssl.
12567
12568         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
12569
12570         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
12571         for signing/encryption.
12572
12573         * mml.el (mml-parse-1): Use them.
12574
12575 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
12576
12577         * nnrss.el (nnrss-verbose): Removed.
12578         (nnrss-request-group): Use `nnheader-message' instead.
12579
12580 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
12581
12582         * nnrss.el (nnrss-verbose): New variable.
12583         (nnrss-request-group): Make it say nnrss is requesting a group.
12584
12585 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12586
12587         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
12588         Handle news URL with given port correctly.
12589
12590 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12591
12592         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
12593         containing special characters.
12594
12595         * gnus-sum.el (gnus-summary-edit-article): Ditto.
12596
12597         * mml.el (mime-to-mml): Ditto.
12598
12599         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
12600         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
12601         (rfc2047-decode-region): Quote decoded words containing special
12602         characters when rfc2047-quote-decoded-words-containing-tspecials
12603         is non-nil.
12604
12605 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
12606
12607         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
12608
12609         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
12610
12611 2005-02-15  Simon Josefsson  <jas@extundo.com>
12612
12613         * nnimap.el (nnimap-debug): Doc fix.
12614
12615         * imap.el (imap-debug): Doc fix.
12616
12617 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12618
12619         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
12620
12621 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
12622
12623         * gnus.el (spam-contents): Improve docs for spam-contents
12624         parameter in its variable incarnation.
12625
12626 2005-02-14  Simon Josefsson  <jas@extundo.com>
12627
12628         * smime-ldap.el: Use require instead of load-library for ldap.
12629         (smime-ldap-search): Indent.
12630         (smime-ldap-search-internal): Shorten line.
12631
12632         * smime.el (smime-cert-by-dns): Add doc-string.
12633         (smime-cert-by-ldap-1): Indent.
12634
12635         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
12636         mml-smime-get-dns-ldap.
12637         (mml-smime-encrypt-query): Use new function.  Default to ldap.
12638
12639 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
12640
12641         * smime.el: Require smime-ldap.
12642         (smime-ldap-host-list): New variable.
12643         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
12644
12645         * mml-smime.el (mml-smime-encrypt-query): New function.
12646         (mml-smime-encrypt-query): Use it.
12647
12648         * smime-ldap.el: New file.
12649
12650 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
12653
12654 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12655
12656         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
12657         argument in doc string.  Make query for type more clear.
12658
12659 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12660
12661         * gnus.el (gnus-group-startup-message): Search for gnus images in
12662         etc/images/gnus.
12663         * mm-util.el (mm-image-load-path): Likewise.
12664         * smiley.el (smiley-data-directory): Search for smilies in
12665         etc/images/smilies.
12666
12667 2005-02-09  Kim F. Storm  <storm@cua.dk>
12668
12669         Change Emacs release version from 21.4 to 22.1 throughout.
12670         Change Emacs development version from 21.3.50 to 22.0.50.
12671
12672 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
12675
12676         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
12677         non-Mule XEmacs as well.
12678         (mm-decompress-buffer): Signal an error intentionally if it does
12679         not decompress compressed data because auto-compression-mode is
12680         disabled.
12681
12682 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
12683
12684         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
12685         an ID in the registry even if it has no groups.
12686
12687 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12688
12689         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
12690         merge it into mm-decompress-buffer.
12691         (gnus-mime-copy-part): Use the MIME part charset, the value which
12692         a user specified or gnus-newsgroup-charset for decoding, like
12693         gnus-mime-inline-part does; set buffer-file-coding-system to tell
12694         save-buffer what was used.  Suggested by Kevin Ryde
12695         <user42@zip.com.au>.
12696         (gnus-mime-inline-part): Allow the name parameter as well as the
12697         filename parameter; force decompressing of compressed data; always
12698         display contents being not decoded as unibyte.
12699
12700         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
12701         as well as the filename parameter.
12702
12703         * mm-util.el (mm-decompress-buffer): Merge
12704         gnus-mime-jka-compr-maybe-uncompress.
12705         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
12706         of compressed data.
12707
12708 2005-02-08  Simon Josefsson  <jas@extundo.com>
12709
12710         * imap.el (imap-log): Doc fix.
12711
12712 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12713
12714         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
12715         the coding cookies; decompress compressed parts.
12716
12717         * mml.el (mml-generate-mime-1): Add the charset parameter according
12718         to the value which a user specified manually or the coding cookie.
12719
12720         * mm-util.el (mm-string-to-multibyte): New function.
12721         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
12722         (mm-coding-system-to-mime-charset): New function.
12723         (mm-decompress-buffer): New function.
12724         (mm-find-buffer-file-coding-system): New function.
12725
12726         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
12727         (mm-display-inline-fontify): Rewrite for decoding and decompressing
12728         parts.
12729
12730 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12731
12732         * mm-view.el (mm-display-inline-fontify): Decode a part according
12733         to the charset parameter.
12734
12735 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
12738         prefix arg is neither nil nor a number, as info specifies.
12739
12740 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
12743         timestamps.
12744
12745 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
12746
12747         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
12748         groups error checking and notify user.
12749
12750 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
12751
12752         * message.el (message-send-mail-function): Check existence of
12753         sendmail-program first before using default value
12754         `message-send-mail-with-sendmail'.  Otherwise use more generic
12755         `smtpmail-send-it'.
12756
12757 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12758
12759         * nntp.el (nntp-request-update-info): Always return nil.
12760
12761 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12762
12763         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
12764
12765 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12766
12767         * message.el (message-beginning-of-line): Change the behavior when
12768         invoked between BOL and : so that it first moves backward.
12769
12770 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12771
12772         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
12773         article buffer when editing of the article is discarded.
12774         (gnus-article-prepare): Revert.
12775
12776 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12777
12778         * gnus-art.el (gnus-article-prepare):
12779         Remove message-strip-forbidden-properties from the local hook.
12780
12781 2005-01-27  Simon Josefsson  <jas@extundo.com>
12782
12783         * password.el (password-cache-add): Only start one timer per key.
12784         Reported by Derek Atkins <warlord@MIT.EDU>.
12785
12786 2005-01-26  Steve Youngs  <steve@sxemacs.org>
12787
12788         * run-at-time.el: Removed.  It is no longer needed as
12789         timer-funcs.el in the xemacs-base package has a working version of
12790         `run-at-time'.
12791
12792         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
12793
12794         * password.el: Require timer-funcs instead of run-at-time in
12795         XEmacs.
12796         Remove `password-run-at-time' macro.
12797         (password-cache-add): Use `run-at-time' instead of
12798         `password-run-at-time'.
12799
12800         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
12801         Remove `nnheader-cancel-function-timers' alias,
12802         `cancel-function-timers' exists in XEmacs in timer-funcs.
12803
12804         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
12805         for `run-with-idle-timer'.
12806
12807         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
12808         for `run-at-time'.
12809
12810         * mm-url.el: Require timer-funcs at compile time when in XEmacs
12811         for `with-timeout'.
12812
12813         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
12814         the same as for XEmacs 21.4.
12815         No need to ignore `run-with-idle-timer', this function exists in
12816         XEmacs now in timer-funcs.el in the xemacs-base package.
12817         (dgnushack-compile): No need to delete
12818         run-at-time.el from the list of files to compile because it
12819         doesn't exist anymore.
12820
12821 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * mml.el (mml-generate-mime-1): Convert string into unibyte when
12824         inserting " *mml*" buffer's contents into a unibyte temp buffer.
12825
12826 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
12827
12828         * mail-source.el (mail-source-fetch-imap): Search for ^From case
12829         sensitively.
12830
12831 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
12832
12833         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
12834
12835 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
12838         which will be inserted according to the multibyteness of a buffer
12839         rather than the type of contents.  Suggested by ARISAWA Akihiro
12840         <ari@mbf.ocn.ne.jp>.
12841
12842         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
12843         of string which old xml.el may return rather than a string.
12844
12845 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12846
12847         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
12848
12849 2005-01-16  Simon Josefsson  <jas@extundo.com>
12850
12851         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
12852         idn/idna.el isn't available.
12853         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
12854         <michael@waxrat.com>.
12855
12856         * hashcash.el: Remove non-FSF copyright header.
12857
12858         * hashcash.el (hashcash-extra-generate-parameters): New variable.
12859         (hashcash-generate-payment): Use it.
12860         (hashcash-generate-payment-async): Use it.
12861
12862 2005-01-15  Simon Josefsson  <jas@extundo.com>
12863
12864         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
12865         Suggested by Raymond Scholz <ray-2005@zonix.de>.
12866
12867         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
12868         gnus-summary-idna-message.
12869         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
12870         (gnus-summary-idna-message): New function.
12871
12872 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
12875         gnus-novice-user.
12876
12877 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * nnrss.el (nnrss-request-delete-group): Delete entries in
12880         nnrss-group-alist as well.
12881         (nnrss-save-server-data): Insert newline.
12882
12883 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
12884
12885         * gnus.el (gnus-user-agent): Use list of symbols instead of
12886         symbols.  Display full version number for (S)XEmacs.  Optionally
12887         display (S)XEmacs codename.
12888
12889         * gnus-util.el (gnus-emacs-version): Update for new
12890         `gnus-user-agent'.
12891
12892         * gnus-msg.el (gnus-extended-version): Make it possible to omit
12893         Gnus version.
12894
12895 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12896
12897         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
12898         which is unreadable in some setups.
12899
12900 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12901
12902         * gnus-spec.el (gnus-update-format-specifications): Flush the
12903         group format spec cache if it doesn't support decoded group names.
12904
12905 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12906
12907         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
12908         Allow to apply decay on score files matching a regexp.
12909
12910 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12911
12912         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
12913         compatibility in %g and %c.
12914
12915 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12916
12917         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
12918         name for only %g and %c.
12919         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
12920         of gnus-tmp-group to decoded group name.
12921         (gnus-group-make-rss-group): Exclude `/'s from group names.
12922
12923 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12924
12925         * nnrss.el (nnrss-get-encoding): Fix regexp.
12926
12927 2004-12-27  Simon Josefsson  <jas@extundo.com>
12928
12929         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
12930         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
12931         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
12932
12933 2004-12-17  Kim F. Storm  <storm@cua.dk>
12934
12935         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
12936
12937         * gnus-sum.el (gnus-summary-mode-map): Likewise.
12938
12939 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12940
12941         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
12942
12943 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12944
12945         * nnrss.el: Require rfc2047 and mml.
12946         (nnrss-file-coding-system): New variable.
12947         (nnrss-format-string): Redefine it as an inline function.
12948         (nnrss-decode-group-name): New function.
12949         (nnrss-string-as-multibyte): Remove.
12950         (nnrss-retrieve-headers): Decode group name; don't use
12951         nnrss-format-string.
12952         (nnrss-request-group): Decode group name.
12953         (nnrss-request-article): Decode group name; allow a Message-ID as
12954         well as an article number; don't use nnrss-format-string; encode a
12955         Message-ID string which may contain non-ASCII characters; use
12956         mml-to-mime to compose a MIME article.
12957         (nnrss-request-expire-articles): Decode group name.
12958         (nnrss-request-delete-group): Decode group name.
12959         (nnrss-fetch): Clarify error message.
12960         (nnrss-read-server-data): Use insert-file-contents instead of load;
12961         bind file-name-coding-system; use multibyte buffer.
12962         (nnrss-save-server-data): Bind coding-system-for-write to the
12963         value of nnrss-file-coding-system; bind file-name-coding-system;
12964         add coding cookie.
12965         (nnrss-read-group-data): Use insert-file-contents instead of load;
12966         bind file-name-coding-system; use multibyte buffer.
12967         (nnrss-save-group-data): Bind coding-system-for-write to the
12968         value of nnrss-file-coding-system; bind file-name-coding-system.
12969         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
12970         make it work with non-ASCII text.
12971         (nnrss-find-el): Make it work with old xml.el as well.
12972
12973 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
12974
12975         * nnrss.el (nnrss-get-encoding): New function.
12976         (nnrss-fetch): Use unibyte buffer initially; bind
12977         coding-system-for-read while performing mm-url-insert; remove ^Ms;
12978         decode contents according to the encoding attribute.
12979         (nnrss-save-group-data): Add coding cookie.
12980         (nnrss-mime-encode-string): New function.
12981         (nnrss-check-group): Use it to encode subject and author.
12982
12983 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
12984
12985         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
12986         imaginary variable.
12987
12988 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
12991         correctly even if there are wide characters.
12992
12993 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
12994
12995         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
12996         downcased symbol names; make a new cache instead of reusing
12997         bbdb-hashtable.
12998
12999 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13000
13001         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
13002         concatenating segments rather than before concatenating them.
13003         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13004
13005         * message.el (message-get-reply-headers): Bind `extra'.
13006
13007 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13008
13009         * message.el (message-extra-wide-headers): New variable.
13010         (message-get-reply-headers): Use it.
13011
13012 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-agent.el (gnus-agent-group-path): Decode group name.
13015         (gnus-agent-group-pathname): Ditto.
13016
13017         * gnus-cache.el (gnus-cache-file-name): Decode group name.
13018
13019         * gnus-group.el (gnus-group-make-group): Decode group name.
13020         (gnus-group-make-rss-group): Register the group data after opening
13021         the nnrss group.
13022
13023 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
13024
13025         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
13026         by expiry now get marked as read.
13027
13028 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
13031
13032 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
13033
13034         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
13035         unify Latin characters in XEmacs.
13036         (mm-find-mime-charset-region): Use it.
13037
13038 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * gnus-util.el (gnus-delete-directory): New function.
13041
13042         * gnus-agent.el (gnus-agent-delete-group): Use it.
13043
13044         * gnus-cache.el (gnus-cache-delete-group): Use it.
13045
13046 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
13049         names.
13050
13051 2004-12-16  Simon Josefsson  <jas@extundo.com>
13052
13053         * hashcash.el (hashcash-payment-alist): Fix custom :type.
13054
13055 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13056
13057         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
13058
13059         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
13060         (gnus-group-set-current-level): Decode group name.
13061
13062 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
13063
13064         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
13065         failed.
13066
13067 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13068
13069         * gnus-group.el (gnus-group-delete-group): Decode group name.
13070         (gnus-group-make-rss-group): Encode group name.
13071         (gnus-group-catchup-current): Decode group name.
13072         (gnus-group-kill-group): Decode group name.
13073
13074 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13075
13076         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
13077
13078 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-group.el (gnus-group-make-rss-group):
13081         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
13082
13083         * gnus-start.el (gnus-setup-news): Honor user's setting to
13084         gnus-message-archive-method.  Suggested by Lute Kamstra
13085         <lute@gnu.org>.
13086
13087 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
13088
13089         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
13090         global counterparts of the buffer-local variables.
13091
13092 2004-11-16  Romain Francoise  <romain@orebokech.com>
13093
13094         * gnus-sum.el (gnus-summary-exit): Don't clear the global
13095         counterparts of the buffer-local variables.
13096
13097 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13098
13099         * message.el (message-forbidden-properties): Fixed typo in doc
13100         string.
13101
13102 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
13103
13104         * gnus-util.el (gnus-replace-in-string): Added doc string.
13105
13106         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
13107         to avoid problems when splitting mails with many recipients.
13108
13109 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13110
13111         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
13112         pop-to-buffer, covered by the subsequent gnus-configure-windows.
13113
13114 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
13115
13116         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
13117         if there is no hashtable in memory or file modification time is
13118         newer than cached timestamp.
13119
13120 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
13123         not-matching option.
13124
13125 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
13126
13127         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
13128         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
13129         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13130         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
13131         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
13132         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
13133
13134 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13135
13136         * message.el (message-forward-make-body-mml): Remove headers
13137         according to message-forward-ignored-headers if a message is decoded.
13138
13139 2004-12-02  Romain Francoise  <romain@orebokech.com>
13140
13141         * message.el (message-forward-make-body-plain): Always remove
13142         headers according to message-forward-ignored-headers.
13143
13144 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
13145
13146         * spam.el (spam-summary-prepare-exit): Remove the
13147         gnus-summary-limit pop for now, it has problems with ham marks for
13148         me.
13149
13150 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
13151
13152         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
13153         correctly.
13154
13155 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
13156
13157         * format-spec.el (format-spec): Message the char.
13158
13159 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13160
13161         * gnus-art.el (gnus-split-methods): Reformat comments.
13162
13163         * spam.el (spam-summary-prepare-exit): Remove article limits
13164         before exiting the summary buffer.
13165
13166 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13167
13168         * lpath.el: Remove bbdb-create-internal, bbdb-records,
13169         spam-BBDB-register-routine and spam-enter-ham-BBDB.
13170
13171         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
13172         order to silence the byte compiler.
13173
13174         * spam.el: Fix the way to silence the byte compiler, which
13175         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
13176         bbdb-search-simple, spam-BBDB-register-routine,
13177         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
13178         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
13179         spam-stat-buffer-is-spam, spam-stat-load,
13180         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
13181         spam-stat-save and spam-stat-split-fancy.
13182
13183 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
13186         which may confuse users.
13187         (canlock-password-for-verify): Ditto.
13188
13189         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
13190
13191         * gnus-art.el (gnus-emphasis-alist): Ditto.
13192
13193         * gnus-registry.el (gnus-registry-max-entries): Ditto.
13194
13195         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
13196
13197         * gnus-start.el (gnus-save-killed-list): Ditto.
13198
13199         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
13200         (gnus-sum-thread-tree-root): Ditto.
13201         (gnus-sum-thread-tree-false-root): Ditto.
13202         (gnus-sum-thread-tree-single-indent): Ditto.
13203
13204         * message.el (message-courtesy-message): Ditto.
13205         (message-archive-note): Ditto.
13206         (message-subscribed-address-file): Ditto.
13207         (message-user-fqdn): Ditto.
13208
13209         * spam-report.el (spam-report-gmane-regex): Ditto.
13210
13211         * spam.el (spam-blackhole-good-server-regex): Ditto.
13212
13213 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13214
13215         * mml.el (mml-preview): Widen the message buffer before copying
13216         the contents to the preview buffer; sort headers before previewing.
13217
13218         * message.el (message-hidden-headers): Fix the way to avoid a bug
13219         in the `repeat' widget in Emacs 21.3 or earlier.
13220
13221 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13222
13223         * message.el (message-hidden-headers): Default to "^References:".
13224         Improve customization type.  Suggested by Reiner Steib
13225         <Reiner.Steib@gmx.de>.
13226
13227 2004-11-25  Romain Francoise  <romain@orebokech.com>
13228
13229         * message.el (message-strip-forbidden-properties): Remove check for
13230         obsolete `message-hidden' text property, hidden headers are not
13231         accessible in the buffer anymore.
13232
13233 2004-11-22  Romain Francoise  <romain@orebokech.com>
13234
13235         * message.el (message-header-format-alist): Add `From' in list
13236         so that it can be sorted.
13237         (message-fix-before-sending): Widen and sort headers before
13238         sending.
13239         (message-hide-headers): Use narrowing to hide headers by moving
13240         them to the top of the buffer and narrowing to the region
13241         underneath.
13242
13243 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13244
13245         * message.el (message-strip-forbidden-properties): Bind
13246         buffer-read-only (etc) to nil.
13247
13248 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
13251         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13252
13253 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
13254
13255         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
13256
13257 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13258
13259         * dns.el (query-dns): Use sit-for to time instead of
13260         accept-process-output, since that doesn't seem to work on udp
13261         sockets.
13262
13263 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13264
13265         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
13266
13267 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
13268
13269         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
13270         doc string.  Improve doc string.
13271
13272 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * nntp.el (nntp-request-update-info): Return nil if
13275         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
13276         may not call gnus-activate-group which uselessly issues the GROUP
13277         commands for all nntp groups and wastes time.  Reported by Romain
13278         Francoise <romain@orebokech.com>.
13279
13280         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
13281
13282 2004-11-15  Simon Josefsson  <jas@extundo.com>
13283
13284         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
13285         headers separately.
13286         (gnus-button-openpgp): New function, inspired by Jochen Küpper
13287         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
13288
13289 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * gnus-start.el (gnus-convert-old-newsrc):
13292         Assign legacy-gnus-agent to 5.10.7.
13293
13294 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13295
13296         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
13297         start of the lines.
13298
13299 2004-11-14  Magnus Henoch  <mange@freemail.hu>
13300
13301         * hashcash.el (hashcash-default-payment): Change default to 20.
13302         (hashcash-default-accept-payment): Change default to 20.
13303         (hashcash-process-alist): New variable.
13304         (hashcash-generate-payment-async): Add.
13305         (hashcash-already-paid-p): Add.
13306         (hashcash-insert-payment): Don't generate payments twice.
13307         (hashcash-insert-payment-async): Add.
13308         (hashcash-insert-payment-async-2): Add.
13309         (hashcash-cancel-async): Add.
13310         (hashcash-wait-async): Add.
13311         (hashcash-processes-running-p): Add.
13312         (hashcash-wait-or-cancel): Add.
13313         (mail-add-payment): New optional argument.  Conditionally start
13314         asynchronous calculation.
13315         (mail-add-payment-async): Add.
13316
13317         * message.el (message-send-mail): Wait for asynchronous hashcash
13318         results.  Don't clobber existing X-Hashcash headers.
13319         (message-setup-1): Call mail-add-payment-async when
13320         message-generate-hashcash is non-nil.
13321
13322 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13323
13324         * message.el (message-use-alternative-email-as-from): Examine the
13325         From header as well; use message-make-from in order to include a
13326         user's full name.
13327
13328 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13329
13330         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
13331         default; improve customization type.
13332         (gnus-emphasis-custom-with-format): New macro.
13333         (gnus-emphasis-custom-value-to-external): New function.
13334         (gnus-emphasis-custom-value-to-internal): New function.
13335
13336 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13337
13338         * dns.el (query-dns): Resolve reverse addresses.
13339
13340 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13341
13342         * gnus-group.el (gnus-group-get-new-news): Use it.
13343
13344         * gnus-start.el (gnus-check-reasonable-setup): New function.
13345
13346 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
13349         "Args out of range" error.  Reported by Arnaud Giersch
13350         <arnaud.giersch@free.fr>.
13351
13352 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
13353
13354         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
13355
13356 2004-11-04  Richard M. Stallman  <rms@gnu.org>
13357
13358         * spam.el (spam group): Add :version.
13359
13360         * pgg-def.el (pgg group): Add :version.
13361
13362 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * gnus-art.el (gnus-article-edit-article): Don't associate the
13365         article buffer with a draft file.  This is a temporary measure
13366         against the 2004-08-22 change to gnus-article-edit-mode.
13367
13368 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13369
13370         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
13371         (html2text-format-tags): Remove unused variable `attr'.
13372
13373 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13374
13375         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
13376
13377         * tls.el (tls-process-connection-type, tls-success)
13378         (tls-certtool-program): Add :version.
13379
13380         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
13381         (starttls-extra-arguments, starttls-process-connection-type)
13382         (starttls-connect, starttls-failure, starttls-success): Add :version.
13383
13384         * spam-stat.el (spam-stat): Add :version.
13385
13386         * sieve.el (sieve): Add :version.
13387
13388         * sha1.el (sha1): Add :version.
13389         (sha1-use-external): Remove redundant version.
13390
13391         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
13392         (nnmail-cache-ignore-groups, nnmail-spool-hook)
13393         (nnmail-split-fancy-match-partial-words)
13394         (nnmail-split-lowercase-expanded): Add :version.
13395
13396         * nndiary.el (nndiary): Add :version.
13397
13398         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
13399
13400         * mml-sec.el (mml-default-sign-method)
13401         (mml-default-encrypt-method, mml-signencrypt-style-alist):
13402         Add :version.
13403
13404         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
13405
13406         * mm-url.el (mm-url-use-external, mm-url-program)
13407         (mm-url-arguments): Add :version.
13408
13409         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
13410         (mm-attachment-file-modes, mm-decrypt-option)
13411         (mm-w3m-safe-url-regexp): Add :version.
13412
13413         * message.el (message-cite-prefix-regexp)
13414         (message-sendmail-envelope-from, message-minibuffer-local-map)
13415         (message-user-fqdn, message-completion-alist): Add :version.
13416
13417         * gnus-win.el (gnus-configure-windows-hook)
13418         (gnus-use-frames-on-any-display): Add :version.
13419
13420         * gnus-art.el (gnus-article-address-banner-alist)
13421         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
13422         (gnus-treat-from-picon, gnus-treat-mail-picon)
13423         (gnus-treat-x-pgp-sig): Add :version.
13424
13425         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
13426         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
13427         (gnus-summary-article-delete-hook)
13428         (gnus-summary-display-while-building): Add :version.
13429
13430         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
13431         (gnus-get-top-new-news-hook): Add :version.
13432
13433         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13434         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
13435
13436         * gnus-registry.el (gnus-registry): Add :version.
13437
13438         * gnus-spec.el (gnus-use-correct-string-widths)
13439         (gnus-make-format-preserve-properties): Add :version.
13440
13441         * gnus.el (gnus-group-charter-alist)
13442         (gnus-group-fetch-control-use-browse-url)
13443         (gnus-install-group-spam-parameters): Add :version.
13444
13445         * gnus-diary.el (gnus-diary): Add :version.
13446
13447         * gnus-delay.el (gnus-delay): Add :version.
13448
13449         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
13450         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
13451         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
13452         Add :version.
13453
13454         * gnus-agent.el (gnus-agent-max-fetch-size)
13455         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
13456         (gnus-agent-prompt-send-queue): Add :version.
13457
13458         * deuglify.el (gnus-outlook-deuglify): Add :version.
13459
13460         * html2text.el: Beautify code.  Improve doc strings.  Some
13461         checkdoc cleanup.
13462         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
13463
13464 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
13465
13466         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
13467
13468 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
13469
13470         * gnus-registry.el (gnus-registry-hashtb): Create the registry
13471         when package is loaded.
13472
13473         * spam.el (spam-summary-score-preferred-header): Add global preference
13474         for people who want to override the default SpamAssassin over
13475         Bogofilter preference (when both are set).
13476         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
13477         (spam-user-format-function-S): Check
13478         spam-summary-score-preferred-header.
13479         (spam-extra-header-to-number): Add X-Bogosity header parsing.
13480         (spam-user-format-function-S): Format the score correctly.
13481
13482 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
13485         signature file.  Suggested by Manoj Srivastava
13486         <srivasta@golden-gryphon.com>.
13487
13488         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
13489         iso-2022-jp even in the Japanese language environment.
13490         Suggested by Jason Rumney <jasonr@gnu.org>.
13491
13492 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
13495         use the same characters as the dummy marks; make it free from
13496         getting affected by the language environment.
13497         (gnus-summary-read-group-1): Update mark positions only when the
13498         format spec is updated.
13499
13500         * gnus-spec.el (gnus-update-format-specifications): Return a list
13501         of updated types.
13502
13503 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
13506         of boundp to check if display-warning is available.
13507
13508 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
13509
13510         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
13511
13512 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * nnspool.el (nnspool-spool-directory): Use news-path if the
13515         news-directory variable is not bound.
13516
13517         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
13518         function instead of display-warning if it is not available.
13519
13520 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13521
13522         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
13523         v5-10: Use `point-at-bol'.
13524
13525 2004-10-26  Simon Josefsson  <jas@extundo.com>
13526
13527         * hashcash.el: Fix URL in comment, reported by Cheng Gao
13528         <chenggao@gmail.com>.
13529
13530 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13531
13532         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
13533         instead.
13534
13535 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
13536
13537         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
13538         to remove a server from the nnimap-server-buffer-alist.
13539         (nnimap-open-connection, nnimap-close-server): Use it.
13540
13541         * gnus-encrypt.el: Remove file in favor of encrypt.el.
13542
13543 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13544
13545         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
13546         running the major-mode function.
13547
13548 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13549
13550         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
13551         dummy marks in the right way.
13552
13553 2004-10-18  David Edmondson  <dme@dme.org>
13554
13555         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
13556         excessively.
13557
13558 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
13559
13560         * gnus-util.el (gnus-split-references): Accept a nil references
13561         string and go on blissfully.
13562
13563         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
13564         cases where the references string is non-nil but has no references.
13565
13566         * encrypt.el: Add autoload tags.
13567
13568         * spam.el (spam-resolve-registrations-routine): Remove article
13569         from unregistration list too.  Reported by David Hanak
13570         <dhanak@isis.vanderbilt.edu>
13571
13572 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
13573
13574         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
13575         nil.  Changed custom type.
13576
13577 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
13578
13579         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
13580
13581         * gnus-sum.el (gnus-summary-move-article): Use it.
13582
13583 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
13584
13585         * encrypt.el: Add autoload cookies.
13586
13587         * spam.el (spam-backend-article-list-property)
13588         (spam-backend-get-article-todo-list)
13589         (spam-backend-put-article-todo-list)
13590         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
13591         Resolve registrations separately.
13592         (spam-register-routine): Format comments.
13593         (spam-unregister-routine, spam-register-routine): Always call with
13594         specific-articles, no default list.
13595         (spam-summary-prepare-exit): Use the spam-classifications function.
13596
13597         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
13598         gnus-encrypt.el.
13599
13600         * encrypt.el: Copied from gnus-encrypt.el.
13601
13602         * gnus-encrypt.el: Commented that it's obsolete.
13603
13604 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13605
13606         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
13607         (gnus-score-save): Use it.
13608
13609         * message.el (message-bury): Use `window-dedicated-p'.
13610
13611 2004-10-15  Simon Josefsson  <jas@extundo.com>
13612
13613         * pop3.el (top-level): Don't require nnheader.
13614         (pop3-read-timeout): Add.
13615         (pop3-accept-process-output): Add.
13616         (pop3-read-response, pop3-retr): Use it.
13617
13618 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
13619
13620         * spam.el (spam-register-routine): Move comment.
13621         (spam-verify-bogofilter): Use 'unknown for the initial
13622         spam-bogofilter-valid state, not 'never.
13623
13624         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
13625         for netrc-machine.
13626
13627         * nnimap.el (nnimap-open-connection): Use
13628         netrc-machine-user-or-password.
13629
13630 2004-10-17  Richard M. Stallman  <rms@gnu.org>
13631
13632         * gnus-registry.el (gnus-registry-unload-hook):
13633         Set as a variable with add-hook.
13634
13635         * nnspool.el (nnspool-spool-directory): Use news-directory instead
13636         of news-path.
13637
13638         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
13639
13640         * spam.el: Delete duplicate `provide'.
13641         (spam-unload-hook): Set as a variable with add-hook.
13642
13643 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
13644
13645         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
13646         in the doc string.
13647
13648         * message.el (message-ignored-news-headers)
13649         (message-ignored-supersedes-headers)
13650         (message-ignored-resent-headers)
13651         (message-forward-ignored-headers): Improve custom type.
13652
13653 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13654
13655         * message.el (message-tokenize-header): Fix 2004-09-06 change
13656         which used point-min in the wrong place.
13657
13658 2004-10-12  Simon Josefsson  <jas@extundo.com>
13659
13660         * tls.el (tls-certtool-program): New variable.
13661         (tls-certificate-information): New function, based on
13662         ssl-certificate-information.
13663
13664 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * compface.el: Move the version of ELisp-based uncompface program
13667         to the contrib directory because of the copyright problem.
13668
13669 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13670
13671         * message.el (message-kill-buffer): Raise the current frame.
13672
13673 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13674
13675         * gnus-sum.el: Mention that multibyte characters don't work as marks.
13676
13677         * gnus.el (message-y-or-n-p): Autoload.
13678
13679         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
13680         (pop3-password-required, pop3-authentication-scheme)
13681         (pop3-leave-mail-on-server): Made customizable.
13682         (pop3): New custom group.
13683         (pop3-retr): Remove `sleep-for' statements.
13684         Suggested by Dave Love <fx@gnu.org>.
13685
13686         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
13687         Windows/DOS.
13688
13689         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13690         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
13691         Dave Love <fx@gnu.org>.
13692
13693         * mml.el (mml-minibuffer-read-disposition): Require match.
13694         Suggested by Dave Love <fx@gnu.org>.
13695
13696 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13697
13698         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
13699         doc string.
13700
13701 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13702
13703         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
13704
13705 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13706
13707         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
13708         instead of calling `mm-insert-inline', to decode text/* parts
13709         before displaying them.
13710
13711 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * mm-uu.el (mm-uu-text-plain-type): New variable.
13714         (mm-uu-pgp-signed-extract-1): Use it.
13715         (mm-uu-pgp-encrypted-extract-1): Use it.
13716         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
13717         bind mm-uu-text-plain-type with that value.
13718         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
13719         mm-uu-dissect.
13720
13721 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13722
13723         * gnus-group.el (gnus-update-group-mark-positions):
13724         * gnus-sum.el (gnus-update-summary-mark-positions):
13725         * message.el (message-check-news-body-syntax):
13726         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
13727         of string-as-multibyte.
13728
13729 2004-10-05  Juri Linkov  <juri@jurta.org>
13730
13731         * gnus-group.el (gnus-update-group-mark-positions):
13732         * gnus-sum.el (gnus-update-summary-mark-positions):
13733         * message.el (message-check-news-body-syntax):
13734         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
13735         8-bit unibyte values to a multibyte string for search functions.
13736
13737 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13738
13739         * mm-uu.el (mm-uu-dissect): Allow optional arg.
13740         (mm-uu-dissect-text-parts): New function.
13741
13742         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
13743         dissect text parts.
13744
13745         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
13746         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
13747
13748         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
13749
13750         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
13751         gnus-current-topics instead of gnus-current-topic.
13752
13753 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
13754
13755         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
13756
13757 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
13758
13759         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
13760         where approriate.
13761
13762         * nnml.el (nnml-generate-active-info): do.
13763
13764         * nndiary.el (nndiary-generate-active-info): do.
13765
13766         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
13767         (gnus-topic-move): do.
13768
13769         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
13770         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
13771
13772         * gnus-srvr.el (gnus-server-prepare)
13773         (gnus-server-open-all-servers): do.
13774
13775         * gnus-msg.el (gnus-summary-cancel-article)
13776         (gnus-summary-resend-message)
13777         (gnus-summary-mail-crosspost-complaint): do.
13778
13779         * gnus-move.el (gnus-change-server): do.
13780
13781         * gnus-group.el (gnus-group-unmark-all-groups)
13782         (gnus-group-set-current-level): do.
13783
13784 2004-10-04  Simon Josefsson  <jas@extundo.com>
13785
13786         * message.el (message-generate-hashcash): Doc fix.
13787
13788 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
13789
13790         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
13791         avoid infinite recursion via gnus-get-function.
13792
13793 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
13794
13795         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
13796
13797         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
13798
13799         * nnmail.el (nnmail-split-history): do.
13800
13801         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
13802         (nnml-request-delete-group): do.
13803
13804         * nnslashdot.el (nnslashdot-read-groups): do.
13805
13806         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
13807         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
13808
13809         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
13810         (nnspool-sift-nov-with-sed): Use last.
13811         (nnspool-retrieve-headers-with-nov): Use mapc.
13812         (nnspool-request-newgroups): Use dolist.
13813         (nnspool-request-group): Use last.
13814
13815         * nntp.el (nntp-read-server-type): Use dolist.
13816
13817         * nnvirtual.el (nnvirtual-create-mapping)
13818         (nnvirtual-update-read-and-marked): Use dolist.
13819         (nnvirtual-convert-headers): Simplify.
13820
13821 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13822
13823         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
13824         support for sync'ing tick marks.
13825
13826 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13827
13828         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
13829         there's no visible header.
13830
13831 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
13832
13833         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
13834         necessary, pass full group name to gnus-request-set-marks.
13835
13836 2004-10-01  Simon Josefsson  <jas@extundo.com>
13837
13838         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
13839         acroread.
13840
13841 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13842
13843         * spam-report.el (spam-report-gmane): Fix interactive.
13844
13845         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
13846
13847         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
13848         when writing file.
13849         (gnus-agent-synchronize-flags): Don't default to being
13850         interactive.
13851
13852 2004-09-30  Simon Josefsson  <jas@extundo.com>
13853
13854         * message.el (message-generate-hashcash): Add.
13855         (message-send-mail): Use it, call mail-add-payment.
13856
13857 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13858
13859         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
13860
13861 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
13862
13863         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
13864         gnus-requst-update-info with explicit code to sync the in-memory
13865         info read flags with the marks being sync'd to the backend.
13866
13867         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
13868
13869 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13870
13871         * spam.el (spam-verify-bogofilter): Add new function.
13872         (spam-check-bogofilter)
13873         (spam-bogofilter-register-with-bogofilter): Use it.
13874         (spam-verify-bogofilter): Add small fixes.
13875
13876 2004-09-28  Simon Josefsson  <jas@extundo.com>
13877
13878         * hashcash.el (hashcash-generate-payment): Revert.
13879
13880 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13881
13882         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
13883         gnus-extract-references instead of gnus-split-references.
13884
13885         * gnus-util.el (gnus-extract-references): Add new function, analogous
13886         to gnus-split-references but extracts only the message-ID without
13887         anything extra.
13888
13889         * hashcash.el (hashcash-generate-payment)
13890         (hashcash-check-payment): Do the right thing if hashcash-path is
13891         nil (because the hashcash program could not be found).
13892
13893         * spam.el (spam-use-hashcash): Remove comment.
13894
13895 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
13896
13897         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
13898         (gnus-cache-enter-article, gnus-cache-remove-article)
13899         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
13900
13901         * gnus-async.el (gnus-async-prefetch-remove-group): do.
13902
13903         * gnus-art.el (article-hide-boring-headers)
13904         (article-translate-strings, article-display-face)
13905         (gnus-article-mime-match-handle-first)
13906         (gnus-article-highlight-headers)
13907         (gnus-article-add-buttons-to-head): do.
13908
13909 2004-09-27  Simon Josefsson  <jas@extundo.com>
13910
13911         * hashcash.el: New version, from
13912         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
13913         ../contrib/.
13914
13915 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
13918
13919 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
13920
13921         * gnus-dup.el (gnus-dup-open): Use mapc.
13922         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
13923
13924         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
13925         Reported by Stefan Wiens <s.wi@gmx.net>.
13926
13927         * gnus.el (gnus-shutdown): Use dolist.
13928
13929         * gnus-undo.el (gnus-undo): Use mapc.
13930
13931         * nnrss.el (nnrss-generate-active): do.
13932
13933         * message.el (message-cite-original-without-signature)
13934         (message-cite-original): Use mapc.
13935         (message-do-actions, message-make-forward-subject): Use dolist.
13936
13937 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13938
13939         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
13940         deletion to remove entire duplicate line.  Fixes merged article
13941         number bug.
13942
13943 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
13944
13945         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
13946         servers that are offline.  Avoids having gnus-agent-toggle-plugged
13947         first ask if you want to open a server and then, even when you
13948         responded with no, asking if you want to synchronize the server's
13949         flags.
13950         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
13951         multi-line expressions.
13952         (gnus-agent-synchronize-group-flags): New internal function.
13953         Updates marks in memory (in the info structure) AND in the
13954         backend.
13955
13956         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
13957
13958         * nnagent.el (nnagent-request-set-mark): Use
13959         gnus-agent-synchronize-group-flags, not backend's request-set-mark
13960         method, to ensure that synchronization updates marks in the
13961         backend and in the info (in memory) structure.
13962
13963 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13964
13965         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
13966         convention fully; don't miss the root article of a thread; make
13967         the X-Draft-From header with correct article numbers.
13968
13969 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
13970
13971         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
13972         unless plugged.  Disable the agent so that an open failure causes
13973         an error.
13974
13975         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
13976         Reverted 2004-09-21 change.  The backend must be opened while
13977         synchronizing flags even when the backend stores the flags
13978         locally.
13979
13980 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
13981
13982         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
13983         in `header' match.  Reported by Svend Tollak Munkejord.
13984
13985         * message.el (message-cite-original): Fix use of
13986         `message-cite-articles-with-x-no-archive'.
13987
13988 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13989
13990         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
13991         (gnus-window-to-buffer): Ditto.
13992
13993         * mml.el (mml-preview-buffer): New variable.
13994         (mml-preview): Manage window layout with gnus-buffer-configuration.
13995
13996         * gnus-msg.el (gnus-setup-message): Put article numbers into the
13997         X-Draft-From header even if those articles aren't quoted.
13998
13999 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
14000
14001         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
14002         (gnus-request-set-mark, gnus-request-update-mark): Use new
14003         g-s-t-u-l-m to decide to use backend even when unplugged.
14004
14005 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
14008         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
14009
14010 2004-09-20  Simon Josefsson  <jas@extundo.com>
14011
14012         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
14013         "utf-16-le".
14014
14015 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14016
14017         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
14018
14019 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14020
14021         * uudecode.el (uudecode-use-external): Add :version.
14022
14023         * smime.el (smime-CA-file, smime-encrypt-cipher)
14024         (smime-dns-server): Add :version.
14025
14026         * smiley.el (gnus-smiley-file-types): Add :version.
14027
14028         * sha1.el (sha1-use-external): Add :version.
14029
14030         * pgg-def.el (pgg-query-keyserver): Add :version.
14031
14032         * nnmail.el (nnmail-fancy-expiry-targets)
14033         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
14034         Add :version.
14035
14036         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
14037         (nnimap-retrieve-groups-asynchronous): Add :version.
14038         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
14039
14040         * mml.el (mml-content-disposition-parameters)
14041         (mml-insert-mime-headers-always): Add :version.
14042
14043         * mm-util.el (mm-coding-system-priorities): Add :version.
14044
14045         * mm-decode.el (mm-inline-text-html-with-images)
14046         (mm-keep-viewer-alive-types, mm-external-terminal-program)
14047         (mm-verify-option): Add :version.
14048         (mm-text-html-renderer): Change :version.
14049
14050         * message.el (message-fcc-externalize-attachments)
14051         (message-required-headers, message-draft-headers)
14052         (message-subject-trailing-was-query)
14053         (message-subject-trailing-was-ask-regexp)
14054         (message-subject-trailing-was-regexp, message-mark-insert-begin)
14055         (message-mark-insert-end, message-archive-header)
14056         (message-archive-note, message-cross-post-default)
14057         (message-cross-post-note, message-followup-to-note)
14058         (message-cross-post-note-function, message-use-mail-followup-to)
14059         (message-subscribed-address-functions)
14060         (message-subscribed-address-file, message-subscribed-addresses)
14061         (message-subscribed-regexps, message-allow-no-recipients)
14062         (message-yank-cited-prefix, message-signature-insert-empty-line)
14063         (message-hidden-headers, message-hierarchical-addresses)
14064         (message-mail-user-agent, message-use-idna)
14065         (message-valid-fqdn-regexp)
14066         (message-strip-special-text-properties, message-header-synonyms)
14067         (message-beginning-of-line, message-tab-body-function): Add :version.
14068         (message-insert-canlock, message-wide-reply-confirm-recipients):
14069         Change :version.
14070
14071         * mail-source.el (mail-source-ignore-errors): Add :group, :type
14072         and :version.
14073         (mail-source-delete-old-incoming-confirm)
14074         (mail-source-movemail-program): Add :version.
14075
14076         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
14077         (gnus-agent-cache, gnus-agent): Change :version.
14078
14079         * gnus-util.el (gnus-use-byte-compile): Change :version.
14080
14081         * gnus-sum.el (gnus-summary-make-false-root-always)
14082         (gnus-summary-default-high-score)
14083         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
14084         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
14085         (gnus-read-all-available-headers, gnus-article-emulate-mime)
14086         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
14087         (gnus-sum-thread-tree-single-indent)
14088         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
14089         (gnus-sum-thread-tree-leaf-with-other)
14090         (gnus-sum-thread-tree-single-leaf): Add :version.
14091         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
14092         (gnus-article-loose-mime): Change :version.
14093
14094         * gnus-start.el (gnus-backup-startup-file)
14095         (gnus-save-startup-file-via-temp-buffer): Add :version.
14096
14097         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
14098         (gnus-server-offline-face): Add :version.
14099
14100         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
14101
14102         * gnus-msg.el (gnus-gcc-externalize-attachments)
14103         (gnus-debug-files, gnus-debug-exclude-variables)
14104         (gnus-discouraged-post-methods): Change :version.
14105         (gnus-confirm-mail-reply-to-news)
14106         (gnus-confirm-treat-mail-like-news): Add :version.
14107
14108         * gnus-int.el (gnus-server-unopen-status): Add :version.
14109
14110         * gnus-group.el (gnus-group-jump-to-group-prompt)
14111         (gnus-large-ephemeral-newsgroup)
14112         (gnus-fetch-old-ephemeral-headers): Add :version.
14113
14114         * gnus-fun.el (gnus-x-face-directory)
14115         (gnus-convert-pbm-to-x-face-command)
14116         (gnus-convert-image-to-x-face-command)
14117         (gnus-convert-image-to-face-command): Add :version.
14118
14119         * gnus-delay.el (gnus-delay-default-hour): Add :version.
14120
14121         * gnus-cite.el (gnus-cite-blank-line-after-header)
14122         (gnus-article-boring-faces): Add :version.
14123
14124         * gnus-art.el (gnus-buttonized-mime-types)
14125         (gnus-inhibit-mime-unbuttonizing)
14126         (gnus-treat-display-face)
14127         (gnus-treat-body-boundary): Change :version.
14128         (gnus-body-boundary-delimiter, gnus-picon-databases)
14129         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
14130         (gnus-treat-date-english, gnus-treat-fold-headers)
14131         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
14132         (gnus-treat-mail-picon, gnus-treat-wash-html)
14133         (gnus-article-encrypt-protocol)
14134         (gnus-use-idna, gnus-article-over-scroll)
14135         (gnus-mime-display-multipart-alternative-as-mixed)
14136         (gnus-mime-display-multipart-related-as-mixed)
14137         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
14138         (gnus-ctan-url, gnus-button-ctan-handler)
14139         (gnus-button-handle-ctan-bogus-regexp)
14140         (gnus-button-ctan-directory-regexp)
14141         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
14142         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
14143         (gnus-button-man-level, gnus-button-emacs-level)
14144         (gnus-button-message-level, gnus-button-browse-level): Add :version.
14145
14146         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
14147         (gnus-agent-go-online): Change :version.
14148         (gnus-agent-expire-unagentized-dirs)
14149         (gnus-agent-auto-agentize-methods): Add :version.
14150
14151         * flow-fill.el (fill-flowed-display-column)
14152         (fill-flowed-encode-column): Add :version.
14153
14154         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14155         (gnus-outlook-deuglify-unwrap-max)
14156         (gnus-outlook-deuglify-cite-marks)
14157         (gnus-outlook-deuglify-unwrap-stop-chars)
14158         (gnus-outlook-deuglify-no-wrap-chars)
14159         (gnus-outlook-deuglify-attrib-cut-regexp)
14160         (gnus-outlook-deuglify-attrib-verb-regexp)
14161         (gnus-outlook-deuglify-attrib-end-regexp)
14162         (gnus-outlook-display-hook): Add :version.
14163
14164         * binhex.el (binhex-use-external): Add :version.
14165
14166 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
14169         and `invisible'.
14170
14171 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14172
14173         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
14174         in gnus-registry-trim.
14175
14176 2004-09-13  Simon Josefsson  <jas@extundo.com>
14177
14178         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
14179
14180         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
14181
14182         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
14183         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14184         <yamaoka@jpl.org>.
14185         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
14186         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
14187         <yamaoka@jpl.org>.
14188
14189         * sieve.el (sieve-manage-mode): Ditto.
14190
14191 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
14192
14193         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
14194
14195 2004-09-11  Simon Josefsson  <jas@extundo.com>
14196
14197         * dns-mode.el: Add.
14198
14199         * mm-view.el (mm-display-dns-inline): Add.
14200
14201         * mm-decode.el (mm-inline-media-tests): Add text/dns.
14202         (mm-automatic-display): Ditto.
14203
14204         * mailcap.el (mailcap-mime-data): Add text/dns.
14205         (mailcap-mime-extensions): Map .soa to text/dns.
14206
14207 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
14208
14209         * gnus-art.el (article-decode-mime-words, article-babel)
14210         (gnus-article-highlight-signature, gnus-article-add-buttons)
14211         (gnus-signature-toggle): Remove unnecessary bindings of
14212         `inhibit-read-only' inherited from v5.10 merge.
14213
14214 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
14215
14216         * nntp.el (nntp): New customization group.
14217         (nntp-authinfo-file): Add customization group.
14218
14219         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
14220
14221         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
14222
14223         * gnus.el (to-address, to-list, subscribed)
14224         (large-newsgroup-initial): Ditto.
14225
14226         * flow-fill.el (fill-flowed-display-column)
14227         (fill-flowed-encode-column): Ditto.
14228
14229 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14230
14231         * message.el (message-tokenize-header, message-send-mail-with-qmail):
14232         Use point-min rather than 1.
14233         (message-send-mail): Use buffer-size rather than point-max.
14234
14235         * gnus-sum.el (gnus-summary-search-article-forward):
14236         Signal a specific `search-failed' rather than a generic `error'.
14237
14238         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
14239         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
14240         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
14241
14242 2004-09-10  Simon Josefsson  <jas@extundo.com>
14243
14244         * nndb.el (require): Remove tcp and duplicate cl.
14245
14246 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * gnus-agent.el (directory-files-and-attributes): Move forward.
14249
14250 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14251
14252         * gnus-agent.el (directory-files-and-attributes): Optionally
14253         defined to support XEmacs.
14254
14255 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
14256
14257         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
14258         to avoid run-time CL dependencies.
14259         (gnus-agent-unfetch-articles): New function.
14260         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
14261         article numbers even when local .overview file is missing.
14262         (gnus-agent-read-article-number): New function.  Only accepts
14263         27-bit article numbers.
14264         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
14265         gnus-agent-read-article-number.
14266         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
14267         from backend while recognizing that article numbers in .overview
14268         must be valid.
14269         (gnus-agent-update-files-total-fetched-for): Use
14270         directory-files-and-attributes to improve performance.
14271         * gnus-int.el (gnus-request-move-article): Use
14272         gnus-agent-unfetch-articles in place of gnus-agent-expire to
14273         improve performance.
14274
14275         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
14276         some users confused by references to .newsrc when they only have a
14277         .newsrc.eld file.
14278         (gnus-convert-mark-converter-prompt)
14279         (gnus-convert-converter-needs-prompt): Fixed use of property list.
14280         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
14281         New function.  Used internally to only display 'gnus converting
14282         files' message when actually necessary.
14283
14284         * gnus-sum.el (): Removed (require 'gnus-agent) as required
14285         methods now autoloaded.
14286
14287 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14288
14289         * gnus-sum.el (gnus-summary-insert-subject): Remove list
14290         identifiers.
14291
14292 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
14293
14294         * gnus-picon.el: Fix indentation and closing parenthesis.
14295
14296 2004-09-01  Simon Josefsson  <jas@extundo.com>
14297
14298         * message.el (message-canlock-generate): Require sha1, not
14299         sha1-el.  (Can we get rid of this require altogether?  It is ugly
14300         to require within a function.  Sadly, if sha1.el isn't loaded, the
14301         let binding in m-c-g will hide the defcustom definition, which is
14302         bad.)
14303
14304         * canlock.el: Require sha1, not sha1-el.
14305
14306         * message.el: Don't autoload sha1 (there is a autoload cookie in
14307         sha1.el).
14308
14309         * sha1-el.el: Renamed to sha1.el.
14310
14311 2004-08-30  Juanma Barranquero  <lektu@terra.es>
14312
14313         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
14314
14315 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14316
14317         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
14318
14319 2004-08-30  Kim F. Storm  <storm@cua.dk>
14320
14321         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
14322
14323         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
14324         Add :group 'nnimap.
14325
14326 2004-08-30  Andreas Schwab  <schwab@suse.de>
14327
14328         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
14329         ?* and ?\;.
14330
14331         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
14332         and ?\' to symbol instead of whitespace.
14333
14334 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14335
14336         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
14337
14338         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
14339         instead of re-search-forward.
14340
14341         * gnus-uu.el (gnus-uu-save-article): Ditto.
14342         (gnus-uu-post-encode-uuencode): Ditto.
14343
14344         * html2text.el (html2text-clean-list-items): Ditto.
14345         (html2text-clean-dtdd): Ditto.
14346         (html2text-format-tags): Ditto.
14347
14348         * message.el (message-send-mail-with-sendmail): Fix regexp.
14349         (message-fill-field-general): Use search-forward instead of
14350         re-search-forward.
14351         (unbold-region): Ditto.
14352
14353         * nnrss.el (nnrss-request-article): Ditto.
14354
14355         * nnslashdot.el (nnslashdot-request-article): Ditto.
14356
14357         * nnweb.el (nnweb-gmane-wash-article): Ditto.
14358
14359         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
14360         "Unrecognized menu descriptor" error in XEmacs.
14361
14362 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14363
14364         * gnus-sum.el (gnus-read-header): Don't remove a header for the
14365         parent article of a sparse article in the thread hashtb.
14366
14367 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
14368
14369         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
14370         (nnmail-expand-newtext): Lowercase expanded entries if
14371         nnmail-split-lowercase-expanded is non-nil.
14372
14373 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14374
14375         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
14376
14377         * gnus-group.el (gnus-group-line-format-alist): Convert the value
14378         of gnus-tmp-news-method into string under XEmacs.  It will be
14379         passed to gnus-correct-length which takes only a string argument.
14380
14381 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14382
14383         * gnus-util.el (gnus-bind-print-variables): New macro.
14384         (gnus-prin1): Use it.
14385         (gnus-prin1-to-string): Use it.
14386         (gnus-pp): New function.
14387         (gnus-pp-to-string): New function.
14388
14389         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
14390         Replace pp-to-string with gnus-pp-to-string.
14391         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
14392         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
14393         * gnus-msg.el (gnus-debug): Ditto.
14394         * gnus-score.el (gnus-score-save): Ditto.
14395         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
14396         gnus-pp-to-string.
14397         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
14398         with gnus-pp.
14399         * score-mode.el (gnus-score-pretty-print): Ditto.
14400         * webmail.el (webmail-debug): Ditto.
14401
14402 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-art.el (article-display-face, article-display-x-face):
14405         Use buffer-read-only.
14406
14407 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14408
14409         * gnus-art.el (article-hide-list-identifiers):
14410         Bind inhibit-read-only as t.
14411
14412 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
14413
14414         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
14415
14416 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14417
14418         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
14419         (gnus-narrow-to-page): Don't assume point-min == 1.
14420         (gnus-article-edit-mode): Derive from message-mode.
14421
14422         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
14423         point-min == 1.
14424
14425         * imap.el (imap-parse-address-list, imap-parse-body-ext):
14426         Disable incorrect use of `assert'.
14427
14428         * message.el (message-mode): Set comment-start-skip.
14429
14430
14431 2004-08-22  Sam Steingold  <sds@gnu.org>
14432
14433         * pop3.el (pop3-leave-mail-on-server): New user variable.
14434         (pop3-movemail): Delete mail only when it is nil.
14435
14436 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
14437
14438         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
14439
14440         * mml.el (mml-preview): Use `pop-to-buffer'.
14441
14442         * message.el (message-goto-mail-followup-to): Insert after "To".
14443         (message-carefully-insert-headers): Add comment.
14444
14445         * gnus.el: Remove unused variable `gnus-article-check-size'.
14446
14447         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
14448
14449         * gnus-art.el (gnus-button-alist): Improve
14450         `gnus-button-handle-library' entry.
14451
14452 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
14453
14454         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
14455         downcase, since XEmacs capitalizes error messages differently.
14456
14457 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
14458
14459         * nntp.el: Add (require 'gnus) due to reference to
14460         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
14461
14462 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
14463
14464         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
14465         `mm-fill-flowed'.
14466
14467         * mm-decode.el (mm-dissect-singlepart): Check it.
14468
14469 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
14470
14471         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
14472         'imap' for netrc parsing.
14473
14474 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * mailcap.el (mailcap-mime-data): Mark as risky.
14477
14478 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
14481         may be included in the encoded word.
14482         (rfc2047-encode): Don't append a space if the encoded word
14483         includes close parenthesis.
14484
14485 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14486
14487         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
14488         of text within parentheses.
14489
14490 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
14491
14492         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
14493         (gnus-encrypt-write-file-contents): Make the password key the file
14494         name PLUS the cipher, not just the cipher.  Also remove failed
14495         passwords from the cache.
14496
14497 2004-08-06  Simon Josefsson  <jas@extundo.com>
14498
14499         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
14500         fix.
14501
14502 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14503
14504         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
14505         LWSP.
14506
14507 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
14508
14509         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
14510         to append in-reply-to: data to the references: header.
14511
14512         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
14513         (netrc-parse): Use gnus-encrypt.el functions.
14514
14515         * gnus-encrypt.el: Add new file for encryption support; currently
14516         does only a few GPG ciphers and an internal XOR cipher.
14517
14518         * password.el: Add comments on using password-read-and-add.
14519         (password-read-and-add): Add function to read and add the
14520         password to the cache at once.
14521
14522 2004-07-28  Simon Josefsson  <jas@extundo.com>
14523
14524         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
14525         parameter (but don't use it, for now).
14526
14527         * imap.el (imap-ssl-open): Use imap-process-connection-type,
14528         instead of hard coding to nil.
14529
14530 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * mm-view.el (mm-inline-image-emacs): Open lines under an image
14533         as mm-inline-image-xemacs does.
14534
14535 2004-07-26  Simon Josefsson  <jas@extundo.com>
14536
14537         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
14538         Revert part of 2004-07-17 change below.
14539
14540 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14541
14542         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
14543         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14544
14545 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14546
14547         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
14548         quotes that actually start with ">" at the beginning of the
14549         lines.
14550
14551 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * rfc2047.el (rfc2047-encode-region): Fix last change.
14554         (rfc2047-encode-parameter): Remove useless concat.
14555
14556 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
14559         encode special characters; fix some kind of misconfigured headers;
14560         signal a real error if debug-on-quit or debug-on-error is non-nil.
14561         (rfc2047-encode-max-chars): New variable.
14562         (rfc2047-encode-1): Use it.
14563         (rfc2047-encode-parameter): New function.
14564
14565         * mml.el (mml-insert-parameter): Remove an excessive space.
14566
14567 2004-07-17  Simon Josefsson  <jas@extundo.com>
14568
14569         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
14570         Kai Grossjohann <kai@emptydomain.de>.
14571         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
14572         (gnus-group-make-menu-bar): Ditto.
14573
14574         * gnus-util.el (gnus-group-server): Add.
14575
14576 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
14577
14578         * message.el (message-clone-locals): Clone sendmail and smtp
14579         variables.
14580
14581 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14582
14583         * rfc2047.el (rfc2047-encode-region): Fix last change.
14584
14585 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
14588         characters as non-special.
14589
14590 2004-07-09  Simon Josefsson  <jas@extundo.com>
14591
14592         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
14593         Users will lose all flag changes made while unplugged with
14594         e.g. nntp unless flag synchronization happens, thus `nil' is not a
14595         good default.  See numerous reports on ding mailing list.
14596
14597 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
14600         add generate-head-function and generate-article-function to the
14601         rfc822-forward entry.
14602         (nndoc-rfc822-forward-generate-article): New function.
14603         (nndoc-rfc822-forward-generate-head): New function.
14604
14605         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
14606
14607 2004-07-06  Dan Christensen  <jdc@uwo.ca>
14608
14609         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
14610         respect display group parameter and gnus-summary-expunge-below.
14611         (gnus-articles-to-read): Remove unused reference to display group
14612         parameter.
14613
14614 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14615
14616         * nnheader.el (nnheader-uniquify-message-id): New experimental
14617         variable.
14618         (nnheader-nov-read-message-id): Use it.
14619
14620         * spam-report.el (spam-report-gmane): Add interactive.
14621
14622 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
14625         qp-or-base64 for the application/* types.
14626
14627 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
14628
14629         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
14630
14631 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
14632
14633         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
14634         trim value.
14635
14636 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14637
14638         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
14639         New macro and function.
14640         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
14641
14642 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
14645         after-load-alist.
14646
14647 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14648
14649         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
14650         update info that isn't there.
14651
14652 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
14653
14654         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
14655         entry.
14656
14657 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * mm-view.el (mm-inline-render-with-function): Use multibyte
14660         buffer; decode html source by charset.
14661
14662         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
14663
14664         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
14665         Mule-UCS is loaded under XEmacs.
14666         (mm-mime-mule-charset-alist): Avoid duplicated entries.
14667
14668 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
14669
14670         * nnheader.el (nnheader-max-head-length): Increase to 8192.
14671
14672 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * mm-util.el (mm-coding-system-p): Return a coding-system.
14675         (mm-mime-mule-charset-alist): Use shift_jis instead of
14676         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
14677         entries for the mime charsets iso-2022-jp-3 and shift_jis.
14678         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
14679         instead of japanese-shift-jis and iso-latin-1 respectively in
14680         order to share the default value with both Emacs and XEmacs-mule.
14681         (mm-mule-charset-to-mime-charset): Make
14682         mm-coding-system-priorities effective.
14683         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
14684         while predicating of candidates upon the priorities.
14685
14686 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
14687
14688         * gnus-sum.el (gnus-summary-make-menu-bar): Add
14689         gnus-uu-invert-processable.
14690
14691         * gnus.el: Autoload gnus-uu-invert-processable.
14692
14693 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * mm-util.el (mm-with-multibyte-buffer): New macro.
14696
14697         * rfc2047.el (rfc2047-encode-string): Use it.
14698         (rfc2047-encode-region): Move point to the end of the region after
14699         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
14700
14701 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14702
14703         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
14704         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
14705
14706 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14707
14708         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
14709         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
14710         Karl Chen <quarl@nospam.quarl.org>.
14711
14712 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
14713
14714         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
14715         invalid addresses.
14716
14717 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
14718
14719         * spam.el: Change section markers, revise TODO list.
14720         (spam-backends): Make new master list of all installed backends.
14721         (spam-summary-exit-behavior): Add new variable to determine how
14722         messages moves are done at summary exit.
14723         (spam-move-spam-nonspam-groups-only)
14724         (spam-process-ham-in-nonham-groups)
14725         (spam-process-ham-in-spam-groups): Remove variables, the
14726         spam-summary-exit-behavior variable should be used to manage this
14727         behavior.
14728         (spam-old-ham-articles, spam-old-spam-articles): Remove.
14729         (spam-old-articles): Add variable, replacing spam-old-ham-articles
14730         and spam-old-spam-articles.
14731         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
14732         Add empty variables, placeholders for the backends they represent.
14733         (spam-set-difference): Move, unchanged.
14734         (spam-list-of-processors): Declare OBSOLETE, not used anymore
14735         unless the user has a processor variable.
14736         (spam-classifications, spam-classification-valid-p)
14737         (spam-backend-properties, spam-backend-property-valid-p)
14738         (spam-backend-function-type-valid-p)
14739         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
14740         (spam-report-articles-gmane, spam-report-articles-resend):
14741         Remove functions, they are not needed.
14742         (spam-install-backend-super, spam-backend-list)
14743         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
14744         (spam-backend-function, spam-backend-ham-registration-function)
14745         (spam-backend-spam-registration-function)
14746         (spam-backend-ham-unregistration-function)
14747         (spam-backend-spam-unregistration-function)
14748         (spam-backend-statistical-p, spam-backend-mover-p)
14749         (spam-install-backend-alias, spam-install-checkonly-backend)
14750         (spam-install-mover-backend, spam-install-nocheck-backend)
14751         (spam-install-backend, spam-install-statistical-backend)
14752         (spam-install-statistical-checkonly-backend): Add backend installation
14753         support.
14754         (spam-summary-prepare-exit): Rewrite to use the new backend code.
14755         (spam-group-processor-p): Use the new backend code and respect the
14756         summary exit behavior.
14757         (spam-mark-spam-as-expired-and-move-routine): Remove.
14758         (spam-summary-prepare): Change to use the new spam-old-articles
14759         variable.
14760         (spam-copy-or-move-routine, spam-copy-spam-routine)
14761         (spam-move-spam-routine, spam-copy-ham-routine)
14762         (spam-move-ham-routine): Add code to copy/move ham or spam.
14763         (spam-fetch-field-fast): Improve doc and code, plus allow the
14764         'number request.
14765         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
14766         variables.
14767         (spam-split, spam-find-spam): Use the new backend code.
14768         (spam-registration-functions): Remove variable.
14769         (spam-unregister-routine): Add convenience wrapper.
14770         (spam-log-undo-registration, spam-register-routine)
14771         (spam-log-processing-to-registry)
14772         (spam-log-unregistration-needed-p): Rename "check" to "backend"
14773         where possible.
14774         (spam-check-gmane-xref, spam-check-regex-headers)
14775         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
14776         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
14777         (spam-check-bogofilter-headers, spam-check-spamoracle)
14778         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
14779         (spam-check-crm114-headers): Use the spam-split-group that
14780         spam-split prepares, no need to determine it every time.
14781
14782         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
14783         to the nnheader-parse-naked-head call.
14784
14785         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
14786
14787         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
14788         the nnheader-nov-read-message-id call.
14789
14790 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14791
14792         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
14793         gnus-activate-group twice.  Suggested by Markus Peter
14794         <warp@spin.de>.
14795
14796 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-art.el (gnus-article-time-format): Exchange the order of
14799         day and month in the default value; fix customization type.
14800         (article-date-ut): Use add-text-properties.
14801         (article-make-date-line): Use message-make-date instead of
14802         current-time-string.
14803
14804         * message.el (message-fetch-field): Don't use set-text-properties.
14805         (message-make-date): Simplify.
14806
14807         * messagexmas.el (message-xmas-make-date): New function.
14808         (message-xmas-redefine): Defalias message-make-date to it.
14809
14810 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
14813         (rfc2047-encode-region): Treat text within parentheses as special;
14814         show the original text when error has occurred.
14815
14816         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
14817         already-computed method to gnus-activate-group.
14818
14819         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
14820         same select-methods identical Lisp objects.
14821
14822         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
14823         object when modifying the info.
14824
14825 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14826
14827         * gnus-srvr.el (gnus-server-set-info): Remove the server from
14828         gnus-opened-servers since it has never been opened with the new
14829         configuration yet.
14830
14831 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
14834         arg to nnheader-generate-fake-message-id.
14835
14836 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
14837
14838         * nnheader.el (nnheader-generate-fake-message-id): Accept a
14839         number and build a fake message ID localized to a group and
14840         article number (so it's repeatable from that point on).
14841         (nnheader-fake-message-id-p): Change regex to accomodate new fake
14842         ID format.
14843
14844         * gnus-sum.el (gnus-get-newsgroup-headers): Call
14845         nnheader-generate-fake-message-id with the article number.
14846
14847 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
14848
14849         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
14850         end-of-buffer.
14851
14852 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14853
14854         * message.el (message-ignored-supersedes-headers): Add Approved.
14855
14856 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * rfc2047.el (rfc2047-encode-message-header): Remove useless
14859         goto-char.
14860         (rfc2047-encode): Fold the line before encoding.
14861
14862 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14863
14864         * rfc2047.el (rfc2047-encode-message-header): Disabled header
14865         folding -- not all headers can be folded, and this should be done
14866         by the message composition mode.  Probably.  I think.
14867
14868 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14869
14870         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
14871         fast.
14872
14873         * gnus-ems.el (gnus-remove-image): Don't use
14874         message-text-with-property; remove only the image found first.
14875
14876         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
14877         found first.
14878
14879 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
14880
14881         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
14882
14883 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * message.el (message-text-with-property): Make it fast and accept
14886         optional arguments.
14887         (message-strip-forbidden-properties): Use it.
14888         (message-fix-before-sending): Follow the m-t-w-p change.
14889
14890         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
14891
14892 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-art.el (article-hide-headers): Don't change the buffer
14895         mistakenly when performing mml-preview even if
14896         gnus-single-article-buffer is nil.
14897
14898 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
14899
14900         * message.el (message-expand-name-databases): New user option.
14901         (message-expand-name): Use it.
14902
14903 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
14904
14905         * spam.el (spam-report-articles-resend)
14906         (spam-report-resend-register-routine): Allow ham reporting.
14907         (spam-report-resend-register-ham-routine): Add wrapper.
14908         (spam-registration-functions): Add ham resending functions.
14909         (spam-list-of-processors): Add ham resend processor.
14910
14911         * gnus.el (ham-resend-to): Add new group parameter.
14912         (spam-process): Add ham resend option.
14913
14914         * spam-report.el (spam-report-resend): Allow reporting ham.
14915         (spam-report-resend-ham): Add wrapper.
14916
14917 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14918
14919         * message.el (message-cite-articles-with-x-no-archive): New
14920         variable.
14921         (message-cite-original): Use it.
14922
14923 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14924
14925         * message.el (message-cite-original): Respect X-No-Archive.
14926
14927 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * gnus-art.el (article-hide-headers): Refer to the values for
14930         gnus-ignored-headers and gnus-visible-headers in the summary
14931         buffer since a user may have set them as group parameters.
14932
14933 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
14934
14935         * assistant.el (assistant-node-name): Add convenience function.
14936         (assistant-render-text, assistant-render-node): Add error handling,
14937         plus handle multiple next nodes.
14938         (assistant-find-next-node): Comment out for now.
14939         (assistant-find-next-nodes): Add function, returns list of next
14940         nodes.
14941
14942 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
14943
14944         * mail-source.el (mail-source-directory): Fix doc-string.
14945
14946 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
14947
14948         * assistant.el (assistant-render-text, assistant-eval): Add :set
14949         widget type, which is different because it takes and returns a
14950         list.  Much hilarity ensues.
14951
14952 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
14953
14954         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
14955
14956         * gnus-group.el (gnus-group-get-new-news-this-group): Added
14957         doc-string.
14958
14959         * gnus-start.el (gnus-activate-group): Added doc-string.
14960
14961 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14962
14963         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
14964
14965 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
14966
14967         * assistant.el (assistant-render-text): Try to add a :set
14968         widget, more to come.
14969
14970         * spam.el (spam-group-spam-contents-p): Handle empty groupname
14971         strings.
14972         (spam-report-articles-resend)
14973         (spam-register-routine): Do registration iff any articles warrant
14974         it.
14975         (spam-summary-prepare-exit): Change log message for nil group
14976         destinations.
14977
14978 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
14979
14980         * spam.el (spam-report-resend-register-routine): Allow
14981         spam-report-resend-to to be a group parameter or a global value.
14982
14983 2004-05-26  Simon Josefsson  <jas@extundo.com>
14984
14985         * starttls.el: Merge with my GNUTLS based starttls.el.
14986         (starttls-gnutls-program, starttls-use-gnutls)
14987         (starttls-extra-arguments, starttls-process-connection-type)
14988         (starttls-connect, starttls-failure, starttls-success): New
14989         variables.
14990         (starttls-program, starttls-extra-args): Doc fix.
14991         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
14992         functions.
14993         (starttls-negotiate, starttls-open-stream): Check
14994         `starttls-use-gnutls' and pass on to corresponding *-gnutls
14995         function if it is set.
14996
14997 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
15000         structured fields.
15001
15002 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15003
15004         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
15005
15006 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
15007
15008         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
15009         variable.
15010         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
15011         assigning the spam-mark to new messages.
15012
15013 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
15014
15015         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
15016
15017 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15018
15019         * dgnushack.el: Autoload customize-set-variable for XEmacs.
15020
15021         * rfc2047.el (rfc2047-encodable-p): Don't move point.
15022         (rfc2047-decode): Treat the ascii coding-system as raw-text by
15023         default.
15024
15025 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
15026
15027         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
15028         correct data.
15029
15030 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
15031
15032         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
15033         (spam-group-processor-p): Fix function.
15034         (spam-group-processor-multiple-p)
15035         (spam-group-spam-processor-report-gmane-p)
15036         (spam-group-spam-processor-report-resend-p)
15037         (spam-group-spam-processor-bogofilter-p)
15038         (spam-group-spam-processor-blacklist-p)
15039         (spam-group-spam-processor-ifile-p)
15040         (spam-group-ham-processor-ifile-p)
15041         (spam-group-spam-processor-spamoracle-p)
15042         (spam-group-spam-processor-crm114-p)
15043         (spam-group-ham-processor-bogofilter-p)
15044         (spam-group-spam-processor-stat-p)
15045         (spam-group-ham-processor-stat-p)
15046         (spam-group-ham-processor-whitelist-p)
15047         (spam-group-ham-processor-BBDB-p)
15048         (spam-group-ham-processor-spamoracle-p)
15049         (spam-group-ham-processor-copy-p): Remove functions with some
15050         prejudice against unneeded code.
15051         (spam-report-articles-resend)
15052         (spam-report-resend-register-routine): Allow the group/topic
15053         spam-resend-to value to override spam-report-resend-to.
15054         (spam-summary-prepare-exit): Invoke spam-group-processor-p
15055         properly now.
15056
15057         * gnus.el (spam-resend-to): Add group/topic parameter.
15058         (spam-process): Move the OBSOLETE processors to the end of the
15059         choices.
15060
15061 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
15062
15063         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
15064         with resend-to set to nil, and then ask the user if necessary.
15065         (spam-report-resend): spam-report-resend takes a list of articles, not
15066         separate article numbers.
15067
15068 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15069
15070         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
15071         addition to emacs-w3m.
15072
15073 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15074
15075         * assistant.el (assistant-authinfo-data): New function.
15076         (assistant-eval): Eval for entire assistant.
15077
15078         * netrc.el (netrc-services-file): New variable.
15079         (netrc-parse-services): New function.
15080         (netrc-find-service-name): New function.
15081         (netrc-find-service-number): New function.
15082         (netrc-port-equal): New function.
15083         (netrc-machine): Use it.
15084
15085         * nnimap.el (nnimap-open-connection): Use netrc.
15086
15087         * gnus-util.el (gnus-netrc-get): Remove aliases.
15088
15089         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
15090
15091         * assistant.el (wid-edit): Fix compilation.
15092
15093         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
15094
15095 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
15096
15097         * gnus-util.el (gnus-set-file-modes): New function.  (small
15098         patch).
15099
15100 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15101
15102         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
15103
15104         * assistant.el (assistant-render-node): Fix up rendering and
15105         read-only text.
15106         (assistant-render-node): Reset.
15107         (assistant-make-read-only): Not sticky.
15108
15109 2004-05-20  Danny Siu  <dsiu@adobe.com>
15110
15111         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
15112         centered even when gnus-auto-center-summary is t.
15113
15114 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15115
15116         * dns.el (dns-get-txt-answer): New function.
15117         (dns-read-txt): Ditto.
15118         (query-dns): Use it.
15119
15120 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15121
15122         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
15123         active for foreign groups even if the group level is higher than
15124         the specified value.
15125
15126 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15127
15128         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
15129         non-active groups.
15130
15131         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
15132
15133 2004-05-20  Magnus Henoch  <mange@freemail.hu>
15134
15135         * dns.el (dns-read-type): Add support for SVR.  (small patch)
15136
15137 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
15138
15139         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
15140         (spam-crm114-header, spam-crm114-spam-switch)
15141         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
15142         (spam-crm114-positive-spam-header)
15143         (spam-crm114-database-directory, spam-list-of-processors)
15144         (spam-group-spam-processor-crm114-p)
15145         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
15146         (spam-generic-score, spam-list-of-checks)
15147         (spam-list-of-statistical-checks, spam-registration-functions)
15148         (spam-check-crm114-headers, spam-crm114-score)
15149         (spam-check-crm114, spam-crm114-register-with-crm114)
15150         (spam-crm114-register-spam-routine)
15151         (spam-crm114-unregister-spam-routine)
15152         (spam-crm114-register-ham-routine)
15153         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
15154         asjo@koldfront.dk (Adam Sjøgren).
15155
15156         * gnus.el: Add spam-use-crm114.
15157
15158         * spam.el (spam-list-of-processors, spam-registration-functions):
15159         Add spam-use-resend.
15160         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
15161         (spam-report-articles-gmane): Add doc fix.
15162         (spam-report-articles-resend, spam-report-resend-register-routine):
15163         Add wrappers around spam-report-resend-to.
15164
15165         * spam-report.el (spam-report-resend-to, spam-report-resend):
15166         Add support for resending spam.
15167         (spam-report-gmane): Fix line length >80.
15168
15169         * gnus.el (spam-process): Add spam-use-resend.
15170
15171 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15172
15173         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
15174         number of processed spam messages.
15175         (spam-ham-copy-or-move-routine): Return the number of processed
15176         ham messages.
15177         (spam-summary-prepare-exit): Use the above values to decide
15178         whether status messages shouled be displayed.
15179
15180 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15181
15182         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
15183         `rfc2047-encoding-function-alist' in order to avoid conflicting
15184         with the old version.
15185         (rfc2047-encode-region): Concatenate words containing non-ASCII
15186         characters in structured fields; don't encode space-delimited
15187         ASCII words even in unstructured fields; don't break words at
15188         char-category boundaries.
15189         (rfc2047-encode-1): New function.
15190         (rfc2047-encode): Use it; encode text so that it occupies the
15191         maximum width within 76-column; work correctly on Q encoding for
15192         iso-2022-* charsets.
15193         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
15194         sure not to break a line just after the header name.
15195         (rfc2047-b-encode-region): Removed.
15196         (rfc2047-b-encode-string): New function.
15197         (rfc2047-q-encode-region): Removed.
15198         (rfc2047-q-encode-string): New function.
15199
15200         * mm-util.el (mm-replace-in-string): New function.
15201
15202 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15203
15204         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
15205         get it right.
15206         (gnus-inews-make-draft): Really.
15207
15208 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
15209
15210         * nnmh.el (nnmh-request-list-1): Don't check the link count
15211         before descending.  (small patch)
15212
15213 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15214
15215         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
15216         stuff.
15217
15218         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
15219         on real group name.
15220
15221         * gnus-art.el (gnus-signature-limit): Doc fix.
15222
15223         * gnus-msg.el (gnus-inews-make-draft): Quote list.
15224
15225         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
15226
15227 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
15228
15229         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
15230         isn't a string.
15231
15232 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15233
15234         * gnus-draft.el (gnus-draft-send): Bind
15235         rfc2047-encode-encoded-words.
15236
15237         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
15238         (rfc2047-encodable-p): Say that =? needs encoding.
15239         (rfc2047-encode-encoded-words): New variable.
15240
15241         * gnus-group.el (gnus-group-select-group): Doc fix.
15242
15243         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
15244
15245         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
15246         to nil.
15247
15248         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
15249
15250         * nnheader.el (nnheader-get-lines-and-char): New function.
15251
15252 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * gnus-msg.el (gnus-summary-followup-with-original): Document
15255         yanking of region when active.
15256
15257 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
15260         groups if the group level is higher than the specified value.
15261
15262 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15263
15264         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
15265         (gnus-group-jump-to-group): Added prefix argument using
15266         `gnus-group-jump-to-group-prompt'.  Query before jumping to
15267         non-active group.
15268
15269         * compface.el (uncompface): Be verbose when changing
15270         `uncompface-use-external'.
15271
15272         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
15273         handle manual section.
15274
15275 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15276
15277         * gnus-art.el (gnus-button-alist): Revert previous change.
15278
15279 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15280
15281         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
15282
15283 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15284
15285         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
15286         whether backend can accept message.
15287
15288         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
15289
15290 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
15291
15292         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
15293         Avoid creating directory when nntp-marks-is-evil is true.
15294         Reported by Reiner Steib.
15295
15296 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15297
15298         * gnus-picon.el (gnus-picon-style): New variable.
15299         (gnus-picon-insert-glyph): Added optional `nostring' argument.
15300         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
15301         Jesper Harder <harder@ifa.au.dk>.
15302
15303 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15304
15305         * message.el (message-fill-field): Return point.
15306         (message-generate-headers): Go to end of field.
15307
15308         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
15309         stuff for non-living groups.
15310
15311 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
15312
15313         * gnus-art.el (gnus-article-followup-with-original)
15314         (gnus-article-reply-with-original): gnus-mark-active-p ->
15315         gnus-region-active-p.
15316
15317 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
15318
15319         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
15320         only when there is spam or ham to be processed.
15321
15322 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15323
15324         * mail-source.el (mail-source-delete-crash-box): Refactor.
15325         (mail-source-fetch): Use it.
15326         (mail-source-fetch-file): Ditto.
15327         (mail-source-fetch-directory): Run postscript in loop.
15328         (mail-source-fetch-pop): Delete.
15329         (mail-source-fetch-maildir): Ditto.
15330         (mail-source-fetch-imap): Ditto.
15331
15332         * imap.el (imap-authenticators): Comment out sasl.
15333
15334         * message.el (message-skip-to-next-address): New function.
15335         (message-fill-header-address): Refactor.
15336         (message-fill-address): Use it.
15337         (message-delete-address): Use it.
15338         (message-fill-header-general): Refactor.
15339         (message-fill-field-address): Rename.
15340         (message-narrow-to-field): Find the start of the header.
15341         (message-header-format-alist): Don't pre-fill.
15342         (message-fill-header): Removed.
15343         (message-insert-header): New function.
15344         (message-shorten-references): Use it.
15345
15346         * rfc2047.el (rfc2047-field-value): Strip props.
15347
15348         * mail-parse.el (mail-header-make-address): New alias.
15349
15350         * ietf-drums.el (ietf-drums-make-address): New function.
15351
15352         * imap.el: Add compiler directives.
15353
15354         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
15355
15356         * gnus-art.el (article-decode-idna-rhs): Don't use
15357         message-idna-inside-rhs-p.
15358
15359 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15360
15361         * message.el (message-idna-inside-rhs-p): Removed.
15362         (message-idna-to-ascii-rhs-1): Use proper address parsing.
15363
15364         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
15365         false positives.
15366
15367 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
15368
15369         * imap.el (imap-sasl-make-mechanisms): Use sasl.
15370
15371 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15372
15373         * nneething.el (nneething-file-name): Don't create spurious
15374         files.
15375
15376         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
15377         (gnus-inews-do-gcc): Remove sleep.
15378
15379         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
15380         part under point.
15381
15382         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
15383         (gnus-agent-regenerate-group): Using nil messages aren't valid.
15384
15385 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
15386
15387         * spam.el (spam-summary-prepare-exit): Fixed (length).
15388
15389 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
15390
15391         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
15392         as expired without moving it" message when there are spam
15393         messages left.
15394
15395 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
15396
15397         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
15398         header is not nil.
15399
15400 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
15401
15402         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
15403         nntp-possibly-create-directory, not nntp-possibly-change-group.
15404         (nntp-marks-changed-p): New arg SERVER.
15405         (nntp-request-update-info): Adjust caller.
15406
15407 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
15408
15409         * nntp.el (nntp-save-marks): Pass missing arg.
15410
15411 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
15412
15413         * nntp.el: Support marks.
15414         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
15415         (nntp-marks-modtime, nntp-marks-directory): New variables.
15416         (nntp-request-set-mark, nntp-request-update-info)
15417         (nntp-possibly-create-directory, nntp-marks-changed-p)
15418         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
15419         functions.
15420
15421 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
15422
15423         * gnus-xmas.el (gnus-xmas-select-lowest-window)
15424         (gnus-xmas-redefine): Rename.
15425
15426         * gnus-score.el (gnus-score-insert-help): Use
15427         gnus-select-lowest-window.
15428
15429         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
15430         appt-select-lowest-window and rename to gnus-select-lowest-window.
15431
15432         * gnus.el: do.
15433
15434 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15435
15436         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
15437         encodings of MIME-encoded words, in order to improve
15438         interoperability with several broken MUAs.
15439
15440 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15441
15442         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
15443         tags, only when charsets are not specified in headers.
15444         (mm-inline-text-html-render-with-w3m): Ditto.
15445
15446         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
15447         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
15448
15449 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15450
15451         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
15452         instead of MIME-decoded from fields when checking
15453         `gnus-article-address-banner-alist'.
15454
15455 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
15456
15457         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
15458         description rather than subject.
15459
15460 2004-05-02  Steve Youngs  <steve@youngs.au.com>
15461
15462         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
15463
15464 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15465
15466         * gnus.el (gnus-version-number): Bump.
15467
15468 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15469
15470         * gnus.el: No Gnus v0.2 is released.
15471
15472 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15473
15474         * gnus-agent.el (gnus-agent-read-agentview): Inline
15475         gnus-uncompress-range.
15476
15477 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15478
15479         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
15480         `exec-installed-p'.
15481
15482 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15483
15484         * gnus.el (spam-process, spam-autodetect-methods): Add
15485         bsfilter and bsfilter-headers.
15486
15487         * spam.el (spam-bsfilter): New customize group.
15488         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
15489         (spam-bsfilter-header, spam-bsfilter-probability-header)
15490         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
15491         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
15492         (spam-bsfilter-database-directory): New options.
15493         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
15494         (spam-list-of-statistical-checks, spam-registration-functions):
15495         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
15496         (spam-bsfilter-score): New command.
15497         (spam-check-bsfilter-headers, spam-check-bsfilter)
15498         (spam-bsfilter-register-with-bsfilter)
15499         (spam-bsfilter-register-spam-routine)
15500         (spam-bsfilter-unregister-spam-routine)
15501         (spam-bsfilter-register-ham-routine)
15502         (spam-bsfilter-unregister-ham-routine): New functions.
15503         (spam-generic-score): Support bsfilter; Accept an optional argument
15504         to recalcurate spam score even if scoring header has already been
15505         added.
15506         (spam-bogofilter-score, spam-spamassassin-score): Accept an
15507         optional argument to recalcurate spam score even if scoring header
15508         has already been added.
15509
15510 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
15511
15512         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
15513         strings!  Reported by David D. Smith <davidsmith@acm.org>.
15514         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
15515         link is missing.
15516
15517 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
15518
15519         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
15520         (html2text-get-attr): Rewrite.
15521
15522         * message.el (message-setup-1): Remove redundant put-text-property
15523         on mail-header-separator.
15524
15525 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
15526
15527         * gnus-registry.el (gnus-registry-cache-whitespace)
15528         (gnus-registry-action, gnus-registry-spool-action)
15529         (gnus-registry-split-fancy-with-parent): Change message levels
15530         from 5 to 3 or 7, as needed.
15531
15532         * spam.el (spam-summary-prepare-exit)
15533         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
15534         (spam-split, spam-find-spam, spam-log-undo-registration)
15535         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
15536         level from 5 to 6.
15537
15538 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15539
15540         * gnus-ems.el: Autoload appt-select-lowest-window (revert
15541         2004-03-04 change).
15542
15543 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
15544
15545         * sieve-manage.el (sieve-manage-open):
15546         * nnweb.el (nnweb-insert-html):
15547         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
15548         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
15549         * nnspool.el (nnspool-request-group):
15550         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
15551         * nnml.el (nnml-request-update-info):
15552         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
15553         (nnmh-request-create-group, nnmh-update-gnus-unreads):
15554         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
15555         (nnimap-request-set-mark):
15556         * nnfolder.el (nnfolder-request-update-info):
15557         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
15558         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
15559         * gnus-uu.el (gnus-uu-find-articles-matching):
15560         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
15561         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
15562         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
15563         * gnus-nocem.el (gnus-nocem-scan-groups):
15564         * gnus-int.el (gnus-start-news-server):
15565         * gnus-group.el (gnus-group-make-kiboze-group)
15566         (gnus-group-browse-foreign-server):
15567         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
15568         Use mapc when appropriate.
15569
15570 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
15571
15572         FIXME: Make separate entries for each person.
15573
15574         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
15575         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
15576         <shields@msrl.com>:
15577
15578         * spam.el (spam-necessary-extra-headers): Get the extra headers we
15579         may need for spam sorting and scoring.
15580         (spam-user-format-function-S): Add user format function suitable for
15581         general use.
15582         (spam-article-sort-by-spam-status): Add sorting function for summary
15583         sorting.
15584         (spam-extra-header-to-number): Add function to get a score from a
15585         header.
15586         (spam-summary-score): Add function to get a numeric score from the
15587         headers.
15588         (spam-generic-score): Fix function doc, was in wrong place.
15589         (spam-initialize): Take symbols when it's run, and install the
15590         extra headers that spam-necessary-extra-headers thinks we need.
15591
15592 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15593
15594         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
15595         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
15596
15597 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
15598
15599         * gnus-sum.el (gnus-set-global-variables)
15600         (gnus-build-all-threads, gnus-get-newsgroup-headers)
15601         (gnus-article-get-xrefs, gnus-summary-best-group)
15602         (gnus-summary-next-article, gnus-summary-enter-digest-group)
15603         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
15604         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
15605         Use with-current-buffer.
15606
15607 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
15608
15609         * spam.el (spam-summary-prepare-exit): Simplify logic.
15610         (spam-fetch-article-header): Read the article header if it's not
15611         available.
15612         (spam-list-articles): Simplify logic.
15613         (spam-filelist-register-routine): Fix bug with unregister-list.
15614
15615         * gnus-registry.el: Fix comments at beginning.
15616
15617 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
15618
15619         * message.el (message-cater-to-broken-inn): Remove.
15620         (message-shorten-references): Make sure the total folded length of
15621         References is shorter than 998 characters to cater to a bug in INN
15622         2.3.  Also, don't pretend that references aren't folded -- this
15623         hasn't worked for a while.
15624
15625 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15626
15627         * gnus-agent.el (gnus-agentize):
15628         gnus-agent-send-mail-real-function no longer set to current value
15629         of message-send-mail-function but rather a lambda that calls
15630         message-send-mail-function.  The change makes the agent real-time
15631         responsive to user changes to message-send-mail-function.
15632
15633 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15634
15635         * legacy-gnus-agent.el
15636         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
15637         help from Florian Weimer <fw@deneb.enyo.de>
15638
15639 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15640
15641         * nnmail.el (nnmail-cache-insert): Revert last change.
15642
15643 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15644
15645         * nnmail.el (nnmail-cache-insert): Always check whether
15646         nnmail-cache-ignore-groups matches a group name.
15647
15648 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
15649
15650         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
15651         (spam-find-spam, spam-log-processing-to-registry)
15652         (spam-log-registered-p, spam-log-unregistration-needed-p)
15653         (spam-log-undo-registration): Use gnus-message instead of
15654         gnus-error, none of these errors are fatal.
15655
15656         * gnus-registry.el (gnus-registry-clean-empty-function)
15657         (gnus-registry-clean-empty): Remove only empty entries without
15658         extra data.
15659
15660 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
15661
15662         * spam-stat.el (spam-stat-buffer-change-to-spam)
15663         (spam-stat-buffer-change-to-non-spam): Change (error) to
15664         (gnus-message 8) invocation.
15665
15666 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15667
15668         * nntp.el (nntp-via-netcat-command): New variable.
15669         (nntp-via-netcat-switches): New variable.
15670         (nntp-open-via-rlogin-and-netcat): New function.
15671         (nntp-open-connection-function): Doc fix.
15672         (nntp-telnet-command): Doc fix.
15673         (nntp-end-of-line): Doc fix.
15674         (nntp-via-rlogin-command): Doc fix.
15675         (nntp-via-user-name): Doc fix.
15676         (nntp-via-address): Doc fix.
15677
15678 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15679
15680         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
15681         error in Emacs 21.1.
15682
15683 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
15684
15685         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
15686
15687 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15688
15689         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
15690         (gnus-agent-with-refreshed-group): New macro.
15691         (gnus-agent-rename-group): New function.
15692         (gnus-agent-delete-group): New function.
15693         (gnus-agent-save-group-info): Use gnus-command-method when
15694         `method' parameter is nil.  Don't write nil entries into the
15695         active file.
15696         (gnus-agent-get-group-info): New function.
15697         (gnus-agent-fetch-articles): Use
15698         gnus-agent-update-files-total-fetched-for to increment disk space
15699         used.
15700         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
15701         gnus-agent-update-view-total-fetched-for to increment disk space
15702         used.
15703         (gnus-agent-get-local): Added optional parameters to avoid calling
15704         gnus-group-real-name and gnus-find-method-for-group.
15705         (gnus-agent-set-local): Delete stored entry if either min, or max,
15706         are nil.
15707         (gnus-agent-fetch-session): Reworded error/quit messages.  On
15708         quit, use gnus-agent-regenerate-group to record existance of any
15709         articles fetched to disk before the quit occurred.
15710         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
15711         gnus-agent-update-view-total-fetched-for, and
15712         gnus-agent-update-files-total-fetched-for to decrement disk space
15713         used.
15714         (gnus-agent-retrieve-headers): Use
15715         gnus-agent-update-view-total-fetched-for to increment disk space
15716         used.
15717         (gnus-agent-regenerate-group): Replace gnus-group-update-group
15718         with gnus-agent-update-files-total-fetched-for to decrement disk
15719         space and fresh group buffer.
15720         (gnus-agent-inhibit-update-total-fetched-for): New variable.
15721         (gnus-agent-need-update-total-fetched-for): New variable.
15722         (gnus-agent-update-files-total-fetched-for): New function.
15723         (gnus-agent-update-view-total-fetched-for): New function.
15724         (gnus-agent-total-fetched-for): New function.
15725
15726         * gnus-cache.el (gnus-cache-save-buffers): Use
15727         gnus-cache-update-overview-total-fetched-for to change disk space
15728         used by this group.
15729         (gnus-cache-possibly-enter-article): Use
15730         gnus-cache-update-file-total-fetched-for to increment disk space
15731         used by this group.
15732         (gnus-cache-possibly-remove-article): Use
15733         gnus-cache-update-file-total-fetched-for to decrement disk space
15734         used by this group.
15735         (gnus-cache-generate-nov-databases): Purge total fetched cache.
15736         (gnus-cache-rename-group): New function.
15737         (gnus-cache-delete-group): New function.
15738         (gnus-cache-inhibit-update-total-fetched-for): New variable.
15739         (gnus-cache-need-update-total-fetched-for): New variable.
15740         (gnus-cache-with-refreshed-group): New macro.
15741         (gnus-cache-update-file-total-fetched-for): New function.
15742         (gnus-cache-update-overview-total-fetched-for): New function.
15743         (gnus-cache-rename-group-total-fetched-for): New function.
15744         (gnus-cache-delete-group-total-fetched-for): New function.
15745         (gnus-cache-total-fetched-for): New function.
15746
15747         * gnus-group.el: Require gnus-sum and autoload functions to
15748         resolve warnings when gnus-group.el compiled alone.
15749         (gnus-group-line-format): Documented new %F.
15750         (size of Fetched data) group line format; identifies disk space
15751         used by agent and cache.
15752         (gnus-group-line-format-alist): Defined new F format.
15753         (gnus-total-fetched-for): New function.
15754         (gnus-group-delete-group): No longer update
15755         gnus-cache-active-altered as gnus-request-delete-group now keeps
15756         the cache in sync.
15757         (gnus-group-list-active): Let the agent store a server's active
15758         list if currently plugged.
15759
15760         * gnus-int.el (gnus-request-delete-group):
15761         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
15762         local disk in sync with the server.
15763         (gnus-request-rename-group):
15764         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
15765         local disk in sync with the server.
15766
15767         * gnus-start.el (gnus-get-unread-articles):
15768         Cosmetic simplification to logic.
15769
15770         * gnus-util.el (gnus-rename-file): New function.
15771
15772 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
15773
15774         * mm-util.el (mm-image-load-path): Handle nil in load-path.
15775
15776 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
15777
15778         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
15779         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
15780
15781 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
15782
15783         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
15784         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
15785
15786 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
15787
15788         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
15789
15790 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
15791
15792         * spam.el (spam-set-difference): Add function to replace
15793         gnus-set-difference in spam.el.
15794         (spam-summary-prepare-exit): Use spam-set-difference.
15795
15796 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
15797
15798         * gnus-registry.el (gnus-registry-cache-file): Update to use
15799         gnus-dribble-directory OR gnus-home-directory OR ~.
15800         (gnus-registry-split-fancy-with-parent): Fix doc.
15801
15802 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15803
15804         * message.el (message-exchange-point-and-mark): Use
15805         message-mark-active-p.  Suggested by Jesper Harder
15806         <harder@ifa.au.dk>.
15807
15808 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * message.el (message-exchange-point-and-mark): Don't activate
15811         region if it was inactive.  Suggested by Hiroshi Fujishima
15812         <pooh@nature.tsukuba.ac.jp>.
15813
15814 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15815
15816         * gnus-art.el (article-display-face): Display Faces in the same
15817         order as X-Faces.
15818
15819 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15820
15821         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
15822
15823 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15824
15825         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
15826         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
15827         (gnus-article-mime-hierarchy): Remove.
15828         (gnus-article-mime-hierarchy-next): Remove.
15829         (gnus-article-mode): Revert 2004-03-19 change.
15830         (gnus-article-setup-buffer): Revert 2004-03-19 change.
15831         (gnus-insert-mime-button): Revert 2004-03-19 change.
15832         (gnus-mime-accumulate-hierarchy): Remove.
15833         (gnus-mime-enter-multipart): Remove.
15834         (gnus-mime-leave-multipart): Remove.
15835         (gnus-mime-display-part): Revert 2004-03-19 change.
15836         (gnus-mime-display-alternative): Revert 2004-03-19 change.
15837
15838         * mml.el (mml-preview): Revert 2004-03-19 change.
15839
15840 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
15841
15842         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
15843
15844 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15845
15846         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
15847         t while entering a file name using the mm-with-multibyte macro.
15848         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15849
15850         * mm-util.el (mm-with-multibyte): New macro.
15851
15852 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15853
15854         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
15855         user option.
15856         (gnus-mime-multipart-functions): Doc and customization fix.
15857         (gnus-article-mime-hierarchy): New variable.
15858         (gnus-article-mime-hierarchy-next): New variable.
15859         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
15860         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
15861         gnus-article-mime-hierarchy-next to nil.
15862         (gnus-insert-mime-button): Show hierarchy numbers.
15863         (gnus-mime-accumulate-hierarchy): New function.
15864         (gnus-mime-enter-multipart): New function.
15865         (gnus-mime-leave-multipart): New function.
15866         (gnus-mime-display-part): Recompute hierarchical MIME structure.
15867         (gnus-mime-display-alternative): Show hierarchy numbers.
15868
15869         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
15870         gnus-article-mime-hierarchy-next to nil.
15871
15872 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
15873
15874         * dns.el: Don't require gnus-xmas.
15875
15876 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
15877
15878         * mml.el (mml-generate-mime-1): Don't use format=flowed with
15879         inline PGP.
15880         (mml-menu): Disable mml-quote-region if mark is inactive.
15881
15882 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15883
15884         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
15885         when the group's active is not available.
15886
15887 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15888
15889         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
15890         error.
15891
15892 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
15893
15894         * imap.el (imap-store-password): New variable.
15895         (imap-interactive-login): Use it.
15896         Suggested by Mark Plaksin <happy@mcplaksin.org>.
15897
15898 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15899
15900         * gnus-art.el (gnus-article-read-summary-keys): Restore new
15901         window-start and hscroll to summary window.
15902
15903 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15904
15905         * gnus-start.el (gnus-convert-old-newsrc): Only write the
15906         conversion message to newsrc-dribble when an actual conversion is
15907         performed.
15908
15909 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
15910
15911         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
15912
15913 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * mm-decode.el (mm-complicated-handles): New function reviving
15916         former definition of mm-multiple-handles.
15917
15918         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15919         (gnus-mime-delete-part): Use it.
15920
15921 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15922
15923         * gnus-agent.el (gnus-agent-read-local): Bind
15924         nnheader-file-coding-system to gnus-agent-file-coding-system to
15925         avoid the implicit assumption that they will always be equal.
15926         (gnus-agent-save-local): Bind buffer-file-coding-system, not
15927         coding-system-for-write, as the with-temp-file macro first prints
15928         to a buffer then saves the buffer.
15929
15930 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15931
15932         * gnus-art.el (gnus-article-edit-part): New function.
15933         (gnus-mime-save-part-and-strip): Use it; do query instead of
15934         signaling an error; don't use mm-multiple-handles.
15935         (gnus-mime-delete-part): Ditto.
15936
15937 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
15938
15939         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
15940         old file versions.
15941         (gnus-group-prepare-hook): Removed function that converted list
15942         form of gnus-agent-expire-days to group properties.
15943
15944         * gnus-int.el: Autoload gnus-agent-regenerate-group.
15945         (gnus-request-accept-article): Re-indented.
15946
15947         * gnus-start.el (gnus-convert-old-newsrc): Registered new
15948         converters to handle old agent file formats.  Added logic for a
15949         "backup before upgrading warning".
15950         (gnus-convert-mark-converter-prompt): Developers can mark
15951         functions as needing (default), or not needing,
15952         gnus-convert-old-newsrc's "backup before upgrading warning".
15953         (gnus-convert-converter-needs-prompt): Tests whether the user
15954         should be protected from potentially irreversable changes by the
15955         function.
15956
15957         * legacy-gnus-agent.el: New.  Provides converters that are only
15958         loaded when gnus-convert-old-newsrc needs to call them.
15959
15960 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15961
15962         * mail-source.el (mail-source-touch-pop): Doc fix.
15963
15964         * message.el (message-smtpmail-send-it): Doc fix.
15965
15966 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
15967
15968         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
15969
15970         * nnmail.el (nnmail-split-fancy): do.
15971
15972         * gnus-kill.el (gnus-kill, gnus-execute): do.
15973
15974 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15975
15976         * gnus-sum.el (gnus-widget-reversible-match)
15977         (gnus-widget-reversible-to-internal)
15978         (gnus-widget-reversible-to-external): New functions.
15979         (gnus-widget-reversible): New widget.
15980         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
15981
15982 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
15983
15984         * gnus-sum.el (gnus-thread-sort-functions)
15985         (gnus-article-sort-functions): Document `(not F)' items.
15986
15987 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
15988
15989         * spam.el (spam-use-gmane-xref): Add new backend.
15990         (spam-gmane-xref-spam-group): Add variable to control the name of the
15991         Gmane spam group.
15992         (spam-blackhole-servers, spam-blackhole-good-server-regex)
15993         (spam-regex-headers-spam, spam-regex-headers-ham)
15994         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
15995         (spam-list-of-checks): Add spam-use-gmane-xref to list of
15996         backends and checks.
15997         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
15998
15999         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
16000         an autodetect method.
16001
16002 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16003
16004         * gnus-int.el (gnus-request-accept-article): Inform the agent that
16005         articles are being added to a group.
16006         (gnus-request-replace-article): Inform the agent that articles
16007         need to be uncached as the cached contents are no longer valid.
16008
16009 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * binhex.el: Don't autoload executable-find.
16012
16013         * canlock.el: Don't autoload mail-fetch-field.
16014
16015         * dgnushack.el: Autoload c-mode for XEmacs.
16016
16017         * gnus-ems.el: Don't autoload appt-select-lowest-window.
16018
16019         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
16020         rmail-dont-reply-to and rmail-output.
16021
16022         * gnus-score.el: Don't autoload ffap-string-at-point.
16023
16024         * gnus-setup.el: Don't autoload sc-cite-original.
16025
16026         * imap.el: Don't autoload base64-decode-string,
16027         base64-encode-string and md5.
16028
16029         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
16030         and rmail-msg-restore-non-pruned-header.
16031
16032         * mm-decode.el: Don't autoload executable-find.
16033
16034         * mm-url.el: Don't autoload executable-find.
16035
16036         * mm-view.el: Don't autoload diff-mode.
16037
16038         * nndb.el: Don't autoload news-reply-mode, news-setup,
16039         cancel-timer and telnet.
16040
16041         * password.el: Don't autoload run-at-time for Emacs.
16042
16043         * sha1-el.el: Don't autoload executable-find.
16044
16045         * sieve-mode.el: Don't autoload c-mode.
16046
16047         * uudecode.el: Don't autoload executable-find.
16048
16049 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16050
16051         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
16052         (gnus-agent-possibly-alter-active): Avoid null in numeric
16053         comparison.
16054         (gnus-agent-set-local): Refuse to save null in local object table.
16055         (gnus-agent-regenerate-group): The REREAD parameter can now be a
16056         list of articles that will be marked as unread.
16057
16058 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16059
16060         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
16061
16062 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16063
16064         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
16065         language tags.
16066
16067 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
16068
16069         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
16070         Don't bind "obarray".
16071
16072         * gnus-sum.el (gnus-thread-sort-functions): Added
16073         `gnus-thread-sort-by-most-recent-number' and
16074         `gnus-thread-sort-by-most-recent-date'.
16075         Reported by Kai Grossjohann <kai@emptydomain.de>.
16076
16077 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16078
16079         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
16080
16081 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16082
16083         * gnus-cus.el (gnus-agent-customize-category): Removed
16084         ignore-errors macro reference that required cl to be loaded at
16085         run-time.
16086
16087         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
16088         single-interval range of the form (min . max).  Previously the
16089         range had to look like ((min . max)).  Likewise, return
16090         (min . max) rather than ((min . max)).
16091         (gnus-range-map): Use gnus-range-normalize to accept
16092         single-interval range.
16093
16094         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
16095         the cache, but not the agent, now appear with their usual face.
16096
16097         * dgnushack.el (loaddir): New variable that is bound to the
16098         directory containing the dgnushack.el file. Use loaddir, rather
16099         than srcdir, to update load-path. Change lets dgnushack compile
16100         code in directories other than GNUS/lisp.
16101
16102 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * lpath.el: Don't bind w3m-safe-url-regexp.
16105
16106         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
16107         w3m-safe-url-regexp variable buffer-local.
16108
16109         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16110
16111 2004-02-27  Simon Josefsson  <jas@extundo.com>
16112
16113         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
16114         gnus-group-real-prefix.
16115         (gnus-summary-move-article): Use it, instead of
16116         gnus-group-real-prefix.
16117
16118 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16119
16120         * lpath.el: Bind w3m-safe-url-regexp.
16121
16122         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
16123         w3m-safe-url-regexp variable buffer-local and set it as the value
16124         of mm-w3m-safe-url-regexp.
16125
16126         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
16127
16128         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
16129         parsing gnus-posting-styles when the message is not for replying.
16130
16131         * dgnushack.el: Autoload sgml-mode for XEmacs.
16132
16133         * nnrss.el (nnrss-opml-export): Use
16134         mm-set-buffer-file-coding-system instead of
16135         set-buffer-file-coding-system.
16136
16137 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
16138
16139         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
16140         of checkdoc.el).
16141         * nnrss.el: do.
16142         * gnus-mlspl.el: do.
16143         * gnus-ml.el: do.
16144         * gnus-srvr.el: do.
16145
16146         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
16147
16148 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
16149
16150         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
16151         Corrections to custom-manual links.
16152
16153         * gnus-art.el (gnus-article): Ditto.
16154
16155         * mm-decode.el (mime-display, mime-security): Ditto.
16156
16157 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16158
16159         * flow-fill.el: Typo.
16160
16161 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
16162
16163         * spam-wash.el: New file.
16164
16165 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
16166
16167         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
16168
16169 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
16170
16171         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
16172         to be run with new-articles as LIST1, not LIST2.
16173         (spam-registration-functions): Add spam-use-ham-copy as a nil
16174         registration backend.
16175
16176 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
16177
16178         * spam-stat.el (spam-stat-washing-hook): New option.
16179         (spam-stat-buffer-words): Use it.
16180         (spam-stat-process-directory, spam-stat-test-directory): Use
16181         insert-file-contents-literally.
16182         (spam-stat-coding-system): New variable.
16183         (spam-stat-load, spam-stat-save): Use it.
16184
16185 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16186
16187         * spam-report.el (spam-report-plug-agent): Quote
16188         spam-report-url-to-file and spam-report-url-ping-plain.
16189
16190 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
16191
16192         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
16193         / in mailto URLs.
16194
16195 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * spam-report.el (spam-report-process-queue): Fix interactive use.
16198         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
16199         (spam-report-unplug-agent): Doc fixes.
16200         (spam-report-url-ping-mm-url, spam-report-url-to-file)
16201         (spam-report-agentize, spam-report-deagentize): Autoload.
16202
16203 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16204
16205         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
16206
16207         * message.el (message-setup-fill-variables): Add mml tags to
16208         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
16209         <ajk@iu.edu>.
16210         (message-mode): Don't modify paragraph-separate there.
16211
16212 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16213
16214         * compface.el (uncompface-use-external): Default to undecided.
16215         (uncompface-use-external-threshold): New variable.
16216         (uncompface-float-time): New macro.
16217         (uncompface): Determine whether to use the external decoder if
16218         uncompface-use-external is undecided.
16219
16220 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16221
16222         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
16223         after images.
16224
16225         * gnus-art.el (gnus-mime-display-single): Remove dead code.
16226
16227 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
16228
16229         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
16230
16231         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
16232
16233         * gnus-sum.el (gnus-summary-limit-to-age)
16234         (gnus-summary-limit-children): do.
16235
16236         * gnus-int.el (gnus-request-scan): do.
16237
16238         * gnus-group.el (gnus-group-suspend): do.
16239
16240         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
16241
16242         * gnus-cite.el (gnus-cite-parse-attributions): do.
16243
16244         * gnus-agent.el (gnus-summary-set-agent-mark)
16245         (gnus-agent-regenerate-group): do.
16246
16247         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
16248
16249         * binhex.el (binhex-decode-region-internal): do.
16250
16251 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16252
16253         * gnus-fun.el (gnus-face-properties-alist): New user option.
16254         (gnus-display-x-face-in-from): Use it.
16255
16256         * gnus-art.el (article-display-face): Ditto.
16257
16258         * compface.el (uncompface-use-external): Default to nil.
16259
16260 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
16261
16262         * nntp.el (nntp-erase-buffer): New function.
16263         (nntp-retrieve-data, nntp-send-command)
16264         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
16265         (nntp-possibly-change-group): Use it.
16266
16267         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
16268         with-current-buffer.
16269
16270 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
16271
16272         * compface.el: Merge the ELisp-based uncompface program.
16273         (compface): New customization group.
16274         (uncompface-use-external): New user option.
16275         (uncompface): Call uncompface-internal if uncompface-use-external
16276         is nil.
16277         (uncompface-internal): New function.  Note that there are also
16278         some other functions and variables added for this function.
16279
16280 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
16281
16282         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
16283         if necessary.
16284
16285 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
16286
16287         * spam-report.el (spam-report-unplug-agent)
16288         (spam-report-plug-agent, spam-report-deagentize)
16289         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
16290         Add support for the Agent in spam-report: when unplugged, report to a
16291         file; when plugged, submit all the requests.
16292
16293         * spam.el (spam-register-routine): Fix message about
16294         registration.
16295
16296 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
16297
16298         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
16299         dependencies.
16300         (rfc2047-encode): Use it.
16301
16302         * gnus-art.el (gnus-button-marker-list): Move before first
16303         reference.
16304
16305         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16306         (imap-parse-body): Fix format string mismatch.
16307
16308         * gnus-score.el (gnus-summary-increase-score): do.
16309
16310         * nnrss.el (nnrss-close): New function.
16311
16312 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
16313
16314         * nnrss.el (nnrss-make-filename): New function.
16315         (nnrss-request-delete-group, nnrss-read-server-data)
16316         (nnrss-save-server-data, nnrss-read-group-data)
16317         (nnrss-save-group-data): Use it.
16318         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
16319         (nnrss-read-server-data, nnrss-read-group-data): Use load.
16320         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
16321
16322 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
16323
16324         * mml.el (mml-compute-boundary-1): Don't uncompress files.
16325
16326 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
16327
16328         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
16329         files.
16330
16331         * message.el (message-generate-headers-first): Don't quote nil
16332         and t in docstrings.
16333
16334         * imap.el (imap-id): do.
16335
16336         * gnus-agent.el (gnus-agent-consider-all-articles)
16337         (gnus-agent-queue-mail): do.
16338
16339 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * spam-report.el (spam-report-process-queue): New function.
16342         Process requests from `spam-report-requests-file'.
16343         (spam-report-process-queue): Doc fix.
16344
16345 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
16346
16347         * spam.el (spam-register-routine)
16348         (spam-log-processing-to-registry, spam-log-registered-p)
16349         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16350         Change "check" to "spam-check" for semi-clarity.
16351
16352 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
16353
16354         * pop3.el: Require nnheader.
16355
16356         * mml-smime.el: Require cl.  Autoload message-fetch-field.
16357
16358         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
16359
16360         * gnus-picon.el: Require cl.
16361
16362         * gnus-fun.el: Require gnus-ems and gnus-util.
16363
16364         * gnus.el (gnus-method-to-server): Move defsubst before first use.
16365
16366         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
16367
16368         * gnus-art.el (gnus-article-edit-mode): Define before first
16369         reference.
16370
16371 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
16372
16373         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
16374         (gnus-uu-post-encoded): Use point-at-bol.
16375
16376         * gnus-topic.el (gnus-group-active-topic-p): do.
16377
16378         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
16379
16380         * gnus-group.el (gnus-group-kill-region): do.
16381
16382         * gnus-art.el (article-date-ut): do.
16383
16384         * message.el (message-fetch-field): Remove redundant
16385         case-fold-search binding.
16386         (message-narrow-to-field): Simplify.
16387
16388 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
16389
16390         * spam.el (spam-directory): Derive from `gnus-directory'.
16391
16392         * spam-report.el (spam-report-url-to-file)
16393         (spam-report-requests-file): New function and variable for offline
16394         reporting.
16395         (spam-report-url-ping-function): Add `spam-report-url-to-file'
16396         and user defined function.
16397         (spam-report-url-ping-mm-url): Remove doubled slash.
16398
16399 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
16400
16401         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
16402
16403 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
16404
16405         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
16406         format string mismatch.
16407
16408         * sieve.el (sieve-deactivate-all): do.
16409
16410         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
16411
16412         * nnlistserv.el (nnlistserv-kk-wash-article): do.
16413
16414         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
16415
16416         * mm-bodies.el (mm-7bit-chars): Don't include \r.
16417
16418 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
16419
16420         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
16421         the list of checks.
16422
16423 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
16424
16425         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
16426         padding.
16427
16428 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
16429
16430         * mm-view.el (mm-fill-flowed): New variable.
16431         (mm-inline-text): Use it.
16432
16433 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
16434
16435         * spam.el (spam-spamassassin-register-ham-routine)
16436         (spam-spamassassin-register-spam-routine): Fix function names.
16437
16438 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * gnus.el (gnus-tmp-grouplens): Remove.
16441         (gnus-summary-line-format): Remove grouplens.
16442
16443         * gnus-group.el (gnus-group-line-format): Ditto.
16444
16445         * gnus-spec.el (gnus-format-specs): Ditto.
16446         (gnus-update-format-specifications): Flush the group format spec
16447         cache if there's the grouplens stuff.
16448         (gnus-parse-simple-format): Replace %l with the empty string.
16449
16450 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
16451
16452         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
16453         omission.
16454
16455 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16456
16457         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
16458         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16459
16460 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16461
16462         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
16463         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
16464         New macros and functions.
16465         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
16466         Handle > NLINK_MAX messages.
16467         * nnmaildir.el (nnmaildir-request-set-mark): Use
16468         nnmaildir--emlink-p and nnmaildir--eexist-p.
16469
16470 2004-01-25  Alex Schroeder  <alex@gnu.org>
16471
16472         * spam-stat.el (spam-stat-process-directory-age): New option.
16473         (spam-stat-process-directory): Use it.
16474
16475 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
16476
16477         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
16478         (spam-stat-save): Accept prefix argument.
16479
16480 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
16481
16482         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
16483         links" error.
16484
16485 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16486
16487         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
16488         the rest of the and/or forms.
16489
16490 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16491
16492         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
16493         compatibility with old .newsrc.eld files.
16494
16495         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
16496
16497         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
16498
16499         * gnus-start.el (gnus-1): do.
16500
16501         * gnus-group.el (gnus-group-line-format-alist): do.
16502
16503         * gnus.el (gnus-use-grouplens, gnus-visual): do.
16504
16505         * gnus-gl.el: Remove.
16506
16507 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16508
16509         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
16510         marks consisting of a single range {for example, (3 . 5)} rather
16511         than a list of a single range { ((3 . 5)) }.
16512
16513 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
16514
16515         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
16516         with-current-buffer.
16517         (spam-stat-store-current-buffer): Use insert-buffer-substring to
16518         avoid consing a string.
16519
16520         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
16521         Remove obsolete entries for big5 and gb2312.
16522
16523 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16524
16525         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
16526         uncompressed list.
16527
16528 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
16529
16530         * spam-stat.el (spam-stat-strip-xref): New function.
16531         (spam-stat-process-directory): Use it.
16532
16533         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
16534         here -- it's done in message-fetch-field.
16535
16536 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16537
16538         * gnus-agent.el (gnus-agent-queue-mail)
16539         (gnus-agent-prompt-send-queue): New variables.
16540         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
16541         * gnus-draft.el (gnus-group-send-queue): Pass the group name
16542         "nndraft:queue" along to gnus-draft-send.  Use
16543         gnus-agent-prompt-send-queue.
16544         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
16545         is "nndraft:queue".  Suggested by Gaute Strokkenes
16546         <gs234@srcf.ucam.org>
16547
16548         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
16549         (agent-enable-undownloaded-faces): Added.
16550         (gnus-agent-cat-groups): Use eval-and-compile, not
16551         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
16552         method of gnus-agent-cat-groups even when the buffer has been
16553         evaled.
16554         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
16555         delete gnus-agent-save-active-1.
16556         (gnus-agent-save-groups): Deleted.  Identical to
16557         gnus-agent-save-active.
16558         (gnus-agent-write-active): No longer adjust agent's copy of active
16559         file as agent's adjustments are now stored in their own
16560         file.  Removed optional parameter.
16561         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
16562         servers.  Add use of min/max range limits from server's local
16563         file.
16564         (gnus-agent-save-alist): Removed unused optional argument.
16565         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
16566         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
16567         (gnus-agent-set-local): A per-server file that keeps min/max range
16568         limits for articles known to the agent.  Provides a fast mechanism
16569         for altering many active ranges.
16570         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
16571         active file (local makes it unnecessary).
16572         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
16573
16574         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
16575         (agent-enable-undownloaded-faces): Added.
16576
16577         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
16578         disable it when sending to "nndraft:queue".
16579         (gnus-group-send-queue): Add safety check to avoid sending queue
16580         when unplugged.
16581
16582         * gnus-group.el (gnus-group-catchup): Use new
16583         gnus-sequence-of-unread-articles, not
16584         gnus-list-of-unread-articles, to avoid exhausting memory with huge
16585         numbers of articles.  Use gnus-range-map to avoid having to
16586         uncompress the unread list.
16587         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
16588         Fixed invalid ange-ftp reference.
16589
16590         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
16591         (gnus-sorted-range-intersection): Intersection of two ranges
16592         without requiring that they first be uncompressed.
16593
16594         * gnus-start.el (gnus-activate-group): Unless blocked by the
16595         caller, possibly expand the active range to include both cached
16596         and agentized articles.
16597         (gnus-convert-old-newsrc): Rewrote in anticipation of having
16598         multiple version-dependent converters.
16599         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
16600         gnus-agent-save-active.
16601         (gnus-save-newsrc-file): Save dirty agent range limits.
16602
16603         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
16604         gnus-agent-possibly-alter-active.
16605         (gnus-adjust-marked-articles): Faster handling of simple lists.
16606
16607 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
16608
16609         * spam-stat.el (spam-stat-test-directory): New optional argument
16610         displays a list of files detected.  Suggested by Andrew Cohen
16611         <cohen@andy.bu.edu>.
16612         (spam-stat-buffer-words-with-scores): Don't narrow and change
16613         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
16614
16615 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
16616
16617         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
16618         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
16619         (spam-spamassassin-arguments)
16620         (spam-spamassassin-spam-flag-header)
16621         (spam-spamassassin-positive-spam-flag-header)
16622         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
16623         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
16624         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
16625         (spam-list-of-processors, spam-list-of-checks)
16626         (spam-list-of-statistical-checks, spam-registration-functions)
16627         (spam-check-spamassassin-headers, spam-check-spamassassin)
16628         (spam-spamassassin-score)
16629         (spam-spamassassin-register-with-sa-learn)
16630         (spam-spamassassin-register-spam-routine)
16631         (spam-spamassassin-register-ham-routine)
16632         (spam-assassin-register-spam-routine)
16633         (spam-assassin-register-ham-routine): Add SpamAssassin support.
16634         (spam-bogofilter-score): Fix to show article before scoring.
16635
16636 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
16637
16638         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
16639         default scoring function.
16640         (spam-generic-score): Call spam-spamassassin-score if
16641         spam-use-spamassassin or spam-use-spamassassin-headers is on;
16642         spam-bogofilter-score otherwise.
16643
16644         * gnus.el (spam-process, spam-autodetect-methods): Add
16645         spamassassin and spamassassin-headers.
16646
16647 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
16648
16649         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16650         Suppress unnecessary messages.
16651
16652 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
16653
16654         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
16655         make-hash-table.
16656
16657 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16658
16659         * canlock.el (base64-encode-string): Don't autoload it.
16660
16661 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * run-at-time.el: Remove useless (require 'itimer),
16664         eval-and-compile and (featurep 'xemacs).
16665
16666 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
16667
16668         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
16669         GROUP is a virtual group.
16670
16671 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
16672
16673         * gnus.el: Autoload `message-y-or-n-p'.
16674
16675 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
16676
16677         * pgg-parse.el: Remove unnecessary (require 'custom).
16678
16679         * pgg-def.el: do.
16680
16681         * nnmail.el: do.
16682
16683         * gnus-undo.el: do.
16684
16685         * gnus-picon.el: do.
16686
16687         * gnus-util.el: do.
16688
16689 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
16690
16691         * gnus-sum.el (gnus-pick-line-number): Add autoload.
16692
16693 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
16696         handle, as well as a list.
16697
16698         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
16699         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
16700         (mm-w3m-cid-retrieve): Simplify.
16701
16702 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
16703
16704         * message.el (message-kill-to-signature): Allow prefix arg to
16705         specify number of lines to keep before signature.
16706
16707 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
16708
16709         * message.el (message-kill-to-signature): Change docstring.
16710
16711 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16712
16713         * canlock.el: Always require sha1-el.
16714         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
16715
16716         * message.el: Autoload sha1 only when compiling.
16717
16718         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
16719         eudc-expand-inline for XEmacs.
16720
16721 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * message.el (message-canlock-generate): Require sha1-el.
16724
16725 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
16726
16727         * message.el (message-expand-name): Silence the byte compiler.
16728
16729         * lpath.el: Add detect-coding-system.
16730
16731         * dgnushack.el (dgnushack-compile): Remove obsolete check for
16732         cus-edit.
16733
16734 2004-01-13  Simon Josefsson  <jas@extundo.com>
16735
16736         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
16737         Invoke gnus-score-mode.  Reported by
16738         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
16739
16740         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
16741         Jim Blandy <jimb@redhat.com> (tiny change).
16742
16743 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16744
16745         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
16746
16747 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
16748
16749         * spam.el (spam-get-article-as-string): Update to use
16750         gnus-request-article-this-buffer, much simpler.
16751         (spam-get-article-as-buffer): Remove.
16752
16753 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
16754
16755         * message.el (message-expand-name): Use EUDC if the user uses that.
16756
16757 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
16758
16759         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
16760         character for the encoding to avoid consing a string.
16761
16762         * rfc2047.el (rfc2047-decode-string): Don't cons a string
16763         unnecessarily.
16764
16765         * mm-util.el (mm-replace-chars-in-string): Remove.
16766
16767         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
16768         of mm-replace-chars-in-string.
16769
16770 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
16771
16772         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
16773
16774         * mm-util.el (mm-subst-char-in-string): Support inplace.
16775
16776         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
16777         a new string in every iteration.  Use shy groups.
16778
16779 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
16780
16781         * gnus-srvr.el (gnus-browse-unsubscribe-group):
16782         * gnus-soup.el (gnus-soup-group-brew):
16783         * gnus-msg.el (gnus-put-message):
16784         * gnus-move.el (gnus-group-move-group-to-server):
16785         * gnus-kill.el (gnus-batch-score):
16786         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
16787         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
16788         (gnus-group-update-group, gnus-group-read-group)
16789         (gnus-group-make-group, gnus-group-make-help-group)
16790         (gnus-group-make-archive-group, gnus-group-make-directory-group)
16791         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
16792         (gnus-group-sort-by-unread, gnus-group-catchup)
16793         (gnus-group-unsubscribe-group, gnus-group-kill-group)
16794         (gnus-group-yank-group, gnus-group-set-info)
16795         (gnus-group-list-groups):
16796         * gnus.el (gnus-generate-new-group-name):
16797         * gnus-delay.el (gnus-delay-send-queue):
16798         * nnvirtual.el (nnvirtual-catchup-group):
16799         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
16800         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
16801         (gnus-group-prepare-topics, gnus-topic-check-topology):
16802         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
16803         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
16804         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
16805         (gnus-group-make-articles-read):
16806         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
16807         (gnus-group-change-level, gnus-kill-newsgroup)
16808         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
16809         (gnus-get-unread-articles, gnus-make-articles-unread)
16810         (gnus-make-ascending-articles-unread): Use accessor
16811         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
16812         to get group information for improved readability.
16813
16814
16815 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16816
16817         * gnus-art.el (article-decode-mime-words, article-babel)
16818         (gnus-article-highlight-signature, gnus-article-add-buttons)
16819         (gnus-signature-toggle): Use gnus-with-article-buffer.
16820
16821         * gnus-art.el (gnus-article-highlight-headers)
16822         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
16823
16824         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
16825         (gnus-article-set-globals, gnus-request-article-this-buffer)
16826         (gnus-button-message-id, gnus-article-maybe-hide-headers)
16827         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
16828         (gnus-mime-display-alternative): Use with-current-buffer.
16829
16830 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16831
16832         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
16833         also under 80 char limit, and call gnus-error if needed.
16834         (spam-fetch-article-header): Fix - it was a
16835         buffer-local variable (gnus-newsgroup-data).
16836         (spam-find-spam): Use spam-generate-fake-headers, forget about
16837         spam-insert-fake-headers.
16838         (spam-insert-fake-headers): Remove.
16839
16840 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16841
16842         * deuglify.el (gnus-article-outlook-unwrap-lines)
16843         (gnus-outlook-rearrange-article)
16844         (gnus-outlook-repair-attribution-outlook)
16845         (gnus-outlook-repair-attribution-block)
16846         (gnus-outlook-repair-attribution-other): Remove redundant
16847         save-excursion.
16848
16849 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
16850
16851         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
16852         (spam-fetch-field-subject-fast)
16853         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
16854         (spam-fetch-article-header): Add functions to deal with Gnus
16855         internals for fast retrieval of article header data.
16856         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
16857
16858 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
16859
16860         * pop3.el (pop3-md5): Remove.
16861         (pop3-apop): Replace pop3-md5 with md5.
16862
16863         * mm-bodies.el: base64 is always built-in.
16864
16865         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
16866         with-current-buffer.
16867
16868 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16869
16870         * canlock.el (canlock-insert-header): Remove excessive grouping in
16871         regexp.
16872
16873         * gnus-sum.el (gnus-summary-read-document): Ditto.
16874
16875         * gnus-uu.el (gnus-uu-part-number): Ditto.
16876
16877         * html2text.el (html2text-remove-tags): Ditto.
16878         (html2text-format-tags): Ditto.
16879         (html2text-format-single-elements): Ditto.
16880
16881         * mml.el (mml-parse-1): Ditto.
16882
16883 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16884
16885         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
16886
16887         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
16888
16889         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
16890
16891         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
16892
16893 2003-11-15  Simon Josefsson  <jas@extundo.com>
16894
16895         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
16896         (pgg-gpg-lookup-key): Use regexp match instead of
16897         split-string (split-string is different between emacs 21.2 and
16898         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
16899
16900 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
16901
16902         * gnus-art.el (gnus-mime-view-all-parts)
16903         (gnus-article-part-wrapper, gnus-article-view-part): Use
16904         with-current-buffer.
16905
16906 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16907
16908         * spam.el (spam-disable-spam-split-during-ham-respool)
16909         (spam-spamoracle-database, spam-cache-lookups)
16910         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
16911         (spam-group-ham-mark-p, spam-group-spam-mark-p)
16912         (spam-group-ham-marks, spam-group-spam-marks)
16913         (spam-group-spam-contents-p, spam-group-ham-contents-p)
16914         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
16915         also add spam-use-blackholes to the statistical checks.
16916         (spam-fetch-field-fast): Add interface to fetching fields, may
16917         become a macro.
16918         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
16919         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
16920         (spam-insert-fake-headers): Fake an article when needed.
16921         (spam-find-spam): Fake article when possible.
16922         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
16923         (spam-check-bogofilter-headers): Use message-fetch-field instead
16924         of nnmail-fetch-field.
16925
16926 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
16927
16928         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
16929
16930 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
16931
16932         * spam.el (spam-split): Do not require spam-use-CHECK to be
16933         enabled if that check is passed to spam-split explicitly; also
16934         fix so 'spam doesn't get converted to spam-split-group when
16935         spam-split-symbolic-return is t.
16936         (spam-find-spam): Find registrations of the article and use those
16937         instead of re-running spam-split to find the spam/ham
16938         classification of the article.
16939         (spam-log-processing-to-registry, spam-log-registered-p)
16940         (spam-log-unregistration-needed-p, spam-log-undo-registration):
16941         Use gnus-error instead of gnus-message.
16942         (spam-log-registration-type): Add function to determine the
16943         classification of a message based on registry entries; will
16944         return nil if both 'spam and 'ham are found.
16945         (spam-check-BBDB): Expand all the BBDB macros here so we can have
16946         a reasonably fast local cache without the loading errors.
16947         (spam-cache-lookups): Set to t by default.
16948         (spam-find-spam): Don't try to guess spam-cache-lookups.
16949         (spam-enter-whitelist, spam-enter-blacklist): Clear the
16950         spam-caches entry.
16951         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
16952         caching of whitelist/blacklist entries.
16953         (spam-check-whitelist, spam-check-blacklist): Invoke
16954         spam-from-listed-p with a type, not a cache variable.
16955         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
16956
16957 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
16958
16959         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
16960
16961         * nnmail.el (nnmail-split-fancy): do.
16962
16963         * mml.el (mml-parse): do.
16964
16965         * gnus-score.el (gnus-enter-score-words-into-hashtb)
16966         (gnus-score-adaptive): do.
16967
16968 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16969
16970         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
16971         (gnus-mime-button-map): Don't set keymap parent.
16972         (gnus-button-ctan-directory-regexp): Use shy grouping.
16973         (gnus-prev-page-map): Don't set keymap parent.
16974         (gnus-prev-page-map): Remove duplicated one.
16975         (gnus-next-page-map): Don't set keymap parent.
16976         (gnus-mime-security-button-map): Ditto.
16977
16978         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
16979         version number.
16980
16981         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
16982
16983 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * canlock.el (canlock-sha1-function): Remove.
16986         (canlock-sha1-function-for-verify): Remove.
16987         (canlock-openssl-program): Remove.
16988         (canlock-openssl-args): Remove.
16989         (canlock-ignore-errors): Remove.
16990         (canlock-sha1-with-openssl): Remove.
16991         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
16992         (canlock-verify): Don't use canlock-ignore-errors.
16993
16994         * sha1-el.el (sha1-string-external): Make it can return a string
16995         in binary form.
16996         (sha1-region-external): Ditto.
16997         (sha1-string-internal): Ditto.
16998         (sha1-region-internal): Ditto.
16999         (sha1-region): Ditto.
17000         (sha1-string): Ditto.
17001         (sha1): Ditto.
17002
17003 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17004
17005         * spam.el (spam-report-articles-gmane): New command.
17006
17007 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17008
17009         * gnus.el: Don't make unnecessary *Group* buffer when loading.
17010
17011         * run-at-time.el (run-at-time-saved): Remove.
17012         (run-at-time): Doc fix.
17013
17014 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
17015
17016         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
17017         (gnus-summary-limit-map): Add it.
17018         (gnus-summary-make-menu-bar): do.
17019
17020 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
17021
17022         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
17023         Make attempt at some caching support (done for BBDB only now).
17024         (spam-find-spam): Set spam-cache-lookups if there are more than 2
17025         addresses to be checked.
17026         (spam-clear-cache-BBDB): Add function, to be invoked by
17027         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
17028         (spam-check-BBDB): Check and use the caches, if
17029         spam-cache-lookups is on, remove superfluous (provide).
17030
17031 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
17032
17033         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
17034
17035 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
17036
17037         * run-at-time.el (run-at-time-saved): Move to after the definition
17038         of `run-at-time'.
17039
17040         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
17041
17042 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17043
17044         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
17045         mm-w3m-local-map-property.
17046
17047         * mm-view.el (mm-w3m-mode-map): Remove.
17048         (mm-w3m-local-map-property): Remove.
17049         (mm-inline-text-html-render-with-w3m): Don't use
17050         mm-w3m-local-map-property.
17051
17052 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17053
17054         * run-at-time.el: New file.
17055
17056         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
17057         under Emacs.
17058
17059         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
17060         of gnus-set-text-properties.
17061
17062         * gnus-uu.el (gnus-uu-save-article): Ditto.
17063
17064         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
17065
17066         * gnus-cite.el (gnus-cite-parse): Ditto.
17067
17068         * gnus-art.el (gnus-button-push): Use set-text-properties instead
17069         of gnus-.
17070
17071         * gnus-xmas.el (run-at-time): Require run-at-time.
17072
17073         * gnus.el: Changed calls to nnheader-run-at-time and
17074         password-run-at-time throughout to use run-at-time directly.
17075
17076         * password.el: Removed definition of run-at-time.
17077
17078         * nnheaderxm.el: Remove definition of run-at-time.
17079
17080 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
17081
17082         * mml.el (mml-minibuffer-read-disposition): Show attachment type
17083         in prompt.
17084
17085 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17086
17087         * messagexmas.el (message-xmas-redefine): Alias
17088         `message-make-caesar-translation-table' to
17089         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
17090         version.
17091
17092         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
17093         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
17094         `gnus-xmas-set-text-properties'.
17095         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
17096         `gnus-xmas-completing-read'.
17097         (gnus-xmas-completing-read): Removed.
17098         (gnus-xmas-open-network-stream): Removed.
17099
17100         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
17101         XEmacs version.
17102
17103         * dns.el (dns-make-network-process): Use `open-network-stream'
17104         instead of `gnus-xmas-open-network-stream'.
17105
17106         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
17107
17108         * .cvsignore: Add auto-autoloads.el, custom-load.el.
17109
17110 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17111
17112         * gnus-art.el (gnus-mime-display-alternative)
17113         (gnus-insert-mime-button, gnus-insert-mime-security-button)
17114         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
17115         Don't use gnus-local-map-property.
17116
17117         * gnus-util.el (gnus-local-map-property): Remove.
17118
17119         * mm-view.el (mm-view-pkcs7-decrypt): Replace
17120         gnus-completing-read-maybe-default with completing-read.
17121
17122         * gnus-util.el (gnus-completing-read): do.
17123         (gnus-completing-read-maybe-default): Remove.
17124
17125 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
17126
17127         * password.el: Only autoload `run-at-time' if not XEmacs.
17128         Only autoload the itimer functions if XEmacs.
17129
17130 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17131
17132         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
17133         XEmacsen.
17134
17135         * dgnushack.el: Autoload executable-find for XEmacs.
17136
17137 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
17138
17139         * gnus-art.el (gnus-read-string): Remove.
17140         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
17141         read-string.
17142
17143 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
17144
17145         * netrc.el: Autoload password-read.
17146         (netrc): Add configuration group.
17147         (netrc-encoding-method, netrc-openssl-path): Add
17148         variables for encoding and decoding of files with symmetric
17149         ciphers.
17150         (netrc-encode): Add assistant function to encode a file with
17151         netrc-encoding-method.
17152         (netrc-parse): Add interactive parameter, added optional
17153         decoding if netrc-encoding-method is non-nil but otherwise
17154         behavior is standard.
17155         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
17156         Do s/encode/encrypt/ everywhere.
17157
17158         * spam.el: Remove executable-find autoload.
17159
17160 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17161
17162         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
17163
17164         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
17165
17166 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17167
17168         * gnus-art.el (gnus-treat-ansi-sequences)
17169         (article-treat-ansi-sequences): New variable and function.
17170         Suggested by Dan Jacobson <jidanni@jidanni.org>.
17171
17172         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
17173         Use it.
17174
17175 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
17176
17177         * mm-util.el (mm-quote-arg): Remove.
17178
17179         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
17180         shell-quote-argument.
17181
17182         * gnus-uu.el (gnus-uu-command): do.
17183
17184         * gnus-sum.el (gnus-summary-insert-pseudos): do.
17185
17186         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
17187         with make-char.
17188
17189         * mm-util.el (mm-make-char): Remove.
17190
17191         * mml.el (mml-mode): Replace gnus-add-minor-mode with
17192         add-minor-mode.
17193
17194         * gnus-undo.el (gnus-undo-mode): do.
17195
17196         * gnus-topic.el (gnus-topic-mode): do.
17197
17198         * gnus-sum.el (gnus-dead-summary-mode): do.
17199
17200         * gnus-start.el (gnus-slave-mode): do.
17201
17202         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
17203
17204         * gnus-ml.el (gnus-mailing-list-mode): do.
17205
17206         * gnus-gl.el (gnus-grouplens-mode): do.
17207
17208         * gnus-draft.el (gnus-draft-mode): do.
17209
17210         * gnus-dired.el (gnus-dired-mode): do.
17211
17212         * gnus-ems.el (gnus-add-minor-mode): Remove.
17213
17214         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17215         Replace gnus-char-width with char-width.
17216
17217         * gnus-ems.el (gnus-char-width): Remove.
17218
17219         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
17220         Replace gnus-char-width with char-width.
17221
17222         * gnus-ems.el (gnus-char-width): Remove.
17223
17224         * spam-stat.el (with-syntax-table): Remove with-syntax-table
17225         definition.
17226         Remove Emacs 20 hash table compatibility code.
17227
17228         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
17229         20 compatibility code.
17230
17231         * spam.el (spam-point-at-eol): Replace with point-at-eol.
17232
17233         * smime.el (smime-point-at-eol): Replace with point-at-eol.
17234
17235         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
17236         with point-at-{eol,bol}.
17237
17238         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
17239
17240         * imap.el (imap-point-at-eol): Replace with point-at-eol.
17241
17242         * flow-fill.el (fill-flowed-point-at-bol)
17243         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
17244
17245         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
17246         Replace with point-at-{eol,bol} throughout all files.
17247
17248 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17249
17250         * ntlm.el (ntlm-string-as-unibyte): New macro.
17251         (ntlm-build-auth-response): Use it.
17252
17253         Remove Emacs 20 stuff:
17254         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
17255         (butlast, mapc, remove): Remove the compiler macros.
17256         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
17257         of delq and copy-sequence.
17258         * gnus-art.el (popup-menu): Remove the compiler macro.
17259         * nnmail.el (nnmail-split-fancy): Don't support customizing with
17260         Emacs 20.
17261
17262 2004-01-05  Simon Josefsson  <jas@extundo.com>
17263
17264         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
17265         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
17266         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
17267         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
17268         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
17269         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
17270         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
17271         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
17272         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
17273         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
17274         ntlm-string-permute, string-lshift into ntlm-string-lshift,
17275         string-xor into ntlm-string-xor.  Suggested by
17276         Jesper Harder <harder@myrealbox.com>.
17277
17278         * ntlm.el: Don't include poem.
17279
17280         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
17281         Jesper Harder <harder@myrealbox.com>.
17282
17283         * sasl-ntlm.el, ntlm.el, md4.el: New files.
17284
17285         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
17286         probably breaks emacs with DL patch, but do we care? Is anyone
17287         still using the DL stuff?)
17288
17289         * sieve-manage.el: Use the password package.
17290         (sieve-manage-read-passwd): Remove.
17291         (sieve-manage-interactive-login): Use password.  Re-add
17292         condition-case around loop.
17293
17294         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
17295         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
17296         the password package.
17297
17298 2003-02-19  Simon Josefsson  <jas@extundo.com>
17299
17300         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
17301         token.
17302
17303 2002-08-07  Simon Josefsson  <jas@extundo.com>
17304
17305         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
17306         (sieve-manage-authenticators):
17307         (sieve-manage-authenticator-alist): Add some SASL mechs.
17308         (sieve-sasl-auth): New function.
17309         (sieve-manage-cram-md5-auth):
17310         (sieve-manage-plain-auth): Rewrite using SASL library.
17311         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
17312         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
17313         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
17314         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
17315
17316 2004-01-05  Simon Josefsson  <jas@extundo.com>
17317
17318         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
17319         New files.
17320
17321 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17322
17323         * gnus-group.el (gnus-no-groups-message): Update.
17324
17325         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
17326
17327 2003-11-09  Simon Josefsson  <jas@extundo.com>
17328
17329         * imap.el: Support for ID IMAP extension (RFC 2971).
17330         (imap-local-variables): Add imap-id.
17331         (imap-id): New variable.
17332         (imap-id): New function.
17333         (imap-parse-response): Parse untagged ID response.
17334         * nnimap.el (nnimap-id): New variable.
17335         (nnimap-open-connection): Use it.
17336
17337 2003-12-28  Simon Josefsson  <jas@extundo.com>
17338
17339         * gnus-score.el (gnus-score-edit-all-score): New.
17340         * gnus-group.el (gnus-group-score-map): Bind it to W e.
17341
17342 2004-01-04  Simon Josefsson  <jas@extundo.com>
17343
17344         * password.el: Add.
17345
17346 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
17347
17348         * dns.el (dns-query-types): Fix typo.
17349         (dns-query-types): New function.
17350         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
17351         PTR and SOA replies, see RFC 1035.
17352
17353 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17354
17355         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
17356
17357         * Moved to Changelog.2.
17358
17359 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17360
17361         * gnus.el (gnus-version-number): Bump version.
17362
17363 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17364
17365         * gnus.el: No Gnus v0.1 is released.
17366
17367 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17368
17369         * gnus.el: No Gnus v0.0 is released.
17370
17371 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17372
17373         * gnus.el (gnus-version-number): Bump.
17374         (gnus-version): No.
17375
17376 See ChangeLog.2 for earlier changes.
17377
17378     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
17379       Free Software Foundation, Inc.
17380
17381   This file is part of GNU Emacs.
17382
17383   GNU Emacs is free software: you can redistribute it and/or modify
17384   it under the terms of the GNU General Public License as published by
17385   the Free Software Foundation, either version 3 of the License, or
17386   (at your option) any later version.
17387
17388   GNU Emacs is distributed in the hope that it will be useful,
17389   but WITHOUT ANY WARRANTY; without even the implied warranty of
17390   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17391   GNU General Public License for more details.
17392
17393   You should have received a copy of the GNU General Public License
17394   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
17395
17396 ;; Local Variables:
17397 ;; coding: utf-8
17398 ;; fill-column: 79
17399 ;; add-log-time-zone-rule: t
17400 ;; End: